@tylertech/forge 3.10.2 → 3.10.4-dev.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 +655 -655
- package/dist/lib.js +6 -6
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +90 -90
- package/dist/vscode.html-custom-data.json +33 -33
- package/esm/date-picker/base/base-date-picker-core.d.ts +1 -0
- package/esm/date-picker/base/base-date-picker-core.js +6 -3
- package/esm/date-range-picker/date-range-picker-core.d.ts +1 -0
- package/esm/date-range-picker/date-range-picker-core.js +5 -0
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/tabs/tab-bar/tab-bar-core.d.ts +1 -1
- package/esm/tabs/tab-bar/tab-bar-core.js +29 -24
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -1351,171 +1351,6 @@
|
|
|
1351
1351
|
}
|
|
1352
1352
|
]
|
|
1353
1353
|
},
|
|
1354
|
-
{
|
|
1355
|
-
"kind": "javascript-module",
|
|
1356
|
-
"path": "src/lib/banner/banner.ts",
|
|
1357
|
-
"declarations": [
|
|
1358
|
-
{
|
|
1359
|
-
"kind": "class",
|
|
1360
|
-
"description": "",
|
|
1361
|
-
"name": "BannerComponent",
|
|
1362
|
-
"cssProperties": [
|
|
1363
|
-
{
|
|
1364
|
-
"description": "The background color of the banner.",
|
|
1365
|
-
"name": "--forge-banner-background"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"description": "The text color of the banner.",
|
|
1369
|
-
"name": "--forge-banner-color"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"description": "The color of the icon.",
|
|
1373
|
-
"name": "--forge-banner-icon-color"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"description": "The gap between the contents.",
|
|
1377
|
-
"name": "--forge-banner-gap"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"description": "The inline padding.",
|
|
1381
|
-
"name": "--forge-banner-padding-inline"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"description": "The block padding.",
|
|
1385
|
-
"name": "--forge-banner-padding-block"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"description": "The transition duration.",
|
|
1389
|
-
"name": "--forge-banner-transition-duration"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"description": "The transition easing function.",
|
|
1393
|
-
"name": "--forge-banner-transition-easing"
|
|
1394
|
-
}
|
|
1395
|
-
],
|
|
1396
|
-
"slots": [
|
|
1397
|
-
{
|
|
1398
|
-
"description": "The content of the banner.",
|
|
1399
|
-
"name": ""
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"description": "The icon to display.",
|
|
1403
|
-
"name": "icon"
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"description": "The optional button to display.",
|
|
1407
|
-
"name": "button"
|
|
1408
|
-
}
|
|
1409
|
-
],
|
|
1410
|
-
"members": [
|
|
1411
|
-
{
|
|
1412
|
-
"kind": "field",
|
|
1413
|
-
"name": "dismissed",
|
|
1414
|
-
"type": {
|
|
1415
|
-
"text": "boolean"
|
|
1416
|
-
},
|
|
1417
|
-
"privacy": "public",
|
|
1418
|
-
"description": "Controls the visibility of the banner.",
|
|
1419
|
-
"default": "false"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "field",
|
|
1423
|
-
"name": "persistent",
|
|
1424
|
-
"type": {
|
|
1425
|
-
"text": "boolean"
|
|
1426
|
-
},
|
|
1427
|
-
"privacy": "public",
|
|
1428
|
-
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1429
|
-
"default": "false"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "field",
|
|
1433
|
-
"name": "theme",
|
|
1434
|
-
"type": {
|
|
1435
|
-
"text": "BannerTheme"
|
|
1436
|
-
},
|
|
1437
|
-
"privacy": "public",
|
|
1438
|
-
"description": "The theme of the banner.",
|
|
1439
|
-
"default": "\"info\""
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "field",
|
|
1443
|
-
"name": "canDismiss",
|
|
1444
|
-
"type": {
|
|
1445
|
-
"text": "boolean"
|
|
1446
|
-
},
|
|
1447
|
-
"privacy": "public",
|
|
1448
|
-
"deprecated": "Use `persistent` instead."
|
|
1449
|
-
}
|
|
1450
|
-
],
|
|
1451
|
-
"events": [
|
|
1452
|
-
{
|
|
1453
|
-
"type": {
|
|
1454
|
-
"text": "CustomEvent<void>"
|
|
1455
|
-
},
|
|
1456
|
-
"description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
|
|
1457
|
-
"name": "forge-banner-before-dismiss"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"type": {
|
|
1461
|
-
"text": "CustomEvent<void>"
|
|
1462
|
-
},
|
|
1463
|
-
"description": "Dispatched when the banner is dismissed.",
|
|
1464
|
-
"name": "forge-banner-dismissed"
|
|
1465
|
-
}
|
|
1466
|
-
],
|
|
1467
|
-
"attributes": [
|
|
1468
|
-
{
|
|
1469
|
-
"type": {
|
|
1470
|
-
"text": "boolean"
|
|
1471
|
-
},
|
|
1472
|
-
"description": "Controls the visibility of the banner.",
|
|
1473
|
-
"name": "dismissed",
|
|
1474
|
-
"default": "false"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"type": {
|
|
1478
|
-
"text": "boolean"
|
|
1479
|
-
},
|
|
1480
|
-
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1481
|
-
"name": "persistent",
|
|
1482
|
-
"default": "false"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"type": {
|
|
1486
|
-
"text": "BannerTheme"
|
|
1487
|
-
},
|
|
1488
|
-
"description": "The theme of the banner.",
|
|
1489
|
-
"name": "theme",
|
|
1490
|
-
"default": "\"info\""
|
|
1491
|
-
}
|
|
1492
|
-
],
|
|
1493
|
-
"superclass": {
|
|
1494
|
-
"name": "BaseComponent",
|
|
1495
|
-
"module": "/src/lib/core/base/base-component"
|
|
1496
|
-
},
|
|
1497
|
-
"tagName": "forge-banner",
|
|
1498
|
-
"customElement": true,
|
|
1499
|
-
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1500
|
-
"cssClasses": [
|
|
1501
|
-
{
|
|
1502
|
-
"name": "forge-banner",
|
|
1503
|
-
"description": "The banner class _(required)_."
|
|
1504
|
-
}
|
|
1505
|
-
]
|
|
1506
|
-
}
|
|
1507
|
-
],
|
|
1508
|
-
"exports": [
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "js",
|
|
1511
|
-
"name": "BannerComponent",
|
|
1512
|
-
"declaration": {
|
|
1513
|
-
"name": "BannerComponent",
|
|
1514
|
-
"module": "src/lib/banner/banner.ts"
|
|
1515
|
-
}
|
|
1516
|
-
}
|
|
1517
|
-
]
|
|
1518
|
-
},
|
|
1519
1354
|
{
|
|
1520
1355
|
"kind": "javascript-module",
|
|
1521
1356
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
@@ -1728,6 +1563,171 @@
|
|
|
1728
1563
|
}
|
|
1729
1564
|
]
|
|
1730
1565
|
},
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "javascript-module",
|
|
1568
|
+
"path": "src/lib/banner/banner.ts",
|
|
1569
|
+
"declarations": [
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "class",
|
|
1572
|
+
"description": "",
|
|
1573
|
+
"name": "BannerComponent",
|
|
1574
|
+
"cssProperties": [
|
|
1575
|
+
{
|
|
1576
|
+
"description": "The background color of the banner.",
|
|
1577
|
+
"name": "--forge-banner-background"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"description": "The text color of the banner.",
|
|
1581
|
+
"name": "--forge-banner-color"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"description": "The color of the icon.",
|
|
1585
|
+
"name": "--forge-banner-icon-color"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"description": "The gap between the contents.",
|
|
1589
|
+
"name": "--forge-banner-gap"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"description": "The inline padding.",
|
|
1593
|
+
"name": "--forge-banner-padding-inline"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"description": "The block padding.",
|
|
1597
|
+
"name": "--forge-banner-padding-block"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"description": "The transition duration.",
|
|
1601
|
+
"name": "--forge-banner-transition-duration"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"description": "The transition easing function.",
|
|
1605
|
+
"name": "--forge-banner-transition-easing"
|
|
1606
|
+
}
|
|
1607
|
+
],
|
|
1608
|
+
"slots": [
|
|
1609
|
+
{
|
|
1610
|
+
"description": "The content of the banner.",
|
|
1611
|
+
"name": ""
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"description": "The icon to display.",
|
|
1615
|
+
"name": "icon"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"description": "The optional button to display.",
|
|
1619
|
+
"name": "button"
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"members": [
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "field",
|
|
1625
|
+
"name": "dismissed",
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "boolean"
|
|
1628
|
+
},
|
|
1629
|
+
"privacy": "public",
|
|
1630
|
+
"description": "Controls the visibility of the banner.",
|
|
1631
|
+
"default": "false"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "field",
|
|
1635
|
+
"name": "persistent",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "boolean"
|
|
1638
|
+
},
|
|
1639
|
+
"privacy": "public",
|
|
1640
|
+
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1641
|
+
"default": "false"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"kind": "field",
|
|
1645
|
+
"name": "theme",
|
|
1646
|
+
"type": {
|
|
1647
|
+
"text": "BannerTheme"
|
|
1648
|
+
},
|
|
1649
|
+
"privacy": "public",
|
|
1650
|
+
"description": "The theme of the banner.",
|
|
1651
|
+
"default": "\"info\""
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "canDismiss",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"privacy": "public",
|
|
1660
|
+
"deprecated": "Use `persistent` instead."
|
|
1661
|
+
}
|
|
1662
|
+
],
|
|
1663
|
+
"events": [
|
|
1664
|
+
{
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "CustomEvent<void>"
|
|
1667
|
+
},
|
|
1668
|
+
"description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
|
|
1669
|
+
"name": "forge-banner-before-dismiss"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "CustomEvent<void>"
|
|
1674
|
+
},
|
|
1675
|
+
"description": "Dispatched when the banner is dismissed.",
|
|
1676
|
+
"name": "forge-banner-dismissed"
|
|
1677
|
+
}
|
|
1678
|
+
],
|
|
1679
|
+
"attributes": [
|
|
1680
|
+
{
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "boolean"
|
|
1683
|
+
},
|
|
1684
|
+
"description": "Controls the visibility of the banner.",
|
|
1685
|
+
"name": "dismissed",
|
|
1686
|
+
"default": "false"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"type": {
|
|
1690
|
+
"text": "boolean"
|
|
1691
|
+
},
|
|
1692
|
+
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1693
|
+
"name": "persistent",
|
|
1694
|
+
"default": "false"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "BannerTheme"
|
|
1699
|
+
},
|
|
1700
|
+
"description": "The theme of the banner.",
|
|
1701
|
+
"name": "theme",
|
|
1702
|
+
"default": "\"info\""
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"superclass": {
|
|
1706
|
+
"name": "BaseComponent",
|
|
1707
|
+
"module": "/src/lib/core/base/base-component"
|
|
1708
|
+
},
|
|
1709
|
+
"tagName": "forge-banner",
|
|
1710
|
+
"customElement": true,
|
|
1711
|
+
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1712
|
+
"cssClasses": [
|
|
1713
|
+
{
|
|
1714
|
+
"name": "forge-banner",
|
|
1715
|
+
"description": "The banner class _(required)_."
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"exports": [
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "js",
|
|
1723
|
+
"name": "BannerComponent",
|
|
1724
|
+
"declaration": {
|
|
1725
|
+
"name": "BannerComponent",
|
|
1726
|
+
"module": "src/lib/banner/banner.ts"
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
1731
|
{
|
|
1732
1732
|
"kind": "javascript-module",
|
|
1733
1733
|
"path": "src/lib/button/button.ts",
|
|
@@ -10201,6 +10201,148 @@
|
|
|
10201
10201
|
}
|
|
10202
10202
|
]
|
|
10203
10203
|
},
|
|
10204
|
+
{
|
|
10205
|
+
"kind": "javascript-module",
|
|
10206
|
+
"path": "src/lib/inline-message/inline-message.ts",
|
|
10207
|
+
"declarations": [
|
|
10208
|
+
{
|
|
10209
|
+
"kind": "class",
|
|
10210
|
+
"description": "",
|
|
10211
|
+
"name": "InlineMessageComponent",
|
|
10212
|
+
"cssProperties": [
|
|
10213
|
+
{
|
|
10214
|
+
"description": "The background color.",
|
|
10215
|
+
"name": "--forge-inline-message-background"
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"description": "The text color.",
|
|
10219
|
+
"name": "--forge-inline-message-color"
|
|
10220
|
+
},
|
|
10221
|
+
{
|
|
10222
|
+
"description": "The shape (border) radius.",
|
|
10223
|
+
"name": "--forge-inline-message-shape"
|
|
10224
|
+
},
|
|
10225
|
+
{
|
|
10226
|
+
"description": "The padding around the content.",
|
|
10227
|
+
"name": "--forge-inline-message-padding"
|
|
10228
|
+
},
|
|
10229
|
+
{
|
|
10230
|
+
"description": "The inline padding around the content.",
|
|
10231
|
+
"name": "--forge-inline-message-padding-inline"
|
|
10232
|
+
},
|
|
10233
|
+
{
|
|
10234
|
+
"description": "The block padding around the content.",
|
|
10235
|
+
"name": "--forge-inline-message-padding-block"
|
|
10236
|
+
},
|
|
10237
|
+
{
|
|
10238
|
+
"description": "The border width.",
|
|
10239
|
+
"name": "--forge-inline-message-border-width"
|
|
10240
|
+
},
|
|
10241
|
+
{
|
|
10242
|
+
"description": "The border style. Defaults to `none`.",
|
|
10243
|
+
"name": "--forge-inline-message-border-style"
|
|
10244
|
+
},
|
|
10245
|
+
{
|
|
10246
|
+
"description": "The border color.",
|
|
10247
|
+
"name": "--forge-inline-message-border-color"
|
|
10248
|
+
},
|
|
10249
|
+
{
|
|
10250
|
+
"description": "The gap/space between the content elements.",
|
|
10251
|
+
"name": "--forge-inline-message-gap"
|
|
10252
|
+
},
|
|
10253
|
+
{
|
|
10254
|
+
"description": "The gap/space between the icon and the content.",
|
|
10255
|
+
"name": "--forge-inline-message-icon-gap"
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"description": "The gap/space between the title and the message.",
|
|
10259
|
+
"name": "--forge-inline-message-content-gap"
|
|
10260
|
+
},
|
|
10261
|
+
{
|
|
10262
|
+
"description": "The icon color.",
|
|
10263
|
+
"name": "--forge-inline-message-icon-color"
|
|
10264
|
+
}
|
|
10265
|
+
],
|
|
10266
|
+
"cssParts": [
|
|
10267
|
+
{
|
|
10268
|
+
"description": "The root layout element.",
|
|
10269
|
+
"name": "root"
|
|
10270
|
+
},
|
|
10271
|
+
{
|
|
10272
|
+
"description": "The container element for the title and message content.",
|
|
10273
|
+
"name": "container"
|
|
10274
|
+
}
|
|
10275
|
+
],
|
|
10276
|
+
"slots": [
|
|
10277
|
+
{
|
|
10278
|
+
"description": "The message text.",
|
|
10279
|
+
"name": ""
|
|
10280
|
+
},
|
|
10281
|
+
{
|
|
10282
|
+
"description": "The title of the inline message.",
|
|
10283
|
+
"name": "title"
|
|
10284
|
+
},
|
|
10285
|
+
{
|
|
10286
|
+
"description": "The icon to display.",
|
|
10287
|
+
"name": "icon"
|
|
10288
|
+
}
|
|
10289
|
+
],
|
|
10290
|
+
"members": [
|
|
10291
|
+
{
|
|
10292
|
+
"kind": "field",
|
|
10293
|
+
"name": "theme",
|
|
10294
|
+
"type": {
|
|
10295
|
+
"text": "InlineMessageTheme"
|
|
10296
|
+
},
|
|
10297
|
+
"privacy": "public",
|
|
10298
|
+
"description": "The theme to apply.",
|
|
10299
|
+
"default": "\"info\""
|
|
10300
|
+
}
|
|
10301
|
+
],
|
|
10302
|
+
"attributes": [
|
|
10303
|
+
{
|
|
10304
|
+
"type": {
|
|
10305
|
+
"text": "InlineMessageTheme"
|
|
10306
|
+
},
|
|
10307
|
+
"description": "The theme to apply.",
|
|
10308
|
+
"name": "theme",
|
|
10309
|
+
"default": "\"info\""
|
|
10310
|
+
}
|
|
10311
|
+
],
|
|
10312
|
+
"superclass": {
|
|
10313
|
+
"name": "BaseComponent",
|
|
10314
|
+
"module": "/src/lib/core/base/base-component"
|
|
10315
|
+
},
|
|
10316
|
+
"tagName": "forge-inline-message",
|
|
10317
|
+
"customElement": true,
|
|
10318
|
+
"summary": "Inline messages are used to provide feedback to the user about a specific action or state.",
|
|
10319
|
+
"cssClasses": [
|
|
10320
|
+
{
|
|
10321
|
+
"name": "forge-inline-message",
|
|
10322
|
+
"description": "The inline message container element."
|
|
10323
|
+
},
|
|
10324
|
+
{
|
|
10325
|
+
"name": "forge-inline-message__title",
|
|
10326
|
+
"description": "The title element."
|
|
10327
|
+
},
|
|
10328
|
+
{
|
|
10329
|
+
"name": "forge-inline-message__icon",
|
|
10330
|
+
"description": "The icon element."
|
|
10331
|
+
}
|
|
10332
|
+
]
|
|
10333
|
+
}
|
|
10334
|
+
],
|
|
10335
|
+
"exports": [
|
|
10336
|
+
{
|
|
10337
|
+
"kind": "js",
|
|
10338
|
+
"name": "InlineMessageComponent",
|
|
10339
|
+
"declaration": {
|
|
10340
|
+
"name": "InlineMessageComponent",
|
|
10341
|
+
"module": "src/lib/inline-message/inline-message.ts"
|
|
10342
|
+
}
|
|
10343
|
+
}
|
|
10344
|
+
]
|
|
10345
|
+
},
|
|
10204
10346
|
{
|
|
10205
10347
|
"kind": "javascript-module",
|
|
10206
10348
|
"path": "src/lib/icon-button/icon-button.ts",
|
|
@@ -10803,148 +10945,6 @@
|
|
|
10803
10945
|
}
|
|
10804
10946
|
]
|
|
10805
10947
|
},
|
|
10806
|
-
{
|
|
10807
|
-
"kind": "javascript-module",
|
|
10808
|
-
"path": "src/lib/inline-message/inline-message.ts",
|
|
10809
|
-
"declarations": [
|
|
10810
|
-
{
|
|
10811
|
-
"kind": "class",
|
|
10812
|
-
"description": "",
|
|
10813
|
-
"name": "InlineMessageComponent",
|
|
10814
|
-
"cssProperties": [
|
|
10815
|
-
{
|
|
10816
|
-
"description": "The background color.",
|
|
10817
|
-
"name": "--forge-inline-message-background"
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"description": "The text color.",
|
|
10821
|
-
"name": "--forge-inline-message-color"
|
|
10822
|
-
},
|
|
10823
|
-
{
|
|
10824
|
-
"description": "The shape (border) radius.",
|
|
10825
|
-
"name": "--forge-inline-message-shape"
|
|
10826
|
-
},
|
|
10827
|
-
{
|
|
10828
|
-
"description": "The padding around the content.",
|
|
10829
|
-
"name": "--forge-inline-message-padding"
|
|
10830
|
-
},
|
|
10831
|
-
{
|
|
10832
|
-
"description": "The inline padding around the content.",
|
|
10833
|
-
"name": "--forge-inline-message-padding-inline"
|
|
10834
|
-
},
|
|
10835
|
-
{
|
|
10836
|
-
"description": "The block padding around the content.",
|
|
10837
|
-
"name": "--forge-inline-message-padding-block"
|
|
10838
|
-
},
|
|
10839
|
-
{
|
|
10840
|
-
"description": "The border width.",
|
|
10841
|
-
"name": "--forge-inline-message-border-width"
|
|
10842
|
-
},
|
|
10843
|
-
{
|
|
10844
|
-
"description": "The border style. Defaults to `none`.",
|
|
10845
|
-
"name": "--forge-inline-message-border-style"
|
|
10846
|
-
},
|
|
10847
|
-
{
|
|
10848
|
-
"description": "The border color.",
|
|
10849
|
-
"name": "--forge-inline-message-border-color"
|
|
10850
|
-
},
|
|
10851
|
-
{
|
|
10852
|
-
"description": "The gap/space between the content elements.",
|
|
10853
|
-
"name": "--forge-inline-message-gap"
|
|
10854
|
-
},
|
|
10855
|
-
{
|
|
10856
|
-
"description": "The gap/space between the icon and the content.",
|
|
10857
|
-
"name": "--forge-inline-message-icon-gap"
|
|
10858
|
-
},
|
|
10859
|
-
{
|
|
10860
|
-
"description": "The gap/space between the title and the message.",
|
|
10861
|
-
"name": "--forge-inline-message-content-gap"
|
|
10862
|
-
},
|
|
10863
|
-
{
|
|
10864
|
-
"description": "The icon color.",
|
|
10865
|
-
"name": "--forge-inline-message-icon-color"
|
|
10866
|
-
}
|
|
10867
|
-
],
|
|
10868
|
-
"cssParts": [
|
|
10869
|
-
{
|
|
10870
|
-
"description": "The root layout element.",
|
|
10871
|
-
"name": "root"
|
|
10872
|
-
},
|
|
10873
|
-
{
|
|
10874
|
-
"description": "The container element for the title and message content.",
|
|
10875
|
-
"name": "container"
|
|
10876
|
-
}
|
|
10877
|
-
],
|
|
10878
|
-
"slots": [
|
|
10879
|
-
{
|
|
10880
|
-
"description": "The message text.",
|
|
10881
|
-
"name": ""
|
|
10882
|
-
},
|
|
10883
|
-
{
|
|
10884
|
-
"description": "The title of the inline message.",
|
|
10885
|
-
"name": "title"
|
|
10886
|
-
},
|
|
10887
|
-
{
|
|
10888
|
-
"description": "The icon to display.",
|
|
10889
|
-
"name": "icon"
|
|
10890
|
-
}
|
|
10891
|
-
],
|
|
10892
|
-
"members": [
|
|
10893
|
-
{
|
|
10894
|
-
"kind": "field",
|
|
10895
|
-
"name": "theme",
|
|
10896
|
-
"type": {
|
|
10897
|
-
"text": "InlineMessageTheme"
|
|
10898
|
-
},
|
|
10899
|
-
"privacy": "public",
|
|
10900
|
-
"description": "The theme to apply.",
|
|
10901
|
-
"default": "\"info\""
|
|
10902
|
-
}
|
|
10903
|
-
],
|
|
10904
|
-
"attributes": [
|
|
10905
|
-
{
|
|
10906
|
-
"type": {
|
|
10907
|
-
"text": "InlineMessageTheme"
|
|
10908
|
-
},
|
|
10909
|
-
"description": "The theme to apply.",
|
|
10910
|
-
"name": "theme",
|
|
10911
|
-
"default": "\"info\""
|
|
10912
|
-
}
|
|
10913
|
-
],
|
|
10914
|
-
"superclass": {
|
|
10915
|
-
"name": "BaseComponent",
|
|
10916
|
-
"module": "/src/lib/core/base/base-component"
|
|
10917
|
-
},
|
|
10918
|
-
"tagName": "forge-inline-message",
|
|
10919
|
-
"customElement": true,
|
|
10920
|
-
"summary": "Inline messages are used to provide feedback to the user about a specific action or state.",
|
|
10921
|
-
"cssClasses": [
|
|
10922
|
-
{
|
|
10923
|
-
"name": "forge-inline-message",
|
|
10924
|
-
"description": "The inline message container element."
|
|
10925
|
-
},
|
|
10926
|
-
{
|
|
10927
|
-
"name": "forge-inline-message__title",
|
|
10928
|
-
"description": "The title element."
|
|
10929
|
-
},
|
|
10930
|
-
{
|
|
10931
|
-
"name": "forge-inline-message__icon",
|
|
10932
|
-
"description": "The icon element."
|
|
10933
|
-
}
|
|
10934
|
-
]
|
|
10935
|
-
}
|
|
10936
|
-
],
|
|
10937
|
-
"exports": [
|
|
10938
|
-
{
|
|
10939
|
-
"kind": "js",
|
|
10940
|
-
"name": "InlineMessageComponent",
|
|
10941
|
-
"declaration": {
|
|
10942
|
-
"name": "InlineMessageComponent",
|
|
10943
|
-
"module": "src/lib/inline-message/inline-message.ts"
|
|
10944
|
-
}
|
|
10945
|
-
}
|
|
10946
|
-
]
|
|
10947
|
-
},
|
|
10948
10948
|
{
|
|
10949
10949
|
"kind": "javascript-module",
|
|
10950
10950
|
"path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
|
|
@@ -21904,186 +21904,6 @@
|
|
|
21904
21904
|
}
|
|
21905
21905
|
]
|
|
21906
21906
|
},
|
|
21907
|
-
{
|
|
21908
|
-
"kind": "javascript-module",
|
|
21909
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
21910
|
-
"declarations": [
|
|
21911
|
-
{
|
|
21912
|
-
"kind": "class",
|
|
21913
|
-
"description": "",
|
|
21914
|
-
"name": "AppBarSearchComponent",
|
|
21915
|
-
"cssProperties": [
|
|
21916
|
-
{
|
|
21917
|
-
"description": "Controls the border-color of the container outline, the font-color, and icon color.",
|
|
21918
|
-
"name": "--forge-theme-on-primary"
|
|
21919
|
-
},
|
|
21920
|
-
{
|
|
21921
|
-
"description": "Controls the font color of the buttons.",
|
|
21922
|
-
"name": "--forge-theme-on-surface"
|
|
21923
|
-
},
|
|
21924
|
-
{
|
|
21925
|
-
"description": "Controls the placeholder font color.",
|
|
21926
|
-
"name": "--forge-theme-text-medium"
|
|
21927
|
-
},
|
|
21928
|
-
{
|
|
21929
|
-
"description": "Controls the background-color of the container.",
|
|
21930
|
-
"name": "--forge-app-bar-search-theme-background"
|
|
21931
|
-
},
|
|
21932
|
-
{
|
|
21933
|
-
"description": "Controls the focused background-color of the container.",
|
|
21934
|
-
"name": "--forge-app-bar-search-theme-background-focused"
|
|
21935
|
-
},
|
|
21936
|
-
{
|
|
21937
|
-
"description": "Controls the hover opacity of the outline.",
|
|
21938
|
-
"name": "--forge-app-bar-search-theme-hover-opacity"
|
|
21939
|
-
},
|
|
21940
|
-
{
|
|
21941
|
-
"description": "Controls the disabled opacity of the component.",
|
|
21942
|
-
"name": "--forge-app-bar-search-theme-disabled-opacity"
|
|
21943
|
-
}
|
|
21944
|
-
],
|
|
21945
|
-
"cssParts": [
|
|
21946
|
-
{
|
|
21947
|
-
"description": "The root element",
|
|
21948
|
-
"name": "root"
|
|
21949
|
-
},
|
|
21950
|
-
{
|
|
21951
|
-
"description": "The input container element.",
|
|
21952
|
-
"name": "container"
|
|
21953
|
-
},
|
|
21954
|
-
{
|
|
21955
|
-
"description": "The icon container element.",
|
|
21956
|
-
"name": "icon-container"
|
|
21957
|
-
},
|
|
21958
|
-
{
|
|
21959
|
-
"description": "The <forge-icon> element.",
|
|
21960
|
-
"name": "icon"
|
|
21961
|
-
},
|
|
21962
|
-
{
|
|
21963
|
-
"description": "The context container element.",
|
|
21964
|
-
"name": "context"
|
|
21965
|
-
},
|
|
21966
|
-
{
|
|
21967
|
-
"description": "The context divider element.",
|
|
21968
|
-
"name": "context-divider"
|
|
21969
|
-
},
|
|
21970
|
-
{
|
|
21971
|
-
"description": "The context button element.",
|
|
21972
|
-
"name": "context-button"
|
|
21973
|
-
},
|
|
21974
|
-
{
|
|
21975
|
-
"description": "The context button text element.",
|
|
21976
|
-
"name": "context-button-text"
|
|
21977
|
-
},
|
|
21978
|
-
{
|
|
21979
|
-
"description": "The context button icon element.",
|
|
21980
|
-
"name": "context-button-icon"
|
|
21981
|
-
},
|
|
21982
|
-
{
|
|
21983
|
-
"description": "The global icon container element.",
|
|
21984
|
-
"name": "global-icon-container"
|
|
21985
|
-
},
|
|
21986
|
-
{
|
|
21987
|
-
"description": "The global icon <forge-icon> element.",
|
|
21988
|
-
"name": "global-icon"
|
|
21989
|
-
},
|
|
21990
|
-
{
|
|
21991
|
-
"description": "The action container element around the slot.",
|
|
21992
|
-
"name": "actions-container"
|
|
21993
|
-
}
|
|
21994
|
-
],
|
|
21995
|
-
"slots": [
|
|
21996
|
-
{
|
|
21997
|
-
"description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
|
|
21998
|
-
"name": ""
|
|
21999
|
-
},
|
|
22000
|
-
{
|
|
22001
|
-
"description": "Places actions at the end of the input.",
|
|
22002
|
-
"name": "action"
|
|
22003
|
-
}
|
|
22004
|
-
],
|
|
22005
|
-
"members": [
|
|
22006
|
-
{
|
|
22007
|
-
"kind": "field",
|
|
22008
|
-
"name": "value",
|
|
22009
|
-
"type": {
|
|
22010
|
-
"text": "string"
|
|
22011
|
-
},
|
|
22012
|
-
"privacy": "public",
|
|
22013
|
-
"description": "The value of the input."
|
|
22014
|
-
},
|
|
22015
|
-
{
|
|
22016
|
-
"kind": "field",
|
|
22017
|
-
"name": "disabled",
|
|
22018
|
-
"type": {
|
|
22019
|
-
"text": "boolean"
|
|
22020
|
-
},
|
|
22021
|
-
"privacy": "public",
|
|
22022
|
-
"description": "A boolean property that, if true, indicates that the input should be disabled.",
|
|
22023
|
-
"default": "false"
|
|
22024
|
-
},
|
|
22025
|
-
{
|
|
22026
|
-
"kind": "field",
|
|
22027
|
-
"name": "placeholder",
|
|
22028
|
-
"type": {
|
|
22029
|
-
"text": "string"
|
|
22030
|
-
},
|
|
22031
|
-
"privacy": "public",
|
|
22032
|
-
"description": "The placeholder text of the input."
|
|
22033
|
-
}
|
|
22034
|
-
],
|
|
22035
|
-
"events": [
|
|
22036
|
-
{
|
|
22037
|
-
"type": {
|
|
22038
|
-
"text": "CustomEvent<IAppBarSearchInputEventData>"
|
|
22039
|
-
},
|
|
22040
|
-
"description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
|
|
22041
|
-
"name": "forge-app-bar-search-input"
|
|
22042
|
-
}
|
|
22043
|
-
],
|
|
22044
|
-
"attributes": [
|
|
22045
|
-
{
|
|
22046
|
-
"type": {
|
|
22047
|
-
"text": "boolean"
|
|
22048
|
-
},
|
|
22049
|
-
"description": "A boolean attribute that, if present, indicates that the input should be disabled.",
|
|
22050
|
-
"name": "disabled",
|
|
22051
|
-
"default": "false"
|
|
22052
|
-
},
|
|
22053
|
-
{
|
|
22054
|
-
"type": {
|
|
22055
|
-
"text": "string"
|
|
22056
|
-
},
|
|
22057
|
-
"description": "The value of the input.",
|
|
22058
|
-
"name": "value"
|
|
22059
|
-
},
|
|
22060
|
-
{
|
|
22061
|
-
"type": {
|
|
22062
|
-
"text": "string"
|
|
22063
|
-
},
|
|
22064
|
-
"description": "The placeholder text of the input.",
|
|
22065
|
-
"name": "placeholder"
|
|
22066
|
-
}
|
|
22067
|
-
],
|
|
22068
|
-
"superclass": {
|
|
22069
|
-
"name": "BaseComponent",
|
|
22070
|
-
"module": "/src/lib/core/base/base-component"
|
|
22071
|
-
},
|
|
22072
|
-
"tagName": "forge-app-bar-search",
|
|
22073
|
-
"customElement": true
|
|
22074
|
-
}
|
|
22075
|
-
],
|
|
22076
|
-
"exports": [
|
|
22077
|
-
{
|
|
22078
|
-
"kind": "js",
|
|
22079
|
-
"name": "AppBarSearchComponent",
|
|
22080
|
-
"declaration": {
|
|
22081
|
-
"name": "AppBarSearchComponent",
|
|
22082
|
-
"module": "src/lib/app-bar/search/app-bar-search.ts"
|
|
22083
|
-
}
|
|
22084
|
-
}
|
|
22085
|
-
]
|
|
22086
|
-
},
|
|
22087
21907
|
{
|
|
22088
21908
|
"kind": "javascript-module",
|
|
22089
21909
|
"path": "src/lib/button/base/base-button.ts",
|
|
@@ -22274,6 +22094,186 @@
|
|
|
22274
22094
|
}
|
|
22275
22095
|
]
|
|
22276
22096
|
},
|
|
22097
|
+
{
|
|
22098
|
+
"kind": "javascript-module",
|
|
22099
|
+
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
22100
|
+
"declarations": [
|
|
22101
|
+
{
|
|
22102
|
+
"kind": "class",
|
|
22103
|
+
"description": "",
|
|
22104
|
+
"name": "AppBarSearchComponent",
|
|
22105
|
+
"cssProperties": [
|
|
22106
|
+
{
|
|
22107
|
+
"description": "Controls the border-color of the container outline, the font-color, and icon color.",
|
|
22108
|
+
"name": "--forge-theme-on-primary"
|
|
22109
|
+
},
|
|
22110
|
+
{
|
|
22111
|
+
"description": "Controls the font color of the buttons.",
|
|
22112
|
+
"name": "--forge-theme-on-surface"
|
|
22113
|
+
},
|
|
22114
|
+
{
|
|
22115
|
+
"description": "Controls the placeholder font color.",
|
|
22116
|
+
"name": "--forge-theme-text-medium"
|
|
22117
|
+
},
|
|
22118
|
+
{
|
|
22119
|
+
"description": "Controls the background-color of the container.",
|
|
22120
|
+
"name": "--forge-app-bar-search-theme-background"
|
|
22121
|
+
},
|
|
22122
|
+
{
|
|
22123
|
+
"description": "Controls the focused background-color of the container.",
|
|
22124
|
+
"name": "--forge-app-bar-search-theme-background-focused"
|
|
22125
|
+
},
|
|
22126
|
+
{
|
|
22127
|
+
"description": "Controls the hover opacity of the outline.",
|
|
22128
|
+
"name": "--forge-app-bar-search-theme-hover-opacity"
|
|
22129
|
+
},
|
|
22130
|
+
{
|
|
22131
|
+
"description": "Controls the disabled opacity of the component.",
|
|
22132
|
+
"name": "--forge-app-bar-search-theme-disabled-opacity"
|
|
22133
|
+
}
|
|
22134
|
+
],
|
|
22135
|
+
"cssParts": [
|
|
22136
|
+
{
|
|
22137
|
+
"description": "The root element",
|
|
22138
|
+
"name": "root"
|
|
22139
|
+
},
|
|
22140
|
+
{
|
|
22141
|
+
"description": "The input container element.",
|
|
22142
|
+
"name": "container"
|
|
22143
|
+
},
|
|
22144
|
+
{
|
|
22145
|
+
"description": "The icon container element.",
|
|
22146
|
+
"name": "icon-container"
|
|
22147
|
+
},
|
|
22148
|
+
{
|
|
22149
|
+
"description": "The <forge-icon> element.",
|
|
22150
|
+
"name": "icon"
|
|
22151
|
+
},
|
|
22152
|
+
{
|
|
22153
|
+
"description": "The context container element.",
|
|
22154
|
+
"name": "context"
|
|
22155
|
+
},
|
|
22156
|
+
{
|
|
22157
|
+
"description": "The context divider element.",
|
|
22158
|
+
"name": "context-divider"
|
|
22159
|
+
},
|
|
22160
|
+
{
|
|
22161
|
+
"description": "The context button element.",
|
|
22162
|
+
"name": "context-button"
|
|
22163
|
+
},
|
|
22164
|
+
{
|
|
22165
|
+
"description": "The context button text element.",
|
|
22166
|
+
"name": "context-button-text"
|
|
22167
|
+
},
|
|
22168
|
+
{
|
|
22169
|
+
"description": "The context button icon element.",
|
|
22170
|
+
"name": "context-button-icon"
|
|
22171
|
+
},
|
|
22172
|
+
{
|
|
22173
|
+
"description": "The global icon container element.",
|
|
22174
|
+
"name": "global-icon-container"
|
|
22175
|
+
},
|
|
22176
|
+
{
|
|
22177
|
+
"description": "The global icon <forge-icon> element.",
|
|
22178
|
+
"name": "global-icon"
|
|
22179
|
+
},
|
|
22180
|
+
{
|
|
22181
|
+
"description": "The action container element around the slot.",
|
|
22182
|
+
"name": "actions-container"
|
|
22183
|
+
}
|
|
22184
|
+
],
|
|
22185
|
+
"slots": [
|
|
22186
|
+
{
|
|
22187
|
+
"description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
|
|
22188
|
+
"name": ""
|
|
22189
|
+
},
|
|
22190
|
+
{
|
|
22191
|
+
"description": "Places actions at the end of the input.",
|
|
22192
|
+
"name": "action"
|
|
22193
|
+
}
|
|
22194
|
+
],
|
|
22195
|
+
"members": [
|
|
22196
|
+
{
|
|
22197
|
+
"kind": "field",
|
|
22198
|
+
"name": "value",
|
|
22199
|
+
"type": {
|
|
22200
|
+
"text": "string"
|
|
22201
|
+
},
|
|
22202
|
+
"privacy": "public",
|
|
22203
|
+
"description": "The value of the input."
|
|
22204
|
+
},
|
|
22205
|
+
{
|
|
22206
|
+
"kind": "field",
|
|
22207
|
+
"name": "disabled",
|
|
22208
|
+
"type": {
|
|
22209
|
+
"text": "boolean"
|
|
22210
|
+
},
|
|
22211
|
+
"privacy": "public",
|
|
22212
|
+
"description": "A boolean property that, if true, indicates that the input should be disabled.",
|
|
22213
|
+
"default": "false"
|
|
22214
|
+
},
|
|
22215
|
+
{
|
|
22216
|
+
"kind": "field",
|
|
22217
|
+
"name": "placeholder",
|
|
22218
|
+
"type": {
|
|
22219
|
+
"text": "string"
|
|
22220
|
+
},
|
|
22221
|
+
"privacy": "public",
|
|
22222
|
+
"description": "The placeholder text of the input."
|
|
22223
|
+
}
|
|
22224
|
+
],
|
|
22225
|
+
"events": [
|
|
22226
|
+
{
|
|
22227
|
+
"type": {
|
|
22228
|
+
"text": "CustomEvent<IAppBarSearchInputEventData>"
|
|
22229
|
+
},
|
|
22230
|
+
"description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
|
|
22231
|
+
"name": "forge-app-bar-search-input"
|
|
22232
|
+
}
|
|
22233
|
+
],
|
|
22234
|
+
"attributes": [
|
|
22235
|
+
{
|
|
22236
|
+
"type": {
|
|
22237
|
+
"text": "boolean"
|
|
22238
|
+
},
|
|
22239
|
+
"description": "A boolean attribute that, if present, indicates that the input should be disabled.",
|
|
22240
|
+
"name": "disabled",
|
|
22241
|
+
"default": "false"
|
|
22242
|
+
},
|
|
22243
|
+
{
|
|
22244
|
+
"type": {
|
|
22245
|
+
"text": "string"
|
|
22246
|
+
},
|
|
22247
|
+
"description": "The value of the input.",
|
|
22248
|
+
"name": "value"
|
|
22249
|
+
},
|
|
22250
|
+
{
|
|
22251
|
+
"type": {
|
|
22252
|
+
"text": "string"
|
|
22253
|
+
},
|
|
22254
|
+
"description": "The placeholder text of the input.",
|
|
22255
|
+
"name": "placeholder"
|
|
22256
|
+
}
|
|
22257
|
+
],
|
|
22258
|
+
"superclass": {
|
|
22259
|
+
"name": "BaseComponent",
|
|
22260
|
+
"module": "/src/lib/core/base/base-component"
|
|
22261
|
+
},
|
|
22262
|
+
"tagName": "forge-app-bar-search",
|
|
22263
|
+
"customElement": true
|
|
22264
|
+
}
|
|
22265
|
+
],
|
|
22266
|
+
"exports": [
|
|
22267
|
+
{
|
|
22268
|
+
"kind": "js",
|
|
22269
|
+
"name": "AppBarSearchComponent",
|
|
22270
|
+
"declaration": {
|
|
22271
|
+
"name": "AppBarSearchComponent",
|
|
22272
|
+
"module": "src/lib/app-bar/search/app-bar-search.ts"
|
|
22273
|
+
}
|
|
22274
|
+
}
|
|
22275
|
+
]
|
|
22276
|
+
},
|
|
22277
22277
|
{
|
|
22278
22278
|
"kind": "javascript-module",
|
|
22279
22279
|
"path": "src/lib/button-toggle/button-toggle/button-toggle.ts",
|
|
@@ -24898,91 +24898,6 @@
|
|
|
24898
24898
|
}
|
|
24899
24899
|
]
|
|
24900
24900
|
},
|
|
24901
|
-
{
|
|
24902
|
-
"kind": "javascript-module",
|
|
24903
|
-
"path": "src/lib/drawer/base/base-drawer.ts",
|
|
24904
|
-
"declarations": [
|
|
24905
|
-
{
|
|
24906
|
-
"kind": "class",
|
|
24907
|
-
"description": "",
|
|
24908
|
-
"name": "BaseDrawerComponent",
|
|
24909
|
-
"members": [
|
|
24910
|
-
{
|
|
24911
|
-
"kind": "field",
|
|
24912
|
-
"name": "open",
|
|
24913
|
-
"type": {
|
|
24914
|
-
"text": "boolean"
|
|
24915
|
-
},
|
|
24916
|
-
"privacy": "public",
|
|
24917
|
-
"description": "Toggles whether the drawer is visible or not.",
|
|
24918
|
-
"default": "false",
|
|
24919
|
-
"attribute": "open"
|
|
24920
|
-
},
|
|
24921
|
-
{
|
|
24922
|
-
"kind": "field",
|
|
24923
|
-
"name": "direction",
|
|
24924
|
-
"type": {
|
|
24925
|
-
"text": "DrawerDirection"
|
|
24926
|
-
},
|
|
24927
|
-
"privacy": "public",
|
|
24928
|
-
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
24929
|
-
"default": "\"left\"",
|
|
24930
|
-
"attribute": "direction"
|
|
24931
|
-
}
|
|
24932
|
-
],
|
|
24933
|
-
"events": [
|
|
24934
|
-
{
|
|
24935
|
-
"type": {
|
|
24936
|
-
"text": "CustomEvent<void>"
|
|
24937
|
-
},
|
|
24938
|
-
"description": "Dispatched after the drawer has opened.",
|
|
24939
|
-
"name": "forge-drawer-after-open"
|
|
24940
|
-
},
|
|
24941
|
-
{
|
|
24942
|
-
"type": {
|
|
24943
|
-
"text": "CustomEvent<void>"
|
|
24944
|
-
},
|
|
24945
|
-
"description": "Dispatched after the drawer has closed.",
|
|
24946
|
-
"name": "forge-drawer-after-close"
|
|
24947
|
-
}
|
|
24948
|
-
],
|
|
24949
|
-
"attributes": [
|
|
24950
|
-
{
|
|
24951
|
-
"name": "open",
|
|
24952
|
-
"type": {
|
|
24953
|
-
"text": "boolean"
|
|
24954
|
-
},
|
|
24955
|
-
"description": "Toggles whether the drawer is visible or not.",
|
|
24956
|
-
"default": "false",
|
|
24957
|
-
"fieldName": "open"
|
|
24958
|
-
},
|
|
24959
|
-
{
|
|
24960
|
-
"name": "direction",
|
|
24961
|
-
"type": {
|
|
24962
|
-
"text": "DrawerDirection"
|
|
24963
|
-
},
|
|
24964
|
-
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
24965
|
-
"default": "\"left\"",
|
|
24966
|
-
"fieldName": "direction"
|
|
24967
|
-
}
|
|
24968
|
-
],
|
|
24969
|
-
"superclass": {
|
|
24970
|
-
"name": "BaseComponent",
|
|
24971
|
-
"module": "/src/lib/core/base/base-component"
|
|
24972
|
-
}
|
|
24973
|
-
}
|
|
24974
|
-
],
|
|
24975
|
-
"exports": [
|
|
24976
|
-
{
|
|
24977
|
-
"kind": "js",
|
|
24978
|
-
"name": "BaseDrawerComponent",
|
|
24979
|
-
"declaration": {
|
|
24980
|
-
"name": "BaseDrawerComponent",
|
|
24981
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
24982
|
-
}
|
|
24983
|
-
}
|
|
24984
|
-
]
|
|
24985
|
-
},
|
|
24986
24901
|
{
|
|
24987
24902
|
"kind": "javascript-module",
|
|
24988
24903
|
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
@@ -25170,6 +25085,91 @@
|
|
|
25170
25085
|
}
|
|
25171
25086
|
]
|
|
25172
25087
|
},
|
|
25088
|
+
{
|
|
25089
|
+
"kind": "javascript-module",
|
|
25090
|
+
"path": "src/lib/drawer/base/base-drawer.ts",
|
|
25091
|
+
"declarations": [
|
|
25092
|
+
{
|
|
25093
|
+
"kind": "class",
|
|
25094
|
+
"description": "",
|
|
25095
|
+
"name": "BaseDrawerComponent",
|
|
25096
|
+
"members": [
|
|
25097
|
+
{
|
|
25098
|
+
"kind": "field",
|
|
25099
|
+
"name": "open",
|
|
25100
|
+
"type": {
|
|
25101
|
+
"text": "boolean"
|
|
25102
|
+
},
|
|
25103
|
+
"privacy": "public",
|
|
25104
|
+
"description": "Toggles whether the drawer is visible or not.",
|
|
25105
|
+
"default": "false",
|
|
25106
|
+
"attribute": "open"
|
|
25107
|
+
},
|
|
25108
|
+
{
|
|
25109
|
+
"kind": "field",
|
|
25110
|
+
"name": "direction",
|
|
25111
|
+
"type": {
|
|
25112
|
+
"text": "DrawerDirection"
|
|
25113
|
+
},
|
|
25114
|
+
"privacy": "public",
|
|
25115
|
+
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
25116
|
+
"default": "\"left\"",
|
|
25117
|
+
"attribute": "direction"
|
|
25118
|
+
}
|
|
25119
|
+
],
|
|
25120
|
+
"events": [
|
|
25121
|
+
{
|
|
25122
|
+
"type": {
|
|
25123
|
+
"text": "CustomEvent<void>"
|
|
25124
|
+
},
|
|
25125
|
+
"description": "Dispatched after the drawer has opened.",
|
|
25126
|
+
"name": "forge-drawer-after-open"
|
|
25127
|
+
},
|
|
25128
|
+
{
|
|
25129
|
+
"type": {
|
|
25130
|
+
"text": "CustomEvent<void>"
|
|
25131
|
+
},
|
|
25132
|
+
"description": "Dispatched after the drawer has closed.",
|
|
25133
|
+
"name": "forge-drawer-after-close"
|
|
25134
|
+
}
|
|
25135
|
+
],
|
|
25136
|
+
"attributes": [
|
|
25137
|
+
{
|
|
25138
|
+
"name": "open",
|
|
25139
|
+
"type": {
|
|
25140
|
+
"text": "boolean"
|
|
25141
|
+
},
|
|
25142
|
+
"description": "Toggles whether the drawer is visible or not.",
|
|
25143
|
+
"default": "false",
|
|
25144
|
+
"fieldName": "open"
|
|
25145
|
+
},
|
|
25146
|
+
{
|
|
25147
|
+
"name": "direction",
|
|
25148
|
+
"type": {
|
|
25149
|
+
"text": "DrawerDirection"
|
|
25150
|
+
},
|
|
25151
|
+
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
25152
|
+
"default": "\"left\"",
|
|
25153
|
+
"fieldName": "direction"
|
|
25154
|
+
}
|
|
25155
|
+
],
|
|
25156
|
+
"superclass": {
|
|
25157
|
+
"name": "BaseComponent",
|
|
25158
|
+
"module": "/src/lib/core/base/base-component"
|
|
25159
|
+
}
|
|
25160
|
+
}
|
|
25161
|
+
],
|
|
25162
|
+
"exports": [
|
|
25163
|
+
{
|
|
25164
|
+
"kind": "js",
|
|
25165
|
+
"name": "BaseDrawerComponent",
|
|
25166
|
+
"declaration": {
|
|
25167
|
+
"name": "BaseDrawerComponent",
|
|
25168
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
25169
|
+
}
|
|
25170
|
+
}
|
|
25171
|
+
]
|
|
25172
|
+
},
|
|
25173
25173
|
{
|
|
25174
25174
|
"kind": "javascript-module",
|
|
25175
25175
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
@@ -33323,7 +33323,7 @@
|
|
|
33323
33323
|
]
|
|
33324
33324
|
}
|
|
33325
33325
|
],
|
|
33326
|
-
"branchName": "
|
|
33326
|
+
"branchName": "fix",
|
|
33327
33327
|
"forgeTypes": {
|
|
33328
33328
|
"Theme": {
|
|
33329
33329
|
"path": "src/lib/constants.ts",
|
|
@@ -33505,34 +33505,6 @@
|
|
|
33505
33505
|
"path": "src/lib/badge/badge.ts",
|
|
33506
33506
|
"lineNumber": 50
|
|
33507
33507
|
},
|
|
33508
|
-
"IBannerAdapter": {
|
|
33509
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
33510
|
-
"lineNumber": 6
|
|
33511
|
-
},
|
|
33512
|
-
"BannerAdapter": {
|
|
33513
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
33514
|
-
"lineNumber": 15
|
|
33515
|
-
},
|
|
33516
|
-
"BannerTheme": {
|
|
33517
|
-
"path": "src/lib/banner/banner-constants.ts",
|
|
33518
|
-
"lineNumber": 46
|
|
33519
|
-
},
|
|
33520
|
-
"IBannerCore": {
|
|
33521
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
33522
|
-
"lineNumber": 4
|
|
33523
|
-
},
|
|
33524
|
-
"BannerCore": {
|
|
33525
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
33526
|
-
"lineNumber": 10
|
|
33527
|
-
},
|
|
33528
|
-
"IBannerComponent": {
|
|
33529
|
-
"path": "src/lib/banner/banner.ts",
|
|
33530
|
-
"lineNumber": 14
|
|
33531
|
-
},
|
|
33532
|
-
"BannerComponent": {
|
|
33533
|
-
"path": "src/lib/banner/banner.ts",
|
|
33534
|
-
"lineNumber": 64
|
|
33535
|
-
},
|
|
33536
33508
|
"IBottomSheetAdapter": {
|
|
33537
33509
|
"path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
|
|
33538
33510
|
"lineNumber": 8
|
|
@@ -33573,6 +33545,34 @@
|
|
|
33573
33545
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
33574
33546
|
"lineNumber": 73
|
|
33575
33547
|
},
|
|
33548
|
+
"IBannerAdapter": {
|
|
33549
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
33550
|
+
"lineNumber": 6
|
|
33551
|
+
},
|
|
33552
|
+
"BannerAdapter": {
|
|
33553
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
33554
|
+
"lineNumber": 15
|
|
33555
|
+
},
|
|
33556
|
+
"BannerTheme": {
|
|
33557
|
+
"path": "src/lib/banner/banner-constants.ts",
|
|
33558
|
+
"lineNumber": 46
|
|
33559
|
+
},
|
|
33560
|
+
"IBannerCore": {
|
|
33561
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
33562
|
+
"lineNumber": 4
|
|
33563
|
+
},
|
|
33564
|
+
"BannerCore": {
|
|
33565
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
33566
|
+
"lineNumber": 10
|
|
33567
|
+
},
|
|
33568
|
+
"IBannerComponent": {
|
|
33569
|
+
"path": "src/lib/banner/banner.ts",
|
|
33570
|
+
"lineNumber": 14
|
|
33571
|
+
},
|
|
33572
|
+
"BannerComponent": {
|
|
33573
|
+
"path": "src/lib/banner/banner.ts",
|
|
33574
|
+
"lineNumber": 64
|
|
33575
|
+
},
|
|
33576
33576
|
"IButtonAdapter": {
|
|
33577
33577
|
"path": "src/lib/button/button-adapter.ts",
|
|
33578
33578
|
"lineNumber": 4
|
|
@@ -34397,6 +34397,22 @@
|
|
|
34397
34397
|
"path": "src/lib/icon/icon.ts",
|
|
34398
34398
|
"lineNumber": 63
|
|
34399
34399
|
},
|
|
34400
|
+
"LegacyInlineMessageThemes": {
|
|
34401
|
+
"path": "src/lib/inline-message/inline-message-constants.ts",
|
|
34402
|
+
"lineNumber": 19
|
|
34403
|
+
},
|
|
34404
|
+
"InlineMessageTheme": {
|
|
34405
|
+
"path": "src/lib/inline-message/inline-message-constants.ts",
|
|
34406
|
+
"lineNumber": 20
|
|
34407
|
+
},
|
|
34408
|
+
"IInlineMessageComponent": {
|
|
34409
|
+
"path": "src/lib/inline-message/inline-message.ts",
|
|
34410
|
+
"lineNumber": 8
|
|
34411
|
+
},
|
|
34412
|
+
"InlineMessageComponent": {
|
|
34413
|
+
"path": "src/lib/inline-message/inline-message.ts",
|
|
34414
|
+
"lineNumber": 52
|
|
34415
|
+
},
|
|
34400
34416
|
"IIconButtonAdapter": {
|
|
34401
34417
|
"path": "src/lib/icon-button/icon-button-adapter.ts",
|
|
34402
34418
|
"lineNumber": 4
|
|
@@ -34453,22 +34469,6 @@
|
|
|
34453
34469
|
"path": "src/lib/icon-button/icon-button.ts",
|
|
34454
34470
|
"lineNumber": 115
|
|
34455
34471
|
},
|
|
34456
|
-
"LegacyInlineMessageThemes": {
|
|
34457
|
-
"path": "src/lib/inline-message/inline-message-constants.ts",
|
|
34458
|
-
"lineNumber": 19
|
|
34459
|
-
},
|
|
34460
|
-
"InlineMessageTheme": {
|
|
34461
|
-
"path": "src/lib/inline-message/inline-message-constants.ts",
|
|
34462
|
-
"lineNumber": 20
|
|
34463
|
-
},
|
|
34464
|
-
"IInlineMessageComponent": {
|
|
34465
|
-
"path": "src/lib/inline-message/inline-message.ts",
|
|
34466
|
-
"lineNumber": 8
|
|
34467
|
-
},
|
|
34468
|
-
"InlineMessageComponent": {
|
|
34469
|
-
"path": "src/lib/inline-message/inline-message.ts",
|
|
34470
|
-
"lineNumber": 52
|
|
34471
|
-
},
|
|
34472
34472
|
"IKeyboardShortcutAdapter": {
|
|
34473
34473
|
"path": "src/lib/keyboard-shortcut/keyboard-shortcut-adapter.ts",
|
|
34474
34474
|
"lineNumber": 6
|
|
@@ -35741,34 +35741,6 @@
|
|
|
35741
35741
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
35742
35742
|
"lineNumber": 70
|
|
35743
35743
|
},
|
|
35744
|
-
"IAppBarSearchAdapter": {
|
|
35745
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35746
|
-
"lineNumber": 6
|
|
35747
|
-
},
|
|
35748
|
-
"AppBarSearchAdapter": {
|
|
35749
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35750
|
-
"lineNumber": 14
|
|
35751
|
-
},
|
|
35752
|
-
"IAppBarSearchInputEventData": {
|
|
35753
|
-
"path": "src/lib/app-bar/search/app-bar-search-constants.ts",
|
|
35754
|
-
"lineNumber": 27
|
|
35755
|
-
},
|
|
35756
|
-
"IAppBarSearchCore": {
|
|
35757
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35758
|
-
"lineNumber": 4
|
|
35759
|
-
},
|
|
35760
|
-
"AppBarSearchCore": {
|
|
35761
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35762
|
-
"lineNumber": 10
|
|
35763
|
-
},
|
|
35764
|
-
"IAppBarSearchComponent": {
|
|
35765
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35766
|
-
"lineNumber": 13
|
|
35767
|
-
},
|
|
35768
|
-
"AppBarSearchComponent": {
|
|
35769
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35770
|
-
"lineNumber": 66
|
|
35771
|
-
},
|
|
35772
35744
|
"IBaseButtonAdapter": {
|
|
35773
35745
|
"path": "src/lib/button/base/base-button-adapter.ts",
|
|
35774
35746
|
"lineNumber": 13
|
|
@@ -35805,6 +35777,34 @@
|
|
|
35805
35777
|
"path": "src/lib/button/base/base-button.ts",
|
|
35806
35778
|
"lineNumber": 43
|
|
35807
35779
|
},
|
|
35780
|
+
"IAppBarSearchAdapter": {
|
|
35781
|
+
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35782
|
+
"lineNumber": 6
|
|
35783
|
+
},
|
|
35784
|
+
"AppBarSearchAdapter": {
|
|
35785
|
+
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35786
|
+
"lineNumber": 14
|
|
35787
|
+
},
|
|
35788
|
+
"IAppBarSearchInputEventData": {
|
|
35789
|
+
"path": "src/lib/app-bar/search/app-bar-search-constants.ts",
|
|
35790
|
+
"lineNumber": 27
|
|
35791
|
+
},
|
|
35792
|
+
"IAppBarSearchCore": {
|
|
35793
|
+
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35794
|
+
"lineNumber": 4
|
|
35795
|
+
},
|
|
35796
|
+
"AppBarSearchCore": {
|
|
35797
|
+
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35798
|
+
"lineNumber": 10
|
|
35799
|
+
},
|
|
35800
|
+
"IAppBarSearchComponent": {
|
|
35801
|
+
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35802
|
+
"lineNumber": 13
|
|
35803
|
+
},
|
|
35804
|
+
"AppBarSearchComponent": {
|
|
35805
|
+
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35806
|
+
"lineNumber": 66
|
|
35807
|
+
},
|
|
35808
35808
|
"IButtonToggleAdapter": {
|
|
35809
35809
|
"path": "src/lib/button-toggle/button-toggle/button-toggle-adapter.ts",
|
|
35810
35810
|
"lineNumber": 10
|
|
@@ -36349,6 +36349,14 @@
|
|
|
36349
36349
|
"path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
|
|
36350
36350
|
"lineNumber": 32
|
|
36351
36351
|
},
|
|
36352
|
+
"IDrawerComponent": {
|
|
36353
|
+
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
36354
|
+
"lineNumber": 8
|
|
36355
|
+
},
|
|
36356
|
+
"DrawerComponent": {
|
|
36357
|
+
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
36358
|
+
"lineNumber": 45
|
|
36359
|
+
},
|
|
36352
36360
|
"IBaseDrawerAdapter": {
|
|
36353
36361
|
"path": "src/lib/drawer/base/base-drawer-adapter.ts",
|
|
36354
36362
|
"lineNumber": 7
|
|
@@ -36377,14 +36385,6 @@
|
|
|
36377
36385
|
"path": "src/lib/drawer/base/base-drawer.ts",
|
|
36378
36386
|
"lineNumber": 22
|
|
36379
36387
|
},
|
|
36380
|
-
"IDrawerComponent": {
|
|
36381
|
-
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
36382
|
-
"lineNumber": 8
|
|
36383
|
-
},
|
|
36384
|
-
"DrawerComponent": {
|
|
36385
|
-
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
36386
|
-
"lineNumber": 45
|
|
36387
|
-
},
|
|
36388
36388
|
"IMiniDrawerComponent": {
|
|
36389
36389
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
36390
36390
|
"lineNumber": 8
|
|
@@ -37047,11 +37047,11 @@
|
|
|
37047
37047
|
},
|
|
37048
37048
|
"ITabBarCore": {
|
|
37049
37049
|
"path": "src/lib/tabs/tab-bar/tab-bar-core.ts",
|
|
37050
|
-
"lineNumber":
|
|
37050
|
+
"lineNumber": 6
|
|
37051
37051
|
},
|
|
37052
37052
|
"TabBarCore": {
|
|
37053
37053
|
"path": "src/lib/tabs/tab-bar/tab-bar-core.ts",
|
|
37054
|
-
"lineNumber":
|
|
37054
|
+
"lineNumber": 20
|
|
37055
37055
|
},
|
|
37056
37056
|
"ITabBarComponent": {
|
|
37057
37057
|
"path": "src/lib/tabs/tab-bar/tab-bar.ts",
|