@carbon/ai-chat-components 1.6.0-rc.1 → 1.7.0-rc.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/custom-elements.json +684 -520
- package/es/components/code-snippet/src/codemirror/theme.js +5 -5
- package/es/components/code-snippet/src/codemirror/theme.js.map +1 -1
- package/es/components/markdown/index.d.ts +1 -1
- package/es/components/markdown/src/markdown-renderer-types.d.ts +169 -6
- package/es/components/markdown/src/markdown-renderer.d.ts +1 -1
- package/es/components/markdown/src/markdown-renderer.js +116 -20
- package/es/components/markdown/src/markdown-renderer.js.map +1 -1
- package/es/components/markdown/src/markdown.d.ts +8 -0
- package/es/components/markdown/src/markdown.js +31 -0
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/markdown/src/plugins/markdown-it-task-lists.js +7 -1
- package/es/components/markdown/src/plugins/markdown-it-task-lists.js.map +1 -1
- package/es/components/table/src/table.js +2 -2
- package/es/components/table/src/table.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +7 -6
- package/es/components/toolbar/src/toolbar.js +79 -96
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/toolbar/src/toolbar.scss.js +1 -1
- package/es/components/workspace-shell/src/workspace-shell.d.ts +1 -3
- package/es/components/workspace-shell/src/workspace-shell.js +1 -3
- package/es/components/workspace-shell/src/workspace-shell.js.map +1 -1
- package/es/react/markdown.d.ts +13 -4
- package/es/react/markdown.js +11 -0
- package/es/react/markdown.js.map +1 -1
- package/es/react/table.d.ts +4 -0
- package/es/react/table.js +28 -0
- package/es/react/table.js.map +1 -0
- package/es-custom/components/code-snippet/src/codemirror/theme.js +5 -5
- package/es-custom/components/code-snippet/src/codemirror/theme.js.map +1 -1
- package/es-custom/components/markdown/index.d.ts +1 -1
- package/es-custom/components/markdown/src/markdown-renderer-types.d.ts +169 -6
- package/es-custom/components/markdown/src/markdown-renderer.d.ts +1 -1
- package/es-custom/components/markdown/src/markdown-renderer.js +116 -20
- package/es-custom/components/markdown/src/markdown-renderer.js.map +1 -1
- package/es-custom/components/markdown/src/markdown.d.ts +8 -0
- package/es-custom/components/markdown/src/markdown.js +31 -0
- package/es-custom/components/markdown/src/markdown.js.map +1 -1
- package/es-custom/components/markdown/src/plugins/markdown-it-task-lists.js +7 -1
- package/es-custom/components/markdown/src/plugins/markdown-it-task-lists.js.map +1 -1
- package/es-custom/components/table/src/table.js +2 -2
- package/es-custom/components/table/src/table.js.map +1 -1
- package/es-custom/components/toolbar/src/toolbar.d.ts +7 -6
- package/es-custom/components/toolbar/src/toolbar.js +79 -96
- package/es-custom/components/toolbar/src/toolbar.js.map +1 -1
- package/es-custom/components/toolbar/src/toolbar.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.d.ts +1 -3
- package/es-custom/components/workspace-shell/src/workspace-shell.js +1 -3
- package/es-custom/components/workspace-shell/src/workspace-shell.js.map +1 -1
- package/es-custom/react/markdown.d.ts +13 -4
- package/es-custom/react/markdown.js +11 -0
- package/es-custom/react/markdown.js.map +1 -1
- package/es-custom/react/table.d.ts +4 -0
- package/es-custom/react/table.js +28 -0
- package/es-custom/react/table.js.map +1 -0
- package/package.json +2 -2
- package/telemetry.yml +2 -0
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/globals/settings.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "prefix",
|
|
12
|
+
"type": {
|
|
13
|
+
"text": "string"
|
|
14
|
+
},
|
|
15
|
+
"default": "\"cds-aichat\""
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"exports": [
|
|
19
|
+
{
|
|
20
|
+
"kind": "js",
|
|
21
|
+
"name": "default",
|
|
22
|
+
"declaration": {
|
|
23
|
+
"name": "prefix",
|
|
24
|
+
"module": "src/globals/settings.ts"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
5
29
|
{
|
|
6
30
|
"kind": "javascript-module",
|
|
7
31
|
"path": "src/react/ai-label-action-button.ts",
|
|
@@ -474,6 +498,42 @@
|
|
|
474
498
|
}
|
|
475
499
|
]
|
|
476
500
|
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "javascript-module",
|
|
503
|
+
"path": "src/react/table.ts",
|
|
504
|
+
"declarations": [
|
|
505
|
+
{
|
|
506
|
+
"kind": "variable",
|
|
507
|
+
"name": "Table"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"exports": [
|
|
511
|
+
{
|
|
512
|
+
"kind": "js",
|
|
513
|
+
"name": "default",
|
|
514
|
+
"declaration": {
|
|
515
|
+
"name": "Table",
|
|
516
|
+
"module": "src/react/table.ts"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"kind": "js",
|
|
521
|
+
"name": "TableCellContent",
|
|
522
|
+
"declaration": {
|
|
523
|
+
"name": "TableCellContent",
|
|
524
|
+
"module": "../components/table/src/table.js"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "js",
|
|
529
|
+
"name": "TableRowContent",
|
|
530
|
+
"declaration": {
|
|
531
|
+
"name": "TableRowContent",
|
|
532
|
+
"module": "../components/table/src/table.js"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
},
|
|
477
537
|
{
|
|
478
538
|
"kind": "javascript-module",
|
|
479
539
|
"path": "src/react/tool-call-data.ts",
|
|
@@ -606,30 +666,6 @@
|
|
|
606
666
|
}
|
|
607
667
|
]
|
|
608
668
|
},
|
|
609
|
-
{
|
|
610
|
-
"kind": "javascript-module",
|
|
611
|
-
"path": "src/globals/settings.ts",
|
|
612
|
-
"declarations": [
|
|
613
|
-
{
|
|
614
|
-
"kind": "variable",
|
|
615
|
-
"name": "prefix",
|
|
616
|
-
"type": {
|
|
617
|
-
"text": "string"
|
|
618
|
-
},
|
|
619
|
-
"default": "\"cds-aichat\""
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"exports": [
|
|
623
|
-
{
|
|
624
|
-
"kind": "js",
|
|
625
|
-
"name": "default",
|
|
626
|
-
"declaration": {
|
|
627
|
-
"name": "prefix",
|
|
628
|
-
"module": "src/globals/settings.ts"
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
]
|
|
632
|
-
},
|
|
633
669
|
{
|
|
634
670
|
"kind": "javascript-module",
|
|
635
671
|
"path": "src/testing/PageObjectId.ts",
|
|
@@ -977,6 +1013,30 @@
|
|
|
977
1013
|
"module": "./src/markdown-renderer-types.js"
|
|
978
1014
|
}
|
|
979
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "js",
|
|
1018
|
+
"name": "MarkdownRendererChecklist",
|
|
1019
|
+
"declaration": {
|
|
1020
|
+
"name": "MarkdownRendererChecklist",
|
|
1021
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"kind": "js",
|
|
1026
|
+
"name": "MarkdownRendererChecklistItemArgs",
|
|
1027
|
+
"declaration": {
|
|
1028
|
+
"name": "MarkdownRendererChecklistItemArgs",
|
|
1029
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "js",
|
|
1034
|
+
"name": "MarkdownRendererChecklistToggleArgs",
|
|
1035
|
+
"declaration": {
|
|
1036
|
+
"name": "MarkdownRendererChecklistToggleArgs",
|
|
1037
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
980
1040
|
{
|
|
981
1041
|
"kind": "js",
|
|
982
1042
|
"name": "MarkdownRendererCodeBlockArgs",
|
|
@@ -993,6 +1053,38 @@
|
|
|
993
1053
|
"module": "./src/markdown-renderer-types.js"
|
|
994
1054
|
}
|
|
995
1055
|
},
|
|
1056
|
+
{
|
|
1057
|
+
"kind": "js",
|
|
1058
|
+
"name": "MarkdownRendererImageArgs",
|
|
1059
|
+
"declaration": {
|
|
1060
|
+
"name": "MarkdownRendererImageArgs",
|
|
1061
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "js",
|
|
1066
|
+
"name": "MarkdownRendererImageResult",
|
|
1067
|
+
"declaration": {
|
|
1068
|
+
"name": "MarkdownRendererImageResult",
|
|
1069
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "js",
|
|
1074
|
+
"name": "MarkdownRendererLinkArgs",
|
|
1075
|
+
"declaration": {
|
|
1076
|
+
"name": "MarkdownRendererLinkArgs",
|
|
1077
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "js",
|
|
1082
|
+
"name": "MarkdownRendererLinkResult",
|
|
1083
|
+
"declaration": {
|
|
1084
|
+
"name": "MarkdownRendererLinkResult",
|
|
1085
|
+
"module": "./src/markdown-renderer-types.js"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
996
1088
|
{
|
|
997
1089
|
"kind": "js",
|
|
998
1090
|
"name": "MarkdownRendererTableArgs",
|
|
@@ -1246,197 +1338,405 @@
|
|
|
1246
1338
|
},
|
|
1247
1339
|
{
|
|
1248
1340
|
"kind": "javascript-module",
|
|
1249
|
-
"path": "src/
|
|
1250
|
-
"declarations": [],
|
|
1251
|
-
"exports": []
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"kind": "javascript-module",
|
|
1255
|
-
"path": "src/react/history/history-content.ts",
|
|
1341
|
+
"path": "src/globals/decorators/carbon-element.ts",
|
|
1256
1342
|
"declarations": [
|
|
1257
1343
|
{
|
|
1258
|
-
"kind": "
|
|
1259
|
-
"name": "
|
|
1344
|
+
"kind": "function",
|
|
1345
|
+
"name": "carbonElement",
|
|
1346
|
+
"parameters": [
|
|
1347
|
+
{
|
|
1348
|
+
"name": "tagName",
|
|
1349
|
+
"type": {
|
|
1350
|
+
"text": "string"
|
|
1351
|
+
},
|
|
1352
|
+
"description": "The tag name of the custom element to define."
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"description": "Class decorator factory that defines the decorated class as a custom element.\n\n```js"
|
|
1260
1356
|
}
|
|
1261
1357
|
],
|
|
1262
1358
|
"exports": [
|
|
1263
1359
|
{
|
|
1264
|
-
"kind": "
|
|
1265
|
-
"name": "
|
|
1360
|
+
"kind": "custom-element-definition",
|
|
1361
|
+
"name": "tagName",
|
|
1266
1362
|
"declaration": {
|
|
1267
|
-
"name": "
|
|
1268
|
-
"module": "src/
|
|
1363
|
+
"name": "anonymous_0",
|
|
1364
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1269
1365
|
}
|
|
1270
|
-
}
|
|
1271
|
-
]
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"kind": "javascript-module",
|
|
1275
|
-
"path": "src/react/history/history-delete-panel.ts",
|
|
1276
|
-
"declarations": [
|
|
1277
|
-
{
|
|
1278
|
-
"kind": "variable",
|
|
1279
|
-
"name": "HistoryDeletePanel"
|
|
1280
|
-
}
|
|
1281
|
-
],
|
|
1282
|
-
"exports": [
|
|
1366
|
+
},
|
|
1283
1367
|
{
|
|
1284
|
-
"kind": "
|
|
1285
|
-
"name": "
|
|
1368
|
+
"kind": "custom-element-definition",
|
|
1369
|
+
"name": "tagName",
|
|
1286
1370
|
"declaration": {
|
|
1287
|
-
"name": "
|
|
1288
|
-
"module": "src/
|
|
1371
|
+
"name": "clazz",
|
|
1372
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1289
1373
|
}
|
|
1290
|
-
}
|
|
1291
|
-
]
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"kind": "javascript-module",
|
|
1295
|
-
"path": "src/react/history/history-header.ts",
|
|
1296
|
-
"declarations": [
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "variable",
|
|
1299
|
-
"name": "HistoryHeader"
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1374
|
+
},
|
|
1303
1375
|
{
|
|
1304
1376
|
"kind": "js",
|
|
1305
|
-
"name": "
|
|
1377
|
+
"name": "carbonElement",
|
|
1306
1378
|
"declaration": {
|
|
1307
|
-
"name": "
|
|
1308
|
-
"module": "src/
|
|
1379
|
+
"name": "carbonElement",
|
|
1380
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1309
1381
|
}
|
|
1310
1382
|
}
|
|
1311
1383
|
]
|
|
1312
1384
|
},
|
|
1313
1385
|
{
|
|
1314
1386
|
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "variable",
|
|
1319
|
-
"name": "HistoryLoading"
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1387
|
+
"path": "src/globals/decorators/index.ts",
|
|
1388
|
+
"declarations": [],
|
|
1322
1389
|
"exports": [
|
|
1323
1390
|
{
|
|
1324
1391
|
"kind": "js",
|
|
1325
|
-
"name": "
|
|
1392
|
+
"name": "carbonElement",
|
|
1326
1393
|
"declaration": {
|
|
1327
|
-
"name": "
|
|
1328
|
-
"module": "
|
|
1394
|
+
"name": "carbonElement",
|
|
1395
|
+
"module": "./carbon-element.js"
|
|
1329
1396
|
}
|
|
1330
1397
|
}
|
|
1331
1398
|
]
|
|
1332
1399
|
},
|
|
1333
1400
|
{
|
|
1334
1401
|
"kind": "javascript-module",
|
|
1335
|
-
"path": "src/
|
|
1402
|
+
"path": "src/globals/internal/storybook-cdn.ts",
|
|
1336
1403
|
"declarations": [
|
|
1337
1404
|
{
|
|
1338
|
-
"kind": "
|
|
1339
|
-
"name": "
|
|
1405
|
+
"kind": "function",
|
|
1406
|
+
"name": "cdnJs",
|
|
1407
|
+
"parameters": [
|
|
1408
|
+
{
|
|
1409
|
+
"name": "components",
|
|
1410
|
+
"type": {
|
|
1411
|
+
"text": "Array"
|
|
1412
|
+
},
|
|
1413
|
+
"description": "array of components to render"
|
|
1414
|
+
}
|
|
1415
|
+
],
|
|
1416
|
+
"description": "This is the markdown block for JS via CDN"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "function",
|
|
1420
|
+
"name": "cdnCss",
|
|
1421
|
+
"description": "This is the markdown block for CSS via CDN"
|
|
1340
1422
|
}
|
|
1341
1423
|
],
|
|
1342
1424
|
"exports": [
|
|
1343
1425
|
{
|
|
1344
1426
|
"kind": "js",
|
|
1345
|
-
"name": "
|
|
1427
|
+
"name": "cdnJs",
|
|
1346
1428
|
"declaration": {
|
|
1347
|
-
"name": "
|
|
1348
|
-
"module": "src/
|
|
1429
|
+
"name": "cdnJs",
|
|
1430
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1349
1431
|
}
|
|
1350
|
-
}
|
|
1351
|
-
]
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"kind": "javascript-module",
|
|
1355
|
-
"path": "src/react/history/history-panel-item.ts",
|
|
1356
|
-
"declarations": [
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "variable",
|
|
1359
|
-
"name": "HistoryPanelItem"
|
|
1360
|
-
}
|
|
1361
|
-
],
|
|
1362
|
-
"exports": [
|
|
1432
|
+
},
|
|
1363
1433
|
{
|
|
1364
1434
|
"kind": "js",
|
|
1365
|
-
"name": "
|
|
1435
|
+
"name": "cdnCss",
|
|
1366
1436
|
"declaration": {
|
|
1367
|
-
"name": "
|
|
1368
|
-
"module": "src/
|
|
1437
|
+
"name": "cdnCss",
|
|
1438
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1369
1439
|
}
|
|
1370
1440
|
}
|
|
1371
1441
|
]
|
|
1372
1442
|
},
|
|
1373
1443
|
{
|
|
1374
1444
|
"kind": "javascript-module",
|
|
1375
|
-
"path": "src/
|
|
1445
|
+
"path": "src/globals/utils/focus-utils.ts",
|
|
1376
1446
|
"declarations": [
|
|
1377
1447
|
{
|
|
1378
|
-
"kind": "
|
|
1379
|
-
"name": "
|
|
1380
|
-
|
|
1381
|
-
|
|
1448
|
+
"kind": "function",
|
|
1449
|
+
"name": "getDeepActiveElement",
|
|
1450
|
+
"return": {
|
|
1451
|
+
"type": {
|
|
1452
|
+
"text": ""
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
"description": "Gets the deepest active element, traversing through all shadow DOM boundaries.\nThis handles nested shadow roots, slotted elements, and will return the actual\nfocused element regardless of how many shadow DOM levels exist."
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "function",
|
|
1459
|
+
"name": "isElementInvisible",
|
|
1460
|
+
"return": {
|
|
1461
|
+
"type": {
|
|
1462
|
+
"text": ""
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"parameters": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "element",
|
|
1468
|
+
"type": {
|
|
1469
|
+
"text": "Element"
|
|
1470
|
+
},
|
|
1471
|
+
"description": "The DOM element to check"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "exceptions",
|
|
1475
|
+
"default": "[\"dialog\", \"[popover]\"]",
|
|
1476
|
+
"type": {
|
|
1477
|
+
"text": "string[]"
|
|
1478
|
+
},
|
|
1479
|
+
"description": "Array of selectors to ignore when checking the element (e.g., 'dialog', '[popover]')"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"description": "Checks if an element should be ignored due to visibility or accessibility attributes."
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"kind": "function",
|
|
1486
|
+
"name": "isFocusable",
|
|
1487
|
+
"return": {
|
|
1488
|
+
"type": {
|
|
1489
|
+
"text": ""
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
"parameters": [
|
|
1493
|
+
{
|
|
1494
|
+
"name": "element",
|
|
1495
|
+
"type": {
|
|
1496
|
+
"text": "Element"
|
|
1497
|
+
},
|
|
1498
|
+
"description": "The DOM element to check for focusability"
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
1501
|
+
"description": "Checks if an element is focusable. An element is considered focusable if it matches\nstandard focusable elements criteria (such as buttons, inputs, etc., that are not disabled\nand do not have a negative tabindex) or is a custom element with a shadow root that delegates focus.\nBased on https://gist.github.com/oscarmarina/9ce95f491a4c53ed01d989de4a87c0c9"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "function",
|
|
1505
|
+
"name": "tryFocus",
|
|
1506
|
+
"return": {
|
|
1507
|
+
"type": {
|
|
1508
|
+
"text": ""
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"parameters": [
|
|
1512
|
+
{
|
|
1513
|
+
"name": "element",
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "Element | null | undefined"
|
|
1516
|
+
},
|
|
1517
|
+
"description": "The element to attempt to focus"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "exceptions",
|
|
1521
|
+
"optional": true,
|
|
1522
|
+
"type": {
|
|
1523
|
+
"text": "string[]"
|
|
1524
|
+
},
|
|
1525
|
+
"description": "Array of selectors to ignore when checking visibility (e.g., 'dialog', '[popover]')"
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"description": "Attempts to focus an element if it's focusable, visible, and not disabled.\nThis is an enhanced version that checks visibility, accessibility attributes,\nand proper focusability before attempting to set focus. It is shadow DOM aware\nand handles slotted elements correctly."
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "function",
|
|
1532
|
+
"name": "walkComposedTree",
|
|
1533
|
+
"return": {
|
|
1534
|
+
"type": {
|
|
1535
|
+
"text": ""
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"parameters": [
|
|
1539
|
+
{
|
|
1540
|
+
"name": "node",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "Node"
|
|
1543
|
+
},
|
|
1544
|
+
"description": "The root node for traversal"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "whatToShow",
|
|
1548
|
+
"default": "0",
|
|
1549
|
+
"description": "NodeFilter code for node types to include (use 0 to retrieve all nodes)"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "filter",
|
|
1553
|
+
"default": "() => true",
|
|
1554
|
+
"type": {
|
|
1555
|
+
"text": "(node: Node) => boolean"
|
|
1556
|
+
},
|
|
1557
|
+
"description": "Filters nodes. Child nodes are considered even if parent does not satisfy the filter"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "skipNode",
|
|
1561
|
+
"default": "() => false",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "(node: Node) => boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"description": "Determines whether to skip a node and its children"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"description": "Traverse the composed tree from the root, selecting elements that meet the provided filter criteria.\nThis function properly handles Shadow DOM boundaries.\nBased on https://github.com/JanMiksovsky/elix/blob/main/src/core/dom.js#L320"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "function",
|
|
1572
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1573
|
+
"return": {
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": ""
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"parameters": [
|
|
1579
|
+
{
|
|
1580
|
+
"name": "walker",
|
|
1581
|
+
"type": {
|
|
1582
|
+
"text": "IterableIterator<HTMLElement>"
|
|
1583
|
+
},
|
|
1584
|
+
"description": "The TreeWalker object used to traverse the node's children"
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"description": "Retrieves the first and last focusable children of a node using a TreeWalker."
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "function",
|
|
1591
|
+
"name": "focusElementAfterRepaint",
|
|
1592
|
+
"return": {
|
|
1593
|
+
"type": {
|
|
1594
|
+
"text": "void"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"parameters": [
|
|
1598
|
+
{
|
|
1599
|
+
"name": "searchRoot",
|
|
1600
|
+
"type": {
|
|
1601
|
+
"text": "Document | Element | ShadowRoot | DocumentFragment"
|
|
1602
|
+
},
|
|
1603
|
+
"description": "Root to query (`Element`, `ShadowRoot`, `Document`, or `DocumentFragment`, e.g. Lit `renderRoot`)"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "selector",
|
|
1607
|
+
"type": {
|
|
1608
|
+
"text": "string"
|
|
1609
|
+
},
|
|
1610
|
+
"description": "CSS selector that resolves to the node to focus."
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"description": "Finds a descendant of `searchRoot` via `selector` and focuses it after the next\ntwo animation frames. Use when DOM updates (Lit, React, reorder) replace or move\nnodes so the previous focused element is detached (e.g. list pin/unpin).\n\nTries tryFocus first for visibility/focusability checks; if that does\nnot take focus (e.g. some custom element hosts), falls back to HTMLElement.focus."
|
|
1614
|
+
}
|
|
1615
|
+
],
|
|
1382
1616
|
"exports": [
|
|
1383
1617
|
{
|
|
1384
1618
|
"kind": "js",
|
|
1385
|
-
"name": "
|
|
1619
|
+
"name": "getDeepActiveElement",
|
|
1386
1620
|
"declaration": {
|
|
1387
|
-
"name": "
|
|
1388
|
-
"module": "src/
|
|
1621
|
+
"name": "getDeepActiveElement",
|
|
1622
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "js",
|
|
1627
|
+
"name": "isElementInvisible",
|
|
1628
|
+
"declaration": {
|
|
1629
|
+
"name": "isElementInvisible",
|
|
1630
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "js",
|
|
1635
|
+
"name": "isFocusable",
|
|
1636
|
+
"declaration": {
|
|
1637
|
+
"name": "isFocusable",
|
|
1638
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "js",
|
|
1643
|
+
"name": "tryFocus",
|
|
1644
|
+
"declaration": {
|
|
1645
|
+
"name": "tryFocus",
|
|
1646
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "js",
|
|
1651
|
+
"name": "walkComposedTree",
|
|
1652
|
+
"declaration": {
|
|
1653
|
+
"name": "walkComposedTree",
|
|
1654
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "js",
|
|
1659
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1660
|
+
"declaration": {
|
|
1661
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1662
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "focusElementAfterRepaint",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "focusElementAfterRepaint",
|
|
1670
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1389
1671
|
}
|
|
1390
1672
|
}
|
|
1391
1673
|
]
|
|
1392
1674
|
},
|
|
1393
1675
|
{
|
|
1394
1676
|
"kind": "javascript-module",
|
|
1395
|
-
"path": "src/
|
|
1677
|
+
"path": "src/globals/utils/rtl-utils.ts",
|
|
1396
1678
|
"declarations": [
|
|
1397
1679
|
{
|
|
1398
|
-
"kind": "
|
|
1399
|
-
"name": "
|
|
1680
|
+
"kind": "function",
|
|
1681
|
+
"name": "isDirectionRTL",
|
|
1682
|
+
"return": {
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": ""
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"description": "Determines if the document is in RTL (right-to-left) mode.\nChecks both document.dir and document.documentElement.dir for maximum compatibility."
|
|
1400
1688
|
}
|
|
1401
1689
|
],
|
|
1402
1690
|
"exports": [
|
|
1403
1691
|
{
|
|
1404
1692
|
"kind": "js",
|
|
1405
|
-
"name": "
|
|
1693
|
+
"name": "isDirectionRTL",
|
|
1406
1694
|
"declaration": {
|
|
1407
|
-
"name": "
|
|
1408
|
-
"module": "src/
|
|
1695
|
+
"name": "isDirectionRTL",
|
|
1696
|
+
"module": "src/globals/utils/rtl-utils.ts"
|
|
1409
1697
|
}
|
|
1410
1698
|
}
|
|
1411
1699
|
]
|
|
1412
1700
|
},
|
|
1413
1701
|
{
|
|
1414
1702
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1703
|
+
"path": "src/globals/utils/uuid.ts",
|
|
1416
1704
|
"declarations": [
|
|
1417
1705
|
{
|
|
1418
|
-
"kind": "
|
|
1419
|
-
"name": "
|
|
1706
|
+
"kind": "function",
|
|
1707
|
+
"name": "uuid",
|
|
1708
|
+
"return": {
|
|
1709
|
+
"type": {
|
|
1710
|
+
"text": "string"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1420
1714
|
}
|
|
1421
1715
|
],
|
|
1422
1716
|
"exports": [
|
|
1423
1717
|
{
|
|
1424
1718
|
"kind": "js",
|
|
1425
|
-
"name": "
|
|
1719
|
+
"name": "uuid",
|
|
1426
1720
|
"declaration": {
|
|
1427
|
-
"name": "
|
|
1428
|
-
"module": "src/
|
|
1721
|
+
"name": "uuid",
|
|
1722
|
+
"module": "src/globals/utils/uuid.ts"
|
|
1429
1723
|
}
|
|
1430
1724
|
}
|
|
1431
1725
|
]
|
|
1432
1726
|
},
|
|
1433
1727
|
{
|
|
1434
1728
|
"kind": "javascript-module",
|
|
1435
|
-
"path": "src/react/
|
|
1729
|
+
"path": "src/react/__tests__/jest.setup.ts",
|
|
1730
|
+
"declarations": [],
|
|
1731
|
+
"exports": []
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "javascript-module",
|
|
1735
|
+
"path": "src/react/history/history-content.ts",
|
|
1436
1736
|
"declarations": [
|
|
1437
1737
|
{
|
|
1438
1738
|
"kind": "variable",
|
|
1439
|
-
"name": "
|
|
1739
|
+
"name": "HistoryContent"
|
|
1440
1740
|
}
|
|
1441
1741
|
],
|
|
1442
1742
|
"exports": [
|
|
@@ -1444,19 +1744,19 @@
|
|
|
1444
1744
|
"kind": "js",
|
|
1445
1745
|
"name": "default",
|
|
1446
1746
|
"declaration": {
|
|
1447
|
-
"name": "
|
|
1448
|
-
"module": "src/react/history/history-
|
|
1747
|
+
"name": "HistoryContent",
|
|
1748
|
+
"module": "src/react/history/history-content.ts"
|
|
1449
1749
|
}
|
|
1450
1750
|
}
|
|
1451
1751
|
]
|
|
1452
1752
|
},
|
|
1453
1753
|
{
|
|
1454
1754
|
"kind": "javascript-module",
|
|
1455
|
-
"path": "src/react/history/history-
|
|
1755
|
+
"path": "src/react/history/history-delete-panel.ts",
|
|
1456
1756
|
"declarations": [
|
|
1457
1757
|
{
|
|
1458
1758
|
"kind": "variable",
|
|
1459
|
-
"name": "
|
|
1759
|
+
"name": "HistoryDeletePanel"
|
|
1460
1760
|
}
|
|
1461
1761
|
],
|
|
1462
1762
|
"exports": [
|
|
@@ -1464,19 +1764,19 @@
|
|
|
1464
1764
|
"kind": "js",
|
|
1465
1765
|
"name": "default",
|
|
1466
1766
|
"declaration": {
|
|
1467
|
-
"name": "
|
|
1468
|
-
"module": "src/react/history/history-
|
|
1767
|
+
"name": "HistoryDeletePanel",
|
|
1768
|
+
"module": "src/react/history/history-delete-panel.ts"
|
|
1469
1769
|
}
|
|
1470
1770
|
}
|
|
1471
1771
|
]
|
|
1472
1772
|
},
|
|
1473
1773
|
{
|
|
1474
1774
|
"kind": "javascript-module",
|
|
1475
|
-
"path": "src/react/history/history-
|
|
1775
|
+
"path": "src/react/history/history-header.ts",
|
|
1476
1776
|
"declarations": [
|
|
1477
1777
|
{
|
|
1478
1778
|
"kind": "variable",
|
|
1479
|
-
"name": "
|
|
1779
|
+
"name": "HistoryHeader"
|
|
1480
1780
|
}
|
|
1481
1781
|
],
|
|
1482
1782
|
"exports": [
|
|
@@ -1484,499 +1784,291 @@
|
|
|
1484
1784
|
"kind": "js",
|
|
1485
1785
|
"name": "default",
|
|
1486
1786
|
"declaration": {
|
|
1487
|
-
"name": "
|
|
1488
|
-
"module": "src/react/history/history-
|
|
1787
|
+
"name": "HistoryHeader",
|
|
1788
|
+
"module": "src/react/history/history-header.ts"
|
|
1489
1789
|
}
|
|
1490
1790
|
}
|
|
1491
1791
|
]
|
|
1492
1792
|
},
|
|
1493
1793
|
{
|
|
1494
1794
|
"kind": "javascript-module",
|
|
1495
|
-
"path": "src/react/history/
|
|
1496
|
-
"declarations": [
|
|
1497
|
-
"exports": [
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "js",
|
|
1500
|
-
"name": "HistoryShell",
|
|
1501
|
-
"declaration": {
|
|
1502
|
-
"name": "default",
|
|
1503
|
-
"module": "./history-shell.js"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"kind": "js",
|
|
1508
|
-
"name": "HistoryHeader",
|
|
1509
|
-
"declaration": {
|
|
1510
|
-
"name": "default",
|
|
1511
|
-
"module": "./history-header.js"
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"kind": "js",
|
|
1516
|
-
"name": "HistoryToolbar",
|
|
1517
|
-
"declaration": {
|
|
1518
|
-
"name": "default",
|
|
1519
|
-
"module": "./history-toolbar.js"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "js",
|
|
1524
|
-
"name": "HistoryContent",
|
|
1525
|
-
"declaration": {
|
|
1526
|
-
"name": "default",
|
|
1527
|
-
"module": "./history-content.js"
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"kind": "js",
|
|
1532
|
-
"name": "HistoryLoading",
|
|
1533
|
-
"declaration": {
|
|
1534
|
-
"name": "default",
|
|
1535
|
-
"module": "./history-loading.js"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "js",
|
|
1540
|
-
"name": "HistoryPanel",
|
|
1541
|
-
"declaration": {
|
|
1542
|
-
"name": "default",
|
|
1543
|
-
"module": "./history-panel.js"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"kind": "js",
|
|
1548
|
-
"name": "HistoryPanelMenu",
|
|
1549
|
-
"declaration": {
|
|
1550
|
-
"name": "default",
|
|
1551
|
-
"module": "./history-panel-menu.js"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"kind": "js",
|
|
1556
|
-
"name": "HistoryPanelItem",
|
|
1557
|
-
"declaration": {
|
|
1558
|
-
"name": "default",
|
|
1559
|
-
"module": "./history-panel-item.js"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "js",
|
|
1564
|
-
"name": "HistoryPanelItems",
|
|
1565
|
-
"declaration": {
|
|
1566
|
-
"name": "default",
|
|
1567
|
-
"module": "./history-panel-items.js"
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1795
|
+
"path": "src/react/history/history-loading.ts",
|
|
1796
|
+
"declarations": [
|
|
1570
1797
|
{
|
|
1571
|
-
"kind": "
|
|
1572
|
-
"name": "
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1798
|
+
"kind": "variable",
|
|
1799
|
+
"name": "HistoryLoading"
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"exports": [
|
|
1578
1803
|
{
|
|
1579
1804
|
"kind": "js",
|
|
1580
|
-
"name": "
|
|
1805
|
+
"name": "default",
|
|
1581
1806
|
"declaration": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "
|
|
1807
|
+
"name": "HistoryLoading",
|
|
1808
|
+
"module": "src/react/history/history-loading.ts"
|
|
1584
1809
|
}
|
|
1585
|
-
}
|
|
1810
|
+
}
|
|
1811
|
+
]
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"kind": "javascript-module",
|
|
1815
|
+
"path": "src/react/history/history-panel-item-input.ts",
|
|
1816
|
+
"declarations": [
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "variable",
|
|
1819
|
+
"name": "HistoryPanelItemInput"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"exports": [
|
|
1586
1823
|
{
|
|
1587
1824
|
"kind": "js",
|
|
1588
|
-
"name": "
|
|
1825
|
+
"name": "default",
|
|
1589
1826
|
"declaration": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "
|
|
1827
|
+
"name": "HistoryPanelItemInput",
|
|
1828
|
+
"module": "src/react/history/history-panel-item-input.ts"
|
|
1592
1829
|
}
|
|
1593
1830
|
}
|
|
1594
1831
|
]
|
|
1595
1832
|
},
|
|
1596
1833
|
{
|
|
1597
1834
|
"kind": "javascript-module",
|
|
1598
|
-
"path": "src/
|
|
1835
|
+
"path": "src/react/history/history-panel-item.ts",
|
|
1599
1836
|
"declarations": [
|
|
1600
1837
|
{
|
|
1601
|
-
"kind": "
|
|
1602
|
-
"name": "
|
|
1603
|
-
"parameters": [
|
|
1604
|
-
{
|
|
1605
|
-
"name": "tagName",
|
|
1606
|
-
"type": {
|
|
1607
|
-
"text": "string"
|
|
1608
|
-
},
|
|
1609
|
-
"description": "The tag name of the custom element to define."
|
|
1610
|
-
}
|
|
1611
|
-
],
|
|
1612
|
-
"description": "Class decorator factory that defines the decorated class as a custom element.\n\n```js"
|
|
1838
|
+
"kind": "variable",
|
|
1839
|
+
"name": "HistoryPanelItem"
|
|
1613
1840
|
}
|
|
1614
1841
|
],
|
|
1615
1842
|
"exports": [
|
|
1616
1843
|
{
|
|
1617
|
-
"kind": "
|
|
1618
|
-
"name": "
|
|
1844
|
+
"kind": "js",
|
|
1845
|
+
"name": "default",
|
|
1619
1846
|
"declaration": {
|
|
1620
|
-
"name": "
|
|
1621
|
-
"module": "src/
|
|
1847
|
+
"name": "HistoryPanelItem",
|
|
1848
|
+
"module": "src/react/history/history-panel-item.ts"
|
|
1622
1849
|
}
|
|
1623
|
-
}
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"kind": "javascript-module",
|
|
1855
|
+
"path": "src/react/history/history-panel-items.ts",
|
|
1856
|
+
"declarations": [
|
|
1624
1857
|
{
|
|
1625
|
-
"kind": "
|
|
1626
|
-
"name": "
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1858
|
+
"kind": "variable",
|
|
1859
|
+
"name": "HistoryPanelItems"
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"exports": [
|
|
1632
1863
|
{
|
|
1633
1864
|
"kind": "js",
|
|
1634
|
-
"name": "
|
|
1865
|
+
"name": "default",
|
|
1635
1866
|
"declaration": {
|
|
1636
|
-
"name": "
|
|
1637
|
-
"module": "src/
|
|
1867
|
+
"name": "HistoryPanelItems",
|
|
1868
|
+
"module": "src/react/history/history-panel-items.ts"
|
|
1638
1869
|
}
|
|
1639
1870
|
}
|
|
1640
1871
|
]
|
|
1641
1872
|
},
|
|
1642
1873
|
{
|
|
1643
1874
|
"kind": "javascript-module",
|
|
1644
|
-
"path": "src/
|
|
1645
|
-
"declarations": [
|
|
1875
|
+
"path": "src/react/history/history-panel-menu.ts",
|
|
1876
|
+
"declarations": [
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "variable",
|
|
1879
|
+
"name": "HistoryPanelMenu"
|
|
1880
|
+
}
|
|
1881
|
+
],
|
|
1646
1882
|
"exports": [
|
|
1647
1883
|
{
|
|
1648
1884
|
"kind": "js",
|
|
1649
|
-
"name": "
|
|
1885
|
+
"name": "default",
|
|
1650
1886
|
"declaration": {
|
|
1651
|
-
"name": "
|
|
1652
|
-
"module": "
|
|
1887
|
+
"name": "HistoryPanelMenu",
|
|
1888
|
+
"module": "src/react/history/history-panel-menu.ts"
|
|
1653
1889
|
}
|
|
1654
1890
|
}
|
|
1655
1891
|
]
|
|
1656
1892
|
},
|
|
1657
1893
|
{
|
|
1658
1894
|
"kind": "javascript-module",
|
|
1659
|
-
"path": "src/
|
|
1895
|
+
"path": "src/react/history/history-panel.ts",
|
|
1660
1896
|
"declarations": [
|
|
1661
1897
|
{
|
|
1662
|
-
"kind": "
|
|
1663
|
-
"name": "
|
|
1664
|
-
"parameters": [
|
|
1665
|
-
{
|
|
1666
|
-
"name": "components",
|
|
1667
|
-
"type": {
|
|
1668
|
-
"text": "Array"
|
|
1669
|
-
},
|
|
1670
|
-
"description": "array of components to render"
|
|
1671
|
-
}
|
|
1672
|
-
],
|
|
1673
|
-
"description": "This is the markdown block for JS via CDN"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "function",
|
|
1677
|
-
"name": "cdnCss",
|
|
1678
|
-
"description": "This is the markdown block for CSS via CDN"
|
|
1898
|
+
"kind": "variable",
|
|
1899
|
+
"name": "HistoryPanel"
|
|
1679
1900
|
}
|
|
1680
1901
|
],
|
|
1681
1902
|
"exports": [
|
|
1682
1903
|
{
|
|
1683
1904
|
"kind": "js",
|
|
1684
|
-
"name": "
|
|
1905
|
+
"name": "default",
|
|
1685
1906
|
"declaration": {
|
|
1686
|
-
"name": "
|
|
1687
|
-
"module": "src/
|
|
1907
|
+
"name": "HistoryPanel",
|
|
1908
|
+
"module": "src/react/history/history-panel.ts"
|
|
1688
1909
|
}
|
|
1689
|
-
}
|
|
1910
|
+
}
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "javascript-module",
|
|
1915
|
+
"path": "src/react/history/history-search-item.ts",
|
|
1916
|
+
"declarations": [
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "variable",
|
|
1919
|
+
"name": "HistorySearchItem"
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"exports": [
|
|
1690
1923
|
{
|
|
1691
1924
|
"kind": "js",
|
|
1692
|
-
"name": "
|
|
1925
|
+
"name": "default",
|
|
1693
1926
|
"declaration": {
|
|
1694
|
-
"name": "
|
|
1695
|
-
"module": "src/
|
|
1927
|
+
"name": "HistorySearchItem",
|
|
1928
|
+
"module": "src/react/history/history-search-item.ts"
|
|
1696
1929
|
}
|
|
1697
1930
|
}
|
|
1698
1931
|
]
|
|
1699
1932
|
},
|
|
1700
1933
|
{
|
|
1701
1934
|
"kind": "javascript-module",
|
|
1702
|
-
"path": "src/
|
|
1935
|
+
"path": "src/react/history/history-shell.ts",
|
|
1703
1936
|
"declarations": [
|
|
1704
1937
|
{
|
|
1705
|
-
"kind": "
|
|
1706
|
-
"name": "
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
"description": "Gets the deepest active element, traversing through all shadow DOM boundaries.\nThis handles nested shadow roots, slotted elements, and will return the actual\nfocused element regardless of how many shadow DOM levels exist."
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "function",
|
|
1716
|
-
"name": "isElementInvisible",
|
|
1717
|
-
"return": {
|
|
1718
|
-
"type": {
|
|
1719
|
-
"text": ""
|
|
1720
|
-
}
|
|
1721
|
-
},
|
|
1722
|
-
"parameters": [
|
|
1723
|
-
{
|
|
1724
|
-
"name": "element",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "Element"
|
|
1727
|
-
},
|
|
1728
|
-
"description": "The DOM element to check"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "exceptions",
|
|
1732
|
-
"default": "[\"dialog\", \"[popover]\"]",
|
|
1733
|
-
"type": {
|
|
1734
|
-
"text": "string[]"
|
|
1735
|
-
},
|
|
1736
|
-
"description": "Array of selectors to ignore when checking the element (e.g., 'dialog', '[popover]')"
|
|
1737
|
-
}
|
|
1738
|
-
],
|
|
1739
|
-
"description": "Checks if an element should be ignored due to visibility or accessibility attributes."
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "function",
|
|
1743
|
-
"name": "isFocusable",
|
|
1744
|
-
"return": {
|
|
1745
|
-
"type": {
|
|
1746
|
-
"text": ""
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
"parameters": [
|
|
1750
|
-
{
|
|
1751
|
-
"name": "element",
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "Element"
|
|
1754
|
-
},
|
|
1755
|
-
"description": "The DOM element to check for focusability"
|
|
1756
|
-
}
|
|
1757
|
-
],
|
|
1758
|
-
"description": "Checks if an element is focusable. An element is considered focusable if it matches\nstandard focusable elements criteria (such as buttons, inputs, etc., that are not disabled\nand do not have a negative tabindex) or is a custom element with a shadow root that delegates focus.\nBased on https://gist.github.com/oscarmarina/9ce95f491a4c53ed01d989de4a87c0c9"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "function",
|
|
1762
|
-
"name": "tryFocus",
|
|
1763
|
-
"return": {
|
|
1764
|
-
"type": {
|
|
1765
|
-
"text": ""
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
"parameters": [
|
|
1769
|
-
{
|
|
1770
|
-
"name": "element",
|
|
1771
|
-
"type": {
|
|
1772
|
-
"text": "Element | null | undefined"
|
|
1773
|
-
},
|
|
1774
|
-
"description": "The element to attempt to focus"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "exceptions",
|
|
1778
|
-
"optional": true,
|
|
1779
|
-
"type": {
|
|
1780
|
-
"text": "string[]"
|
|
1781
|
-
},
|
|
1782
|
-
"description": "Array of selectors to ignore when checking visibility (e.g., 'dialog', '[popover]')"
|
|
1783
|
-
}
|
|
1784
|
-
],
|
|
1785
|
-
"description": "Attempts to focus an element if it's focusable, visible, and not disabled.\nThis is an enhanced version that checks visibility, accessibility attributes,\nand proper focusability before attempting to set focus. It is shadow DOM aware\nand handles slotted elements correctly."
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "function",
|
|
1789
|
-
"name": "walkComposedTree",
|
|
1790
|
-
"return": {
|
|
1791
|
-
"type": {
|
|
1792
|
-
"text": ""
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
"parameters": [
|
|
1796
|
-
{
|
|
1797
|
-
"name": "node",
|
|
1798
|
-
"type": {
|
|
1799
|
-
"text": "Node"
|
|
1800
|
-
},
|
|
1801
|
-
"description": "The root node for traversal"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "whatToShow",
|
|
1805
|
-
"default": "0",
|
|
1806
|
-
"description": "NodeFilter code for node types to include (use 0 to retrieve all nodes)"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "filter",
|
|
1810
|
-
"default": "() => true",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "(node: Node) => boolean"
|
|
1813
|
-
},
|
|
1814
|
-
"description": "Filters nodes. Child nodes are considered even if parent does not satisfy the filter"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "skipNode",
|
|
1818
|
-
"default": "() => false",
|
|
1819
|
-
"type": {
|
|
1820
|
-
"text": "(node: Node) => boolean"
|
|
1821
|
-
},
|
|
1822
|
-
"description": "Determines whether to skip a node and its children"
|
|
1823
|
-
}
|
|
1824
|
-
],
|
|
1825
|
-
"description": "Traverse the composed tree from the root, selecting elements that meet the provided filter criteria.\nThis function properly handles Shadow DOM boundaries.\nBased on https://github.com/JanMiksovsky/elix/blob/main/src/core/dom.js#L320"
|
|
1826
|
-
},
|
|
1938
|
+
"kind": "variable",
|
|
1939
|
+
"name": "HistoryShell"
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"exports": [
|
|
1827
1943
|
{
|
|
1828
|
-
"kind": "
|
|
1829
|
-
"name": "
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
"description": "The TreeWalker object used to traverse the node's children"
|
|
1842
|
-
}
|
|
1843
|
-
],
|
|
1844
|
-
"description": "Retrieves the first and last focusable children of a node using a TreeWalker."
|
|
1845
|
-
},
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "default",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "HistoryShell",
|
|
1948
|
+
"module": "src/react/history/history-shell.ts"
|
|
1949
|
+
}
|
|
1950
|
+
}
|
|
1951
|
+
]
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "javascript-module",
|
|
1955
|
+
"path": "src/react/history/history-toolbar.ts",
|
|
1956
|
+
"declarations": [
|
|
1846
1957
|
{
|
|
1847
|
-
"kind": "
|
|
1848
|
-
"name": "
|
|
1849
|
-
"return": {
|
|
1850
|
-
"type": {
|
|
1851
|
-
"text": "void"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
"parameters": [
|
|
1855
|
-
{
|
|
1856
|
-
"name": "searchRoot",
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "Document | Element | ShadowRoot | DocumentFragment"
|
|
1859
|
-
},
|
|
1860
|
-
"description": "Root to query (`Element`, `ShadowRoot`, `Document`, or `DocumentFragment`, e.g. Lit `renderRoot`)"
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"name": "selector",
|
|
1864
|
-
"type": {
|
|
1865
|
-
"text": "string"
|
|
1866
|
-
},
|
|
1867
|
-
"description": "CSS selector that resolves to the node to focus."
|
|
1868
|
-
}
|
|
1869
|
-
],
|
|
1870
|
-
"description": "Finds a descendant of `searchRoot` via `selector` and focuses it after the next\ntwo animation frames. Use when DOM updates (Lit, React, reorder) replace or move\nnodes so the previous focused element is detached (e.g. list pin/unpin).\n\nTries tryFocus first for visibility/focusability checks; if that does\nnot take focus (e.g. some custom element hosts), falls back to HTMLElement.focus."
|
|
1958
|
+
"kind": "variable",
|
|
1959
|
+
"name": "HistoryToolbar"
|
|
1871
1960
|
}
|
|
1872
1961
|
],
|
|
1873
1962
|
"exports": [
|
|
1874
1963
|
{
|
|
1875
1964
|
"kind": "js",
|
|
1876
|
-
"name": "
|
|
1965
|
+
"name": "default",
|
|
1877
1966
|
"declaration": {
|
|
1878
|
-
"name": "
|
|
1879
|
-
"module": "src/
|
|
1967
|
+
"name": "HistoryToolbar",
|
|
1968
|
+
"module": "src/react/history/history-toolbar.ts"
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
]
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"kind": "javascript-module",
|
|
1975
|
+
"path": "src/react/history/index.ts",
|
|
1976
|
+
"declarations": [],
|
|
1977
|
+
"exports": [
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "js",
|
|
1980
|
+
"name": "HistoryShell",
|
|
1981
|
+
"declaration": {
|
|
1982
|
+
"name": "default",
|
|
1983
|
+
"module": "./history-shell.js"
|
|
1880
1984
|
}
|
|
1881
1985
|
},
|
|
1882
1986
|
{
|
|
1883
1987
|
"kind": "js",
|
|
1884
|
-
"name": "
|
|
1988
|
+
"name": "HistoryHeader",
|
|
1885
1989
|
"declaration": {
|
|
1886
|
-
"name": "
|
|
1887
|
-
"module": "
|
|
1990
|
+
"name": "default",
|
|
1991
|
+
"module": "./history-header.js"
|
|
1888
1992
|
}
|
|
1889
1993
|
},
|
|
1890
1994
|
{
|
|
1891
1995
|
"kind": "js",
|
|
1892
|
-
"name": "
|
|
1996
|
+
"name": "HistoryToolbar",
|
|
1893
1997
|
"declaration": {
|
|
1894
|
-
"name": "
|
|
1895
|
-
"module": "
|
|
1998
|
+
"name": "default",
|
|
1999
|
+
"module": "./history-toolbar.js"
|
|
1896
2000
|
}
|
|
1897
2001
|
},
|
|
1898
2002
|
{
|
|
1899
2003
|
"kind": "js",
|
|
1900
|
-
"name": "
|
|
2004
|
+
"name": "HistoryContent",
|
|
1901
2005
|
"declaration": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "
|
|
2006
|
+
"name": "default",
|
|
2007
|
+
"module": "./history-content.js"
|
|
1904
2008
|
}
|
|
1905
2009
|
},
|
|
1906
2010
|
{
|
|
1907
2011
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
2012
|
+
"name": "HistoryLoading",
|
|
1909
2013
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "
|
|
2014
|
+
"name": "default",
|
|
2015
|
+
"module": "./history-loading.js"
|
|
1912
2016
|
}
|
|
1913
2017
|
},
|
|
1914
2018
|
{
|
|
1915
2019
|
"kind": "js",
|
|
1916
|
-
"name": "
|
|
2020
|
+
"name": "HistoryPanel",
|
|
1917
2021
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "
|
|
2022
|
+
"name": "default",
|
|
2023
|
+
"module": "./history-panel.js"
|
|
1920
2024
|
}
|
|
1921
2025
|
},
|
|
1922
2026
|
{
|
|
1923
2027
|
"kind": "js",
|
|
1924
|
-
"name": "
|
|
2028
|
+
"name": "HistoryPanelMenu",
|
|
1925
2029
|
"declaration": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "
|
|
2030
|
+
"name": "default",
|
|
2031
|
+
"module": "./history-panel-menu.js"
|
|
1928
2032
|
}
|
|
1929
|
-
}
|
|
1930
|
-
]
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "javascript-module",
|
|
1934
|
-
"path": "src/globals/utils/rtl-utils.ts",
|
|
1935
|
-
"declarations": [
|
|
2033
|
+
},
|
|
1936
2034
|
{
|
|
1937
|
-
"kind": "
|
|
1938
|
-
"name": "
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
"description": "Determines if the document is in RTL (right-to-left) mode.\nChecks both document.dir and document.documentElement.dir for maximum compatibility."
|
|
1945
|
-
}
|
|
1946
|
-
],
|
|
1947
|
-
"exports": [
|
|
2035
|
+
"kind": "js",
|
|
2036
|
+
"name": "HistoryPanelItem",
|
|
2037
|
+
"declaration": {
|
|
2038
|
+
"name": "default",
|
|
2039
|
+
"module": "./history-panel-item.js"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
1948
2042
|
{
|
|
1949
2043
|
"kind": "js",
|
|
1950
|
-
"name": "
|
|
2044
|
+
"name": "HistoryPanelItems",
|
|
1951
2045
|
"declaration": {
|
|
1952
|
-
"name": "
|
|
1953
|
-
"module": "
|
|
2046
|
+
"name": "default",
|
|
2047
|
+
"module": "./history-panel-items.js"
|
|
1954
2048
|
}
|
|
1955
|
-
}
|
|
1956
|
-
]
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"kind": "javascript-module",
|
|
1960
|
-
"path": "src/globals/utils/uuid.ts",
|
|
1961
|
-
"declarations": [
|
|
2049
|
+
},
|
|
1962
2050
|
{
|
|
1963
|
-
"kind": "
|
|
1964
|
-
"name": "
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1971
|
-
}
|
|
1972
|
-
],
|
|
1973
|
-
"exports": [
|
|
2051
|
+
"kind": "js",
|
|
2052
|
+
"name": "HistorySearchItem",
|
|
2053
|
+
"declaration": {
|
|
2054
|
+
"name": "default",
|
|
2055
|
+
"module": "./history-search-item.js"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
1974
2058
|
{
|
|
1975
2059
|
"kind": "js",
|
|
1976
|
-
"name": "
|
|
2060
|
+
"name": "HistoryPanelItemInput",
|
|
1977
2061
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "
|
|
2062
|
+
"name": "default",
|
|
2063
|
+
"module": "./history-panel-item-input.js"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "js",
|
|
2068
|
+
"name": "HistoryDeletePanel",
|
|
2069
|
+
"declaration": {
|
|
2070
|
+
"name": "default",
|
|
2071
|
+
"module": "./history-delete-panel.js"
|
|
1980
2072
|
}
|
|
1981
2073
|
}
|
|
1982
2074
|
]
|
|
@@ -10738,6 +10830,30 @@
|
|
|
10738
10830
|
"module": "./markdown-renderer-types.js"
|
|
10739
10831
|
}
|
|
10740
10832
|
},
|
|
10833
|
+
{
|
|
10834
|
+
"kind": "js",
|
|
10835
|
+
"name": "MarkdownRendererChecklist",
|
|
10836
|
+
"declaration": {
|
|
10837
|
+
"name": "MarkdownRendererChecklist",
|
|
10838
|
+
"module": "./markdown-renderer-types.js"
|
|
10839
|
+
}
|
|
10840
|
+
},
|
|
10841
|
+
{
|
|
10842
|
+
"kind": "js",
|
|
10843
|
+
"name": "MarkdownRendererChecklistItemArgs",
|
|
10844
|
+
"declaration": {
|
|
10845
|
+
"name": "MarkdownRendererChecklistItemArgs",
|
|
10846
|
+
"module": "./markdown-renderer-types.js"
|
|
10847
|
+
}
|
|
10848
|
+
},
|
|
10849
|
+
{
|
|
10850
|
+
"kind": "js",
|
|
10851
|
+
"name": "MarkdownRendererChecklistToggleArgs",
|
|
10852
|
+
"declaration": {
|
|
10853
|
+
"name": "MarkdownRendererChecklistToggleArgs",
|
|
10854
|
+
"module": "./markdown-renderer-types.js"
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10741
10857
|
{
|
|
10742
10858
|
"kind": "js",
|
|
10743
10859
|
"name": "MarkdownRendererCodeBlockArgs",
|
|
@@ -10754,6 +10870,38 @@
|
|
|
10754
10870
|
"module": "./markdown-renderer-types.js"
|
|
10755
10871
|
}
|
|
10756
10872
|
},
|
|
10873
|
+
{
|
|
10874
|
+
"kind": "js",
|
|
10875
|
+
"name": "MarkdownRendererImageArgs",
|
|
10876
|
+
"declaration": {
|
|
10877
|
+
"name": "MarkdownRendererImageArgs",
|
|
10878
|
+
"module": "./markdown-renderer-types.js"
|
|
10879
|
+
}
|
|
10880
|
+
},
|
|
10881
|
+
{
|
|
10882
|
+
"kind": "js",
|
|
10883
|
+
"name": "MarkdownRendererImageResult",
|
|
10884
|
+
"declaration": {
|
|
10885
|
+
"name": "MarkdownRendererImageResult",
|
|
10886
|
+
"module": "./markdown-renderer-types.js"
|
|
10887
|
+
}
|
|
10888
|
+
},
|
|
10889
|
+
{
|
|
10890
|
+
"kind": "js",
|
|
10891
|
+
"name": "MarkdownRendererLinkArgs",
|
|
10892
|
+
"declaration": {
|
|
10893
|
+
"name": "MarkdownRendererLinkArgs",
|
|
10894
|
+
"module": "./markdown-renderer-types.js"
|
|
10895
|
+
}
|
|
10896
|
+
},
|
|
10897
|
+
{
|
|
10898
|
+
"kind": "js",
|
|
10899
|
+
"name": "MarkdownRendererLinkResult",
|
|
10900
|
+
"declaration": {
|
|
10901
|
+
"name": "MarkdownRendererLinkResult",
|
|
10902
|
+
"module": "./markdown-renderer-types.js"
|
|
10903
|
+
}
|
|
10904
|
+
},
|
|
10757
10905
|
{
|
|
10758
10906
|
"kind": "js",
|
|
10759
10907
|
"name": "MarkdownRendererSlotDescriptor",
|
|
@@ -11212,6 +11360,12 @@
|
|
|
11212
11360
|
"privacy": "private",
|
|
11213
11361
|
"default": "false"
|
|
11214
11362
|
},
|
|
11363
|
+
{
|
|
11364
|
+
"kind": "field",
|
|
11365
|
+
"name": "handleChecklistToggle",
|
|
11366
|
+
"privacy": "private",
|
|
11367
|
+
"description": "Delegated handler for `cds-checkbox-changed` from rendered task-list\ncheckboxes. Resolves the toggled checkbox via the composed event path (a\nhost listener would otherwise see a retargeted `event.target`), reads the\nidentity stamped by the task-list plugin, and forwards the new state to a\nconsumer `checklist.onToggle`."
|
|
11368
|
+
},
|
|
11215
11369
|
{
|
|
11216
11370
|
"kind": "method",
|
|
11217
11371
|
"name": "adoptLightDomMarkdown",
|
|
@@ -12604,24 +12758,24 @@
|
|
|
12604
12758
|
},
|
|
12605
12759
|
{
|
|
12606
12760
|
"kind": "field",
|
|
12607
|
-
"name": "
|
|
12761
|
+
"name": "actionsContainer",
|
|
12608
12762
|
"type": {
|
|
12609
|
-
"text": "
|
|
12763
|
+
"text": "HTMLElement"
|
|
12610
12764
|
},
|
|
12611
|
-
"privacy": "private"
|
|
12612
|
-
"default": "true"
|
|
12765
|
+
"privacy": "private"
|
|
12613
12766
|
},
|
|
12614
12767
|
{
|
|
12615
12768
|
"kind": "field",
|
|
12616
|
-
"name": "
|
|
12769
|
+
"name": "containerWidth",
|
|
12617
12770
|
"type": {
|
|
12618
|
-
"text": "
|
|
12771
|
+
"text": "number"
|
|
12619
12772
|
},
|
|
12620
|
-
"privacy": "private"
|
|
12773
|
+
"privacy": "private",
|
|
12774
|
+
"default": "0"
|
|
12621
12775
|
},
|
|
12622
12776
|
{
|
|
12623
12777
|
"kind": "field",
|
|
12624
|
-
"name": "
|
|
12778
|
+
"name": "resizeObserver",
|
|
12625
12779
|
"type": {
|
|
12626
12780
|
"text": "ResizeObserver | undefined"
|
|
12627
12781
|
},
|
|
@@ -12640,7 +12794,17 @@
|
|
|
12640
12794
|
},
|
|
12641
12795
|
{
|
|
12642
12796
|
"kind": "method",
|
|
12643
|
-
"name": "
|
|
12797
|
+
"name": "sortActions",
|
|
12798
|
+
"privacy": "private"
|
|
12799
|
+
},
|
|
12800
|
+
{
|
|
12801
|
+
"kind": "method",
|
|
12802
|
+
"name": "setupResizeObserver",
|
|
12803
|
+
"privacy": "private"
|
|
12804
|
+
},
|
|
12805
|
+
{
|
|
12806
|
+
"kind": "method",
|
|
12807
|
+
"name": "getActions",
|
|
12644
12808
|
"privacy": "private"
|
|
12645
12809
|
},
|
|
12646
12810
|
{
|
|
@@ -14123,7 +14287,7 @@
|
|
|
14123
14287
|
"text": "boolean"
|
|
14124
14288
|
},
|
|
14125
14289
|
"default": "false",
|
|
14126
|
-
"description": "Enable automatic header collapsible behavior based on available space.\nWhen true, the header will automatically become collapsible when the\nbody would have less space than the header.
|
|
14290
|
+
"description": "Enable automatic header collapsible behavior based on available space.\nWhen true, the header will automatically become collapsible when the\nbody would have less space than the header.",
|
|
14127
14291
|
"attribute": "auto-collapsible-header"
|
|
14128
14292
|
},
|
|
14129
14293
|
{
|
|
@@ -14154,7 +14318,7 @@
|
|
|
14154
14318
|
"text": "boolean"
|
|
14155
14319
|
},
|
|
14156
14320
|
"default": "false",
|
|
14157
|
-
"description": "Enable automatic header collapsible behavior based on available space.\nWhen true, the header will automatically become collapsible when the\nbody would have less space than the header.
|
|
14321
|
+
"description": "Enable automatic header collapsible behavior based on available space.\nWhen true, the header will automatically become collapsible when the\nbody would have less space than the header.",
|
|
14158
14322
|
"fieldName": "autoCollapsibleHeader"
|
|
14159
14323
|
}
|
|
14160
14324
|
],
|