@genesislcap/foundation-entity-management 14.214.1 → 14.214.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.
- package/dist/custom-elements.json +212 -862
- package/dist/dts/entities/entities.d.ts +132 -32
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +44 -10
- package/dist/esm/entities/entities.template.js +1 -1
- package/dist/foundation-entity-management.api.json +243 -1613
- package/dist/foundation-entity-management.d.ts +132 -32
- package/docs/api/foundation-entity-management.entitymanagement.createformuischema.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.enablefilterbar.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.entitylabel.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.hidedelete.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.hideedit.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.md +10 -50
- package/docs/api/foundation-entity-management.entitymanagement.readevent.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.readeventfn.md +3 -1
- package/docs/api/foundation-entity-management.entitymanagement.searchbarconfig.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.sizecolumnstofit.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.updateformuischema.md +2 -0
- package/docs/api-report.md +33 -34
- package/package.json +21 -21
- package/docs/api/foundation-entity-management.entitymanagement.asyncadd.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.asyncremove.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.asyncupdate.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.closemodal.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.confirmdelete.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.connect.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.criteriachanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.crudmenuwrapper.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.deepclone.md +0 -17
- package/docs/api/foundation-entity-management.entitymanagement.disconnectedcallback.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.editedentity.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.editentitymodal.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.editmodalvisible.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.editmodalvisiblechanged.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.emitcrud.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.formuischema.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.gettitlebasedonactionortype.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.hascontentinslot.md +0 -26
- package/docs/api/foundation-entity-management.entitymanagement.hasselectedentity.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.headertempalate.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.isserversidedatasource.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.modalformtitle.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.modalformtype.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.readonly.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.requestchanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchbardataserver.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchbarreqserver.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchchanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.selectedentity.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.selectionchanged.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.shouldhidedeleteincolumn.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.shouldhideeditincolumn.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.submitentitychanges.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.submitfailurenotification.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.submitting.md +0 -11
package/docs/api-report.md
CHANGED
|
@@ -50,51 +50,53 @@ export const DynamicTemplate: ViewTemplate<MainApplication>;
|
|
|
50
50
|
//
|
|
51
51
|
// @public
|
|
52
52
|
export class EntityManagement extends EntityManagement_base {
|
|
53
|
+
// @internal
|
|
53
54
|
asyncAdd: boolean;
|
|
55
|
+
// @internal
|
|
54
56
|
asyncRemove: boolean;
|
|
57
|
+
// @internal
|
|
55
58
|
asyncUpdate: boolean;
|
|
56
|
-
// (undocumented)
|
|
59
|
+
// @internal (undocumented)
|
|
57
60
|
closeModal(): void;
|
|
58
61
|
columns: ColDef[];
|
|
59
|
-
// (undocumented)
|
|
62
|
+
// @internal (undocumented)
|
|
60
63
|
confirmDelete(): Promise<void>;
|
|
64
|
+
// @internal
|
|
61
65
|
protected connect: Connect;
|
|
62
66
|
// @internal
|
|
63
67
|
connectedCallback(): Promise<void>;
|
|
64
68
|
// @internal
|
|
65
69
|
createEntity(): void;
|
|
66
70
|
createEvent: string;
|
|
67
|
-
// (undocumented)
|
|
68
71
|
createFormUiSchema: UiSchema;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
criteriaChanged(e: CustomEvent<string>): void;
|
|
71
72
|
crudActionMenuName: string;
|
|
72
73
|
// Warning: (ae-forgotten-export) The symbol "CrudMenuPosition" needs to be exported by the entry point index.d.ts
|
|
73
74
|
crudMenuPosition: CrudMenuPosition;
|
|
74
75
|
// Warning: (ae-forgotten-export) The symbol "ActionsMenuStyle" needs to be exported by the entry point index.d.ts
|
|
75
76
|
crudMenuStyle: ActionsMenuStyle;
|
|
77
|
+
// @internal
|
|
76
78
|
crudMenuWrapper: any;
|
|
77
79
|
datasourceConfig: DatasourceConfiguration;
|
|
78
80
|
datasourceType: DatasourceType_2;
|
|
81
|
+
// @internal
|
|
79
82
|
deepClone(): Node;
|
|
80
83
|
defaultEntityValues: Record<string, unknown>;
|
|
81
84
|
// @internal
|
|
82
85
|
deleteEntity(e: CustomEvent): Promise<void>;
|
|
83
86
|
deleteEvent: string;
|
|
84
|
-
// (undocumented)
|
|
87
|
+
// @internal (undocumented)
|
|
85
88
|
disconnectedCallback(): Promise<void>;
|
|
89
|
+
// @internal
|
|
86
90
|
editedEntity: Record<string, unknown>;
|
|
87
91
|
// @internal
|
|
88
92
|
editEntity({ detail }: CustomEvent): Promise<void>;
|
|
89
|
-
// (undocumented)
|
|
93
|
+
// @internal (undocumented)
|
|
90
94
|
editEntityModal: Modal;
|
|
91
|
-
// (undocumented)
|
|
95
|
+
// @internal (undocumented)
|
|
92
96
|
editModalVisible: boolean;
|
|
93
|
-
//
|
|
94
|
-
editModalVisibleChanged(): void;
|
|
97
|
+
// @internal
|
|
95
98
|
emitCrud(action: 'create' | 'edit' | 'delete'): void;
|
|
96
99
|
enableCellFlashing: boolean;
|
|
97
|
-
// (undocumented)
|
|
98
100
|
enableFilterBar: boolean;
|
|
99
101
|
enableRowFlashing: boolean;
|
|
100
102
|
enableSearchBar: boolean;
|
|
@@ -102,62 +104,59 @@ export class EntityManagement extends EntityManagement_base {
|
|
|
102
104
|
formRenderers: RendererEntry[];
|
|
103
105
|
// @internal
|
|
104
106
|
formResourceName: string;
|
|
105
|
-
// (undocumented)
|
|
107
|
+
// @internal (undocumented)
|
|
106
108
|
formUiSchema: UiSchema;
|
|
107
109
|
// Warning: (ae-forgotten-export) The symbol "CrudAction" needs to be exported by the entry point index.d.ts
|
|
110
|
+
//
|
|
111
|
+
// @internal
|
|
108
112
|
getTitleBasedOnActionOrType(actionOrType: CrudAction | ModalFormType): string;
|
|
109
113
|
gridOptions: GridOptions;
|
|
110
114
|
// @internal
|
|
111
115
|
handleNotify(type: ModalFormType | CrudAction.Delete, requestError?: MessageError[]): void;
|
|
116
|
+
// @internal
|
|
112
117
|
hasContentInSlot(slotName: string): boolean;
|
|
118
|
+
// @internal
|
|
113
119
|
get hasSelectedEntity(): boolean;
|
|
114
120
|
headerCaseType: GridProCaseType;
|
|
115
|
-
// (undocumented)
|
|
121
|
+
// @internal (undocumented)
|
|
116
122
|
get headerTempalate(): ViewTemplate<EntityManagement, any>;
|
|
117
|
-
// (undocumented)
|
|
118
123
|
hideDelete: boolean;
|
|
119
|
-
// (undocumented)
|
|
120
124
|
hideEdit: boolean;
|
|
121
|
-
// (undocumented)
|
|
125
|
+
// @internal (undocumented)
|
|
122
126
|
get isServerSideDatasource(): boolean;
|
|
127
|
+
// @internal
|
|
123
128
|
get modalFormTitle(): string;
|
|
124
129
|
// Warning: (ae-forgotten-export) The symbol "ModalFormType" needs to be exported by the entry point index.d.ts
|
|
130
|
+
//
|
|
131
|
+
// @internal
|
|
125
132
|
modalFormType: ModalFormType;
|
|
126
133
|
modalPosition: 'centre' | 'left' | 'right';
|
|
127
134
|
persistColumnStateKey: string;
|
|
128
135
|
prefix: string;
|
|
129
|
-
// (undocumented)
|
|
130
136
|
readEvent: string;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
// (undocumented)
|
|
137
|
+
readEventFn: (entity: any) => any;
|
|
138
|
+
// @internal (undocumented)
|
|
134
139
|
readonly: boolean;
|
|
135
|
-
// (undocumented)
|
|
136
|
-
requestChanged(e: CustomEvent<string>): void;
|
|
137
140
|
resourceName: string;
|
|
138
141
|
rowSelection: string;
|
|
139
|
-
// (undocumented)
|
|
140
142
|
searchBarConfig: AvailableOption[];
|
|
141
|
-
// (undocumented)
|
|
142
|
-
searchBarDataserver(options: SelectedOption<string>[]): void;
|
|
143
|
-
// (undocumented)
|
|
144
|
-
searchBarReqServer(options: SelectedOption<string>[]): void;
|
|
145
|
-
// (undocumented)
|
|
143
|
+
// @internal (undocumented)
|
|
146
144
|
searchChanged(event: CustomEvent<Array<SelectedOption>>): void;
|
|
145
|
+
// @internal
|
|
147
146
|
selectedEntity: Record<string, unknown>;
|
|
147
|
+
// @internal
|
|
148
148
|
selectionChanged(event: CustomEvent<SelectionChangedEvent>): void;
|
|
149
|
+
// @internal
|
|
149
150
|
get shouldHideDeleteInColumn(): boolean;
|
|
151
|
+
// @internal
|
|
150
152
|
get shouldHideEditInColumn(): boolean;
|
|
151
|
-
// (undocumented)
|
|
152
153
|
sizeColumnsToFit: boolean;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
// (undocumented)
|
|
154
|
+
// @internal
|
|
155
|
+
submitEntityChanges(): Promise<void>;
|
|
156
|
+
// @internal (undocumented)
|
|
157
157
|
submitting: boolean;
|
|
158
158
|
title: string;
|
|
159
159
|
updateEvent: string;
|
|
160
|
-
// (undocumented)
|
|
161
160
|
updateFormUiSchema: UiSchema;
|
|
162
161
|
}
|
|
163
162
|
|
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.214.
|
|
4
|
+
"version": "14.214.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.214.
|
|
56
|
-
"@genesislcap/genx": "14.214.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.214.
|
|
58
|
-
"@genesislcap/ts-builder": "14.214.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.214.
|
|
60
|
-
"@genesislcap/vite-builder": "14.214.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.214.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.214.2",
|
|
56
|
+
"@genesislcap/genx": "14.214.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.214.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.214.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.214.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.214.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.214.2",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.214.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.214.
|
|
68
|
-
"@genesislcap/foundation-events": "14.214.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.214.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.214.
|
|
71
|
-
"@genesislcap/foundation-login": "14.214.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.214.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.214.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.214.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.214.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.214.
|
|
77
|
-
"@genesislcap/grid-pro": "14.214.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.214.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.214.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.214.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.214.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.214.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.214.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.214.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.214.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.214.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.214.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.214.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.214.2",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
|
|
95
95
|
}
|
|
@@ -1,18 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [asyncAdd](./foundation-entity-management.entitymanagement.asyncadd.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.asyncAdd property
|
|
6
|
-
|
|
7
|
-
Whether to use the `applyTransactionAsync` function for \*add\* transactions
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
asyncAdd: boolean;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Defaults to false
|
|
18
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [asyncRemove](./foundation-entity-management.entitymanagement.asyncremove.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.asyncRemove property
|
|
6
|
-
|
|
7
|
-
Whether to use the `applyTransactionAsync` function for \*remove\* transactions
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
asyncRemove: boolean;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Defaults to false
|
|
18
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [asyncUpdate](./foundation-entity-management.entitymanagement.asyncupdate.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.asyncUpdate property
|
|
6
|
-
|
|
7
|
-
Whether to use the `applyTransactionAsync` function for \*update\* transactions
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
asyncUpdate: boolean;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Defaults to true
|
|
18
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [closeModal](./foundation-entity-management.entitymanagement.closemodal.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.closeModal() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
closeModal(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [confirmDelete](./foundation-entity-management.entitymanagement.confirmdelete.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.confirmDelete() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
confirmDelete(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [connect](./foundation-entity-management.entitymanagement.connect.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.connect property
|
|
6
|
-
|
|
7
|
-
DI connect object which is used to interact with the backend.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
protected connect: Connect;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Requires to be registered with the DI container
|
|
18
|
-
|
|
@@ -1,22 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [criteriaChanged](./foundation-entity-management.entitymanagement.criteriachanged.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.criteriaChanged() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
criteriaChanged(e: CustomEvent<string>): void;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
| Parameter | Type | Description |
|
|
16
|
-
| --- | --- | --- |
|
|
17
|
-
| e | CustomEvent<string> | |
|
|
18
|
-
|
|
19
|
-
**Returns:**
|
|
20
|
-
|
|
21
|
-
void
|
|
22
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [crudMenuWrapper](./foundation-entity-management.entitymanagement.crudmenuwrapper.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.crudMenuWrapper property
|
|
6
|
-
|
|
7
|
-
The Id of the crud buttons wrapper element
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
crudMenuWrapper: any;
|
|
13
|
-
```
|
|
@@ -1,17 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [deepClone](./foundation-entity-management.entitymanagement.deepclone.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.deepClone() method
|
|
6
|
-
|
|
7
|
-
Override the deepClone method to ensure that observable attributes are cloned
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
deepClone(): Node;
|
|
13
|
-
```
|
|
14
|
-
**Returns:**
|
|
15
|
-
|
|
16
|
-
Node
|
|
17
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [disconnectedCallback](./foundation-entity-management.entitymanagement.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
disconnectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [editedEntity](./foundation-entity-management.entitymanagement.editedentity.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.editedEntity property
|
|
6
|
-
|
|
7
|
-
Disables the form while enabled to stop the user dispatching a large number of duplicate events
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
editedEntity: Record<string, unknown>;
|
|
13
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [editEntityModal](./foundation-entity-management.entitymanagement.editentitymodal.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.editEntityModal property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
editEntityModal: Modal;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [editModalVisible](./foundation-entity-management.entitymanagement.editmodalvisible.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.editModalVisible property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
editModalVisible: boolean;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [editModalVisibleChanged](./foundation-entity-management.entitymanagement.editmodalvisiblechanged.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.editModalVisibleChanged() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
editModalVisibleChanged(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,24 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [emitCrud](./foundation-entity-management.entitymanagement.emitcrud.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.emitCrud() method
|
|
6
|
-
|
|
7
|
-
Emit the CRUD event for the selected entity
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
emitCrud(action: 'create' | 'edit' | 'delete'): void;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
| Parameter | Type | Description |
|
|
18
|
-
| --- | --- | --- |
|
|
19
|
-
| action | 'create' \| 'edit' \| 'delete' | the action to emit |
|
|
20
|
-
|
|
21
|
-
**Returns:**
|
|
22
|
-
|
|
23
|
-
void
|
|
24
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [formUiSchema](./foundation-entity-management.entitymanagement.formuischema.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.formUiSchema property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
formUiSchema: UiSchema;
|
|
11
|
-
```
|
package/docs/api/foundation-entity-management.entitymanagement.gettitlebasedonactionortype.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [getTitleBasedOnActionOrType](./foundation-entity-management.entitymanagement.gettitlebasedonactionortype.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.getTitleBasedOnActionOrType() method
|
|
6
|
-
|
|
7
|
-
The helper function to determine the title of the modal form or button based on the action or type
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
getTitleBasedOnActionOrType(actionOrType: CrudAction | ModalFormType): string;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
| Parameter | Type | Description |
|
|
18
|
-
| --- | --- | --- |
|
|
19
|
-
| actionOrType | CrudAction \| ModalFormType | The crud action or modal form type |
|
|
20
|
-
|
|
21
|
-
**Returns:**
|
|
22
|
-
|
|
23
|
-
string
|
|
24
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [hasContentInSlot](./foundation-entity-management.entitymanagement.hascontentinslot.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.hasContentInSlot() method
|
|
6
|
-
|
|
7
|
-
Checks if a slot contains any content.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
hasContentInSlot(slotName: string): boolean;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
| Parameter | Type | Description |
|
|
18
|
-
| --- | --- | --- |
|
|
19
|
-
| slotName | string | The name of the slot to check. |
|
|
20
|
-
|
|
21
|
-
**Returns:**
|
|
22
|
-
|
|
23
|
-
boolean
|
|
24
|
-
|
|
25
|
-
True if the slot has content, otherwise false.
|
|
26
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [hasSelectedEntity](./foundation-entity-management.entitymanagement.hasselectedentity.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.hasSelectedEntity property
|
|
6
|
-
|
|
7
|
-
Determines whether there is a selected entity
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
get hasSelectedEntity(): boolean;
|
|
13
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [headerTempalate](./foundation-entity-management.entitymanagement.headertempalate.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.headerTempalate property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
get headerTempalate(): import("@microsoft/fast-element").ViewTemplate<EntityManagement, any>;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [isServerSideDatasource](./foundation-entity-management.entitymanagement.isserversidedatasource.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.isServerSideDatasource property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
get isServerSideDatasource(): boolean;
|
|
11
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [modalFormTitle](./foundation-entity-management.entitymanagement.modalformtitle.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.modalFormTitle property
|
|
6
|
-
|
|
7
|
-
Getter for the title of the modal form
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
get modalFormTitle(): string;
|
|
13
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [modalFormType](./foundation-entity-management.entitymanagement.modalformtype.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.modalFormType property
|
|
6
|
-
|
|
7
|
-
The type of form that is currently being displayed in the modal
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
modalFormType: ModalFormType;
|
|
13
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [readonly](./foundation-entity-management.entitymanagement.readonly.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.readonly property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
readonly: boolean;
|
|
11
|
-
```
|
|
@@ -1,22 +0,0 @@
|
|
|
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) > [EntityManagement](./foundation-entity-management.entitymanagement.md) > [requestChanged](./foundation-entity-management.entitymanagement.requestchanged.md)
|
|
4
|
-
|
|
5
|
-
## EntityManagement.requestChanged() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
requestChanged(e: CustomEvent<string>): void;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
| Parameter | Type | Description |
|
|
16
|
-
| --- | --- | --- |
|
|
17
|
-
| e | CustomEvent<string> | |
|
|
18
|
-
|
|
19
|
-
**Returns:**
|
|
20
|
-
|
|
21
|
-
void
|
|
22
|
-
|