@m3e/core 1.0.0-rc.4 → 1.0.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 +616 -592
- package/dist/index.js +23 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +92 -92
- package/dist/index.min.js.map +1 -1
- package/dist/src/shared/controllers/PressedController.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -17,6 +17,106 @@
|
|
|
17
17
|
}
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"kind": "javascript-module",
|
|
22
|
+
"path": "src/anchoring/AnchorOptions.ts",
|
|
23
|
+
"declarations": [],
|
|
24
|
+
"exports": []
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"kind": "javascript-module",
|
|
28
|
+
"path": "src/anchoring/AnchorPosition.ts",
|
|
29
|
+
"declarations": [],
|
|
30
|
+
"exports": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"kind": "javascript-module",
|
|
34
|
+
"path": "src/anchoring/index.ts",
|
|
35
|
+
"declarations": [],
|
|
36
|
+
"exports": [
|
|
37
|
+
{
|
|
38
|
+
"kind": "js",
|
|
39
|
+
"name": "*",
|
|
40
|
+
"declaration": {
|
|
41
|
+
"name": "*",
|
|
42
|
+
"package": "\"./AnchorOptions\""
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"kind": "js",
|
|
47
|
+
"name": "*",
|
|
48
|
+
"declaration": {
|
|
49
|
+
"name": "*",
|
|
50
|
+
"package": "\"./AnchorPosition\""
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "js",
|
|
55
|
+
"name": "*",
|
|
56
|
+
"declaration": {
|
|
57
|
+
"name": "*",
|
|
58
|
+
"package": "\"./positionAnchor\""
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"kind": "javascript-module",
|
|
65
|
+
"path": "src/anchoring/positionAnchor.ts",
|
|
66
|
+
"declarations": [
|
|
67
|
+
{
|
|
68
|
+
"kind": "function",
|
|
69
|
+
"name": "positionAnchor",
|
|
70
|
+
"return": {
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "Promise<() => void>"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"parameters": [
|
|
76
|
+
{
|
|
77
|
+
"name": "target",
|
|
78
|
+
"type": {
|
|
79
|
+
"text": "HTMLElement"
|
|
80
|
+
},
|
|
81
|
+
"description": "The element to position."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "anchor",
|
|
85
|
+
"type": {
|
|
86
|
+
"text": "HTMLElement"
|
|
87
|
+
},
|
|
88
|
+
"description": "The element in which to anchor `target`."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "options",
|
|
92
|
+
"type": {
|
|
93
|
+
"text": "AnchorOptions"
|
|
94
|
+
},
|
|
95
|
+
"description": "Options that control positioning relative to the anchor."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "update",
|
|
99
|
+
"optional": true,
|
|
100
|
+
"type": {
|
|
101
|
+
"text": "((x: number, y: number, position: AnchorPosition) => void) | undefined"
|
|
102
|
+
},
|
|
103
|
+
"description": "Callback used to position `target`."
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"description": "Positions an element relative to an anchor element."
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"exports": [
|
|
110
|
+
{
|
|
111
|
+
"kind": "js",
|
|
112
|
+
"name": "positionAnchor",
|
|
113
|
+
"declaration": {
|
|
114
|
+
"name": "positionAnchor",
|
|
115
|
+
"module": "src/anchoring/positionAnchor.ts"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
20
120
|
{
|
|
21
121
|
"kind": "javascript-module",
|
|
22
122
|
"path": "src/a11y/aria-reference.ts",
|
|
@@ -900,106 +1000,6 @@
|
|
|
900
1000
|
}
|
|
901
1001
|
]
|
|
902
1002
|
},
|
|
903
|
-
{
|
|
904
|
-
"kind": "javascript-module",
|
|
905
|
-
"path": "src/anchoring/AnchorOptions.ts",
|
|
906
|
-
"declarations": [],
|
|
907
|
-
"exports": []
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"kind": "javascript-module",
|
|
911
|
-
"path": "src/anchoring/AnchorPosition.ts",
|
|
912
|
-
"declarations": [],
|
|
913
|
-
"exports": []
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"kind": "javascript-module",
|
|
917
|
-
"path": "src/anchoring/index.ts",
|
|
918
|
-
"declarations": [],
|
|
919
|
-
"exports": [
|
|
920
|
-
{
|
|
921
|
-
"kind": "js",
|
|
922
|
-
"name": "*",
|
|
923
|
-
"declaration": {
|
|
924
|
-
"name": "*",
|
|
925
|
-
"package": "\"./AnchorOptions\""
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"kind": "js",
|
|
930
|
-
"name": "*",
|
|
931
|
-
"declaration": {
|
|
932
|
-
"name": "*",
|
|
933
|
-
"package": "\"./AnchorPosition\""
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"kind": "js",
|
|
938
|
-
"name": "*",
|
|
939
|
-
"declaration": {
|
|
940
|
-
"name": "*",
|
|
941
|
-
"package": "\"./positionAnchor\""
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
]
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"kind": "javascript-module",
|
|
948
|
-
"path": "src/anchoring/positionAnchor.ts",
|
|
949
|
-
"declarations": [
|
|
950
|
-
{
|
|
951
|
-
"kind": "function",
|
|
952
|
-
"name": "positionAnchor",
|
|
953
|
-
"return": {
|
|
954
|
-
"type": {
|
|
955
|
-
"text": "Promise<() => void>"
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"parameters": [
|
|
959
|
-
{
|
|
960
|
-
"name": "target",
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "HTMLElement"
|
|
963
|
-
},
|
|
964
|
-
"description": "The element to position."
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "anchor",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "HTMLElement"
|
|
970
|
-
},
|
|
971
|
-
"description": "The element in which to anchor `target`."
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"name": "options",
|
|
975
|
-
"type": {
|
|
976
|
-
"text": "AnchorOptions"
|
|
977
|
-
},
|
|
978
|
-
"description": "Options that control positioning relative to the anchor."
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"name": "update",
|
|
982
|
-
"optional": true,
|
|
983
|
-
"type": {
|
|
984
|
-
"text": "((x: number, y: number, position: AnchorPosition) => void) | undefined"
|
|
985
|
-
},
|
|
986
|
-
"description": "Callback used to position `target`."
|
|
987
|
-
}
|
|
988
|
-
],
|
|
989
|
-
"description": "Positions an element relative to an anchor element."
|
|
990
|
-
}
|
|
991
|
-
],
|
|
992
|
-
"exports": [
|
|
993
|
-
{
|
|
994
|
-
"kind": "js",
|
|
995
|
-
"name": "positionAnchor",
|
|
996
|
-
"declaration": {
|
|
997
|
-
"name": "positionAnchor",
|
|
998
|
-
"module": "src/anchoring/positionAnchor.ts"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
]
|
|
1002
|
-
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"kind": "javascript-module",
|
|
1005
1005
|
"path": "src/bidi/Directionality.ts",
|
|
@@ -1104,102 +1104,23 @@
|
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "src/
|
|
1107
|
+
"path": "src/platform/index.ts",
|
|
1108
1108
|
"declarations": [],
|
|
1109
|
-
"exports": []
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"kind": "javascript-module",
|
|
1113
|
-
"path": "src/layout/BreakpointObserver.ts",
|
|
1114
|
-
"declarations": [
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "class",
|
|
1117
|
-
"description": "Utility used to detect changes to viewport sizes.",
|
|
1118
|
-
"name": "M3eBreakpointObserver",
|
|
1119
|
-
"members": [
|
|
1120
|
-
{
|
|
1121
|
-
"kind": "method",
|
|
1122
|
-
"name": "observe",
|
|
1123
|
-
"static": true,
|
|
1124
|
-
"return": {
|
|
1125
|
-
"type": {
|
|
1126
|
-
"text": "() => void"
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
"parameters": [
|
|
1130
|
-
{
|
|
1131
|
-
"name": "breakpoints",
|
|
1132
|
-
"type": {
|
|
1133
|
-
"text": "Array<Breakpoint | string>"
|
|
1134
|
-
},
|
|
1135
|
-
"description": "The breakpoints to observe."
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"name": "callback",
|
|
1139
|
-
"type": {
|
|
1140
|
-
"text": "BreakpointObserverCallback"
|
|
1141
|
-
},
|
|
1142
|
-
"description": "The callback function invoked when the viewport size changes."
|
|
1143
|
-
}
|
|
1144
|
-
],
|
|
1145
|
-
"description": "Observes changes to viewport sizes."
|
|
1146
|
-
}
|
|
1147
|
-
]
|
|
1148
|
-
}
|
|
1149
|
-
],
|
|
1150
1109
|
"exports": [
|
|
1151
1110
|
{
|
|
1152
1111
|
"kind": "js",
|
|
1153
|
-
"name": "
|
|
1112
|
+
"name": "*",
|
|
1154
1113
|
"declaration": {
|
|
1155
|
-
"name": "
|
|
1156
|
-
"
|
|
1114
|
+
"name": "*",
|
|
1115
|
+
"package": "\"./Platform\""
|
|
1157
1116
|
}
|
|
1158
1117
|
}
|
|
1159
1118
|
]
|
|
1160
1119
|
},
|
|
1161
1120
|
{
|
|
1162
1121
|
"kind": "javascript-module",
|
|
1163
|
-
"path": "src/
|
|
1164
|
-
"declarations": [
|
|
1165
|
-
"exports": [
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "js",
|
|
1168
|
-
"name": "*",
|
|
1169
|
-
"declaration": {
|
|
1170
|
-
"name": "*",
|
|
1171
|
-
"package": "\"./Breakpoint\""
|
|
1172
|
-
}
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"kind": "js",
|
|
1176
|
-
"name": "*",
|
|
1177
|
-
"declaration": {
|
|
1178
|
-
"name": "*",
|
|
1179
|
-
"package": "\"./BreakpointObserver\""
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
]
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "javascript-module",
|
|
1186
|
-
"path": "src/platform/index.ts",
|
|
1187
|
-
"declarations": [],
|
|
1188
|
-
"exports": [
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "js",
|
|
1191
|
-
"name": "*",
|
|
1192
|
-
"declaration": {
|
|
1193
|
-
"name": "*",
|
|
1194
|
-
"package": "\"./Platform\""
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "javascript-module",
|
|
1201
|
-
"path": "src/platform/Platform.ts",
|
|
1202
|
-
"declarations": [
|
|
1122
|
+
"path": "src/platform/Platform.ts",
|
|
1123
|
+
"declarations": [
|
|
1203
1124
|
{
|
|
1204
1125
|
"kind": "class",
|
|
1205
1126
|
"description": "Utility used to detect the current platform.",
|
|
@@ -1347,84 +1268,63 @@
|
|
|
1347
1268
|
},
|
|
1348
1269
|
{
|
|
1349
1270
|
"kind": "javascript-module",
|
|
1350
|
-
"path": "src/
|
|
1351
|
-
"declarations": [
|
|
1352
|
-
|
|
1353
|
-
"kind": "function",
|
|
1354
|
-
"name": "getKeyCode",
|
|
1355
|
-
"return": {
|
|
1356
|
-
"type": {
|
|
1357
|
-
"text": "number"
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
"parameters": [
|
|
1361
|
-
{
|
|
1362
|
-
"name": "e",
|
|
1363
|
-
"type": {
|
|
1364
|
-
"text": "KeyboardEvent"
|
|
1365
|
-
},
|
|
1366
|
-
"description": "The `KeyboardEvent` for which to resolve the key code."
|
|
1367
|
-
}
|
|
1368
|
-
],
|
|
1369
|
-
"description": "Resolves the key code for the specified `KeyboardEvent`."
|
|
1370
|
-
}
|
|
1371
|
-
],
|
|
1372
|
-
"exports": [
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "js",
|
|
1375
|
-
"name": "getKeyCode",
|
|
1376
|
-
"declaration": {
|
|
1377
|
-
"name": "getKeyCode",
|
|
1378
|
-
"module": "src/a11y/keycodes/getKeyCode.ts"
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
]
|
|
1271
|
+
"path": "src/layout/Breakpoint.ts",
|
|
1272
|
+
"declarations": [],
|
|
1273
|
+
"exports": []
|
|
1382
1274
|
},
|
|
1383
1275
|
{
|
|
1384
1276
|
"kind": "javascript-module",
|
|
1385
|
-
"path": "src/
|
|
1277
|
+
"path": "src/layout/BreakpointObserver.ts",
|
|
1386
1278
|
"declarations": [
|
|
1387
1279
|
{
|
|
1388
|
-
"kind": "
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
|
|
1392
|
-
"text": "boolean"
|
|
1393
|
-
}
|
|
1394
|
-
},
|
|
1395
|
-
"parameters": [
|
|
1396
|
-
{
|
|
1397
|
-
"name": "e",
|
|
1398
|
-
"type": {
|
|
1399
|
-
"text": "KeyboardEvent"
|
|
1400
|
-
},
|
|
1401
|
-
"description": "The `KeyboardEvent` to test."
|
|
1402
|
-
},
|
|
1280
|
+
"kind": "class",
|
|
1281
|
+
"description": "Utility used to detect changes to viewport sizes.",
|
|
1282
|
+
"name": "M3eBreakpointObserver",
|
|
1283
|
+
"members": [
|
|
1403
1284
|
{
|
|
1404
|
-
"
|
|
1405
|
-
"
|
|
1406
|
-
|
|
1285
|
+
"kind": "method",
|
|
1286
|
+
"name": "observe",
|
|
1287
|
+
"static": true,
|
|
1288
|
+
"return": {
|
|
1289
|
+
"type": {
|
|
1290
|
+
"text": "() => void"
|
|
1291
|
+
}
|
|
1407
1292
|
},
|
|
1408
|
-
"
|
|
1293
|
+
"parameters": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "breakpoints",
|
|
1296
|
+
"type": {
|
|
1297
|
+
"text": "Array<Breakpoint | string>"
|
|
1298
|
+
},
|
|
1299
|
+
"description": "The breakpoints to observe."
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "callback",
|
|
1303
|
+
"type": {
|
|
1304
|
+
"text": "BreakpointObserverCallback"
|
|
1305
|
+
},
|
|
1306
|
+
"description": "The callback function invoked when the viewport size changes."
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"description": "Observes changes to viewport sizes."
|
|
1409
1310
|
}
|
|
1410
|
-
]
|
|
1411
|
-
"description": "Determines whether a modifier key is pressed."
|
|
1311
|
+
]
|
|
1412
1312
|
}
|
|
1413
1313
|
],
|
|
1414
1314
|
"exports": [
|
|
1415
1315
|
{
|
|
1416
1316
|
"kind": "js",
|
|
1417
|
-
"name": "
|
|
1317
|
+
"name": "M3eBreakpointObserver",
|
|
1418
1318
|
"declaration": {
|
|
1419
|
-
"name": "
|
|
1420
|
-
"module": "src/
|
|
1319
|
+
"name": "M3eBreakpointObserver",
|
|
1320
|
+
"module": "src/layout/BreakpointObserver.ts"
|
|
1421
1321
|
}
|
|
1422
1322
|
}
|
|
1423
1323
|
]
|
|
1424
1324
|
},
|
|
1425
1325
|
{
|
|
1426
1326
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1327
|
+
"path": "src/layout/index.ts",
|
|
1428
1328
|
"declarations": [],
|
|
1429
1329
|
"exports": [
|
|
1430
1330
|
{
|
|
@@ -1432,31 +1332,7 @@
|
|
|
1432
1332
|
"name": "*",
|
|
1433
1333
|
"declaration": {
|
|
1434
1334
|
"name": "*",
|
|
1435
|
-
"package": "\"./
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "\"./KeyCode\""
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "\"./getKeyCode\""
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"kind": "js",
|
|
1456
|
-
"name": "*",
|
|
1457
|
-
"declaration": {
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"package": "\"./hasModifierKey\""
|
|
1335
|
+
"package": "\"./Breakpoint\""
|
|
1460
1336
|
}
|
|
1461
1337
|
},
|
|
1462
1338
|
{
|
|
@@ -1464,80 +1340,7 @@
|
|
|
1464
1340
|
"name": "*",
|
|
1465
1341
|
"declaration": {
|
|
1466
1342
|
"name": "*",
|
|
1467
|
-
"package": "\"./
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/a11y/keycodes/isModifierAllowed.ts",
|
|
1475
|
-
"declarations": [
|
|
1476
|
-
{
|
|
1477
|
-
"kind": "function",
|
|
1478
|
-
"name": "isModifierAllowed",
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "boolean"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "e",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "KeyboardEvent"
|
|
1489
|
-
},
|
|
1490
|
-
"description": "The `KeyboardEvent` to test."
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "modifiers",
|
|
1494
|
-
"type": {
|
|
1495
|
-
"text": "ModifierKey[]"
|
|
1496
|
-
},
|
|
1497
|
-
"description": "The allowed modifier keys."
|
|
1498
|
-
}
|
|
1499
|
-
],
|
|
1500
|
-
"description": "Determines whether the specified modifier keys are allowed."
|
|
1501
|
-
}
|
|
1502
|
-
],
|
|
1503
|
-
"exports": [
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "js",
|
|
1506
|
-
"name": "isModifierAllowed",
|
|
1507
|
-
"declaration": {
|
|
1508
|
-
"name": "isModifierAllowed",
|
|
1509
|
-
"module": "src/a11y/keycodes/isModifierAllowed.ts"
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
]
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"kind": "javascript-module",
|
|
1516
|
-
"path": "src/a11y/keycodes/KeyCode.ts",
|
|
1517
|
-
"declarations": [],
|
|
1518
|
-
"exports": []
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"kind": "javascript-module",
|
|
1522
|
-
"path": "src/a11y/keycodes/ModifierKeys.ts",
|
|
1523
|
-
"declarations": [
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "variable",
|
|
1526
|
-
"name": "ModifierKeys",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "readonly ModifierKey[]"
|
|
1529
|
-
},
|
|
1530
|
-
"default": "[\"alt\", \"shift\", \"ctrl\", \"meta\"]",
|
|
1531
|
-
"description": "The modifier keys."
|
|
1532
|
-
}
|
|
1533
|
-
],
|
|
1534
|
-
"exports": [
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "js",
|
|
1537
|
-
"name": "ModifierKeys",
|
|
1538
|
-
"declaration": {
|
|
1539
|
-
"name": "ModifierKeys",
|
|
1540
|
-
"module": "src/a11y/keycodes/ModifierKeys.ts"
|
|
1343
|
+
"package": "\"./BreakpointObserver\""
|
|
1541
1344
|
}
|
|
1542
1345
|
}
|
|
1543
1346
|
]
|
|
@@ -5333,25 +5136,222 @@
|
|
|
5333
5136
|
},
|
|
5334
5137
|
{
|
|
5335
5138
|
"kind": "javascript-module",
|
|
5336
|
-
"path": "src/
|
|
5139
|
+
"path": "src/a11y/keycodes/getKeyCode.ts",
|
|
5337
5140
|
"declarations": [
|
|
5338
5141
|
{
|
|
5339
|
-
"kind": "
|
|
5340
|
-
"
|
|
5341
|
-
"
|
|
5342
|
-
|
|
5142
|
+
"kind": "function",
|
|
5143
|
+
"name": "getKeyCode",
|
|
5144
|
+
"return": {
|
|
5145
|
+
"type": {
|
|
5146
|
+
"text": "number"
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
"parameters": [
|
|
5343
5150
|
{
|
|
5344
|
-
"
|
|
5345
|
-
"name": "#callback",
|
|
5346
|
-
"privacy": "private",
|
|
5151
|
+
"name": "e",
|
|
5347
5152
|
"type": {
|
|
5348
|
-
"text": "
|
|
5153
|
+
"text": "KeyboardEvent"
|
|
5349
5154
|
},
|
|
5350
|
-
"
|
|
5351
|
-
}
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5155
|
+
"description": "The `KeyboardEvent` for which to resolve the key code."
|
|
5156
|
+
}
|
|
5157
|
+
],
|
|
5158
|
+
"description": "Resolves the key code for the specified `KeyboardEvent`."
|
|
5159
|
+
}
|
|
5160
|
+
],
|
|
5161
|
+
"exports": [
|
|
5162
|
+
{
|
|
5163
|
+
"kind": "js",
|
|
5164
|
+
"name": "getKeyCode",
|
|
5165
|
+
"declaration": {
|
|
5166
|
+
"name": "getKeyCode",
|
|
5167
|
+
"module": "src/a11y/keycodes/getKeyCode.ts"
|
|
5168
|
+
}
|
|
5169
|
+
}
|
|
5170
|
+
]
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"kind": "javascript-module",
|
|
5174
|
+
"path": "src/a11y/keycodes/hasModifierKey.ts",
|
|
5175
|
+
"declarations": [
|
|
5176
|
+
{
|
|
5177
|
+
"kind": "function",
|
|
5178
|
+
"name": "hasModifierKey",
|
|
5179
|
+
"return": {
|
|
5180
|
+
"type": {
|
|
5181
|
+
"text": "boolean"
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
"parameters": [
|
|
5185
|
+
{
|
|
5186
|
+
"name": "e",
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "KeyboardEvent"
|
|
5189
|
+
},
|
|
5190
|
+
"description": "The `KeyboardEvent` to test."
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "modifiers",
|
|
5194
|
+
"type": {
|
|
5195
|
+
"text": "ModifierKey[]"
|
|
5196
|
+
},
|
|
5197
|
+
"description": "The modifier keys to test."
|
|
5198
|
+
}
|
|
5199
|
+
],
|
|
5200
|
+
"description": "Determines whether a modifier key is pressed."
|
|
5201
|
+
}
|
|
5202
|
+
],
|
|
5203
|
+
"exports": [
|
|
5204
|
+
{
|
|
5205
|
+
"kind": "js",
|
|
5206
|
+
"name": "hasModifierKey",
|
|
5207
|
+
"declaration": {
|
|
5208
|
+
"name": "hasModifierKey",
|
|
5209
|
+
"module": "src/a11y/keycodes/hasModifierKey.ts"
|
|
5210
|
+
}
|
|
5211
|
+
}
|
|
5212
|
+
]
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "javascript-module",
|
|
5216
|
+
"path": "src/a11y/keycodes/index.ts",
|
|
5217
|
+
"declarations": [],
|
|
5218
|
+
"exports": [
|
|
5219
|
+
{
|
|
5220
|
+
"kind": "js",
|
|
5221
|
+
"name": "*",
|
|
5222
|
+
"declaration": {
|
|
5223
|
+
"name": "*",
|
|
5224
|
+
"package": "\"./ModifierKeys\""
|
|
5225
|
+
}
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"kind": "js",
|
|
5229
|
+
"name": "*",
|
|
5230
|
+
"declaration": {
|
|
5231
|
+
"name": "*",
|
|
5232
|
+
"package": "\"./KeyCode\""
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"kind": "js",
|
|
5237
|
+
"name": "*",
|
|
5238
|
+
"declaration": {
|
|
5239
|
+
"name": "*",
|
|
5240
|
+
"package": "\"./getKeyCode\""
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"kind": "js",
|
|
5245
|
+
"name": "*",
|
|
5246
|
+
"declaration": {
|
|
5247
|
+
"name": "*",
|
|
5248
|
+
"package": "\"./hasModifierKey\""
|
|
5249
|
+
}
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"kind": "js",
|
|
5253
|
+
"name": "*",
|
|
5254
|
+
"declaration": {
|
|
5255
|
+
"name": "*",
|
|
5256
|
+
"package": "\"./isModifierAllowed\""
|
|
5257
|
+
}
|
|
5258
|
+
}
|
|
5259
|
+
]
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "javascript-module",
|
|
5263
|
+
"path": "src/a11y/keycodes/isModifierAllowed.ts",
|
|
5264
|
+
"declarations": [
|
|
5265
|
+
{
|
|
5266
|
+
"kind": "function",
|
|
5267
|
+
"name": "isModifierAllowed",
|
|
5268
|
+
"return": {
|
|
5269
|
+
"type": {
|
|
5270
|
+
"text": "boolean"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
"parameters": [
|
|
5274
|
+
{
|
|
5275
|
+
"name": "e",
|
|
5276
|
+
"type": {
|
|
5277
|
+
"text": "KeyboardEvent"
|
|
5278
|
+
},
|
|
5279
|
+
"description": "The `KeyboardEvent` to test."
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"name": "modifiers",
|
|
5283
|
+
"type": {
|
|
5284
|
+
"text": "ModifierKey[]"
|
|
5285
|
+
},
|
|
5286
|
+
"description": "The allowed modifier keys."
|
|
5287
|
+
}
|
|
5288
|
+
],
|
|
5289
|
+
"description": "Determines whether the specified modifier keys are allowed."
|
|
5290
|
+
}
|
|
5291
|
+
],
|
|
5292
|
+
"exports": [
|
|
5293
|
+
{
|
|
5294
|
+
"kind": "js",
|
|
5295
|
+
"name": "isModifierAllowed",
|
|
5296
|
+
"declaration": {
|
|
5297
|
+
"name": "isModifierAllowed",
|
|
5298
|
+
"module": "src/a11y/keycodes/isModifierAllowed.ts"
|
|
5299
|
+
}
|
|
5300
|
+
}
|
|
5301
|
+
]
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"kind": "javascript-module",
|
|
5305
|
+
"path": "src/a11y/keycodes/KeyCode.ts",
|
|
5306
|
+
"declarations": [],
|
|
5307
|
+
"exports": []
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"kind": "javascript-module",
|
|
5311
|
+
"path": "src/a11y/keycodes/ModifierKeys.ts",
|
|
5312
|
+
"declarations": [
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "variable",
|
|
5315
|
+
"name": "ModifierKeys",
|
|
5316
|
+
"type": {
|
|
5317
|
+
"text": "readonly ModifierKey[]"
|
|
5318
|
+
},
|
|
5319
|
+
"default": "[\"alt\", \"shift\", \"ctrl\", \"meta\"]",
|
|
5320
|
+
"description": "The modifier keys."
|
|
5321
|
+
}
|
|
5322
|
+
],
|
|
5323
|
+
"exports": [
|
|
5324
|
+
{
|
|
5325
|
+
"kind": "js",
|
|
5326
|
+
"name": "ModifierKeys",
|
|
5327
|
+
"declaration": {
|
|
5328
|
+
"name": "ModifierKeys",
|
|
5329
|
+
"module": "src/a11y/keycodes/ModifierKeys.ts"
|
|
5330
|
+
}
|
|
5331
|
+
}
|
|
5332
|
+
]
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"kind": "javascript-module",
|
|
5336
|
+
"path": "src/shared/controllers/FocusController.ts",
|
|
5337
|
+
"declarations": [
|
|
5338
|
+
{
|
|
5339
|
+
"kind": "class",
|
|
5340
|
+
"description": "A `ReactiveController` used to monitor the focused state of one or more elements.",
|
|
5341
|
+
"name": "FocusController",
|
|
5342
|
+
"members": [
|
|
5343
|
+
{
|
|
5344
|
+
"kind": "field",
|
|
5345
|
+
"name": "#callback",
|
|
5346
|
+
"privacy": "private",
|
|
5347
|
+
"type": {
|
|
5348
|
+
"text": "FocusControllerCallback"
|
|
5349
|
+
},
|
|
5350
|
+
"readonly": true
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "field",
|
|
5354
|
+
"name": "#focusInHandler",
|
|
5355
5355
|
"privacy": "private",
|
|
5356
5356
|
"readonly": true
|
|
5357
5357
|
},
|
|
@@ -7257,6 +7257,12 @@
|
|
|
7257
7257
|
"privacy": "private",
|
|
7258
7258
|
"readonly": true
|
|
7259
7259
|
},
|
|
7260
|
+
{
|
|
7261
|
+
"kind": "field",
|
|
7262
|
+
"name": "#touchEndHandler",
|
|
7263
|
+
"privacy": "private",
|
|
7264
|
+
"readonly": true
|
|
7265
|
+
},
|
|
7260
7266
|
{
|
|
7261
7267
|
"kind": "field",
|
|
7262
7268
|
"name": "#keyDownHandler",
|
|
@@ -7379,6 +7385,24 @@
|
|
|
7379
7385
|
}
|
|
7380
7386
|
]
|
|
7381
7387
|
},
|
|
7388
|
+
{
|
|
7389
|
+
"kind": "method",
|
|
7390
|
+
"name": "#handleTouchEnd",
|
|
7391
|
+
"privacy": "private",
|
|
7392
|
+
"return": {
|
|
7393
|
+
"type": {
|
|
7394
|
+
"text": "void"
|
|
7395
|
+
}
|
|
7396
|
+
},
|
|
7397
|
+
"parameters": [
|
|
7398
|
+
{
|
|
7399
|
+
"name": "e",
|
|
7400
|
+
"type": {
|
|
7401
|
+
"text": "TouchEvent"
|
|
7402
|
+
}
|
|
7403
|
+
}
|
|
7404
|
+
]
|
|
7405
|
+
},
|
|
7382
7406
|
{
|
|
7383
7407
|
"kind": "method",
|
|
7384
7408
|
"name": "#handleKeyDown",
|
|
@@ -13267,22 +13291,250 @@
|
|
|
13267
13291
|
},
|
|
13268
13292
|
{
|
|
13269
13293
|
"kind": "javascript-module",
|
|
13270
|
-
"path": "src/shared/
|
|
13294
|
+
"path": "src/shared/utils/getTextContent.ts",
|
|
13271
13295
|
"declarations": [
|
|
13272
13296
|
{
|
|
13273
|
-
"kind": "
|
|
13274
|
-
"name": "
|
|
13275
|
-
"
|
|
13276
|
-
"
|
|
13297
|
+
"kind": "function",
|
|
13298
|
+
"name": "getTextContent",
|
|
13299
|
+
"return": {
|
|
13300
|
+
"type": {
|
|
13301
|
+
"text": "string"
|
|
13302
|
+
}
|
|
13277
13303
|
},
|
|
13278
|
-
"
|
|
13279
|
-
|
|
13304
|
+
"parameters": [
|
|
13305
|
+
{
|
|
13306
|
+
"name": "node",
|
|
13307
|
+
"type": {
|
|
13308
|
+
"text": "Node"
|
|
13309
|
+
},
|
|
13310
|
+
"description": "The node for which to get text content."
|
|
13311
|
+
},
|
|
13312
|
+
{
|
|
13313
|
+
"name": "trim",
|
|
13314
|
+
"default": "false",
|
|
13315
|
+
"type": {
|
|
13316
|
+
"text": "boolean"
|
|
13317
|
+
},
|
|
13318
|
+
"description": "A value indicating whether to trim content.",
|
|
13319
|
+
"optional": true
|
|
13320
|
+
}
|
|
13321
|
+
],
|
|
13322
|
+
"description": "Gets the text content of a given node, including slotted content."
|
|
13280
13323
|
}
|
|
13281
13324
|
],
|
|
13282
13325
|
"exports": [
|
|
13283
13326
|
{
|
|
13284
13327
|
"kind": "js",
|
|
13285
|
-
"name": "
|
|
13328
|
+
"name": "getTextContent",
|
|
13329
|
+
"declaration": {
|
|
13330
|
+
"name": "getTextContent",
|
|
13331
|
+
"module": "src/shared/utils/getTextContent.ts"
|
|
13332
|
+
}
|
|
13333
|
+
}
|
|
13334
|
+
]
|
|
13335
|
+
},
|
|
13336
|
+
{
|
|
13337
|
+
"kind": "javascript-module",
|
|
13338
|
+
"path": "src/shared/utils/guid.ts",
|
|
13339
|
+
"declarations": [
|
|
13340
|
+
{
|
|
13341
|
+
"kind": "function",
|
|
13342
|
+
"name": "guid",
|
|
13343
|
+
"return": {
|
|
13344
|
+
"type": {
|
|
13345
|
+
"text": "string"
|
|
13346
|
+
}
|
|
13347
|
+
},
|
|
13348
|
+
"description": "Generates a new globally unique identifier (GUID)."
|
|
13349
|
+
}
|
|
13350
|
+
],
|
|
13351
|
+
"exports": [
|
|
13352
|
+
{
|
|
13353
|
+
"kind": "js",
|
|
13354
|
+
"name": "guid",
|
|
13355
|
+
"declaration": {
|
|
13356
|
+
"name": "guid",
|
|
13357
|
+
"module": "src/shared/utils/guid.ts"
|
|
13358
|
+
}
|
|
13359
|
+
}
|
|
13360
|
+
]
|
|
13361
|
+
},
|
|
13362
|
+
{
|
|
13363
|
+
"kind": "javascript-module",
|
|
13364
|
+
"path": "src/shared/utils/hasAssignedNodes.ts",
|
|
13365
|
+
"declarations": [
|
|
13366
|
+
{
|
|
13367
|
+
"kind": "function",
|
|
13368
|
+
"name": "hasAssignedNodes",
|
|
13369
|
+
"return": {
|
|
13370
|
+
"type": {
|
|
13371
|
+
"text": "boolean"
|
|
13372
|
+
}
|
|
13373
|
+
},
|
|
13374
|
+
"parameters": [
|
|
13375
|
+
{
|
|
13376
|
+
"name": "slot",
|
|
13377
|
+
"type": {
|
|
13378
|
+
"text": "HTMLSlotElement"
|
|
13379
|
+
},
|
|
13380
|
+
"description": "The slot to test."
|
|
13381
|
+
}
|
|
13382
|
+
],
|
|
13383
|
+
"description": "Determines whether a slot has any assigned nodes."
|
|
13384
|
+
}
|
|
13385
|
+
],
|
|
13386
|
+
"exports": [
|
|
13387
|
+
{
|
|
13388
|
+
"kind": "js",
|
|
13389
|
+
"name": "hasAssignedNodes",
|
|
13390
|
+
"declaration": {
|
|
13391
|
+
"name": "hasAssignedNodes",
|
|
13392
|
+
"module": "src/shared/utils/hasAssignedNodes.ts"
|
|
13393
|
+
}
|
|
13394
|
+
}
|
|
13395
|
+
]
|
|
13396
|
+
},
|
|
13397
|
+
{
|
|
13398
|
+
"kind": "javascript-module",
|
|
13399
|
+
"path": "src/shared/utils/index.ts",
|
|
13400
|
+
"declarations": [],
|
|
13401
|
+
"exports": [
|
|
13402
|
+
{
|
|
13403
|
+
"kind": "js",
|
|
13404
|
+
"name": "*",
|
|
13405
|
+
"declaration": {
|
|
13406
|
+
"name": "*",
|
|
13407
|
+
"package": "\"./getTextContent\""
|
|
13408
|
+
}
|
|
13409
|
+
},
|
|
13410
|
+
{
|
|
13411
|
+
"kind": "js",
|
|
13412
|
+
"name": "*",
|
|
13413
|
+
"declaration": {
|
|
13414
|
+
"name": "*",
|
|
13415
|
+
"package": "\"./guid\""
|
|
13416
|
+
}
|
|
13417
|
+
},
|
|
13418
|
+
{
|
|
13419
|
+
"kind": "js",
|
|
13420
|
+
"name": "*",
|
|
13421
|
+
"declaration": {
|
|
13422
|
+
"name": "*",
|
|
13423
|
+
"package": "\"./hasAssignedNodes\""
|
|
13424
|
+
}
|
|
13425
|
+
},
|
|
13426
|
+
{
|
|
13427
|
+
"kind": "js",
|
|
13428
|
+
"name": "*",
|
|
13429
|
+
"declaration": {
|
|
13430
|
+
"name": "*",
|
|
13431
|
+
"package": "\"./prefersReducedMotion\""
|
|
13432
|
+
}
|
|
13433
|
+
},
|
|
13434
|
+
{
|
|
13435
|
+
"kind": "js",
|
|
13436
|
+
"name": "*",
|
|
13437
|
+
"declaration": {
|
|
13438
|
+
"name": "*",
|
|
13439
|
+
"package": "\"./scrollIntoViewIfNeeded\""
|
|
13440
|
+
}
|
|
13441
|
+
}
|
|
13442
|
+
]
|
|
13443
|
+
},
|
|
13444
|
+
{
|
|
13445
|
+
"kind": "javascript-module",
|
|
13446
|
+
"path": "src/shared/utils/prefersReducedMotion.ts",
|
|
13447
|
+
"declarations": [
|
|
13448
|
+
{
|
|
13449
|
+
"kind": "function",
|
|
13450
|
+
"name": "prefersReducedMotion",
|
|
13451
|
+
"return": {
|
|
13452
|
+
"type": {
|
|
13453
|
+
"text": "boolean"
|
|
13454
|
+
}
|
|
13455
|
+
},
|
|
13456
|
+
"description": "Determines whether reduced motion is preferred."
|
|
13457
|
+
}
|
|
13458
|
+
],
|
|
13459
|
+
"exports": [
|
|
13460
|
+
{
|
|
13461
|
+
"kind": "js",
|
|
13462
|
+
"name": "prefersReducedMotion",
|
|
13463
|
+
"declaration": {
|
|
13464
|
+
"name": "prefersReducedMotion",
|
|
13465
|
+
"module": "src/shared/utils/prefersReducedMotion.ts"
|
|
13466
|
+
}
|
|
13467
|
+
}
|
|
13468
|
+
]
|
|
13469
|
+
},
|
|
13470
|
+
{
|
|
13471
|
+
"kind": "javascript-module",
|
|
13472
|
+
"path": "src/shared/utils/scrollIntoViewIfNeeded.ts",
|
|
13473
|
+
"declarations": [
|
|
13474
|
+
{
|
|
13475
|
+
"kind": "function",
|
|
13476
|
+
"name": "scrollIntoViewIfNeeded",
|
|
13477
|
+
"return": {
|
|
13478
|
+
"type": {
|
|
13479
|
+
"text": "void"
|
|
13480
|
+
}
|
|
13481
|
+
},
|
|
13482
|
+
"parameters": [
|
|
13483
|
+
{
|
|
13484
|
+
"name": "element",
|
|
13485
|
+
"type": {
|
|
13486
|
+
"text": "HTMLElement"
|
|
13487
|
+
},
|
|
13488
|
+
"description": "The element to scroll into view."
|
|
13489
|
+
},
|
|
13490
|
+
{
|
|
13491
|
+
"name": "scrollContainer",
|
|
13492
|
+
"type": {
|
|
13493
|
+
"text": "HTMLElement"
|
|
13494
|
+
},
|
|
13495
|
+
"description": "The scrollable container."
|
|
13496
|
+
},
|
|
13497
|
+
{
|
|
13498
|
+
"name": "options",
|
|
13499
|
+
"optional": true,
|
|
13500
|
+
"type": {
|
|
13501
|
+
"text": "ScrollIntoViewOptions"
|
|
13502
|
+
},
|
|
13503
|
+
"description": "Options used to scroll into view."
|
|
13504
|
+
}
|
|
13505
|
+
],
|
|
13506
|
+
"description": "If needed, scrolls an element into view within a given scroll container."
|
|
13507
|
+
}
|
|
13508
|
+
],
|
|
13509
|
+
"exports": [
|
|
13510
|
+
{
|
|
13511
|
+
"kind": "js",
|
|
13512
|
+
"name": "scrollIntoViewIfNeeded",
|
|
13513
|
+
"declaration": {
|
|
13514
|
+
"name": "scrollIntoViewIfNeeded",
|
|
13515
|
+
"module": "src/shared/utils/scrollIntoViewIfNeeded.ts"
|
|
13516
|
+
}
|
|
13517
|
+
}
|
|
13518
|
+
]
|
|
13519
|
+
},
|
|
13520
|
+
{
|
|
13521
|
+
"kind": "javascript-module",
|
|
13522
|
+
"path": "src/shared/tokens/ColorToken.ts",
|
|
13523
|
+
"declarations": [
|
|
13524
|
+
{
|
|
13525
|
+
"kind": "variable",
|
|
13526
|
+
"name": "ColorToken",
|
|
13527
|
+
"type": {
|
|
13528
|
+
"text": "{\r\n /** High-emphasis fills, texts, and icons against surface. */\r\n primary: unsafeCSS(\"var(--md-sys-color-primary, #6750A4)\"),\r\n\r\n /** Text and icons against primary. */\r\n onPrimary: unsafeCSS(\"var(--md-sys-color-on-primary, #FFFFFF)\"),\r\n\r\n /** Standout fill color against surface, for key components. */\r\n primaryContainer: unsafeCSS(\"var(--md-sys-color-primary-container, #EADDFF)\"),\r\n\r\n /** Text and icons against primary container. */\r\n onPrimaryContainer: unsafeCSS(\"var(--md-sys-color-on-primary-container, #4F378B)\"),\r\n\r\n /** High-emphasis fills, texts, and icons that maintain the same tone in light and dark themes. */\r\n primaryFixed: unsafeCSS(\"var(--md-sys-color-primary-fixed, #EADDFF)\"),\r\n\r\n /** High-emphasis fills, texts, and icons that maintain the same stronger tone in light and dark themes. */\r\n primaryFixedDim: unsafeCSS(\"var(--md-sys-color-primary-fixed-dim, #D0BCFF)\"),\r\n\r\n /** Text and icons against fixed primary. */\r\n onPrimaryFixed: unsafeCSS(\"var(--md-sys-color-on-primary-fixed, #21005D)\"),\r\n\r\n /** Lower-emphasis text and icons against fixed primary. */\r\n onPrimaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-primary-fixed-variant, #4F378B)\"),\r\n\r\n /** Less prominent fills, text, and icons against surface. */\r\n secondary: unsafeCSS(\"var(--md-sys-color-secondary, #625B71)\"),\r\n\r\n /** Text and icons against secondary. */\r\n onSecondary: unsafeCSS(\"var(--md-sys-color-on-secondary, #FFFFFF)\"),\r\n\r\n /** Less prominent fill color against surface, for recessive components. */\r\n secondaryContainer: unsafeCSS(\"var(--md-sys-color-secondary-container, #E8DEF8)\"),\r\n\r\n /** Text and icons against secondary container. */\r\n onSecondaryContainer: unsafeCSS(\"var(--md-sys-color-on-secondary-container, #4A4458)\"),\r\n\r\n /** Less prominent fills, texts, and icons that maintain the same tone in light and dark themes. */\r\n secondaryFixed: unsafeCSS(\"var(--md-sys-color-secondary-fixed, #E8DEF8)\"),\r\n\r\n /** Less prominent fills, texts, and icons that maintain the same stronger tone in light and dark themes. */\r\n secondaryFixedDim: unsafeCSS(\"var(--md-sys-color-secondary-fixed-dim, #CCC2DC)\"),\r\n\r\n /** Text and icons against fixed secondary. */\r\n onSecondaryFixed: unsafeCSS(\"var(--md-sys-color-on-secondary-fixed, #1D192B)\"),\r\n\r\n /** Lower-emphasis text and icons against fixed secondary. */\r\n onSecondaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-secondary-fixed-variant, #4A4458)\"),\r\n\r\n /** Complementary fills, text, and icons against surface. */\r\n tertiary: unsafeCSS(\"var(--md-sys-color-tertiary, #7D5260)\"),\r\n\r\n /** Text and icons against tertiary. */\r\n onTertiary: unsafeCSS(\"var(--md-sys-color-on-tertiary, #FFFFFF)\"),\r\n\r\n /** Complementary container color against surface. */\r\n tertiaryContainer: unsafeCSS(\"var(--md-sys-color-tertiary-container, #FFD8E4)\"),\r\n\r\n /** Text and icons against tertiary container. */\r\n onTertiaryContainer: unsafeCSS(\"var(--md-sys-color-on-tertiary-container, #633B48)\"),\r\n\r\n /** Complementary fills, texts, and icons that maintain the same tone in light and dark themes. */\r\n tertiaryFixed: unsafeCSS(\"var(--md-sys-color-tertiary-fixed, #FFD8E4)\"),\r\n\r\n /** Complementary fills, texts, and icons that maintain the same stronger tone in light and dark themes. */\r\n tertiaryFixedDim: unsafeCSS(\"var(--md-sys-color-tertiary-fixed-dim, #EFB8C8)\"),\r\n\r\n /** Text and icons against fixed tertiary. */\r\n onTertiaryFixed: unsafeCSS(\"var(--md-sys-color-on-tertiary-fixed, #31111D)\"),\r\n\r\n /** Lower-emphasis text and icons against fixed tertiary. */\r\n onTertiaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-tertiary-fixed-variant, #633B48)\"),\r\n\r\n /** Attention-grabbing color against surface for fills, icons, and text, indicating urgency. */\r\n error: unsafeCSS(\"var(--md-sys-color-error, #B3261E)\"),\r\n\r\n /** Text and icons against error. */\r\n onError: unsafeCSS(\"var(--md-sys-color-on-error, #FFFFFF)\"),\r\n\r\n /** Attention-grabbing fill color against surface. */\r\n errorContainer: unsafeCSS(\"var(--md-sys-color-error-container, #F9DEDC)\"),\r\n\r\n /** Text and icons against error container. */\r\n onErrorContainer: unsafeCSS(\"var(--md-sys-color-on-error-container, #8C1D18)\"),\r\n\r\n /** Default color for backgrounds. */\r\n surface: unsafeCSS(\"var(--md-sys-color-surface, #FEF7FF)\"),\r\n\r\n /** Text and icons against any surface color. */\r\n onSurface: unsafeCSS(\"var(--md-sys-color-on-surface, #1D1B20)\"),\r\n\r\n /** Lower-emphasis color for text and icons against any surface color. */\r\n onSurfaceVariant: unsafeCSS(\"var(--md-sys-color-on-surface-variant, #49454F)\"),\r\n\r\n /** Lowest-emphasis container color. */\r\n surfaceContainerLowest: unsafeCSS(\"var(--md-sys-color-surface-container-lowest, #FFFFFF)\"),\r\n\r\n /** Low-emphasis container color. */\r\n surfaceContainerLow: unsafeCSS(\"var(--md-sys-color-surface-container-low, #F7F2FA)\"),\r\n\r\n /** Default container color. */\r\n surfaceContainer: unsafeCSS(\"var(--md-sys-color-surface-container, #F3EDF7)\"),\r\n\r\n /** High-emphasis container color. */\r\n surfaceContainerHigh: unsafeCSS(\"var(--md-sys-color-surface-container-high, #ECE6F0)\"),\r\n\r\n /** Highest-emphasis container color. */\r\n surfaceContainerHighest: unsafeCSS(\"var(--md-sys-color-surface-container-highest, #E6E0E9)\"),\r\n\r\n /** Dimmest surface color in light and dark themes. */\r\n surfaceDim: unsafeCSS(\"var(--md-sys-color-surface-dim, #DED8E1)\"),\r\n\r\n /** Brightest surface color in light and dark themes. */\r\n surfaceBright: unsafeCSS(\"var(--md-sys-color-surface-bright, #FEF7FF)\"),\r\n\r\n /** Alternate surface color, can be used for active states. */\r\n surfaceVariant: unsafeCSS(\"var(--md-sys-color-surface-variant, #E7E0EC)\"),\r\n\r\n /** Background fills for elements which contrast against surface. */\r\n inverseSurface: unsafeCSS(\"var(--md-sys-color-inverse-surface, #322F35)\"),\r\n\r\n /** Text and icons against inverse surface. */\r\n inverseOnSurface: unsafeCSS(\"var(--md-sys-color-inverse-on-surface, #F5EFF7)\"),\r\n\r\n /** Primary text and icons against inverse surface. */\r\n inversePrimary: unsafeCSS(\"var(--md-sys-color-inverse-primary, #D0BCFF)\"),\r\n\r\n /** Important boundaries, such as a text field outline. */\r\n outline: unsafeCSS(\"var(--md-sys-color-outline, #79747E)\"),\r\n\r\n /** Decorative elements, such as dividers. */\r\n outlineVariant: unsafeCSS(\"var(--md-sys-color-outline-variant, #CAC4D0)\"),\r\n\r\n /** Elevation shadow color. */\r\n shadow: unsafeCSS(\"var(--md-sys-color-shadow, #000000)\"),\r\n\r\n /** Backdrop which obscures underlying content. */\r\n scrim: unsafeCSS(\"var(--md-sys-color-scrim, #000000)\"),\r\n}"
|
|
13529
|
+
},
|
|
13530
|
+
"default": "{ /** High-emphasis fills, texts, and icons against surface. */ primary: unsafeCSS(\"var(--md-sys-color-primary, #6750A4)\"), /** Text and icons against primary. */ onPrimary: unsafeCSS(\"var(--md-sys-color-on-primary, #FFFFFF)\"), /** Standout fill color against surface, for key components. */ primaryContainer: unsafeCSS(\"var(--md-sys-color-primary-container, #EADDFF)\"), /** Text and icons against primary container. */ onPrimaryContainer: unsafeCSS(\"var(--md-sys-color-on-primary-container, #4F378B)\"), /** High-emphasis fills, texts, and icons that maintain the same tone in light and dark themes. */ primaryFixed: unsafeCSS(\"var(--md-sys-color-primary-fixed, #EADDFF)\"), /** High-emphasis fills, texts, and icons that maintain the same stronger tone in light and dark themes. */ primaryFixedDim: unsafeCSS(\"var(--md-sys-color-primary-fixed-dim, #D0BCFF)\"), /** Text and icons against fixed primary. */ onPrimaryFixed: unsafeCSS(\"var(--md-sys-color-on-primary-fixed, #21005D)\"), /** Lower-emphasis text and icons against fixed primary. */ onPrimaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-primary-fixed-variant, #4F378B)\"), /** Less prominent fills, text, and icons against surface. */ secondary: unsafeCSS(\"var(--md-sys-color-secondary, #625B71)\"), /** Text and icons against secondary. */ onSecondary: unsafeCSS(\"var(--md-sys-color-on-secondary, #FFFFFF)\"), /** Less prominent fill color against surface, for recessive components. */ secondaryContainer: unsafeCSS(\"var(--md-sys-color-secondary-container, #E8DEF8)\"), /** Text and icons against secondary container. */ onSecondaryContainer: unsafeCSS(\"var(--md-sys-color-on-secondary-container, #4A4458)\"), /** Less prominent fills, texts, and icons that maintain the same tone in light and dark themes. */ secondaryFixed: unsafeCSS(\"var(--md-sys-color-secondary-fixed, #E8DEF8)\"), /** Less prominent fills, texts, and icons that maintain the same stronger tone in light and dark themes. */ secondaryFixedDim: unsafeCSS(\"var(--md-sys-color-secondary-fixed-dim, #CCC2DC)\"), /** Text and icons against fixed secondary. */ onSecondaryFixed: unsafeCSS(\"var(--md-sys-color-on-secondary-fixed, #1D192B)\"), /** Lower-emphasis text and icons against fixed secondary. */ onSecondaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-secondary-fixed-variant, #4A4458)\"), /** Complementary fills, text, and icons against surface. */ tertiary: unsafeCSS(\"var(--md-sys-color-tertiary, #7D5260)\"), /** Text and icons against tertiary. */ onTertiary: unsafeCSS(\"var(--md-sys-color-on-tertiary, #FFFFFF)\"), /** Complementary container color against surface. */ tertiaryContainer: unsafeCSS(\"var(--md-sys-color-tertiary-container, #FFD8E4)\"), /** Text and icons against tertiary container. */ onTertiaryContainer: unsafeCSS(\"var(--md-sys-color-on-tertiary-container, #633B48)\"), /** Complementary fills, texts, and icons that maintain the same tone in light and dark themes. */ tertiaryFixed: unsafeCSS(\"var(--md-sys-color-tertiary-fixed, #FFD8E4)\"), /** Complementary fills, texts, and icons that maintain the same stronger tone in light and dark themes. */ tertiaryFixedDim: unsafeCSS(\"var(--md-sys-color-tertiary-fixed-dim, #EFB8C8)\"), /** Text and icons against fixed tertiary. */ onTertiaryFixed: unsafeCSS(\"var(--md-sys-color-on-tertiary-fixed, #31111D)\"), /** Lower-emphasis text and icons against fixed tertiary. */ onTertiaryFixedVariant: unsafeCSS(\"var(--md-sys-color-on-tertiary-fixed-variant, #633B48)\"), /** Attention-grabbing color against surface for fills, icons, and text, indicating urgency. */ error: unsafeCSS(\"var(--md-sys-color-error, #B3261E)\"), /** Text and icons against error. */ onError: unsafeCSS(\"var(--md-sys-color-on-error, #FFFFFF)\"), /** Attention-grabbing fill color against surface. */ errorContainer: unsafeCSS(\"var(--md-sys-color-error-container, #F9DEDC)\"), /** Text and icons against error container. */ onErrorContainer: unsafeCSS(\"var(--md-sys-color-on-error-container, #8C1D18)\"), /** Default color for backgrounds. */ surface: unsafeCSS(\"var(--md-sys-color-surface, #FEF7FF)\"), /** Text and icons against any surface color. */ onSurface: unsafeCSS(\"var(--md-sys-color-on-surface, #1D1B20)\"), /** Lower-emphasis color for text and icons against any surface color. */ onSurfaceVariant: unsafeCSS(\"var(--md-sys-color-on-surface-variant, #49454F)\"), /** Lowest-emphasis container color. */ surfaceContainerLowest: unsafeCSS(\"var(--md-sys-color-surface-container-lowest, #FFFFFF)\"), /** Low-emphasis container color. */ surfaceContainerLow: unsafeCSS(\"var(--md-sys-color-surface-container-low, #F7F2FA)\"), /** Default container color. */ surfaceContainer: unsafeCSS(\"var(--md-sys-color-surface-container, #F3EDF7)\"), /** High-emphasis container color. */ surfaceContainerHigh: unsafeCSS(\"var(--md-sys-color-surface-container-high, #ECE6F0)\"), /** Highest-emphasis container color. */ surfaceContainerHighest: unsafeCSS(\"var(--md-sys-color-surface-container-highest, #E6E0E9)\"), /** Dimmest surface color in light and dark themes. */ surfaceDim: unsafeCSS(\"var(--md-sys-color-surface-dim, #DED8E1)\"), /** Brightest surface color in light and dark themes. */ surfaceBright: unsafeCSS(\"var(--md-sys-color-surface-bright, #FEF7FF)\"), /** Alternate surface color, can be used for active states. */ surfaceVariant: unsafeCSS(\"var(--md-sys-color-surface-variant, #E7E0EC)\"), /** Background fills for elements which contrast against surface. */ inverseSurface: unsafeCSS(\"var(--md-sys-color-inverse-surface, #322F35)\"), /** Text and icons against inverse surface. */ inverseOnSurface: unsafeCSS(\"var(--md-sys-color-inverse-on-surface, #F5EFF7)\"), /** Primary text and icons against inverse surface. */ inversePrimary: unsafeCSS(\"var(--md-sys-color-inverse-primary, #D0BCFF)\"), /** Important boundaries, such as a text field outline. */ outline: unsafeCSS(\"var(--md-sys-color-outline, #79747E)\"), /** Decorative elements, such as dividers. */ outlineVariant: unsafeCSS(\"var(--md-sys-color-outline-variant, #CAC4D0)\"), /** Elevation shadow color. */ shadow: unsafeCSS(\"var(--md-sys-color-shadow, #000000)\"), /** Backdrop which obscures underlying content. */ scrim: unsafeCSS(\"var(--md-sys-color-scrim, #000000)\"), }",
|
|
13531
|
+
"description": "Design tokens that control color."
|
|
13532
|
+
}
|
|
13533
|
+
],
|
|
13534
|
+
"exports": [
|
|
13535
|
+
{
|
|
13536
|
+
"kind": "js",
|
|
13537
|
+
"name": "ColorToken",
|
|
13286
13538
|
"declaration": {
|
|
13287
13539
|
"name": "ColorToken",
|
|
13288
13540
|
"module": "src/shared/tokens/ColorToken.ts"
|
|
@@ -13504,234 +13756,6 @@
|
|
|
13504
13756
|
}
|
|
13505
13757
|
}
|
|
13506
13758
|
]
|
|
13507
|
-
},
|
|
13508
|
-
{
|
|
13509
|
-
"kind": "javascript-module",
|
|
13510
|
-
"path": "src/shared/utils/getTextContent.ts",
|
|
13511
|
-
"declarations": [
|
|
13512
|
-
{
|
|
13513
|
-
"kind": "function",
|
|
13514
|
-
"name": "getTextContent",
|
|
13515
|
-
"return": {
|
|
13516
|
-
"type": {
|
|
13517
|
-
"text": "string"
|
|
13518
|
-
}
|
|
13519
|
-
},
|
|
13520
|
-
"parameters": [
|
|
13521
|
-
{
|
|
13522
|
-
"name": "node",
|
|
13523
|
-
"type": {
|
|
13524
|
-
"text": "Node"
|
|
13525
|
-
},
|
|
13526
|
-
"description": "The node for which to get text content."
|
|
13527
|
-
},
|
|
13528
|
-
{
|
|
13529
|
-
"name": "trim",
|
|
13530
|
-
"default": "false",
|
|
13531
|
-
"type": {
|
|
13532
|
-
"text": "boolean"
|
|
13533
|
-
},
|
|
13534
|
-
"description": "A value indicating whether to trim content.",
|
|
13535
|
-
"optional": true
|
|
13536
|
-
}
|
|
13537
|
-
],
|
|
13538
|
-
"description": "Gets the text content of a given node, including slotted content."
|
|
13539
|
-
}
|
|
13540
|
-
],
|
|
13541
|
-
"exports": [
|
|
13542
|
-
{
|
|
13543
|
-
"kind": "js",
|
|
13544
|
-
"name": "getTextContent",
|
|
13545
|
-
"declaration": {
|
|
13546
|
-
"name": "getTextContent",
|
|
13547
|
-
"module": "src/shared/utils/getTextContent.ts"
|
|
13548
|
-
}
|
|
13549
|
-
}
|
|
13550
|
-
]
|
|
13551
|
-
},
|
|
13552
|
-
{
|
|
13553
|
-
"kind": "javascript-module",
|
|
13554
|
-
"path": "src/shared/utils/guid.ts",
|
|
13555
|
-
"declarations": [
|
|
13556
|
-
{
|
|
13557
|
-
"kind": "function",
|
|
13558
|
-
"name": "guid",
|
|
13559
|
-
"return": {
|
|
13560
|
-
"type": {
|
|
13561
|
-
"text": "string"
|
|
13562
|
-
}
|
|
13563
|
-
},
|
|
13564
|
-
"description": "Generates a new globally unique identifier (GUID)."
|
|
13565
|
-
}
|
|
13566
|
-
],
|
|
13567
|
-
"exports": [
|
|
13568
|
-
{
|
|
13569
|
-
"kind": "js",
|
|
13570
|
-
"name": "guid",
|
|
13571
|
-
"declaration": {
|
|
13572
|
-
"name": "guid",
|
|
13573
|
-
"module": "src/shared/utils/guid.ts"
|
|
13574
|
-
}
|
|
13575
|
-
}
|
|
13576
|
-
]
|
|
13577
|
-
},
|
|
13578
|
-
{
|
|
13579
|
-
"kind": "javascript-module",
|
|
13580
|
-
"path": "src/shared/utils/hasAssignedNodes.ts",
|
|
13581
|
-
"declarations": [
|
|
13582
|
-
{
|
|
13583
|
-
"kind": "function",
|
|
13584
|
-
"name": "hasAssignedNodes",
|
|
13585
|
-
"return": {
|
|
13586
|
-
"type": {
|
|
13587
|
-
"text": "boolean"
|
|
13588
|
-
}
|
|
13589
|
-
},
|
|
13590
|
-
"parameters": [
|
|
13591
|
-
{
|
|
13592
|
-
"name": "slot",
|
|
13593
|
-
"type": {
|
|
13594
|
-
"text": "HTMLSlotElement"
|
|
13595
|
-
},
|
|
13596
|
-
"description": "The slot to test."
|
|
13597
|
-
}
|
|
13598
|
-
],
|
|
13599
|
-
"description": "Determines whether a slot has any assigned nodes."
|
|
13600
|
-
}
|
|
13601
|
-
],
|
|
13602
|
-
"exports": [
|
|
13603
|
-
{
|
|
13604
|
-
"kind": "js",
|
|
13605
|
-
"name": "hasAssignedNodes",
|
|
13606
|
-
"declaration": {
|
|
13607
|
-
"name": "hasAssignedNodes",
|
|
13608
|
-
"module": "src/shared/utils/hasAssignedNodes.ts"
|
|
13609
|
-
}
|
|
13610
|
-
}
|
|
13611
|
-
]
|
|
13612
|
-
},
|
|
13613
|
-
{
|
|
13614
|
-
"kind": "javascript-module",
|
|
13615
|
-
"path": "src/shared/utils/index.ts",
|
|
13616
|
-
"declarations": [],
|
|
13617
|
-
"exports": [
|
|
13618
|
-
{
|
|
13619
|
-
"kind": "js",
|
|
13620
|
-
"name": "*",
|
|
13621
|
-
"declaration": {
|
|
13622
|
-
"name": "*",
|
|
13623
|
-
"package": "\"./getTextContent\""
|
|
13624
|
-
}
|
|
13625
|
-
},
|
|
13626
|
-
{
|
|
13627
|
-
"kind": "js",
|
|
13628
|
-
"name": "*",
|
|
13629
|
-
"declaration": {
|
|
13630
|
-
"name": "*",
|
|
13631
|
-
"package": "\"./guid\""
|
|
13632
|
-
}
|
|
13633
|
-
},
|
|
13634
|
-
{
|
|
13635
|
-
"kind": "js",
|
|
13636
|
-
"name": "*",
|
|
13637
|
-
"declaration": {
|
|
13638
|
-
"name": "*",
|
|
13639
|
-
"package": "\"./hasAssignedNodes\""
|
|
13640
|
-
}
|
|
13641
|
-
},
|
|
13642
|
-
{
|
|
13643
|
-
"kind": "js",
|
|
13644
|
-
"name": "*",
|
|
13645
|
-
"declaration": {
|
|
13646
|
-
"name": "*",
|
|
13647
|
-
"package": "\"./prefersReducedMotion\""
|
|
13648
|
-
}
|
|
13649
|
-
},
|
|
13650
|
-
{
|
|
13651
|
-
"kind": "js",
|
|
13652
|
-
"name": "*",
|
|
13653
|
-
"declaration": {
|
|
13654
|
-
"name": "*",
|
|
13655
|
-
"package": "\"./scrollIntoViewIfNeeded\""
|
|
13656
|
-
}
|
|
13657
|
-
}
|
|
13658
|
-
]
|
|
13659
|
-
},
|
|
13660
|
-
{
|
|
13661
|
-
"kind": "javascript-module",
|
|
13662
|
-
"path": "src/shared/utils/prefersReducedMotion.ts",
|
|
13663
|
-
"declarations": [
|
|
13664
|
-
{
|
|
13665
|
-
"kind": "function",
|
|
13666
|
-
"name": "prefersReducedMotion",
|
|
13667
|
-
"return": {
|
|
13668
|
-
"type": {
|
|
13669
|
-
"text": "boolean"
|
|
13670
|
-
}
|
|
13671
|
-
},
|
|
13672
|
-
"description": "Determines whether reduced motion is preferred."
|
|
13673
|
-
}
|
|
13674
|
-
],
|
|
13675
|
-
"exports": [
|
|
13676
|
-
{
|
|
13677
|
-
"kind": "js",
|
|
13678
|
-
"name": "prefersReducedMotion",
|
|
13679
|
-
"declaration": {
|
|
13680
|
-
"name": "prefersReducedMotion",
|
|
13681
|
-
"module": "src/shared/utils/prefersReducedMotion.ts"
|
|
13682
|
-
}
|
|
13683
|
-
}
|
|
13684
|
-
]
|
|
13685
|
-
},
|
|
13686
|
-
{
|
|
13687
|
-
"kind": "javascript-module",
|
|
13688
|
-
"path": "src/shared/utils/scrollIntoViewIfNeeded.ts",
|
|
13689
|
-
"declarations": [
|
|
13690
|
-
{
|
|
13691
|
-
"kind": "function",
|
|
13692
|
-
"name": "scrollIntoViewIfNeeded",
|
|
13693
|
-
"return": {
|
|
13694
|
-
"type": {
|
|
13695
|
-
"text": "void"
|
|
13696
|
-
}
|
|
13697
|
-
},
|
|
13698
|
-
"parameters": [
|
|
13699
|
-
{
|
|
13700
|
-
"name": "element",
|
|
13701
|
-
"type": {
|
|
13702
|
-
"text": "HTMLElement"
|
|
13703
|
-
},
|
|
13704
|
-
"description": "The element to scroll into view."
|
|
13705
|
-
},
|
|
13706
|
-
{
|
|
13707
|
-
"name": "scrollContainer",
|
|
13708
|
-
"type": {
|
|
13709
|
-
"text": "HTMLElement"
|
|
13710
|
-
},
|
|
13711
|
-
"description": "The scrollable container."
|
|
13712
|
-
},
|
|
13713
|
-
{
|
|
13714
|
-
"name": "options",
|
|
13715
|
-
"optional": true,
|
|
13716
|
-
"type": {
|
|
13717
|
-
"text": "ScrollIntoViewOptions"
|
|
13718
|
-
},
|
|
13719
|
-
"description": "Options used to scroll into view."
|
|
13720
|
-
}
|
|
13721
|
-
],
|
|
13722
|
-
"description": "If needed, scrolls an element into view within a given scroll container."
|
|
13723
|
-
}
|
|
13724
|
-
],
|
|
13725
|
-
"exports": [
|
|
13726
|
-
{
|
|
13727
|
-
"kind": "js",
|
|
13728
|
-
"name": "scrollIntoViewIfNeeded",
|
|
13729
|
-
"declaration": {
|
|
13730
|
-
"name": "scrollIntoViewIfNeeded",
|
|
13731
|
-
"module": "src/shared/utils/scrollIntoViewIfNeeded.ts"
|
|
13732
|
-
}
|
|
13733
|
-
}
|
|
13734
|
-
]
|
|
13735
13759
|
}
|
|
13736
13760
|
]
|
|
13737
13761
|
}
|