@genesislcap/foundation-entity-management 14.233.1 → 14.234.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.
- package/dist/custom-elements.json +1298 -1298
- package/package.json +21 -21
|
@@ -83,27 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"kind": "javascript-module",
|
|
86
|
-
"path": "src/
|
|
87
|
-
"declarations": [
|
|
88
|
-
{
|
|
89
|
-
"kind": "function",
|
|
90
|
-
"name": "loadRemotes"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"exports": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "js",
|
|
96
|
-
"name": "loadRemotes",
|
|
97
|
-
"declaration": {
|
|
98
|
-
"name": "loadRemotes",
|
|
99
|
-
"module": "src/components/components.ts"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"kind": "javascript-module",
|
|
106
|
-
"path": "src/components/index.ts",
|
|
86
|
+
"path": "src/list/index.ts",
|
|
107
87
|
"declarations": [],
|
|
108
88
|
"exports": [
|
|
109
89
|
{
|
|
@@ -111,91 +91,65 @@
|
|
|
111
91
|
"name": "*",
|
|
112
92
|
"declaration": {
|
|
113
93
|
"name": "*",
|
|
114
|
-
"package": "./
|
|
94
|
+
"package": "./list"
|
|
115
95
|
}
|
|
116
96
|
}
|
|
117
97
|
]
|
|
118
98
|
},
|
|
119
99
|
{
|
|
120
100
|
"kind": "javascript-module",
|
|
121
|
-
"path": "src/
|
|
101
|
+
"path": "src/list/list.styles.ts",
|
|
122
102
|
"declarations": [
|
|
123
103
|
{
|
|
124
104
|
"kind": "variable",
|
|
125
|
-
"name": "
|
|
126
|
-
"default": "css`\n :host {\n contain: content;\n }\n\n :host
|
|
127
|
-
"description": "Defines the css of the entity component as an ElementStyles object"
|
|
105
|
+
"name": "listStyles",
|
|
106
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
|
|
128
107
|
}
|
|
129
108
|
],
|
|
130
109
|
"exports": [
|
|
131
110
|
{
|
|
132
111
|
"kind": "js",
|
|
133
|
-
"name": "
|
|
112
|
+
"name": "listStyles",
|
|
134
113
|
"declaration": {
|
|
135
|
-
"name": "
|
|
136
|
-
"module": "src/
|
|
114
|
+
"name": "listStyles",
|
|
115
|
+
"module": "src/list/list.styles.ts"
|
|
137
116
|
}
|
|
138
117
|
}
|
|
139
118
|
]
|
|
140
119
|
},
|
|
141
120
|
{
|
|
142
121
|
"kind": "javascript-module",
|
|
143
|
-
"path": "src/
|
|
122
|
+
"path": "src/list/list.template.ts",
|
|
144
123
|
"declarations": [
|
|
145
124
|
{
|
|
146
125
|
"kind": "function",
|
|
147
|
-
"name": "
|
|
148
|
-
"parameters": [
|
|
149
|
-
{
|
|
150
|
-
"name": "prefix"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "position",
|
|
154
|
-
"type": {
|
|
155
|
-
"text": "CrudMenuPosition"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"description": "Default crud buttons for Entity Management screen"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"kind": "function",
|
|
163
|
-
"name": "getPrefixedEntities",
|
|
126
|
+
"name": "getPrefixedList",
|
|
164
127
|
"parameters": [
|
|
165
128
|
{
|
|
166
129
|
"name": "prefix"
|
|
167
130
|
}
|
|
168
|
-
]
|
|
169
|
-
"description": "Defines the html of the entity component as a ViewTemplate object"
|
|
131
|
+
]
|
|
170
132
|
}
|
|
171
133
|
],
|
|
172
134
|
"exports": [
|
|
173
135
|
{
|
|
174
136
|
"kind": "js",
|
|
175
|
-
"name": "
|
|
176
|
-
"declaration": {
|
|
177
|
-
"name": "crudButtonsTemplate",
|
|
178
|
-
"module": "src/entities/entities.template.ts"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"kind": "js",
|
|
183
|
-
"name": "getPrefixedEntities",
|
|
137
|
+
"name": "getPrefixedList",
|
|
184
138
|
"declaration": {
|
|
185
|
-
"name": "
|
|
186
|
-
"module": "src/
|
|
139
|
+
"name": "getPrefixedList",
|
|
140
|
+
"module": "src/list/list.template.ts"
|
|
187
141
|
}
|
|
188
142
|
}
|
|
189
143
|
]
|
|
190
144
|
},
|
|
191
145
|
{
|
|
192
146
|
"kind": "javascript-module",
|
|
193
|
-
"path": "src/
|
|
147
|
+
"path": "src/list/list.ts",
|
|
194
148
|
"declarations": [
|
|
195
149
|
{
|
|
196
150
|
"kind": "class",
|
|
197
|
-
"description": "
|
|
198
|
-
"name": "
|
|
151
|
+
"description": "",
|
|
152
|
+
"name": "List",
|
|
199
153
|
"members": [
|
|
200
154
|
{
|
|
201
155
|
"kind": "field",
|
|
@@ -213,92 +167,67 @@
|
|
|
213
167
|
"type": {
|
|
214
168
|
"text": "string"
|
|
215
169
|
},
|
|
216
|
-
"
|
|
217
|
-
"privacy": "public"
|
|
170
|
+
"default": "''"
|
|
218
171
|
},
|
|
219
172
|
{
|
|
220
173
|
"kind": "field",
|
|
221
|
-
"name": "
|
|
174
|
+
"name": "title",
|
|
222
175
|
"type": {
|
|
223
176
|
"text": "string"
|
|
224
177
|
},
|
|
225
|
-
"
|
|
226
|
-
"privacy": "public"
|
|
178
|
+
"default": "''"
|
|
227
179
|
},
|
|
228
180
|
{
|
|
229
181
|
"kind": "field",
|
|
230
|
-
"name": "
|
|
182
|
+
"name": "persistColumnStateKey",
|
|
231
183
|
"type": {
|
|
232
|
-
"text": "
|
|
233
|
-
}
|
|
234
|
-
"description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
|
|
235
|
-
"parameters": [
|
|
236
|
-
{
|
|
237
|
-
"description": "selected entity from the grid",
|
|
238
|
-
"name": "entity"
|
|
239
|
-
}
|
|
240
|
-
],
|
|
241
|
-
"return": {
|
|
242
|
-
"type": {
|
|
243
|
-
"text": ""
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"privacy": "public"
|
|
184
|
+
"text": "string"
|
|
185
|
+
}
|
|
247
186
|
},
|
|
248
187
|
{
|
|
249
188
|
"kind": "field",
|
|
250
|
-
"name": "
|
|
189
|
+
"name": "sizeColumnsToFit",
|
|
251
190
|
"type": {
|
|
252
|
-
"text": "
|
|
253
|
-
}
|
|
254
|
-
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
255
|
-
"privacy": "public"
|
|
191
|
+
"text": "boolean"
|
|
192
|
+
}
|
|
256
193
|
},
|
|
257
194
|
{
|
|
258
195
|
"kind": "field",
|
|
259
|
-
"name": "
|
|
196
|
+
"name": "rowSelection",
|
|
260
197
|
"type": {
|
|
261
198
|
"text": "string"
|
|
262
|
-
}
|
|
263
|
-
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
264
|
-
"privacy": "public"
|
|
199
|
+
}
|
|
265
200
|
},
|
|
266
201
|
{
|
|
267
202
|
"kind": "field",
|
|
268
|
-
"name": "
|
|
203
|
+
"name": "enableFilterBar",
|
|
269
204
|
"type": {
|
|
270
|
-
"text": "
|
|
271
|
-
}
|
|
272
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
273
|
-
"privacy": "public"
|
|
205
|
+
"text": "boolean"
|
|
206
|
+
}
|
|
274
207
|
},
|
|
275
208
|
{
|
|
276
209
|
"kind": "field",
|
|
277
|
-
"name": "
|
|
210
|
+
"name": "asyncAdd",
|
|
278
211
|
"type": {
|
|
279
|
-
"text": "
|
|
212
|
+
"text": "boolean"
|
|
280
213
|
},
|
|
281
|
-
"
|
|
282
|
-
"privacy": "public"
|
|
214
|
+
"default": "false"
|
|
283
215
|
},
|
|
284
216
|
{
|
|
285
217
|
"kind": "field",
|
|
286
|
-
"name": "
|
|
218
|
+
"name": "asyncRemove",
|
|
287
219
|
"type": {
|
|
288
|
-
"text": "
|
|
220
|
+
"text": "boolean"
|
|
289
221
|
},
|
|
290
|
-
"
|
|
291
|
-
"privacy": "public"
|
|
222
|
+
"default": "false"
|
|
292
223
|
},
|
|
293
224
|
{
|
|
294
225
|
"kind": "field",
|
|
295
|
-
"name": "
|
|
226
|
+
"name": "asyncUpdate",
|
|
296
227
|
"type": {
|
|
297
|
-
"text": "
|
|
228
|
+
"text": "boolean"
|
|
298
229
|
},
|
|
299
|
-
"default": "
|
|
300
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
301
|
-
"privacy": "public"
|
|
230
|
+
"default": "true"
|
|
302
231
|
},
|
|
303
232
|
{
|
|
304
233
|
"kind": "field",
|
|
@@ -306,9 +235,7 @@
|
|
|
306
235
|
"type": {
|
|
307
236
|
"text": "boolean"
|
|
308
237
|
},
|
|
309
|
-
"default": "false"
|
|
310
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
311
|
-
"privacy": "public"
|
|
238
|
+
"default": "false"
|
|
312
239
|
},
|
|
313
240
|
{
|
|
314
241
|
"kind": "field",
|
|
@@ -316,204 +243,185 @@
|
|
|
316
243
|
"type": {
|
|
317
244
|
"text": "boolean"
|
|
318
245
|
},
|
|
319
|
-
"default": "false"
|
|
320
|
-
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
321
|
-
"privacy": "public"
|
|
246
|
+
"default": "false"
|
|
322
247
|
},
|
|
323
248
|
{
|
|
324
249
|
"kind": "field",
|
|
325
|
-
"name": "
|
|
250
|
+
"name": "hideEdit",
|
|
326
251
|
"type": {
|
|
327
|
-
"text": "
|
|
252
|
+
"text": "boolean"
|
|
328
253
|
},
|
|
329
|
-
"default": "
|
|
330
|
-
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
331
|
-
"privacy": "public"
|
|
254
|
+
"default": "false"
|
|
332
255
|
},
|
|
333
256
|
{
|
|
334
257
|
"kind": "field",
|
|
335
|
-
"name": "
|
|
258
|
+
"name": "hideDelete",
|
|
336
259
|
"type": {
|
|
337
|
-
"text": "
|
|
260
|
+
"text": "boolean"
|
|
338
261
|
},
|
|
339
|
-
"
|
|
340
|
-
"privacy": "public"
|
|
262
|
+
"default": "false"
|
|
341
263
|
},
|
|
342
264
|
{
|
|
343
265
|
"kind": "field",
|
|
344
|
-
"name": "
|
|
266
|
+
"name": "datasourceType",
|
|
345
267
|
"type": {
|
|
346
|
-
"text": "
|
|
268
|
+
"text": "DatasourceType"
|
|
347
269
|
},
|
|
348
|
-
"
|
|
349
|
-
"privacy": "public"
|
|
270
|
+
"default": "'client'"
|
|
350
271
|
},
|
|
351
272
|
{
|
|
352
273
|
"kind": "field",
|
|
353
|
-
"name": "
|
|
274
|
+
"name": "headerCaseType",
|
|
354
275
|
"type": {
|
|
355
|
-
"text": "
|
|
356
|
-
}
|
|
357
|
-
"description": "Array which holds the column definitions.",
|
|
358
|
-
"privacy": "public"
|
|
276
|
+
"text": "GridProCaseType"
|
|
277
|
+
}
|
|
359
278
|
},
|
|
360
279
|
{
|
|
361
280
|
"kind": "field",
|
|
362
|
-
"name": "
|
|
281
|
+
"name": "grid",
|
|
363
282
|
"type": {
|
|
364
|
-
"text": "
|
|
283
|
+
"text": "ZeroGridPro"
|
|
365
284
|
},
|
|
366
|
-
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
367
285
|
"privacy": "public"
|
|
368
286
|
},
|
|
369
287
|
{
|
|
370
288
|
"kind": "field",
|
|
371
|
-
"name": "
|
|
289
|
+
"name": "datasource",
|
|
372
290
|
"type": {
|
|
373
|
-
"text": "
|
|
291
|
+
"text": "GridProGenesisDatasource"
|
|
374
292
|
},
|
|
375
|
-
"description": "Enables you to supply a schema to configure an insert form.",
|
|
376
293
|
"privacy": "public"
|
|
377
294
|
},
|
|
378
295
|
{
|
|
379
296
|
"kind": "field",
|
|
380
|
-
"name": "
|
|
297
|
+
"name": "gridOptions",
|
|
381
298
|
"type": {
|
|
382
|
-
"text": "
|
|
383
|
-
}
|
|
384
|
-
"description": "Enables you to supply a schema to configure an update form.",
|
|
385
|
-
"privacy": "public"
|
|
299
|
+
"text": "GridOptions"
|
|
300
|
+
}
|
|
386
301
|
},
|
|
387
302
|
{
|
|
388
303
|
"kind": "field",
|
|
389
|
-
"name": "
|
|
304
|
+
"name": "columns",
|
|
390
305
|
"type": {
|
|
391
|
-
"text": "
|
|
392
|
-
}
|
|
393
|
-
"default": "renderers",
|
|
394
|
-
"description": "Array with renderers used by foundation-forms",
|
|
395
|
-
"privacy": "public"
|
|
306
|
+
"text": "ColDef[]"
|
|
307
|
+
}
|
|
396
308
|
},
|
|
397
309
|
{
|
|
398
310
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
311
|
+
"name": "datasourceConfig",
|
|
400
312
|
"type": {
|
|
401
|
-
"text": "
|
|
313
|
+
"text": "DatasourceConfiguration"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"kind": "field",
|
|
318
|
+
"name": "actionButtonsConfig",
|
|
319
|
+
"type": {
|
|
320
|
+
"text": "array"
|
|
402
321
|
},
|
|
403
|
-
"
|
|
404
|
-
"privacy": "public"
|
|
322
|
+
"default": "[]"
|
|
405
323
|
},
|
|
406
324
|
{
|
|
407
|
-
"kind": "
|
|
408
|
-
"name": "
|
|
409
|
-
"
|
|
325
|
+
"kind": "field",
|
|
326
|
+
"name": "deleteEvent",
|
|
327
|
+
"type": {
|
|
328
|
+
"text": "string"
|
|
329
|
+
}
|
|
410
330
|
},
|
|
411
331
|
{
|
|
412
332
|
"kind": "field",
|
|
413
|
-
"name": "
|
|
333
|
+
"name": "updateEvent",
|
|
414
334
|
"type": {
|
|
415
|
-
"text": "
|
|
416
|
-
}
|
|
417
|
-
"description": "Resizes columns to take available space",
|
|
418
|
-
"privacy": "public"
|
|
335
|
+
"text": "string"
|
|
336
|
+
}
|
|
419
337
|
},
|
|
420
338
|
{
|
|
421
339
|
"kind": "field",
|
|
422
|
-
"name": "
|
|
340
|
+
"name": "connect",
|
|
423
341
|
"type": {
|
|
424
|
-
"text": "
|
|
342
|
+
"text": "Connect"
|
|
425
343
|
},
|
|
426
|
-
"
|
|
427
|
-
"privacy": "public"
|
|
344
|
+
"privacy": "protected"
|
|
428
345
|
},
|
|
429
346
|
{
|
|
430
347
|
"kind": "field",
|
|
431
|
-
"name": "
|
|
348
|
+
"name": "isServerSideDatasource",
|
|
432
349
|
"type": {
|
|
433
350
|
"text": "boolean"
|
|
434
351
|
},
|
|
435
|
-
"
|
|
436
|
-
|
|
437
|
-
|
|
352
|
+
"readonly": true
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "method",
|
|
356
|
+
"name": "onCellEditingStopped",
|
|
357
|
+
"privacy": "private",
|
|
358
|
+
"parameters": [
|
|
359
|
+
{
|
|
360
|
+
"name": "event",
|
|
361
|
+
"type": {
|
|
362
|
+
"text": "CellEditRequestEvent"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
]
|
|
438
366
|
},
|
|
439
367
|
{
|
|
440
368
|
"kind": "field",
|
|
441
|
-
"name": "
|
|
442
|
-
"
|
|
443
|
-
"text": "boolean"
|
|
444
|
-
},
|
|
445
|
-
"default": "false",
|
|
446
|
-
"description": "Hides delete button",
|
|
447
|
-
"privacy": "public"
|
|
369
|
+
"name": "criteria",
|
|
370
|
+
"readonly": true
|
|
448
371
|
},
|
|
449
372
|
{
|
|
450
373
|
"kind": "field",
|
|
451
|
-
"name": "
|
|
452
|
-
"
|
|
453
|
-
"text": "boolean"
|
|
454
|
-
},
|
|
455
|
-
"default": "false",
|
|
456
|
-
"description": "This attribute controls whether to enable the search-bar.",
|
|
457
|
-
"privacy": "public"
|
|
374
|
+
"name": "fields",
|
|
375
|
+
"readonly": true
|
|
458
376
|
},
|
|
459
377
|
{
|
|
460
378
|
"kind": "field",
|
|
461
|
-
"name": "
|
|
462
|
-
"
|
|
463
|
-
"text": "GridProCaseType"
|
|
464
|
-
},
|
|
465
|
-
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
466
|
-
"privacy": "public"
|
|
379
|
+
"name": "isSnapshot",
|
|
380
|
+
"readonly": true
|
|
467
381
|
},
|
|
468
382
|
{
|
|
469
383
|
"kind": "field",
|
|
470
|
-
"name": "
|
|
471
|
-
"
|
|
472
|
-
"text": "AvailableOption[]"
|
|
473
|
-
},
|
|
474
|
-
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public"
|
|
384
|
+
"name": "maxRows",
|
|
385
|
+
"readonly": true
|
|
475
386
|
},
|
|
476
387
|
{
|
|
477
388
|
"kind": "field",
|
|
478
|
-
"name": "
|
|
479
|
-
"
|
|
480
|
-
"text": "'centre' | 'left' | 'right'"
|
|
481
|
-
},
|
|
482
|
-
"default": "'right'",
|
|
483
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
484
|
-
"privacy": "public"
|
|
389
|
+
"name": "maxView",
|
|
390
|
+
"readonly": true
|
|
485
391
|
},
|
|
486
392
|
{
|
|
487
393
|
"kind": "field",
|
|
488
|
-
"name": "
|
|
489
|
-
"
|
|
490
|
-
"text": "CrudMenuPosition"
|
|
491
|
-
},
|
|
492
|
-
"description": "Determines where the buttons will appear",
|
|
493
|
-
"privacy": "public"
|
|
394
|
+
"name": "movingView",
|
|
395
|
+
"readonly": true
|
|
494
396
|
},
|
|
495
397
|
{
|
|
496
398
|
"kind": "field",
|
|
497
|
-
"name": "
|
|
498
|
-
"
|
|
499
|
-
"text": "ActionsMenuStyle"
|
|
500
|
-
},
|
|
501
|
-
"description": "Determines the style of the buttons",
|
|
502
|
-
"privacy": "public"
|
|
399
|
+
"name": "orderBy",
|
|
400
|
+
"readonly": true
|
|
503
401
|
},
|
|
504
402
|
{
|
|
505
403
|
"kind": "field",
|
|
506
|
-
"name": "
|
|
507
|
-
"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"
|
|
511
|
-
"
|
|
404
|
+
"name": "pollingInterval",
|
|
405
|
+
"readonly": true
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"kind": "field",
|
|
409
|
+
"name": "request",
|
|
410
|
+
"readonly": true
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"kind": "field",
|
|
414
|
+
"name": "reverse",
|
|
415
|
+
"readonly": true
|
|
512
416
|
},
|
|
513
417
|
{
|
|
514
418
|
"kind": "method",
|
|
515
|
-
"name": "
|
|
516
|
-
"
|
|
419
|
+
"name": "handleRowClicked",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "void"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
517
425
|
"parameters": [
|
|
518
426
|
{
|
|
519
427
|
"name": "e",
|
|
@@ -525,132 +433,94 @@
|
|
|
525
433
|
},
|
|
526
434
|
{
|
|
527
435
|
"kind": "method",
|
|
528
|
-
"name": "
|
|
529
|
-
"
|
|
436
|
+
"name": "handleRowDblClicked",
|
|
437
|
+
"return": {
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "void"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
530
442
|
"parameters": [
|
|
531
443
|
{
|
|
532
|
-
"name": "
|
|
444
|
+
"name": "e",
|
|
533
445
|
"type": {
|
|
534
|
-
"text": "
|
|
446
|
+
"text": "CustomEvent"
|
|
535
447
|
}
|
|
536
448
|
}
|
|
537
449
|
]
|
|
538
450
|
},
|
|
539
451
|
{
|
|
540
452
|
"kind": "method",
|
|
541
|
-
"name": "
|
|
542
|
-
"
|
|
453
|
+
"name": "handleRowContextMenu",
|
|
454
|
+
"return": {
|
|
455
|
+
"type": {
|
|
456
|
+
"text": "void"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
543
459
|
"parameters": [
|
|
544
460
|
{
|
|
545
|
-
"name": "
|
|
461
|
+
"name": "e",
|
|
546
462
|
"type": {
|
|
547
|
-
"text": "
|
|
463
|
+
"text": "CustomEvent"
|
|
548
464
|
}
|
|
549
465
|
}
|
|
550
466
|
]
|
|
551
467
|
},
|
|
552
468
|
{
|
|
553
469
|
"kind": "method",
|
|
554
|
-
"name": "
|
|
470
|
+
"name": "handleFilterChanged",
|
|
555
471
|
"privacy": "private",
|
|
556
472
|
"parameters": [
|
|
557
473
|
{
|
|
558
|
-
"name": "e"
|
|
559
|
-
"type": {
|
|
560
|
-
"text": "CustomEvent<string>"
|
|
561
|
-
}
|
|
474
|
+
"name": "e"
|
|
562
475
|
}
|
|
563
476
|
]
|
|
564
477
|
},
|
|
565
478
|
{
|
|
566
479
|
"kind": "method",
|
|
567
|
-
"name": "
|
|
480
|
+
"name": "handleFilterCleared",
|
|
568
481
|
"privacy": "private",
|
|
569
482
|
"parameters": [
|
|
570
483
|
{
|
|
571
|
-
"name": "e"
|
|
572
|
-
"type": {
|
|
573
|
-
"text": "CustomEvent<string>"
|
|
574
|
-
}
|
|
484
|
+
"name": "e"
|
|
575
485
|
}
|
|
576
486
|
]
|
|
577
487
|
},
|
|
578
488
|
{
|
|
579
489
|
"kind": "method",
|
|
580
|
-
"name": "
|
|
490
|
+
"name": "select",
|
|
581
491
|
"privacy": "private",
|
|
582
492
|
"parameters": [
|
|
583
493
|
{
|
|
584
|
-
"name": "e"
|
|
585
|
-
"type": {
|
|
586
|
-
"text": "CustomEvent"
|
|
587
|
-
}
|
|
494
|
+
"name": "e"
|
|
588
495
|
}
|
|
589
496
|
]
|
|
590
497
|
},
|
|
591
498
|
{
|
|
592
499
|
"kind": "method",
|
|
593
|
-
"name": "
|
|
500
|
+
"name": "selectionChanged",
|
|
594
501
|
"privacy": "private",
|
|
595
502
|
"parameters": [
|
|
596
503
|
{
|
|
597
504
|
"name": "e",
|
|
598
505
|
"type": {
|
|
599
|
-
"text": "CustomEvent"
|
|
506
|
+
"text": "CustomEvent<SelectionChangedEvent>"
|
|
600
507
|
}
|
|
601
508
|
}
|
|
602
509
|
]
|
|
603
510
|
},
|
|
604
511
|
{
|
|
605
|
-
"kind": "
|
|
606
|
-
"name": "
|
|
512
|
+
"kind": "field",
|
|
513
|
+
"name": "edit",
|
|
607
514
|
"privacy": "private"
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
"events": [
|
|
611
|
-
{
|
|
612
|
-
"description": "Fired when the request is changed",
|
|
613
|
-
"name": "request-changed"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"description": "Fired when the criteria is changed",
|
|
617
|
-
"name": "criteria-changed"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"description": "Fired when an entity is created",
|
|
621
|
-
"name": "create-entity"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"description": "Fired when an entity is edited",
|
|
625
|
-
"name": "edit-entity"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
629
|
-
"name": "delete-entity"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"description": "Fired when there is an error in a create, edit or delete operation",
|
|
633
|
-
"name": "submit-failure"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"description": "Fired when a create, edit or delete operation is completed successfully",
|
|
637
|
-
"name": "submit-success"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"description": "Fired when a row is clicked",
|
|
641
|
-
"name": "rowClick"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"description": "Fired when a row is double clicked",
|
|
645
|
-
"name": "rowDblClick"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"description": "Fired when a row is right clicked",
|
|
649
|
-
"name": "contextMenu"
|
|
650
515
|
},
|
|
651
516
|
{
|
|
652
|
-
"
|
|
653
|
-
"name": "
|
|
517
|
+
"kind": "method",
|
|
518
|
+
"name": "delete",
|
|
519
|
+
"parameters": [
|
|
520
|
+
{
|
|
521
|
+
"name": "e"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
654
524
|
}
|
|
655
525
|
],
|
|
656
526
|
"attributes": [
|
|
@@ -668,116 +538,84 @@
|
|
|
668
538
|
"type": {
|
|
669
539
|
"text": "string"
|
|
670
540
|
},
|
|
671
|
-
"
|
|
541
|
+
"default": "''",
|
|
672
542
|
"fieldName": "resourceName"
|
|
673
543
|
},
|
|
674
544
|
{
|
|
675
|
-
"name": "
|
|
545
|
+
"name": "title",
|
|
676
546
|
"type": {
|
|
677
547
|
"text": "string"
|
|
678
548
|
},
|
|
679
|
-
"
|
|
680
|
-
"fieldName": "
|
|
549
|
+
"default": "''",
|
|
550
|
+
"fieldName": "title"
|
|
681
551
|
},
|
|
682
552
|
{
|
|
683
|
-
"name": "
|
|
553
|
+
"name": "persist-column-state-key",
|
|
684
554
|
"type": {
|
|
685
555
|
"text": "string"
|
|
686
556
|
},
|
|
687
|
-
"
|
|
688
|
-
"fieldName": "updateEvent"
|
|
557
|
+
"fieldName": "persistColumnStateKey"
|
|
689
558
|
},
|
|
690
559
|
{
|
|
691
|
-
"name": "
|
|
560
|
+
"name": "size-columns-to-fit",
|
|
692
561
|
"type": {
|
|
693
|
-
"text": "
|
|
562
|
+
"text": "boolean"
|
|
694
563
|
},
|
|
695
|
-
"
|
|
696
|
-
"fieldName": "deleteEvent"
|
|
564
|
+
"fieldName": "sizeColumnsToFit"
|
|
697
565
|
},
|
|
698
566
|
{
|
|
699
|
-
"name": "
|
|
567
|
+
"name": "row-selection",
|
|
700
568
|
"type": {
|
|
701
569
|
"text": "string"
|
|
702
570
|
},
|
|
703
|
-
"
|
|
704
|
-
"fieldName": "createEvent"
|
|
571
|
+
"fieldName": "rowSelection"
|
|
705
572
|
},
|
|
706
573
|
{
|
|
707
|
-
"name": "
|
|
574
|
+
"name": "enable-filter-bar",
|
|
708
575
|
"type": {
|
|
709
|
-
"text": "
|
|
576
|
+
"text": "boolean"
|
|
710
577
|
},
|
|
711
|
-
"
|
|
712
|
-
"fieldName": "title"
|
|
578
|
+
"fieldName": "enableFilterBar"
|
|
713
579
|
},
|
|
714
580
|
{
|
|
715
|
-
"name": "
|
|
581
|
+
"name": "async-add",
|
|
716
582
|
"type": {
|
|
717
|
-
"text": "
|
|
583
|
+
"text": "boolean"
|
|
718
584
|
},
|
|
719
|
-
"
|
|
720
|
-
"fieldName": "
|
|
585
|
+
"default": "false",
|
|
586
|
+
"fieldName": "asyncAdd"
|
|
721
587
|
},
|
|
722
588
|
{
|
|
723
|
-
"name": "
|
|
589
|
+
"name": "async-remove",
|
|
724
590
|
"type": {
|
|
725
|
-
"text": "
|
|
591
|
+
"text": "boolean"
|
|
726
592
|
},
|
|
727
|
-
"default": "
|
|
728
|
-
"
|
|
729
|
-
"fieldName": "rowSelection"
|
|
593
|
+
"default": "false",
|
|
594
|
+
"fieldName": "asyncRemove"
|
|
730
595
|
},
|
|
731
596
|
{
|
|
732
|
-
"name": "
|
|
597
|
+
"name": "async-update",
|
|
733
598
|
"type": {
|
|
734
599
|
"text": "boolean"
|
|
735
600
|
},
|
|
736
|
-
"default": "
|
|
737
|
-
"
|
|
738
|
-
"fieldName": "enableCellFlashing"
|
|
601
|
+
"default": "true",
|
|
602
|
+
"fieldName": "asyncUpdate"
|
|
739
603
|
},
|
|
740
604
|
{
|
|
741
|
-
"name": "enable-
|
|
605
|
+
"name": "enable-cell-flashing",
|
|
742
606
|
"type": {
|
|
743
607
|
"text": "boolean"
|
|
744
608
|
},
|
|
745
609
|
"default": "false",
|
|
746
|
-
"
|
|
747
|
-
"fieldName": "enableRowFlashing"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "datasource-type",
|
|
751
|
-
"type": {
|
|
752
|
-
"text": "DatasourceType"
|
|
753
|
-
},
|
|
754
|
-
"default": "'client'",
|
|
755
|
-
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
756
|
-
"fieldName": "datasourceType"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "persist-column-state-key",
|
|
760
|
-
"type": {
|
|
761
|
-
"text": "string"
|
|
762
|
-
},
|
|
763
|
-
"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.",
|
|
764
|
-
"fieldName": "persistColumnStateKey"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "size-columns-to-fit",
|
|
768
|
-
"type": {
|
|
769
|
-
"text": "boolean"
|
|
770
|
-
},
|
|
771
|
-
"description": "Resizes columns to take available space",
|
|
772
|
-
"fieldName": "sizeColumnsToFit"
|
|
610
|
+
"fieldName": "enableCellFlashing"
|
|
773
611
|
},
|
|
774
612
|
{
|
|
775
|
-
"name": "enable-
|
|
613
|
+
"name": "enable-row-flashing",
|
|
776
614
|
"type": {
|
|
777
615
|
"text": "boolean"
|
|
778
616
|
},
|
|
779
|
-
"
|
|
780
|
-
"fieldName": "
|
|
617
|
+
"default": "false",
|
|
618
|
+
"fieldName": "enableRowFlashing"
|
|
781
619
|
},
|
|
782
620
|
{
|
|
783
621
|
"name": "hide-edit",
|
|
@@ -785,7 +623,6 @@
|
|
|
785
623
|
"text": "boolean"
|
|
786
624
|
},
|
|
787
625
|
"default": "false",
|
|
788
|
-
"description": "Hides edit button",
|
|
789
626
|
"fieldName": "hideEdit"
|
|
790
627
|
},
|
|
791
628
|
{
|
|
@@ -794,59 +631,22 @@
|
|
|
794
631
|
"text": "boolean"
|
|
795
632
|
},
|
|
796
633
|
"default": "false",
|
|
797
|
-
"description": "Hides delete button",
|
|
798
634
|
"fieldName": "hideDelete"
|
|
799
635
|
},
|
|
800
636
|
{
|
|
801
|
-
"name": "
|
|
637
|
+
"name": "datasource-type",
|
|
802
638
|
"type": {
|
|
803
|
-
"text": "
|
|
639
|
+
"text": "DatasourceType"
|
|
804
640
|
},
|
|
805
|
-
"default": "
|
|
806
|
-
"
|
|
807
|
-
"fieldName": "enableSearchBar"
|
|
641
|
+
"default": "'client'",
|
|
642
|
+
"fieldName": "datasourceType"
|
|
808
643
|
},
|
|
809
644
|
{
|
|
810
645
|
"name": "header-case-type",
|
|
811
646
|
"type": {
|
|
812
647
|
"text": "GridProCaseType"
|
|
813
648
|
},
|
|
814
|
-
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
815
649
|
"fieldName": "headerCaseType"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"name": "modal-position",
|
|
819
|
-
"type": {
|
|
820
|
-
"text": "'centre' | 'left' | 'right'"
|
|
821
|
-
},
|
|
822
|
-
"default": "'right'",
|
|
823
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
824
|
-
"fieldName": "modalPosition"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"name": "crud-menu-position",
|
|
828
|
-
"type": {
|
|
829
|
-
"text": "CrudMenuPosition"
|
|
830
|
-
},
|
|
831
|
-
"description": "Determines where the buttons will appear",
|
|
832
|
-
"fieldName": "crudMenuPosition"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "crud-menu-style",
|
|
836
|
-
"type": {
|
|
837
|
-
"text": "ActionsMenuStyle"
|
|
838
|
-
},
|
|
839
|
-
"description": "Determines the style of the buttons",
|
|
840
|
-
"fieldName": "crudMenuStyle"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"name": "crud-action-menu-name",
|
|
844
|
-
"type": {
|
|
845
|
-
"text": "string"
|
|
846
|
-
},
|
|
847
|
-
"default": "'⋮'",
|
|
848
|
-
"description": "The label of the crud action menu",
|
|
849
|
-
"fieldName": "crudActionMenuName"
|
|
850
650
|
}
|
|
851
651
|
],
|
|
852
652
|
"mixins": [
|
|
@@ -859,32 +659,32 @@
|
|
|
859
659
|
"name": "FASTElement",
|
|
860
660
|
"package": "@microsoft/fast-element"
|
|
861
661
|
},
|
|
862
|
-
"tagName": "entity-
|
|
662
|
+
"tagName": "entity-list",
|
|
863
663
|
"customElement": true
|
|
864
664
|
}
|
|
865
665
|
],
|
|
866
666
|
"exports": [
|
|
867
667
|
{
|
|
868
668
|
"kind": "js",
|
|
869
|
-
"name": "
|
|
669
|
+
"name": "List",
|
|
870
670
|
"declaration": {
|
|
871
|
-
"name": "
|
|
872
|
-
"module": "src/
|
|
671
|
+
"name": "List",
|
|
672
|
+
"module": "src/list/list.ts"
|
|
873
673
|
}
|
|
874
674
|
},
|
|
875
675
|
{
|
|
876
676
|
"kind": "custom-element-definition",
|
|
877
|
-
"name": "entity-
|
|
677
|
+
"name": "entity-list",
|
|
878
678
|
"declaration": {
|
|
879
|
-
"name": "
|
|
880
|
-
"module": "src/
|
|
679
|
+
"name": "List",
|
|
680
|
+
"module": "src/list/list.ts"
|
|
881
681
|
}
|
|
882
682
|
}
|
|
883
683
|
]
|
|
884
684
|
},
|
|
885
685
|
{
|
|
886
686
|
"kind": "javascript-module",
|
|
887
|
-
"path": "src/
|
|
687
|
+
"path": "src/main/index.ts",
|
|
888
688
|
"declarations": [],
|
|
889
689
|
"exports": [
|
|
890
690
|
{
|
|
@@ -892,7 +692,7 @@
|
|
|
892
692
|
"name": "*",
|
|
893
693
|
"declaration": {
|
|
894
694
|
"name": "*",
|
|
895
|
-
"package": "./
|
|
695
|
+
"package": "./main.template"
|
|
896
696
|
}
|
|
897
697
|
},
|
|
898
698
|
{
|
|
@@ -900,71 +700,156 @@
|
|
|
900
700
|
"name": "*",
|
|
901
701
|
"declaration": {
|
|
902
702
|
"name": "*",
|
|
903
|
-
"package": "./
|
|
703
|
+
"package": "./main"
|
|
904
704
|
}
|
|
905
|
-
}
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "javascript-module",
|
|
710
|
+
"path": "src/main/main.styles.ts",
|
|
711
|
+
"declarations": [
|
|
712
|
+
{
|
|
713
|
+
"kind": "variable",
|
|
714
|
+
"name": "MainStyles",
|
|
715
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"exports": [
|
|
906
719
|
{
|
|
907
720
|
"kind": "js",
|
|
908
|
-
"name": "
|
|
721
|
+
"name": "MainStyles",
|
|
909
722
|
"declaration": {
|
|
910
|
-
"name": "
|
|
911
|
-
"
|
|
723
|
+
"name": "MainStyles",
|
|
724
|
+
"module": "src/main/main.styles.ts"
|
|
912
725
|
}
|
|
913
726
|
}
|
|
914
727
|
]
|
|
915
728
|
},
|
|
916
729
|
{
|
|
917
730
|
"kind": "javascript-module",
|
|
918
|
-
"path": "src/
|
|
731
|
+
"path": "src/main/main.template.ts",
|
|
732
|
+
"declarations": [],
|
|
733
|
+
"exports": []
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "javascript-module",
|
|
737
|
+
"path": "src/main/main.ts",
|
|
919
738
|
"declarations": [
|
|
920
739
|
{
|
|
921
|
-
"kind": "
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
740
|
+
"kind": "class",
|
|
741
|
+
"description": "",
|
|
742
|
+
"name": "MainApplication",
|
|
743
|
+
"members": [
|
|
744
|
+
{
|
|
745
|
+
"kind": "field",
|
|
746
|
+
"name": "config",
|
|
747
|
+
"type": {
|
|
748
|
+
"text": "MainRouterConfig"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "field",
|
|
753
|
+
"name": "connect",
|
|
754
|
+
"type": {
|
|
755
|
+
"text": "Connect"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "field",
|
|
760
|
+
"name": "session",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "Session"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "field",
|
|
767
|
+
"name": "container",
|
|
768
|
+
"type": {
|
|
769
|
+
"text": "Container"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "field",
|
|
774
|
+
"name": "provider",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "HTMLElement"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "field",
|
|
781
|
+
"name": "ready",
|
|
782
|
+
"type": {
|
|
783
|
+
"text": "boolean"
|
|
784
|
+
},
|
|
785
|
+
"default": "false"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"kind": "method",
|
|
789
|
+
"name": "onLuminanceToggle"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"kind": "method",
|
|
793
|
+
"name": "loadRemotes"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"kind": "method",
|
|
797
|
+
"name": "selectTemplate"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"kind": "method",
|
|
801
|
+
"name": "registerDIDependencies",
|
|
802
|
+
"privacy": "private"
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
"superclass": {
|
|
806
|
+
"name": "FASTElement",
|
|
807
|
+
"package": "@microsoft/fast-element"
|
|
808
|
+
},
|
|
809
|
+
"customElement": true
|
|
929
810
|
}
|
|
930
811
|
],
|
|
931
812
|
"exports": [
|
|
932
813
|
{
|
|
933
814
|
"kind": "js",
|
|
934
|
-
"name": "
|
|
815
|
+
"name": "MainApplication",
|
|
935
816
|
"declaration": {
|
|
936
|
-
"name": "
|
|
937
|
-
"module": "src/
|
|
817
|
+
"name": "MainApplication",
|
|
818
|
+
"module": "src/main/main.ts"
|
|
938
819
|
}
|
|
939
820
|
},
|
|
940
821
|
{
|
|
941
|
-
"kind": "
|
|
942
|
-
"name": "defaultLayout",
|
|
822
|
+
"kind": "custom-element-definition",
|
|
943
823
|
"declaration": {
|
|
944
|
-
"name": "
|
|
945
|
-
"module": "src/
|
|
824
|
+
"name": "MainApplication",
|
|
825
|
+
"module": "src/main/main.ts"
|
|
946
826
|
}
|
|
947
827
|
}
|
|
948
828
|
]
|
|
949
829
|
},
|
|
950
830
|
{
|
|
951
831
|
"kind": "javascript-module",
|
|
952
|
-
"path": "src/
|
|
953
|
-
"declarations": [
|
|
832
|
+
"path": "src/components/components.ts",
|
|
833
|
+
"declarations": [
|
|
834
|
+
{
|
|
835
|
+
"kind": "function",
|
|
836
|
+
"name": "loadRemotes"
|
|
837
|
+
}
|
|
838
|
+
],
|
|
954
839
|
"exports": [
|
|
955
840
|
{
|
|
956
841
|
"kind": "js",
|
|
957
|
-
"name": "
|
|
842
|
+
"name": "loadRemotes",
|
|
958
843
|
"declaration": {
|
|
959
|
-
"name": "
|
|
960
|
-
"
|
|
844
|
+
"name": "loadRemotes",
|
|
845
|
+
"module": "src/components/components.ts"
|
|
961
846
|
}
|
|
962
847
|
}
|
|
963
848
|
]
|
|
964
849
|
},
|
|
965
850
|
{
|
|
966
851
|
"kind": "javascript-module",
|
|
967
|
-
"path": "src/
|
|
852
|
+
"path": "src/components/index.ts",
|
|
968
853
|
"declarations": [],
|
|
969
854
|
"exports": [
|
|
970
855
|
{
|
|
@@ -972,212 +857,299 @@
|
|
|
972
857
|
"name": "*",
|
|
973
858
|
"declaration": {
|
|
974
859
|
"name": "*",
|
|
975
|
-
"package": "./
|
|
860
|
+
"package": "./components"
|
|
976
861
|
}
|
|
977
862
|
}
|
|
978
863
|
]
|
|
979
864
|
},
|
|
980
865
|
{
|
|
981
866
|
"kind": "javascript-module",
|
|
982
|
-
"path": "src/
|
|
867
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
983
868
|
"declarations": [
|
|
984
869
|
{
|
|
985
870
|
"kind": "variable",
|
|
986
|
-
"name": "
|
|
987
|
-
"
|
|
871
|
+
"name": "editProfileFormSchema",
|
|
872
|
+
"type": {
|
|
873
|
+
"text": "UiSchema"
|
|
874
|
+
},
|
|
875
|
+
"default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
|
|
988
876
|
}
|
|
989
877
|
],
|
|
990
878
|
"exports": [
|
|
991
879
|
{
|
|
992
880
|
"kind": "js",
|
|
993
|
-
"name": "
|
|
881
|
+
"name": "editProfileFormSchema",
|
|
994
882
|
"declaration": {
|
|
995
|
-
"name": "
|
|
996
|
-
"module": "src/
|
|
997
|
-
}
|
|
998
|
-
}
|
|
999
|
-
]
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"kind": "javascript-module",
|
|
1003
|
-
"path": "src/list/list.template.ts",
|
|
1004
|
-
"declarations": [
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "function",
|
|
1007
|
-
"name": "getPrefixedList",
|
|
1008
|
-
"parameters": [
|
|
1009
|
-
{
|
|
1010
|
-
"name": "prefix"
|
|
1011
|
-
}
|
|
1012
|
-
]
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"exports": [
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "js",
|
|
1018
|
-
"name": "getPrefixedList",
|
|
1019
|
-
"declaration": {
|
|
1020
|
-
"name": "getPrefixedList",
|
|
1021
|
-
"module": "src/list/list.template.ts"
|
|
883
|
+
"name": "editProfileFormSchema",
|
|
884
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1022
885
|
}
|
|
1023
886
|
}
|
|
1024
887
|
]
|
|
1025
888
|
},
|
|
1026
889
|
{
|
|
1027
890
|
"kind": "javascript-module",
|
|
1028
|
-
"path": "src/
|
|
891
|
+
"path": "src/profiles/profiles.ts",
|
|
1029
892
|
"declarations": [
|
|
1030
893
|
{
|
|
1031
894
|
"kind": "class",
|
|
1032
|
-
"description": "",
|
|
1033
|
-
"name": "
|
|
895
|
+
"description": "Main class which defined the profile management functionality",
|
|
896
|
+
"name": "Profiles",
|
|
1034
897
|
"members": [
|
|
1035
898
|
{
|
|
1036
|
-
"kind": "
|
|
1037
|
-
"name": "
|
|
1038
|
-
"
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
899
|
+
"kind": "method",
|
|
900
|
+
"name": "readProfileData",
|
|
901
|
+
"privacy": "public",
|
|
902
|
+
"parameters": [
|
|
903
|
+
{
|
|
904
|
+
"name": "profile"
|
|
905
|
+
}
|
|
906
|
+
]
|
|
1044
907
|
},
|
|
1045
908
|
{
|
|
1046
|
-
"kind": "
|
|
1047
|
-
"name": "
|
|
1048
|
-
"type": {
|
|
1049
|
-
"text": "string"
|
|
1050
|
-
},
|
|
1051
|
-
"default": "''"
|
|
909
|
+
"kind": "method",
|
|
910
|
+
"name": "confirmDelete"
|
|
1052
911
|
},
|
|
1053
912
|
{
|
|
1054
913
|
"kind": "field",
|
|
1055
|
-
"name": "
|
|
914
|
+
"name": "createEvent",
|
|
1056
915
|
"type": {
|
|
1057
916
|
"text": "string"
|
|
1058
917
|
},
|
|
1059
|
-
"
|
|
918
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
919
|
+
"privacy": "public",
|
|
920
|
+
"inheritedFrom": {
|
|
921
|
+
"name": "EntityManagement",
|
|
922
|
+
"module": "src/entities/entities.ts"
|
|
923
|
+
}
|
|
1060
924
|
},
|
|
1061
925
|
{
|
|
1062
926
|
"kind": "field",
|
|
1063
|
-
"name": "
|
|
927
|
+
"name": "deleteEvent",
|
|
1064
928
|
"type": {
|
|
1065
929
|
"text": "string"
|
|
930
|
+
},
|
|
931
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
932
|
+
"privacy": "public",
|
|
933
|
+
"inheritedFrom": {
|
|
934
|
+
"name": "EntityManagement",
|
|
935
|
+
"module": "src/entities/entities.ts"
|
|
1066
936
|
}
|
|
1067
937
|
},
|
|
1068
938
|
{
|
|
1069
939
|
"kind": "field",
|
|
1070
|
-
"name": "
|
|
940
|
+
"name": "updateEvent",
|
|
1071
941
|
"type": {
|
|
1072
|
-
"text": "
|
|
942
|
+
"text": "string"
|
|
943
|
+
},
|
|
944
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
945
|
+
"privacy": "public",
|
|
946
|
+
"inheritedFrom": {
|
|
947
|
+
"name": "EntityManagement",
|
|
948
|
+
"module": "src/entities/entities.ts"
|
|
1073
949
|
}
|
|
1074
950
|
},
|
|
1075
951
|
{
|
|
1076
952
|
"kind": "field",
|
|
1077
|
-
"name": "
|
|
953
|
+
"name": "persistColumnStateKey",
|
|
1078
954
|
"type": {
|
|
1079
955
|
"text": "string"
|
|
956
|
+
},
|
|
957
|
+
"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.",
|
|
958
|
+
"privacy": "public",
|
|
959
|
+
"default": "'entity_profiles_management'",
|
|
960
|
+
"inheritedFrom": {
|
|
961
|
+
"name": "EntityManagement",
|
|
962
|
+
"module": "src/entities/entities.ts"
|
|
1080
963
|
}
|
|
1081
964
|
},
|
|
1082
965
|
{
|
|
1083
966
|
"kind": "field",
|
|
1084
|
-
"name": "
|
|
967
|
+
"name": "updateFormUiSchema",
|
|
1085
968
|
"type": {
|
|
1086
|
-
"text": "
|
|
969
|
+
"text": "UiSchema"
|
|
970
|
+
},
|
|
971
|
+
"description": "Enables you to supply a schema to configure an update form.",
|
|
972
|
+
"privacy": "public",
|
|
973
|
+
"default": "editProfileFormSchema",
|
|
974
|
+
"inheritedFrom": {
|
|
975
|
+
"name": "EntityManagement",
|
|
976
|
+
"module": "src/entities/entities.ts"
|
|
1087
977
|
}
|
|
1088
978
|
},
|
|
1089
979
|
{
|
|
1090
980
|
"kind": "field",
|
|
1091
|
-
"name": "
|
|
981
|
+
"name": "createFormUiSchema",
|
|
1092
982
|
"type": {
|
|
1093
|
-
"text": "
|
|
983
|
+
"text": "UiSchema"
|
|
1094
984
|
},
|
|
1095
|
-
"
|
|
985
|
+
"description": "Enables you to supply a schema to configure an insert form.",
|
|
986
|
+
"privacy": "public",
|
|
987
|
+
"default": "editProfileFormSchema",
|
|
988
|
+
"inheritedFrom": {
|
|
989
|
+
"name": "EntityManagement",
|
|
990
|
+
"module": "src/entities/entities.ts"
|
|
991
|
+
}
|
|
1096
992
|
},
|
|
1097
993
|
{
|
|
1098
994
|
"kind": "field",
|
|
1099
|
-
"name": "
|
|
995
|
+
"name": "readEventFn",
|
|
1100
996
|
"type": {
|
|
1101
|
-
"text": "
|
|
997
|
+
"text": "(entity) => any"
|
|
1102
998
|
},
|
|
1103
|
-
"
|
|
999
|
+
"description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
|
|
1000
|
+
"parameters": [
|
|
1001
|
+
{
|
|
1002
|
+
"description": "selected entity from the grid",
|
|
1003
|
+
"name": "entity"
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"return": {
|
|
1007
|
+
"type": {
|
|
1008
|
+
"text": ""
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"privacy": "public",
|
|
1012
|
+
"inheritedFrom": {
|
|
1013
|
+
"name": "EntityManagement",
|
|
1014
|
+
"module": "src/entities/entities.ts"
|
|
1015
|
+
}
|
|
1104
1016
|
},
|
|
1105
1017
|
{
|
|
1106
1018
|
"kind": "field",
|
|
1107
|
-
"name": "
|
|
1019
|
+
"name": "resourceName",
|
|
1108
1020
|
"type": {
|
|
1109
|
-
"text": "
|
|
1021
|
+
"text": "string"
|
|
1110
1022
|
},
|
|
1111
|
-
"
|
|
1023
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1024
|
+
"privacy": "public",
|
|
1025
|
+
"default": "'ALL_PROFILES'",
|
|
1026
|
+
"inheritedFrom": {
|
|
1027
|
+
"name": "EntityManagement",
|
|
1028
|
+
"module": "src/entities/entities.ts"
|
|
1029
|
+
}
|
|
1112
1030
|
},
|
|
1113
1031
|
{
|
|
1114
1032
|
"kind": "field",
|
|
1115
|
-
"name": "
|
|
1033
|
+
"name": "title",
|
|
1116
1034
|
"type": {
|
|
1117
|
-
"text": "
|
|
1035
|
+
"text": "string"
|
|
1118
1036
|
},
|
|
1119
|
-
"
|
|
1037
|
+
"description": "Title of the grid",
|
|
1038
|
+
"privacy": "public",
|
|
1039
|
+
"default": "'Profile Management'",
|
|
1040
|
+
"inheritedFrom": {
|
|
1041
|
+
"name": "EntityManagement",
|
|
1042
|
+
"module": "src/entities/entities.ts"
|
|
1043
|
+
}
|
|
1120
1044
|
},
|
|
1121
1045
|
{
|
|
1122
1046
|
"kind": "field",
|
|
1123
|
-
"name": "
|
|
1047
|
+
"name": "entityLabel",
|
|
1124
1048
|
"type": {
|
|
1125
|
-
"text": "
|
|
1049
|
+
"text": "string"
|
|
1126
1050
|
},
|
|
1127
|
-
"
|
|
1051
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
1052
|
+
"privacy": "public",
|
|
1053
|
+
"default": "'Profile'",
|
|
1054
|
+
"inheritedFrom": {
|
|
1055
|
+
"name": "EntityManagement",
|
|
1056
|
+
"module": "src/entities/entities.ts"
|
|
1057
|
+
}
|
|
1128
1058
|
},
|
|
1129
1059
|
{
|
|
1130
1060
|
"kind": "field",
|
|
1131
|
-
"name": "
|
|
1061
|
+
"name": "prefix",
|
|
1132
1062
|
"type": {
|
|
1133
|
-
"text": "
|
|
1063
|
+
"text": "string"
|
|
1134
1064
|
},
|
|
1135
|
-
"default": "
|
|
1065
|
+
"default": "'zero'",
|
|
1066
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1067
|
+
"privacy": "public",
|
|
1068
|
+
"inheritedFrom": {
|
|
1069
|
+
"name": "EntityManagement",
|
|
1070
|
+
"module": "src/entities/entities.ts"
|
|
1071
|
+
}
|
|
1136
1072
|
},
|
|
1137
1073
|
{
|
|
1138
1074
|
"kind": "field",
|
|
1139
|
-
"name": "
|
|
1075
|
+
"name": "readEvent",
|
|
1140
1076
|
"type": {
|
|
1141
|
-
"text": "
|
|
1077
|
+
"text": "string"
|
|
1142
1078
|
},
|
|
1143
|
-
"
|
|
1079
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
1080
|
+
"privacy": "public",
|
|
1081
|
+
"inheritedFrom": {
|
|
1082
|
+
"name": "EntityManagement",
|
|
1083
|
+
"module": "src/entities/entities.ts"
|
|
1084
|
+
}
|
|
1144
1085
|
},
|
|
1145
1086
|
{
|
|
1146
1087
|
"kind": "field",
|
|
1147
|
-
"name": "
|
|
1088
|
+
"name": "rowSelection",
|
|
1148
1089
|
"type": {
|
|
1149
|
-
"text": "
|
|
1090
|
+
"text": "string"
|
|
1150
1091
|
},
|
|
1151
|
-
"default": "'
|
|
1092
|
+
"default": "'single'",
|
|
1093
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1094
|
+
"privacy": "public",
|
|
1095
|
+
"inheritedFrom": {
|
|
1096
|
+
"name": "EntityManagement",
|
|
1097
|
+
"module": "src/entities/entities.ts"
|
|
1098
|
+
}
|
|
1152
1099
|
},
|
|
1153
1100
|
{
|
|
1154
1101
|
"kind": "field",
|
|
1155
|
-
"name": "
|
|
1102
|
+
"name": "enableCellFlashing",
|
|
1156
1103
|
"type": {
|
|
1157
|
-
"text": "
|
|
1104
|
+
"text": "boolean"
|
|
1105
|
+
},
|
|
1106
|
+
"default": "false",
|
|
1107
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1108
|
+
"privacy": "public",
|
|
1109
|
+
"inheritedFrom": {
|
|
1110
|
+
"name": "EntityManagement",
|
|
1111
|
+
"module": "src/entities/entities.ts"
|
|
1158
1112
|
}
|
|
1159
1113
|
},
|
|
1160
1114
|
{
|
|
1161
1115
|
"kind": "field",
|
|
1162
|
-
"name": "
|
|
1116
|
+
"name": "enableRowFlashing",
|
|
1163
1117
|
"type": {
|
|
1164
|
-
"text": "
|
|
1118
|
+
"text": "boolean"
|
|
1165
1119
|
},
|
|
1166
|
-
"
|
|
1120
|
+
"default": "false",
|
|
1121
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
1122
|
+
"privacy": "public",
|
|
1123
|
+
"inheritedFrom": {
|
|
1124
|
+
"name": "EntityManagement",
|
|
1125
|
+
"module": "src/entities/entities.ts"
|
|
1126
|
+
}
|
|
1167
1127
|
},
|
|
1168
1128
|
{
|
|
1169
1129
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1130
|
+
"name": "datasourceType",
|
|
1171
1131
|
"type": {
|
|
1172
|
-
"text": "
|
|
1132
|
+
"text": "DatasourceType"
|
|
1173
1133
|
},
|
|
1174
|
-
"
|
|
1134
|
+
"default": "'client'",
|
|
1135
|
+
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
1136
|
+
"privacy": "public",
|
|
1137
|
+
"inheritedFrom": {
|
|
1138
|
+
"name": "EntityManagement",
|
|
1139
|
+
"module": "src/entities/entities.ts"
|
|
1140
|
+
}
|
|
1175
1141
|
},
|
|
1176
1142
|
{
|
|
1177
1143
|
"kind": "field",
|
|
1178
1144
|
"name": "gridOptions",
|
|
1179
1145
|
"type": {
|
|
1180
1146
|
"text": "GridOptions"
|
|
1147
|
+
},
|
|
1148
|
+
"description": "GridOptions to be passed down from application",
|
|
1149
|
+
"privacy": "public",
|
|
1150
|
+
"inheritedFrom": {
|
|
1151
|
+
"name": "EntityManagement",
|
|
1152
|
+
"module": "src/entities/entities.ts"
|
|
1181
1153
|
}
|
|
1182
1154
|
},
|
|
1183
1155
|
{
|
|
@@ -1185,124 +1157,213 @@
|
|
|
1185
1157
|
"name": "columns",
|
|
1186
1158
|
"type": {
|
|
1187
1159
|
"text": "ColDef[]"
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
"
|
|
1160
|
+
},
|
|
1161
|
+
"description": "Array which holds the column definitions.",
|
|
1162
|
+
"privacy": "public",
|
|
1163
|
+
"inheritedFrom": {
|
|
1164
|
+
"name": "EntityManagement",
|
|
1165
|
+
"module": "src/entities/entities.ts"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"kind": "field",
|
|
1192
1170
|
"name": "datasourceConfig",
|
|
1193
1171
|
"type": {
|
|
1194
1172
|
"text": "DatasourceConfiguration"
|
|
1173
|
+
},
|
|
1174
|
+
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
1175
|
+
"privacy": "public",
|
|
1176
|
+
"inheritedFrom": {
|
|
1177
|
+
"name": "EntityManagement",
|
|
1178
|
+
"module": "src/entities/entities.ts"
|
|
1195
1179
|
}
|
|
1196
1180
|
},
|
|
1197
1181
|
{
|
|
1198
1182
|
"kind": "field",
|
|
1199
|
-
"name": "
|
|
1183
|
+
"name": "formRenderers",
|
|
1200
1184
|
"type": {
|
|
1201
|
-
"text": "
|
|
1185
|
+
"text": "RendererEntry[]"
|
|
1202
1186
|
},
|
|
1203
|
-
"default": "
|
|
1187
|
+
"default": "renderers",
|
|
1188
|
+
"description": "Array with renderers used by foundation-forms",
|
|
1189
|
+
"privacy": "public",
|
|
1190
|
+
"inheritedFrom": {
|
|
1191
|
+
"name": "EntityManagement",
|
|
1192
|
+
"module": "src/entities/entities.ts"
|
|
1193
|
+
}
|
|
1204
1194
|
},
|
|
1205
1195
|
{
|
|
1206
1196
|
"kind": "field",
|
|
1207
|
-
"name": "
|
|
1197
|
+
"name": "defaultEntityValues",
|
|
1208
1198
|
"type": {
|
|
1209
|
-
"text": "string"
|
|
1199
|
+
"text": "Record<string, unknown>"
|
|
1200
|
+
},
|
|
1201
|
+
"description": "The default values to populate the form with when the user is adding an entity",
|
|
1202
|
+
"privacy": "public",
|
|
1203
|
+
"inheritedFrom": {
|
|
1204
|
+
"name": "EntityManagement",
|
|
1205
|
+
"module": "src/entities/entities.ts"
|
|
1210
1206
|
}
|
|
1211
1207
|
},
|
|
1212
1208
|
{
|
|
1213
|
-
"kind": "
|
|
1214
|
-
"name": "
|
|
1215
|
-
"
|
|
1216
|
-
|
|
1209
|
+
"kind": "method",
|
|
1210
|
+
"name": "editModalVisibleChanged",
|
|
1211
|
+
"privacy": "private",
|
|
1212
|
+
"inheritedFrom": {
|
|
1213
|
+
"name": "EntityManagement",
|
|
1214
|
+
"module": "src/entities/entities.ts"
|
|
1217
1215
|
}
|
|
1218
1216
|
},
|
|
1219
1217
|
{
|
|
1220
1218
|
"kind": "field",
|
|
1221
|
-
"name": "
|
|
1219
|
+
"name": "sizeColumnsToFit",
|
|
1222
1220
|
"type": {
|
|
1223
|
-
"text": "
|
|
1221
|
+
"text": "boolean"
|
|
1224
1222
|
},
|
|
1225
|
-
"
|
|
1223
|
+
"description": "Resizes columns to take available space",
|
|
1224
|
+
"privacy": "public",
|
|
1225
|
+
"inheritedFrom": {
|
|
1226
|
+
"name": "EntityManagement",
|
|
1227
|
+
"module": "src/entities/entities.ts"
|
|
1228
|
+
}
|
|
1226
1229
|
},
|
|
1227
1230
|
{
|
|
1228
1231
|
"kind": "field",
|
|
1229
|
-
"name": "
|
|
1232
|
+
"name": "enableFilterBar",
|
|
1230
1233
|
"type": {
|
|
1231
1234
|
"text": "boolean"
|
|
1232
1235
|
},
|
|
1233
|
-
"
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
"parameters": [
|
|
1240
|
-
{
|
|
1241
|
-
"name": "event",
|
|
1242
|
-
"type": {
|
|
1243
|
-
"text": "CellEditRequestEvent"
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
]
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "field",
|
|
1250
|
-
"name": "criteria",
|
|
1251
|
-
"readonly": true
|
|
1236
|
+
"description": "Enables filter bar component",
|
|
1237
|
+
"privacy": "public",
|
|
1238
|
+
"inheritedFrom": {
|
|
1239
|
+
"name": "EntityManagement",
|
|
1240
|
+
"module": "src/entities/entities.ts"
|
|
1241
|
+
}
|
|
1252
1242
|
},
|
|
1253
1243
|
{
|
|
1254
1244
|
"kind": "field",
|
|
1255
|
-
"name": "
|
|
1256
|
-
"
|
|
1245
|
+
"name": "hideEdit",
|
|
1246
|
+
"type": {
|
|
1247
|
+
"text": "boolean"
|
|
1248
|
+
},
|
|
1249
|
+
"default": "false",
|
|
1250
|
+
"description": "Hides edit button",
|
|
1251
|
+
"privacy": "public",
|
|
1252
|
+
"inheritedFrom": {
|
|
1253
|
+
"name": "EntityManagement",
|
|
1254
|
+
"module": "src/entities/entities.ts"
|
|
1255
|
+
}
|
|
1257
1256
|
},
|
|
1258
1257
|
{
|
|
1259
1258
|
"kind": "field",
|
|
1260
|
-
"name": "
|
|
1261
|
-
"
|
|
1259
|
+
"name": "hideDelete",
|
|
1260
|
+
"type": {
|
|
1261
|
+
"text": "boolean"
|
|
1262
|
+
},
|
|
1263
|
+
"default": "false",
|
|
1264
|
+
"description": "Hides delete button",
|
|
1265
|
+
"privacy": "public",
|
|
1266
|
+
"inheritedFrom": {
|
|
1267
|
+
"name": "EntityManagement",
|
|
1268
|
+
"module": "src/entities/entities.ts"
|
|
1269
|
+
}
|
|
1262
1270
|
},
|
|
1263
1271
|
{
|
|
1264
1272
|
"kind": "field",
|
|
1265
|
-
"name": "
|
|
1266
|
-
"
|
|
1273
|
+
"name": "enableSearchBar",
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "boolean"
|
|
1276
|
+
},
|
|
1277
|
+
"default": "false",
|
|
1278
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
1279
|
+
"privacy": "public",
|
|
1280
|
+
"inheritedFrom": {
|
|
1281
|
+
"name": "EntityManagement",
|
|
1282
|
+
"module": "src/entities/entities.ts"
|
|
1283
|
+
}
|
|
1267
1284
|
},
|
|
1268
1285
|
{
|
|
1269
1286
|
"kind": "field",
|
|
1270
|
-
"name": "
|
|
1271
|
-
"
|
|
1287
|
+
"name": "headerCaseType",
|
|
1288
|
+
"type": {
|
|
1289
|
+
"text": "GridProCaseType"
|
|
1290
|
+
},
|
|
1291
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
1292
|
+
"privacy": "public",
|
|
1293
|
+
"inheritedFrom": {
|
|
1294
|
+
"name": "EntityManagement",
|
|
1295
|
+
"module": "src/entities/entities.ts"
|
|
1296
|
+
}
|
|
1272
1297
|
},
|
|
1273
1298
|
{
|
|
1274
1299
|
"kind": "field",
|
|
1275
|
-
"name": "
|
|
1276
|
-
"
|
|
1300
|
+
"name": "searchBarConfig",
|
|
1301
|
+
"type": {
|
|
1302
|
+
"text": "AvailableOption[]"
|
|
1303
|
+
},
|
|
1304
|
+
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public",
|
|
1305
|
+
"inheritedFrom": {
|
|
1306
|
+
"name": "EntityManagement",
|
|
1307
|
+
"module": "src/entities/entities.ts"
|
|
1308
|
+
}
|
|
1277
1309
|
},
|
|
1278
1310
|
{
|
|
1279
1311
|
"kind": "field",
|
|
1280
|
-
"name": "
|
|
1281
|
-
"
|
|
1312
|
+
"name": "modalPosition",
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "'centre' | 'left' | 'right'"
|
|
1315
|
+
},
|
|
1316
|
+
"default": "'right'",
|
|
1317
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
1318
|
+
"privacy": "public",
|
|
1319
|
+
"inheritedFrom": {
|
|
1320
|
+
"name": "EntityManagement",
|
|
1321
|
+
"module": "src/entities/entities.ts"
|
|
1322
|
+
}
|
|
1282
1323
|
},
|
|
1283
1324
|
{
|
|
1284
1325
|
"kind": "field",
|
|
1285
|
-
"name": "
|
|
1286
|
-
"
|
|
1326
|
+
"name": "crudMenuPosition",
|
|
1327
|
+
"type": {
|
|
1328
|
+
"text": "CrudMenuPosition"
|
|
1329
|
+
},
|
|
1330
|
+
"description": "Determines where the buttons will appear",
|
|
1331
|
+
"privacy": "public",
|
|
1332
|
+
"inheritedFrom": {
|
|
1333
|
+
"name": "EntityManagement",
|
|
1334
|
+
"module": "src/entities/entities.ts"
|
|
1335
|
+
}
|
|
1287
1336
|
},
|
|
1288
1337
|
{
|
|
1289
1338
|
"kind": "field",
|
|
1290
|
-
"name": "
|
|
1291
|
-
"
|
|
1339
|
+
"name": "crudMenuStyle",
|
|
1340
|
+
"type": {
|
|
1341
|
+
"text": "ActionsMenuStyle"
|
|
1342
|
+
},
|
|
1343
|
+
"description": "Determines the style of the buttons",
|
|
1344
|
+
"privacy": "public",
|
|
1345
|
+
"inheritedFrom": {
|
|
1346
|
+
"name": "EntityManagement",
|
|
1347
|
+
"module": "src/entities/entities.ts"
|
|
1348
|
+
}
|
|
1292
1349
|
},
|
|
1293
1350
|
{
|
|
1294
1351
|
"kind": "field",
|
|
1295
|
-
"name": "
|
|
1296
|
-
"
|
|
1352
|
+
"name": "crudActionMenuName",
|
|
1353
|
+
"type": {
|
|
1354
|
+
"text": "string"
|
|
1355
|
+
},
|
|
1356
|
+
"default": "'⋮'",
|
|
1357
|
+
"description": "The label of the crud action menu",
|
|
1358
|
+
"inheritedFrom": {
|
|
1359
|
+
"name": "EntityManagement",
|
|
1360
|
+
"module": "src/entities/entities.ts"
|
|
1361
|
+
}
|
|
1297
1362
|
},
|
|
1298
1363
|
{
|
|
1299
1364
|
"kind": "method",
|
|
1300
|
-
"name": "
|
|
1301
|
-
"
|
|
1302
|
-
"type": {
|
|
1303
|
-
"text": "void"
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1365
|
+
"name": "readEntity",
|
|
1366
|
+
"privacy": "private",
|
|
1306
1367
|
"parameters": [
|
|
1307
1368
|
{
|
|
1308
1369
|
"name": "e",
|
|
@@ -1310,100 +1371,131 @@
|
|
|
1310
1371
|
"text": "CustomEvent"
|
|
1311
1372
|
}
|
|
1312
1373
|
}
|
|
1313
|
-
]
|
|
1374
|
+
],
|
|
1375
|
+
"inheritedFrom": {
|
|
1376
|
+
"name": "EntityManagement",
|
|
1377
|
+
"module": "src/entities/entities.ts"
|
|
1378
|
+
}
|
|
1314
1379
|
},
|
|
1315
1380
|
{
|
|
1316
1381
|
"kind": "method",
|
|
1317
|
-
"name": "
|
|
1318
|
-
"
|
|
1319
|
-
"type": {
|
|
1320
|
-
"text": "void"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1382
|
+
"name": "searchBarReqServer",
|
|
1383
|
+
"privacy": "private",
|
|
1323
1384
|
"parameters": [
|
|
1324
1385
|
{
|
|
1325
|
-
"name": "
|
|
1386
|
+
"name": "options",
|
|
1326
1387
|
"type": {
|
|
1327
|
-
"text": "
|
|
1388
|
+
"text": "SelectedOption<string>[]"
|
|
1328
1389
|
}
|
|
1329
1390
|
}
|
|
1330
|
-
]
|
|
1391
|
+
],
|
|
1392
|
+
"inheritedFrom": {
|
|
1393
|
+
"name": "EntityManagement",
|
|
1394
|
+
"module": "src/entities/entities.ts"
|
|
1395
|
+
}
|
|
1331
1396
|
},
|
|
1332
1397
|
{
|
|
1333
1398
|
"kind": "method",
|
|
1334
|
-
"name": "
|
|
1335
|
-
"
|
|
1336
|
-
"type": {
|
|
1337
|
-
"text": "void"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1399
|
+
"name": "searchBarDataserver",
|
|
1400
|
+
"privacy": "private",
|
|
1340
1401
|
"parameters": [
|
|
1341
1402
|
{
|
|
1342
|
-
"name": "
|
|
1403
|
+
"name": "options",
|
|
1343
1404
|
"type": {
|
|
1344
|
-
"text": "
|
|
1405
|
+
"text": "SelectedOption<string>[]"
|
|
1345
1406
|
}
|
|
1346
1407
|
}
|
|
1347
|
-
]
|
|
1408
|
+
],
|
|
1409
|
+
"inheritedFrom": {
|
|
1410
|
+
"name": "EntityManagement",
|
|
1411
|
+
"module": "src/entities/entities.ts"
|
|
1412
|
+
}
|
|
1348
1413
|
},
|
|
1349
1414
|
{
|
|
1350
1415
|
"kind": "method",
|
|
1351
|
-
"name": "
|
|
1416
|
+
"name": "requestChanged",
|
|
1352
1417
|
"privacy": "private",
|
|
1353
1418
|
"parameters": [
|
|
1354
1419
|
{
|
|
1355
|
-
"name": "e"
|
|
1420
|
+
"name": "e",
|
|
1421
|
+
"type": {
|
|
1422
|
+
"text": "CustomEvent<string>"
|
|
1423
|
+
}
|
|
1356
1424
|
}
|
|
1357
|
-
]
|
|
1358
|
-
|
|
1425
|
+
],
|
|
1426
|
+
"inheritedFrom": {
|
|
1427
|
+
"name": "EntityManagement",
|
|
1428
|
+
"module": "src/entities/entities.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1359
1431
|
{
|
|
1360
1432
|
"kind": "method",
|
|
1361
|
-
"name": "
|
|
1433
|
+
"name": "criteriaChanged",
|
|
1362
1434
|
"privacy": "private",
|
|
1363
1435
|
"parameters": [
|
|
1364
1436
|
{
|
|
1365
|
-
"name": "e"
|
|
1437
|
+
"name": "e",
|
|
1438
|
+
"type": {
|
|
1439
|
+
"text": "CustomEvent<string>"
|
|
1440
|
+
}
|
|
1366
1441
|
}
|
|
1367
|
-
]
|
|
1442
|
+
],
|
|
1443
|
+
"inheritedFrom": {
|
|
1444
|
+
"name": "EntityManagement",
|
|
1445
|
+
"module": "src/entities/entities.ts"
|
|
1446
|
+
}
|
|
1368
1447
|
},
|
|
1369
1448
|
{
|
|
1370
1449
|
"kind": "method",
|
|
1371
|
-
"name": "
|
|
1450
|
+
"name": "submitFailureNotification",
|
|
1372
1451
|
"privacy": "private",
|
|
1373
1452
|
"parameters": [
|
|
1374
1453
|
{
|
|
1375
|
-
"name": "e"
|
|
1454
|
+
"name": "e",
|
|
1455
|
+
"type": {
|
|
1456
|
+
"text": "CustomEvent"
|
|
1457
|
+
}
|
|
1376
1458
|
}
|
|
1377
|
-
]
|
|
1459
|
+
],
|
|
1460
|
+
"inheritedFrom": {
|
|
1461
|
+
"name": "EntityManagement",
|
|
1462
|
+
"module": "src/entities/entities.ts"
|
|
1463
|
+
}
|
|
1378
1464
|
},
|
|
1379
1465
|
{
|
|
1380
1466
|
"kind": "method",
|
|
1381
|
-
"name": "
|
|
1467
|
+
"name": "submitErrorHandler",
|
|
1382
1468
|
"privacy": "private",
|
|
1383
1469
|
"parameters": [
|
|
1384
1470
|
{
|
|
1385
1471
|
"name": "e",
|
|
1386
1472
|
"type": {
|
|
1387
|
-
"text": "CustomEvent
|
|
1473
|
+
"text": "CustomEvent"
|
|
1388
1474
|
}
|
|
1389
1475
|
}
|
|
1390
|
-
]
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
"privacy": "private"
|
|
1476
|
+
],
|
|
1477
|
+
"inheritedFrom": {
|
|
1478
|
+
"name": "EntityManagement",
|
|
1479
|
+
"module": "src/entities/entities.ts"
|
|
1480
|
+
}
|
|
1396
1481
|
},
|
|
1397
1482
|
{
|
|
1398
1483
|
"kind": "method",
|
|
1399
|
-
"name": "
|
|
1400
|
-
"
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1484
|
+
"name": "showDeleteConfirmation",
|
|
1485
|
+
"privacy": "private",
|
|
1486
|
+
"inheritedFrom": {
|
|
1487
|
+
"name": "EntityManagement",
|
|
1488
|
+
"module": "src/entities/entities.ts"
|
|
1489
|
+
}
|
|
1405
1490
|
}
|
|
1406
1491
|
],
|
|
1492
|
+
"superclass": {
|
|
1493
|
+
"name": "EntityManagement",
|
|
1494
|
+
"module": "/src/entities"
|
|
1495
|
+
},
|
|
1496
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
1497
|
+
"tagName": "profile-management",
|
|
1498
|
+
"customElement": true,
|
|
1407
1499
|
"attributes": [
|
|
1408
1500
|
{
|
|
1409
1501
|
"name": "design-system-prefix",
|
|
@@ -1412,91 +1504,183 @@
|
|
|
1412
1504
|
},
|
|
1413
1505
|
"default": "'zero'",
|
|
1414
1506
|
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1415
|
-
"fieldName": "prefix"
|
|
1507
|
+
"fieldName": "prefix",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "EntityManagement",
|
|
1510
|
+
"module": "src/entities/entities.ts"
|
|
1511
|
+
}
|
|
1416
1512
|
},
|
|
1417
1513
|
{
|
|
1418
1514
|
"name": "resourceName",
|
|
1419
1515
|
"type": {
|
|
1420
1516
|
"text": "string"
|
|
1421
1517
|
},
|
|
1422
|
-
"
|
|
1423
|
-
"fieldName": "resourceName"
|
|
1518
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1519
|
+
"fieldName": "resourceName",
|
|
1520
|
+
"inheritedFrom": {
|
|
1521
|
+
"name": "EntityManagement",
|
|
1522
|
+
"module": "src/entities/entities.ts"
|
|
1523
|
+
}
|
|
1424
1524
|
},
|
|
1425
1525
|
{
|
|
1426
|
-
"name": "
|
|
1526
|
+
"name": "readEvent",
|
|
1427
1527
|
"type": {
|
|
1428
1528
|
"text": "string"
|
|
1429
1529
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"fieldName": "
|
|
1530
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
1531
|
+
"fieldName": "readEvent",
|
|
1532
|
+
"inheritedFrom": {
|
|
1533
|
+
"name": "EntityManagement",
|
|
1534
|
+
"module": "src/entities/entities.ts"
|
|
1535
|
+
}
|
|
1432
1536
|
},
|
|
1433
1537
|
{
|
|
1434
|
-
"name": "
|
|
1538
|
+
"name": "updateEvent",
|
|
1435
1539
|
"type": {
|
|
1436
1540
|
"text": "string"
|
|
1437
1541
|
},
|
|
1438
|
-
"
|
|
1542
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1543
|
+
"fieldName": "updateEvent",
|
|
1544
|
+
"inheritedFrom": {
|
|
1545
|
+
"name": "EntityManagement",
|
|
1546
|
+
"module": "src/entities/entities.ts"
|
|
1547
|
+
}
|
|
1439
1548
|
},
|
|
1440
1549
|
{
|
|
1441
|
-
"name": "
|
|
1550
|
+
"name": "deleteEvent",
|
|
1442
1551
|
"type": {
|
|
1443
|
-
"text": "
|
|
1552
|
+
"text": "string"
|
|
1444
1553
|
},
|
|
1445
|
-
"
|
|
1554
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1555
|
+
"fieldName": "deleteEvent",
|
|
1556
|
+
"inheritedFrom": {
|
|
1557
|
+
"name": "EntityManagement",
|
|
1558
|
+
"module": "src/entities/entities.ts"
|
|
1559
|
+
}
|
|
1446
1560
|
},
|
|
1447
1561
|
{
|
|
1448
|
-
"name": "
|
|
1562
|
+
"name": "createEvent",
|
|
1449
1563
|
"type": {
|
|
1450
1564
|
"text": "string"
|
|
1451
1565
|
},
|
|
1452
|
-
"
|
|
1566
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1567
|
+
"fieldName": "createEvent",
|
|
1568
|
+
"inheritedFrom": {
|
|
1569
|
+
"name": "EntityManagement",
|
|
1570
|
+
"module": "src/entities/entities.ts"
|
|
1571
|
+
}
|
|
1453
1572
|
},
|
|
1454
1573
|
{
|
|
1455
|
-
"name": "
|
|
1574
|
+
"name": "title",
|
|
1456
1575
|
"type": {
|
|
1457
|
-
"text": "
|
|
1576
|
+
"text": "string"
|
|
1458
1577
|
},
|
|
1459
|
-
"
|
|
1578
|
+
"description": "Title of the grid",
|
|
1579
|
+
"fieldName": "title",
|
|
1580
|
+
"inheritedFrom": {
|
|
1581
|
+
"name": "EntityManagement",
|
|
1582
|
+
"module": "src/entities/entities.ts"
|
|
1583
|
+
}
|
|
1460
1584
|
},
|
|
1461
1585
|
{
|
|
1462
|
-
"name": "
|
|
1586
|
+
"name": "entityLabel",
|
|
1587
|
+
"type": {
|
|
1588
|
+
"text": "string"
|
|
1589
|
+
},
|
|
1590
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
1591
|
+
"fieldName": "entityLabel",
|
|
1592
|
+
"inheritedFrom": {
|
|
1593
|
+
"name": "EntityManagement",
|
|
1594
|
+
"module": "src/entities/entities.ts"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "row-selection",
|
|
1599
|
+
"type": {
|
|
1600
|
+
"text": "string"
|
|
1601
|
+
},
|
|
1602
|
+
"default": "'single'",
|
|
1603
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1604
|
+
"fieldName": "rowSelection",
|
|
1605
|
+
"inheritedFrom": {
|
|
1606
|
+
"name": "EntityManagement",
|
|
1607
|
+
"module": "src/entities/entities.ts"
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "enable-cell-flashing",
|
|
1463
1612
|
"type": {
|
|
1464
1613
|
"text": "boolean"
|
|
1465
1614
|
},
|
|
1466
1615
|
"default": "false",
|
|
1467
|
-
"
|
|
1616
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1617
|
+
"fieldName": "enableCellFlashing",
|
|
1618
|
+
"inheritedFrom": {
|
|
1619
|
+
"name": "EntityManagement",
|
|
1620
|
+
"module": "src/entities/entities.ts"
|
|
1621
|
+
}
|
|
1468
1622
|
},
|
|
1469
1623
|
{
|
|
1470
|
-
"name": "
|
|
1624
|
+
"name": "enable-row-flashing",
|
|
1471
1625
|
"type": {
|
|
1472
1626
|
"text": "boolean"
|
|
1473
1627
|
},
|
|
1474
1628
|
"default": "false",
|
|
1475
|
-
"
|
|
1629
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
1630
|
+
"fieldName": "enableRowFlashing",
|
|
1631
|
+
"inheritedFrom": {
|
|
1632
|
+
"name": "EntityManagement",
|
|
1633
|
+
"module": "src/entities/entities.ts"
|
|
1634
|
+
}
|
|
1476
1635
|
},
|
|
1477
1636
|
{
|
|
1478
|
-
"name": "
|
|
1637
|
+
"name": "datasource-type",
|
|
1479
1638
|
"type": {
|
|
1480
|
-
"text": "
|
|
1639
|
+
"text": "DatasourceType"
|
|
1481
1640
|
},
|
|
1482
|
-
"default": "
|
|
1483
|
-
"
|
|
1641
|
+
"default": "'client'",
|
|
1642
|
+
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
1643
|
+
"fieldName": "datasourceType",
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "EntityManagement",
|
|
1646
|
+
"module": "src/entities/entities.ts"
|
|
1647
|
+
}
|
|
1484
1648
|
},
|
|
1485
1649
|
{
|
|
1486
|
-
"name": "
|
|
1650
|
+
"name": "persist-column-state-key",
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "string"
|
|
1653
|
+
},
|
|
1654
|
+
"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.",
|
|
1655
|
+
"fieldName": "persistColumnStateKey",
|
|
1656
|
+
"inheritedFrom": {
|
|
1657
|
+
"name": "EntityManagement",
|
|
1658
|
+
"module": "src/entities/entities.ts"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "size-columns-to-fit",
|
|
1487
1663
|
"type": {
|
|
1488
1664
|
"text": "boolean"
|
|
1489
1665
|
},
|
|
1490
|
-
"
|
|
1491
|
-
"fieldName": "
|
|
1666
|
+
"description": "Resizes columns to take available space",
|
|
1667
|
+
"fieldName": "sizeColumnsToFit",
|
|
1668
|
+
"inheritedFrom": {
|
|
1669
|
+
"name": "EntityManagement",
|
|
1670
|
+
"module": "src/entities/entities.ts"
|
|
1671
|
+
}
|
|
1492
1672
|
},
|
|
1493
1673
|
{
|
|
1494
|
-
"name": "enable-
|
|
1674
|
+
"name": "enable-filter-bar",
|
|
1495
1675
|
"type": {
|
|
1496
1676
|
"text": "boolean"
|
|
1497
1677
|
},
|
|
1498
|
-
"
|
|
1499
|
-
"fieldName": "
|
|
1678
|
+
"description": "Enables filter bar component",
|
|
1679
|
+
"fieldName": "enableFilterBar",
|
|
1680
|
+
"inheritedFrom": {
|
|
1681
|
+
"name": "EntityManagement",
|
|
1682
|
+
"module": "src/entities/entities.ts"
|
|
1683
|
+
}
|
|
1500
1684
|
},
|
|
1501
1685
|
{
|
|
1502
1686
|
"name": "hide-edit",
|
|
@@ -1504,7 +1688,12 @@
|
|
|
1504
1688
|
"text": "boolean"
|
|
1505
1689
|
},
|
|
1506
1690
|
"default": "false",
|
|
1507
|
-
"
|
|
1691
|
+
"description": "Hides edit button",
|
|
1692
|
+
"fieldName": "hideEdit",
|
|
1693
|
+
"inheritedFrom": {
|
|
1694
|
+
"name": "EntityManagement",
|
|
1695
|
+
"module": "src/entities/entities.ts"
|
|
1696
|
+
}
|
|
1508
1697
|
},
|
|
1509
1698
|
{
|
|
1510
1699
|
"name": "hide-delete",
|
|
@@ -1512,329 +1701,308 @@
|
|
|
1512
1701
|
"text": "boolean"
|
|
1513
1702
|
},
|
|
1514
1703
|
"default": "false",
|
|
1515
|
-
"
|
|
1704
|
+
"description": "Hides delete button",
|
|
1705
|
+
"fieldName": "hideDelete",
|
|
1706
|
+
"inheritedFrom": {
|
|
1707
|
+
"name": "EntityManagement",
|
|
1708
|
+
"module": "src/entities/entities.ts"
|
|
1709
|
+
}
|
|
1516
1710
|
},
|
|
1517
1711
|
{
|
|
1518
|
-
"name": "
|
|
1712
|
+
"name": "enable-search-bar",
|
|
1519
1713
|
"type": {
|
|
1520
|
-
"text": "
|
|
1714
|
+
"text": "boolean"
|
|
1521
1715
|
},
|
|
1522
|
-
"default": "
|
|
1523
|
-
"
|
|
1716
|
+
"default": "false",
|
|
1717
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
1718
|
+
"fieldName": "enableSearchBar",
|
|
1719
|
+
"inheritedFrom": {
|
|
1720
|
+
"name": "EntityManagement",
|
|
1721
|
+
"module": "src/entities/entities.ts"
|
|
1722
|
+
}
|
|
1524
1723
|
},
|
|
1525
1724
|
{
|
|
1526
1725
|
"name": "header-case-type",
|
|
1527
1726
|
"type": {
|
|
1528
1727
|
"text": "GridProCaseType"
|
|
1529
1728
|
},
|
|
1530
|
-
"
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1729
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
1730
|
+
"fieldName": "headerCaseType",
|
|
1731
|
+
"inheritedFrom": {
|
|
1732
|
+
"name": "EntityManagement",
|
|
1733
|
+
"module": "src/entities/entities.ts"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1534
1736
|
{
|
|
1535
|
-
"name": "
|
|
1536
|
-
"package": "@genesislcap/foundation-utils"
|
|
1537
|
-
}
|
|
1538
|
-
],
|
|
1539
|
-
"superclass": {
|
|
1540
|
-
"name": "FASTElement",
|
|
1541
|
-
"package": "@microsoft/fast-element"
|
|
1542
|
-
},
|
|
1543
|
-
"tagName": "entity-list",
|
|
1544
|
-
"customElement": true
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"exports": [
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "js",
|
|
1550
|
-
"name": "List",
|
|
1551
|
-
"declaration": {
|
|
1552
|
-
"name": "List",
|
|
1553
|
-
"module": "src/list/list.ts"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"kind": "custom-element-definition",
|
|
1558
|
-
"name": "entity-list",
|
|
1559
|
-
"declaration": {
|
|
1560
|
-
"name": "List",
|
|
1561
|
-
"module": "src/list/list.ts"
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
]
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "javascript-module",
|
|
1568
|
-
"path": "src/main/index.ts",
|
|
1569
|
-
"declarations": [],
|
|
1570
|
-
"exports": [
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "js",
|
|
1573
|
-
"name": "*",
|
|
1574
|
-
"declaration": {
|
|
1575
|
-
"name": "*",
|
|
1576
|
-
"package": "./main.template"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "js",
|
|
1581
|
-
"name": "*",
|
|
1582
|
-
"declaration": {
|
|
1583
|
-
"name": "*",
|
|
1584
|
-
"package": "./main"
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
]
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "javascript-module",
|
|
1591
|
-
"path": "src/main/main.styles.ts",
|
|
1592
|
-
"declarations": [
|
|
1593
|
-
{
|
|
1594
|
-
"kind": "variable",
|
|
1595
|
-
"name": "MainStyles",
|
|
1596
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1597
|
-
}
|
|
1598
|
-
],
|
|
1599
|
-
"exports": [
|
|
1600
|
-
{
|
|
1601
|
-
"kind": "js",
|
|
1602
|
-
"name": "MainStyles",
|
|
1603
|
-
"declaration": {
|
|
1604
|
-
"name": "MainStyles",
|
|
1605
|
-
"module": "src/main/main.styles.ts"
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
]
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "javascript-module",
|
|
1612
|
-
"path": "src/main/main.template.ts",
|
|
1613
|
-
"declarations": [],
|
|
1614
|
-
"exports": []
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"kind": "javascript-module",
|
|
1618
|
-
"path": "src/main/main.ts",
|
|
1619
|
-
"declarations": [
|
|
1620
|
-
{
|
|
1621
|
-
"kind": "class",
|
|
1622
|
-
"description": "",
|
|
1623
|
-
"name": "MainApplication",
|
|
1624
|
-
"members": [
|
|
1625
|
-
{
|
|
1626
|
-
"kind": "field",
|
|
1627
|
-
"name": "config",
|
|
1737
|
+
"name": "modal-position",
|
|
1628
1738
|
"type": {
|
|
1629
|
-
"text": "
|
|
1739
|
+
"text": "'centre' | 'left' | 'right'"
|
|
1740
|
+
},
|
|
1741
|
+
"default": "'right'",
|
|
1742
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
1743
|
+
"fieldName": "modalPosition",
|
|
1744
|
+
"inheritedFrom": {
|
|
1745
|
+
"name": "EntityManagement",
|
|
1746
|
+
"module": "src/entities/entities.ts"
|
|
1630
1747
|
}
|
|
1631
1748
|
},
|
|
1632
1749
|
{
|
|
1633
|
-
"
|
|
1634
|
-
"name": "connect",
|
|
1750
|
+
"name": "crud-menu-position",
|
|
1635
1751
|
"type": {
|
|
1636
|
-
"text": "
|
|
1752
|
+
"text": "CrudMenuPosition"
|
|
1753
|
+
},
|
|
1754
|
+
"description": "Determines where the buttons will appear",
|
|
1755
|
+
"fieldName": "crudMenuPosition",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "EntityManagement",
|
|
1758
|
+
"module": "src/entities/entities.ts"
|
|
1637
1759
|
}
|
|
1638
1760
|
},
|
|
1639
1761
|
{
|
|
1640
|
-
"
|
|
1641
|
-
"name": "session",
|
|
1762
|
+
"name": "crud-menu-style",
|
|
1642
1763
|
"type": {
|
|
1643
|
-
"text": "
|
|
1764
|
+
"text": "ActionsMenuStyle"
|
|
1765
|
+
},
|
|
1766
|
+
"description": "Determines the style of the buttons",
|
|
1767
|
+
"fieldName": "crudMenuStyle",
|
|
1768
|
+
"inheritedFrom": {
|
|
1769
|
+
"name": "EntityManagement",
|
|
1770
|
+
"module": "src/entities/entities.ts"
|
|
1644
1771
|
}
|
|
1645
1772
|
},
|
|
1646
1773
|
{
|
|
1647
|
-
"
|
|
1648
|
-
"name": "container",
|
|
1774
|
+
"name": "crud-action-menu-name",
|
|
1649
1775
|
"type": {
|
|
1650
|
-
"text": "
|
|
1776
|
+
"text": "string"
|
|
1777
|
+
},
|
|
1778
|
+
"default": "'⋮'",
|
|
1779
|
+
"description": "The label of the crud action menu",
|
|
1780
|
+
"fieldName": "crudActionMenuName",
|
|
1781
|
+
"inheritedFrom": {
|
|
1782
|
+
"name": "EntityManagement",
|
|
1783
|
+
"module": "src/entities/entities.ts"
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"events": [
|
|
1788
|
+
{
|
|
1789
|
+
"description": "Fired when the request is changed",
|
|
1790
|
+
"name": "request-changed",
|
|
1791
|
+
"inheritedFrom": {
|
|
1792
|
+
"name": "EntityManagement",
|
|
1793
|
+
"module": "src/entities/entities.ts"
|
|
1651
1794
|
}
|
|
1652
1795
|
},
|
|
1653
1796
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"name": "
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
1797
|
+
"description": "Fired when the criteria is changed",
|
|
1798
|
+
"name": "criteria-changed",
|
|
1799
|
+
"inheritedFrom": {
|
|
1800
|
+
"name": "EntityManagement",
|
|
1801
|
+
"module": "src/entities/entities.ts"
|
|
1658
1802
|
}
|
|
1659
1803
|
},
|
|
1660
1804
|
{
|
|
1661
|
-
"
|
|
1662
|
-
"name": "
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
|
|
1666
|
-
|
|
1805
|
+
"description": "Fired when an entity is created",
|
|
1806
|
+
"name": "create-entity",
|
|
1807
|
+
"inheritedFrom": {
|
|
1808
|
+
"name": "EntityManagement",
|
|
1809
|
+
"module": "src/entities/entities.ts"
|
|
1810
|
+
}
|
|
1667
1811
|
},
|
|
1668
1812
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"name": "
|
|
1813
|
+
"description": "Fired when an entity is edited",
|
|
1814
|
+
"name": "edit-entity",
|
|
1815
|
+
"inheritedFrom": {
|
|
1816
|
+
"name": "EntityManagement",
|
|
1817
|
+
"module": "src/entities/entities.ts"
|
|
1818
|
+
}
|
|
1671
1819
|
},
|
|
1672
1820
|
{
|
|
1673
|
-
"
|
|
1674
|
-
"name": "
|
|
1821
|
+
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
1822
|
+
"name": "delete-entity",
|
|
1823
|
+
"inheritedFrom": {
|
|
1824
|
+
"name": "EntityManagement",
|
|
1825
|
+
"module": "src/entities/entities.ts"
|
|
1826
|
+
}
|
|
1675
1827
|
},
|
|
1676
1828
|
{
|
|
1677
|
-
"
|
|
1678
|
-
"name": "
|
|
1829
|
+
"description": "Fired when there is an error in a create, edit or delete operation",
|
|
1830
|
+
"name": "submit-failure",
|
|
1831
|
+
"inheritedFrom": {
|
|
1832
|
+
"name": "EntityManagement",
|
|
1833
|
+
"module": "src/entities/entities.ts"
|
|
1834
|
+
}
|
|
1679
1835
|
},
|
|
1680
1836
|
{
|
|
1681
|
-
"
|
|
1682
|
-
"name": "
|
|
1683
|
-
"
|
|
1837
|
+
"description": "Fired when a create, edit or delete operation is completed successfully",
|
|
1838
|
+
"name": "submit-success",
|
|
1839
|
+
"inheritedFrom": {
|
|
1840
|
+
"name": "EntityManagement",
|
|
1841
|
+
"module": "src/entities/entities.ts"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"description": "Fired when a row is clicked",
|
|
1846
|
+
"name": "rowClick",
|
|
1847
|
+
"inheritedFrom": {
|
|
1848
|
+
"name": "EntityManagement",
|
|
1849
|
+
"module": "src/entities/entities.ts"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"description": "Fired when a row is double clicked",
|
|
1854
|
+
"name": "rowDblClick",
|
|
1855
|
+
"inheritedFrom": {
|
|
1856
|
+
"name": "EntityManagement",
|
|
1857
|
+
"module": "src/entities/entities.ts"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"description": "Fired when a row is right clicked",
|
|
1862
|
+
"name": "contextMenu",
|
|
1863
|
+
"inheritedFrom": {
|
|
1864
|
+
"name": "EntityManagement",
|
|
1865
|
+
"module": "src/entities/entities.ts"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"description": "Fired when a row is selected",
|
|
1870
|
+
"name": "rowSelected",
|
|
1871
|
+
"inheritedFrom": {
|
|
1872
|
+
"name": "EntityManagement",
|
|
1873
|
+
"module": "src/entities/entities.ts"
|
|
1874
|
+
}
|
|
1684
1875
|
}
|
|
1685
|
-
]
|
|
1686
|
-
"superclass": {
|
|
1687
|
-
"name": "FASTElement",
|
|
1688
|
-
"package": "@microsoft/fast-element"
|
|
1689
|
-
},
|
|
1690
|
-
"customElement": true
|
|
1876
|
+
]
|
|
1691
1877
|
}
|
|
1692
1878
|
],
|
|
1693
1879
|
"exports": [
|
|
1694
1880
|
{
|
|
1695
1881
|
"kind": "js",
|
|
1696
|
-
"name": "
|
|
1882
|
+
"name": "Profiles",
|
|
1697
1883
|
"declaration": {
|
|
1698
|
-
"name": "
|
|
1699
|
-
"module": "src/
|
|
1884
|
+
"name": "Profiles",
|
|
1885
|
+
"module": "src/profiles/profiles.ts"
|
|
1700
1886
|
}
|
|
1701
1887
|
},
|
|
1702
1888
|
{
|
|
1703
1889
|
"kind": "custom-element-definition",
|
|
1890
|
+
"name": "profile-management",
|
|
1704
1891
|
"declaration": {
|
|
1705
|
-
"name": "
|
|
1706
|
-
"module": "src/
|
|
1892
|
+
"name": "Profiles",
|
|
1893
|
+
"module": "src/profiles/profiles.ts"
|
|
1707
1894
|
}
|
|
1708
1895
|
}
|
|
1709
1896
|
]
|
|
1710
1897
|
},
|
|
1711
1898
|
{
|
|
1712
1899
|
"kind": "javascript-module",
|
|
1713
|
-
"path": "src/
|
|
1900
|
+
"path": "src/entities/entities.styles.ts",
|
|
1714
1901
|
"declarations": [
|
|
1715
1902
|
{
|
|
1716
1903
|
"kind": "variable",
|
|
1717
|
-
"name": "
|
|
1718
|
-
"
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1904
|
+
"name": "styles",
|
|
1905
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n padding: 0 calc(var(--design-unit) * 2px);\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n min-height: 400px;\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n .crud-buttons {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .crud-buttons-wrapper {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n justify-content: flex-end;\n }\n\n .crud-buttons-wrapper-column,\n .crud-buttons-wrapper-top {\n flex: 1;\n padding: calc(var(--design-unit) * 2px) 0;\n }\n\n .crud-buttons-wrapper-bottom {\n padding: calc(var(--design-unit) * 2px);\n }\n`",
|
|
1906
|
+
"description": "Defines the css of the entity component as an ElementStyles object"
|
|
1907
|
+
}
|
|
1908
|
+
],
|
|
1909
|
+
"exports": [
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "js",
|
|
1912
|
+
"name": "styles",
|
|
1913
|
+
"declaration": {
|
|
1914
|
+
"name": "styles",
|
|
1915
|
+
"module": "src/entities/entities.styles.ts"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "javascript-module",
|
|
1922
|
+
"path": "src/entities/entities.template.ts",
|
|
1923
|
+
"declarations": [
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "function",
|
|
1926
|
+
"name": "crudButtonsTemplate",
|
|
1927
|
+
"parameters": [
|
|
1928
|
+
{
|
|
1929
|
+
"name": "prefix"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "position",
|
|
1933
|
+
"type": {
|
|
1934
|
+
"text": "CrudMenuPosition"
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"description": "Default crud buttons for Entity Management screen"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "function",
|
|
1942
|
+
"name": "getPrefixedEntities",
|
|
1943
|
+
"parameters": [
|
|
1944
|
+
{
|
|
1945
|
+
"name": "prefix"
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"description": "Defines the html of the entity component as a ViewTemplate object"
|
|
1722
1949
|
}
|
|
1723
1950
|
],
|
|
1724
1951
|
"exports": [
|
|
1725
1952
|
{
|
|
1726
1953
|
"kind": "js",
|
|
1727
|
-
"name": "
|
|
1954
|
+
"name": "crudButtonsTemplate",
|
|
1728
1955
|
"declaration": {
|
|
1729
|
-
"name": "
|
|
1730
|
-
"module": "src/
|
|
1956
|
+
"name": "crudButtonsTemplate",
|
|
1957
|
+
"module": "src/entities/entities.template.ts"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "js",
|
|
1962
|
+
"name": "getPrefixedEntities",
|
|
1963
|
+
"declaration": {
|
|
1964
|
+
"name": "getPrefixedEntities",
|
|
1965
|
+
"module": "src/entities/entities.template.ts"
|
|
1731
1966
|
}
|
|
1732
1967
|
}
|
|
1733
1968
|
]
|
|
1734
1969
|
},
|
|
1735
1970
|
{
|
|
1736
1971
|
"kind": "javascript-module",
|
|
1737
|
-
"path": "src/
|
|
1972
|
+
"path": "src/entities/entities.ts",
|
|
1738
1973
|
"declarations": [
|
|
1739
1974
|
{
|
|
1740
1975
|
"kind": "class",
|
|
1741
|
-
"description": "Main class which
|
|
1742
|
-
"name": "
|
|
1976
|
+
"description": "Main class which defines the entity management functionality",
|
|
1977
|
+
"name": "EntityManagement",
|
|
1743
1978
|
"members": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "method",
|
|
1746
|
-
"name": "readProfileData",
|
|
1747
|
-
"privacy": "public",
|
|
1748
|
-
"parameters": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "profile"
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "method",
|
|
1756
|
-
"name": "confirmDelete"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "field",
|
|
1760
|
-
"name": "createEvent",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "string"
|
|
1763
|
-
},
|
|
1764
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1765
|
-
"privacy": "public",
|
|
1766
|
-
"inheritedFrom": {
|
|
1767
|
-
"name": "EntityManagement",
|
|
1768
|
-
"module": "src/entities/entities.ts"
|
|
1769
|
-
}
|
|
1770
|
-
},
|
|
1771
1979
|
{
|
|
1772
1980
|
"kind": "field",
|
|
1773
|
-
"name": "
|
|
1981
|
+
"name": "prefix",
|
|
1774
1982
|
"type": {
|
|
1775
1983
|
"text": "string"
|
|
1776
1984
|
},
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
"name": "EntityManagement",
|
|
1781
|
-
"module": "src/entities/entities.ts"
|
|
1782
|
-
}
|
|
1985
|
+
"default": "'zero'",
|
|
1986
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1987
|
+
"privacy": "public"
|
|
1783
1988
|
},
|
|
1784
1989
|
{
|
|
1785
1990
|
"kind": "field",
|
|
1786
|
-
"name": "
|
|
1991
|
+
"name": "resourceName",
|
|
1787
1992
|
"type": {
|
|
1788
1993
|
"text": "string"
|
|
1789
1994
|
},
|
|
1790
|
-
"description": "Name of the
|
|
1791
|
-
"privacy": "public"
|
|
1792
|
-
"inheritedFrom": {
|
|
1793
|
-
"name": "EntityManagement",
|
|
1794
|
-
"module": "src/entities/entities.ts"
|
|
1795
|
-
}
|
|
1995
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1996
|
+
"privacy": "public"
|
|
1796
1997
|
},
|
|
1797
1998
|
{
|
|
1798
1999
|
"kind": "field",
|
|
1799
|
-
"name": "
|
|
2000
|
+
"name": "readEvent",
|
|
1800
2001
|
"type": {
|
|
1801
2002
|
"text": "string"
|
|
1802
2003
|
},
|
|
1803
|
-
"description": "
|
|
1804
|
-
"privacy": "public"
|
|
1805
|
-
"default": "'entity_profiles_management'",
|
|
1806
|
-
"inheritedFrom": {
|
|
1807
|
-
"name": "EntityManagement",
|
|
1808
|
-
"module": "src/entities/entities.ts"
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"kind": "field",
|
|
1813
|
-
"name": "updateFormUiSchema",
|
|
1814
|
-
"type": {
|
|
1815
|
-
"text": "UiSchema"
|
|
1816
|
-
},
|
|
1817
|
-
"description": "Enables you to supply a schema to configure an update form.",
|
|
1818
|
-
"privacy": "public",
|
|
1819
|
-
"default": "editProfileFormSchema",
|
|
1820
|
-
"inheritedFrom": {
|
|
1821
|
-
"name": "EntityManagement",
|
|
1822
|
-
"module": "src/entities/entities.ts"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "field",
|
|
1827
|
-
"name": "createFormUiSchema",
|
|
1828
|
-
"type": {
|
|
1829
|
-
"text": "UiSchema"
|
|
1830
|
-
},
|
|
1831
|
-
"description": "Enables you to supply a schema to configure an insert form.",
|
|
1832
|
-
"privacy": "public",
|
|
1833
|
-
"default": "editProfileFormSchema",
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "EntityManagement",
|
|
1836
|
-
"module": "src/entities/entities.ts"
|
|
1837
|
-
}
|
|
2004
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
2005
|
+
"privacy": "public"
|
|
1838
2006
|
},
|
|
1839
2007
|
{
|
|
1840
2008
|
"kind": "field",
|
|
@@ -1854,80 +2022,52 @@
|
|
|
1854
2022
|
"text": ""
|
|
1855
2023
|
}
|
|
1856
2024
|
},
|
|
1857
|
-
"privacy": "public"
|
|
1858
|
-
"inheritedFrom": {
|
|
1859
|
-
"name": "EntityManagement",
|
|
1860
|
-
"module": "src/entities/entities.ts"
|
|
1861
|
-
}
|
|
2025
|
+
"privacy": "public"
|
|
1862
2026
|
},
|
|
1863
2027
|
{
|
|
1864
2028
|
"kind": "field",
|
|
1865
|
-
"name": "
|
|
2029
|
+
"name": "updateEvent",
|
|
1866
2030
|
"type": {
|
|
1867
2031
|
"text": "string"
|
|
1868
2032
|
},
|
|
1869
|
-
"description": "Name of the
|
|
1870
|
-
"privacy": "public"
|
|
1871
|
-
"default": "'ALL_PROFILES'",
|
|
1872
|
-
"inheritedFrom": {
|
|
1873
|
-
"name": "EntityManagement",
|
|
1874
|
-
"module": "src/entities/entities.ts"
|
|
1875
|
-
}
|
|
2033
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2034
|
+
"privacy": "public"
|
|
1876
2035
|
},
|
|
1877
2036
|
{
|
|
1878
2037
|
"kind": "field",
|
|
1879
|
-
"name": "
|
|
2038
|
+
"name": "deleteEvent",
|
|
1880
2039
|
"type": {
|
|
1881
2040
|
"text": "string"
|
|
1882
2041
|
},
|
|
1883
|
-
"description": "
|
|
1884
|
-
"privacy": "public"
|
|
1885
|
-
"default": "'Profile Management'",
|
|
1886
|
-
"inheritedFrom": {
|
|
1887
|
-
"name": "EntityManagement",
|
|
1888
|
-
"module": "src/entities/entities.ts"
|
|
1889
|
-
}
|
|
2042
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2043
|
+
"privacy": "public"
|
|
1890
2044
|
},
|
|
1891
2045
|
{
|
|
1892
2046
|
"kind": "field",
|
|
1893
|
-
"name": "
|
|
2047
|
+
"name": "createEvent",
|
|
1894
2048
|
"type": {
|
|
1895
2049
|
"text": "string"
|
|
1896
2050
|
},
|
|
1897
|
-
"description": "
|
|
1898
|
-
"privacy": "public"
|
|
1899
|
-
"default": "'Profile'",
|
|
1900
|
-
"inheritedFrom": {
|
|
1901
|
-
"name": "EntityManagement",
|
|
1902
|
-
"module": "src/entities/entities.ts"
|
|
1903
|
-
}
|
|
2051
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2052
|
+
"privacy": "public"
|
|
1904
2053
|
},
|
|
1905
2054
|
{
|
|
1906
2055
|
"kind": "field",
|
|
1907
|
-
"name": "
|
|
2056
|
+
"name": "title",
|
|
1908
2057
|
"type": {
|
|
1909
2058
|
"text": "string"
|
|
1910
2059
|
},
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
"privacy": "public",
|
|
1914
|
-
"inheritedFrom": {
|
|
1915
|
-
"name": "EntityManagement",
|
|
1916
|
-
"module": "src/entities/entities.ts"
|
|
1917
|
-
}
|
|
2060
|
+
"description": "Title of the grid",
|
|
2061
|
+
"privacy": "public"
|
|
1918
2062
|
},
|
|
1919
2063
|
{
|
|
1920
2064
|
"kind": "field",
|
|
1921
|
-
"name": "
|
|
2065
|
+
"name": "entityLabel",
|
|
1922
2066
|
"type": {
|
|
1923
2067
|
"text": "string"
|
|
1924
2068
|
},
|
|
1925
|
-
"description": "
|
|
1926
|
-
"privacy": "public"
|
|
1927
|
-
"inheritedFrom": {
|
|
1928
|
-
"name": "EntityManagement",
|
|
1929
|
-
"module": "src/entities/entities.ts"
|
|
1930
|
-
}
|
|
2069
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
2070
|
+
"privacy": "public"
|
|
1931
2071
|
},
|
|
1932
2072
|
{
|
|
1933
2073
|
"kind": "field",
|
|
@@ -1937,11 +2077,7 @@
|
|
|
1937
2077
|
},
|
|
1938
2078
|
"default": "'single'",
|
|
1939
2079
|
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1940
|
-
"privacy": "public"
|
|
1941
|
-
"inheritedFrom": {
|
|
1942
|
-
"name": "EntityManagement",
|
|
1943
|
-
"module": "src/entities/entities.ts"
|
|
1944
|
-
}
|
|
2080
|
+
"privacy": "public"
|
|
1945
2081
|
},
|
|
1946
2082
|
{
|
|
1947
2083
|
"kind": "field",
|
|
@@ -1951,11 +2087,7 @@
|
|
|
1951
2087
|
},
|
|
1952
2088
|
"default": "false",
|
|
1953
2089
|
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1954
|
-
"privacy": "public"
|
|
1955
|
-
"inheritedFrom": {
|
|
1956
|
-
"name": "EntityManagement",
|
|
1957
|
-
"module": "src/entities/entities.ts"
|
|
1958
|
-
}
|
|
2090
|
+
"privacy": "public"
|
|
1959
2091
|
},
|
|
1960
2092
|
{
|
|
1961
2093
|
"kind": "field",
|
|
@@ -1965,11 +2097,7 @@
|
|
|
1965
2097
|
},
|
|
1966
2098
|
"default": "false",
|
|
1967
2099
|
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
1968
|
-
"privacy": "public"
|
|
1969
|
-
"inheritedFrom": {
|
|
1970
|
-
"name": "EntityManagement",
|
|
1971
|
-
"module": "src/entities/entities.ts"
|
|
1972
|
-
}
|
|
2100
|
+
"privacy": "public"
|
|
1973
2101
|
},
|
|
1974
2102
|
{
|
|
1975
2103
|
"kind": "field",
|
|
@@ -1979,11 +2107,16 @@
|
|
|
1979
2107
|
},
|
|
1980
2108
|
"default": "'client'",
|
|
1981
2109
|
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
1982
|
-
"privacy": "public"
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
2110
|
+
"privacy": "public"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "field",
|
|
2114
|
+
"name": "persistColumnStateKey",
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "string"
|
|
2117
|
+
},
|
|
2118
|
+
"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.",
|
|
2119
|
+
"privacy": "public"
|
|
1987
2120
|
},
|
|
1988
2121
|
{
|
|
1989
2122
|
"kind": "field",
|
|
@@ -1992,11 +2125,7 @@
|
|
|
1992
2125
|
"text": "GridOptions"
|
|
1993
2126
|
},
|
|
1994
2127
|
"description": "GridOptions to be passed down from application",
|
|
1995
|
-
"privacy": "public"
|
|
1996
|
-
"inheritedFrom": {
|
|
1997
|
-
"name": "EntityManagement",
|
|
1998
|
-
"module": "src/entities/entities.ts"
|
|
1999
|
-
}
|
|
2128
|
+
"privacy": "public"
|
|
2000
2129
|
},
|
|
2001
2130
|
{
|
|
2002
2131
|
"kind": "field",
|
|
@@ -2005,11 +2134,7 @@
|
|
|
2005
2134
|
"text": "ColDef[]"
|
|
2006
2135
|
},
|
|
2007
2136
|
"description": "Array which holds the column definitions.",
|
|
2008
|
-
"privacy": "public"
|
|
2009
|
-
"inheritedFrom": {
|
|
2010
|
-
"name": "EntityManagement",
|
|
2011
|
-
"module": "src/entities/entities.ts"
|
|
2012
|
-
}
|
|
2137
|
+
"privacy": "public"
|
|
2013
2138
|
},
|
|
2014
2139
|
{
|
|
2015
2140
|
"kind": "field",
|
|
@@ -2018,25 +2143,35 @@
|
|
|
2018
2143
|
"text": "DatasourceConfiguration"
|
|
2019
2144
|
},
|
|
2020
2145
|
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
2021
|
-
"privacy": "public"
|
|
2022
|
-
"inheritedFrom": {
|
|
2023
|
-
"name": "EntityManagement",
|
|
2024
|
-
"module": "src/entities/entities.ts"
|
|
2025
|
-
}
|
|
2146
|
+
"privacy": "public"
|
|
2026
2147
|
},
|
|
2027
2148
|
{
|
|
2028
2149
|
"kind": "field",
|
|
2029
|
-
"name": "
|
|
2150
|
+
"name": "createFormUiSchema",
|
|
2030
2151
|
"type": {
|
|
2031
|
-
"text": "
|
|
2152
|
+
"text": "UiSchema"
|
|
2032
2153
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2154
|
+
"description": "Enables you to supply a schema to configure an insert form.",
|
|
2155
|
+
"privacy": "public"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "field",
|
|
2159
|
+
"name": "updateFormUiSchema",
|
|
2160
|
+
"type": {
|
|
2161
|
+
"text": "UiSchema"
|
|
2162
|
+
},
|
|
2163
|
+
"description": "Enables you to supply a schema to configure an update form.",
|
|
2164
|
+
"privacy": "public"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "field",
|
|
2168
|
+
"name": "formRenderers",
|
|
2169
|
+
"type": {
|
|
2170
|
+
"text": "RendererEntry[]"
|
|
2171
|
+
},
|
|
2172
|
+
"default": "renderers",
|
|
2173
|
+
"description": "Array with renderers used by foundation-forms",
|
|
2174
|
+
"privacy": "public"
|
|
2040
2175
|
},
|
|
2041
2176
|
{
|
|
2042
2177
|
"kind": "field",
|
|
@@ -2045,20 +2180,12 @@
|
|
|
2045
2180
|
"text": "Record<string, unknown>"
|
|
2046
2181
|
},
|
|
2047
2182
|
"description": "The default values to populate the form with when the user is adding an entity",
|
|
2048
|
-
"privacy": "public"
|
|
2049
|
-
"inheritedFrom": {
|
|
2050
|
-
"name": "EntityManagement",
|
|
2051
|
-
"module": "src/entities/entities.ts"
|
|
2052
|
-
}
|
|
2183
|
+
"privacy": "public"
|
|
2053
2184
|
},
|
|
2054
2185
|
{
|
|
2055
2186
|
"kind": "method",
|
|
2056
2187
|
"name": "editModalVisibleChanged",
|
|
2057
|
-
"privacy": "private"
|
|
2058
|
-
"inheritedFrom": {
|
|
2059
|
-
"name": "EntityManagement",
|
|
2060
|
-
"module": "src/entities/entities.ts"
|
|
2061
|
-
}
|
|
2188
|
+
"privacy": "private"
|
|
2062
2189
|
},
|
|
2063
2190
|
{
|
|
2064
2191
|
"kind": "field",
|
|
@@ -2067,11 +2194,7 @@
|
|
|
2067
2194
|
"text": "boolean"
|
|
2068
2195
|
},
|
|
2069
2196
|
"description": "Resizes columns to take available space",
|
|
2070
|
-
"privacy": "public"
|
|
2071
|
-
"inheritedFrom": {
|
|
2072
|
-
"name": "EntityManagement",
|
|
2073
|
-
"module": "src/entities/entities.ts"
|
|
2074
|
-
}
|
|
2197
|
+
"privacy": "public"
|
|
2075
2198
|
},
|
|
2076
2199
|
{
|
|
2077
2200
|
"kind": "field",
|
|
@@ -2080,11 +2203,7 @@
|
|
|
2080
2203
|
"text": "boolean"
|
|
2081
2204
|
},
|
|
2082
2205
|
"description": "Enables filter bar component",
|
|
2083
|
-
"privacy": "public"
|
|
2084
|
-
"inheritedFrom": {
|
|
2085
|
-
"name": "EntityManagement",
|
|
2086
|
-
"module": "src/entities/entities.ts"
|
|
2087
|
-
}
|
|
2206
|
+
"privacy": "public"
|
|
2088
2207
|
},
|
|
2089
2208
|
{
|
|
2090
2209
|
"kind": "field",
|
|
@@ -2094,11 +2213,7 @@
|
|
|
2094
2213
|
},
|
|
2095
2214
|
"default": "false",
|
|
2096
2215
|
"description": "Hides edit button",
|
|
2097
|
-
"privacy": "public"
|
|
2098
|
-
"inheritedFrom": {
|
|
2099
|
-
"name": "EntityManagement",
|
|
2100
|
-
"module": "src/entities/entities.ts"
|
|
2101
|
-
}
|
|
2216
|
+
"privacy": "public"
|
|
2102
2217
|
},
|
|
2103
2218
|
{
|
|
2104
2219
|
"kind": "field",
|
|
@@ -2108,11 +2223,7 @@
|
|
|
2108
2223
|
},
|
|
2109
2224
|
"default": "false",
|
|
2110
2225
|
"description": "Hides delete button",
|
|
2111
|
-
"privacy": "public"
|
|
2112
|
-
"inheritedFrom": {
|
|
2113
|
-
"name": "EntityManagement",
|
|
2114
|
-
"module": "src/entities/entities.ts"
|
|
2115
|
-
}
|
|
2226
|
+
"privacy": "public"
|
|
2116
2227
|
},
|
|
2117
2228
|
{
|
|
2118
2229
|
"kind": "field",
|
|
@@ -2122,11 +2233,7 @@
|
|
|
2122
2233
|
},
|
|
2123
2234
|
"default": "false",
|
|
2124
2235
|
"description": "This attribute controls whether to enable the search-bar.",
|
|
2125
|
-
"privacy": "public"
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "EntityManagement",
|
|
2128
|
-
"module": "src/entities/entities.ts"
|
|
2129
|
-
}
|
|
2236
|
+
"privacy": "public"
|
|
2130
2237
|
},
|
|
2131
2238
|
{
|
|
2132
2239
|
"kind": "field",
|
|
@@ -2135,11 +2242,7 @@
|
|
|
2135
2242
|
"text": "GridProCaseType"
|
|
2136
2243
|
},
|
|
2137
2244
|
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2138
|
-
"privacy": "public"
|
|
2139
|
-
"inheritedFrom": {
|
|
2140
|
-
"name": "EntityManagement",
|
|
2141
|
-
"module": "src/entities/entities.ts"
|
|
2142
|
-
}
|
|
2245
|
+
"privacy": "public"
|
|
2143
2246
|
},
|
|
2144
2247
|
{
|
|
2145
2248
|
"kind": "field",
|
|
@@ -2147,11 +2250,7 @@
|
|
|
2147
2250
|
"type": {
|
|
2148
2251
|
"text": "AvailableOption[]"
|
|
2149
2252
|
},
|
|
2150
|
-
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public"
|
|
2151
|
-
"inheritedFrom": {
|
|
2152
|
-
"name": "EntityManagement",
|
|
2153
|
-
"module": "src/entities/entities.ts"
|
|
2154
|
-
}
|
|
2253
|
+
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public"
|
|
2155
2254
|
},
|
|
2156
2255
|
{
|
|
2157
2256
|
"kind": "field",
|
|
@@ -2161,11 +2260,7 @@
|
|
|
2161
2260
|
},
|
|
2162
2261
|
"default": "'right'",
|
|
2163
2262
|
"description": "Determines where the modal dialog will appear on screen",
|
|
2164
|
-
"privacy": "public"
|
|
2165
|
-
"inheritedFrom": {
|
|
2166
|
-
"name": "EntityManagement",
|
|
2167
|
-
"module": "src/entities/entities.ts"
|
|
2168
|
-
}
|
|
2263
|
+
"privacy": "public"
|
|
2169
2264
|
},
|
|
2170
2265
|
{
|
|
2171
2266
|
"kind": "field",
|
|
@@ -2174,11 +2269,7 @@
|
|
|
2174
2269
|
"text": "CrudMenuPosition"
|
|
2175
2270
|
},
|
|
2176
2271
|
"description": "Determines where the buttons will appear",
|
|
2177
|
-
"privacy": "public"
|
|
2178
|
-
"inheritedFrom": {
|
|
2179
|
-
"name": "EntityManagement",
|
|
2180
|
-
"module": "src/entities/entities.ts"
|
|
2181
|
-
}
|
|
2272
|
+
"privacy": "public"
|
|
2182
2273
|
},
|
|
2183
2274
|
{
|
|
2184
2275
|
"kind": "field",
|
|
@@ -2187,11 +2278,7 @@
|
|
|
2187
2278
|
"text": "ActionsMenuStyle"
|
|
2188
2279
|
},
|
|
2189
2280
|
"description": "Determines the style of the buttons",
|
|
2190
|
-
"privacy": "public"
|
|
2191
|
-
"inheritedFrom": {
|
|
2192
|
-
"name": "EntityManagement",
|
|
2193
|
-
"module": "src/entities/entities.ts"
|
|
2194
|
-
}
|
|
2281
|
+
"privacy": "public"
|
|
2195
2282
|
},
|
|
2196
2283
|
{
|
|
2197
2284
|
"kind": "field",
|
|
@@ -2200,11 +2287,7 @@
|
|
|
2200
2287
|
"text": "string"
|
|
2201
2288
|
},
|
|
2202
2289
|
"default": "'⋮'",
|
|
2203
|
-
"description": "The label of the crud action menu"
|
|
2204
|
-
"inheritedFrom": {
|
|
2205
|
-
"name": "EntityManagement",
|
|
2206
|
-
"module": "src/entities/entities.ts"
|
|
2207
|
-
}
|
|
2290
|
+
"description": "The label of the crud action menu"
|
|
2208
2291
|
},
|
|
2209
2292
|
{
|
|
2210
2293
|
"kind": "method",
|
|
@@ -2217,11 +2300,7 @@
|
|
|
2217
2300
|
"text": "CustomEvent"
|
|
2218
2301
|
}
|
|
2219
2302
|
}
|
|
2220
|
-
]
|
|
2221
|
-
"inheritedFrom": {
|
|
2222
|
-
"name": "EntityManagement",
|
|
2223
|
-
"module": "src/entities/entities.ts"
|
|
2224
|
-
}
|
|
2303
|
+
]
|
|
2225
2304
|
},
|
|
2226
2305
|
{
|
|
2227
2306
|
"kind": "method",
|
|
@@ -2234,11 +2313,7 @@
|
|
|
2234
2313
|
"text": "SelectedOption<string>[]"
|
|
2235
2314
|
}
|
|
2236
2315
|
}
|
|
2237
|
-
]
|
|
2238
|
-
"inheritedFrom": {
|
|
2239
|
-
"name": "EntityManagement",
|
|
2240
|
-
"module": "src/entities/entities.ts"
|
|
2241
|
-
}
|
|
2316
|
+
]
|
|
2242
2317
|
},
|
|
2243
2318
|
{
|
|
2244
2319
|
"kind": "method",
|
|
@@ -2251,11 +2326,7 @@
|
|
|
2251
2326
|
"text": "SelectedOption<string>[]"
|
|
2252
2327
|
}
|
|
2253
2328
|
}
|
|
2254
|
-
]
|
|
2255
|
-
"inheritedFrom": {
|
|
2256
|
-
"name": "EntityManagement",
|
|
2257
|
-
"module": "src/entities/entities.ts"
|
|
2258
|
-
}
|
|
2329
|
+
]
|
|
2259
2330
|
},
|
|
2260
2331
|
{
|
|
2261
2332
|
"kind": "method",
|
|
@@ -2268,11 +2339,7 @@
|
|
|
2268
2339
|
"text": "CustomEvent<string>"
|
|
2269
2340
|
}
|
|
2270
2341
|
}
|
|
2271
|
-
]
|
|
2272
|
-
"inheritedFrom": {
|
|
2273
|
-
"name": "EntityManagement",
|
|
2274
|
-
"module": "src/entities/entities.ts"
|
|
2275
|
-
}
|
|
2342
|
+
]
|
|
2276
2343
|
},
|
|
2277
2344
|
{
|
|
2278
2345
|
"kind": "method",
|
|
@@ -2285,11 +2352,7 @@
|
|
|
2285
2352
|
"text": "CustomEvent<string>"
|
|
2286
2353
|
}
|
|
2287
2354
|
}
|
|
2288
|
-
]
|
|
2289
|
-
"inheritedFrom": {
|
|
2290
|
-
"name": "EntityManagement",
|
|
2291
|
-
"module": "src/entities/entities.ts"
|
|
2292
|
-
}
|
|
2355
|
+
]
|
|
2293
2356
|
},
|
|
2294
2357
|
{
|
|
2295
2358
|
"kind": "method",
|
|
@@ -2302,11 +2365,7 @@
|
|
|
2302
2365
|
"text": "CustomEvent"
|
|
2303
2366
|
}
|
|
2304
2367
|
}
|
|
2305
|
-
]
|
|
2306
|
-
"inheritedFrom": {
|
|
2307
|
-
"name": "EntityManagement",
|
|
2308
|
-
"module": "src/entities/entities.ts"
|
|
2309
|
-
}
|
|
2368
|
+
]
|
|
2310
2369
|
},
|
|
2311
2370
|
{
|
|
2312
2371
|
"kind": "method",
|
|
@@ -2319,29 +2378,60 @@
|
|
|
2319
2378
|
"text": "CustomEvent"
|
|
2320
2379
|
}
|
|
2321
2380
|
}
|
|
2322
|
-
]
|
|
2323
|
-
"inheritedFrom": {
|
|
2324
|
-
"name": "EntityManagement",
|
|
2325
|
-
"module": "src/entities/entities.ts"
|
|
2326
|
-
}
|
|
2381
|
+
]
|
|
2327
2382
|
},
|
|
2328
2383
|
{
|
|
2329
2384
|
"kind": "method",
|
|
2330
2385
|
"name": "showDeleteConfirmation",
|
|
2331
|
-
"privacy": "private"
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2386
|
+
"privacy": "private"
|
|
2387
|
+
}
|
|
2388
|
+
],
|
|
2389
|
+
"events": [
|
|
2390
|
+
{
|
|
2391
|
+
"description": "Fired when the request is changed",
|
|
2392
|
+
"name": "request-changed"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"description": "Fired when the criteria is changed",
|
|
2396
|
+
"name": "criteria-changed"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"description": "Fired when an entity is created",
|
|
2400
|
+
"name": "create-entity"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"description": "Fired when an entity is edited",
|
|
2404
|
+
"name": "edit-entity"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
2408
|
+
"name": "delete-entity"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"description": "Fired when there is an error in a create, edit or delete operation",
|
|
2412
|
+
"name": "submit-failure"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"description": "Fired when a create, edit or delete operation is completed successfully",
|
|
2416
|
+
"name": "submit-success"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"description": "Fired when a row is clicked",
|
|
2420
|
+
"name": "rowClick"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"description": "Fired when a row is double clicked",
|
|
2424
|
+
"name": "rowDblClick"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"description": "Fired when a row is right clicked",
|
|
2428
|
+
"name": "contextMenu"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"description": "Fired when a row is selected",
|
|
2432
|
+
"name": "rowSelected"
|
|
2336
2433
|
}
|
|
2337
2434
|
],
|
|
2338
|
-
"superclass": {
|
|
2339
|
-
"name": "EntityManagement",
|
|
2340
|
-
"module": "/src/entities"
|
|
2341
|
-
},
|
|
2342
|
-
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2343
|
-
"tagName": "profile-management",
|
|
2344
|
-
"customElement": true,
|
|
2345
2435
|
"attributes": [
|
|
2346
2436
|
{
|
|
2347
2437
|
"name": "design-system-prefix",
|
|
@@ -2350,11 +2440,7 @@
|
|
|
2350
2440
|
},
|
|
2351
2441
|
"default": "'zero'",
|
|
2352
2442
|
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2353
|
-
"fieldName": "prefix"
|
|
2354
|
-
"inheritedFrom": {
|
|
2355
|
-
"name": "EntityManagement",
|
|
2356
|
-
"module": "src/entities/entities.ts"
|
|
2357
|
-
}
|
|
2443
|
+
"fieldName": "prefix"
|
|
2358
2444
|
},
|
|
2359
2445
|
{
|
|
2360
2446
|
"name": "resourceName",
|
|
@@ -2362,11 +2448,7 @@
|
|
|
2362
2448
|
"text": "string"
|
|
2363
2449
|
},
|
|
2364
2450
|
"description": "Name of the backend resource which contain the entities to manage",
|
|
2365
|
-
"fieldName": "resourceName"
|
|
2366
|
-
"inheritedFrom": {
|
|
2367
|
-
"name": "EntityManagement",
|
|
2368
|
-
"module": "src/entities/entities.ts"
|
|
2369
|
-
}
|
|
2451
|
+
"fieldName": "resourceName"
|
|
2370
2452
|
},
|
|
2371
2453
|
{
|
|
2372
2454
|
"name": "readEvent",
|
|
@@ -2374,11 +2456,7 @@
|
|
|
2374
2456
|
"text": "string"
|
|
2375
2457
|
},
|
|
2376
2458
|
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
2377
|
-
"fieldName": "readEvent"
|
|
2378
|
-
"inheritedFrom": {
|
|
2379
|
-
"name": "EntityManagement",
|
|
2380
|
-
"module": "src/entities/entities.ts"
|
|
2381
|
-
}
|
|
2459
|
+
"fieldName": "readEvent"
|
|
2382
2460
|
},
|
|
2383
2461
|
{
|
|
2384
2462
|
"name": "updateEvent",
|
|
@@ -2386,11 +2464,7 @@
|
|
|
2386
2464
|
"text": "string"
|
|
2387
2465
|
},
|
|
2388
2466
|
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2389
|
-
"fieldName": "updateEvent"
|
|
2390
|
-
"inheritedFrom": {
|
|
2391
|
-
"name": "EntityManagement",
|
|
2392
|
-
"module": "src/entities/entities.ts"
|
|
2393
|
-
}
|
|
2467
|
+
"fieldName": "updateEvent"
|
|
2394
2468
|
},
|
|
2395
2469
|
{
|
|
2396
2470
|
"name": "deleteEvent",
|
|
@@ -2398,11 +2472,7 @@
|
|
|
2398
2472
|
"text": "string"
|
|
2399
2473
|
},
|
|
2400
2474
|
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2401
|
-
"fieldName": "deleteEvent"
|
|
2402
|
-
"inheritedFrom": {
|
|
2403
|
-
"name": "EntityManagement",
|
|
2404
|
-
"module": "src/entities/entities.ts"
|
|
2405
|
-
}
|
|
2475
|
+
"fieldName": "deleteEvent"
|
|
2406
2476
|
},
|
|
2407
2477
|
{
|
|
2408
2478
|
"name": "createEvent",
|
|
@@ -2410,11 +2480,7 @@
|
|
|
2410
2480
|
"text": "string"
|
|
2411
2481
|
},
|
|
2412
2482
|
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2413
|
-
"fieldName": "createEvent"
|
|
2414
|
-
"inheritedFrom": {
|
|
2415
|
-
"name": "EntityManagement",
|
|
2416
|
-
"module": "src/entities/entities.ts"
|
|
2417
|
-
}
|
|
2483
|
+
"fieldName": "createEvent"
|
|
2418
2484
|
},
|
|
2419
2485
|
{
|
|
2420
2486
|
"name": "title",
|
|
@@ -2422,11 +2488,7 @@
|
|
|
2422
2488
|
"text": "string"
|
|
2423
2489
|
},
|
|
2424
2490
|
"description": "Title of the grid",
|
|
2425
|
-
"fieldName": "title"
|
|
2426
|
-
"inheritedFrom": {
|
|
2427
|
-
"name": "EntityManagement",
|
|
2428
|
-
"module": "src/entities/entities.ts"
|
|
2429
|
-
}
|
|
2491
|
+
"fieldName": "title"
|
|
2430
2492
|
},
|
|
2431
2493
|
{
|
|
2432
2494
|
"name": "entityLabel",
|
|
@@ -2434,11 +2496,7 @@
|
|
|
2434
2496
|
"text": "string"
|
|
2435
2497
|
},
|
|
2436
2498
|
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
2437
|
-
"fieldName": "entityLabel"
|
|
2438
|
-
"inheritedFrom": {
|
|
2439
|
-
"name": "EntityManagement",
|
|
2440
|
-
"module": "src/entities/entities.ts"
|
|
2441
|
-
}
|
|
2499
|
+
"fieldName": "entityLabel"
|
|
2442
2500
|
},
|
|
2443
2501
|
{
|
|
2444
2502
|
"name": "row-selection",
|
|
@@ -2447,11 +2505,7 @@
|
|
|
2447
2505
|
},
|
|
2448
2506
|
"default": "'single'",
|
|
2449
2507
|
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2450
|
-
"fieldName": "rowSelection"
|
|
2451
|
-
"inheritedFrom": {
|
|
2452
|
-
"name": "EntityManagement",
|
|
2453
|
-
"module": "src/entities/entities.ts"
|
|
2454
|
-
}
|
|
2508
|
+
"fieldName": "rowSelection"
|
|
2455
2509
|
},
|
|
2456
2510
|
{
|
|
2457
2511
|
"name": "enable-cell-flashing",
|
|
@@ -2460,11 +2514,7 @@
|
|
|
2460
2514
|
},
|
|
2461
2515
|
"default": "false",
|
|
2462
2516
|
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2463
|
-
"fieldName": "enableCellFlashing"
|
|
2464
|
-
"inheritedFrom": {
|
|
2465
|
-
"name": "EntityManagement",
|
|
2466
|
-
"module": "src/entities/entities.ts"
|
|
2467
|
-
}
|
|
2517
|
+
"fieldName": "enableCellFlashing"
|
|
2468
2518
|
},
|
|
2469
2519
|
{
|
|
2470
2520
|
"name": "enable-row-flashing",
|
|
@@ -2473,11 +2523,7 @@
|
|
|
2473
2523
|
},
|
|
2474
2524
|
"default": "false",
|
|
2475
2525
|
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2476
|
-
"fieldName": "enableRowFlashing"
|
|
2477
|
-
"inheritedFrom": {
|
|
2478
|
-
"name": "EntityManagement",
|
|
2479
|
-
"module": "src/entities/entities.ts"
|
|
2480
|
-
}
|
|
2526
|
+
"fieldName": "enableRowFlashing"
|
|
2481
2527
|
},
|
|
2482
2528
|
{
|
|
2483
2529
|
"name": "datasource-type",
|
|
@@ -2486,11 +2532,7 @@
|
|
|
2486
2532
|
},
|
|
2487
2533
|
"default": "'client'",
|
|
2488
2534
|
"description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
2489
|
-
"fieldName": "datasourceType"
|
|
2490
|
-
"inheritedFrom": {
|
|
2491
|
-
"name": "EntityManagement",
|
|
2492
|
-
"module": "src/entities/entities.ts"
|
|
2493
|
-
}
|
|
2535
|
+
"fieldName": "datasourceType"
|
|
2494
2536
|
},
|
|
2495
2537
|
{
|
|
2496
2538
|
"name": "persist-column-state-key",
|
|
@@ -2498,11 +2540,7 @@
|
|
|
2498
2540
|
"text": "string"
|
|
2499
2541
|
},
|
|
2500
2542
|
"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.",
|
|
2501
|
-
"fieldName": "persistColumnStateKey"
|
|
2502
|
-
"inheritedFrom": {
|
|
2503
|
-
"name": "EntityManagement",
|
|
2504
|
-
"module": "src/entities/entities.ts"
|
|
2505
|
-
}
|
|
2543
|
+
"fieldName": "persistColumnStateKey"
|
|
2506
2544
|
},
|
|
2507
2545
|
{
|
|
2508
2546
|
"name": "size-columns-to-fit",
|
|
@@ -2510,11 +2548,7 @@
|
|
|
2510
2548
|
"text": "boolean"
|
|
2511
2549
|
},
|
|
2512
2550
|
"description": "Resizes columns to take available space",
|
|
2513
|
-
"fieldName": "sizeColumnsToFit"
|
|
2514
|
-
"inheritedFrom": {
|
|
2515
|
-
"name": "EntityManagement",
|
|
2516
|
-
"module": "src/entities/entities.ts"
|
|
2517
|
-
}
|
|
2551
|
+
"fieldName": "sizeColumnsToFit"
|
|
2518
2552
|
},
|
|
2519
2553
|
{
|
|
2520
2554
|
"name": "enable-filter-bar",
|
|
@@ -2522,11 +2556,7 @@
|
|
|
2522
2556
|
"text": "boolean"
|
|
2523
2557
|
},
|
|
2524
2558
|
"description": "Enables filter bar component",
|
|
2525
|
-
"fieldName": "enableFilterBar"
|
|
2526
|
-
"inheritedFrom": {
|
|
2527
|
-
"name": "EntityManagement",
|
|
2528
|
-
"module": "src/entities/entities.ts"
|
|
2529
|
-
}
|
|
2559
|
+
"fieldName": "enableFilterBar"
|
|
2530
2560
|
},
|
|
2531
2561
|
{
|
|
2532
2562
|
"name": "hide-edit",
|
|
@@ -2535,11 +2565,7 @@
|
|
|
2535
2565
|
},
|
|
2536
2566
|
"default": "false",
|
|
2537
2567
|
"description": "Hides edit button",
|
|
2538
|
-
"fieldName": "hideEdit"
|
|
2539
|
-
"inheritedFrom": {
|
|
2540
|
-
"name": "EntityManagement",
|
|
2541
|
-
"module": "src/entities/entities.ts"
|
|
2542
|
-
}
|
|
2568
|
+
"fieldName": "hideEdit"
|
|
2543
2569
|
},
|
|
2544
2570
|
{
|
|
2545
2571
|
"name": "hide-delete",
|
|
@@ -2548,11 +2574,7 @@
|
|
|
2548
2574
|
},
|
|
2549
2575
|
"default": "false",
|
|
2550
2576
|
"description": "Hides delete button",
|
|
2551
|
-
"fieldName": "hideDelete"
|
|
2552
|
-
"inheritedFrom": {
|
|
2553
|
-
"name": "EntityManagement",
|
|
2554
|
-
"module": "src/entities/entities.ts"
|
|
2555
|
-
}
|
|
2577
|
+
"fieldName": "hideDelete"
|
|
2556
2578
|
},
|
|
2557
2579
|
{
|
|
2558
2580
|
"name": "enable-search-bar",
|
|
@@ -2561,11 +2583,7 @@
|
|
|
2561
2583
|
},
|
|
2562
2584
|
"default": "false",
|
|
2563
2585
|
"description": "This attribute controls whether to enable the search-bar.",
|
|
2564
|
-
"fieldName": "enableSearchBar"
|
|
2565
|
-
"inheritedFrom": {
|
|
2566
|
-
"name": "EntityManagement",
|
|
2567
|
-
"module": "src/entities/entities.ts"
|
|
2568
|
-
}
|
|
2586
|
+
"fieldName": "enableSearchBar"
|
|
2569
2587
|
},
|
|
2570
2588
|
{
|
|
2571
2589
|
"name": "header-case-type",
|
|
@@ -2573,11 +2591,7 @@
|
|
|
2573
2591
|
"text": "GridProCaseType"
|
|
2574
2592
|
},
|
|
2575
2593
|
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2576
|
-
"fieldName": "headerCaseType"
|
|
2577
|
-
"inheritedFrom": {
|
|
2578
|
-
"name": "EntityManagement",
|
|
2579
|
-
"module": "src/entities/entities.ts"
|
|
2580
|
-
}
|
|
2594
|
+
"fieldName": "headerCaseType"
|
|
2581
2595
|
},
|
|
2582
2596
|
{
|
|
2583
2597
|
"name": "modal-position",
|
|
@@ -2586,11 +2600,7 @@
|
|
|
2586
2600
|
},
|
|
2587
2601
|
"default": "'right'",
|
|
2588
2602
|
"description": "Determines where the modal dialog will appear on screen",
|
|
2589
|
-
"fieldName": "modalPosition"
|
|
2590
|
-
"inheritedFrom": {
|
|
2591
|
-
"name": "EntityManagement",
|
|
2592
|
-
"module": "src/entities/entities.ts"
|
|
2593
|
-
}
|
|
2603
|
+
"fieldName": "modalPosition"
|
|
2594
2604
|
},
|
|
2595
2605
|
{
|
|
2596
2606
|
"name": "crud-menu-position",
|
|
@@ -2598,11 +2608,7 @@
|
|
|
2598
2608
|
"text": "CrudMenuPosition"
|
|
2599
2609
|
},
|
|
2600
2610
|
"description": "Determines where the buttons will appear",
|
|
2601
|
-
"fieldName": "crudMenuPosition"
|
|
2602
|
-
"inheritedFrom": {
|
|
2603
|
-
"name": "EntityManagement",
|
|
2604
|
-
"module": "src/entities/entities.ts"
|
|
2605
|
-
}
|
|
2611
|
+
"fieldName": "crudMenuPosition"
|
|
2606
2612
|
},
|
|
2607
2613
|
{
|
|
2608
2614
|
"name": "crud-menu-style",
|
|
@@ -2610,11 +2616,7 @@
|
|
|
2610
2616
|
"text": "ActionsMenuStyle"
|
|
2611
2617
|
},
|
|
2612
2618
|
"description": "Determines the style of the buttons",
|
|
2613
|
-
"fieldName": "crudMenuStyle"
|
|
2614
|
-
"inheritedFrom": {
|
|
2615
|
-
"name": "EntityManagement",
|
|
2616
|
-
"module": "src/entities/entities.ts"
|
|
2617
|
-
}
|
|
2619
|
+
"fieldName": "crudMenuStyle"
|
|
2618
2620
|
},
|
|
2619
2621
|
{
|
|
2620
2622
|
"name": "crud-action-menu-name",
|
|
@@ -2623,120 +2625,69 @@
|
|
|
2623
2625
|
},
|
|
2624
2626
|
"default": "'⋮'",
|
|
2625
2627
|
"description": "The label of the crud action menu",
|
|
2626
|
-
"fieldName": "crudActionMenuName"
|
|
2627
|
-
"inheritedFrom": {
|
|
2628
|
-
"name": "EntityManagement",
|
|
2629
|
-
"module": "src/entities/entities.ts"
|
|
2630
|
-
}
|
|
2628
|
+
"fieldName": "crudActionMenuName"
|
|
2631
2629
|
}
|
|
2632
2630
|
],
|
|
2633
|
-
"
|
|
2634
|
-
{
|
|
2635
|
-
"description": "Fired when the request is changed",
|
|
2636
|
-
"name": "request-changed",
|
|
2637
|
-
"inheritedFrom": {
|
|
2638
|
-
"name": "EntityManagement",
|
|
2639
|
-
"module": "src/entities/entities.ts"
|
|
2640
|
-
}
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"description": "Fired when the criteria is changed",
|
|
2644
|
-
"name": "criteria-changed",
|
|
2645
|
-
"inheritedFrom": {
|
|
2646
|
-
"name": "EntityManagement",
|
|
2647
|
-
"module": "src/entities/entities.ts"
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"description": "Fired when an entity is created",
|
|
2652
|
-
"name": "create-entity",
|
|
2653
|
-
"inheritedFrom": {
|
|
2654
|
-
"name": "EntityManagement",
|
|
2655
|
-
"module": "src/entities/entities.ts"
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"description": "Fired when an entity is edited",
|
|
2660
|
-
"name": "edit-entity",
|
|
2661
|
-
"inheritedFrom": {
|
|
2662
|
-
"name": "EntityManagement",
|
|
2663
|
-
"module": "src/entities/entities.ts"
|
|
2664
|
-
}
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
2668
|
-
"name": "delete-entity",
|
|
2669
|
-
"inheritedFrom": {
|
|
2670
|
-
"name": "EntityManagement",
|
|
2671
|
-
"module": "src/entities/entities.ts"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"description": "Fired when there is an error in a create, edit or delete operation",
|
|
2676
|
-
"name": "submit-failure",
|
|
2677
|
-
"inheritedFrom": {
|
|
2678
|
-
"name": "EntityManagement",
|
|
2679
|
-
"module": "src/entities/entities.ts"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"description": "Fired when a create, edit or delete operation is completed successfully",
|
|
2684
|
-
"name": "submit-success",
|
|
2685
|
-
"inheritedFrom": {
|
|
2686
|
-
"name": "EntityManagement",
|
|
2687
|
-
"module": "src/entities/entities.ts"
|
|
2688
|
-
}
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"description": "Fired when a row is clicked",
|
|
2692
|
-
"name": "rowClick",
|
|
2693
|
-
"inheritedFrom": {
|
|
2694
|
-
"name": "EntityManagement",
|
|
2695
|
-
"module": "src/entities/entities.ts"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"description": "Fired when a row is double clicked",
|
|
2700
|
-
"name": "rowDblClick",
|
|
2701
|
-
"inheritedFrom": {
|
|
2702
|
-
"name": "EntityManagement",
|
|
2703
|
-
"module": "src/entities/entities.ts"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"description": "Fired when a row is right clicked",
|
|
2708
|
-
"name": "contextMenu",
|
|
2709
|
-
"inheritedFrom": {
|
|
2710
|
-
"name": "EntityManagement",
|
|
2711
|
-
"module": "src/entities/entities.ts"
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2631
|
+
"mixins": [
|
|
2714
2632
|
{
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2717
|
-
"inheritedFrom": {
|
|
2718
|
-
"name": "EntityManagement",
|
|
2719
|
-
"module": "src/entities/entities.ts"
|
|
2720
|
-
}
|
|
2633
|
+
"name": "LifecycleMixin",
|
|
2634
|
+
"package": "@genesislcap/foundation-utils"
|
|
2721
2635
|
}
|
|
2722
|
-
]
|
|
2636
|
+
],
|
|
2637
|
+
"superclass": {
|
|
2638
|
+
"name": "FASTElement",
|
|
2639
|
+
"package": "@microsoft/fast-element"
|
|
2640
|
+
},
|
|
2641
|
+
"tagName": "entity-management",
|
|
2642
|
+
"customElement": true
|
|
2723
2643
|
}
|
|
2724
2644
|
],
|
|
2725
2645
|
"exports": [
|
|
2726
2646
|
{
|
|
2727
2647
|
"kind": "js",
|
|
2728
|
-
"name": "
|
|
2648
|
+
"name": "EntityManagement",
|
|
2729
2649
|
"declaration": {
|
|
2730
|
-
"name": "
|
|
2731
|
-
"module": "src/
|
|
2650
|
+
"name": "EntityManagement",
|
|
2651
|
+
"module": "src/entities/entities.ts"
|
|
2732
2652
|
}
|
|
2733
2653
|
},
|
|
2734
2654
|
{
|
|
2735
2655
|
"kind": "custom-element-definition",
|
|
2736
|
-
"name": "
|
|
2656
|
+
"name": "entity-management",
|
|
2737
2657
|
"declaration": {
|
|
2738
|
-
"name": "
|
|
2739
|
-
"module": "src/
|
|
2658
|
+
"name": "EntityManagement",
|
|
2659
|
+
"module": "src/entities/entities.ts"
|
|
2660
|
+
}
|
|
2661
|
+
}
|
|
2662
|
+
]
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "javascript-module",
|
|
2666
|
+
"path": "src/entities/index.ts",
|
|
2667
|
+
"declarations": [],
|
|
2668
|
+
"exports": [
|
|
2669
|
+
{
|
|
2670
|
+
"kind": "js",
|
|
2671
|
+
"name": "*",
|
|
2672
|
+
"declaration": {
|
|
2673
|
+
"name": "*",
|
|
2674
|
+
"package": "./entities"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"kind": "js",
|
|
2679
|
+
"name": "*",
|
|
2680
|
+
"declaration": {
|
|
2681
|
+
"name": "*",
|
|
2682
|
+
"package": "./entities.template"
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "js",
|
|
2687
|
+
"name": "*",
|
|
2688
|
+
"declaration": {
|
|
2689
|
+
"name": "*",
|
|
2690
|
+
"package": "./entities.styles"
|
|
2740
2691
|
}
|
|
2741
2692
|
}
|
|
2742
2693
|
]
|
|
@@ -2762,6 +2713,55 @@
|
|
|
2762
2713
|
}
|
|
2763
2714
|
]
|
|
2764
2715
|
},
|
|
2716
|
+
{
|
|
2717
|
+
"kind": "javascript-module",
|
|
2718
|
+
"path": "src/layouts/default.ts",
|
|
2719
|
+
"declarations": [
|
|
2720
|
+
{
|
|
2721
|
+
"kind": "variable",
|
|
2722
|
+
"name": "loginLayout",
|
|
2723
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"kind": "variable",
|
|
2727
|
+
"name": "defaultLayout",
|
|
2728
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"exports": [
|
|
2732
|
+
{
|
|
2733
|
+
"kind": "js",
|
|
2734
|
+
"name": "loginLayout",
|
|
2735
|
+
"declaration": {
|
|
2736
|
+
"name": "loginLayout",
|
|
2737
|
+
"module": "src/layouts/default.ts"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"kind": "js",
|
|
2742
|
+
"name": "defaultLayout",
|
|
2743
|
+
"declaration": {
|
|
2744
|
+
"name": "defaultLayout",
|
|
2745
|
+
"module": "src/layouts/default.ts"
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
]
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"kind": "javascript-module",
|
|
2752
|
+
"path": "src/layouts/index.ts",
|
|
2753
|
+
"declarations": [],
|
|
2754
|
+
"exports": [
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "js",
|
|
2757
|
+
"name": "*",
|
|
2758
|
+
"declaration": {
|
|
2759
|
+
"name": "*",
|
|
2760
|
+
"package": "./default"
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
]
|
|
2764
|
+
},
|
|
2765
2765
|
{
|
|
2766
2766
|
"kind": "javascript-module",
|
|
2767
2767
|
"path": "src/users/users.template.ts",
|