@genesislcap/foundation-entity-management 14.373.2-MX-499-LIST.1 → 14.374.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.
Files changed (65) hide show
  1. package/dist/custom-elements.json +49 -57
  2. package/dist/dts/index.d.ts +0 -1
  3. package/dist/dts/index.d.ts.map +1 -1
  4. package/dist/esm/index.js +0 -1
  5. package/dist/foundation-entity-management.api.json +0 -1875
  6. package/dist/foundation-entity-management.d.ts +1 -1
  7. package/docs/api/foundation-entity-management.md +0 -9
  8. package/docs/api-report.md.api.md +2 -112
  9. package/package.json +22 -22
  10. package/docs/api/foundation-entity-management.list.actionbuttonsconfig.md +0 -11
  11. package/docs/api/foundation-entity-management.list.asyncadd.md +0 -11
  12. package/docs/api/foundation-entity-management.list.asyncremove.md +0 -11
  13. package/docs/api/foundation-entity-management.list.asyncupdate.md +0 -11
  14. package/docs/api/foundation-entity-management.list.columns.md +0 -11
  15. package/docs/api/foundation-entity-management.list.connect.md +0 -11
  16. package/docs/api/foundation-entity-management.list.connectedcallback.md +0 -15
  17. package/docs/api/foundation-entity-management.list.createevent.md +0 -11
  18. package/docs/api/foundation-entity-management.list.criteria.md +0 -11
  19. package/docs/api/foundation-entity-management.list.customactions.md +0 -11
  20. package/docs/api/foundation-entity-management.list.datasource.md +0 -11
  21. package/docs/api/foundation-entity-management.list.datasourceconfig.md +0 -11
  22. package/docs/api/foundation-entity-management.list.datasourcetype.md +0 -11
  23. package/docs/api/foundation-entity-management.list.delete.md +0 -50
  24. package/docs/api/foundation-entity-management.list.deleteevent.md +0 -11
  25. package/docs/api/foundation-entity-management.list.disablepolling.md +0 -11
  26. package/docs/api/foundation-entity-management.list.disconnectedcallback.md +0 -15
  27. package/docs/api/foundation-entity-management.list.enablecellflashing.md +0 -11
  28. package/docs/api/foundation-entity-management.list.enablefilterbar.md +0 -11
  29. package/docs/api/foundation-entity-management.list.enablerowflashing.md +0 -11
  30. package/docs/api/foundation-entity-management.list.fields.md +0 -11
  31. package/docs/api/foundation-entity-management.list.grid.md +0 -11
  32. package/docs/api/foundation-entity-management.list.gridautosizing.md +0 -13
  33. package/docs/api/foundation-entity-management.list.gridoptions.md +0 -11
  34. package/docs/api/foundation-entity-management.list.handlecelleditrequest.md +0 -50
  35. package/docs/api/foundation-entity-management.list.handlerowclicked.md +0 -50
  36. package/docs/api/foundation-entity-management.list.handlerowcontextmenu.md +0 -50
  37. package/docs/api/foundation-entity-management.list.handlerowdblclicked.md +0 -50
  38. package/docs/api/foundation-entity-management.list.handlerowselected.md +0 -50
  39. package/docs/api/foundation-entity-management.list.handleselectionchanged.md +0 -50
  40. package/docs/api/foundation-entity-management.list.headercasetype.md +0 -11
  41. package/docs/api/foundation-entity-management.list.hidedelete.md +0 -11
  42. package/docs/api/foundation-entity-management.list.hideedit.md +0 -11
  43. package/docs/api/foundation-entity-management.list.isserversidedatasource.md +0 -11
  44. package/docs/api/foundation-entity-management.list.issnapshot.md +0 -11
  45. package/docs/api/foundation-entity-management.list.maxrows.md +0 -11
  46. package/docs/api/foundation-entity-management.list.maxview.md +0 -11
  47. package/docs/api/foundation-entity-management.list.md +0 -988
  48. package/docs/api/foundation-entity-management.list.movingview.md +0 -11
  49. package/docs/api/foundation-entity-management.list.orderby.md +0 -11
  50. package/docs/api/foundation-entity-management.list.persistcolumnstatekey.md +0 -11
  51. package/docs/api/foundation-entity-management.list.persistfiltermodelkey.md +0 -11
  52. package/docs/api/foundation-entity-management.list.pollinginterval.md +0 -11
  53. package/docs/api/foundation-entity-management.list.polltriggerevents.md +0 -11
  54. package/docs/api/foundation-entity-management.list.prefix.md +0 -13
  55. package/docs/api/foundation-entity-management.list.request.md +0 -11
  56. package/docs/api/foundation-entity-management.list.requestautosetup.md +0 -11
  57. package/docs/api/foundation-entity-management.list.resourcename.md +0 -11
  58. package/docs/api/foundation-entity-management.list.reverse.md +0 -11
  59. package/docs/api/foundation-entity-management.list.rowselection.md +0 -11
  60. package/docs/api/foundation-entity-management.list.sizecolumnstocontent.md +0 -13
  61. package/docs/api/foundation-entity-management.list.sizecolumnstofit.md +0 -13
  62. package/docs/api/foundation-entity-management.list.statusbarconfig.md +0 -11
  63. package/docs/api/foundation-entity-management.list.title.md +0 -11
  64. package/docs/api/foundation-entity-management.list.updateevent.md +0 -11
  65. package/docs/api/foundation-entity-management.list.viewnumber.md +0 -11
@@ -1241,7 +1241,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
1241
1241
  */
1242
1242
  export declare const getErrorFormat: (err: any) => string;
1243
1243
 
1244
- export declare class List extends List_base {
1244
+ declare class List extends List_base {
1245
1245
  /**
1246
1246
  * Name of the design system prefix that will be used in renderers.
1247
1247
  * @public
@@ -27,15 +27,6 @@ Description
27
27
  Main class which defines the entity management functionality
28
28
 
29
29
 
30
- </td></tr>
31
- <tr><td>
32
-
33
- [List](./foundation-entity-management.list.md)
34
-
35
-
36
- </td><td>
37
-
38
-
39
30
  </td></tr>
40
31
  <tr><td>
41
32
 
@@ -256,6 +256,8 @@ export class EntityManagement extends EntityManagement_base {
256
256
  enableRowFlashing: boolean;
257
257
  enableSearchBar: boolean;
258
258
  entityLabel: string;
259
+ // Warning: (ae-forgotten-export) The symbol "List" needs to be exported by the entry point index.d.ts
260
+ //
259
261
  // @internal (undocumented)
260
262
  entityListRef: List;
261
263
  errorNotificationConfig: NotificationStructure['config'];
@@ -342,118 +344,6 @@ export class EntityManagement extends EntityManagement_base {
342
344
  // @public
343
345
  export const getErrorFormat: (err: any) => string;
344
346
 
345
- // Warning: (ae-forgotten-export) The symbol "List_base" needs to be exported by the entry point index.d.ts
346
- //
347
- // @public (undocumented)
348
- export class List extends List_base {
349
- // (undocumented)
350
- actionButtonsConfig: any[];
351
- // (undocumented)
352
- asyncAdd: boolean;
353
- // (undocumented)
354
- asyncRemove: boolean;
355
- // (undocumented)
356
- asyncUpdate: boolean;
357
- // (undocumented)
358
- columns: ColDef[];
359
- // (undocumented)
360
- protected connect: Connect;
361
- // (undocumented)
362
- connectedCallback(): void;
363
- // (undocumented)
364
- createEvent: string;
365
- // (undocumented)
366
- get criteria(): string;
367
- // (undocumented)
368
- customActions: CustomAction[];
369
- // (undocumented)
370
- datasource: GridProGenesisDatasource;
371
- // (undocumented)
372
- datasourceConfig: DatasourceConfiguration;
373
- // (undocumented)
374
- datasourceType: DatasourceType;
375
- // (undocumented)
376
- delete(e: any): Promise<void>;
377
- // (undocumented)
378
- deleteEvent: string;
379
- // (undocumented)
380
- get disablePolling(): boolean;
381
- // (undocumented)
382
- disconnectedCallback(): Promise<void>;
383
- // (undocumented)
384
- enableCellFlashing: boolean;
385
- // (undocumented)
386
- enableFilterBar: boolean;
387
- // (undocumented)
388
- enableRowFlashing: boolean;
389
- // (undocumented)
390
- get fields(): string;
391
- // (undocumented)
392
- grid: ZeroGridPro;
393
- gridAutosizing: boolean;
394
- // (undocumented)
395
- gridOptions: GridOptions;
396
- // (undocumented)
397
- handleCellEditRequest(event: CustomEvent<CellEditRequestEvent>): Promise<void>;
398
- // (undocumented)
399
- handleRowClicked(e: CustomEvent): void;
400
- // (undocumented)
401
- handleRowContextMenu(e: CustomEvent): void;
402
- // (undocumented)
403
- handleRowDblClicked(e: CustomEvent): void;
404
- // (undocumented)
405
- handleRowSelected(e: CustomEvent): void;
406
- // (undocumented)
407
- handleSelectionChanged(e: CustomEvent<SelectionChangedEvent>): void;
408
- // (undocumented)
409
- headerCaseType: GridProCaseType;
410
- // (undocumented)
411
- hideDelete: boolean;
412
- // (undocumented)
413
- hideEdit: boolean;
414
- // (undocumented)
415
- get isServerSideDatasource(): boolean;
416
- // (undocumented)
417
- get isSnapshot(): boolean;
418
- // (undocumented)
419
- get maxRows(): number;
420
- // (undocumented)
421
- get maxView(): number;
422
- // (undocumented)
423
- get movingView(): boolean;
424
- // (undocumented)
425
- get orderBy(): string;
426
- // (undocumented)
427
- persistColumnStateKey: string;
428
- // (undocumented)
429
- persistFilterModelKey: string;
430
- // (undocumented)
431
- get pollingInterval(): number;
432
- // (undocumented)
433
- get pollTriggerEvents(): string[];
434
- prefix: string;
435
- // (undocumented)
436
- get request(): any;
437
- // (undocumented)
438
- get requestAutoSetup(): boolean;
439
- // (undocumented)
440
- resourceName: string;
441
- // (undocumented)
442
- get reverse(): boolean;
443
- // (undocumented)
444
- rowSelection: string;
445
- sizeColumnsToContent: boolean;
446
- sizeColumnsToFit: boolean;
447
- // (undocumented)
448
- statusBarConfig: GridProStatusBarConfig;
449
- // (undocumented)
450
- title: string;
451
- // (undocumented)
452
- updateEvent: string;
453
- // (undocumented)
454
- get viewNumber(): number;
455
- }
456
-
457
347
  // Warning: (ae-internal-missing-underscore) The name "LoadingTemplate" should be prefixed with an underscore because the declaration is marked as @internal
458
348
  //
459
349
  // @internal (undocumented)
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.373.2-MX-499-LIST.1",
4
+ "version": "14.374.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,31 +52,31 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.373.2-MX-499-LIST.1",
56
- "@genesislcap/genx": "14.373.2-MX-499-LIST.1",
57
- "@genesislcap/rollup-builder": "14.373.2-MX-499-LIST.1",
58
- "@genesislcap/ts-builder": "14.373.2-MX-499-LIST.1",
59
- "@genesislcap/uvu-playwright-builder": "14.373.2-MX-499-LIST.1",
60
- "@genesislcap/vite-builder": "14.373.2-MX-499-LIST.1",
61
- "@genesislcap/webpack-builder": "14.373.2-MX-499-LIST.1"
55
+ "@genesislcap/foundation-testing": "14.374.0",
56
+ "@genesislcap/genx": "14.374.0",
57
+ "@genesislcap/rollup-builder": "14.374.0",
58
+ "@genesislcap/ts-builder": "14.374.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.374.0",
60
+ "@genesislcap/vite-builder": "14.374.0",
61
+ "@genesislcap/webpack-builder": "14.374.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.373.2-MX-499-LIST.1",
68
- "@genesislcap/foundation-errors": "14.373.2-MX-499-LIST.1",
69
- "@genesislcap/foundation-events": "14.373.2-MX-499-LIST.1",
70
- "@genesislcap/foundation-forms": "14.373.2-MX-499-LIST.1",
71
- "@genesislcap/foundation-logger": "14.373.2-MX-499-LIST.1",
72
- "@genesislcap/foundation-login": "14.373.2-MX-499-LIST.1",
73
- "@genesislcap/foundation-notifications": "14.373.2-MX-499-LIST.1",
74
- "@genesislcap/foundation-ui": "14.373.2-MX-499-LIST.1",
75
- "@genesislcap/foundation-utils": "14.373.2-MX-499-LIST.1",
76
- "@genesislcap/foundation-zero": "14.373.2-MX-499-LIST.1",
77
- "@genesislcap/foundation-zero-grid-pro": "14.373.2-MX-499-LIST.1",
78
- "@genesislcap/grid-pro": "14.373.2-MX-499-LIST.1",
79
- "@genesislcap/web-core": "14.373.2-MX-499-LIST.1",
67
+ "@genesislcap/foundation-comms": "14.374.0",
68
+ "@genesislcap/foundation-errors": "14.374.0",
69
+ "@genesislcap/foundation-events": "14.374.0",
70
+ "@genesislcap/foundation-forms": "14.374.0",
71
+ "@genesislcap/foundation-logger": "14.374.0",
72
+ "@genesislcap/foundation-login": "14.374.0",
73
+ "@genesislcap/foundation-notifications": "14.374.0",
74
+ "@genesislcap/foundation-ui": "14.374.0",
75
+ "@genesislcap/foundation-utils": "14.374.0",
76
+ "@genesislcap/foundation-zero": "14.374.0",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.374.0",
78
+ "@genesislcap/grid-pro": "14.374.0",
79
+ "@genesislcap/web-core": "14.374.0",
80
80
  "change-case": "^4.1.2"
81
81
  },
82
82
  "repository": {
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "7241279314a174536b42109fff4e98bd7ad07b99"
91
+ "gitHead": "5b1d9974d57522806b773f291d40355a6dbff83a"
92
92
  }
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [actionButtonsConfig](./foundation-entity-management.list.actionbuttonsconfig.md)
4
-
5
- ## List.actionButtonsConfig property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- actionButtonsConfig: any[];
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [asyncAdd](./foundation-entity-management.list.asyncadd.md)
4
-
5
- ## List.asyncAdd property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- asyncAdd: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [asyncRemove](./foundation-entity-management.list.asyncremove.md)
4
-
5
- ## List.asyncRemove property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- asyncRemove: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [asyncUpdate](./foundation-entity-management.list.asyncupdate.md)
4
-
5
- ## List.asyncUpdate property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- asyncUpdate: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [columns](./foundation-entity-management.list.columns.md)
4
-
5
- ## List.columns property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- columns: ColDef[];
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [connect](./foundation-entity-management.list.connect.md)
4
-
5
- ## List.connect property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- protected connect: Connect;
11
- ```
@@ -1,15 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [connectedCallback](./foundation-entity-management.list.connectedcallback.md)
4
-
5
- ## List.connectedCallback() method
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- connectedCallback(): void;
11
- ```
12
- **Returns:**
13
-
14
- void
15
-
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [createEvent](./foundation-entity-management.list.createevent.md)
4
-
5
- ## List.createEvent property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- createEvent: string;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [criteria](./foundation-entity-management.list.criteria.md)
4
-
5
- ## List.criteria property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- get criteria(): string;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [customActions](./foundation-entity-management.list.customactions.md)
4
-
5
- ## List.customActions property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- customActions: CustomAction[];
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [datasource](./foundation-entity-management.list.datasource.md)
4
-
5
- ## List.datasource property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- datasource: GridProGenesisDatasource;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [datasourceConfig](./foundation-entity-management.list.datasourceconfig.md)
4
-
5
- ## List.datasourceConfig property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- datasourceConfig: DatasourceConfiguration;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [datasourceType](./foundation-entity-management.list.datasourcetype.md)
4
-
5
- ## List.datasourceType property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- datasourceType: DatasourceType;
11
- ```
@@ -1,50 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [delete](./foundation-entity-management.list.delete.md)
4
-
5
- ## List.delete() method
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- delete(e: any): Promise<void>;
11
- ```
12
-
13
- ## Parameters
14
-
15
- <table><thead><tr><th>
16
-
17
- Parameter
18
-
19
-
20
- </th><th>
21
-
22
- Type
23
-
24
-
25
- </th><th>
26
-
27
- Description
28
-
29
-
30
- </th></tr></thead>
31
- <tbody><tr><td>
32
-
33
- e
34
-
35
-
36
- </td><td>
37
-
38
- any
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
46
-
47
- **Returns:**
48
-
49
- Promise&lt;void&gt;
50
-
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [deleteEvent](./foundation-entity-management.list.deleteevent.md)
4
-
5
- ## List.deleteEvent property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- deleteEvent: string;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [disablePolling](./foundation-entity-management.list.disablepolling.md)
4
-
5
- ## List.disablePolling property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- get disablePolling(): boolean;
11
- ```
@@ -1,15 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [disconnectedCallback](./foundation-entity-management.list.disconnectedcallback.md)
4
-
5
- ## List.disconnectedCallback() method
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- disconnectedCallback(): Promise<void>;
11
- ```
12
- **Returns:**
13
-
14
- Promise&lt;void&gt;
15
-
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [enableCellFlashing](./foundation-entity-management.list.enablecellflashing.md)
4
-
5
- ## List.enableCellFlashing property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- enableCellFlashing: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [enableFilterBar](./foundation-entity-management.list.enablefilterbar.md)
4
-
5
- ## List.enableFilterBar property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- enableFilterBar: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [enableRowFlashing](./foundation-entity-management.list.enablerowflashing.md)
4
-
5
- ## List.enableRowFlashing property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- enableRowFlashing: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [fields](./foundation-entity-management.list.fields.md)
4
-
5
- ## List.fields property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- get fields(): string;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [grid](./foundation-entity-management.list.grid.md)
4
-
5
- ## List.grid property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- grid: ZeroGridPro;
11
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [gridAutosizing](./foundation-entity-management.list.gridautosizing.md)
4
-
5
- ## List.gridAutosizing property
6
-
7
- Controls automatic column sizing on interaction. Disables manual column widths and local storage persistence of widths.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- gridAutosizing: boolean;
13
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [gridOptions](./foundation-entity-management.list.gridoptions.md)
4
-
5
- ## List.gridOptions property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- gridOptions: GridOptions;
11
- ```
@@ -1,50 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [List](./foundation-entity-management.list.md) &gt; [handleCellEditRequest](./foundation-entity-management.list.handlecelleditrequest.md)
4
-
5
- ## List.handleCellEditRequest() method
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- handleCellEditRequest(event: CustomEvent<CellEditRequestEvent>): Promise<void>;
11
- ```
12
-
13
- ## Parameters
14
-
15
- <table><thead><tr><th>
16
-
17
- Parameter
18
-
19
-
20
- </th><th>
21
-
22
- Type
23
-
24
-
25
- </th><th>
26
-
27
- Description
28
-
29
-
30
- </th></tr></thead>
31
- <tbody><tr><td>
32
-
33
- event
34
-
35
-
36
- </td><td>
37
-
38
- CustomEvent&lt;CellEditRequestEvent&gt;
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
46
-
47
- **Returns:**
48
-
49
- Promise&lt;void&gt;
50
-