@carbon/ai-chat-components 1.5.0 → 1.6.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 +740 -740
- package/es/components/chat-shell/src/resize-observer-manager.d.ts +1 -1
- package/es/components/chat-shell/src/resize-observer-manager.js +3 -3
- package/es/components/chat-shell/src/resize-observer-manager.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es/components/truncated-text/src/truncated-text.js +1 -1
- package/es/components/truncated-text/src/truncated-text.js.map +1 -1
- package/es-custom/components/chat-shell/src/resize-observer-manager.d.ts +1 -1
- package/es-custom/components/chat-shell/src/resize-observer-manager.js +3 -3
- package/es-custom/components/chat-shell/src/resize-observer-manager.js.map +1 -1
- package/es-custom/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es-custom/components/truncated-text/src/truncated-text.js +1 -1
- package/es-custom/components/truncated-text/src/truncated-text.js.map +1 -1
- package/package.json +7 -7
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",
|
|
@@ -606,30 +630,6 @@
|
|
|
606
630
|
}
|
|
607
631
|
]
|
|
608
632
|
},
|
|
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
633
|
{
|
|
634
634
|
"kind": "javascript-module",
|
|
635
635
|
"path": "src/testing/PageObjectId.ts",
|
|
@@ -1246,237 +1246,405 @@
|
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"kind": "javascript-module",
|
|
1249
|
-
"path": "src/
|
|
1250
|
-
"declarations": [],
|
|
1251
|
-
"exports": []
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"kind": "javascript-module",
|
|
1255
|
-
"path": "src/react/history/history-content.ts",
|
|
1249
|
+
"path": "src/globals/decorators/carbon-element.ts",
|
|
1256
1250
|
"declarations": [
|
|
1257
1251
|
{
|
|
1258
|
-
"kind": "
|
|
1259
|
-
"name": "
|
|
1252
|
+
"kind": "function",
|
|
1253
|
+
"name": "carbonElement",
|
|
1254
|
+
"parameters": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "tagName",
|
|
1257
|
+
"type": {
|
|
1258
|
+
"text": "string"
|
|
1259
|
+
},
|
|
1260
|
+
"description": "The tag name of the custom element to define."
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1263
|
+
"description": "Class decorator factory that defines the decorated class as a custom element.\n\n```js"
|
|
1260
1264
|
}
|
|
1261
1265
|
],
|
|
1262
1266
|
"exports": [
|
|
1263
1267
|
{
|
|
1264
|
-
"kind": "
|
|
1265
|
-
"name": "
|
|
1268
|
+
"kind": "custom-element-definition",
|
|
1269
|
+
"name": "tagName",
|
|
1266
1270
|
"declaration": {
|
|
1267
|
-
"name": "
|
|
1268
|
-
"module": "src/
|
|
1271
|
+
"name": "anonymous_0",
|
|
1272
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1269
1273
|
}
|
|
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": [
|
|
1274
|
+
},
|
|
1283
1275
|
{
|
|
1284
|
-
"kind": "
|
|
1285
|
-
"name": "
|
|
1276
|
+
"kind": "custom-element-definition",
|
|
1277
|
+
"name": "tagName",
|
|
1286
1278
|
"declaration": {
|
|
1287
|
-
"name": "
|
|
1288
|
-
"module": "src/
|
|
1279
|
+
"name": "clazz",
|
|
1280
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1289
1281
|
}
|
|
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": [
|
|
1282
|
+
},
|
|
1303
1283
|
{
|
|
1304
1284
|
"kind": "js",
|
|
1305
|
-
"name": "
|
|
1285
|
+
"name": "carbonElement",
|
|
1306
1286
|
"declaration": {
|
|
1307
|
-
"name": "
|
|
1308
|
-
"module": "src/
|
|
1287
|
+
"name": "carbonElement",
|
|
1288
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1309
1289
|
}
|
|
1310
1290
|
}
|
|
1311
1291
|
]
|
|
1312
1292
|
},
|
|
1313
1293
|
{
|
|
1314
1294
|
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "variable",
|
|
1319
|
-
"name": "HistoryLoading"
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1295
|
+
"path": "src/globals/decorators/index.ts",
|
|
1296
|
+
"declarations": [],
|
|
1322
1297
|
"exports": [
|
|
1323
1298
|
{
|
|
1324
1299
|
"kind": "js",
|
|
1325
|
-
"name": "
|
|
1300
|
+
"name": "carbonElement",
|
|
1326
1301
|
"declaration": {
|
|
1327
|
-
"name": "
|
|
1328
|
-
"module": "
|
|
1302
|
+
"name": "carbonElement",
|
|
1303
|
+
"module": "./carbon-element.js"
|
|
1329
1304
|
}
|
|
1330
1305
|
}
|
|
1331
1306
|
]
|
|
1332
1307
|
},
|
|
1333
1308
|
{
|
|
1334
1309
|
"kind": "javascript-module",
|
|
1335
|
-
"path": "src/
|
|
1310
|
+
"path": "src/globals/internal/storybook-cdn.ts",
|
|
1336
1311
|
"declarations": [
|
|
1337
1312
|
{
|
|
1338
|
-
"kind": "
|
|
1339
|
-
"name": "
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
}
|
|
1351
|
-
]
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"kind": "javascript-module",
|
|
1355
|
-
"path": "src/react/history/history-panel-item.ts",
|
|
1356
|
-
"declarations": [
|
|
1313
|
+
"kind": "function",
|
|
1314
|
+
"name": "cdnJs",
|
|
1315
|
+
"parameters": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "components",
|
|
1318
|
+
"type": {
|
|
1319
|
+
"text": "Array"
|
|
1320
|
+
},
|
|
1321
|
+
"description": "array of components to render"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"description": "This is the markdown block for JS via CDN"
|
|
1325
|
+
},
|
|
1357
1326
|
{
|
|
1358
|
-
"kind": "
|
|
1359
|
-
"name": "
|
|
1327
|
+
"kind": "function",
|
|
1328
|
+
"name": "cdnCss",
|
|
1329
|
+
"description": "This is the markdown block for CSS via CDN"
|
|
1360
1330
|
}
|
|
1361
1331
|
],
|
|
1362
1332
|
"exports": [
|
|
1363
1333
|
{
|
|
1364
1334
|
"kind": "js",
|
|
1365
|
-
"name": "
|
|
1335
|
+
"name": "cdnJs",
|
|
1366
1336
|
"declaration": {
|
|
1367
|
-
"name": "
|
|
1368
|
-
"module": "src/
|
|
1337
|
+
"name": "cdnJs",
|
|
1338
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1369
1339
|
}
|
|
1370
|
-
}
|
|
1371
|
-
]
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "javascript-module",
|
|
1375
|
-
"path": "src/react/history/history-panel-items.ts",
|
|
1376
|
-
"declarations": [
|
|
1377
|
-
{
|
|
1378
|
-
"kind": "variable",
|
|
1379
|
-
"name": "HistoryPanelItems"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"exports": [
|
|
1340
|
+
},
|
|
1383
1341
|
{
|
|
1384
1342
|
"kind": "js",
|
|
1385
|
-
"name": "
|
|
1343
|
+
"name": "cdnCss",
|
|
1386
1344
|
"declaration": {
|
|
1387
|
-
"name": "
|
|
1388
|
-
"module": "src/
|
|
1345
|
+
"name": "cdnCss",
|
|
1346
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1389
1347
|
}
|
|
1390
1348
|
}
|
|
1391
1349
|
]
|
|
1392
1350
|
},
|
|
1393
1351
|
{
|
|
1394
1352
|
"kind": "javascript-module",
|
|
1395
|
-
"path": "src/
|
|
1353
|
+
"path": "src/globals/utils/focus-utils.ts",
|
|
1396
1354
|
"declarations": [
|
|
1397
1355
|
{
|
|
1398
|
-
"kind": "
|
|
1399
|
-
"name": "
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1356
|
+
"kind": "function",
|
|
1357
|
+
"name": "getDeepActiveElement",
|
|
1358
|
+
"return": {
|
|
1359
|
+
"type": {
|
|
1360
|
+
"text": ""
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"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."
|
|
1364
|
+
},
|
|
1403
1365
|
{
|
|
1404
|
-
"kind": "
|
|
1405
|
-
"name": "
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1366
|
+
"kind": "function",
|
|
1367
|
+
"name": "isElementInvisible",
|
|
1368
|
+
"return": {
|
|
1369
|
+
"type": {
|
|
1370
|
+
"text": ""
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"parameters": [
|
|
1374
|
+
{
|
|
1375
|
+
"name": "element",
|
|
1376
|
+
"type": {
|
|
1377
|
+
"text": "Element"
|
|
1378
|
+
},
|
|
1379
|
+
"description": "The DOM element to check"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "exceptions",
|
|
1383
|
+
"default": "[\"dialog\", \"[popover]\"]",
|
|
1384
|
+
"type": {
|
|
1385
|
+
"text": "string[]"
|
|
1386
|
+
},
|
|
1387
|
+
"description": "Array of selectors to ignore when checking the element (e.g., 'dialog', '[popover]')"
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"description": "Checks if an element should be ignored due to visibility or accessibility attributes."
|
|
1391
|
+
},
|
|
1417
1392
|
{
|
|
1418
|
-
"kind": "
|
|
1419
|
-
"name": "
|
|
1393
|
+
"kind": "function",
|
|
1394
|
+
"name": "isFocusable",
|
|
1395
|
+
"return": {
|
|
1396
|
+
"type": {
|
|
1397
|
+
"text": ""
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"parameters": [
|
|
1401
|
+
{
|
|
1402
|
+
"name": "element",
|
|
1403
|
+
"type": {
|
|
1404
|
+
"text": "Element"
|
|
1405
|
+
},
|
|
1406
|
+
"description": "The DOM element to check for focusability"
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"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"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"kind": "function",
|
|
1413
|
+
"name": "tryFocus",
|
|
1414
|
+
"return": {
|
|
1415
|
+
"type": {
|
|
1416
|
+
"text": ""
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
"parameters": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "element",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "Element | null | undefined"
|
|
1424
|
+
},
|
|
1425
|
+
"description": "The element to attempt to focus"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "exceptions",
|
|
1429
|
+
"optional": true,
|
|
1430
|
+
"type": {
|
|
1431
|
+
"text": "string[]"
|
|
1432
|
+
},
|
|
1433
|
+
"description": "Array of selectors to ignore when checking visibility (e.g., 'dialog', '[popover]')"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"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."
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "function",
|
|
1440
|
+
"name": "walkComposedTree",
|
|
1441
|
+
"return": {
|
|
1442
|
+
"type": {
|
|
1443
|
+
"text": ""
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
"parameters": [
|
|
1447
|
+
{
|
|
1448
|
+
"name": "node",
|
|
1449
|
+
"type": {
|
|
1450
|
+
"text": "Node"
|
|
1451
|
+
},
|
|
1452
|
+
"description": "The root node for traversal"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "whatToShow",
|
|
1456
|
+
"default": "0",
|
|
1457
|
+
"description": "NodeFilter code for node types to include (use 0 to retrieve all nodes)"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "filter",
|
|
1461
|
+
"default": "() => true",
|
|
1462
|
+
"type": {
|
|
1463
|
+
"text": "(node: Node) => boolean"
|
|
1464
|
+
},
|
|
1465
|
+
"description": "Filters nodes. Child nodes are considered even if parent does not satisfy the filter"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "skipNode",
|
|
1469
|
+
"default": "() => false",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "(node: Node) => boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"description": "Determines whether to skip a node and its children"
|
|
1474
|
+
}
|
|
1475
|
+
],
|
|
1476
|
+
"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"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "function",
|
|
1480
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1481
|
+
"return": {
|
|
1482
|
+
"type": {
|
|
1483
|
+
"text": ""
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"parameters": [
|
|
1487
|
+
{
|
|
1488
|
+
"name": "walker",
|
|
1489
|
+
"type": {
|
|
1490
|
+
"text": "IterableIterator<HTMLElement>"
|
|
1491
|
+
},
|
|
1492
|
+
"description": "The TreeWalker object used to traverse the node's children"
|
|
1493
|
+
}
|
|
1494
|
+
],
|
|
1495
|
+
"description": "Retrieves the first and last focusable children of a node using a TreeWalker."
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "function",
|
|
1499
|
+
"name": "focusElementAfterRepaint",
|
|
1500
|
+
"return": {
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "void"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"parameters": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "searchRoot",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "Document | Element | ShadowRoot | DocumentFragment"
|
|
1510
|
+
},
|
|
1511
|
+
"description": "Root to query (`Element`, `ShadowRoot`, `Document`, or `DocumentFragment`, e.g. Lit `renderRoot`)"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "selector",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "string"
|
|
1517
|
+
},
|
|
1518
|
+
"description": "CSS selector that resolves to the node to focus."
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1521
|
+
"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."
|
|
1420
1522
|
}
|
|
1421
1523
|
],
|
|
1422
1524
|
"exports": [
|
|
1423
1525
|
{
|
|
1424
1526
|
"kind": "js",
|
|
1425
|
-
"name": "
|
|
1527
|
+
"name": "getDeepActiveElement",
|
|
1426
1528
|
"declaration": {
|
|
1427
|
-
"name": "
|
|
1428
|
-
"module": "src/
|
|
1529
|
+
"name": "getDeepActiveElement",
|
|
1530
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "js",
|
|
1535
|
+
"name": "isElementInvisible",
|
|
1536
|
+
"declaration": {
|
|
1537
|
+
"name": "isElementInvisible",
|
|
1538
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "js",
|
|
1543
|
+
"name": "isFocusable",
|
|
1544
|
+
"declaration": {
|
|
1545
|
+
"name": "isFocusable",
|
|
1546
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "js",
|
|
1551
|
+
"name": "tryFocus",
|
|
1552
|
+
"declaration": {
|
|
1553
|
+
"name": "tryFocus",
|
|
1554
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "js",
|
|
1559
|
+
"name": "walkComposedTree",
|
|
1560
|
+
"declaration": {
|
|
1561
|
+
"name": "walkComposedTree",
|
|
1562
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "js",
|
|
1567
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1568
|
+
"declaration": {
|
|
1569
|
+
"name": "getFirstAndLastFocusableChildren",
|
|
1570
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "js",
|
|
1575
|
+
"name": "focusElementAfterRepaint",
|
|
1576
|
+
"declaration": {
|
|
1577
|
+
"name": "focusElementAfterRepaint",
|
|
1578
|
+
"module": "src/globals/utils/focus-utils.ts"
|
|
1429
1579
|
}
|
|
1430
1580
|
}
|
|
1431
1581
|
]
|
|
1432
1582
|
},
|
|
1433
1583
|
{
|
|
1434
1584
|
"kind": "javascript-module",
|
|
1435
|
-
"path": "src/
|
|
1585
|
+
"path": "src/globals/utils/rtl-utils.ts",
|
|
1436
1586
|
"declarations": [
|
|
1437
1587
|
{
|
|
1438
|
-
"kind": "
|
|
1439
|
-
"name": "
|
|
1588
|
+
"kind": "function",
|
|
1589
|
+
"name": "isDirectionRTL",
|
|
1590
|
+
"return": {
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": ""
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"description": "Determines if the document is in RTL (right-to-left) mode.\nChecks both document.dir and document.documentElement.dir for maximum compatibility."
|
|
1440
1596
|
}
|
|
1441
1597
|
],
|
|
1442
1598
|
"exports": [
|
|
1443
1599
|
{
|
|
1444
1600
|
"kind": "js",
|
|
1445
|
-
"name": "
|
|
1601
|
+
"name": "isDirectionRTL",
|
|
1446
1602
|
"declaration": {
|
|
1447
|
-
"name": "
|
|
1448
|
-
"module": "src/
|
|
1603
|
+
"name": "isDirectionRTL",
|
|
1604
|
+
"module": "src/globals/utils/rtl-utils.ts"
|
|
1449
1605
|
}
|
|
1450
1606
|
}
|
|
1451
1607
|
]
|
|
1452
1608
|
},
|
|
1453
1609
|
{
|
|
1454
1610
|
"kind": "javascript-module",
|
|
1455
|
-
"path": "src/
|
|
1611
|
+
"path": "src/globals/utils/uuid.ts",
|
|
1456
1612
|
"declarations": [
|
|
1457
1613
|
{
|
|
1458
|
-
"kind": "
|
|
1459
|
-
"name": "
|
|
1614
|
+
"kind": "function",
|
|
1615
|
+
"name": "uuid",
|
|
1616
|
+
"return": {
|
|
1617
|
+
"type": {
|
|
1618
|
+
"text": "string"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1460
1622
|
}
|
|
1461
1623
|
],
|
|
1462
1624
|
"exports": [
|
|
1463
1625
|
{
|
|
1464
1626
|
"kind": "js",
|
|
1465
|
-
"name": "
|
|
1627
|
+
"name": "uuid",
|
|
1466
1628
|
"declaration": {
|
|
1467
|
-
"name": "
|
|
1468
|
-
"module": "src/
|
|
1629
|
+
"name": "uuid",
|
|
1630
|
+
"module": "src/globals/utils/uuid.ts"
|
|
1469
1631
|
}
|
|
1470
1632
|
}
|
|
1471
1633
|
]
|
|
1472
1634
|
},
|
|
1473
1635
|
{
|
|
1474
1636
|
"kind": "javascript-module",
|
|
1475
|
-
"path": "src/react/
|
|
1637
|
+
"path": "src/react/__tests__/jest.setup.ts",
|
|
1638
|
+
"declarations": [],
|
|
1639
|
+
"exports": []
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "javascript-module",
|
|
1643
|
+
"path": "src/react/history/history-content.ts",
|
|
1476
1644
|
"declarations": [
|
|
1477
1645
|
{
|
|
1478
1646
|
"kind": "variable",
|
|
1479
|
-
"name": "
|
|
1647
|
+
"name": "HistoryContent"
|
|
1480
1648
|
}
|
|
1481
1649
|
],
|
|
1482
1650
|
"exports": [
|
|
@@ -1484,499 +1652,331 @@
|
|
|
1484
1652
|
"kind": "js",
|
|
1485
1653
|
"name": "default",
|
|
1486
1654
|
"declaration": {
|
|
1487
|
-
"name": "
|
|
1488
|
-
"module": "src/react/history/history-
|
|
1655
|
+
"name": "HistoryContent",
|
|
1656
|
+
"module": "src/react/history/history-content.ts"
|
|
1489
1657
|
}
|
|
1490
1658
|
}
|
|
1491
1659
|
]
|
|
1492
1660
|
},
|
|
1493
1661
|
{
|
|
1494
1662
|
"kind": "javascript-module",
|
|
1495
|
-
"path": "src/react/history/
|
|
1496
|
-
"declarations": [
|
|
1663
|
+
"path": "src/react/history/history-delete-panel.ts",
|
|
1664
|
+
"declarations": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "variable",
|
|
1667
|
+
"name": "HistoryDeletePanel"
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1497
1670
|
"exports": [
|
|
1498
1671
|
{
|
|
1499
1672
|
"kind": "js",
|
|
1500
|
-
"name": "
|
|
1673
|
+
"name": "default",
|
|
1501
1674
|
"declaration": {
|
|
1502
|
-
"name": "
|
|
1503
|
-
"module": "
|
|
1675
|
+
"name": "HistoryDeletePanel",
|
|
1676
|
+
"module": "src/react/history/history-delete-panel.ts"
|
|
1504
1677
|
}
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "javascript-module",
|
|
1683
|
+
"path": "src/react/history/history-header.ts",
|
|
1684
|
+
"declarations": [
|
|
1514
1685
|
{
|
|
1515
|
-
"kind": "
|
|
1516
|
-
"name": "
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1686
|
+
"kind": "variable",
|
|
1687
|
+
"name": "HistoryHeader"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"exports": [
|
|
1522
1691
|
{
|
|
1523
1692
|
"kind": "js",
|
|
1524
|
-
"name": "
|
|
1693
|
+
"name": "default",
|
|
1525
1694
|
"declaration": {
|
|
1526
|
-
"name": "
|
|
1527
|
-
"module": "
|
|
1695
|
+
"name": "HistoryHeader",
|
|
1696
|
+
"module": "src/react/history/history-header.ts"
|
|
1528
1697
|
}
|
|
1529
|
-
}
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "javascript-module",
|
|
1703
|
+
"path": "src/react/history/history-loading.ts",
|
|
1704
|
+
"declarations": [
|
|
1530
1705
|
{
|
|
1531
|
-
"kind": "
|
|
1532
|
-
"name": "HistoryLoading"
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1706
|
+
"kind": "variable",
|
|
1707
|
+
"name": "HistoryLoading"
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"exports": [
|
|
1538
1711
|
{
|
|
1539
1712
|
"kind": "js",
|
|
1540
|
-
"name": "
|
|
1713
|
+
"name": "default",
|
|
1541
1714
|
"declaration": {
|
|
1542
|
-
"name": "
|
|
1543
|
-
"module": "
|
|
1715
|
+
"name": "HistoryLoading",
|
|
1716
|
+
"module": "src/react/history/history-loading.ts"
|
|
1544
1717
|
}
|
|
1545
|
-
}
|
|
1718
|
+
}
|
|
1719
|
+
]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "javascript-module",
|
|
1723
|
+
"path": "src/react/history/history-panel-item-input.ts",
|
|
1724
|
+
"declarations": [
|
|
1546
1725
|
{
|
|
1547
|
-
"kind": "
|
|
1548
|
-
"name": "
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1726
|
+
"kind": "variable",
|
|
1727
|
+
"name": "HistoryPanelItemInput"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"exports": [
|
|
1554
1731
|
{
|
|
1555
1732
|
"kind": "js",
|
|
1556
|
-
"name": "
|
|
1733
|
+
"name": "default",
|
|
1557
1734
|
"declaration": {
|
|
1558
|
-
"name": "
|
|
1559
|
-
"module": "
|
|
1735
|
+
"name": "HistoryPanelItemInput",
|
|
1736
|
+
"module": "src/react/history/history-panel-item-input.ts"
|
|
1560
1737
|
}
|
|
1561
|
-
}
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "javascript-module",
|
|
1743
|
+
"path": "src/react/history/history-panel-item.ts",
|
|
1744
|
+
"declarations": [
|
|
1562
1745
|
{
|
|
1563
|
-
"kind": "
|
|
1564
|
-
"name": "
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1746
|
+
"kind": "variable",
|
|
1747
|
+
"name": "HistoryPanelItem"
|
|
1748
|
+
}
|
|
1749
|
+
],
|
|
1750
|
+
"exports": [
|
|
1570
1751
|
{
|
|
1571
1752
|
"kind": "js",
|
|
1572
|
-
"name": "
|
|
1753
|
+
"name": "default",
|
|
1573
1754
|
"declaration": {
|
|
1574
|
-
"name": "
|
|
1575
|
-
"module": "
|
|
1755
|
+
"name": "HistoryPanelItem",
|
|
1756
|
+
"module": "src/react/history/history-panel-item.ts"
|
|
1576
1757
|
}
|
|
1577
|
-
}
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "javascript-module",
|
|
1763
|
+
"path": "src/react/history/history-panel-items.ts",
|
|
1764
|
+
"declarations": [
|
|
1578
1765
|
{
|
|
1579
|
-
"kind": "
|
|
1580
|
-
"name": "
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1766
|
+
"kind": "variable",
|
|
1767
|
+
"name": "HistoryPanelItems"
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"exports": [
|
|
1586
1771
|
{
|
|
1587
1772
|
"kind": "js",
|
|
1588
|
-
"name": "
|
|
1773
|
+
"name": "default",
|
|
1589
1774
|
"declaration": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "
|
|
1775
|
+
"name": "HistoryPanelItems",
|
|
1776
|
+
"module": "src/react/history/history-panel-items.ts"
|
|
1592
1777
|
}
|
|
1593
1778
|
}
|
|
1594
1779
|
]
|
|
1595
1780
|
},
|
|
1596
1781
|
{
|
|
1597
1782
|
"kind": "javascript-module",
|
|
1598
|
-
"path": "src/
|
|
1783
|
+
"path": "src/react/history/history-panel-menu.ts",
|
|
1599
1784
|
"declarations": [
|
|
1600
1785
|
{
|
|
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"
|
|
1786
|
+
"kind": "variable",
|
|
1787
|
+
"name": "HistoryPanelMenu"
|
|
1613
1788
|
}
|
|
1614
1789
|
],
|
|
1615
1790
|
"exports": [
|
|
1616
1791
|
{
|
|
1617
|
-
"kind": "
|
|
1618
|
-
"name": "
|
|
1792
|
+
"kind": "js",
|
|
1793
|
+
"name": "default",
|
|
1619
1794
|
"declaration": {
|
|
1620
|
-
"name": "
|
|
1621
|
-
"module": "src/
|
|
1795
|
+
"name": "HistoryPanelMenu",
|
|
1796
|
+
"module": "src/react/history/history-panel-menu.ts"
|
|
1622
1797
|
}
|
|
1623
|
-
}
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "javascript-module",
|
|
1803
|
+
"path": "src/react/history/history-panel.ts",
|
|
1804
|
+
"declarations": [
|
|
1624
1805
|
{
|
|
1625
|
-
"kind": "
|
|
1626
|
-
"name": "
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1806
|
+
"kind": "variable",
|
|
1807
|
+
"name": "HistoryPanel"
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"exports": [
|
|
1632
1811
|
{
|
|
1633
1812
|
"kind": "js",
|
|
1634
|
-
"name": "
|
|
1813
|
+
"name": "default",
|
|
1635
1814
|
"declaration": {
|
|
1636
|
-
"name": "
|
|
1637
|
-
"module": "src/
|
|
1815
|
+
"name": "HistoryPanel",
|
|
1816
|
+
"module": "src/react/history/history-panel.ts"
|
|
1638
1817
|
}
|
|
1639
1818
|
}
|
|
1640
1819
|
]
|
|
1641
1820
|
},
|
|
1642
1821
|
{
|
|
1643
1822
|
"kind": "javascript-module",
|
|
1644
|
-
"path": "src/
|
|
1645
|
-
"declarations": [
|
|
1823
|
+
"path": "src/react/history/history-search-item.ts",
|
|
1824
|
+
"declarations": [
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "variable",
|
|
1827
|
+
"name": "HistorySearchItem"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1646
1830
|
"exports": [
|
|
1647
1831
|
{
|
|
1648
1832
|
"kind": "js",
|
|
1649
|
-
"name": "
|
|
1833
|
+
"name": "default",
|
|
1650
1834
|
"declaration": {
|
|
1651
|
-
"name": "
|
|
1652
|
-
"module": "
|
|
1835
|
+
"name": "HistorySearchItem",
|
|
1836
|
+
"module": "src/react/history/history-search-item.ts"
|
|
1653
1837
|
}
|
|
1654
1838
|
}
|
|
1655
1839
|
]
|
|
1656
1840
|
},
|
|
1657
1841
|
{
|
|
1658
1842
|
"kind": "javascript-module",
|
|
1659
|
-
"path": "src/
|
|
1843
|
+
"path": "src/react/history/history-shell.ts",
|
|
1660
1844
|
"declarations": [
|
|
1661
1845
|
{
|
|
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"
|
|
1846
|
+
"kind": "variable",
|
|
1847
|
+
"name": "HistoryShell"
|
|
1679
1848
|
}
|
|
1680
1849
|
],
|
|
1681
1850
|
"exports": [
|
|
1682
1851
|
{
|
|
1683
1852
|
"kind": "js",
|
|
1684
|
-
"name": "
|
|
1853
|
+
"name": "default",
|
|
1685
1854
|
"declaration": {
|
|
1686
|
-
"name": "
|
|
1687
|
-
"module": "src/
|
|
1855
|
+
"name": "HistoryShell",
|
|
1856
|
+
"module": "src/react/history/history-shell.ts"
|
|
1688
1857
|
}
|
|
1689
|
-
}
|
|
1858
|
+
}
|
|
1859
|
+
]
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"kind": "javascript-module",
|
|
1863
|
+
"path": "src/react/history/history-toolbar.ts",
|
|
1864
|
+
"declarations": [
|
|
1865
|
+
{
|
|
1866
|
+
"kind": "variable",
|
|
1867
|
+
"name": "HistoryToolbar"
|
|
1868
|
+
}
|
|
1869
|
+
],
|
|
1870
|
+
"exports": [
|
|
1690
1871
|
{
|
|
1691
1872
|
"kind": "js",
|
|
1692
|
-
"name": "
|
|
1873
|
+
"name": "default",
|
|
1693
1874
|
"declaration": {
|
|
1694
|
-
"name": "
|
|
1695
|
-
"module": "src/
|
|
1875
|
+
"name": "HistoryToolbar",
|
|
1876
|
+
"module": "src/react/history/history-toolbar.ts"
|
|
1696
1877
|
}
|
|
1697
1878
|
}
|
|
1698
1879
|
]
|
|
1699
1880
|
},
|
|
1700
1881
|
{
|
|
1701
1882
|
"kind": "javascript-module",
|
|
1702
|
-
"path": "src/
|
|
1703
|
-
"declarations": [
|
|
1704
|
-
|
|
1705
|
-
"kind": "function",
|
|
1706
|
-
"name": "getDeepActiveElement",
|
|
1707
|
-
"return": {
|
|
1708
|
-
"type": {
|
|
1709
|
-
"text": ""
|
|
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
|
-
},
|
|
1883
|
+
"path": "src/react/history/index.ts",
|
|
1884
|
+
"declarations": [],
|
|
1885
|
+
"exports": [
|
|
1760
1886
|
{
|
|
1761
|
-
"kind": "
|
|
1762
|
-
"name": "
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
|
|
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."
|
|
1887
|
+
"kind": "js",
|
|
1888
|
+
"name": "HistoryShell",
|
|
1889
|
+
"declaration": {
|
|
1890
|
+
"name": "default",
|
|
1891
|
+
"module": "./history-shell.js"
|
|
1892
|
+
}
|
|
1786
1893
|
},
|
|
1787
1894
|
{
|
|
1788
|
-
"kind": "
|
|
1789
|
-
"name": "
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1792
|
-
|
|
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"
|
|
1895
|
+
"kind": "js",
|
|
1896
|
+
"name": "HistoryHeader",
|
|
1897
|
+
"declaration": {
|
|
1898
|
+
"name": "default",
|
|
1899
|
+
"module": "./history-header.js"
|
|
1900
|
+
}
|
|
1826
1901
|
},
|
|
1827
1902
|
{
|
|
1828
|
-
"kind": "
|
|
1829
|
-
"name": "
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
},
|
|
1835
|
-
"parameters": [
|
|
1836
|
-
{
|
|
1837
|
-
"name": "walker",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "IterableIterator<HTMLElement>"
|
|
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."
|
|
1903
|
+
"kind": "js",
|
|
1904
|
+
"name": "HistoryToolbar",
|
|
1905
|
+
"declaration": {
|
|
1906
|
+
"name": "default",
|
|
1907
|
+
"module": "./history-toolbar.js"
|
|
1908
|
+
}
|
|
1845
1909
|
},
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "function",
|
|
1848
|
-
"name": "focusElementAfterRepaint",
|
|
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."
|
|
1871
|
-
}
|
|
1872
|
-
],
|
|
1873
|
-
"exports": [
|
|
1874
1910
|
{
|
|
1875
1911
|
"kind": "js",
|
|
1876
|
-
"name": "
|
|
1912
|
+
"name": "HistoryContent",
|
|
1877
1913
|
"declaration": {
|
|
1878
|
-
"name": "
|
|
1879
|
-
"module": "
|
|
1914
|
+
"name": "default",
|
|
1915
|
+
"module": "./history-content.js"
|
|
1880
1916
|
}
|
|
1881
1917
|
},
|
|
1882
1918
|
{
|
|
1883
1919
|
"kind": "js",
|
|
1884
|
-
"name": "
|
|
1920
|
+
"name": "HistoryLoading",
|
|
1885
1921
|
"declaration": {
|
|
1886
|
-
"name": "
|
|
1887
|
-
"module": "
|
|
1922
|
+
"name": "default",
|
|
1923
|
+
"module": "./history-loading.js"
|
|
1888
1924
|
}
|
|
1889
1925
|
},
|
|
1890
1926
|
{
|
|
1891
1927
|
"kind": "js",
|
|
1892
|
-
"name": "
|
|
1928
|
+
"name": "HistoryPanel",
|
|
1893
1929
|
"declaration": {
|
|
1894
|
-
"name": "
|
|
1895
|
-
"module": "
|
|
1930
|
+
"name": "default",
|
|
1931
|
+
"module": "./history-panel.js"
|
|
1896
1932
|
}
|
|
1897
1933
|
},
|
|
1898
1934
|
{
|
|
1899
1935
|
"kind": "js",
|
|
1900
|
-
"name": "
|
|
1936
|
+
"name": "HistoryPanelMenu",
|
|
1901
1937
|
"declaration": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "
|
|
1938
|
+
"name": "default",
|
|
1939
|
+
"module": "./history-panel-menu.js"
|
|
1904
1940
|
}
|
|
1905
1941
|
},
|
|
1906
1942
|
{
|
|
1907
1943
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1944
|
+
"name": "HistoryPanelItem",
|
|
1909
1945
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "
|
|
1946
|
+
"name": "default",
|
|
1947
|
+
"module": "./history-panel-item.js"
|
|
1912
1948
|
}
|
|
1913
1949
|
},
|
|
1914
1950
|
{
|
|
1915
1951
|
"kind": "js",
|
|
1916
|
-
"name": "
|
|
1952
|
+
"name": "HistoryPanelItems",
|
|
1917
1953
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "
|
|
1954
|
+
"name": "default",
|
|
1955
|
+
"module": "./history-panel-items.js"
|
|
1920
1956
|
}
|
|
1921
1957
|
},
|
|
1922
1958
|
{
|
|
1923
1959
|
"kind": "js",
|
|
1924
|
-
"name": "
|
|
1960
|
+
"name": "HistorySearchItem",
|
|
1925
1961
|
"declaration": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "
|
|
1962
|
+
"name": "default",
|
|
1963
|
+
"module": "./history-search-item.js"
|
|
1928
1964
|
}
|
|
1929
|
-
}
|
|
1930
|
-
]
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "javascript-module",
|
|
1934
|
-
"path": "src/globals/utils/rtl-utils.ts",
|
|
1935
|
-
"declarations": [
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "isDirectionRTL",
|
|
1939
|
-
"return": {
|
|
1940
|
-
"type": {
|
|
1941
|
-
"text": ""
|
|
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": [
|
|
1965
|
+
},
|
|
1948
1966
|
{
|
|
1949
1967
|
"kind": "js",
|
|
1950
|
-
"name": "
|
|
1968
|
+
"name": "HistoryPanelItemInput",
|
|
1951
1969
|
"declaration": {
|
|
1952
|
-
"name": "
|
|
1953
|
-
"module": "
|
|
1970
|
+
"name": "default",
|
|
1971
|
+
"module": "./history-panel-item-input.js"
|
|
1954
1972
|
}
|
|
1955
|
-
}
|
|
1956
|
-
]
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"kind": "javascript-module",
|
|
1960
|
-
"path": "src/globals/utils/uuid.ts",
|
|
1961
|
-
"declarations": [
|
|
1962
|
-
{
|
|
1963
|
-
"kind": "function",
|
|
1964
|
-
"name": "uuid",
|
|
1965
|
-
"return": {
|
|
1966
|
-
"type": {
|
|
1967
|
-
"text": "string"
|
|
1968
|
-
}
|
|
1969
|
-
},
|
|
1970
|
-
"description": "Generates a v4 UUID. Uses `crypto.randomUUID` when available, otherwise falls back to a simple implementation."
|
|
1971
|
-
}
|
|
1972
|
-
],
|
|
1973
|
-
"exports": [
|
|
1973
|
+
},
|
|
1974
1974
|
{
|
|
1975
1975
|
"kind": "js",
|
|
1976
|
-
"name": "
|
|
1976
|
+
"name": "HistoryDeletePanel",
|
|
1977
1977
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "
|
|
1978
|
+
"name": "default",
|
|
1979
|
+
"module": "./history-delete-panel.js"
|
|
1980
1980
|
}
|
|
1981
1981
|
}
|
|
1982
1982
|
]
|
|
@@ -12441,64 +12441,261 @@
|
|
|
12441
12441
|
"fieldName": "itemsPerPageText"
|
|
12442
12442
|
},
|
|
12443
12443
|
{
|
|
12444
|
-
"name": "download-label-text",
|
|
12444
|
+
"name": "download-label-text",
|
|
12445
|
+
"type": {
|
|
12446
|
+
"text": "string"
|
|
12447
|
+
},
|
|
12448
|
+
"default": "\"Download table data\"",
|
|
12449
|
+
"description": "The text used for the download button's accessible label.",
|
|
12450
|
+
"fieldName": "downloadLabelText"
|
|
12451
|
+
},
|
|
12452
|
+
{
|
|
12453
|
+
"name": "locale",
|
|
12454
|
+
"type": {
|
|
12455
|
+
"text": "string"
|
|
12456
|
+
},
|
|
12457
|
+
"default": "\"en\"",
|
|
12458
|
+
"description": "The locale. Used by the carbon table component to change the collator for sorting.",
|
|
12459
|
+
"fieldName": "locale"
|
|
12460
|
+
},
|
|
12461
|
+
{
|
|
12462
|
+
"name": "default-page-size",
|
|
12463
|
+
"type": {
|
|
12464
|
+
"text": "number"
|
|
12465
|
+
},
|
|
12466
|
+
"fieldName": "defaultPageSize"
|
|
12467
|
+
}
|
|
12468
|
+
],
|
|
12469
|
+
"superclass": {
|
|
12470
|
+
"name": "LitElement",
|
|
12471
|
+
"package": "lit"
|
|
12472
|
+
},
|
|
12473
|
+
"tagName": "cds-aichat-table",
|
|
12474
|
+
"customElement": true
|
|
12475
|
+
}
|
|
12476
|
+
],
|
|
12477
|
+
"exports": [
|
|
12478
|
+
{
|
|
12479
|
+
"kind": "js",
|
|
12480
|
+
"name": "CDSAIChatTable",
|
|
12481
|
+
"declaration": {
|
|
12482
|
+
"name": "CDSAIChatTable",
|
|
12483
|
+
"module": "src/components/table/src/table.ts"
|
|
12484
|
+
}
|
|
12485
|
+
},
|
|
12486
|
+
{
|
|
12487
|
+
"kind": "js",
|
|
12488
|
+
"name": "default",
|
|
12489
|
+
"declaration": {
|
|
12490
|
+
"name": "CDSAIChatTable",
|
|
12491
|
+
"module": "src/components/table/src/table.ts"
|
|
12492
|
+
}
|
|
12493
|
+
}
|
|
12494
|
+
]
|
|
12495
|
+
},
|
|
12496
|
+
{
|
|
12497
|
+
"kind": "javascript-module",
|
|
12498
|
+
"path": "src/components/table/src/types.ts",
|
|
12499
|
+
"declarations": [],
|
|
12500
|
+
"exports": []
|
|
12501
|
+
},
|
|
12502
|
+
{
|
|
12503
|
+
"kind": "javascript-module",
|
|
12504
|
+
"path": "src/components/toolbar/src/toolbar.ts",
|
|
12505
|
+
"declarations": [
|
|
12506
|
+
{
|
|
12507
|
+
"kind": "class",
|
|
12508
|
+
"description": "Toolbar.",
|
|
12509
|
+
"name": "CDSAIChatToolbar",
|
|
12510
|
+
"slots": [
|
|
12511
|
+
{
|
|
12512
|
+
"description": "Defines the navigation area of the toolbar.",
|
|
12513
|
+
"name": "navigation"
|
|
12514
|
+
},
|
|
12515
|
+
{
|
|
12516
|
+
"description": "Defines the title section of the toolbar.",
|
|
12517
|
+
"name": "title"
|
|
12518
|
+
},
|
|
12519
|
+
{
|
|
12520
|
+
"description": "Defines the area for displaying actions that are always visible (not overflowed) in the toolbar.",
|
|
12521
|
+
"name": "fixed-actions"
|
|
12522
|
+
},
|
|
12523
|
+
{
|
|
12524
|
+
"description": "Defines the area for displaying the AI label in the toolbar.",
|
|
12525
|
+
"name": "toolbar-ai-label"
|
|
12526
|
+
}
|
|
12527
|
+
],
|
|
12528
|
+
"members": [
|
|
12529
|
+
{
|
|
12530
|
+
"kind": "field",
|
|
12531
|
+
"name": "actions",
|
|
12532
|
+
"type": {
|
|
12533
|
+
"text": "Action[]"
|
|
12534
|
+
},
|
|
12535
|
+
"default": "[]",
|
|
12536
|
+
"description": "The list of actions."
|
|
12537
|
+
},
|
|
12538
|
+
{
|
|
12539
|
+
"kind": "field",
|
|
12540
|
+
"name": "overflow",
|
|
12541
|
+
"type": {
|
|
12542
|
+
"text": "boolean"
|
|
12543
|
+
},
|
|
12544
|
+
"default": "false",
|
|
12545
|
+
"description": "Should actions be overflowing.",
|
|
12546
|
+
"attribute": "overflow",
|
|
12547
|
+
"reflects": true
|
|
12548
|
+
},
|
|
12549
|
+
{
|
|
12550
|
+
"kind": "field",
|
|
12551
|
+
"name": "titleText",
|
|
12552
|
+
"type": {
|
|
12553
|
+
"text": "string | undefined"
|
|
12554
|
+
},
|
|
12555
|
+
"attribute": "titleText"
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"kind": "field",
|
|
12559
|
+
"name": "nameText",
|
|
12560
|
+
"type": {
|
|
12561
|
+
"text": "string | undefined"
|
|
12562
|
+
},
|
|
12563
|
+
"attribute": "nameText"
|
|
12564
|
+
},
|
|
12565
|
+
{
|
|
12566
|
+
"kind": "field",
|
|
12567
|
+
"name": "measuring",
|
|
12568
|
+
"type": {
|
|
12569
|
+
"text": "boolean"
|
|
12570
|
+
},
|
|
12571
|
+
"privacy": "private",
|
|
12572
|
+
"default": "true"
|
|
12573
|
+
},
|
|
12574
|
+
{
|
|
12575
|
+
"kind": "field",
|
|
12576
|
+
"name": "overflowHandler",
|
|
12577
|
+
"type": {
|
|
12578
|
+
"text": "{ disconnect: () => void } | undefined"
|
|
12579
|
+
},
|
|
12580
|
+
"privacy": "private"
|
|
12581
|
+
},
|
|
12582
|
+
{
|
|
12583
|
+
"kind": "field",
|
|
12584
|
+
"name": "visibilityObserver",
|
|
12585
|
+
"type": {
|
|
12586
|
+
"text": "ResizeObserver | undefined"
|
|
12587
|
+
},
|
|
12588
|
+
"privacy": "private"
|
|
12589
|
+
},
|
|
12590
|
+
{
|
|
12591
|
+
"kind": "field",
|
|
12592
|
+
"name": "OVERFLOW_MENU_LABEL",
|
|
12593
|
+
"type": {
|
|
12594
|
+
"text": "string"
|
|
12595
|
+
},
|
|
12596
|
+
"privacy": "private",
|
|
12597
|
+
"static": true,
|
|
12598
|
+
"readonly": true,
|
|
12599
|
+
"default": "\"Options\""
|
|
12600
|
+
},
|
|
12601
|
+
{
|
|
12602
|
+
"kind": "method",
|
|
12603
|
+
"name": "setupOverflowHandler",
|
|
12604
|
+
"privacy": "private"
|
|
12605
|
+
},
|
|
12606
|
+
{
|
|
12607
|
+
"kind": "method",
|
|
12608
|
+
"name": "findFocusedOverflowMenuItem",
|
|
12609
|
+
"privacy": "private",
|
|
12610
|
+
"return": {
|
|
12611
|
+
"type": {
|
|
12612
|
+
"text": "Element | null"
|
|
12613
|
+
}
|
|
12614
|
+
},
|
|
12615
|
+
"parameters": [
|
|
12616
|
+
{
|
|
12617
|
+
"name": "activeElem",
|
|
12618
|
+
"type": {
|
|
12619
|
+
"text": "Element"
|
|
12620
|
+
}
|
|
12621
|
+
}
|
|
12622
|
+
],
|
|
12623
|
+
"description": "Returns the focused overflow menu item (if exists) by traversing shadow DOM"
|
|
12624
|
+
},
|
|
12625
|
+
{
|
|
12626
|
+
"kind": "field",
|
|
12627
|
+
"name": "_handleToolbarKeydown",
|
|
12628
|
+
"privacy": "private"
|
|
12629
|
+
},
|
|
12630
|
+
{
|
|
12631
|
+
"kind": "field",
|
|
12632
|
+
"name": "renderIconButton",
|
|
12633
|
+
"privacy": "private",
|
|
12634
|
+
"description": "Renders an action as an icon button.\nNote: Some Action properties only apply when rendered in overflow menu:\n- danger/dangerDescription: cds-icon-button doesn't support danger variant\n- divider: Only applicable in menu context"
|
|
12635
|
+
},
|
|
12636
|
+
{
|
|
12637
|
+
"kind": "method",
|
|
12638
|
+
"name": "getOverflowMenuSize",
|
|
12639
|
+
"privacy": "private",
|
|
12640
|
+
"return": {
|
|
12641
|
+
"type": {
|
|
12642
|
+
"text": "OVERFLOW_MENU_SIZE"
|
|
12643
|
+
}
|
|
12644
|
+
}
|
|
12645
|
+
}
|
|
12646
|
+
],
|
|
12647
|
+
"attributes": [
|
|
12648
|
+
{
|
|
12649
|
+
"name": "overflow",
|
|
12445
12650
|
"type": {
|
|
12446
|
-
"text": "
|
|
12651
|
+
"text": "boolean"
|
|
12447
12652
|
},
|
|
12448
|
-
"default": "
|
|
12449
|
-
"description": "
|
|
12450
|
-
"fieldName": "
|
|
12653
|
+
"default": "false",
|
|
12654
|
+
"description": "Should actions be overflowing.",
|
|
12655
|
+
"fieldName": "overflow"
|
|
12451
12656
|
},
|
|
12452
12657
|
{
|
|
12453
|
-
"name": "
|
|
12658
|
+
"name": "titleText",
|
|
12454
12659
|
"type": {
|
|
12455
|
-
"text": "string"
|
|
12660
|
+
"text": "string | undefined"
|
|
12456
12661
|
},
|
|
12457
|
-
"
|
|
12458
|
-
"description": "The locale. Used by the carbon table component to change the collator for sorting.",
|
|
12459
|
-
"fieldName": "locale"
|
|
12662
|
+
"fieldName": "titleText"
|
|
12460
12663
|
},
|
|
12461
12664
|
{
|
|
12462
|
-
"name": "
|
|
12665
|
+
"name": "nameText",
|
|
12463
12666
|
"type": {
|
|
12464
|
-
"text": "
|
|
12667
|
+
"text": "string | undefined"
|
|
12465
12668
|
},
|
|
12466
|
-
"fieldName": "
|
|
12669
|
+
"fieldName": "nameText"
|
|
12467
12670
|
}
|
|
12468
12671
|
],
|
|
12469
12672
|
"superclass": {
|
|
12470
12673
|
"name": "LitElement",
|
|
12471
12674
|
"package": "lit"
|
|
12472
12675
|
},
|
|
12473
|
-
"tagName": "cds-aichat-
|
|
12676
|
+
"tagName": "cds-aichat-toolbar",
|
|
12474
12677
|
"customElement": true
|
|
12475
12678
|
}
|
|
12476
12679
|
],
|
|
12477
12680
|
"exports": [
|
|
12478
12681
|
{
|
|
12479
12682
|
"kind": "js",
|
|
12480
|
-
"name": "
|
|
12683
|
+
"name": "CDSAIChatToolbar",
|
|
12481
12684
|
"declaration": {
|
|
12482
|
-
"name": "
|
|
12483
|
-
"module": "src/components/
|
|
12685
|
+
"name": "CDSAIChatToolbar",
|
|
12686
|
+
"module": "src/components/toolbar/src/toolbar.ts"
|
|
12484
12687
|
}
|
|
12485
12688
|
},
|
|
12486
12689
|
{
|
|
12487
12690
|
"kind": "js",
|
|
12488
12691
|
"name": "default",
|
|
12489
12692
|
"declaration": {
|
|
12490
|
-
"name": "
|
|
12491
|
-
"module": "src/components/
|
|
12693
|
+
"name": "CDSAIChatToolbar",
|
|
12694
|
+
"module": "src/components/toolbar/src/toolbar.ts"
|
|
12492
12695
|
}
|
|
12493
12696
|
}
|
|
12494
12697
|
]
|
|
12495
12698
|
},
|
|
12496
|
-
{
|
|
12497
|
-
"kind": "javascript-module",
|
|
12498
|
-
"path": "src/components/table/src/types.ts",
|
|
12499
|
-
"declarations": [],
|
|
12500
|
-
"exports": []
|
|
12501
|
-
},
|
|
12502
12699
|
{
|
|
12503
12700
|
"kind": "javascript-module",
|
|
12504
12701
|
"path": "src/components/truncated-text/src/truncated-text.ts",
|
|
@@ -12849,203 +13046,6 @@
|
|
|
12849
13046
|
}
|
|
12850
13047
|
]
|
|
12851
13048
|
},
|
|
12852
|
-
{
|
|
12853
|
-
"kind": "javascript-module",
|
|
12854
|
-
"path": "src/components/toolbar/src/toolbar.ts",
|
|
12855
|
-
"declarations": [
|
|
12856
|
-
{
|
|
12857
|
-
"kind": "class",
|
|
12858
|
-
"description": "Toolbar.",
|
|
12859
|
-
"name": "CDSAIChatToolbar",
|
|
12860
|
-
"slots": [
|
|
12861
|
-
{
|
|
12862
|
-
"description": "Defines the navigation area of the toolbar.",
|
|
12863
|
-
"name": "navigation"
|
|
12864
|
-
},
|
|
12865
|
-
{
|
|
12866
|
-
"description": "Defines the title section of the toolbar.",
|
|
12867
|
-
"name": "title"
|
|
12868
|
-
},
|
|
12869
|
-
{
|
|
12870
|
-
"description": "Defines the area for displaying actions that are always visible (not overflowed) in the toolbar.",
|
|
12871
|
-
"name": "fixed-actions"
|
|
12872
|
-
},
|
|
12873
|
-
{
|
|
12874
|
-
"description": "Defines the area for displaying the AI label in the toolbar.",
|
|
12875
|
-
"name": "toolbar-ai-label"
|
|
12876
|
-
}
|
|
12877
|
-
],
|
|
12878
|
-
"members": [
|
|
12879
|
-
{
|
|
12880
|
-
"kind": "field",
|
|
12881
|
-
"name": "actions",
|
|
12882
|
-
"type": {
|
|
12883
|
-
"text": "Action[]"
|
|
12884
|
-
},
|
|
12885
|
-
"default": "[]",
|
|
12886
|
-
"description": "The list of actions."
|
|
12887
|
-
},
|
|
12888
|
-
{
|
|
12889
|
-
"kind": "field",
|
|
12890
|
-
"name": "overflow",
|
|
12891
|
-
"type": {
|
|
12892
|
-
"text": "boolean"
|
|
12893
|
-
},
|
|
12894
|
-
"default": "false",
|
|
12895
|
-
"description": "Should actions be overflowing.",
|
|
12896
|
-
"attribute": "overflow",
|
|
12897
|
-
"reflects": true
|
|
12898
|
-
},
|
|
12899
|
-
{
|
|
12900
|
-
"kind": "field",
|
|
12901
|
-
"name": "titleText",
|
|
12902
|
-
"type": {
|
|
12903
|
-
"text": "string | undefined"
|
|
12904
|
-
},
|
|
12905
|
-
"attribute": "titleText"
|
|
12906
|
-
},
|
|
12907
|
-
{
|
|
12908
|
-
"kind": "field",
|
|
12909
|
-
"name": "nameText",
|
|
12910
|
-
"type": {
|
|
12911
|
-
"text": "string | undefined"
|
|
12912
|
-
},
|
|
12913
|
-
"attribute": "nameText"
|
|
12914
|
-
},
|
|
12915
|
-
{
|
|
12916
|
-
"kind": "field",
|
|
12917
|
-
"name": "measuring",
|
|
12918
|
-
"type": {
|
|
12919
|
-
"text": "boolean"
|
|
12920
|
-
},
|
|
12921
|
-
"privacy": "private",
|
|
12922
|
-
"default": "true"
|
|
12923
|
-
},
|
|
12924
|
-
{
|
|
12925
|
-
"kind": "field",
|
|
12926
|
-
"name": "overflowHandler",
|
|
12927
|
-
"type": {
|
|
12928
|
-
"text": "{ disconnect: () => void } | undefined"
|
|
12929
|
-
},
|
|
12930
|
-
"privacy": "private"
|
|
12931
|
-
},
|
|
12932
|
-
{
|
|
12933
|
-
"kind": "field",
|
|
12934
|
-
"name": "visibilityObserver",
|
|
12935
|
-
"type": {
|
|
12936
|
-
"text": "ResizeObserver | undefined"
|
|
12937
|
-
},
|
|
12938
|
-
"privacy": "private"
|
|
12939
|
-
},
|
|
12940
|
-
{
|
|
12941
|
-
"kind": "field",
|
|
12942
|
-
"name": "OVERFLOW_MENU_LABEL",
|
|
12943
|
-
"type": {
|
|
12944
|
-
"text": "string"
|
|
12945
|
-
},
|
|
12946
|
-
"privacy": "private",
|
|
12947
|
-
"static": true,
|
|
12948
|
-
"readonly": true,
|
|
12949
|
-
"default": "\"Options\""
|
|
12950
|
-
},
|
|
12951
|
-
{
|
|
12952
|
-
"kind": "method",
|
|
12953
|
-
"name": "setupOverflowHandler",
|
|
12954
|
-
"privacy": "private"
|
|
12955
|
-
},
|
|
12956
|
-
{
|
|
12957
|
-
"kind": "method",
|
|
12958
|
-
"name": "findFocusedOverflowMenuItem",
|
|
12959
|
-
"privacy": "private",
|
|
12960
|
-
"return": {
|
|
12961
|
-
"type": {
|
|
12962
|
-
"text": "Element | null"
|
|
12963
|
-
}
|
|
12964
|
-
},
|
|
12965
|
-
"parameters": [
|
|
12966
|
-
{
|
|
12967
|
-
"name": "activeElem",
|
|
12968
|
-
"type": {
|
|
12969
|
-
"text": "Element"
|
|
12970
|
-
}
|
|
12971
|
-
}
|
|
12972
|
-
],
|
|
12973
|
-
"description": "Returns the focused overflow menu item (if exists) by traversing shadow DOM"
|
|
12974
|
-
},
|
|
12975
|
-
{
|
|
12976
|
-
"kind": "field",
|
|
12977
|
-
"name": "_handleToolbarKeydown",
|
|
12978
|
-
"privacy": "private"
|
|
12979
|
-
},
|
|
12980
|
-
{
|
|
12981
|
-
"kind": "field",
|
|
12982
|
-
"name": "renderIconButton",
|
|
12983
|
-
"privacy": "private",
|
|
12984
|
-
"description": "Renders an action as an icon button.\nNote: Some Action properties only apply when rendered in overflow menu:\n- danger/dangerDescription: cds-icon-button doesn't support danger variant\n- divider: Only applicable in menu context"
|
|
12985
|
-
},
|
|
12986
|
-
{
|
|
12987
|
-
"kind": "method",
|
|
12988
|
-
"name": "getOverflowMenuSize",
|
|
12989
|
-
"privacy": "private",
|
|
12990
|
-
"return": {
|
|
12991
|
-
"type": {
|
|
12992
|
-
"text": "OVERFLOW_MENU_SIZE"
|
|
12993
|
-
}
|
|
12994
|
-
}
|
|
12995
|
-
}
|
|
12996
|
-
],
|
|
12997
|
-
"attributes": [
|
|
12998
|
-
{
|
|
12999
|
-
"name": "overflow",
|
|
13000
|
-
"type": {
|
|
13001
|
-
"text": "boolean"
|
|
13002
|
-
},
|
|
13003
|
-
"default": "false",
|
|
13004
|
-
"description": "Should actions be overflowing.",
|
|
13005
|
-
"fieldName": "overflow"
|
|
13006
|
-
},
|
|
13007
|
-
{
|
|
13008
|
-
"name": "titleText",
|
|
13009
|
-
"type": {
|
|
13010
|
-
"text": "string | undefined"
|
|
13011
|
-
},
|
|
13012
|
-
"fieldName": "titleText"
|
|
13013
|
-
},
|
|
13014
|
-
{
|
|
13015
|
-
"name": "nameText",
|
|
13016
|
-
"type": {
|
|
13017
|
-
"text": "string | undefined"
|
|
13018
|
-
},
|
|
13019
|
-
"fieldName": "nameText"
|
|
13020
|
-
}
|
|
13021
|
-
],
|
|
13022
|
-
"superclass": {
|
|
13023
|
-
"name": "LitElement",
|
|
13024
|
-
"package": "lit"
|
|
13025
|
-
},
|
|
13026
|
-
"tagName": "cds-aichat-toolbar",
|
|
13027
|
-
"customElement": true
|
|
13028
|
-
}
|
|
13029
|
-
],
|
|
13030
|
-
"exports": [
|
|
13031
|
-
{
|
|
13032
|
-
"kind": "js",
|
|
13033
|
-
"name": "CDSAIChatToolbar",
|
|
13034
|
-
"declaration": {
|
|
13035
|
-
"name": "CDSAIChatToolbar",
|
|
13036
|
-
"module": "src/components/toolbar/src/toolbar.ts"
|
|
13037
|
-
}
|
|
13038
|
-
},
|
|
13039
|
-
{
|
|
13040
|
-
"kind": "js",
|
|
13041
|
-
"name": "default",
|
|
13042
|
-
"declaration": {
|
|
13043
|
-
"name": "CDSAIChatToolbar",
|
|
13044
|
-
"module": "src/components/toolbar/src/toolbar.ts"
|
|
13045
|
-
}
|
|
13046
|
-
}
|
|
13047
|
-
]
|
|
13048
|
-
},
|
|
13049
13049
|
{
|
|
13050
13050
|
"kind": "javascript-module",
|
|
13051
13051
|
"path": "src/components/video-player/src/video-player.ts",
|