@genesislcap/foundation-ui 15.10.3 → 15.10.5

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +616 -616
  2. package/package.json +19 -19
@@ -956,6 +956,400 @@
956
956
  }
957
957
  ]
958
958
  },
959
+ {
960
+ "kind": "javascript-module",
961
+ "path": "src/accordion-item/accordion-item.styles.ts",
962
+ "declarations": [
963
+ {
964
+ "kind": "function",
965
+ "name": "foundationAccordionItemStyles",
966
+ "return": {
967
+ "type": {
968
+ "text": "ElementStyles"
969
+ }
970
+ },
971
+ "parameters": [
972
+ {
973
+ "name": "context",
974
+ "type": {
975
+ "text": "ElementDefinitionContext"
976
+ }
977
+ },
978
+ {
979
+ "name": "definition",
980
+ "type": {
981
+ "text": "FoundationElementDefinition"
982
+ }
983
+ }
984
+ ]
985
+ }
986
+ ],
987
+ "exports": [
988
+ {
989
+ "kind": "js",
990
+ "name": "foundationAccordionItemStyles",
991
+ "declaration": {
992
+ "name": "foundationAccordionItemStyles",
993
+ "module": "src/accordion-item/accordion-item.styles.ts"
994
+ }
995
+ }
996
+ ]
997
+ },
998
+ {
999
+ "kind": "javascript-module",
1000
+ "path": "src/accordion-item/accordion-item.template.ts",
1001
+ "declarations": [
1002
+ {
1003
+ "kind": "function",
1004
+ "name": "foundationAccordionItemTemplate",
1005
+ "return": {
1006
+ "type": {
1007
+ "text": "ViewTemplate<AccordionItem>"
1008
+ }
1009
+ },
1010
+ "parameters": [
1011
+ {
1012
+ "name": "context",
1013
+ "type": {
1014
+ "text": "ElementDefinitionContext"
1015
+ }
1016
+ },
1017
+ {
1018
+ "name": "definition",
1019
+ "type": {
1020
+ "text": "FoundationElementDefinition"
1021
+ }
1022
+ }
1023
+ ]
1024
+ }
1025
+ ],
1026
+ "exports": [
1027
+ {
1028
+ "kind": "js",
1029
+ "name": "foundationAccordionItemTemplate",
1030
+ "declaration": {
1031
+ "name": "foundationAccordionItemTemplate",
1032
+ "module": "src/accordion-item/accordion-item.template.ts"
1033
+ }
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "kind": "javascript-module",
1039
+ "path": "src/accordion-item/accordion-item.ts",
1040
+ "declarations": [
1041
+ {
1042
+ "kind": "class",
1043
+ "description": "",
1044
+ "name": "AccordionItem",
1045
+ "superclass": {
1046
+ "name": "FASTAccordionItem",
1047
+ "package": "@microsoft/fast-components"
1048
+ },
1049
+ "tagName": "%%prefix%%-accordion-item",
1050
+ "customElement": true,
1051
+ "attributes": [
1052
+ {
1053
+ "name": "heading-level",
1054
+ "type": {
1055
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1056
+ },
1057
+ "default": "2",
1058
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1059
+ "fieldName": "headinglevel",
1060
+ "inheritedFrom": {
1061
+ "name": "AccordionItem",
1062
+ "module": "src/accordion-item/accordion-item.ts"
1063
+ }
1064
+ },
1065
+ {
1066
+ "type": {
1067
+ "text": "boolean"
1068
+ },
1069
+ "default": "false",
1070
+ "description": "Expands or collapses the item.",
1071
+ "fieldName": "expanded",
1072
+ "inheritedFrom": {
1073
+ "name": "AccordionItem",
1074
+ "module": "src/accordion-item/accordion-item.ts"
1075
+ }
1076
+ },
1077
+ {
1078
+ "name": "id",
1079
+ "type": {
1080
+ "text": "string"
1081
+ },
1082
+ "description": "The item ID",
1083
+ "fieldName": "id",
1084
+ "inheritedFrom": {
1085
+ "name": "AccordionItem",
1086
+ "module": "src/accordion-item/accordion-item.ts"
1087
+ }
1088
+ }
1089
+ ],
1090
+ "members": [
1091
+ {
1092
+ "kind": "field",
1093
+ "name": "headinglevel",
1094
+ "type": {
1095
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1096
+ },
1097
+ "privacy": "public",
1098
+ "default": "2",
1099
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1100
+ "inheritedFrom": {
1101
+ "name": "AccordionItem",
1102
+ "module": "src/accordion-item/accordion-item.ts"
1103
+ }
1104
+ },
1105
+ {
1106
+ "kind": "field",
1107
+ "name": "expanded",
1108
+ "type": {
1109
+ "text": "boolean"
1110
+ },
1111
+ "privacy": "public",
1112
+ "default": "false",
1113
+ "description": "Expands or collapses the item.",
1114
+ "inheritedFrom": {
1115
+ "name": "AccordionItem",
1116
+ "module": "src/accordion-item/accordion-item.ts"
1117
+ }
1118
+ },
1119
+ {
1120
+ "kind": "field",
1121
+ "name": "id",
1122
+ "type": {
1123
+ "text": "string"
1124
+ },
1125
+ "privacy": "public",
1126
+ "description": "The item ID",
1127
+ "inheritedFrom": {
1128
+ "name": "AccordionItem",
1129
+ "module": "src/accordion-item/accordion-item.ts"
1130
+ }
1131
+ },
1132
+ {
1133
+ "kind": "field",
1134
+ "name": "change",
1135
+ "privacy": "private",
1136
+ "inheritedFrom": {
1137
+ "name": "AccordionItem",
1138
+ "module": "src/accordion-item/accordion-item.ts"
1139
+ }
1140
+ },
1141
+ {
1142
+ "kind": "field",
1143
+ "name": "_presentation",
1144
+ "type": {
1145
+ "text": "ComponentPresentation | null | undefined"
1146
+ },
1147
+ "privacy": "private",
1148
+ "default": "void 0",
1149
+ "inheritedFrom": {
1150
+ "name": "FoundationElement",
1151
+ "module": "src/foundation-element/foundation-element.ts"
1152
+ }
1153
+ },
1154
+ {
1155
+ "kind": "field",
1156
+ "name": "$presentation",
1157
+ "type": {
1158
+ "text": "ComponentPresentation | null"
1159
+ },
1160
+ "privacy": "public",
1161
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1162
+ "inheritedFrom": {
1163
+ "name": "FoundationElement",
1164
+ "module": "src/foundation-element/foundation-element.ts"
1165
+ }
1166
+ },
1167
+ {
1168
+ "kind": "field",
1169
+ "name": "template",
1170
+ "type": {
1171
+ "text": "ElementViewTemplate | void | null"
1172
+ },
1173
+ "privacy": "public",
1174
+ "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.",
1175
+ "inheritedFrom": {
1176
+ "name": "FoundationElement",
1177
+ "module": "src/foundation-element/foundation-element.ts"
1178
+ }
1179
+ },
1180
+ {
1181
+ "kind": "method",
1182
+ "name": "templateChanged",
1183
+ "privacy": "protected",
1184
+ "return": {
1185
+ "type": {
1186
+ "text": "void"
1187
+ }
1188
+ },
1189
+ "inheritedFrom": {
1190
+ "name": "FoundationElement",
1191
+ "module": "src/foundation-element/foundation-element.ts"
1192
+ }
1193
+ },
1194
+ {
1195
+ "kind": "field",
1196
+ "name": "styles",
1197
+ "type": {
1198
+ "text": "ElementStyles | void | null"
1199
+ },
1200
+ "privacy": "public",
1201
+ "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.",
1202
+ "inheritedFrom": {
1203
+ "name": "FoundationElement",
1204
+ "module": "src/foundation-element/foundation-element.ts"
1205
+ }
1206
+ },
1207
+ {
1208
+ "kind": "method",
1209
+ "name": "stylesChanged",
1210
+ "privacy": "protected",
1211
+ "return": {
1212
+ "type": {
1213
+ "text": "void"
1214
+ }
1215
+ },
1216
+ "inheritedFrom": {
1217
+ "name": "FoundationElement",
1218
+ "module": "src/foundation-element/foundation-element.ts"
1219
+ }
1220
+ },
1221
+ {
1222
+ "kind": "method",
1223
+ "name": "compose",
1224
+ "privacy": "public",
1225
+ "static": true,
1226
+ "return": {
1227
+ "type": {
1228
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1229
+ }
1230
+ },
1231
+ "parameters": [
1232
+ {
1233
+ "name": "this",
1234
+ "type": {
1235
+ "text": "K"
1236
+ }
1237
+ },
1238
+ {
1239
+ "name": "elementDefinition",
1240
+ "type": {
1241
+ "text": "T"
1242
+ },
1243
+ "description": "The definition of the element to create the registry\nfunction for."
1244
+ }
1245
+ ],
1246
+ "description": "Defines an element registry function with a set of element definition defaults.",
1247
+ "inheritedFrom": {
1248
+ "name": "FoundationElement",
1249
+ "module": "src/foundation-element/foundation-element.ts"
1250
+ }
1251
+ }
1252
+ ],
1253
+ "events": [
1254
+ {
1255
+ "description": "Fires a custom 'change' event when the button is invoked",
1256
+ "name": "change",
1257
+ "inheritedFrom": {
1258
+ "name": "AccordionItem",
1259
+ "module": "src/accordion-item/accordion-item.ts"
1260
+ }
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "kind": "variable",
1266
+ "name": "foundationAccordionItemShadowOptions",
1267
+ "type": {
1268
+ "text": "ShadowRootInit"
1269
+ },
1270
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1271
+ },
1272
+ {
1273
+ "kind": "variable",
1274
+ "name": "defaultAccordionItemConfig",
1275
+ "type": {
1276
+ "text": "object"
1277
+ },
1278
+ "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}"
1279
+ },
1280
+ {
1281
+ "kind": "variable",
1282
+ "name": "foundationAccordionItem",
1283
+ "description": "The Foundation Accordion Item",
1284
+ "privacy": "public"
1285
+ }
1286
+ ],
1287
+ "exports": [
1288
+ {
1289
+ "kind": "js",
1290
+ "name": "AccordionItem",
1291
+ "declaration": {
1292
+ "name": "AccordionItem",
1293
+ "module": "src/accordion-item/accordion-item.ts"
1294
+ }
1295
+ },
1296
+ {
1297
+ "kind": "js",
1298
+ "name": "foundationAccordionItemShadowOptions",
1299
+ "declaration": {
1300
+ "name": "foundationAccordionItemShadowOptions",
1301
+ "module": "src/accordion-item/accordion-item.ts"
1302
+ }
1303
+ },
1304
+ {
1305
+ "kind": "js",
1306
+ "name": "defaultAccordionItemConfig",
1307
+ "declaration": {
1308
+ "name": "defaultAccordionItemConfig",
1309
+ "module": "src/accordion-item/accordion-item.ts"
1310
+ }
1311
+ },
1312
+ {
1313
+ "kind": "js",
1314
+ "name": "foundationAccordionItem",
1315
+ "declaration": {
1316
+ "name": "foundationAccordionItem",
1317
+ "module": "src/accordion-item/accordion-item.ts"
1318
+ }
1319
+ }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "kind": "javascript-module",
1324
+ "path": "src/accordion-item/index.ts",
1325
+ "declarations": [],
1326
+ "exports": [
1327
+ {
1328
+ "kind": "js",
1329
+ "name": "*",
1330
+ "declaration": {
1331
+ "name": "*",
1332
+ "package": "./accordion-item.template"
1333
+ }
1334
+ },
1335
+ {
1336
+ "kind": "js",
1337
+ "name": "*",
1338
+ "declaration": {
1339
+ "name": "*",
1340
+ "package": "./accordion-item.styles"
1341
+ }
1342
+ },
1343
+ {
1344
+ "kind": "js",
1345
+ "name": "*",
1346
+ "declaration": {
1347
+ "name": "*",
1348
+ "package": "./accordion-item"
1349
+ }
1350
+ }
1351
+ ]
1352
+ },
959
1353
  {
960
1354
  "kind": "javascript-module",
961
1355
  "path": "src/_common/affix-mixin.ts",
@@ -1422,431 +1816,6 @@
1422
1816
  }
1423
1817
  ]
1424
1818
  },
1425
- {
1426
- "kind": "javascript-module",
1427
- "path": "src/accordion-item/accordion-item.styles.ts",
1428
- "declarations": [
1429
- {
1430
- "kind": "function",
1431
- "name": "foundationAccordionItemStyles",
1432
- "return": {
1433
- "type": {
1434
- "text": "ElementStyles"
1435
- }
1436
- },
1437
- "parameters": [
1438
- {
1439
- "name": "context",
1440
- "type": {
1441
- "text": "ElementDefinitionContext"
1442
- }
1443
- },
1444
- {
1445
- "name": "definition",
1446
- "type": {
1447
- "text": "FoundationElementDefinition"
1448
- }
1449
- }
1450
- ]
1451
- }
1452
- ],
1453
- "exports": [
1454
- {
1455
- "kind": "js",
1456
- "name": "foundationAccordionItemStyles",
1457
- "declaration": {
1458
- "name": "foundationAccordionItemStyles",
1459
- "module": "src/accordion-item/accordion-item.styles.ts"
1460
- }
1461
- }
1462
- ]
1463
- },
1464
- {
1465
- "kind": "javascript-module",
1466
- "path": "src/accordion-item/accordion-item.template.ts",
1467
- "declarations": [
1468
- {
1469
- "kind": "function",
1470
- "name": "foundationAccordionItemTemplate",
1471
- "return": {
1472
- "type": {
1473
- "text": "ViewTemplate<AccordionItem>"
1474
- }
1475
- },
1476
- "parameters": [
1477
- {
1478
- "name": "context",
1479
- "type": {
1480
- "text": "ElementDefinitionContext"
1481
- }
1482
- },
1483
- {
1484
- "name": "definition",
1485
- "type": {
1486
- "text": "FoundationElementDefinition"
1487
- }
1488
- }
1489
- ]
1490
- }
1491
- ],
1492
- "exports": [
1493
- {
1494
- "kind": "js",
1495
- "name": "foundationAccordionItemTemplate",
1496
- "declaration": {
1497
- "name": "foundationAccordionItemTemplate",
1498
- "module": "src/accordion-item/accordion-item.template.ts"
1499
- }
1500
- }
1501
- ]
1502
- },
1503
- {
1504
- "kind": "javascript-module",
1505
- "path": "src/accordion-item/accordion-item.ts",
1506
- "declarations": [
1507
- {
1508
- "kind": "class",
1509
- "description": "",
1510
- "name": "AccordionItem",
1511
- "superclass": {
1512
- "name": "FASTAccordionItem",
1513
- "package": "@microsoft/fast-components"
1514
- },
1515
- "tagName": "%%prefix%%-accordion-item",
1516
- "customElement": true,
1517
- "attributes": [
1518
- {
1519
- "name": "heading-level",
1520
- "type": {
1521
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1522
- },
1523
- "default": "2",
1524
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1525
- "fieldName": "headinglevel",
1526
- "inheritedFrom": {
1527
- "name": "AccordionItem",
1528
- "module": "src/accordion-item/accordion-item.ts"
1529
- }
1530
- },
1531
- {
1532
- "type": {
1533
- "text": "boolean"
1534
- },
1535
- "default": "false",
1536
- "description": "Expands or collapses the item.",
1537
- "fieldName": "expanded",
1538
- "inheritedFrom": {
1539
- "name": "AccordionItem",
1540
- "module": "src/accordion-item/accordion-item.ts"
1541
- }
1542
- },
1543
- {
1544
- "name": "id",
1545
- "type": {
1546
- "text": "string"
1547
- },
1548
- "description": "The item ID",
1549
- "fieldName": "id",
1550
- "inheritedFrom": {
1551
- "name": "AccordionItem",
1552
- "module": "src/accordion-item/accordion-item.ts"
1553
- }
1554
- }
1555
- ],
1556
- "members": [
1557
- {
1558
- "kind": "field",
1559
- "name": "headinglevel",
1560
- "type": {
1561
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1562
- },
1563
- "privacy": "public",
1564
- "default": "2",
1565
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1566
- "inheritedFrom": {
1567
- "name": "AccordionItem",
1568
- "module": "src/accordion-item/accordion-item.ts"
1569
- }
1570
- },
1571
- {
1572
- "kind": "field",
1573
- "name": "expanded",
1574
- "type": {
1575
- "text": "boolean"
1576
- },
1577
- "privacy": "public",
1578
- "default": "false",
1579
- "description": "Expands or collapses the item.",
1580
- "inheritedFrom": {
1581
- "name": "AccordionItem",
1582
- "module": "src/accordion-item/accordion-item.ts"
1583
- }
1584
- },
1585
- {
1586
- "kind": "field",
1587
- "name": "id",
1588
- "type": {
1589
- "text": "string"
1590
- },
1591
- "privacy": "public",
1592
- "description": "The item ID",
1593
- "inheritedFrom": {
1594
- "name": "AccordionItem",
1595
- "module": "src/accordion-item/accordion-item.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "field",
1600
- "name": "change",
1601
- "privacy": "private",
1602
- "inheritedFrom": {
1603
- "name": "AccordionItem",
1604
- "module": "src/accordion-item/accordion-item.ts"
1605
- }
1606
- },
1607
- {
1608
- "kind": "field",
1609
- "name": "_presentation",
1610
- "type": {
1611
- "text": "ComponentPresentation | null | undefined"
1612
- },
1613
- "privacy": "private",
1614
- "default": "void 0",
1615
- "inheritedFrom": {
1616
- "name": "FoundationElement",
1617
- "module": "src/foundation-element/foundation-element.ts"
1618
- }
1619
- },
1620
- {
1621
- "kind": "field",
1622
- "name": "$presentation",
1623
- "type": {
1624
- "text": "ComponentPresentation | null"
1625
- },
1626
- "privacy": "public",
1627
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1628
- "inheritedFrom": {
1629
- "name": "FoundationElement",
1630
- "module": "src/foundation-element/foundation-element.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "field",
1635
- "name": "template",
1636
- "type": {
1637
- "text": "ElementViewTemplate | void | null"
1638
- },
1639
- "privacy": "public",
1640
- "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.",
1641
- "inheritedFrom": {
1642
- "name": "FoundationElement",
1643
- "module": "src/foundation-element/foundation-element.ts"
1644
- }
1645
- },
1646
- {
1647
- "kind": "method",
1648
- "name": "templateChanged",
1649
- "privacy": "protected",
1650
- "return": {
1651
- "type": {
1652
- "text": "void"
1653
- }
1654
- },
1655
- "inheritedFrom": {
1656
- "name": "FoundationElement",
1657
- "module": "src/foundation-element/foundation-element.ts"
1658
- }
1659
- },
1660
- {
1661
- "kind": "field",
1662
- "name": "styles",
1663
- "type": {
1664
- "text": "ElementStyles | void | null"
1665
- },
1666
- "privacy": "public",
1667
- "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.",
1668
- "inheritedFrom": {
1669
- "name": "FoundationElement",
1670
- "module": "src/foundation-element/foundation-element.ts"
1671
- }
1672
- },
1673
- {
1674
- "kind": "method",
1675
- "name": "stylesChanged",
1676
- "privacy": "protected",
1677
- "return": {
1678
- "type": {
1679
- "text": "void"
1680
- }
1681
- },
1682
- "inheritedFrom": {
1683
- "name": "FoundationElement",
1684
- "module": "src/foundation-element/foundation-element.ts"
1685
- }
1686
- },
1687
- {
1688
- "kind": "method",
1689
- "name": "compose",
1690
- "privacy": "public",
1691
- "static": true,
1692
- "return": {
1693
- "type": {
1694
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1695
- }
1696
- },
1697
- "parameters": [
1698
- {
1699
- "name": "this",
1700
- "type": {
1701
- "text": "K"
1702
- }
1703
- },
1704
- {
1705
- "name": "elementDefinition",
1706
- "type": {
1707
- "text": "T"
1708
- },
1709
- "description": "The definition of the element to create the registry\nfunction for."
1710
- }
1711
- ],
1712
- "description": "Defines an element registry function with a set of element definition defaults.",
1713
- "inheritedFrom": {
1714
- "name": "FoundationElement",
1715
- "module": "src/foundation-element/foundation-element.ts"
1716
- }
1717
- }
1718
- ],
1719
- "events": [
1720
- {
1721
- "description": "Fires a custom 'change' event when the button is invoked",
1722
- "name": "change",
1723
- "inheritedFrom": {
1724
- "name": "AccordionItem",
1725
- "module": "src/accordion-item/accordion-item.ts"
1726
- }
1727
- }
1728
- ]
1729
- },
1730
- {
1731
- "kind": "variable",
1732
- "name": "foundationAccordionItemShadowOptions",
1733
- "type": {
1734
- "text": "ShadowRootInit"
1735
- },
1736
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1737
- },
1738
- {
1739
- "kind": "variable",
1740
- "name": "defaultAccordionItemConfig",
1741
- "type": {
1742
- "text": "object"
1743
- },
1744
- "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}"
1745
- },
1746
- {
1747
- "kind": "variable",
1748
- "name": "foundationAccordionItem",
1749
- "description": "The Foundation Accordion Item",
1750
- "privacy": "public"
1751
- }
1752
- ],
1753
- "exports": [
1754
- {
1755
- "kind": "js",
1756
- "name": "AccordionItem",
1757
- "declaration": {
1758
- "name": "AccordionItem",
1759
- "module": "src/accordion-item/accordion-item.ts"
1760
- }
1761
- },
1762
- {
1763
- "kind": "js",
1764
- "name": "foundationAccordionItemShadowOptions",
1765
- "declaration": {
1766
- "name": "foundationAccordionItemShadowOptions",
1767
- "module": "src/accordion-item/accordion-item.ts"
1768
- }
1769
- },
1770
- {
1771
- "kind": "js",
1772
- "name": "defaultAccordionItemConfig",
1773
- "declaration": {
1774
- "name": "defaultAccordionItemConfig",
1775
- "module": "src/accordion-item/accordion-item.ts"
1776
- }
1777
- },
1778
- {
1779
- "kind": "js",
1780
- "name": "foundationAccordionItem",
1781
- "declaration": {
1782
- "name": "foundationAccordionItem",
1783
- "module": "src/accordion-item/accordion-item.ts"
1784
- }
1785
- }
1786
- ]
1787
- },
1788
- {
1789
- "kind": "javascript-module",
1790
- "path": "src/accordion-item/index.ts",
1791
- "declarations": [],
1792
- "exports": [
1793
- {
1794
- "kind": "js",
1795
- "name": "*",
1796
- "declaration": {
1797
- "name": "*",
1798
- "package": "./accordion-item.template"
1799
- }
1800
- },
1801
- {
1802
- "kind": "js",
1803
- "name": "*",
1804
- "declaration": {
1805
- "name": "*",
1806
- "package": "./accordion-item.styles"
1807
- }
1808
- },
1809
- {
1810
- "kind": "js",
1811
- "name": "*",
1812
- "declaration": {
1813
- "name": "*",
1814
- "package": "./accordion-item"
1815
- }
1816
- }
1817
- ]
1818
- },
1819
- {
1820
- "kind": "javascript-module",
1821
- "path": "src/_config/index.ts",
1822
- "declarations": [],
1823
- "exports": [
1824
- {
1825
- "kind": "js",
1826
- "name": "*",
1827
- "declaration": {
1828
- "name": "*",
1829
- "package": "./styles"
1830
- }
1831
- },
1832
- {
1833
- "kind": "js",
1834
- "name": "*",
1835
- "declaration": {
1836
- "name": "*",
1837
- "package": "./tokens"
1838
- }
1839
- },
1840
- {
1841
- "kind": "js",
1842
- "name": "*",
1843
- "declaration": {
1844
- "name": "*",
1845
- "package": "./values"
1846
- }
1847
- }
1848
- ]
1849
- },
1850
1819
  {
1851
1820
  "kind": "javascript-module",
1852
1821
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -3542,6 +3511,37 @@
3542
3511
  }
3543
3512
  ]
3544
3513
  },
3514
+ {
3515
+ "kind": "javascript-module",
3516
+ "path": "src/_config/index.ts",
3517
+ "declarations": [],
3518
+ "exports": [
3519
+ {
3520
+ "kind": "js",
3521
+ "name": "*",
3522
+ "declaration": {
3523
+ "name": "*",
3524
+ "package": "./styles"
3525
+ }
3526
+ },
3527
+ {
3528
+ "kind": "js",
3529
+ "name": "*",
3530
+ "declaration": {
3531
+ "name": "*",
3532
+ "package": "./tokens"
3533
+ }
3534
+ },
3535
+ {
3536
+ "kind": "js",
3537
+ "name": "*",
3538
+ "declaration": {
3539
+ "name": "*",
3540
+ "package": "./values"
3541
+ }
3542
+ }
3543
+ ]
3544
+ },
3545
3545
  {
3546
3546
  "kind": "javascript-module",
3547
3547
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -59965,6 +59965,197 @@
59965
59965
  }
59966
59966
  ]
59967
59967
  },
59968
+ {
59969
+ "kind": "javascript-module",
59970
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59971
+ "declarations": [],
59972
+ "exports": []
59973
+ },
59974
+ {
59975
+ "kind": "javascript-module",
59976
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
59977
+ "declarations": [
59978
+ {
59979
+ "kind": "function",
59980
+ "name": "groupsToCriteria",
59981
+ "return": {
59982
+ "type": {
59983
+ "text": "string"
59984
+ }
59985
+ },
59986
+ "parameters": [
59987
+ {
59988
+ "name": "groups",
59989
+ "type": {
59990
+ "text": "CriteriaGroup[]"
59991
+ }
59992
+ }
59993
+ ],
59994
+ "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."
59995
+ },
59996
+ {
59997
+ "kind": "variable",
59998
+ "name": "STRING_OPERATORS",
59999
+ "type": {
60000
+ "text": "CriteriaOperator[]"
60001
+ },
60002
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
60003
+ },
60004
+ {
60005
+ "kind": "variable",
60006
+ "name": "NUMERIC_OPERATORS",
60007
+ "type": {
60008
+ "text": "CriteriaOperator[]"
60009
+ },
60010
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
60011
+ },
60012
+ {
60013
+ "kind": "variable",
60014
+ "name": "DATE_OPERATORS",
60015
+ "type": {
60016
+ "text": "CriteriaOperator[]"
60017
+ },
60018
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
60019
+ },
60020
+ {
60021
+ "kind": "variable",
60022
+ "name": "DATETIME_OPERATORS",
60023
+ "type": {
60024
+ "text": "CriteriaOperator[]"
60025
+ },
60026
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
60027
+ },
60028
+ {
60029
+ "kind": "variable",
60030
+ "name": "OPERATOR_DISPLAY_LABEL",
60031
+ "type": {
60032
+ "text": "Record<CriteriaOperator, string>"
60033
+ },
60034
+ "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}"
60035
+ }
60036
+ ],
60037
+ "exports": [
60038
+ {
60039
+ "kind": "js",
60040
+ "name": "groupsToCriteria",
60041
+ "declaration": {
60042
+ "name": "groupsToCriteria",
60043
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60044
+ }
60045
+ },
60046
+ {
60047
+ "kind": "js",
60048
+ "name": "STRING_OPERATORS",
60049
+ "declaration": {
60050
+ "name": "STRING_OPERATORS",
60051
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60052
+ }
60053
+ },
60054
+ {
60055
+ "kind": "js",
60056
+ "name": "NUMERIC_OPERATORS",
60057
+ "declaration": {
60058
+ "name": "NUMERIC_OPERATORS",
60059
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60060
+ }
60061
+ },
60062
+ {
60063
+ "kind": "js",
60064
+ "name": "DATE_OPERATORS",
60065
+ "declaration": {
60066
+ "name": "DATE_OPERATORS",
60067
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60068
+ }
60069
+ },
60070
+ {
60071
+ "kind": "js",
60072
+ "name": "DATETIME_OPERATORS",
60073
+ "declaration": {
60074
+ "name": "DATETIME_OPERATORS",
60075
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60076
+ }
60077
+ },
60078
+ {
60079
+ "kind": "js",
60080
+ "name": "OPERATOR_DISPLAY_LABEL",
60081
+ "declaration": {
60082
+ "name": "OPERATOR_DISPLAY_LABEL",
60083
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60084
+ }
60085
+ }
60086
+ ]
60087
+ },
60088
+ {
60089
+ "kind": "javascript-module",
60090
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
60091
+ "declarations": [
60092
+ {
60093
+ "kind": "function",
60094
+ "name": "validateClauses",
60095
+ "return": {
60096
+ "type": {
60097
+ "text": "ValidationResult"
60098
+ }
60099
+ },
60100
+ "parameters": [
60101
+ {
60102
+ "name": "clauses",
60103
+ "type": {
60104
+ "text": "CriteriaClause[]"
60105
+ }
60106
+ },
60107
+ {
60108
+ "name": "fieldMetadata",
60109
+ "type": {
60110
+ "text": "MetadataDetail[] | string[]"
60111
+ }
60112
+ }
60113
+ ]
60114
+ },
60115
+ {
60116
+ "kind": "function",
60117
+ "name": "validateGroups",
60118
+ "return": {
60119
+ "type": {
60120
+ "text": "GroupsValidationResult"
60121
+ }
60122
+ },
60123
+ "parameters": [
60124
+ {
60125
+ "name": "groups",
60126
+ "type": {
60127
+ "text": "CriteriaGroup[]"
60128
+ }
60129
+ },
60130
+ {
60131
+ "name": "fieldMetadata",
60132
+ "type": {
60133
+ "text": "MetadataDetail[] | string[]"
60134
+ }
60135
+ }
60136
+ ],
60137
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
60138
+ }
60139
+ ],
60140
+ "exports": [
60141
+ {
60142
+ "kind": "js",
60143
+ "name": "validateClauses",
60144
+ "declaration": {
60145
+ "name": "validateClauses",
60146
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
60147
+ }
60148
+ },
60149
+ {
60150
+ "kind": "js",
60151
+ "name": "validateGroups",
60152
+ "declaration": {
60153
+ "name": "validateGroups",
60154
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
60155
+ }
60156
+ }
60157
+ ]
60158
+ },
59968
60159
  {
59969
60160
  "kind": "javascript-module",
59970
60161
  "path": "src/_config/styles/colors.ts",
@@ -61337,197 +61528,6 @@
61337
61528
  "declarations": [],
61338
61529
  "exports": []
61339
61530
  },
61340
- {
61341
- "kind": "javascript-module",
61342
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
61343
- "declarations": [],
61344
- "exports": []
61345
- },
61346
- {
61347
- "kind": "javascript-module",
61348
- "path": "src/ai-criteria-search/validation/operator-map.ts",
61349
- "declarations": [
61350
- {
61351
- "kind": "function",
61352
- "name": "groupsToCriteria",
61353
- "return": {
61354
- "type": {
61355
- "text": "string"
61356
- }
61357
- },
61358
- "parameters": [
61359
- {
61360
- "name": "groups",
61361
- "type": {
61362
- "text": "CriteriaGroup[]"
61363
- }
61364
- }
61365
- ],
61366
- "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."
61367
- },
61368
- {
61369
- "kind": "variable",
61370
- "name": "STRING_OPERATORS",
61371
- "type": {
61372
- "text": "CriteriaOperator[]"
61373
- },
61374
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
61375
- },
61376
- {
61377
- "kind": "variable",
61378
- "name": "NUMERIC_OPERATORS",
61379
- "type": {
61380
- "text": "CriteriaOperator[]"
61381
- },
61382
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
61383
- },
61384
- {
61385
- "kind": "variable",
61386
- "name": "DATE_OPERATORS",
61387
- "type": {
61388
- "text": "CriteriaOperator[]"
61389
- },
61390
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
61391
- },
61392
- {
61393
- "kind": "variable",
61394
- "name": "DATETIME_OPERATORS",
61395
- "type": {
61396
- "text": "CriteriaOperator[]"
61397
- },
61398
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
61399
- },
61400
- {
61401
- "kind": "variable",
61402
- "name": "OPERATOR_DISPLAY_LABEL",
61403
- "type": {
61404
- "text": "Record<CriteriaOperator, string>"
61405
- },
61406
- "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}"
61407
- }
61408
- ],
61409
- "exports": [
61410
- {
61411
- "kind": "js",
61412
- "name": "groupsToCriteria",
61413
- "declaration": {
61414
- "name": "groupsToCriteria",
61415
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61416
- }
61417
- },
61418
- {
61419
- "kind": "js",
61420
- "name": "STRING_OPERATORS",
61421
- "declaration": {
61422
- "name": "STRING_OPERATORS",
61423
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61424
- }
61425
- },
61426
- {
61427
- "kind": "js",
61428
- "name": "NUMERIC_OPERATORS",
61429
- "declaration": {
61430
- "name": "NUMERIC_OPERATORS",
61431
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61432
- }
61433
- },
61434
- {
61435
- "kind": "js",
61436
- "name": "DATE_OPERATORS",
61437
- "declaration": {
61438
- "name": "DATE_OPERATORS",
61439
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61440
- }
61441
- },
61442
- {
61443
- "kind": "js",
61444
- "name": "DATETIME_OPERATORS",
61445
- "declaration": {
61446
- "name": "DATETIME_OPERATORS",
61447
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61448
- }
61449
- },
61450
- {
61451
- "kind": "js",
61452
- "name": "OPERATOR_DISPLAY_LABEL",
61453
- "declaration": {
61454
- "name": "OPERATOR_DISPLAY_LABEL",
61455
- "module": "src/ai-criteria-search/validation/operator-map.ts"
61456
- }
61457
- }
61458
- ]
61459
- },
61460
- {
61461
- "kind": "javascript-module",
61462
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
61463
- "declarations": [
61464
- {
61465
- "kind": "function",
61466
- "name": "validateClauses",
61467
- "return": {
61468
- "type": {
61469
- "text": "ValidationResult"
61470
- }
61471
- },
61472
- "parameters": [
61473
- {
61474
- "name": "clauses",
61475
- "type": {
61476
- "text": "CriteriaClause[]"
61477
- }
61478
- },
61479
- {
61480
- "name": "fieldMetadata",
61481
- "type": {
61482
- "text": "MetadataDetail[] | string[]"
61483
- }
61484
- }
61485
- ]
61486
- },
61487
- {
61488
- "kind": "function",
61489
- "name": "validateGroups",
61490
- "return": {
61491
- "type": {
61492
- "text": "GroupsValidationResult"
61493
- }
61494
- },
61495
- "parameters": [
61496
- {
61497
- "name": "groups",
61498
- "type": {
61499
- "text": "CriteriaGroup[]"
61500
- }
61501
- },
61502
- {
61503
- "name": "fieldMetadata",
61504
- "type": {
61505
- "text": "MetadataDetail[] | string[]"
61506
- }
61507
- }
61508
- ],
61509
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
61510
- }
61511
- ],
61512
- "exports": [
61513
- {
61514
- "kind": "js",
61515
- "name": "validateClauses",
61516
- "declaration": {
61517
- "name": "validateClauses",
61518
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
61519
- }
61520
- },
61521
- {
61522
- "kind": "js",
61523
- "name": "validateGroups",
61524
- "declaration": {
61525
- "name": "validateGroups",
61526
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
61527
- }
61528
- }
61529
- ]
61530
- },
61531
61531
  {
61532
61532
  "kind": "javascript-module",
61533
61533
  "path": "src/environment-indicator/utils/configure.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "15.10.3",
4
+ "version": "15.10.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "15.10.3",
89
- "@genesislcap/genx": "15.10.3",
90
- "@genesislcap/rollup-builder": "15.10.3",
91
- "@genesislcap/ts-builder": "15.10.3",
92
- "@genesislcap/uvu-playwright-builder": "15.10.3",
93
- "@genesislcap/vite-builder": "15.10.3",
94
- "@genesislcap/webpack-builder": "15.10.3",
88
+ "@genesislcap/foundation-testing": "15.10.5",
89
+ "@genesislcap/genx": "15.10.5",
90
+ "@genesislcap/rollup-builder": "15.10.5",
91
+ "@genesislcap/ts-builder": "15.10.5",
92
+ "@genesislcap/uvu-playwright-builder": "15.10.5",
93
+ "@genesislcap/vite-builder": "15.10.5",
94
+ "@genesislcap/webpack-builder": "15.10.5",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "15.10.3",
104
- "@genesislcap/foundation-ai": "15.10.3",
105
- "@genesislcap/foundation-comms": "15.10.3",
106
- "@genesislcap/foundation-criteria": "15.10.3",
107
- "@genesislcap/foundation-errors": "15.10.3",
108
- "@genesislcap/foundation-events": "15.10.3",
109
- "@genesislcap/foundation-logger": "15.10.3",
110
- "@genesislcap/foundation-notifications": "15.10.3",
111
- "@genesislcap/foundation-user": "15.10.3",
112
- "@genesislcap/foundation-utils": "15.10.3",
103
+ "@genesislcap/expression-builder": "15.10.5",
104
+ "@genesislcap/foundation-ai": "15.10.5",
105
+ "@genesislcap/foundation-comms": "15.10.5",
106
+ "@genesislcap/foundation-criteria": "15.10.5",
107
+ "@genesislcap/foundation-errors": "15.10.5",
108
+ "@genesislcap/foundation-events": "15.10.5",
109
+ "@genesislcap/foundation-logger": "15.10.5",
110
+ "@genesislcap/foundation-notifications": "15.10.5",
111
+ "@genesislcap/foundation-user": "15.10.5",
112
+ "@genesislcap/foundation-utils": "15.10.5",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -142,5 +142,5 @@
142
142
  "require": "./dist/react.cjs"
143
143
  }
144
144
  },
145
- "gitHead": "6e5c9bb135b3da6792c4c3a8e632b09b0bc3fbca"
145
+ "gitHead": "3d50e0bb42cbf0f4a92b4bc74114c2bc7f581e4d"
146
146
  }