@genesislcap/foundation-entity-management 14.177.2-alpha-f467137.0 → 14.177.2

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.
@@ -343,15 +343,6 @@
343
343
  "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.",
344
344
  "privacy": "public"
345
345
  },
346
- {
347
- "kind": "field",
348
- "name": "blockScrollingOnContextMenu",
349
- "type": {
350
- "text": "boolean"
351
- },
352
- "default": "false",
353
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
354
- },
355
346
  {
356
347
  "kind": "field",
357
348
  "name": "gridOptions",
@@ -768,15 +759,6 @@
768
759
  "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.",
769
760
  "fieldName": "persistColumnStateKey"
770
761
  },
771
- {
772
- "name": "block-scrolling-on-context-menu",
773
- "type": {
774
- "text": "boolean"
775
- },
776
- "default": "false",
777
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
778
- "fieldName": "blockScrollingOnContextMenu"
779
- },
780
762
  {
781
763
  "name": "size-columns-to-fit",
782
764
  "type": {
@@ -898,6 +880,55 @@
898
880
  }
899
881
  ]
900
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/layouts/default.ts",
886
+ "declarations": [
887
+ {
888
+ "kind": "variable",
889
+ "name": "loginLayout",
890
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
891
+ },
892
+ {
893
+ "kind": "variable",
894
+ "name": "defaultLayout",
895
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
896
+ }
897
+ ],
898
+ "exports": [
899
+ {
900
+ "kind": "js",
901
+ "name": "loginLayout",
902
+ "declaration": {
903
+ "name": "loginLayout",
904
+ "module": "src/layouts/default.ts"
905
+ }
906
+ },
907
+ {
908
+ "kind": "js",
909
+ "name": "defaultLayout",
910
+ "declaration": {
911
+ "name": "defaultLayout",
912
+ "module": "src/layouts/default.ts"
913
+ }
914
+ }
915
+ ]
916
+ },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/layouts/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./default"
928
+ }
929
+ }
930
+ ]
931
+ },
901
932
  {
902
933
  "kind": "javascript-module",
903
934
  "path": "src/list/index.ts",
@@ -1085,14 +1116,6 @@
1085
1116
  "text": "GridProCaseType"
1086
1117
  }
1087
1118
  },
1088
- {
1089
- "kind": "field",
1090
- "name": "blockScrollingOnContextMenu",
1091
- "type": {
1092
- "text": "boolean"
1093
- },
1094
- "default": "false"
1095
- },
1096
1119
  {
1097
1120
  "kind": "field",
1098
1121
  "name": "grid",
@@ -1334,14 +1357,6 @@
1334
1357
  "text": "GridProCaseType"
1335
1358
  },
1336
1359
  "fieldName": "headerCaseType"
1337
- },
1338
- {
1339
- "name": "block-scrolling-on-context-menu",
1340
- "type": {
1341
- "text": "boolean"
1342
- },
1343
- "default": "false",
1344
- "fieldName": "blockScrollingOnContextMenu"
1345
1360
  }
1346
1361
  ],
1347
1362
  "mixins": [
@@ -1379,49 +1394,153 @@
1379
1394
  },
1380
1395
  {
1381
1396
  "kind": "javascript-module",
1382
- "path": "src/layouts/default.ts",
1383
- "declarations": [
1397
+ "path": "src/main/index.ts",
1398
+ "declarations": [],
1399
+ "exports": [
1384
1400
  {
1385
- "kind": "variable",
1386
- "name": "loginLayout",
1387
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1401
+ "kind": "js",
1402
+ "name": "*",
1403
+ "declaration": {
1404
+ "name": "*",
1405
+ "package": "./main.template"
1406
+ }
1388
1407
  },
1408
+ {
1409
+ "kind": "js",
1410
+ "name": "*",
1411
+ "declaration": {
1412
+ "name": "*",
1413
+ "package": "./main"
1414
+ }
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "kind": "javascript-module",
1420
+ "path": "src/main/main.styles.ts",
1421
+ "declarations": [
1389
1422
  {
1390
1423
  "kind": "variable",
1391
- "name": "defaultLayout",
1392
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1424
+ "name": "MainStyles",
1425
+ "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`"
1393
1426
  }
1394
1427
  ],
1395
1428
  "exports": [
1396
1429
  {
1397
1430
  "kind": "js",
1398
- "name": "loginLayout",
1399
- "declaration": {
1400
- "name": "loginLayout",
1401
- "module": "src/layouts/default.ts"
1402
- }
1403
- },
1404
- {
1405
- "kind": "js",
1406
- "name": "defaultLayout",
1431
+ "name": "MainStyles",
1407
1432
  "declaration": {
1408
- "name": "defaultLayout",
1409
- "module": "src/layouts/default.ts"
1433
+ "name": "MainStyles",
1434
+ "module": "src/main/main.styles.ts"
1410
1435
  }
1411
1436
  }
1412
1437
  ]
1413
1438
  },
1414
1439
  {
1415
1440
  "kind": "javascript-module",
1416
- "path": "src/layouts/index.ts",
1441
+ "path": "src/main/main.template.ts",
1417
1442
  "declarations": [],
1443
+ "exports": []
1444
+ },
1445
+ {
1446
+ "kind": "javascript-module",
1447
+ "path": "src/main/main.ts",
1448
+ "declarations": [
1449
+ {
1450
+ "kind": "class",
1451
+ "description": "",
1452
+ "name": "MainApplication",
1453
+ "members": [
1454
+ {
1455
+ "kind": "field",
1456
+ "name": "config",
1457
+ "type": {
1458
+ "text": "MainRouterConfig"
1459
+ }
1460
+ },
1461
+ {
1462
+ "kind": "field",
1463
+ "name": "connect",
1464
+ "type": {
1465
+ "text": "Connect"
1466
+ }
1467
+ },
1468
+ {
1469
+ "kind": "field",
1470
+ "name": "session",
1471
+ "type": {
1472
+ "text": "Session"
1473
+ }
1474
+ },
1475
+ {
1476
+ "kind": "field",
1477
+ "name": "container",
1478
+ "type": {
1479
+ "text": "Container"
1480
+ }
1481
+ },
1482
+ {
1483
+ "kind": "field",
1484
+ "name": "provider",
1485
+ "type": {
1486
+ "text": "any"
1487
+ }
1488
+ },
1489
+ {
1490
+ "kind": "field",
1491
+ "name": "ready",
1492
+ "type": {
1493
+ "text": "boolean"
1494
+ },
1495
+ "default": "false"
1496
+ },
1497
+ {
1498
+ "kind": "field",
1499
+ "name": "data",
1500
+ "type": {
1501
+ "text": "any"
1502
+ },
1503
+ "default": "null"
1504
+ },
1505
+ {
1506
+ "kind": "method",
1507
+ "name": "onLuminanceToggle"
1508
+ },
1509
+ {
1510
+ "kind": "method",
1511
+ "name": "loadRemotes"
1512
+ },
1513
+ {
1514
+ "kind": "method",
1515
+ "name": "selectTemplate"
1516
+ },
1517
+ {
1518
+ "kind": "method",
1519
+ "name": "registerDIDependencies",
1520
+ "privacy": "private"
1521
+ }
1522
+ ],
1523
+ "superclass": {
1524
+ "name": "FASTElement",
1525
+ "package": "@microsoft/fast-element"
1526
+ },
1527
+ "customElement": true
1528
+ }
1529
+ ],
1418
1530
  "exports": [
1419
1531
  {
1420
1532
  "kind": "js",
1421
- "name": "*",
1533
+ "name": "MainApplication",
1422
1534
  "declaration": {
1423
- "name": "*",
1424
- "package": "./default"
1535
+ "name": "MainApplication",
1536
+ "module": "src/main/main.ts"
1537
+ }
1538
+ },
1539
+ {
1540
+ "kind": "custom-element-definition",
1541
+ "declaration": {
1542
+ "name": "MainApplication",
1543
+ "module": "src/main/main.ts"
1425
1544
  }
1426
1545
  }
1427
1546
  ]
@@ -1740,19 +1859,6 @@
1740
1859
  "module": "src/entities/entities.ts"
1741
1860
  }
1742
1861
  },
1743
- {
1744
- "kind": "field",
1745
- "name": "blockScrollingOnContextMenu",
1746
- "type": {
1747
- "text": "boolean"
1748
- },
1749
- "default": "false",
1750
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1751
- "inheritedFrom": {
1752
- "name": "EntityManagement",
1753
- "module": "src/entities/entities.ts"
1754
- }
1755
- },
1756
1862
  {
1757
1863
  "kind": "field",
1758
1864
  "name": "gridOptions",
@@ -2342,19 +2448,6 @@
2342
2448
  "module": "src/entities/entities.ts"
2343
2449
  }
2344
2450
  },
2345
- {
2346
- "name": "block-scrolling-on-context-menu",
2347
- "type": {
2348
- "text": "boolean"
2349
- },
2350
- "default": "false",
2351
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
2352
- "fieldName": "blockScrollingOnContextMenu",
2353
- "inheritedFrom": {
2354
- "name": "EntityManagement",
2355
- "module": "src/entities/entities.ts"
2356
- }
2357
- },
2358
2451
  {
2359
2452
  "name": "size-columns-to-fit",
2360
2453
  "type": {
@@ -2461,159 +2554,6 @@
2461
2554
  }
2462
2555
  ]
2463
2556
  },
2464
- {
2465
- "kind": "javascript-module",
2466
- "path": "src/main/index.ts",
2467
- "declarations": [],
2468
- "exports": [
2469
- {
2470
- "kind": "js",
2471
- "name": "*",
2472
- "declaration": {
2473
- "name": "*",
2474
- "package": "./main.template"
2475
- }
2476
- },
2477
- {
2478
- "kind": "js",
2479
- "name": "*",
2480
- "declaration": {
2481
- "name": "*",
2482
- "package": "./main"
2483
- }
2484
- }
2485
- ]
2486
- },
2487
- {
2488
- "kind": "javascript-module",
2489
- "path": "src/main/main.styles.ts",
2490
- "declarations": [
2491
- {
2492
- "kind": "variable",
2493
- "name": "MainStyles",
2494
- "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`"
2495
- }
2496
- ],
2497
- "exports": [
2498
- {
2499
- "kind": "js",
2500
- "name": "MainStyles",
2501
- "declaration": {
2502
- "name": "MainStyles",
2503
- "module": "src/main/main.styles.ts"
2504
- }
2505
- }
2506
- ]
2507
- },
2508
- {
2509
- "kind": "javascript-module",
2510
- "path": "src/main/main.template.ts",
2511
- "declarations": [],
2512
- "exports": []
2513
- },
2514
- {
2515
- "kind": "javascript-module",
2516
- "path": "src/main/main.ts",
2517
- "declarations": [
2518
- {
2519
- "kind": "class",
2520
- "description": "",
2521
- "name": "MainApplication",
2522
- "members": [
2523
- {
2524
- "kind": "field",
2525
- "name": "config",
2526
- "type": {
2527
- "text": "MainRouterConfig"
2528
- }
2529
- },
2530
- {
2531
- "kind": "field",
2532
- "name": "connect",
2533
- "type": {
2534
- "text": "Connect"
2535
- }
2536
- },
2537
- {
2538
- "kind": "field",
2539
- "name": "session",
2540
- "type": {
2541
- "text": "Session"
2542
- }
2543
- },
2544
- {
2545
- "kind": "field",
2546
- "name": "container",
2547
- "type": {
2548
- "text": "Container"
2549
- }
2550
- },
2551
- {
2552
- "kind": "field",
2553
- "name": "provider",
2554
- "type": {
2555
- "text": "any"
2556
- }
2557
- },
2558
- {
2559
- "kind": "field",
2560
- "name": "ready",
2561
- "type": {
2562
- "text": "boolean"
2563
- },
2564
- "default": "false"
2565
- },
2566
- {
2567
- "kind": "field",
2568
- "name": "data",
2569
- "type": {
2570
- "text": "any"
2571
- },
2572
- "default": "null"
2573
- },
2574
- {
2575
- "kind": "method",
2576
- "name": "onLuminanceToggle"
2577
- },
2578
- {
2579
- "kind": "method",
2580
- "name": "loadRemotes"
2581
- },
2582
- {
2583
- "kind": "method",
2584
- "name": "selectTemplate"
2585
- },
2586
- {
2587
- "kind": "method",
2588
- "name": "registerDIDependencies",
2589
- "privacy": "private"
2590
- }
2591
- ],
2592
- "superclass": {
2593
- "name": "FASTElement",
2594
- "package": "@microsoft/fast-element"
2595
- },
2596
- "customElement": true
2597
- }
2598
- ],
2599
- "exports": [
2600
- {
2601
- "kind": "js",
2602
- "name": "MainApplication",
2603
- "declaration": {
2604
- "name": "MainApplication",
2605
- "module": "src/main/main.ts"
2606
- }
2607
- },
2608
- {
2609
- "kind": "custom-element-definition",
2610
- "declaration": {
2611
- "name": "MainApplication",
2612
- "module": "src/main/main.ts"
2613
- }
2614
- }
2615
- ]
2616
- },
2617
2557
  {
2618
2558
  "kind": "javascript-module",
2619
2559
  "path": "src/routes/config.ts",
@@ -110,7 +110,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
110
110
  hasAttribute(qualifiedName: string): boolean;
111
111
  hasAttributeNS(namespace: string, localName: string): boolean;
112
112
  hasAttributes(): boolean;
113
- hasPointerCapture(pointerId: number): boolean;
113
+ hasPointerCapture(pointerId: number): boolean; /**
114
+ * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
115
+ * @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
116
+ * @public
117
+ */
114
118
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
115
119
  insertAdjacentHTML(position: InsertPosition, text: string): void;
116
120
  insertAdjacentText(where: InsertPosition, data: string): void;
@@ -189,7 +193,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
189
193
  ariaColIndex: string;
190
194
  ariaColIndexText: string;
191
195
  ariaColSpan: string;
192
- ariaCurrent: string;
196
+ ariaCurrent: string; /**
197
+ * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
198
+ *
199
+ * @param e - CustomEvent which contains the payload for the entity to submit to the backend
200
+ *
201
+ * Emits an event upon error
202
+ * @public
203
+ */
193
204
  ariaDisabled: string;
194
205
  ariaExpanded: string;
195
206
  ariaHasPopup: string;
@@ -482,12 +493,6 @@ export declare class EntityManagement extends EntityManagement_base {
482
493
  * @public
483
494
  */
484
495
  persistColumnStateKey: string;
485
- /**
486
- * If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
487
- * @remarks Defaults to false
488
- * @alpha
489
- */
490
- blockScrollingOnContextMenu: boolean;
491
496
  /**
492
497
  * GridOptions to be passed down from application
493
498
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
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,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFAwD/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
1
+ {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFAuD/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
@@ -355,7 +355,6 @@ export declare class List extends List_base {
355
355
  hideEdit: boolean;
356
356
  hideDelete: boolean;
357
357
  headerCaseType: GridProCaseType;
358
- blockScrollingOnContextMenu: boolean;
359
358
  grid: ZeroGridPro;
360
359
  datasource: GridProGenesisDatasource;
361
360
  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;AAE7D,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAK/D,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;IAC/B,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,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
+ {"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;AAE7D,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAK/D,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;IAC/B,cAAc,EAAE,eAAe,CAAC;IAClE,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,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,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,eAAe,4EA0D3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
1
+ {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,eAAe,4EAyD3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
@@ -87,12 +87,6 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
87
87
  * @public
88
88
  */
89
89
  this.enableRowFlashing = false;
90
- /**
91
- * If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
92
- * @remarks Defaults to false
93
- * @alpha
94
- */
95
- this.blockScrollingOnContextMenu = false;
96
90
  /**
97
91
  * Array with renderers used by foundation-forms
98
92
  * @public
@@ -456,9 +450,6 @@ __decorate([
456
450
  __decorate([
457
451
  attr({ attribute: 'persist-column-state-key' })
458
452
  ], EntityManagement.prototype, "persistColumnStateKey", void 0);
459
- __decorate([
460
- attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
461
- ], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
462
453
  __decorate([
463
454
  observable
464
455
  ], EntityManagement.prototype, "gridOptions", void 0);
@@ -65,7 +65,6 @@ 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}
69
68
  >
70
69
  <slot name="header" slot="header">${defaultHeader}</slot>
71
70
  </entity-list>
@@ -25,7 +25,6 @@ let List = class List extends LifecycleMixin(FASTElement) {
25
25
  this.enableRowFlashing = false;
26
26
  this.hideEdit = false;
27
27
  this.hideDelete = false;
28
- this.blockScrollingOnContextMenu = false;
29
28
  this.actionButtonsConfig = [];
30
29
  this.edit = (e) => {
31
30
  this.$emit('edit-entity', e);
@@ -184,9 +183,6 @@ __decorate([
184
183
  __decorate([
185
184
  attr({ attribute: 'header-case-type' })
186
185
  ], List.prototype, "headerCaseType", void 0);
187
- __decorate([
188
- attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
189
- ], List.prototype, "blockScrollingOnContextMenu", void 0);
190
186
  __decorate([
191
187
  observable
192
188
  ], List.prototype, "gridOptions", void 0);
@@ -24,7 +24,6 @@ export const getPrefixedList = (prefix) => html `
24
24
  enable-cell-flashing=${(x) => x.enableCellFlashing}
25
25
  enable-row-flashing=${(x) => x.enableRowFlashing}
26
26
  header-case-type=${(x) => x.headerCaseType}
27
- block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
28
27
  >
29
28
  <grid-pro-genesis-datasource
30
29
  ${ref('datasource')}
@@ -180,12 +180,6 @@ export declare class EntityManagement extends EntityManagement_base {
180
180
  * @public
181
181
  */
182
182
  persistColumnStateKey: string;
183
- /**
184
- * If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
185
- * @remarks Defaults to false
186
- * @alpha
187
- */
188
- blockScrollingOnContextMenu: boolean;
189
183
  /**
190
184
  * GridOptions to be passed down from application
191
185
  * @public
@@ -414,7 +408,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
414
408
  hasAttribute(qualifiedName: string): boolean;
415
409
  hasAttributeNS(namespace: string, localName: string): boolean;
416
410
  hasAttributes(): boolean;
417
- hasPointerCapture(pointerId: number): boolean;
411
+ hasPointerCapture(pointerId: number): boolean; /**
412
+ * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
413
+ * @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
414
+ * @public
415
+ */
418
416
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
419
417
  insertAdjacentHTML(position: InsertPosition, text: string): void;
420
418
  insertAdjacentText(where: InsertPosition, data: string): void;
@@ -493,7 +491,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
493
491
  ariaColIndex: string;
494
492
  ariaColIndexText: string;
495
493
  ariaColSpan: string;
496
- ariaCurrent: string;
494
+ ariaCurrent: string; /**
495
+ * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
496
+ *
497
+ * @param e - CustomEvent which contains the payload for the entity to submit to the backend
498
+ *
499
+ * Emits an event upon error
500
+ * @public
501
+ */
497
502
  ariaDisabled: string;
498
503
  ariaExpanded: string;
499
504
  ariaHasPopup: string;
@@ -46,8 +46,6 @@ export class EntityManagement extends EntityManagement_base {
46
46
  asyncAdd: boolean;
47
47
  asyncRemove: boolean;
48
48
  asyncUpdate: boolean;
49
- // @alpha
50
- blockScrollingOnContextMenu: boolean;
51
49
  // (undocumented)
52
50
  closeModal(): void;
53
51
  columns: ColDef[];
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.177.2-alpha-f467137.0",
4
+ "version": "14.177.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.177.2-alpha-f467137.0",
47
- "@genesislcap/genx": "14.177.2-alpha-f467137.0",
48
- "@genesislcap/rollup-builder": "14.177.2-alpha-f467137.0",
49
- "@genesislcap/ts-builder": "14.177.2-alpha-f467137.0",
50
- "@genesislcap/uvu-playwright-builder": "14.177.2-alpha-f467137.0",
51
- "@genesislcap/vite-builder": "14.177.2-alpha-f467137.0",
52
- "@genesislcap/webpack-builder": "14.177.2-alpha-f467137.0",
46
+ "@genesislcap/foundation-testing": "14.177.2",
47
+ "@genesislcap/genx": "14.177.2",
48
+ "@genesislcap/rollup-builder": "14.177.2",
49
+ "@genesislcap/ts-builder": "14.177.2",
50
+ "@genesislcap/uvu-playwright-builder": "14.177.2",
51
+ "@genesislcap/vite-builder": "14.177.2",
52
+ "@genesislcap/webpack-builder": "14.177.2",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.177.2-alpha-f467137.0",
58
- "@genesislcap/foundation-errors": "14.177.2-alpha-f467137.0",
59
- "@genesislcap/foundation-events": "14.177.2-alpha-f467137.0",
60
- "@genesislcap/foundation-forms": "14.177.2-alpha-f467137.0",
61
- "@genesislcap/foundation-logger": "14.177.2-alpha-f467137.0",
62
- "@genesislcap/foundation-login": "14.177.2-alpha-f467137.0",
63
- "@genesislcap/foundation-notifications": "14.177.2-alpha-f467137.0",
64
- "@genesislcap/foundation-ui": "14.177.2-alpha-f467137.0",
65
- "@genesislcap/foundation-utils": "14.177.2-alpha-f467137.0",
66
- "@genesislcap/foundation-zero": "14.177.2-alpha-f467137.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.177.2-alpha-f467137.0",
68
- "@genesislcap/grid-pro": "14.177.2-alpha-f467137.0",
57
+ "@genesislcap/foundation-comms": "14.177.2",
58
+ "@genesislcap/foundation-errors": "14.177.2",
59
+ "@genesislcap/foundation-events": "14.177.2",
60
+ "@genesislcap/foundation-forms": "14.177.2",
61
+ "@genesislcap/foundation-logger": "14.177.2",
62
+ "@genesislcap/foundation-login": "14.177.2",
63
+ "@genesislcap/foundation-notifications": "14.177.2",
64
+ "@genesislcap/foundation-ui": "14.177.2",
65
+ "@genesislcap/foundation-utils": "14.177.2",
66
+ "@genesislcap/foundation-zero": "14.177.2",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.177.2",
68
+ "@genesislcap/grid-pro": "14.177.2",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "dbf09e1d3aaf89dd5d8e837b0d3c2a3cc7fd5b57"
84
+ "gitHead": "a55c1f24c62a2c4ef8fbf89454f73afd86a18aa1"
85
85
  }