@genesislcap/foundation-entity-management 14.373.2 → 14.374.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +8 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/foundation-entity-management.api.json +1875 -0
- package/dist/foundation-entity-management.d.ts +1 -1
- package/docs/api/foundation-entity-management.list.actionbuttonsconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncadd.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncremove.md +11 -0
- package/docs/api/foundation-entity-management.list.asyncupdate.md +11 -0
- package/docs/api/foundation-entity-management.list.columns.md +11 -0
- package/docs/api/foundation-entity-management.list.connect.md +11 -0
- package/docs/api/foundation-entity-management.list.connectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.list.createevent.md +11 -0
- package/docs/api/foundation-entity-management.list.criteria.md +11 -0
- package/docs/api/foundation-entity-management.list.customactions.md +11 -0
- package/docs/api/foundation-entity-management.list.datasource.md +11 -0
- package/docs/api/foundation-entity-management.list.datasourceconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.datasourcetype.md +11 -0
- package/docs/api/foundation-entity-management.list.delete.md +50 -0
- package/docs/api/foundation-entity-management.list.deleteevent.md +11 -0
- package/docs/api/foundation-entity-management.list.disablepolling.md +11 -0
- package/docs/api/foundation-entity-management.list.disconnectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.list.enablecellflashing.md +11 -0
- package/docs/api/foundation-entity-management.list.enablefilterbar.md +11 -0
- package/docs/api/foundation-entity-management.list.enablerowflashing.md +11 -0
- package/docs/api/foundation-entity-management.list.fields.md +11 -0
- package/docs/api/foundation-entity-management.list.grid.md +11 -0
- package/docs/api/foundation-entity-management.list.gridautosizing.md +13 -0
- package/docs/api/foundation-entity-management.list.gridoptions.md +11 -0
- package/docs/api/foundation-entity-management.list.handlecelleditrequest.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowclicked.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowcontextmenu.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowdblclicked.md +50 -0
- package/docs/api/foundation-entity-management.list.handlerowselected.md +50 -0
- package/docs/api/foundation-entity-management.list.handleselectionchanged.md +50 -0
- package/docs/api/foundation-entity-management.list.headercasetype.md +11 -0
- package/docs/api/foundation-entity-management.list.hidedelete.md +11 -0
- package/docs/api/foundation-entity-management.list.hideedit.md +11 -0
- package/docs/api/foundation-entity-management.list.isserversidedatasource.md +11 -0
- package/docs/api/foundation-entity-management.list.issnapshot.md +11 -0
- package/docs/api/foundation-entity-management.list.maxrows.md +11 -0
- package/docs/api/foundation-entity-management.list.maxview.md +11 -0
- package/docs/api/foundation-entity-management.list.md +988 -0
- package/docs/api/foundation-entity-management.list.movingview.md +11 -0
- package/docs/api/foundation-entity-management.list.orderby.md +11 -0
- package/docs/api/foundation-entity-management.list.persistcolumnstatekey.md +11 -0
- package/docs/api/foundation-entity-management.list.persistfiltermodelkey.md +11 -0
- package/docs/api/foundation-entity-management.list.pollinginterval.md +11 -0
- package/docs/api/foundation-entity-management.list.polltriggerevents.md +11 -0
- package/docs/api/foundation-entity-management.list.prefix.md +13 -0
- package/docs/api/foundation-entity-management.list.request.md +11 -0
- package/docs/api/foundation-entity-management.list.requestautosetup.md +11 -0
- package/docs/api/foundation-entity-management.list.resourcename.md +11 -0
- package/docs/api/foundation-entity-management.list.reverse.md +11 -0
- package/docs/api/foundation-entity-management.list.rowselection.md +11 -0
- package/docs/api/foundation-entity-management.list.sizecolumnstocontent.md +13 -0
- package/docs/api/foundation-entity-management.list.sizecolumnstofit.md +13 -0
- package/docs/api/foundation-entity-management.list.statusbarconfig.md +11 -0
- package/docs/api/foundation-entity-management.list.title.md +11 -0
- package/docs/api/foundation-entity-management.list.updateevent.md +11 -0
- package/docs/api/foundation-entity-management.list.viewnumber.md +11 -0
- package/docs/api/foundation-entity-management.md +9 -0
- package/docs/api-report.md.api.md +112 -2
- package/package.json +22 -22
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [movingView](./foundation-entity-management.list.movingview.md)
|
|
4
|
+
|
|
5
|
+
## List.movingView property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get movingView(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [orderBy](./foundation-entity-management.list.orderby.md)
|
|
4
|
+
|
|
5
|
+
## List.orderBy property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get orderBy(): string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [persistColumnStateKey](./foundation-entity-management.list.persistcolumnstatekey.md)
|
|
4
|
+
|
|
5
|
+
## List.persistColumnStateKey property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
persistColumnStateKey: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [persistFilterModelKey](./foundation-entity-management.list.persistfiltermodelkey.md)
|
|
4
|
+
|
|
5
|
+
## List.persistFilterModelKey property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
persistFilterModelKey: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [pollingInterval](./foundation-entity-management.list.pollinginterval.md)
|
|
4
|
+
|
|
5
|
+
## List.pollingInterval property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get pollingInterval(): number;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [pollTriggerEvents](./foundation-entity-management.list.polltriggerevents.md)
|
|
4
|
+
|
|
5
|
+
## List.pollTriggerEvents property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get pollTriggerEvents(): string[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [prefix](./foundation-entity-management.list.prefix.md)
|
|
4
|
+
|
|
5
|
+
## List.prefix property
|
|
6
|
+
|
|
7
|
+
Name of the design system prefix that will be used in renderers.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
prefix: string;
|
|
13
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [request](./foundation-entity-management.list.request.md)
|
|
4
|
+
|
|
5
|
+
## List.request property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get request(): any;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [requestAutoSetup](./foundation-entity-management.list.requestautosetup.md)
|
|
4
|
+
|
|
5
|
+
## List.requestAutoSetup property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get requestAutoSetup(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [resourceName](./foundation-entity-management.list.resourcename.md)
|
|
4
|
+
|
|
5
|
+
## List.resourceName property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
resourceName: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [reverse](./foundation-entity-management.list.reverse.md)
|
|
4
|
+
|
|
5
|
+
## List.reverse property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get reverse(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [rowSelection](./foundation-entity-management.list.rowselection.md)
|
|
4
|
+
|
|
5
|
+
## List.rowSelection property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
rowSelection: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [sizeColumnsToContent](./foundation-entity-management.list.sizecolumnstocontent.md)
|
|
4
|
+
|
|
5
|
+
## List.sizeColumnsToContent property
|
|
6
|
+
|
|
7
|
+
Auto-sizes a column based on its contents
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
sizeColumnsToContent: boolean;
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [sizeColumnsToFit](./foundation-entity-management.list.sizecolumnstofit.md)
|
|
4
|
+
|
|
5
|
+
## List.sizeColumnsToFit property
|
|
6
|
+
|
|
7
|
+
Resizes columns to take available space
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
sizeColumnsToFit: boolean;
|
|
13
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [statusBarConfig](./foundation-entity-management.list.statusbarconfig.md)
|
|
4
|
+
|
|
5
|
+
## List.statusBarConfig property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
statusBarConfig: GridProStatusBarConfig;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [title](./foundation-entity-management.list.title.md)
|
|
4
|
+
|
|
5
|
+
## List.title property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
title: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [updateEvent](./foundation-entity-management.list.updateevent.md)
|
|
4
|
+
|
|
5
|
+
## List.updateEvent property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
updateEvent: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-entity-management](./foundation-entity-management.md) > [List](./foundation-entity-management.list.md) > [viewNumber](./foundation-entity-management.list.viewnumber.md)
|
|
4
|
+
|
|
5
|
+
## List.viewNumber property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get viewNumber(): number;
|
|
11
|
+
```
|
|
@@ -256,8 +256,6 @@ export class EntityManagement extends EntityManagement_base {
|
|
|
256
256
|
enableRowFlashing: boolean;
|
|
257
257
|
enableSearchBar: boolean;
|
|
258
258
|
entityLabel: string;
|
|
259
|
-
// Warning: (ae-forgotten-export) The symbol "List" needs to be exported by the entry point index.d.ts
|
|
260
|
-
//
|
|
261
259
|
// @internal (undocumented)
|
|
262
260
|
entityListRef: List;
|
|
263
261
|
errorNotificationConfig: NotificationStructure['config'];
|
|
@@ -344,6 +342,118 @@ export class EntityManagement extends EntityManagement_base {
|
|
|
344
342
|
// @public
|
|
345
343
|
export const getErrorFormat: (err: any) => string;
|
|
346
344
|
|
|
345
|
+
// Warning: (ae-forgotten-export) The symbol "List_base" needs to be exported by the entry point index.d.ts
|
|
346
|
+
//
|
|
347
|
+
// @public (undocumented)
|
|
348
|
+
export class List extends List_base {
|
|
349
|
+
// (undocumented)
|
|
350
|
+
actionButtonsConfig: any[];
|
|
351
|
+
// (undocumented)
|
|
352
|
+
asyncAdd: boolean;
|
|
353
|
+
// (undocumented)
|
|
354
|
+
asyncRemove: boolean;
|
|
355
|
+
// (undocumented)
|
|
356
|
+
asyncUpdate: boolean;
|
|
357
|
+
// (undocumented)
|
|
358
|
+
columns: ColDef[];
|
|
359
|
+
// (undocumented)
|
|
360
|
+
protected connect: Connect;
|
|
361
|
+
// (undocumented)
|
|
362
|
+
connectedCallback(): void;
|
|
363
|
+
// (undocumented)
|
|
364
|
+
createEvent: string;
|
|
365
|
+
// (undocumented)
|
|
366
|
+
get criteria(): string;
|
|
367
|
+
// (undocumented)
|
|
368
|
+
customActions: CustomAction[];
|
|
369
|
+
// (undocumented)
|
|
370
|
+
datasource: GridProGenesisDatasource;
|
|
371
|
+
// (undocumented)
|
|
372
|
+
datasourceConfig: DatasourceConfiguration;
|
|
373
|
+
// (undocumented)
|
|
374
|
+
datasourceType: DatasourceType;
|
|
375
|
+
// (undocumented)
|
|
376
|
+
delete(e: any): Promise<void>;
|
|
377
|
+
// (undocumented)
|
|
378
|
+
deleteEvent: string;
|
|
379
|
+
// (undocumented)
|
|
380
|
+
get disablePolling(): boolean;
|
|
381
|
+
// (undocumented)
|
|
382
|
+
disconnectedCallback(): Promise<void>;
|
|
383
|
+
// (undocumented)
|
|
384
|
+
enableCellFlashing: boolean;
|
|
385
|
+
// (undocumented)
|
|
386
|
+
enableFilterBar: boolean;
|
|
387
|
+
// (undocumented)
|
|
388
|
+
enableRowFlashing: boolean;
|
|
389
|
+
// (undocumented)
|
|
390
|
+
get fields(): string;
|
|
391
|
+
// (undocumented)
|
|
392
|
+
grid: ZeroGridPro;
|
|
393
|
+
gridAutosizing: boolean;
|
|
394
|
+
// (undocumented)
|
|
395
|
+
gridOptions: GridOptions;
|
|
396
|
+
// (undocumented)
|
|
397
|
+
handleCellEditRequest(event: CustomEvent<CellEditRequestEvent>): Promise<void>;
|
|
398
|
+
// (undocumented)
|
|
399
|
+
handleRowClicked(e: CustomEvent): void;
|
|
400
|
+
// (undocumented)
|
|
401
|
+
handleRowContextMenu(e: CustomEvent): void;
|
|
402
|
+
// (undocumented)
|
|
403
|
+
handleRowDblClicked(e: CustomEvent): void;
|
|
404
|
+
// (undocumented)
|
|
405
|
+
handleRowSelected(e: CustomEvent): void;
|
|
406
|
+
// (undocumented)
|
|
407
|
+
handleSelectionChanged(e: CustomEvent<SelectionChangedEvent>): void;
|
|
408
|
+
// (undocumented)
|
|
409
|
+
headerCaseType: GridProCaseType;
|
|
410
|
+
// (undocumented)
|
|
411
|
+
hideDelete: boolean;
|
|
412
|
+
// (undocumented)
|
|
413
|
+
hideEdit: boolean;
|
|
414
|
+
// (undocumented)
|
|
415
|
+
get isServerSideDatasource(): boolean;
|
|
416
|
+
// (undocumented)
|
|
417
|
+
get isSnapshot(): boolean;
|
|
418
|
+
// (undocumented)
|
|
419
|
+
get maxRows(): number;
|
|
420
|
+
// (undocumented)
|
|
421
|
+
get maxView(): number;
|
|
422
|
+
// (undocumented)
|
|
423
|
+
get movingView(): boolean;
|
|
424
|
+
// (undocumented)
|
|
425
|
+
get orderBy(): string;
|
|
426
|
+
// (undocumented)
|
|
427
|
+
persistColumnStateKey: string;
|
|
428
|
+
// (undocumented)
|
|
429
|
+
persistFilterModelKey: string;
|
|
430
|
+
// (undocumented)
|
|
431
|
+
get pollingInterval(): number;
|
|
432
|
+
// (undocumented)
|
|
433
|
+
get pollTriggerEvents(): string[];
|
|
434
|
+
prefix: string;
|
|
435
|
+
// (undocumented)
|
|
436
|
+
get request(): any;
|
|
437
|
+
// (undocumented)
|
|
438
|
+
get requestAutoSetup(): boolean;
|
|
439
|
+
// (undocumented)
|
|
440
|
+
resourceName: string;
|
|
441
|
+
// (undocumented)
|
|
442
|
+
get reverse(): boolean;
|
|
443
|
+
// (undocumented)
|
|
444
|
+
rowSelection: string;
|
|
445
|
+
sizeColumnsToContent: boolean;
|
|
446
|
+
sizeColumnsToFit: boolean;
|
|
447
|
+
// (undocumented)
|
|
448
|
+
statusBarConfig: GridProStatusBarConfig;
|
|
449
|
+
// (undocumented)
|
|
450
|
+
title: string;
|
|
451
|
+
// (undocumented)
|
|
452
|
+
updateEvent: string;
|
|
453
|
+
// (undocumented)
|
|
454
|
+
get viewNumber(): number;
|
|
455
|
+
}
|
|
456
|
+
|
|
347
457
|
// Warning: (ae-internal-missing-underscore) The name "LoadingTemplate" should be prefixed with an underscore because the declaration is marked as @internal
|
|
348
458
|
//
|
|
349
459
|
// @internal (undocumented)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.374.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.374.1",
|
|
56
|
+
"@genesislcap/genx": "14.374.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.374.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.374.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.374.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.374.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.374.1"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@genesislcap/foundation-comms": "14.
|
|
68
|
-
"@genesislcap/foundation-errors": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-forms": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-login": "14.
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
78
|
-
"@genesislcap/grid-pro": "14.
|
|
79
|
-
"@genesislcap/web-core": "14.
|
|
67
|
+
"@genesislcap/foundation-comms": "14.374.1",
|
|
68
|
+
"@genesislcap/foundation-errors": "14.374.1",
|
|
69
|
+
"@genesislcap/foundation-events": "14.374.1",
|
|
70
|
+
"@genesislcap/foundation-forms": "14.374.1",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.374.1",
|
|
72
|
+
"@genesislcap/foundation-login": "14.374.1",
|
|
73
|
+
"@genesislcap/foundation-notifications": "14.374.1",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.374.1",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.374.1",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.374.1",
|
|
77
|
+
"@genesislcap/foundation-zero-grid-pro": "14.374.1",
|
|
78
|
+
"@genesislcap/grid-pro": "14.374.1",
|
|
79
|
+
"@genesislcap/web-core": "14.374.1",
|
|
80
80
|
"change-case": "^4.1.2"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "d24b43a726fb1bf4f47699743adf635196a06543"
|
|
92
92
|
}
|