@genesislcap/foundation-entity-management 14.200.0 → 14.200.1-alpha-599cb19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +205 -145
- package/dist/dts/entities/entities.d.ts +33 -11
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/entities/entities.template.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +1 -0
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/list/list.template.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +9 -0
- package/dist/esm/entities/entities.template.js +1 -0
- package/dist/esm/list/list.js +4 -0
- package/dist/esm/list/list.template.js +1 -0
- package/dist/foundation-entity-management.d.ts +33 -11
- package/docs/api-report.md +2 -0
- package/package.json +21 -21
|
@@ -353,6 +353,15 @@
|
|
|
353
353
|
"description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
|
|
354
354
|
"privacy": "public"
|
|
355
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"kind": "field",
|
|
358
|
+
"name": "blockScrollingOnContextMenu",
|
|
359
|
+
"type": {
|
|
360
|
+
"text": "boolean"
|
|
361
|
+
},
|
|
362
|
+
"default": "false",
|
|
363
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
|
|
364
|
+
},
|
|
356
365
|
{
|
|
357
366
|
"kind": "field",
|
|
358
367
|
"name": "gridOptions",
|
|
@@ -825,6 +834,15 @@
|
|
|
825
834
|
"description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
|
|
826
835
|
"fieldName": "persistColumnStateKey"
|
|
827
836
|
},
|
|
837
|
+
{
|
|
838
|
+
"name": "block-scrolling-on-context-menu",
|
|
839
|
+
"type": {
|
|
840
|
+
"text": "boolean"
|
|
841
|
+
},
|
|
842
|
+
"default": "false",
|
|
843
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
844
|
+
"fieldName": "blockScrollingOnContextMenu"
|
|
845
|
+
},
|
|
828
846
|
{
|
|
829
847
|
"name": "size-columns-to-fit",
|
|
830
848
|
"type": {
|
|
@@ -995,6 +1013,151 @@
|
|
|
995
1013
|
}
|
|
996
1014
|
]
|
|
997
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "javascript-module",
|
|
1018
|
+
"path": "src/main/index.ts",
|
|
1019
|
+
"declarations": [],
|
|
1020
|
+
"exports": [
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "*",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "*",
|
|
1026
|
+
"package": "./main.template"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "*",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "*",
|
|
1034
|
+
"package": "./main"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "javascript-module",
|
|
1041
|
+
"path": "src/main/main.styles.ts",
|
|
1042
|
+
"declarations": [
|
|
1043
|
+
{
|
|
1044
|
+
"kind": "variable",
|
|
1045
|
+
"name": "MainStyles",
|
|
1046
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"exports": [
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "js",
|
|
1052
|
+
"name": "MainStyles",
|
|
1053
|
+
"declaration": {
|
|
1054
|
+
"name": "MainStyles",
|
|
1055
|
+
"module": "src/main/main.styles.ts"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "javascript-module",
|
|
1062
|
+
"path": "src/main/main.template.ts",
|
|
1063
|
+
"declarations": [],
|
|
1064
|
+
"exports": []
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "javascript-module",
|
|
1068
|
+
"path": "src/main/main.ts",
|
|
1069
|
+
"declarations": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "class",
|
|
1072
|
+
"description": "",
|
|
1073
|
+
"name": "MainApplication",
|
|
1074
|
+
"members": [
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "field",
|
|
1077
|
+
"name": "config",
|
|
1078
|
+
"type": {
|
|
1079
|
+
"text": "MainRouterConfig"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "field",
|
|
1084
|
+
"name": "connect",
|
|
1085
|
+
"type": {
|
|
1086
|
+
"text": "Connect"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "field",
|
|
1091
|
+
"name": "session",
|
|
1092
|
+
"type": {
|
|
1093
|
+
"text": "Session"
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "field",
|
|
1098
|
+
"name": "container",
|
|
1099
|
+
"type": {
|
|
1100
|
+
"text": "Container"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "field",
|
|
1105
|
+
"name": "provider",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "HTMLElement"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "field",
|
|
1112
|
+
"name": "ready",
|
|
1113
|
+
"type": {
|
|
1114
|
+
"text": "boolean"
|
|
1115
|
+
},
|
|
1116
|
+
"default": "false"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "method",
|
|
1120
|
+
"name": "onLuminanceToggle"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "method",
|
|
1124
|
+
"name": "loadRemotes"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "method",
|
|
1128
|
+
"name": "selectTemplate"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"kind": "method",
|
|
1132
|
+
"name": "registerDIDependencies",
|
|
1133
|
+
"privacy": "private"
|
|
1134
|
+
}
|
|
1135
|
+
],
|
|
1136
|
+
"superclass": {
|
|
1137
|
+
"name": "FASTElement",
|
|
1138
|
+
"package": "@microsoft/fast-element"
|
|
1139
|
+
},
|
|
1140
|
+
"customElement": true
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"exports": [
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "js",
|
|
1146
|
+
"name": "MainApplication",
|
|
1147
|
+
"declaration": {
|
|
1148
|
+
"name": "MainApplication",
|
|
1149
|
+
"module": "src/main/main.ts"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"kind": "custom-element-definition",
|
|
1154
|
+
"declaration": {
|
|
1155
|
+
"name": "MainApplication",
|
|
1156
|
+
"module": "src/main/main.ts"
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
998
1161
|
{
|
|
999
1162
|
"kind": "javascript-module",
|
|
1000
1163
|
"path": "src/list/index.ts",
|
|
@@ -1190,6 +1353,14 @@
|
|
|
1190
1353
|
"text": "GridProCaseType"
|
|
1191
1354
|
}
|
|
1192
1355
|
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "field",
|
|
1358
|
+
"name": "blockScrollingOnContextMenu",
|
|
1359
|
+
"type": {
|
|
1360
|
+
"text": "boolean"
|
|
1361
|
+
},
|
|
1362
|
+
"default": "false"
|
|
1363
|
+
},
|
|
1193
1364
|
{
|
|
1194
1365
|
"kind": "field",
|
|
1195
1366
|
"name": "grid",
|
|
@@ -1447,6 +1618,14 @@
|
|
|
1447
1618
|
"text": "GridProCaseType"
|
|
1448
1619
|
},
|
|
1449
1620
|
"fieldName": "headerCaseType"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "block-scrolling-on-context-menu",
|
|
1624
|
+
"type": {
|
|
1625
|
+
"text": "boolean"
|
|
1626
|
+
},
|
|
1627
|
+
"default": "false",
|
|
1628
|
+
"fieldName": "blockScrollingOnContextMenu"
|
|
1450
1629
|
}
|
|
1451
1630
|
],
|
|
1452
1631
|
"mixins": [
|
|
@@ -1482,151 +1661,6 @@
|
|
|
1482
1661
|
}
|
|
1483
1662
|
]
|
|
1484
1663
|
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/main/index.ts",
|
|
1488
|
-
"declarations": [],
|
|
1489
|
-
"exports": [
|
|
1490
|
-
{
|
|
1491
|
-
"kind": "js",
|
|
1492
|
-
"name": "*",
|
|
1493
|
-
"declaration": {
|
|
1494
|
-
"name": "*",
|
|
1495
|
-
"package": "./main.template"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "js",
|
|
1500
|
-
"name": "*",
|
|
1501
|
-
"declaration": {
|
|
1502
|
-
"name": "*",
|
|
1503
|
-
"package": "./main"
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1506
|
-
]
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "javascript-module",
|
|
1510
|
-
"path": "src/main/main.styles.ts",
|
|
1511
|
-
"declarations": [
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "variable",
|
|
1514
|
-
"name": "MainStyles",
|
|
1515
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1516
|
-
}
|
|
1517
|
-
],
|
|
1518
|
-
"exports": [
|
|
1519
|
-
{
|
|
1520
|
-
"kind": "js",
|
|
1521
|
-
"name": "MainStyles",
|
|
1522
|
-
"declaration": {
|
|
1523
|
-
"name": "MainStyles",
|
|
1524
|
-
"module": "src/main/main.styles.ts"
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
]
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "javascript-module",
|
|
1531
|
-
"path": "src/main/main.template.ts",
|
|
1532
|
-
"declarations": [],
|
|
1533
|
-
"exports": []
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "javascript-module",
|
|
1537
|
-
"path": "src/main/main.ts",
|
|
1538
|
-
"declarations": [
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "class",
|
|
1541
|
-
"description": "",
|
|
1542
|
-
"name": "MainApplication",
|
|
1543
|
-
"members": [
|
|
1544
|
-
{
|
|
1545
|
-
"kind": "field",
|
|
1546
|
-
"name": "config",
|
|
1547
|
-
"type": {
|
|
1548
|
-
"text": "MainRouterConfig"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"kind": "field",
|
|
1553
|
-
"name": "connect",
|
|
1554
|
-
"type": {
|
|
1555
|
-
"text": "Connect"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "field",
|
|
1560
|
-
"name": "session",
|
|
1561
|
-
"type": {
|
|
1562
|
-
"text": "Session"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"kind": "field",
|
|
1567
|
-
"name": "container",
|
|
1568
|
-
"type": {
|
|
1569
|
-
"text": "Container"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "field",
|
|
1574
|
-
"name": "provider",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "HTMLElement"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "field",
|
|
1581
|
-
"name": "ready",
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "boolean"
|
|
1584
|
-
},
|
|
1585
|
-
"default": "false"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "method",
|
|
1589
|
-
"name": "onLuminanceToggle"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "method",
|
|
1593
|
-
"name": "loadRemotes"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"kind": "method",
|
|
1597
|
-
"name": "selectTemplate"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "method",
|
|
1601
|
-
"name": "registerDIDependencies",
|
|
1602
|
-
"privacy": "private"
|
|
1603
|
-
}
|
|
1604
|
-
],
|
|
1605
|
-
"superclass": {
|
|
1606
|
-
"name": "FASTElement",
|
|
1607
|
-
"package": "@microsoft/fast-element"
|
|
1608
|
-
},
|
|
1609
|
-
"customElement": true
|
|
1610
|
-
}
|
|
1611
|
-
],
|
|
1612
|
-
"exports": [
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "js",
|
|
1615
|
-
"name": "MainApplication",
|
|
1616
|
-
"declaration": {
|
|
1617
|
-
"name": "MainApplication",
|
|
1618
|
-
"module": "src/main/main.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "custom-element-definition",
|
|
1623
|
-
"declaration": {
|
|
1624
|
-
"name": "MainApplication",
|
|
1625
|
-
"module": "src/main/main.ts"
|
|
1626
|
-
}
|
|
1627
|
-
}
|
|
1628
|
-
]
|
|
1629
|
-
},
|
|
1630
1664
|
{
|
|
1631
1665
|
"kind": "javascript-module",
|
|
1632
1666
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1955,6 +1989,19 @@
|
|
|
1955
1989
|
"module": "src/entities/entities.ts"
|
|
1956
1990
|
}
|
|
1957
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "field",
|
|
1994
|
+
"name": "blockScrollingOnContextMenu",
|
|
1995
|
+
"type": {
|
|
1996
|
+
"text": "boolean"
|
|
1997
|
+
},
|
|
1998
|
+
"default": "false",
|
|
1999
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
2000
|
+
"inheritedFrom": {
|
|
2001
|
+
"name": "EntityManagement",
|
|
2002
|
+
"module": "src/entities/entities.ts"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
1958
2005
|
{
|
|
1959
2006
|
"kind": "field",
|
|
1960
2007
|
"name": "gridOptions",
|
|
@@ -2620,6 +2667,19 @@
|
|
|
2620
2667
|
"module": "src/entities/entities.ts"
|
|
2621
2668
|
}
|
|
2622
2669
|
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "block-scrolling-on-context-menu",
|
|
2672
|
+
"type": {
|
|
2673
|
+
"text": "boolean"
|
|
2674
|
+
},
|
|
2675
|
+
"default": "false",
|
|
2676
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
2677
|
+
"fieldName": "blockScrollingOnContextMenu",
|
|
2678
|
+
"inheritedFrom": {
|
|
2679
|
+
"name": "EntityManagement",
|
|
2680
|
+
"module": "src/entities/entities.ts"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2623
2683
|
{
|
|
2624
2684
|
"name": "size-columns-to-fit",
|
|
2625
2685
|
"type": {
|
|
@@ -92,14 +92,23 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
92
92
|
slot: string;
|
|
93
93
|
readonly tagName: string;
|
|
94
94
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
95
|
+
/**
|
|
96
|
+
* Array which holds the column definitions.
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
95
99
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
100
|
+
/**
|
|
101
|
+
* Array which holds the column definitions.
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
96
104
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
getAttributeNS(namespace: string, localName: string): string; /**
|
|
100
|
-
* Array with renderers used by foundation-forms
|
|
105
|
+
/**
|
|
106
|
+
* Array which holds the column definitions.
|
|
101
107
|
* @public
|
|
102
108
|
*/
|
|
109
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
110
|
+
getAttribute(qualifiedName: string): string;
|
|
111
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
103
112
|
getAttributeNames(): string[];
|
|
104
113
|
getAttributeNode(qualifiedName: string): Attr;
|
|
105
114
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
@@ -115,7 +124,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
115
124
|
hasAttribute(qualifiedName: string): boolean;
|
|
116
125
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
117
126
|
hasAttributes(): boolean;
|
|
118
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
127
|
+
hasPointerCapture(pointerId: number): boolean; /**
|
|
128
|
+
* String which contains the text of the popup modal when the user is adding or editing an entity
|
|
129
|
+
*/
|
|
119
130
|
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
120
131
|
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
121
132
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
@@ -133,6 +144,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
133
144
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
134
145
|
scrollTo(options?: ScrollToOptions): void;
|
|
135
146
|
scrollTo(x: number, y: number): void;
|
|
147
|
+
/**
|
|
148
|
+
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
149
|
+
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
136
152
|
setAttribute(qualifiedName: string, value: string): void;
|
|
137
153
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
138
154
|
setAttributeNode(attr: Attr): Attr;
|
|
@@ -222,6 +238,12 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
222
238
|
ariaSetSize: string;
|
|
223
239
|
ariaSort: string;
|
|
224
240
|
ariaValueMax: string;
|
|
241
|
+
ariaValueMin: string;
|
|
242
|
+
ariaValueNow: string;
|
|
243
|
+
ariaValueText: string;
|
|
244
|
+
role: string;
|
|
245
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
246
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
225
247
|
/**
|
|
226
248
|
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
227
249
|
*
|
|
@@ -230,12 +252,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
230
252
|
* Emits an event upon error
|
|
231
253
|
* @public
|
|
232
254
|
*/
|
|
233
|
-
ariaValueMin: string;
|
|
234
|
-
ariaValueNow: string;
|
|
235
|
-
ariaValueText: string;
|
|
236
|
-
role: string;
|
|
237
|
-
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
238
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
239
255
|
after(...nodes: (string | Node)[]): void;
|
|
240
256
|
before(...nodes: (string | Node)[]): void;
|
|
241
257
|
remove(): void;
|
|
@@ -501,6 +517,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
501
517
|
* @public
|
|
502
518
|
*/
|
|
503
519
|
persistColumnStateKey: string;
|
|
520
|
+
/**
|
|
521
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
522
|
+
* @remarks Defaults to false
|
|
523
|
+
* @alpha
|
|
524
|
+
*/
|
|
525
|
+
blockScrollingOnContextMenu: boolean;
|
|
504
526
|
/**
|
|
505
527
|
* GridOptions to be passed down from application
|
|
506
528
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EACL,OAAO,EACP,iBAAiB,EAGlB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAa,MAAM,+BAA+B,CAAC;AAEzE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EACL,eAAe,EAGf,cAAc,EACf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAIL,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAKjC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAKnD;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAKnD;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFA0D/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -357,6 +357,7 @@ export declare class List extends List_base {
|
|
|
357
357
|
hideDelete: boolean;
|
|
358
358
|
datasourceType: DatasourceType;
|
|
359
359
|
headerCaseType: GridProCaseType;
|
|
360
|
+
blockScrollingOnContextMenu: boolean;
|
|
360
361
|
grid: ZeroGridPro;
|
|
361
362
|
datasource: GridProGenesisDatasource;
|
|
362
363
|
gridOptions: GridOptions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;IAEzE,2BAA2B,UAAS;IAC7B,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YA6DH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAyCnC,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAyCnC,eAAO,MAAM,eAAe,4EA+C3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
|
|
@@ -93,6 +93,12 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
this.datasourceType = 'client';
|
|
96
|
+
/**
|
|
97
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
98
|
+
* @remarks Defaults to false
|
|
99
|
+
* @alpha
|
|
100
|
+
*/
|
|
101
|
+
this.blockScrollingOnContextMenu = false;
|
|
96
102
|
/**
|
|
97
103
|
* Array with renderers used by foundation-forms
|
|
98
104
|
* @public
|
|
@@ -482,6 +488,9 @@ __decorate([
|
|
|
482
488
|
__decorate([
|
|
483
489
|
attr({ attribute: 'persist-column-state-key' })
|
|
484
490
|
], EntityManagement.prototype, "persistColumnStateKey", void 0);
|
|
491
|
+
__decorate([
|
|
492
|
+
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
493
|
+
], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
|
|
485
494
|
__decorate([
|
|
486
495
|
observable
|
|
487
496
|
], EntityManagement.prototype, "gridOptions", void 0);
|
|
@@ -65,6 +65,7 @@ export const getPrefixedEntities = (prefix) => html `
|
|
|
65
65
|
hide-edit=${(x) => x.hideEdit}
|
|
66
66
|
hide-delete=${(x) => x.hideDelete}
|
|
67
67
|
header-case-type=${(x) => x.headerCaseType}
|
|
68
|
+
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
68
69
|
datasource-type=${(x) => x.datasourceType}
|
|
69
70
|
>
|
|
70
71
|
<slot name="header" slot="header">${defaultHeader}</slot>
|
package/dist/esm/list/list.js
CHANGED
|
@@ -26,6 +26,7 @@ let List = class List extends LifecycleMixin(FASTElement) {
|
|
|
26
26
|
this.hideEdit = false;
|
|
27
27
|
this.hideDelete = false;
|
|
28
28
|
this.datasourceType = 'client';
|
|
29
|
+
this.blockScrollingOnContextMenu = false;
|
|
29
30
|
this.actionButtonsConfig = [];
|
|
30
31
|
this.edit = (e) => {
|
|
31
32
|
this.$emit('edit-entity', e);
|
|
@@ -190,6 +191,9 @@ __decorate([
|
|
|
190
191
|
__decorate([
|
|
191
192
|
attr({ attribute: 'header-case-type' })
|
|
192
193
|
], List.prototype, "headerCaseType", void 0);
|
|
194
|
+
__decorate([
|
|
195
|
+
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
196
|
+
], List.prototype, "blockScrollingOnContextMenu", void 0);
|
|
193
197
|
__decorate([
|
|
194
198
|
observable
|
|
195
199
|
], List.prototype, "gridOptions", void 0);
|
|
@@ -62,6 +62,7 @@ export const getPrefixedList = (prefix) => html `
|
|
|
62
62
|
enable-cell-flashing=${(x) => x.enableCellFlashing}
|
|
63
63
|
enable-row-flashing=${(x) => x.enableRowFlashing}
|
|
64
64
|
header-case-type=${(x) => x.headerCaseType}
|
|
65
|
+
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
65
66
|
>
|
|
66
67
|
|
|
67
68
|
${(x) => datasource(x)}
|
|
@@ -204,6 +204,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
204
204
|
* @public
|
|
205
205
|
*/
|
|
206
206
|
persistColumnStateKey: string;
|
|
207
|
+
/**
|
|
208
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
209
|
+
* @remarks Defaults to false
|
|
210
|
+
* @alpha
|
|
211
|
+
*/
|
|
212
|
+
blockScrollingOnContextMenu: boolean;
|
|
207
213
|
/**
|
|
208
214
|
* GridOptions to be passed down from application
|
|
209
215
|
* @public
|
|
@@ -420,14 +426,23 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
420
426
|
slot: string;
|
|
421
427
|
readonly tagName: string;
|
|
422
428
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
429
|
+
/**
|
|
430
|
+
* Array which holds the column definitions.
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
423
433
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
434
|
+
/**
|
|
435
|
+
* Array which holds the column definitions.
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
424
438
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
439
|
+
/**
|
|
440
|
+
* Array which holds the column definitions.
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
425
443
|
closest<E extends Element = Element>(selectors: string): E;
|
|
426
444
|
getAttribute(qualifiedName: string): string;
|
|
427
|
-
getAttributeNS(namespace: string, localName: string): string;
|
|
428
|
-
* Array with renderers used by foundation-forms
|
|
429
|
-
* @public
|
|
430
|
-
*/
|
|
445
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
431
446
|
getAttributeNames(): string[];
|
|
432
447
|
getAttributeNode(qualifiedName: string): Attr;
|
|
433
448
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
@@ -443,7 +458,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
443
458
|
hasAttribute(qualifiedName: string): boolean;
|
|
444
459
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
445
460
|
hasAttributes(): boolean;
|
|
446
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
461
|
+
hasPointerCapture(pointerId: number): boolean; /**
|
|
462
|
+
* String which contains the text of the popup modal when the user is adding or editing an entity
|
|
463
|
+
*/
|
|
447
464
|
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
448
465
|
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
449
466
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
@@ -461,6 +478,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
461
478
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
462
479
|
scrollTo(options?: ScrollToOptions): void;
|
|
463
480
|
scrollTo(x: number, y: number): void;
|
|
481
|
+
/**
|
|
482
|
+
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
483
|
+
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
464
486
|
setAttribute(qualifiedName: string, value: string): void;
|
|
465
487
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
466
488
|
setAttributeNode(attr: Attr): Attr;
|
|
@@ -550,6 +572,12 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
550
572
|
ariaSetSize: string;
|
|
551
573
|
ariaSort: string;
|
|
552
574
|
ariaValueMax: string;
|
|
575
|
+
ariaValueMin: string;
|
|
576
|
+
ariaValueNow: string;
|
|
577
|
+
ariaValueText: string;
|
|
578
|
+
role: string;
|
|
579
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
580
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
553
581
|
/**
|
|
554
582
|
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
555
583
|
*
|
|
@@ -558,12 +586,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
558
586
|
* Emits an event upon error
|
|
559
587
|
* @public
|
|
560
588
|
*/
|
|
561
|
-
ariaValueMin: string;
|
|
562
|
-
ariaValueNow: string;
|
|
563
|
-
ariaValueText: string;
|
|
564
|
-
role: string;
|
|
565
|
-
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
566
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
567
589
|
after(...nodes: (string | Node)[]): void;
|
|
568
590
|
before(...nodes: (string | Node)[]): void;
|
|
569
591
|
remove(): void;
|
package/docs/api-report.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.200.0",
|
|
4
|
+
"version": "14.200.1-alpha-599cb19.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.200.0",
|
|
56
|
-
"@genesislcap/genx": "14.200.0",
|
|
57
|
-
"@genesislcap/rollup-builder": "14.200.0",
|
|
58
|
-
"@genesislcap/ts-builder": "14.200.0",
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.200.0",
|
|
60
|
-
"@genesislcap/vite-builder": "14.200.0",
|
|
61
|
-
"@genesislcap/webpack-builder": "14.200.0",
|
|
55
|
+
"@genesislcap/foundation-testing": "14.200.1-alpha-599cb19.0",
|
|
56
|
+
"@genesislcap/genx": "14.200.1-alpha-599cb19.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.200.1-alpha-599cb19.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.200.1-alpha-599cb19.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.200.1-alpha-599cb19.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.200.1-alpha-599cb19.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.200.1-alpha-599cb19.0",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.200.0",
|
|
67
|
-
"@genesislcap/foundation-errors": "14.200.0",
|
|
68
|
-
"@genesislcap/foundation-events": "14.200.0",
|
|
69
|
-
"@genesislcap/foundation-forms": "14.200.0",
|
|
70
|
-
"@genesislcap/foundation-logger": "14.200.0",
|
|
71
|
-
"@genesislcap/foundation-login": "14.200.0",
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.200.0",
|
|
73
|
-
"@genesislcap/foundation-ui": "14.200.0",
|
|
74
|
-
"@genesislcap/foundation-utils": "14.200.0",
|
|
75
|
-
"@genesislcap/foundation-zero": "14.200.0",
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.200.0",
|
|
77
|
-
"@genesislcap/grid-pro": "14.200.0",
|
|
66
|
+
"@genesislcap/foundation-comms": "14.200.1-alpha-599cb19.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.200.1-alpha-599cb19.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.200.1-alpha-599cb19.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.200.1-alpha-599cb19.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.200.1-alpha-599cb19.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.200.1-alpha-599cb19.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.200.1-alpha-599cb19.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.200.1-alpha-599cb19.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.200.1-alpha-599cb19.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.200.1-alpha-599cb19.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.200.1-alpha-599cb19.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.200.1-alpha-599cb19.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "870e612d13133e7a86b4eca45e682e14c703c382"
|
|
94
94
|
}
|