@genesislcap/foundation-entity-management 14.176.1-alpha-6ef4895.0 → 14.177.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.
@@ -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": {
@@ -1134,14 +1116,6 @@
1134
1116
  "text": "GridProCaseType"
1135
1117
  }
1136
1118
  },
1137
- {
1138
- "kind": "field",
1139
- "name": "blockScrollingOnContextMenu",
1140
- "type": {
1141
- "text": "boolean"
1142
- },
1143
- "default": "false"
1144
- },
1145
1119
  {
1146
1120
  "kind": "field",
1147
1121
  "name": "grid",
@@ -1383,14 +1357,6 @@
1383
1357
  "text": "GridProCaseType"
1384
1358
  },
1385
1359
  "fieldName": "headerCaseType"
1386
- },
1387
- {
1388
- "name": "block-scrolling-on-context-menu",
1389
- "type": {
1390
- "text": "boolean"
1391
- },
1392
- "default": "false",
1393
- "fieldName": "blockScrollingOnContextMenu"
1394
1360
  }
1395
1361
  ],
1396
1362
  "superclass": {
@@ -1887,19 +1853,6 @@
1887
1853
  "module": "src/entities/entities.ts"
1888
1854
  }
1889
1855
  },
1890
- {
1891
- "kind": "field",
1892
- "name": "blockScrollingOnContextMenu",
1893
- "type": {
1894
- "text": "boolean"
1895
- },
1896
- "default": "false",
1897
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1898
- "inheritedFrom": {
1899
- "name": "EntityManagement",
1900
- "module": "src/entities/entities.ts"
1901
- }
1902
- },
1903
1856
  {
1904
1857
  "kind": "field",
1905
1858
  "name": "gridOptions",
@@ -2489,19 +2442,6 @@
2489
2442
  "module": "src/entities/entities.ts"
2490
2443
  }
2491
2444
  },
2492
- {
2493
- "name": "block-scrolling-on-context-menu",
2494
- "type": {
2495
- "text": "boolean"
2496
- },
2497
- "default": "false",
2498
- "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
2499
- "fieldName": "blockScrollingOnContextMenu",
2500
- "inheritedFrom": {
2501
- "name": "EntityManagement",
2502
- "module": "src/entities/entities.ts"
2503
- }
2504
- },
2505
2445
  {
2506
2446
  "name": "size-columns-to-fit",
2507
2447
  "type": {
@@ -2629,6 +2569,122 @@
2629
2569
  }
2630
2570
  ]
2631
2571
  },
2572
+ {
2573
+ "kind": "javascript-module",
2574
+ "path": "src/utils/formatting.ts",
2575
+ "declarations": [
2576
+ {
2577
+ "kind": "function",
2578
+ "name": "getErrorFormat",
2579
+ "parameters": [
2580
+ {
2581
+ "name": "err"
2582
+ }
2583
+ ],
2584
+ "description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
2585
+ "privacy": "public"
2586
+ }
2587
+ ],
2588
+ "exports": [
2589
+ {
2590
+ "kind": "js",
2591
+ "name": "getErrorFormat",
2592
+ "declaration": {
2593
+ "name": "getErrorFormat",
2594
+ "module": "src/utils/formatting.ts"
2595
+ }
2596
+ }
2597
+ ]
2598
+ },
2599
+ {
2600
+ "kind": "javascript-module",
2601
+ "path": "src/utils/index.ts",
2602
+ "declarations": [],
2603
+ "exports": [
2604
+ {
2605
+ "kind": "js",
2606
+ "name": "*",
2607
+ "declaration": {
2608
+ "name": "*",
2609
+ "package": "./formatting"
2610
+ }
2611
+ },
2612
+ {
2613
+ "kind": "js",
2614
+ "name": "*",
2615
+ "declaration": {
2616
+ "name": "*",
2617
+ "package": "./logger"
2618
+ }
2619
+ },
2620
+ {
2621
+ "kind": "js",
2622
+ "name": "*",
2623
+ "declaration": {
2624
+ "name": "*",
2625
+ "package": "./renderer"
2626
+ }
2627
+ }
2628
+ ]
2629
+ },
2630
+ {
2631
+ "kind": "javascript-module",
2632
+ "path": "src/utils/logger.ts",
2633
+ "declarations": [
2634
+ {
2635
+ "kind": "variable",
2636
+ "name": "logger",
2637
+ "privacy": "public"
2638
+ }
2639
+ ],
2640
+ "exports": [
2641
+ {
2642
+ "kind": "js",
2643
+ "name": "logger",
2644
+ "declaration": {
2645
+ "name": "logger",
2646
+ "module": "src/utils/logger.ts"
2647
+ }
2648
+ }
2649
+ ]
2650
+ },
2651
+ {
2652
+ "kind": "javascript-module",
2653
+ "path": "src/utils/renderer.ts",
2654
+ "declarations": [
2655
+ {
2656
+ "kind": "function",
2657
+ "name": "buttonCellRenderer",
2658
+ "return": {
2659
+ "type": {
2660
+ "text": "ColDef"
2661
+ }
2662
+ },
2663
+ "parameters": [
2664
+ {
2665
+ "name": "title"
2666
+ },
2667
+ {
2668
+ "name": "clickHandler"
2669
+ },
2670
+ {
2671
+ "name": "contentTemplate"
2672
+ }
2673
+ ],
2674
+ "privacy": "public"
2675
+ }
2676
+ ],
2677
+ "exports": [
2678
+ {
2679
+ "kind": "js",
2680
+ "name": "buttonCellRenderer",
2681
+ "declaration": {
2682
+ "name": "buttonCellRenderer",
2683
+ "module": "src/utils/renderer.ts"
2684
+ }
2685
+ }
2686
+ ]
2687
+ },
2632
2688
  {
2633
2689
  "kind": "javascript-module",
2634
2690
  "path": "src/users/users.template.ts",
@@ -2857,122 +2913,6 @@
2857
2913
  }
2858
2914
  ]
2859
2915
  },
2860
- {
2861
- "kind": "javascript-module",
2862
- "path": "src/utils/formatting.ts",
2863
- "declarations": [
2864
- {
2865
- "kind": "function",
2866
- "name": "getErrorFormat",
2867
- "parameters": [
2868
- {
2869
- "name": "err"
2870
- }
2871
- ],
2872
- "description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
2873
- "privacy": "public"
2874
- }
2875
- ],
2876
- "exports": [
2877
- {
2878
- "kind": "js",
2879
- "name": "getErrorFormat",
2880
- "declaration": {
2881
- "name": "getErrorFormat",
2882
- "module": "src/utils/formatting.ts"
2883
- }
2884
- }
2885
- ]
2886
- },
2887
- {
2888
- "kind": "javascript-module",
2889
- "path": "src/utils/index.ts",
2890
- "declarations": [],
2891
- "exports": [
2892
- {
2893
- "kind": "js",
2894
- "name": "*",
2895
- "declaration": {
2896
- "name": "*",
2897
- "package": "./formatting"
2898
- }
2899
- },
2900
- {
2901
- "kind": "js",
2902
- "name": "*",
2903
- "declaration": {
2904
- "name": "*",
2905
- "package": "./logger"
2906
- }
2907
- },
2908
- {
2909
- "kind": "js",
2910
- "name": "*",
2911
- "declaration": {
2912
- "name": "*",
2913
- "package": "./renderer"
2914
- }
2915
- }
2916
- ]
2917
- },
2918
- {
2919
- "kind": "javascript-module",
2920
- "path": "src/utils/logger.ts",
2921
- "declarations": [
2922
- {
2923
- "kind": "variable",
2924
- "name": "logger",
2925
- "privacy": "public"
2926
- }
2927
- ],
2928
- "exports": [
2929
- {
2930
- "kind": "js",
2931
- "name": "logger",
2932
- "declaration": {
2933
- "name": "logger",
2934
- "module": "src/utils/logger.ts"
2935
- }
2936
- }
2937
- ]
2938
- },
2939
- {
2940
- "kind": "javascript-module",
2941
- "path": "src/utils/renderer.ts",
2942
- "declarations": [
2943
- {
2944
- "kind": "function",
2945
- "name": "buttonCellRenderer",
2946
- "return": {
2947
- "type": {
2948
- "text": "ColDef"
2949
- }
2950
- },
2951
- "parameters": [
2952
- {
2953
- "name": "title"
2954
- },
2955
- {
2956
- "name": "clickHandler"
2957
- },
2958
- {
2959
- "name": "contentTemplate"
2960
- }
2961
- ],
2962
- "privacy": "public"
2963
- }
2964
- ],
2965
- "exports": [
2966
- {
2967
- "kind": "js",
2968
- "name": "buttonCellRenderer",
2969
- "declaration": {
2970
- "name": "buttonCellRenderer",
2971
- "module": "src/utils/renderer.ts"
2972
- }
2973
- }
2974
- ]
2975
- },
2976
2916
  {
2977
2917
  "kind": "javascript-module",
2978
2918
  "path": "src/routes/demo/entity-management.template.ts",
@@ -68,7 +68,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
68
68
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
69
69
  readonly attributes: NamedNodeMap;
70
70
  readonly classList: DOMTokenList;
71
- className: string;
71
+ className: string; /**
72
+ * Array which holds the column definitions.
73
+ * @public
74
+ */
72
75
  readonly clientHeight: number;
73
76
  readonly clientLeft: number;
74
77
  readonly clientTop: number;
@@ -94,14 +97,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
94
97
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
95
98
  closest<E extends Element = Element>(selectors: string): E;
96
99
  getAttribute(qualifiedName: string): string;
97
- /**
98
- * Reference to the currently selected entity from the grid.
99
- *
100
- * @remarks
101
- *
102
- * When the user attempts to initiate functionality such as deleting or editing an entity, the entity which will be deleted/edited is the one which is referenced by this variable
103
- * @public
104
- */
105
100
  getAttributeNS(namespace: string, localName: string): string;
106
101
  getAttributeNames(): string[];
107
102
  getAttributeNode(qualifiedName: string): Attr;
@@ -127,7 +122,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
127
122
  removeAttribute(qualifiedName: string): void;
128
123
  removeAttributeNS(namespace: string, localName: string): void;
129
124
  removeAttributeNode(attr: Attr): Attr;
130
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
125
+ requestFullscreen(options?: FullscreenOptions): Promise<void>; /**
126
+ * Set up the web component
127
+ * @internal
128
+ */
131
129
  requestPointerLock(): void;
132
130
  scroll(options?: ScrollToOptions): void;
133
131
  scroll(x: number, y: number): void;
@@ -189,7 +187,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
189
187
  readonly PROCESSING_INSTRUCTION_NODE: number;
190
188
  readonly TEXT_NODE: number;
191
189
  dispatchEvent(event: Event): boolean;
192
- ariaAtomic: string;
190
+ ariaAtomic: string; /**
191
+ * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
192
+ *
193
+ * @param e - CustomEvent which contains the payload for the entity to submit to the backend
194
+ *
195
+ * Emits an event upon error
196
+ * @public
197
+ */
193
198
  ariaAutoComplete: string;
194
199
  ariaBusy: string;
195
200
  ariaChecked: string;
@@ -200,16 +205,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
200
205
  ariaCurrent: string;
201
206
  ariaDisabled: string;
202
207
  ariaExpanded: string;
208
+ ariaHasPopup: string;
209
+ ariaHidden: string;
203
210
  /**
204
- * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
205
- *
206
- * @param e - CustomEvent which contains the payload for the entity to submit to the backend
211
+ * Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
207
212
  *
208
- * Emits an event upon error
209
- * @public
213
+ * @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
214
+ * @internal
210
215
  */
211
- ariaHasPopup: string;
212
- ariaHidden: string;
213
216
  ariaInvalid: string;
214
217
  ariaKeyShortcuts: string;
215
218
  ariaLabel: string;
@@ -220,12 +223,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
220
223
  ariaMultiSelectable: string;
221
224
  ariaOrientation: string;
222
225
  ariaPlaceholder: string;
223
- /**
224
- * Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
225
- *
226
- * @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
227
- * @internal
228
- */
229
226
  ariaPosInSet: string;
230
227
  ariaPressed: string;
231
228
  ariaReadOnly: string;
@@ -311,7 +308,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
311
308
  onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
312
309
  onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
313
310
  onload: (this: GlobalEventHandlers, ev: Event) => any;
314
- onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
311
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any; /**
312
+ * Show notifications if the executed event returned an error.
313
+ * @internal
314
+ */
315
315
  onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
316
316
  onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
317
317
  onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
@@ -504,12 +504,6 @@ export declare class EntityManagement extends EntityManagement_base {
504
504
  * @public
505
505
  */
506
506
  persistColumnStateKey: string;
507
- /**
508
- * If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
509
- * @remarks Defaults to false
510
- * @alpha
511
- */
512
- blockScrollingOnContextMenu: boolean;
513
507
  /**
514
508
  * GridOptions to be passed down from application
515
509
  * @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"}
@@ -24,7 +24,6 @@ export declare class List extends FASTElement {
24
24
  hideEdit: boolean;
25
25
  hideDelete: boolean;
26
26
  headerCaseType: GridProCaseType;
27
- blockScrollingOnContextMenu: boolean;
28
27
  grid: ZeroGridPro;
29
28
  datasource: GridProGenesisDatasource;
30
29
  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;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IACnC;;;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+ClC,oBAAoB,IAAI,IAAI;IAQ5B,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;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IACnC;;;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+ClC,oBAAoB,IAAI,IAAI;IAQ5B,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
@@ -443,9 +437,6 @@ __decorate([
443
437
  __decorate([
444
438
  attr({ attribute: 'persist-column-state-key' })
445
439
  ], EntityManagement.prototype, "persistColumnStateKey", void 0);
446
- __decorate([
447
- attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
448
- ], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
449
440
  __decorate([
450
441
  observable
451
442
  ], 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>
@@ -24,7 +24,6 @@ let List = class List extends FASTElement {
24
24
  this.enableRowFlashing = false;
25
25
  this.hideEdit = false;
26
26
  this.hideDelete = false;
27
- this.blockScrollingOnContextMenu = false;
28
27
  this.actionButtonsConfig = [];
29
28
  this.edit = (e) => {
30
29
  this.$emit('edit-entity', e);
@@ -173,9 +172,6 @@ __decorate([
173
172
  __decorate([
174
173
  attr({ attribute: 'header-case-type' })
175
174
  ], List.prototype, "headerCaseType", void 0);
176
- __decorate([
177
- attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
178
- ], List.prototype, "blockScrollingOnContextMenu", void 0);
179
175
  __decorate([
180
176
  observable
181
177
  ], 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
@@ -371,7 +365,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
371
365
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
372
366
  readonly attributes: NamedNodeMap;
373
367
  readonly classList: DOMTokenList;
374
- className: string;
368
+ className: string; /**
369
+ * Array which holds the column definitions.
370
+ * @public
371
+ */
375
372
  readonly clientHeight: number;
376
373
  readonly clientLeft: number;
377
374
  readonly clientTop: number;
@@ -397,14 +394,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
397
394
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
398
395
  closest<E extends Element = Element>(selectors: string): E;
399
396
  getAttribute(qualifiedName: string): string;
400
- /**
401
- * Reference to the currently selected entity from the grid.
402
- *
403
- * @remarks
404
- *
405
- * When the user attempts to initiate functionality such as deleting or editing an entity, the entity which will be deleted/edited is the one which is referenced by this variable
406
- * @public
407
- */
408
397
  getAttributeNS(namespace: string, localName: string): string;
409
398
  getAttributeNames(): string[];
410
399
  getAttributeNode(qualifiedName: string): Attr;
@@ -430,7 +419,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
430
419
  removeAttribute(qualifiedName: string): void;
431
420
  removeAttributeNS(namespace: string, localName: string): void;
432
421
  removeAttributeNode(attr: Attr): Attr;
433
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
422
+ requestFullscreen(options?: FullscreenOptions): Promise<void>; /**
423
+ * Set up the web component
424
+ * @internal
425
+ */
434
426
  requestPointerLock(): void;
435
427
  scroll(options?: ScrollToOptions): void;
436
428
  scroll(x: number, y: number): void;
@@ -492,7 +484,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
492
484
  readonly PROCESSING_INSTRUCTION_NODE: number;
493
485
  readonly TEXT_NODE: number;
494
486
  dispatchEvent(event: Event): boolean;
495
- ariaAtomic: string;
487
+ ariaAtomic: string; /**
488
+ * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
489
+ *
490
+ * @param e - CustomEvent which contains the payload for the entity to submit to the backend
491
+ *
492
+ * Emits an event upon error
493
+ * @public
494
+ */
496
495
  ariaAutoComplete: string;
497
496
  ariaBusy: string;
498
497
  ariaChecked: string;
@@ -503,16 +502,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
503
502
  ariaCurrent: string;
504
503
  ariaDisabled: string;
505
504
  ariaExpanded: string;
505
+ ariaHasPopup: string;
506
+ ariaHidden: string;
506
507
  /**
507
- * Event handler for when the user submits the action for the currently open form, either editing or adding the entity
508
- *
509
- * @param e - CustomEvent which contains the payload for the entity to submit to the backend
508
+ * Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
510
509
  *
511
- * Emits an event upon error
512
- * @public
510
+ * @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
511
+ * @internal
513
512
  */
514
- ariaHasPopup: string;
515
- ariaHidden: string;
516
513
  ariaInvalid: string;
517
514
  ariaKeyShortcuts: string;
518
515
  ariaLabel: string;
@@ -523,12 +520,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
523
520
  ariaMultiSelectable: string;
524
521
  ariaOrientation: string;
525
522
  ariaPlaceholder: string;
526
- /**
527
- * Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
528
- *
529
- * @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
530
- * @internal
531
- */
532
523
  ariaPosInSet: string;
533
524
  ariaPressed: string;
534
525
  ariaReadOnly: string;
@@ -614,7 +605,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
614
605
  onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
615
606
  onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
616
607
  onload: (this: GlobalEventHandlers, ev: Event) => any;
617
- onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
608
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any; /**
609
+ * Show notifications if the executed event returned an error.
610
+ * @internal
611
+ */
618
612
  onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
619
613
  onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
620
614
  onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
@@ -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.176.1-alpha-6ef4895.0",
4
+ "version": "14.177.0",
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.176.1-alpha-6ef4895.0",
47
- "@genesislcap/genx": "14.176.1-alpha-6ef4895.0",
48
- "@genesislcap/rollup-builder": "14.176.1-alpha-6ef4895.0",
49
- "@genesislcap/ts-builder": "14.176.1-alpha-6ef4895.0",
50
- "@genesislcap/uvu-playwright-builder": "14.176.1-alpha-6ef4895.0",
51
- "@genesislcap/vite-builder": "14.176.1-alpha-6ef4895.0",
52
- "@genesislcap/webpack-builder": "14.176.1-alpha-6ef4895.0",
46
+ "@genesislcap/foundation-testing": "14.177.0",
47
+ "@genesislcap/genx": "14.177.0",
48
+ "@genesislcap/rollup-builder": "14.177.0",
49
+ "@genesislcap/ts-builder": "14.177.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.177.0",
51
+ "@genesislcap/vite-builder": "14.177.0",
52
+ "@genesislcap/webpack-builder": "14.177.0",
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.176.1-alpha-6ef4895.0",
58
- "@genesislcap/foundation-errors": "14.176.1-alpha-6ef4895.0",
59
- "@genesislcap/foundation-events": "14.176.1-alpha-6ef4895.0",
60
- "@genesislcap/foundation-forms": "14.176.1-alpha-6ef4895.0",
61
- "@genesislcap/foundation-logger": "14.176.1-alpha-6ef4895.0",
62
- "@genesislcap/foundation-login": "14.176.1-alpha-6ef4895.0",
63
- "@genesislcap/foundation-notifications": "14.176.1-alpha-6ef4895.0",
64
- "@genesislcap/foundation-ui": "14.176.1-alpha-6ef4895.0",
65
- "@genesislcap/foundation-utils": "14.176.1-alpha-6ef4895.0",
66
- "@genesislcap/foundation-zero": "14.176.1-alpha-6ef4895.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.176.1-alpha-6ef4895.0",
68
- "@genesislcap/grid-pro": "14.176.1-alpha-6ef4895.0",
57
+ "@genesislcap/foundation-comms": "14.177.0",
58
+ "@genesislcap/foundation-errors": "14.177.0",
59
+ "@genesislcap/foundation-events": "14.177.0",
60
+ "@genesislcap/foundation-forms": "14.177.0",
61
+ "@genesislcap/foundation-logger": "14.177.0",
62
+ "@genesislcap/foundation-login": "14.177.0",
63
+ "@genesislcap/foundation-notifications": "14.177.0",
64
+ "@genesislcap/foundation-ui": "14.177.0",
65
+ "@genesislcap/foundation-utils": "14.177.0",
66
+ "@genesislcap/foundation-zero": "14.177.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.177.0",
68
+ "@genesislcap/grid-pro": "14.177.0",
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": "7576777c410789f2699b2522129c8a206f3ccacf"
84
+ "gitHead": "b3c0ce3e0fa58bae562c2c9bec96beee6a4a2ed4"
85
85
  }