@genesislcap/foundation-entity-management 14.374.0 → 14.374.1
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 +57 -49
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/foundation-entity-management.api.json +1875 -0
- package/dist/foundation-entity-management.d.ts +1 -1
- package/docs/api/foundation-entity-management.list.actionbuttonsconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncadd.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncremove.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncupdate.md +11 -0
- package/docs/api/foundation-entity-management.list.columns.md +11 -0
- package/docs/api/foundation-entity-management.list.connect.md +11 -0
- package/docs/api/foundation-entity-management.list.connectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.list.createevent.md +11 -0
- package/docs/api/foundation-entity-management.list.criteria.md +11 -0
- package/docs/api/foundation-entity-management.list.customactions.md +11 -0
- package/docs/api/foundation-entity-management.list.datasource.md +11 -0
- package/docs/api/foundation-entity-management.list.datasourceconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.datasourcetype.md +11 -0
- package/docs/api/foundation-entity-management.list.delete.md +50 -0
- package/docs/api/foundation-entity-management.list.deleteevent.md +11 -0
- package/docs/api/foundation-entity-management.list.disablepolling.md +11 -0
- package/docs/api/foundation-entity-management.list.disconnectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.list.enablecellflashing.md +11 -0
- package/docs/api/foundation-entity-management.list.enablefilterbar.md +11 -0
- package/docs/api/foundation-entity-management.list.enablerowflashing.md +11 -0
- package/docs/api/foundation-entity-management.list.fields.md +11 -0
- package/docs/api/foundation-entity-management.list.grid.md +11 -0
- package/docs/api/foundation-entity-management.list.gridautosizing.md +13 -0
- package/docs/api/foundation-entity-management.list.gridoptions.md +11 -0
- package/docs/api/foundation-entity-management.list.handlecelleditrequest.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowclicked.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowcontextmenu.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowdblclicked.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowselected.md +50 -0
- package/docs/api/foundation-entity-management.list.handleselectionchanged.md +50 -0
- package/docs/api/foundation-entity-management.list.headercasetype.md +11 -0
- package/docs/api/foundation-entity-management.list.hidedelete.md +11 -0
- package/docs/api/foundation-entity-management.list.hideedit.md +11 -0
- package/docs/api/foundation-entity-management.list.isserversidedatasource.md +11 -0
- package/docs/api/foundation-entity-management.list.issnapshot.md +11 -0
- package/docs/api/foundation-entity-management.list.maxrows.md +11 -0
- package/docs/api/foundation-entity-management.list.maxview.md +11 -0
- package/docs/api/foundation-entity-management.list.md +988 -0
- package/docs/api/foundation-entity-management.list.movingview.md +11 -0
- package/docs/api/foundation-entity-management.list.orderby.md +11 -0
- package/docs/api/foundation-entity-management.list.persistcolumnstatekey.md +11 -0
- package/docs/api/foundation-entity-management.list.persistfiltermodelkey.md +11 -0
- package/docs/api/foundation-entity-management.list.pollinginterval.md +11 -0
- package/docs/api/foundation-entity-management.list.polltriggerevents.md +11 -0
- package/docs/api/foundation-entity-management.list.prefix.md +13 -0
- package/docs/api/foundation-entity-management.list.request.md +11 -0
- package/docs/api/foundation-entity-management.list.requestautosetup.md +11 -0
- package/docs/api/foundation-entity-management.list.resourcename.md +11 -0
- package/docs/api/foundation-entity-management.list.reverse.md +11 -0
- package/docs/api/foundation-entity-management.list.rowselection.md +11 -0
- package/docs/api/foundation-entity-management.list.sizecolumnstocontent.md +13 -0
- package/docs/api/foundation-entity-management.list.sizecolumnstofit.md +13 -0
- package/docs/api/foundation-entity-management.list.statusbarconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.title.md +11 -0
- package/docs/api/foundation-entity-management.list.updateevent.md +11 -0
- package/docs/api/foundation-entity-management.list.viewnumber.md +11 -0
- package/docs/api/foundation-entity-management.md +9 -0
- package/docs/api-report.md.api.md +112 -2
- package/package.json +22 -22
|
@@ -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
|
-
declare class List extends List_base {
|
|
1244
|
+
export 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
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [actionButtonsConfig](./foundation-entity-management.list.actionbuttonsconfig.md)
|
|
4
|
+
|
|
5
|
+
## List.actionButtonsConfig property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
actionButtonsConfig: any[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [asyncAdd](./foundation-entity-management.list.asyncadd.md)
|
|
4
|
+
|
|
5
|
+
## List.asyncAdd property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
asyncAdd: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [asyncRemove](./foundation-entity-management.list.asyncremove.md)
|
|
4
|
+
|
|
5
|
+
## List.asyncRemove property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
asyncRemove: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [asyncUpdate](./foundation-entity-management.list.asyncupdate.md)
|
|
4
|
+
|
|
5
|
+
## List.asyncUpdate property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
asyncUpdate: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [columns](./foundation-entity-management.list.columns.md)
|
|
4
|
+
|
|
5
|
+
## List.columns property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
columns: ColDef[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [connect](./foundation-entity-management.list.connect.md)
|
|
4
|
+
|
|
5
|
+
## List.connect property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
protected connect: Connect;
|
|
11
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [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
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [createEvent](./foundation-entity-management.list.createevent.md)
|
|
4
|
+
|
|
5
|
+
## List.createEvent property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
createEvent: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [criteria](./foundation-entity-management.list.criteria.md)
|
|
4
|
+
|
|
5
|
+
## List.criteria property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get criteria(): string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [customActions](./foundation-entity-management.list.customactions.md)
|
|
4
|
+
|
|
5
|
+
## List.customActions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
customActions: CustomAction[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [datasource](./foundation-entity-management.list.datasource.md)
|
|
4
|
+
|
|
5
|
+
## List.datasource property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
datasource: GridProGenesisDatasource;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [datasourceConfig](./foundation-entity-management.list.datasourceconfig.md)
|
|
4
|
+
|
|
5
|
+
## List.datasourceConfig property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
datasourceConfig: DatasourceConfiguration;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [datasourceType](./foundation-entity-management.list.datasourcetype.md)
|
|
4
|
+
|
|
5
|
+
## List.datasourceType property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
datasourceType: DatasourceType;
|
|
11
|
+
```
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [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<void>
|
|
50
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [deleteEvent](./foundation-entity-management.list.deleteevent.md)
|
|
4
|
+
|
|
5
|
+
## List.deleteEvent property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
deleteEvent: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [disablePolling](./foundation-entity-management.list.disablepolling.md)
|
|
4
|
+
|
|
5
|
+
## List.disablePolling property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get disablePolling(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [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<void>
|
|
15
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [enableCellFlashing](./foundation-entity-management.list.enablecellflashing.md)
|
|
4
|
+
|
|
5
|
+
## List.enableCellFlashing property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
enableCellFlashing: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [enableFilterBar](./foundation-entity-management.list.enablefilterbar.md)
|
|
4
|
+
|
|
5
|
+
## List.enableFilterBar property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
enableFilterBar: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [enableRowFlashing](./foundation-entity-management.list.enablerowflashing.md)
|
|
4
|
+
|
|
5
|
+
## List.enableRowFlashing property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
enableRowFlashing: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [fields](./foundation-entity-management.list.fields.md)
|
|
4
|
+
|
|
5
|
+
## List.fields property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get fields(): string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [grid](./foundation-entity-management.list.grid.md)
|
|
4
|
+
|
|
5
|
+
## List.grid property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
grid: ZeroGridPro;
|
|
11
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [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
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [gridOptions](./foundation-entity-management.list.gridoptions.md)
|
|
4
|
+
|
|
5
|
+
## List.gridOptions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
gridOptions: GridOptions;
|
|
11
|
+
```
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [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<CellEditRequestEvent>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
Promise<void>
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [handleRowClicked](./foundation-entity-management.list.handlerowclicked.md)
|
|
4
|
+
|
|
5
|
+
## List.handleRowClicked() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
handleRowClicked(e: CustomEvent): 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
|
+
CustomEvent
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [handleRowContextMenu](./foundation-entity-management.list.handlerowcontextmenu.md)
|
|
4
|
+
|
|
5
|
+
## List.handleRowContextMenu() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
handleRowContextMenu(e: CustomEvent): 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
|
+
CustomEvent
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [handleRowDblClicked](./foundation-entity-management.list.handlerowdblclicked.md)
|
|
4
|
+
|
|
5
|
+
## List.handleRowDblClicked() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
handleRowDblClicked(e: CustomEvent): 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
|
+
CustomEvent
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [handleRowSelected](./foundation-entity-management.list.handlerowselected.md)
|
|
4
|
+
|
|
5
|
+
## List.handleRowSelected() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
handleRowSelected(e: CustomEvent): 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
|
+
CustomEvent
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [handleSelectionChanged](./foundation-entity-management.list.handleselectionchanged.md)
|
|
4
|
+
|
|
5
|
+
## List.handleSelectionChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
handleSelectionChanged(e: CustomEvent<SelectionChangedEvent>): 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
|
+
CustomEvent<SelectionChangedEvent>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|