@carbon/ai-chat-components 1.6.0-rc.1 → 1.6.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 +746 -746
- 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",
|
|
@@ -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",
|
|
@@ -709,13 +709,13 @@
|
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
711
|
"kind": "javascript-module",
|
|
712
|
-
"path": "src/components/
|
|
712
|
+
"path": "src/components/carousel/index.ts",
|
|
713
713
|
"declarations": [],
|
|
714
714
|
"exports": []
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
717
|
"kind": "javascript-module",
|
|
718
|
-
"path": "src/components/
|
|
718
|
+
"path": "src/components/card/index.ts",
|
|
719
719
|
"declarations": [],
|
|
720
720
|
"exports": []
|
|
721
721
|
},
|
|
@@ -1246,737 +1246,737 @@
|
|
|
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",
|
|
1256
|
-
"declarations": [
|
|
1257
|
-
{
|
|
1258
|
-
"kind": "variable",
|
|
1259
|
-
"name": "HistoryContent"
|
|
1260
|
-
}
|
|
1261
|
-
],
|
|
1262
|
-
"exports": [
|
|
1263
|
-
{
|
|
1264
|
-
"kind": "js",
|
|
1265
|
-
"name": "default",
|
|
1266
|
-
"declaration": {
|
|
1267
|
-
"name": "HistoryContent",
|
|
1268
|
-
"module": "src/react/history/history-content.ts"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
]
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"kind": "javascript-module",
|
|
1275
|
-
"path": "src/react/history/history-delete-panel.ts",
|
|
1249
|
+
"path": "src/globals/decorators/carbon-element.ts",
|
|
1276
1250
|
"declarations": [
|
|
1277
1251
|
{
|
|
1278
|
-
"kind": "
|
|
1279
|
-
"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"
|
|
1280
1264
|
}
|
|
1281
1265
|
],
|
|
1282
1266
|
"exports": [
|
|
1283
1267
|
{
|
|
1284
|
-
"kind": "
|
|
1285
|
-
"name": "
|
|
1268
|
+
"kind": "custom-element-definition",
|
|
1269
|
+
"name": "tagName",
|
|
1286
1270
|
"declaration": {
|
|
1287
|
-
"name": "
|
|
1288
|
-
"module": "src/
|
|
1271
|
+
"name": "anonymous_0",
|
|
1272
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1289
1273
|
}
|
|
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": [
|
|
1274
|
+
},
|
|
1303
1275
|
{
|
|
1304
|
-
"kind": "
|
|
1305
|
-
"name": "
|
|
1276
|
+
"kind": "custom-element-definition",
|
|
1277
|
+
"name": "tagName",
|
|
1306
1278
|
"declaration": {
|
|
1307
|
-
"name": "
|
|
1308
|
-
"module": "src/
|
|
1279
|
+
"name": "clazz",
|
|
1280
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1309
1281
|
}
|
|
1310
|
-
}
|
|
1311
|
-
]
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/react/history/history-loading.ts",
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "variable",
|
|
1319
|
-
"name": "HistoryLoading"
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1322
|
-
"exports": [
|
|
1282
|
+
},
|
|
1323
1283
|
{
|
|
1324
1284
|
"kind": "js",
|
|
1325
|
-
"name": "
|
|
1285
|
+
"name": "carbonElement",
|
|
1326
1286
|
"declaration": {
|
|
1327
|
-
"name": "
|
|
1328
|
-
"module": "src/
|
|
1287
|
+
"name": "carbonElement",
|
|
1288
|
+
"module": "src/globals/decorators/carbon-element.ts"
|
|
1329
1289
|
}
|
|
1330
1290
|
}
|
|
1331
1291
|
]
|
|
1332
1292
|
},
|
|
1333
1293
|
{
|
|
1334
1294
|
"kind": "javascript-module",
|
|
1335
|
-
"path": "src/
|
|
1336
|
-
"declarations": [
|
|
1337
|
-
{
|
|
1338
|
-
"kind": "variable",
|
|
1339
|
-
"name": "HistoryPanelItemInput"
|
|
1340
|
-
}
|
|
1341
|
-
],
|
|
1295
|
+
"path": "src/globals/decorators/index.ts",
|
|
1296
|
+
"declarations": [],
|
|
1342
1297
|
"exports": [
|
|
1343
1298
|
{
|
|
1344
1299
|
"kind": "js",
|
|
1345
|
-
"name": "
|
|
1300
|
+
"name": "carbonElement",
|
|
1346
1301
|
"declaration": {
|
|
1347
|
-
"name": "
|
|
1348
|
-
"module": "
|
|
1302
|
+
"name": "carbonElement",
|
|
1303
|
+
"module": "./carbon-element.js"
|
|
1349
1304
|
}
|
|
1350
1305
|
}
|
|
1351
1306
|
]
|
|
1352
1307
|
},
|
|
1353
1308
|
{
|
|
1354
1309
|
"kind": "javascript-module",
|
|
1355
|
-
"path": "src/
|
|
1310
|
+
"path": "src/globals/internal/storybook-cdn.ts",
|
|
1356
1311
|
"declarations": [
|
|
1357
1312
|
{
|
|
1358
|
-
"kind": "
|
|
1359
|
-
"name": "
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
}
|
|
1371
|
-
]
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "javascript-module",
|
|
1375
|
-
"path": "src/react/history/history-panel-items.ts",
|
|
1376
|
-
"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
|
+
},
|
|
1377
1326
|
{
|
|
1378
|
-
"kind": "
|
|
1379
|
-
"name": "
|
|
1327
|
+
"kind": "function",
|
|
1328
|
+
"name": "cdnCss",
|
|
1329
|
+
"description": "This is the markdown block for CSS via CDN"
|
|
1380
1330
|
}
|
|
1381
1331
|
],
|
|
1382
1332
|
"exports": [
|
|
1383
1333
|
{
|
|
1384
1334
|
"kind": "js",
|
|
1385
|
-
"name": "
|
|
1335
|
+
"name": "cdnJs",
|
|
1386
1336
|
"declaration": {
|
|
1387
|
-
"name": "
|
|
1388
|
-
"module": "src/
|
|
1337
|
+
"name": "cdnJs",
|
|
1338
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1389
1339
|
}
|
|
1390
|
-
}
|
|
1391
|
-
]
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "javascript-module",
|
|
1395
|
-
"path": "src/react/history/history-panel-menu.ts",
|
|
1396
|
-
"declarations": [
|
|
1397
|
-
{
|
|
1398
|
-
"kind": "variable",
|
|
1399
|
-
"name": "HistoryPanelMenu"
|
|
1400
|
-
}
|
|
1401
|
-
],
|
|
1402
|
-
"exports": [
|
|
1340
|
+
},
|
|
1403
1341
|
{
|
|
1404
1342
|
"kind": "js",
|
|
1405
|
-
"name": "
|
|
1343
|
+
"name": "cdnCss",
|
|
1406
1344
|
"declaration": {
|
|
1407
|
-
"name": "
|
|
1408
|
-
"module": "src/
|
|
1345
|
+
"name": "cdnCss",
|
|
1346
|
+
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1409
1347
|
}
|
|
1410
1348
|
}
|
|
1411
1349
|
]
|
|
1412
1350
|
},
|
|
1413
1351
|
{
|
|
1414
1352
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1353
|
+
"path": "src/globals/utils/focus-utils.ts",
|
|
1416
1354
|
"declarations": [
|
|
1417
1355
|
{
|
|
1418
|
-
"kind": "
|
|
1419
|
-
"name": "
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
"
|
|
1426
|
-
|
|
1427
|
-
"name": "HistoryPanel",
|
|
1428
|
-
"module": "src/react/history/history-panel.ts"
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
]
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "javascript-module",
|
|
1435
|
-
"path": "src/react/history/history-search-item.ts",
|
|
1436
|
-
"declarations": [
|
|
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
|
+
},
|
|
1437
1365
|
{
|
|
1438
|
-
"kind": "
|
|
1439
|
-
"name": "
|
|
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
|
+
},
|
|
1392
|
+
{
|
|
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."
|
|
1440
1522
|
}
|
|
1441
1523
|
],
|
|
1442
1524
|
"exports": [
|
|
1443
1525
|
{
|
|
1444
1526
|
"kind": "js",
|
|
1445
|
-
"name": "
|
|
1527
|
+
"name": "getDeepActiveElement",
|
|
1446
1528
|
"declaration": {
|
|
1447
|
-
"name": "
|
|
1448
|
-
"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"
|
|
1449
1579
|
}
|
|
1450
1580
|
}
|
|
1451
1581
|
]
|
|
1452
1582
|
},
|
|
1453
1583
|
{
|
|
1454
1584
|
"kind": "javascript-module",
|
|
1455
|
-
"path": "src/
|
|
1585
|
+
"path": "src/globals/utils/rtl-utils.ts",
|
|
1456
1586
|
"declarations": [
|
|
1457
1587
|
{
|
|
1458
|
-
"kind": "
|
|
1459
|
-
"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."
|
|
1460
1596
|
}
|
|
1461
1597
|
],
|
|
1462
1598
|
"exports": [
|
|
1463
1599
|
{
|
|
1464
1600
|
"kind": "js",
|
|
1465
|
-
"name": "
|
|
1601
|
+
"name": "isDirectionRTL",
|
|
1466
1602
|
"declaration": {
|
|
1467
|
-
"name": "
|
|
1468
|
-
"module": "src/
|
|
1603
|
+
"name": "isDirectionRTL",
|
|
1604
|
+
"module": "src/globals/utils/rtl-utils.ts"
|
|
1469
1605
|
}
|
|
1470
1606
|
}
|
|
1471
1607
|
]
|
|
1472
1608
|
},
|
|
1473
1609
|
{
|
|
1474
1610
|
"kind": "javascript-module",
|
|
1475
|
-
"path": "src/
|
|
1611
|
+
"path": "src/globals/utils/uuid.ts",
|
|
1476
1612
|
"declarations": [
|
|
1477
1613
|
{
|
|
1478
|
-
"kind": "
|
|
1479
|
-
"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."
|
|
1480
1622
|
}
|
|
1481
1623
|
],
|
|
1482
1624
|
"exports": [
|
|
1483
1625
|
{
|
|
1484
1626
|
"kind": "js",
|
|
1485
|
-
"name": "
|
|
1627
|
+
"name": "uuid",
|
|
1486
1628
|
"declaration": {
|
|
1487
|
-
"name": "
|
|
1488
|
-
"module": "src/
|
|
1629
|
+
"name": "uuid",
|
|
1630
|
+
"module": "src/globals/utils/uuid.ts"
|
|
1489
1631
|
}
|
|
1490
1632
|
}
|
|
1491
1633
|
]
|
|
1492
1634
|
},
|
|
1493
1635
|
{
|
|
1494
1636
|
"kind": "javascript-module",
|
|
1495
|
-
"path": "src/react/
|
|
1637
|
+
"path": "src/react/__tests__/jest.setup.ts",
|
|
1496
1638
|
"declarations": [],
|
|
1639
|
+
"exports": []
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "javascript-module",
|
|
1643
|
+
"path": "src/react/history/history-content.ts",
|
|
1644
|
+
"declarations": [
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "variable",
|
|
1647
|
+
"name": "HistoryContent"
|
|
1648
|
+
}
|
|
1649
|
+
],
|
|
1497
1650
|
"exports": [
|
|
1498
1651
|
{
|
|
1499
1652
|
"kind": "js",
|
|
1500
|
-
"name": "
|
|
1653
|
+
"name": "default",
|
|
1501
1654
|
"declaration": {
|
|
1502
|
-
"name": "
|
|
1503
|
-
"module": "
|
|
1655
|
+
"name": "HistoryContent",
|
|
1656
|
+
"module": "src/react/history/history-content.ts"
|
|
1504
1657
|
}
|
|
1505
|
-
}
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "javascript-module",
|
|
1663
|
+
"path": "src/react/history/history-delete-panel.ts",
|
|
1664
|
+
"declarations": [
|
|
1506
1665
|
{
|
|
1507
|
-
"kind": "
|
|
1508
|
-
"name": "
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1666
|
+
"kind": "variable",
|
|
1667
|
+
"name": "HistoryDeletePanel"
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
"exports": [
|
|
1514
1671
|
{
|
|
1515
1672
|
"kind": "js",
|
|
1516
|
-
"name": "
|
|
1673
|
+
"name": "default",
|
|
1517
1674
|
"declaration": {
|
|
1518
|
-
"name": "
|
|
1519
|
-
"module": "
|
|
1675
|
+
"name": "HistoryDeletePanel",
|
|
1676
|
+
"module": "src/react/history/history-delete-panel.ts"
|
|
1520
1677
|
}
|
|
1521
|
-
}
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "javascript-module",
|
|
1683
|
+
"path": "src/react/history/history-header.ts",
|
|
1684
|
+
"declarations": [
|
|
1522
1685
|
{
|
|
1523
|
-
"kind": "
|
|
1524
|
-
"name": "
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1686
|
+
"kind": "variable",
|
|
1687
|
+
"name": "HistoryHeader"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"exports": [
|
|
1530
1691
|
{
|
|
1531
1692
|
"kind": "js",
|
|
1532
|
-
"name": "
|
|
1693
|
+
"name": "default",
|
|
1533
1694
|
"declaration": {
|
|
1534
|
-
"name": "
|
|
1535
|
-
"module": "
|
|
1695
|
+
"name": "HistoryHeader",
|
|
1696
|
+
"module": "src/react/history/history-header.ts"
|
|
1536
1697
|
}
|
|
1537
|
-
}
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "javascript-module",
|
|
1703
|
+
"path": "src/react/history/history-loading.ts",
|
|
1704
|
+
"declarations": [
|
|
1538
1705
|
{
|
|
1539
|
-
"kind": "
|
|
1540
|
-
"name": "
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1706
|
+
"kind": "variable",
|
|
1707
|
+
"name": "HistoryLoading"
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"exports": [
|
|
1546
1711
|
{
|
|
1547
1712
|
"kind": "js",
|
|
1548
|
-
"name": "
|
|
1713
|
+
"name": "default",
|
|
1549
1714
|
"declaration": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "
|
|
1715
|
+
"name": "HistoryLoading",
|
|
1716
|
+
"module": "src/react/history/history-loading.ts"
|
|
1552
1717
|
}
|
|
1553
|
-
}
|
|
1718
|
+
}
|
|
1719
|
+
]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "javascript-module",
|
|
1723
|
+
"path": "src/react/history/history-panel-item-input.ts",
|
|
1724
|
+
"declarations": [
|
|
1554
1725
|
{
|
|
1555
|
-
"kind": "
|
|
1556
|
-
"name": "
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1726
|
+
"kind": "variable",
|
|
1727
|
+
"name": "HistoryPanelItemInput"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"exports": [
|
|
1562
1731
|
{
|
|
1563
1732
|
"kind": "js",
|
|
1564
|
-
"name": "
|
|
1733
|
+
"name": "default",
|
|
1565
1734
|
"declaration": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"module": "
|
|
1735
|
+
"name": "HistoryPanelItemInput",
|
|
1736
|
+
"module": "src/react/history/history-panel-item-input.ts"
|
|
1568
1737
|
}
|
|
1569
|
-
}
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "javascript-module",
|
|
1743
|
+
"path": "src/react/history/history-panel-item.ts",
|
|
1744
|
+
"declarations": [
|
|
1745
|
+
{
|
|
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": [
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "variable",
|
|
1767
|
+
"name": "HistoryPanelItems"
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"exports": [
|
|
1578
1771
|
{
|
|
1579
1772
|
"kind": "js",
|
|
1580
|
-
"name": "
|
|
1773
|
+
"name": "default",
|
|
1581
1774
|
"declaration": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "
|
|
1775
|
+
"name": "HistoryPanelItems",
|
|
1776
|
+
"module": "src/react/history/history-panel-items.ts"
|
|
1584
1777
|
}
|
|
1585
|
-
}
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "javascript-module",
|
|
1783
|
+
"path": "src/react/history/history-panel-menu.ts",
|
|
1784
|
+
"declarations": [
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "variable",
|
|
1787
|
+
"name": "HistoryPanelMenu"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"exports": [
|
|
1586
1791
|
{
|
|
1587
1792
|
"kind": "js",
|
|
1588
|
-
"name": "
|
|
1793
|
+
"name": "default",
|
|
1589
1794
|
"declaration": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "
|
|
1795
|
+
"name": "HistoryPanelMenu",
|
|
1796
|
+
"module": "src/react/history/history-panel-menu.ts"
|
|
1592
1797
|
}
|
|
1593
1798
|
}
|
|
1594
1799
|
]
|
|
1595
1800
|
},
|
|
1596
1801
|
{
|
|
1597
1802
|
"kind": "javascript-module",
|
|
1598
|
-
"path": "src/
|
|
1803
|
+
"path": "src/react/history/history-panel.ts",
|
|
1599
1804
|
"declarations": [
|
|
1600
1805
|
{
|
|
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"
|
|
1806
|
+
"kind": "variable",
|
|
1807
|
+
"name": "HistoryPanel"
|
|
1613
1808
|
}
|
|
1614
1809
|
],
|
|
1615
1810
|
"exports": [
|
|
1616
1811
|
{
|
|
1617
|
-
"kind": "
|
|
1618
|
-
"name": "
|
|
1812
|
+
"kind": "js",
|
|
1813
|
+
"name": "default",
|
|
1619
1814
|
"declaration": {
|
|
1620
|
-
"name": "
|
|
1621
|
-
"module": "src/
|
|
1815
|
+
"name": "HistoryPanel",
|
|
1816
|
+
"module": "src/react/history/history-panel.ts"
|
|
1622
1817
|
}
|
|
1623
|
-
}
|
|
1818
|
+
}
|
|
1819
|
+
]
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "javascript-module",
|
|
1823
|
+
"path": "src/react/history/history-search-item.ts",
|
|
1824
|
+
"declarations": [
|
|
1624
1825
|
{
|
|
1625
|
-
"kind": "
|
|
1626
|
-
"name": "
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1826
|
+
"kind": "variable",
|
|
1827
|
+
"name": "HistorySearchItem"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"exports": [
|
|
1632
1831
|
{
|
|
1633
1832
|
"kind": "js",
|
|
1634
|
-
"name": "
|
|
1833
|
+
"name": "default",
|
|
1635
1834
|
"declaration": {
|
|
1636
|
-
"name": "
|
|
1637
|
-
"module": "src/
|
|
1835
|
+
"name": "HistorySearchItem",
|
|
1836
|
+
"module": "src/react/history/history-search-item.ts"
|
|
1638
1837
|
}
|
|
1639
1838
|
}
|
|
1640
1839
|
]
|
|
1641
1840
|
},
|
|
1642
1841
|
{
|
|
1643
1842
|
"kind": "javascript-module",
|
|
1644
|
-
"path": "src/
|
|
1645
|
-
"declarations": [
|
|
1843
|
+
"path": "src/react/history/history-shell.ts",
|
|
1844
|
+
"declarations": [
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "variable",
|
|
1847
|
+
"name": "HistoryShell"
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1646
1850
|
"exports": [
|
|
1647
1851
|
{
|
|
1648
1852
|
"kind": "js",
|
|
1649
|
-
"name": "
|
|
1853
|
+
"name": "default",
|
|
1650
1854
|
"declaration": {
|
|
1651
|
-
"name": "
|
|
1652
|
-
"module": "
|
|
1855
|
+
"name": "HistoryShell",
|
|
1856
|
+
"module": "src/react/history/history-shell.ts"
|
|
1653
1857
|
}
|
|
1654
1858
|
}
|
|
1655
1859
|
]
|
|
1656
1860
|
},
|
|
1657
1861
|
{
|
|
1658
1862
|
"kind": "javascript-module",
|
|
1659
|
-
"path": "src/
|
|
1863
|
+
"path": "src/react/history/history-toolbar.ts",
|
|
1660
1864
|
"declarations": [
|
|
1661
1865
|
{
|
|
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"
|
|
1866
|
+
"kind": "variable",
|
|
1867
|
+
"name": "HistoryToolbar"
|
|
1679
1868
|
}
|
|
1680
1869
|
],
|
|
1681
1870
|
"exports": [
|
|
1682
1871
|
{
|
|
1683
1872
|
"kind": "js",
|
|
1684
|
-
"name": "
|
|
1685
|
-
"declaration": {
|
|
1686
|
-
"name": "cdnJs",
|
|
1687
|
-
"module": "src/globals/internal/storybook-cdn.ts"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"kind": "js",
|
|
1692
|
-
"name": "cdnCss",
|
|
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
|
]
|
|
@@ -2448,103 +2448,248 @@
|
|
|
2448
2448
|
},
|
|
2449
2449
|
{
|
|
2450
2450
|
"kind": "field",
|
|
2451
|
-
"name": "expanded",
|
|
2451
|
+
"name": "expanded",
|
|
2452
|
+
"type": {
|
|
2453
|
+
"text": "boolean"
|
|
2454
|
+
},
|
|
2455
|
+
"default": "false",
|
|
2456
|
+
"description": "Controlled expanded status",
|
|
2457
|
+
"attribute": "expanded"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "field",
|
|
2461
|
+
"name": "contentId",
|
|
2462
|
+
"privacy": "private",
|
|
2463
|
+
"default": "`transcript-content-${Math.random().toString(36).substr(2, 9)}`",
|
|
2464
|
+
"description": "Unique ID for aria-controls relationship"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "method",
|
|
2468
|
+
"name": "handleToggle",
|
|
2469
|
+
"privacy": "private",
|
|
2470
|
+
"return": {
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "void"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
"description": "Toggle transcript visibility\nDispatches event for parent to handle state change"
|
|
2476
|
+
}
|
|
2477
|
+
],
|
|
2478
|
+
"events": [
|
|
2479
|
+
{
|
|
2480
|
+
"name": "cds-aichat-transcript-toggle",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "CustomEvent"
|
|
2483
|
+
},
|
|
2484
|
+
"description": "Fired when transcript is expanded or collapsed"
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"attributes": [
|
|
2488
|
+
{
|
|
2489
|
+
"name": "text",
|
|
2490
|
+
"type": {
|
|
2491
|
+
"text": "string"
|
|
2492
|
+
},
|
|
2493
|
+
"default": "\"\"",
|
|
2494
|
+
"description": "The transcript text (supports markdown)",
|
|
2495
|
+
"fieldName": "text"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "label",
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "string"
|
|
2501
|
+
},
|
|
2502
|
+
"default": "\"Transcript\"",
|
|
2503
|
+
"description": "Optional label for the transcript (defaults to \"Transcript\")",
|
|
2504
|
+
"fieldName": "label"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "language",
|
|
2508
|
+
"type": {
|
|
2509
|
+
"text": "string"
|
|
2510
|
+
},
|
|
2511
|
+
"default": "\"\"",
|
|
2512
|
+
"description": "Optional language code",
|
|
2513
|
+
"fieldName": "language"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "show-label",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "string"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "\"Show\"",
|
|
2521
|
+
"description": "Label for showing transcript",
|
|
2522
|
+
"fieldName": "showLabel"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "hide-label",
|
|
2526
|
+
"type": {
|
|
2527
|
+
"text": "string"
|
|
2528
|
+
},
|
|
2529
|
+
"default": "\"Hide\"",
|
|
2530
|
+
"description": "Label for hiding transcript",
|
|
2531
|
+
"fieldName": "hideLabel"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "expanded",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "boolean"
|
|
2537
|
+
},
|
|
2538
|
+
"default": "false",
|
|
2539
|
+
"description": "Controlled expanded status",
|
|
2540
|
+
"fieldName": "expanded"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"superclass": {
|
|
2544
|
+
"name": "LitElement",
|
|
2545
|
+
"package": "lit"
|
|
2546
|
+
},
|
|
2547
|
+
"tagName": "cds-aichat-transcript",
|
|
2548
|
+
"customElement": true
|
|
2549
|
+
}
|
|
2550
|
+
],
|
|
2551
|
+
"exports": [
|
|
2552
|
+
{
|
|
2553
|
+
"kind": "js",
|
|
2554
|
+
"name": "default",
|
|
2555
|
+
"declaration": {
|
|
2556
|
+
"name": "Transcript",
|
|
2557
|
+
"module": "src/components/audio-player/src/transcript.ts"
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
]
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"kind": "javascript-module",
|
|
2564
|
+
"path": "src/components/carousel/src/carousel.ts",
|
|
2565
|
+
"declarations": [
|
|
2566
|
+
{
|
|
2567
|
+
"kind": "class",
|
|
2568
|
+
"description": "Carousel component",
|
|
2569
|
+
"name": "CDSAICarousel",
|
|
2570
|
+
"slots": [
|
|
2571
|
+
{
|
|
2572
|
+
"description": "The body",
|
|
2573
|
+
"name": "body"
|
|
2574
|
+
}
|
|
2575
|
+
],
|
|
2576
|
+
"members": [
|
|
2577
|
+
{
|
|
2578
|
+
"kind": "field",
|
|
2579
|
+
"name": "nextBtnText",
|
|
2580
|
+
"type": {
|
|
2581
|
+
"text": "string | undefined"
|
|
2582
|
+
},
|
|
2583
|
+
"description": "Text for the next button",
|
|
2584
|
+
"attribute": "nextBtnText"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"kind": "field",
|
|
2588
|
+
"name": "previousBtnText",
|
|
2589
|
+
"type": {
|
|
2590
|
+
"text": "string | undefined"
|
|
2591
|
+
},
|
|
2592
|
+
"description": "Text for the previous button",
|
|
2593
|
+
"attribute": "previousBtnText"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "field",
|
|
2597
|
+
"name": "container",
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "Array<HTMLElement> | undefined"
|
|
2600
|
+
},
|
|
2601
|
+
"privacy": "private"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "field",
|
|
2605
|
+
"name": "carousel",
|
|
2606
|
+
"type": {
|
|
2607
|
+
"text": "InitCarousel | undefined"
|
|
2608
|
+
},
|
|
2609
|
+
"privacy": "private"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"kind": "field",
|
|
2613
|
+
"name": "_currentIndex",
|
|
2614
|
+
"type": {
|
|
2615
|
+
"text": "number"
|
|
2616
|
+
},
|
|
2617
|
+
"privacy": "private",
|
|
2618
|
+
"default": "0"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "field",
|
|
2622
|
+
"name": "_lastIndex",
|
|
2452
2623
|
"type": {
|
|
2453
|
-
"text": "
|
|
2624
|
+
"text": "number"
|
|
2454
2625
|
},
|
|
2455
|
-
"
|
|
2456
|
-
"
|
|
2457
|
-
"attribute": "expanded"
|
|
2626
|
+
"privacy": "private",
|
|
2627
|
+
"default": "0"
|
|
2458
2628
|
},
|
|
2459
2629
|
{
|
|
2460
|
-
"kind": "
|
|
2461
|
-
"name": "
|
|
2462
|
-
"privacy": "private"
|
|
2463
|
-
"default": "`transcript-content-${Math.random().toString(36).substr(2, 9)}`",
|
|
2464
|
-
"description": "Unique ID for aria-controls relationship"
|
|
2630
|
+
"kind": "method",
|
|
2631
|
+
"name": "_handlePrev",
|
|
2632
|
+
"privacy": "private"
|
|
2465
2633
|
},
|
|
2466
2634
|
{
|
|
2467
2635
|
"kind": "method",
|
|
2468
|
-
"name": "
|
|
2636
|
+
"name": "_handleNext",
|
|
2637
|
+
"privacy": "private"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "method",
|
|
2641
|
+
"name": "_dispatchChange",
|
|
2469
2642
|
"privacy": "private",
|
|
2470
|
-
"
|
|
2471
|
-
|
|
2472
|
-
"
|
|
2643
|
+
"parameters": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "data",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "CarouselResponse"
|
|
2648
|
+
}
|
|
2473
2649
|
}
|
|
2474
|
-
|
|
2475
|
-
|
|
2650
|
+
]
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"kind": "field",
|
|
2654
|
+
"name": "eventOnChange",
|
|
2655
|
+
"static": true,
|
|
2656
|
+
"readonly": true
|
|
2476
2657
|
}
|
|
2477
2658
|
],
|
|
2478
2659
|
"events": [
|
|
2479
2660
|
{
|
|
2480
|
-
"name": "cds-aichat-transcript-toggle",
|
|
2481
2661
|
"type": {
|
|
2482
2662
|
"text": "CustomEvent"
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"description": "custom event for when the carousel changes",
|
|
2667
|
+
"name": "cds-aichat-carousel-onchange"
|
|
2485
2668
|
}
|
|
2486
2669
|
],
|
|
2487
2670
|
"attributes": [
|
|
2488
2671
|
{
|
|
2489
|
-
"name": "
|
|
2490
|
-
"type": {
|
|
2491
|
-
"text": "string"
|
|
2492
|
-
},
|
|
2493
|
-
"default": "\"\"",
|
|
2494
|
-
"description": "The transcript text (supports markdown)",
|
|
2495
|
-
"fieldName": "text"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"name": "label",
|
|
2499
|
-
"type": {
|
|
2500
|
-
"text": "string"
|
|
2501
|
-
},
|
|
2502
|
-
"default": "\"Transcript\"",
|
|
2503
|
-
"description": "Optional label for the transcript (defaults to \"Transcript\")",
|
|
2504
|
-
"fieldName": "label"
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"name": "language",
|
|
2508
|
-
"type": {
|
|
2509
|
-
"text": "string"
|
|
2510
|
-
},
|
|
2511
|
-
"default": "\"\"",
|
|
2512
|
-
"description": "Optional language code",
|
|
2513
|
-
"fieldName": "language"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "show-label",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "string"
|
|
2519
|
-
},
|
|
2520
|
-
"default": "\"Show\"",
|
|
2521
|
-
"description": "Label for showing transcript",
|
|
2522
|
-
"fieldName": "showLabel"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"name": "hide-label",
|
|
2672
|
+
"name": "nextBtnText",
|
|
2526
2673
|
"type": {
|
|
2527
|
-
"text": "string"
|
|
2674
|
+
"text": "string | undefined"
|
|
2528
2675
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2531
|
-
"fieldName": "hideLabel"
|
|
2676
|
+
"description": "Text for the next button",
|
|
2677
|
+
"fieldName": "nextBtnText"
|
|
2532
2678
|
},
|
|
2533
2679
|
{
|
|
2534
|
-
"name": "
|
|
2680
|
+
"name": "previousBtnText",
|
|
2535
2681
|
"type": {
|
|
2536
|
-
"text": "
|
|
2682
|
+
"text": "string | undefined"
|
|
2537
2683
|
},
|
|
2538
|
-
"
|
|
2539
|
-
"
|
|
2540
|
-
"fieldName": "expanded"
|
|
2684
|
+
"description": "Text for the previous button",
|
|
2685
|
+
"fieldName": "previousBtnText"
|
|
2541
2686
|
}
|
|
2542
2687
|
],
|
|
2543
2688
|
"superclass": {
|
|
2544
2689
|
"name": "LitElement",
|
|
2545
2690
|
"package": "lit"
|
|
2546
2691
|
},
|
|
2547
|
-
"tagName": "cds-aichat-
|
|
2692
|
+
"tagName": "cds-aichat-carousel",
|
|
2548
2693
|
"customElement": true
|
|
2549
2694
|
}
|
|
2550
2695
|
],
|
|
@@ -2553,8 +2698,8 @@
|
|
|
2553
2698
|
"kind": "js",
|
|
2554
2699
|
"name": "default",
|
|
2555
2700
|
"declaration": {
|
|
2556
|
-
"name": "
|
|
2557
|
-
"module": "src/components/
|
|
2701
|
+
"name": "CDSAICarousel",
|
|
2702
|
+
"module": "src/components/carousel/src/carousel.ts"
|
|
2558
2703
|
}
|
|
2559
2704
|
}
|
|
2560
2705
|
]
|
|
@@ -2804,151 +2949,6 @@
|
|
|
2804
2949
|
}
|
|
2805
2950
|
]
|
|
2806
2951
|
},
|
|
2807
|
-
{
|
|
2808
|
-
"kind": "javascript-module",
|
|
2809
|
-
"path": "src/components/carousel/src/carousel.ts",
|
|
2810
|
-
"declarations": [
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "class",
|
|
2813
|
-
"description": "Carousel component",
|
|
2814
|
-
"name": "CDSAICarousel",
|
|
2815
|
-
"slots": [
|
|
2816
|
-
{
|
|
2817
|
-
"description": "The body",
|
|
2818
|
-
"name": "body"
|
|
2819
|
-
}
|
|
2820
|
-
],
|
|
2821
|
-
"members": [
|
|
2822
|
-
{
|
|
2823
|
-
"kind": "field",
|
|
2824
|
-
"name": "nextBtnText",
|
|
2825
|
-
"type": {
|
|
2826
|
-
"text": "string | undefined"
|
|
2827
|
-
},
|
|
2828
|
-
"description": "Text for the next button",
|
|
2829
|
-
"attribute": "nextBtnText"
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"kind": "field",
|
|
2833
|
-
"name": "previousBtnText",
|
|
2834
|
-
"type": {
|
|
2835
|
-
"text": "string | undefined"
|
|
2836
|
-
},
|
|
2837
|
-
"description": "Text for the previous button",
|
|
2838
|
-
"attribute": "previousBtnText"
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"kind": "field",
|
|
2842
|
-
"name": "container",
|
|
2843
|
-
"type": {
|
|
2844
|
-
"text": "Array<HTMLElement> | undefined"
|
|
2845
|
-
},
|
|
2846
|
-
"privacy": "private"
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "field",
|
|
2850
|
-
"name": "carousel",
|
|
2851
|
-
"type": {
|
|
2852
|
-
"text": "InitCarousel | undefined"
|
|
2853
|
-
},
|
|
2854
|
-
"privacy": "private"
|
|
2855
|
-
},
|
|
2856
|
-
{
|
|
2857
|
-
"kind": "field",
|
|
2858
|
-
"name": "_currentIndex",
|
|
2859
|
-
"type": {
|
|
2860
|
-
"text": "number"
|
|
2861
|
-
},
|
|
2862
|
-
"privacy": "private",
|
|
2863
|
-
"default": "0"
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"kind": "field",
|
|
2867
|
-
"name": "_lastIndex",
|
|
2868
|
-
"type": {
|
|
2869
|
-
"text": "number"
|
|
2870
|
-
},
|
|
2871
|
-
"privacy": "private",
|
|
2872
|
-
"default": "0"
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"kind": "method",
|
|
2876
|
-
"name": "_handlePrev",
|
|
2877
|
-
"privacy": "private"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "method",
|
|
2881
|
-
"name": "_handleNext",
|
|
2882
|
-
"privacy": "private"
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"kind": "method",
|
|
2886
|
-
"name": "_dispatchChange",
|
|
2887
|
-
"privacy": "private",
|
|
2888
|
-
"parameters": [
|
|
2889
|
-
{
|
|
2890
|
-
"name": "data",
|
|
2891
|
-
"type": {
|
|
2892
|
-
"text": "CarouselResponse"
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
]
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "field",
|
|
2899
|
-
"name": "eventOnChange",
|
|
2900
|
-
"static": true,
|
|
2901
|
-
"readonly": true
|
|
2902
|
-
}
|
|
2903
|
-
],
|
|
2904
|
-
"events": [
|
|
2905
|
-
{
|
|
2906
|
-
"type": {
|
|
2907
|
-
"text": "CustomEvent"
|
|
2908
|
-
}
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"description": "custom event for when the carousel changes",
|
|
2912
|
-
"name": "cds-aichat-carousel-onchange"
|
|
2913
|
-
}
|
|
2914
|
-
],
|
|
2915
|
-
"attributes": [
|
|
2916
|
-
{
|
|
2917
|
-
"name": "nextBtnText",
|
|
2918
|
-
"type": {
|
|
2919
|
-
"text": "string | undefined"
|
|
2920
|
-
},
|
|
2921
|
-
"description": "Text for the next button",
|
|
2922
|
-
"fieldName": "nextBtnText"
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"name": "previousBtnText",
|
|
2926
|
-
"type": {
|
|
2927
|
-
"text": "string | undefined"
|
|
2928
|
-
},
|
|
2929
|
-
"description": "Text for the previous button",
|
|
2930
|
-
"fieldName": "previousBtnText"
|
|
2931
|
-
}
|
|
2932
|
-
],
|
|
2933
|
-
"superclass": {
|
|
2934
|
-
"name": "LitElement",
|
|
2935
|
-
"package": "lit"
|
|
2936
|
-
},
|
|
2937
|
-
"tagName": "cds-aichat-carousel",
|
|
2938
|
-
"customElement": true
|
|
2939
|
-
}
|
|
2940
|
-
],
|
|
2941
|
-
"exports": [
|
|
2942
|
-
{
|
|
2943
|
-
"kind": "js",
|
|
2944
|
-
"name": "default",
|
|
2945
|
-
"declaration": {
|
|
2946
|
-
"name": "CDSAICarousel",
|
|
2947
|
-
"module": "src/components/carousel/src/carousel.ts"
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
]
|
|
2951
|
-
},
|
|
2952
2952
|
{
|
|
2953
2953
|
"kind": "javascript-module",
|
|
2954
2954
|
"path": "src/components/chain-of-thought/src/chain-of-thought-step.ts",
|