@genesislcap/foundation-ui 14.452.0 → 14.452.1-FUI-2538.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +589 -589
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -1400,370 +1400,7 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1404
|
-
"declarations": [
|
|
1405
|
-
{
|
|
1406
|
-
"kind": "function",
|
|
1407
|
-
"name": "foundationAccordionItemStyles",
|
|
1408
|
-
"return": {
|
|
1409
|
-
"type": {
|
|
1410
|
-
"text": "ElementStyles"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"parameters": [
|
|
1414
|
-
{
|
|
1415
|
-
"name": "context",
|
|
1416
|
-
"type": {
|
|
1417
|
-
"text": "ElementDefinitionContext"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"name": "definition",
|
|
1422
|
-
"type": {
|
|
1423
|
-
"text": "FoundationElementDefinition"
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
]
|
|
1427
|
-
}
|
|
1428
|
-
],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "foundationAccordionItemStyles",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "foundationAccordionItemStyles",
|
|
1435
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1443
|
-
"declarations": [
|
|
1444
|
-
{
|
|
1445
|
-
"kind": "function",
|
|
1446
|
-
"name": "foundationAccordionItemTemplate",
|
|
1447
|
-
"return": {
|
|
1448
|
-
"type": {
|
|
1449
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
"parameters": [
|
|
1453
|
-
{
|
|
1454
|
-
"name": "context",
|
|
1455
|
-
"type": {
|
|
1456
|
-
"text": "ElementDefinitionContext"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"name": "definition",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "FoundationElementDefinition"
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
]
|
|
1466
|
-
}
|
|
1467
|
-
],
|
|
1468
|
-
"exports": [
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "js",
|
|
1471
|
-
"name": "foundationAccordionItemTemplate",
|
|
1472
|
-
"declaration": {
|
|
1473
|
-
"name": "foundationAccordionItemTemplate",
|
|
1474
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1482
|
-
"declarations": [
|
|
1483
|
-
{
|
|
1484
|
-
"kind": "class",
|
|
1485
|
-
"description": "",
|
|
1486
|
-
"name": "AccordionItem",
|
|
1487
|
-
"superclass": {
|
|
1488
|
-
"name": "FASTAccordionItem",
|
|
1489
|
-
"package": "@microsoft/fast-components"
|
|
1490
|
-
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1492
|
-
"customElement": true,
|
|
1493
|
-
"attributes": [
|
|
1494
|
-
{
|
|
1495
|
-
"name": "heading-level",
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1498
|
-
},
|
|
1499
|
-
"default": "2",
|
|
1500
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1501
|
-
"fieldName": "headinglevel",
|
|
1502
|
-
"inheritedFrom": {
|
|
1503
|
-
"name": "AccordionItem",
|
|
1504
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "boolean"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "false",
|
|
1512
|
-
"description": "Expands or collapses the item.",
|
|
1513
|
-
"fieldName": "expanded",
|
|
1514
|
-
"inheritedFrom": {
|
|
1515
|
-
"name": "AccordionItem",
|
|
1516
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "id",
|
|
1521
|
-
"type": {
|
|
1522
|
-
"text": "string"
|
|
1523
|
-
},
|
|
1524
|
-
"description": "The item ID",
|
|
1525
|
-
"fieldName": "id",
|
|
1526
|
-
"inheritedFrom": {
|
|
1527
|
-
"name": "AccordionItem",
|
|
1528
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"members": [
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "field",
|
|
1535
|
-
"name": "headinglevel",
|
|
1536
|
-
"type": {
|
|
1537
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1538
|
-
},
|
|
1539
|
-
"privacy": "public",
|
|
1540
|
-
"default": "2",
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1542
|
-
"inheritedFrom": {
|
|
1543
|
-
"name": "AccordionItem",
|
|
1544
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "field",
|
|
1549
|
-
"name": "expanded",
|
|
1550
|
-
"type": {
|
|
1551
|
-
"text": "boolean"
|
|
1552
|
-
},
|
|
1553
|
-
"privacy": "public",
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1556
|
-
"inheritedFrom": {
|
|
1557
|
-
"name": "AccordionItem",
|
|
1558
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"kind": "field",
|
|
1563
|
-
"name": "id",
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "string"
|
|
1566
|
-
},
|
|
1567
|
-
"privacy": "public",
|
|
1568
|
-
"description": "The item ID",
|
|
1569
|
-
"inheritedFrom": {
|
|
1570
|
-
"name": "AccordionItem",
|
|
1571
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1572
|
-
}
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"kind": "field",
|
|
1576
|
-
"name": "change",
|
|
1577
|
-
"privacy": "private",
|
|
1578
|
-
"inheritedFrom": {
|
|
1579
|
-
"name": "AccordionItem",
|
|
1580
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"kind": "field",
|
|
1585
|
-
"name": "_presentation",
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1588
|
-
},
|
|
1589
|
-
"privacy": "private",
|
|
1590
|
-
"default": "void 0",
|
|
1591
|
-
"inheritedFrom": {
|
|
1592
|
-
"name": "FoundationElement",
|
|
1593
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "field",
|
|
1598
|
-
"name": "$presentation",
|
|
1599
|
-
"type": {
|
|
1600
|
-
"text": "ComponentPresentation | null"
|
|
1601
|
-
},
|
|
1602
|
-
"privacy": "public",
|
|
1603
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1604
|
-
"inheritedFrom": {
|
|
1605
|
-
"name": "FoundationElement",
|
|
1606
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1607
|
-
}
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "field",
|
|
1611
|
-
"name": "template",
|
|
1612
|
-
"type": {
|
|
1613
|
-
"text": "ElementViewTemplate | void | null"
|
|
1614
|
-
},
|
|
1615
|
-
"privacy": "public",
|
|
1616
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1617
|
-
"inheritedFrom": {
|
|
1618
|
-
"name": "FoundationElement",
|
|
1619
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "method",
|
|
1624
|
-
"name": "templateChanged",
|
|
1625
|
-
"privacy": "protected",
|
|
1626
|
-
"return": {
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "void"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"inheritedFrom": {
|
|
1632
|
-
"name": "FoundationElement",
|
|
1633
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"kind": "field",
|
|
1638
|
-
"name": "styles",
|
|
1639
|
-
"type": {
|
|
1640
|
-
"text": "ElementStyles | void | null"
|
|
1641
|
-
},
|
|
1642
|
-
"privacy": "public",
|
|
1643
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "FoundationElement",
|
|
1646
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"kind": "method",
|
|
1651
|
-
"name": "stylesChanged",
|
|
1652
|
-
"privacy": "protected",
|
|
1653
|
-
"return": {
|
|
1654
|
-
"type": {
|
|
1655
|
-
"text": "void"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
"inheritedFrom": {
|
|
1659
|
-
"name": "FoundationElement",
|
|
1660
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "method",
|
|
1665
|
-
"name": "compose",
|
|
1666
|
-
"privacy": "public",
|
|
1667
|
-
"static": true,
|
|
1668
|
-
"return": {
|
|
1669
|
-
"type": {
|
|
1670
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
"parameters": [
|
|
1674
|
-
{
|
|
1675
|
-
"name": "this",
|
|
1676
|
-
"type": {
|
|
1677
|
-
"text": "K"
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "elementDefinition",
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "T"
|
|
1684
|
-
},
|
|
1685
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1686
|
-
}
|
|
1687
|
-
],
|
|
1688
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1689
|
-
"inheritedFrom": {
|
|
1690
|
-
"name": "FoundationElement",
|
|
1691
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
],
|
|
1695
|
-
"events": [
|
|
1696
|
-
{
|
|
1697
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1698
|
-
"name": "change",
|
|
1699
|
-
"inheritedFrom": {
|
|
1700
|
-
"name": "AccordionItem",
|
|
1701
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
]
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "variable",
|
|
1708
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1709
|
-
"type": {
|
|
1710
|
-
"text": "ShadowRootInit"
|
|
1711
|
-
},
|
|
1712
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "variable",
|
|
1716
|
-
"name": "defaultAccordionItemConfig",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "object"
|
|
1719
|
-
},
|
|
1720
|
-
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "variable",
|
|
1724
|
-
"name": "foundationAccordionItem",
|
|
1725
|
-
"description": "The Foundation Accordion Item",
|
|
1726
|
-
"privacy": "public"
|
|
1727
|
-
}
|
|
1728
|
-
],
|
|
1729
|
-
"exports": [
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "js",
|
|
1732
|
-
"name": "AccordionItem",
|
|
1733
|
-
"declaration": {
|
|
1734
|
-
"name": "AccordionItem",
|
|
1735
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "js",
|
|
1740
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1741
|
-
"declaration": {
|
|
1742
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1743
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "js",
|
|
1748
|
-
"name": "defaultAccordionItemConfig",
|
|
1749
|
-
"declaration": {
|
|
1750
|
-
"name": "defaultAccordionItemConfig",
|
|
1751
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "js",
|
|
1756
|
-
"name": "foundationAccordionItem",
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "foundationAccordionItem",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
]
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/accordion-item/index.ts",
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1767
1404
|
"declarations": [],
|
|
1768
1405
|
"exports": [
|
|
1769
1406
|
{
|
|
@@ -1771,7 +1408,7 @@
|
|
|
1771
1408
|
"name": "*",
|
|
1772
1409
|
"declaration": {
|
|
1773
1410
|
"name": "*",
|
|
1774
|
-
"package": "./
|
|
1411
|
+
"package": "./styles"
|
|
1775
1412
|
}
|
|
1776
1413
|
},
|
|
1777
1414
|
{
|
|
@@ -1779,7 +1416,7 @@
|
|
|
1779
1416
|
"name": "*",
|
|
1780
1417
|
"declaration": {
|
|
1781
1418
|
"name": "*",
|
|
1782
|
-
"package": "./
|
|
1419
|
+
"package": "./tokens"
|
|
1783
1420
|
}
|
|
1784
1421
|
},
|
|
1785
1422
|
{
|
|
@@ -1787,7 +1424,7 @@
|
|
|
1787
1424
|
"name": "*",
|
|
1788
1425
|
"declaration": {
|
|
1789
1426
|
"name": "*",
|
|
1790
|
-
"package": "./
|
|
1427
|
+
"package": "./values"
|
|
1791
1428
|
}
|
|
1792
1429
|
}
|
|
1793
1430
|
]
|
|
@@ -2351,6 +1988,400 @@
|
|
|
2351
1988
|
}
|
|
2352
1989
|
]
|
|
2353
1990
|
},
|
|
1991
|
+
{
|
|
1992
|
+
"kind": "javascript-module",
|
|
1993
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1994
|
+
"declarations": [
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "function",
|
|
1997
|
+
"name": "foundationAccordionItemStyles",
|
|
1998
|
+
"return": {
|
|
1999
|
+
"type": {
|
|
2000
|
+
"text": "ElementStyles"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"parameters": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "context",
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "ElementDefinitionContext"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "definition",
|
|
2012
|
+
"type": {
|
|
2013
|
+
"text": "FoundationElementDefinition"
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
}
|
|
2018
|
+
],
|
|
2019
|
+
"exports": [
|
|
2020
|
+
{
|
|
2021
|
+
"kind": "js",
|
|
2022
|
+
"name": "foundationAccordionItemStyles",
|
|
2023
|
+
"declaration": {
|
|
2024
|
+
"name": "foundationAccordionItemStyles",
|
|
2025
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "javascript-module",
|
|
2032
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2033
|
+
"declarations": [
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "function",
|
|
2036
|
+
"name": "foundationAccordionItemTemplate",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"parameters": [
|
|
2043
|
+
{
|
|
2044
|
+
"name": "context",
|
|
2045
|
+
"type": {
|
|
2046
|
+
"text": "ElementDefinitionContext"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"name": "definition",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "FoundationElementDefinition"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
"exports": [
|
|
2059
|
+
{
|
|
2060
|
+
"kind": "js",
|
|
2061
|
+
"name": "foundationAccordionItemTemplate",
|
|
2062
|
+
"declaration": {
|
|
2063
|
+
"name": "foundationAccordionItemTemplate",
|
|
2064
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "javascript-module",
|
|
2071
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2072
|
+
"declarations": [
|
|
2073
|
+
{
|
|
2074
|
+
"kind": "class",
|
|
2075
|
+
"description": "",
|
|
2076
|
+
"name": "AccordionItem",
|
|
2077
|
+
"superclass": {
|
|
2078
|
+
"name": "FASTAccordionItem",
|
|
2079
|
+
"package": "@microsoft/fast-components"
|
|
2080
|
+
},
|
|
2081
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2082
|
+
"customElement": true,
|
|
2083
|
+
"attributes": [
|
|
2084
|
+
{
|
|
2085
|
+
"name": "heading-level",
|
|
2086
|
+
"type": {
|
|
2087
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2088
|
+
},
|
|
2089
|
+
"default": "2",
|
|
2090
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2091
|
+
"fieldName": "headinglevel",
|
|
2092
|
+
"inheritedFrom": {
|
|
2093
|
+
"name": "AccordionItem",
|
|
2094
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"type": {
|
|
2099
|
+
"text": "boolean"
|
|
2100
|
+
},
|
|
2101
|
+
"default": "false",
|
|
2102
|
+
"description": "Expands or collapses the item.",
|
|
2103
|
+
"fieldName": "expanded",
|
|
2104
|
+
"inheritedFrom": {
|
|
2105
|
+
"name": "AccordionItem",
|
|
2106
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "id",
|
|
2111
|
+
"type": {
|
|
2112
|
+
"text": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"fieldName": "id",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "AccordionItem",
|
|
2118
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"members": [
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "field",
|
|
2125
|
+
"name": "headinglevel",
|
|
2126
|
+
"type": {
|
|
2127
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2128
|
+
},
|
|
2129
|
+
"privacy": "public",
|
|
2130
|
+
"default": "2",
|
|
2131
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2132
|
+
"inheritedFrom": {
|
|
2133
|
+
"name": "AccordionItem",
|
|
2134
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "field",
|
|
2139
|
+
"name": "expanded",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"privacy": "public",
|
|
2144
|
+
"default": "false",
|
|
2145
|
+
"description": "Expands or collapses the item.",
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "AccordionItem",
|
|
2148
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "field",
|
|
2153
|
+
"name": "id",
|
|
2154
|
+
"type": {
|
|
2155
|
+
"text": "string"
|
|
2156
|
+
},
|
|
2157
|
+
"privacy": "public",
|
|
2158
|
+
"description": "The item ID",
|
|
2159
|
+
"inheritedFrom": {
|
|
2160
|
+
"name": "AccordionItem",
|
|
2161
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"kind": "field",
|
|
2166
|
+
"name": "change",
|
|
2167
|
+
"privacy": "private",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "AccordionItem",
|
|
2170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "_presentation",
|
|
2176
|
+
"type": {
|
|
2177
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2178
|
+
},
|
|
2179
|
+
"privacy": "private",
|
|
2180
|
+
"default": "void 0",
|
|
2181
|
+
"inheritedFrom": {
|
|
2182
|
+
"name": "FoundationElement",
|
|
2183
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "field",
|
|
2188
|
+
"name": "$presentation",
|
|
2189
|
+
"type": {
|
|
2190
|
+
"text": "ComponentPresentation | null"
|
|
2191
|
+
},
|
|
2192
|
+
"privacy": "public",
|
|
2193
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2194
|
+
"inheritedFrom": {
|
|
2195
|
+
"name": "FoundationElement",
|
|
2196
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"kind": "field",
|
|
2201
|
+
"name": "template",
|
|
2202
|
+
"type": {
|
|
2203
|
+
"text": "ElementViewTemplate | void | null"
|
|
2204
|
+
},
|
|
2205
|
+
"privacy": "public",
|
|
2206
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2207
|
+
"inheritedFrom": {
|
|
2208
|
+
"name": "FoundationElement",
|
|
2209
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"kind": "method",
|
|
2214
|
+
"name": "templateChanged",
|
|
2215
|
+
"privacy": "protected",
|
|
2216
|
+
"return": {
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "void"
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
2221
|
+
"inheritedFrom": {
|
|
2222
|
+
"name": "FoundationElement",
|
|
2223
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"kind": "field",
|
|
2228
|
+
"name": "styles",
|
|
2229
|
+
"type": {
|
|
2230
|
+
"text": "ElementStyles | void | null"
|
|
2231
|
+
},
|
|
2232
|
+
"privacy": "public",
|
|
2233
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2234
|
+
"inheritedFrom": {
|
|
2235
|
+
"name": "FoundationElement",
|
|
2236
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "method",
|
|
2241
|
+
"name": "stylesChanged",
|
|
2242
|
+
"privacy": "protected",
|
|
2243
|
+
"return": {
|
|
2244
|
+
"type": {
|
|
2245
|
+
"text": "void"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"inheritedFrom": {
|
|
2249
|
+
"name": "FoundationElement",
|
|
2250
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "method",
|
|
2255
|
+
"name": "compose",
|
|
2256
|
+
"privacy": "public",
|
|
2257
|
+
"static": true,
|
|
2258
|
+
"return": {
|
|
2259
|
+
"type": {
|
|
2260
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"parameters": [
|
|
2264
|
+
{
|
|
2265
|
+
"name": "this",
|
|
2266
|
+
"type": {
|
|
2267
|
+
"text": "K"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"name": "elementDefinition",
|
|
2272
|
+
"type": {
|
|
2273
|
+
"text": "T"
|
|
2274
|
+
},
|
|
2275
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2279
|
+
"inheritedFrom": {
|
|
2280
|
+
"name": "FoundationElement",
|
|
2281
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2282
|
+
}
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"events": [
|
|
2286
|
+
{
|
|
2287
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2288
|
+
"name": "change",
|
|
2289
|
+
"inheritedFrom": {
|
|
2290
|
+
"name": "AccordionItem",
|
|
2291
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2301
|
+
},
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "defaultAccordionItemConfig",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "object"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "variable",
|
|
2314
|
+
"name": "foundationAccordionItem",
|
|
2315
|
+
"description": "The Foundation Accordion Item",
|
|
2316
|
+
"privacy": "public"
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"exports": [
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "js",
|
|
2322
|
+
"name": "AccordionItem",
|
|
2323
|
+
"declaration": {
|
|
2324
|
+
"name": "AccordionItem",
|
|
2325
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "js",
|
|
2330
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2331
|
+
"declaration": {
|
|
2332
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2333
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "defaultAccordionItemConfig",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "defaultAccordionItemConfig",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "foundationAccordionItem",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "foundationAccordionItem",
|
|
2349
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"kind": "javascript-module",
|
|
2356
|
+
"path": "src/accordion-item/index.ts",
|
|
2357
|
+
"declarations": [],
|
|
2358
|
+
"exports": [
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "js",
|
|
2361
|
+
"name": "*",
|
|
2362
|
+
"declaration": {
|
|
2363
|
+
"name": "*",
|
|
2364
|
+
"package": "./accordion-item.template"
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "js",
|
|
2369
|
+
"name": "*",
|
|
2370
|
+
"declaration": {
|
|
2371
|
+
"name": "*",
|
|
2372
|
+
"package": "./accordion-item.styles"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "js",
|
|
2377
|
+
"name": "*",
|
|
2378
|
+
"declaration": {
|
|
2379
|
+
"name": "*",
|
|
2380
|
+
"package": "./accordion-item"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2354
2385
|
{
|
|
2355
2386
|
"kind": "javascript-module",
|
|
2356
2387
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -3924,37 +3955,6 @@
|
|
|
3924
3955
|
}
|
|
3925
3956
|
]
|
|
3926
3957
|
},
|
|
3927
|
-
{
|
|
3928
|
-
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/_config/index.ts",
|
|
3930
|
-
"declarations": [],
|
|
3931
|
-
"exports": [
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "js",
|
|
3934
|
-
"name": "*",
|
|
3935
|
-
"declaration": {
|
|
3936
|
-
"name": "*",
|
|
3937
|
-
"package": "./styles"
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
"kind": "js",
|
|
3942
|
-
"name": "*",
|
|
3943
|
-
"declaration": {
|
|
3944
|
-
"name": "*",
|
|
3945
|
-
"package": "./tokens"
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
"kind": "js",
|
|
3950
|
-
"name": "*",
|
|
3951
|
-
"declaration": {
|
|
3952
|
-
"name": "*",
|
|
3953
|
-
"package": "./values"
|
|
3954
|
-
}
|
|
3955
|
-
}
|
|
3956
|
-
]
|
|
3957
|
-
},
|
|
3958
3958
|
{
|
|
3959
3959
|
"kind": "javascript-module",
|
|
3960
3960
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -57677,197 +57677,6 @@
|
|
|
57677
57677
|
}
|
|
57678
57678
|
]
|
|
57679
57679
|
},
|
|
57680
|
-
{
|
|
57681
|
-
"kind": "javascript-module",
|
|
57682
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57683
|
-
"declarations": [],
|
|
57684
|
-
"exports": []
|
|
57685
|
-
},
|
|
57686
|
-
{
|
|
57687
|
-
"kind": "javascript-module",
|
|
57688
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57689
|
-
"declarations": [
|
|
57690
|
-
{
|
|
57691
|
-
"kind": "function",
|
|
57692
|
-
"name": "groupsToCriteria",
|
|
57693
|
-
"return": {
|
|
57694
|
-
"type": {
|
|
57695
|
-
"text": "string"
|
|
57696
|
-
}
|
|
57697
|
-
},
|
|
57698
|
-
"parameters": [
|
|
57699
|
-
{
|
|
57700
|
-
"name": "groups",
|
|
57701
|
-
"type": {
|
|
57702
|
-
"text": "CriteriaGroup[]"
|
|
57703
|
-
}
|
|
57704
|
-
}
|
|
57705
|
-
],
|
|
57706
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57707
|
-
},
|
|
57708
|
-
{
|
|
57709
|
-
"kind": "variable",
|
|
57710
|
-
"name": "STRING_OPERATORS",
|
|
57711
|
-
"type": {
|
|
57712
|
-
"text": "CriteriaOperator[]"
|
|
57713
|
-
},
|
|
57714
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57715
|
-
},
|
|
57716
|
-
{
|
|
57717
|
-
"kind": "variable",
|
|
57718
|
-
"name": "NUMERIC_OPERATORS",
|
|
57719
|
-
"type": {
|
|
57720
|
-
"text": "CriteriaOperator[]"
|
|
57721
|
-
},
|
|
57722
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57723
|
-
},
|
|
57724
|
-
{
|
|
57725
|
-
"kind": "variable",
|
|
57726
|
-
"name": "DATE_OPERATORS",
|
|
57727
|
-
"type": {
|
|
57728
|
-
"text": "CriteriaOperator[]"
|
|
57729
|
-
},
|
|
57730
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57731
|
-
},
|
|
57732
|
-
{
|
|
57733
|
-
"kind": "variable",
|
|
57734
|
-
"name": "DATETIME_OPERATORS",
|
|
57735
|
-
"type": {
|
|
57736
|
-
"text": "CriteriaOperator[]"
|
|
57737
|
-
},
|
|
57738
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57739
|
-
},
|
|
57740
|
-
{
|
|
57741
|
-
"kind": "variable",
|
|
57742
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57743
|
-
"type": {
|
|
57744
|
-
"text": "Record<CriteriaOperator, string>"
|
|
57745
|
-
},
|
|
57746
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
57747
|
-
}
|
|
57748
|
-
],
|
|
57749
|
-
"exports": [
|
|
57750
|
-
{
|
|
57751
|
-
"kind": "js",
|
|
57752
|
-
"name": "groupsToCriteria",
|
|
57753
|
-
"declaration": {
|
|
57754
|
-
"name": "groupsToCriteria",
|
|
57755
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57756
|
-
}
|
|
57757
|
-
},
|
|
57758
|
-
{
|
|
57759
|
-
"kind": "js",
|
|
57760
|
-
"name": "STRING_OPERATORS",
|
|
57761
|
-
"declaration": {
|
|
57762
|
-
"name": "STRING_OPERATORS",
|
|
57763
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57764
|
-
}
|
|
57765
|
-
},
|
|
57766
|
-
{
|
|
57767
|
-
"kind": "js",
|
|
57768
|
-
"name": "NUMERIC_OPERATORS",
|
|
57769
|
-
"declaration": {
|
|
57770
|
-
"name": "NUMERIC_OPERATORS",
|
|
57771
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57772
|
-
}
|
|
57773
|
-
},
|
|
57774
|
-
{
|
|
57775
|
-
"kind": "js",
|
|
57776
|
-
"name": "DATE_OPERATORS",
|
|
57777
|
-
"declaration": {
|
|
57778
|
-
"name": "DATE_OPERATORS",
|
|
57779
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57780
|
-
}
|
|
57781
|
-
},
|
|
57782
|
-
{
|
|
57783
|
-
"kind": "js",
|
|
57784
|
-
"name": "DATETIME_OPERATORS",
|
|
57785
|
-
"declaration": {
|
|
57786
|
-
"name": "DATETIME_OPERATORS",
|
|
57787
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57788
|
-
}
|
|
57789
|
-
},
|
|
57790
|
-
{
|
|
57791
|
-
"kind": "js",
|
|
57792
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57793
|
-
"declaration": {
|
|
57794
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57795
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57796
|
-
}
|
|
57797
|
-
}
|
|
57798
|
-
]
|
|
57799
|
-
},
|
|
57800
|
-
{
|
|
57801
|
-
"kind": "javascript-module",
|
|
57802
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57803
|
-
"declarations": [
|
|
57804
|
-
{
|
|
57805
|
-
"kind": "function",
|
|
57806
|
-
"name": "validateClauses",
|
|
57807
|
-
"return": {
|
|
57808
|
-
"type": {
|
|
57809
|
-
"text": "ValidationResult"
|
|
57810
|
-
}
|
|
57811
|
-
},
|
|
57812
|
-
"parameters": [
|
|
57813
|
-
{
|
|
57814
|
-
"name": "clauses",
|
|
57815
|
-
"type": {
|
|
57816
|
-
"text": "CriteriaClause[]"
|
|
57817
|
-
}
|
|
57818
|
-
},
|
|
57819
|
-
{
|
|
57820
|
-
"name": "fieldMetadata",
|
|
57821
|
-
"type": {
|
|
57822
|
-
"text": "MetadataDetail[] | string[]"
|
|
57823
|
-
}
|
|
57824
|
-
}
|
|
57825
|
-
]
|
|
57826
|
-
},
|
|
57827
|
-
{
|
|
57828
|
-
"kind": "function",
|
|
57829
|
-
"name": "validateGroups",
|
|
57830
|
-
"return": {
|
|
57831
|
-
"type": {
|
|
57832
|
-
"text": "GroupsValidationResult"
|
|
57833
|
-
}
|
|
57834
|
-
},
|
|
57835
|
-
"parameters": [
|
|
57836
|
-
{
|
|
57837
|
-
"name": "groups",
|
|
57838
|
-
"type": {
|
|
57839
|
-
"text": "CriteriaGroup[]"
|
|
57840
|
-
}
|
|
57841
|
-
},
|
|
57842
|
-
{
|
|
57843
|
-
"name": "fieldMetadata",
|
|
57844
|
-
"type": {
|
|
57845
|
-
"text": "MetadataDetail[] | string[]"
|
|
57846
|
-
}
|
|
57847
|
-
}
|
|
57848
|
-
],
|
|
57849
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57850
|
-
}
|
|
57851
|
-
],
|
|
57852
|
-
"exports": [
|
|
57853
|
-
{
|
|
57854
|
-
"kind": "js",
|
|
57855
|
-
"name": "validateClauses",
|
|
57856
|
-
"declaration": {
|
|
57857
|
-
"name": "validateClauses",
|
|
57858
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57859
|
-
}
|
|
57860
|
-
},
|
|
57861
|
-
{
|
|
57862
|
-
"kind": "js",
|
|
57863
|
-
"name": "validateGroups",
|
|
57864
|
-
"declaration": {
|
|
57865
|
-
"name": "validateGroups",
|
|
57866
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57867
|
-
}
|
|
57868
|
-
}
|
|
57869
|
-
]
|
|
57870
|
-
},
|
|
57871
57680
|
{
|
|
57872
57681
|
"kind": "javascript-module",
|
|
57873
57682
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -59240,6 +59049,197 @@
|
|
|
59240
59049
|
"declarations": [],
|
|
59241
59050
|
"exports": []
|
|
59242
59051
|
},
|
|
59052
|
+
{
|
|
59053
|
+
"kind": "javascript-module",
|
|
59054
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59055
|
+
"declarations": [],
|
|
59056
|
+
"exports": []
|
|
59057
|
+
},
|
|
59058
|
+
{
|
|
59059
|
+
"kind": "javascript-module",
|
|
59060
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59061
|
+
"declarations": [
|
|
59062
|
+
{
|
|
59063
|
+
"kind": "function",
|
|
59064
|
+
"name": "groupsToCriteria",
|
|
59065
|
+
"return": {
|
|
59066
|
+
"type": {
|
|
59067
|
+
"text": "string"
|
|
59068
|
+
}
|
|
59069
|
+
},
|
|
59070
|
+
"parameters": [
|
|
59071
|
+
{
|
|
59072
|
+
"name": "groups",
|
|
59073
|
+
"type": {
|
|
59074
|
+
"text": "CriteriaGroup[]"
|
|
59075
|
+
}
|
|
59076
|
+
}
|
|
59077
|
+
],
|
|
59078
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
59079
|
+
},
|
|
59080
|
+
{
|
|
59081
|
+
"kind": "variable",
|
|
59082
|
+
"name": "STRING_OPERATORS",
|
|
59083
|
+
"type": {
|
|
59084
|
+
"text": "CriteriaOperator[]"
|
|
59085
|
+
},
|
|
59086
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59087
|
+
},
|
|
59088
|
+
{
|
|
59089
|
+
"kind": "variable",
|
|
59090
|
+
"name": "NUMERIC_OPERATORS",
|
|
59091
|
+
"type": {
|
|
59092
|
+
"text": "CriteriaOperator[]"
|
|
59093
|
+
},
|
|
59094
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59095
|
+
},
|
|
59096
|
+
{
|
|
59097
|
+
"kind": "variable",
|
|
59098
|
+
"name": "DATE_OPERATORS",
|
|
59099
|
+
"type": {
|
|
59100
|
+
"text": "CriteriaOperator[]"
|
|
59101
|
+
},
|
|
59102
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59103
|
+
},
|
|
59104
|
+
{
|
|
59105
|
+
"kind": "variable",
|
|
59106
|
+
"name": "DATETIME_OPERATORS",
|
|
59107
|
+
"type": {
|
|
59108
|
+
"text": "CriteriaOperator[]"
|
|
59109
|
+
},
|
|
59110
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59111
|
+
},
|
|
59112
|
+
{
|
|
59113
|
+
"kind": "variable",
|
|
59114
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59115
|
+
"type": {
|
|
59116
|
+
"text": "Record<CriteriaOperator, string>"
|
|
59117
|
+
},
|
|
59118
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
59119
|
+
}
|
|
59120
|
+
],
|
|
59121
|
+
"exports": [
|
|
59122
|
+
{
|
|
59123
|
+
"kind": "js",
|
|
59124
|
+
"name": "groupsToCriteria",
|
|
59125
|
+
"declaration": {
|
|
59126
|
+
"name": "groupsToCriteria",
|
|
59127
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59128
|
+
}
|
|
59129
|
+
},
|
|
59130
|
+
{
|
|
59131
|
+
"kind": "js",
|
|
59132
|
+
"name": "STRING_OPERATORS",
|
|
59133
|
+
"declaration": {
|
|
59134
|
+
"name": "STRING_OPERATORS",
|
|
59135
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59136
|
+
}
|
|
59137
|
+
},
|
|
59138
|
+
{
|
|
59139
|
+
"kind": "js",
|
|
59140
|
+
"name": "NUMERIC_OPERATORS",
|
|
59141
|
+
"declaration": {
|
|
59142
|
+
"name": "NUMERIC_OPERATORS",
|
|
59143
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59144
|
+
}
|
|
59145
|
+
},
|
|
59146
|
+
{
|
|
59147
|
+
"kind": "js",
|
|
59148
|
+
"name": "DATE_OPERATORS",
|
|
59149
|
+
"declaration": {
|
|
59150
|
+
"name": "DATE_OPERATORS",
|
|
59151
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59152
|
+
}
|
|
59153
|
+
},
|
|
59154
|
+
{
|
|
59155
|
+
"kind": "js",
|
|
59156
|
+
"name": "DATETIME_OPERATORS",
|
|
59157
|
+
"declaration": {
|
|
59158
|
+
"name": "DATETIME_OPERATORS",
|
|
59159
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59160
|
+
}
|
|
59161
|
+
},
|
|
59162
|
+
{
|
|
59163
|
+
"kind": "js",
|
|
59164
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59165
|
+
"declaration": {
|
|
59166
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59167
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59168
|
+
}
|
|
59169
|
+
}
|
|
59170
|
+
]
|
|
59171
|
+
},
|
|
59172
|
+
{
|
|
59173
|
+
"kind": "javascript-module",
|
|
59174
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
59175
|
+
"declarations": [
|
|
59176
|
+
{
|
|
59177
|
+
"kind": "function",
|
|
59178
|
+
"name": "validateClauses",
|
|
59179
|
+
"return": {
|
|
59180
|
+
"type": {
|
|
59181
|
+
"text": "ValidationResult"
|
|
59182
|
+
}
|
|
59183
|
+
},
|
|
59184
|
+
"parameters": [
|
|
59185
|
+
{
|
|
59186
|
+
"name": "clauses",
|
|
59187
|
+
"type": {
|
|
59188
|
+
"text": "CriteriaClause[]"
|
|
59189
|
+
}
|
|
59190
|
+
},
|
|
59191
|
+
{
|
|
59192
|
+
"name": "fieldMetadata",
|
|
59193
|
+
"type": {
|
|
59194
|
+
"text": "MetadataDetail[] | string[]"
|
|
59195
|
+
}
|
|
59196
|
+
}
|
|
59197
|
+
]
|
|
59198
|
+
},
|
|
59199
|
+
{
|
|
59200
|
+
"kind": "function",
|
|
59201
|
+
"name": "validateGroups",
|
|
59202
|
+
"return": {
|
|
59203
|
+
"type": {
|
|
59204
|
+
"text": "GroupsValidationResult"
|
|
59205
|
+
}
|
|
59206
|
+
},
|
|
59207
|
+
"parameters": [
|
|
59208
|
+
{
|
|
59209
|
+
"name": "groups",
|
|
59210
|
+
"type": {
|
|
59211
|
+
"text": "CriteriaGroup[]"
|
|
59212
|
+
}
|
|
59213
|
+
},
|
|
59214
|
+
{
|
|
59215
|
+
"name": "fieldMetadata",
|
|
59216
|
+
"type": {
|
|
59217
|
+
"text": "MetadataDetail[] | string[]"
|
|
59218
|
+
}
|
|
59219
|
+
}
|
|
59220
|
+
],
|
|
59221
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
59222
|
+
}
|
|
59223
|
+
],
|
|
59224
|
+
"exports": [
|
|
59225
|
+
{
|
|
59226
|
+
"kind": "js",
|
|
59227
|
+
"name": "validateClauses",
|
|
59228
|
+
"declaration": {
|
|
59229
|
+
"name": "validateClauses",
|
|
59230
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59231
|
+
}
|
|
59232
|
+
},
|
|
59233
|
+
{
|
|
59234
|
+
"kind": "js",
|
|
59235
|
+
"name": "validateGroups",
|
|
59236
|
+
"declaration": {
|
|
59237
|
+
"name": "validateGroups",
|
|
59238
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59239
|
+
}
|
|
59240
|
+
}
|
|
59241
|
+
]
|
|
59242
|
+
},
|
|
59243
59243
|
{
|
|
59244
59244
|
"kind": "javascript-module",
|
|
59245
59245
|
"path": "src/environment-indicator/utils/configure.ts",
|