@genesislcap/foundation-ui 14.467.1-alpha-5e9a5600e.0 → 14.467.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,7 +1400,370 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1403
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
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",
|
|
1404
1767
|
"declarations": [],
|
|
1405
1768
|
"exports": [
|
|
1406
1769
|
{
|
|
@@ -1408,7 +1771,7 @@
|
|
|
1408
1771
|
"name": "*",
|
|
1409
1772
|
"declaration": {
|
|
1410
1773
|
"name": "*",
|
|
1411
|
-
"package": "./
|
|
1774
|
+
"package": "./accordion-item.template"
|
|
1412
1775
|
}
|
|
1413
1776
|
},
|
|
1414
1777
|
{
|
|
@@ -1416,7 +1779,7 @@
|
|
|
1416
1779
|
"name": "*",
|
|
1417
1780
|
"declaration": {
|
|
1418
1781
|
"name": "*",
|
|
1419
|
-
"package": "./
|
|
1782
|
+
"package": "./accordion-item.styles"
|
|
1420
1783
|
}
|
|
1421
1784
|
},
|
|
1422
1785
|
{
|
|
@@ -1424,7 +1787,7 @@
|
|
|
1424
1787
|
"name": "*",
|
|
1425
1788
|
"declaration": {
|
|
1426
1789
|
"name": "*",
|
|
1427
|
-
"package": "./
|
|
1790
|
+
"package": "./accordion-item"
|
|
1428
1791
|
}
|
|
1429
1792
|
}
|
|
1430
1793
|
]
|
|
@@ -1988,400 +2351,6 @@
|
|
|
1988
2351
|
}
|
|
1989
2352
|
]
|
|
1990
2353
|
},
|
|
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
|
-
},
|
|
2385
2354
|
{
|
|
2386
2355
|
"kind": "javascript-module",
|
|
2387
2356
|
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
@@ -3955,6 +3924,37 @@
|
|
|
3955
3924
|
}
|
|
3956
3925
|
]
|
|
3957
3926
|
},
|
|
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",
|
|
@@ -57711,6 +57711,197 @@
|
|
|
57711
57711
|
}
|
|
57712
57712
|
]
|
|
57713
57713
|
},
|
|
57714
|
+
{
|
|
57715
|
+
"kind": "javascript-module",
|
|
57716
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57717
|
+
"declarations": [],
|
|
57718
|
+
"exports": []
|
|
57719
|
+
},
|
|
57720
|
+
{
|
|
57721
|
+
"kind": "javascript-module",
|
|
57722
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57723
|
+
"declarations": [
|
|
57724
|
+
{
|
|
57725
|
+
"kind": "function",
|
|
57726
|
+
"name": "groupsToCriteria",
|
|
57727
|
+
"return": {
|
|
57728
|
+
"type": {
|
|
57729
|
+
"text": "string"
|
|
57730
|
+
}
|
|
57731
|
+
},
|
|
57732
|
+
"parameters": [
|
|
57733
|
+
{
|
|
57734
|
+
"name": "groups",
|
|
57735
|
+
"type": {
|
|
57736
|
+
"text": "CriteriaGroup[]"
|
|
57737
|
+
}
|
|
57738
|
+
}
|
|
57739
|
+
],
|
|
57740
|
+
"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."
|
|
57741
|
+
},
|
|
57742
|
+
{
|
|
57743
|
+
"kind": "variable",
|
|
57744
|
+
"name": "STRING_OPERATORS",
|
|
57745
|
+
"type": {
|
|
57746
|
+
"text": "CriteriaOperator[]"
|
|
57747
|
+
},
|
|
57748
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57749
|
+
},
|
|
57750
|
+
{
|
|
57751
|
+
"kind": "variable",
|
|
57752
|
+
"name": "NUMERIC_OPERATORS",
|
|
57753
|
+
"type": {
|
|
57754
|
+
"text": "CriteriaOperator[]"
|
|
57755
|
+
},
|
|
57756
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57757
|
+
},
|
|
57758
|
+
{
|
|
57759
|
+
"kind": "variable",
|
|
57760
|
+
"name": "DATE_OPERATORS",
|
|
57761
|
+
"type": {
|
|
57762
|
+
"text": "CriteriaOperator[]"
|
|
57763
|
+
},
|
|
57764
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57765
|
+
},
|
|
57766
|
+
{
|
|
57767
|
+
"kind": "variable",
|
|
57768
|
+
"name": "DATETIME_OPERATORS",
|
|
57769
|
+
"type": {
|
|
57770
|
+
"text": "CriteriaOperator[]"
|
|
57771
|
+
},
|
|
57772
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57773
|
+
},
|
|
57774
|
+
{
|
|
57775
|
+
"kind": "variable",
|
|
57776
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57777
|
+
"type": {
|
|
57778
|
+
"text": "Record<CriteriaOperator, string>"
|
|
57779
|
+
},
|
|
57780
|
+
"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}"
|
|
57781
|
+
}
|
|
57782
|
+
],
|
|
57783
|
+
"exports": [
|
|
57784
|
+
{
|
|
57785
|
+
"kind": "js",
|
|
57786
|
+
"name": "groupsToCriteria",
|
|
57787
|
+
"declaration": {
|
|
57788
|
+
"name": "groupsToCriteria",
|
|
57789
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57790
|
+
}
|
|
57791
|
+
},
|
|
57792
|
+
{
|
|
57793
|
+
"kind": "js",
|
|
57794
|
+
"name": "STRING_OPERATORS",
|
|
57795
|
+
"declaration": {
|
|
57796
|
+
"name": "STRING_OPERATORS",
|
|
57797
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57798
|
+
}
|
|
57799
|
+
},
|
|
57800
|
+
{
|
|
57801
|
+
"kind": "js",
|
|
57802
|
+
"name": "NUMERIC_OPERATORS",
|
|
57803
|
+
"declaration": {
|
|
57804
|
+
"name": "NUMERIC_OPERATORS",
|
|
57805
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57806
|
+
}
|
|
57807
|
+
},
|
|
57808
|
+
{
|
|
57809
|
+
"kind": "js",
|
|
57810
|
+
"name": "DATE_OPERATORS",
|
|
57811
|
+
"declaration": {
|
|
57812
|
+
"name": "DATE_OPERATORS",
|
|
57813
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57814
|
+
}
|
|
57815
|
+
},
|
|
57816
|
+
{
|
|
57817
|
+
"kind": "js",
|
|
57818
|
+
"name": "DATETIME_OPERATORS",
|
|
57819
|
+
"declaration": {
|
|
57820
|
+
"name": "DATETIME_OPERATORS",
|
|
57821
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57822
|
+
}
|
|
57823
|
+
},
|
|
57824
|
+
{
|
|
57825
|
+
"kind": "js",
|
|
57826
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57827
|
+
"declaration": {
|
|
57828
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57829
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57830
|
+
}
|
|
57831
|
+
}
|
|
57832
|
+
]
|
|
57833
|
+
},
|
|
57834
|
+
{
|
|
57835
|
+
"kind": "javascript-module",
|
|
57836
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57837
|
+
"declarations": [
|
|
57838
|
+
{
|
|
57839
|
+
"kind": "function",
|
|
57840
|
+
"name": "validateClauses",
|
|
57841
|
+
"return": {
|
|
57842
|
+
"type": {
|
|
57843
|
+
"text": "ValidationResult"
|
|
57844
|
+
}
|
|
57845
|
+
},
|
|
57846
|
+
"parameters": [
|
|
57847
|
+
{
|
|
57848
|
+
"name": "clauses",
|
|
57849
|
+
"type": {
|
|
57850
|
+
"text": "CriteriaClause[]"
|
|
57851
|
+
}
|
|
57852
|
+
},
|
|
57853
|
+
{
|
|
57854
|
+
"name": "fieldMetadata",
|
|
57855
|
+
"type": {
|
|
57856
|
+
"text": "MetadataDetail[] | string[]"
|
|
57857
|
+
}
|
|
57858
|
+
}
|
|
57859
|
+
]
|
|
57860
|
+
},
|
|
57861
|
+
{
|
|
57862
|
+
"kind": "function",
|
|
57863
|
+
"name": "validateGroups",
|
|
57864
|
+
"return": {
|
|
57865
|
+
"type": {
|
|
57866
|
+
"text": "GroupsValidationResult"
|
|
57867
|
+
}
|
|
57868
|
+
},
|
|
57869
|
+
"parameters": [
|
|
57870
|
+
{
|
|
57871
|
+
"name": "groups",
|
|
57872
|
+
"type": {
|
|
57873
|
+
"text": "CriteriaGroup[]"
|
|
57874
|
+
}
|
|
57875
|
+
},
|
|
57876
|
+
{
|
|
57877
|
+
"name": "fieldMetadata",
|
|
57878
|
+
"type": {
|
|
57879
|
+
"text": "MetadataDetail[] | string[]"
|
|
57880
|
+
}
|
|
57881
|
+
}
|
|
57882
|
+
],
|
|
57883
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57884
|
+
}
|
|
57885
|
+
],
|
|
57886
|
+
"exports": [
|
|
57887
|
+
{
|
|
57888
|
+
"kind": "js",
|
|
57889
|
+
"name": "validateClauses",
|
|
57890
|
+
"declaration": {
|
|
57891
|
+
"name": "validateClauses",
|
|
57892
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57893
|
+
}
|
|
57894
|
+
},
|
|
57895
|
+
{
|
|
57896
|
+
"kind": "js",
|
|
57897
|
+
"name": "validateGroups",
|
|
57898
|
+
"declaration": {
|
|
57899
|
+
"name": "validateGroups",
|
|
57900
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57901
|
+
}
|
|
57902
|
+
}
|
|
57903
|
+
]
|
|
57904
|
+
},
|
|
57714
57905
|
{
|
|
57715
57906
|
"kind": "javascript-module",
|
|
57716
57907
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -59083,197 +59274,6 @@
|
|
|
59083
59274
|
"declarations": [],
|
|
59084
59275
|
"exports": []
|
|
59085
59276
|
},
|
|
59086
|
-
{
|
|
59087
|
-
"kind": "javascript-module",
|
|
59088
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59089
|
-
"declarations": [],
|
|
59090
|
-
"exports": []
|
|
59091
|
-
},
|
|
59092
|
-
{
|
|
59093
|
-
"kind": "javascript-module",
|
|
59094
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59095
|
-
"declarations": [
|
|
59096
|
-
{
|
|
59097
|
-
"kind": "function",
|
|
59098
|
-
"name": "groupsToCriteria",
|
|
59099
|
-
"return": {
|
|
59100
|
-
"type": {
|
|
59101
|
-
"text": "string"
|
|
59102
|
-
}
|
|
59103
|
-
},
|
|
59104
|
-
"parameters": [
|
|
59105
|
-
{
|
|
59106
|
-
"name": "groups",
|
|
59107
|
-
"type": {
|
|
59108
|
-
"text": "CriteriaGroup[]"
|
|
59109
|
-
}
|
|
59110
|
-
}
|
|
59111
|
-
],
|
|
59112
|
-
"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."
|
|
59113
|
-
},
|
|
59114
|
-
{
|
|
59115
|
-
"kind": "variable",
|
|
59116
|
-
"name": "STRING_OPERATORS",
|
|
59117
|
-
"type": {
|
|
59118
|
-
"text": "CriteriaOperator[]"
|
|
59119
|
-
},
|
|
59120
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59121
|
-
},
|
|
59122
|
-
{
|
|
59123
|
-
"kind": "variable",
|
|
59124
|
-
"name": "NUMERIC_OPERATORS",
|
|
59125
|
-
"type": {
|
|
59126
|
-
"text": "CriteriaOperator[]"
|
|
59127
|
-
},
|
|
59128
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59129
|
-
},
|
|
59130
|
-
{
|
|
59131
|
-
"kind": "variable",
|
|
59132
|
-
"name": "DATE_OPERATORS",
|
|
59133
|
-
"type": {
|
|
59134
|
-
"text": "CriteriaOperator[]"
|
|
59135
|
-
},
|
|
59136
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59137
|
-
},
|
|
59138
|
-
{
|
|
59139
|
-
"kind": "variable",
|
|
59140
|
-
"name": "DATETIME_OPERATORS",
|
|
59141
|
-
"type": {
|
|
59142
|
-
"text": "CriteriaOperator[]"
|
|
59143
|
-
},
|
|
59144
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59145
|
-
},
|
|
59146
|
-
{
|
|
59147
|
-
"kind": "variable",
|
|
59148
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59149
|
-
"type": {
|
|
59150
|
-
"text": "Record<CriteriaOperator, string>"
|
|
59151
|
-
},
|
|
59152
|
-
"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}"
|
|
59153
|
-
}
|
|
59154
|
-
],
|
|
59155
|
-
"exports": [
|
|
59156
|
-
{
|
|
59157
|
-
"kind": "js",
|
|
59158
|
-
"name": "groupsToCriteria",
|
|
59159
|
-
"declaration": {
|
|
59160
|
-
"name": "groupsToCriteria",
|
|
59161
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59162
|
-
}
|
|
59163
|
-
},
|
|
59164
|
-
{
|
|
59165
|
-
"kind": "js",
|
|
59166
|
-
"name": "STRING_OPERATORS",
|
|
59167
|
-
"declaration": {
|
|
59168
|
-
"name": "STRING_OPERATORS",
|
|
59169
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59170
|
-
}
|
|
59171
|
-
},
|
|
59172
|
-
{
|
|
59173
|
-
"kind": "js",
|
|
59174
|
-
"name": "NUMERIC_OPERATORS",
|
|
59175
|
-
"declaration": {
|
|
59176
|
-
"name": "NUMERIC_OPERATORS",
|
|
59177
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59178
|
-
}
|
|
59179
|
-
},
|
|
59180
|
-
{
|
|
59181
|
-
"kind": "js",
|
|
59182
|
-
"name": "DATE_OPERATORS",
|
|
59183
|
-
"declaration": {
|
|
59184
|
-
"name": "DATE_OPERATORS",
|
|
59185
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59186
|
-
}
|
|
59187
|
-
},
|
|
59188
|
-
{
|
|
59189
|
-
"kind": "js",
|
|
59190
|
-
"name": "DATETIME_OPERATORS",
|
|
59191
|
-
"declaration": {
|
|
59192
|
-
"name": "DATETIME_OPERATORS",
|
|
59193
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59194
|
-
}
|
|
59195
|
-
},
|
|
59196
|
-
{
|
|
59197
|
-
"kind": "js",
|
|
59198
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59199
|
-
"declaration": {
|
|
59200
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59201
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59202
|
-
}
|
|
59203
|
-
}
|
|
59204
|
-
]
|
|
59205
|
-
},
|
|
59206
|
-
{
|
|
59207
|
-
"kind": "javascript-module",
|
|
59208
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
59209
|
-
"declarations": [
|
|
59210
|
-
{
|
|
59211
|
-
"kind": "function",
|
|
59212
|
-
"name": "validateClauses",
|
|
59213
|
-
"return": {
|
|
59214
|
-
"type": {
|
|
59215
|
-
"text": "ValidationResult"
|
|
59216
|
-
}
|
|
59217
|
-
},
|
|
59218
|
-
"parameters": [
|
|
59219
|
-
{
|
|
59220
|
-
"name": "clauses",
|
|
59221
|
-
"type": {
|
|
59222
|
-
"text": "CriteriaClause[]"
|
|
59223
|
-
}
|
|
59224
|
-
},
|
|
59225
|
-
{
|
|
59226
|
-
"name": "fieldMetadata",
|
|
59227
|
-
"type": {
|
|
59228
|
-
"text": "MetadataDetail[] | string[]"
|
|
59229
|
-
}
|
|
59230
|
-
}
|
|
59231
|
-
]
|
|
59232
|
-
},
|
|
59233
|
-
{
|
|
59234
|
-
"kind": "function",
|
|
59235
|
-
"name": "validateGroups",
|
|
59236
|
-
"return": {
|
|
59237
|
-
"type": {
|
|
59238
|
-
"text": "GroupsValidationResult"
|
|
59239
|
-
}
|
|
59240
|
-
},
|
|
59241
|
-
"parameters": [
|
|
59242
|
-
{
|
|
59243
|
-
"name": "groups",
|
|
59244
|
-
"type": {
|
|
59245
|
-
"text": "CriteriaGroup[]"
|
|
59246
|
-
}
|
|
59247
|
-
},
|
|
59248
|
-
{
|
|
59249
|
-
"name": "fieldMetadata",
|
|
59250
|
-
"type": {
|
|
59251
|
-
"text": "MetadataDetail[] | string[]"
|
|
59252
|
-
}
|
|
59253
|
-
}
|
|
59254
|
-
],
|
|
59255
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
59256
|
-
}
|
|
59257
|
-
],
|
|
59258
|
-
"exports": [
|
|
59259
|
-
{
|
|
59260
|
-
"kind": "js",
|
|
59261
|
-
"name": "validateClauses",
|
|
59262
|
-
"declaration": {
|
|
59263
|
-
"name": "validateClauses",
|
|
59264
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59265
|
-
}
|
|
59266
|
-
},
|
|
59267
|
-
{
|
|
59268
|
-
"kind": "js",
|
|
59269
|
-
"name": "validateGroups",
|
|
59270
|
-
"declaration": {
|
|
59271
|
-
"name": "validateGroups",
|
|
59272
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59273
|
-
}
|
|
59274
|
-
}
|
|
59275
|
-
]
|
|
59276
|
-
},
|
|
59277
59277
|
{
|
|
59278
59278
|
"kind": "javascript-module",
|
|
59279
59279
|
"path": "src/environment-indicator/utils/configure.ts",
|