@genesislcap/foundation-entity-management 14.146.1 → 14.147.1-alpha-3a79940.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.
@@ -151,7 +151,7 @@
151
151
  {
152
152
  "kind": "variable",
153
153
  "name": "template",
154
- "default": "html<EntityManagement>`\n <div class=\"container\">\n <slot name=\"header\" part=\"header\">${(x) => x.headerTempalate}</slot>\n <entity-list\n title=${(x) => x.title}\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit=${(x) => x.sizeColumnsToFit}\n enable-filter-bar=${(x) => x.enableFilterBar}\n resourceName=${(x) => x.resourceName}\n :deleteEvent=${(x) => x.deleteEvent}\n :updateEvent=${(x) => x.updateEvent}\n :gridOptions=${(x) => x.gridOptions}\n :columns=${(x) => x.columns}\n :datasourceConfig=${(x) => x.datasourceConfig}\n data-test-id=\"entity-list\"\n hide-edit=${(x) => x.hideEdit}\n hide-delete=${(x) => x.hideDelete}\n >\n <slot name=\"header\" slot=\"header\">${defaultHeader}</slot>\n </entity-list>\n <zero-modal\n ${ref('editEntityModal')}\n position=${(x) => x.modalPosition}\n :onCloseCallback=${(x) => x.closeModal.bind(x)}\n data-test-id=\"edit-entity-modal\"\n >\n <div slot=\"top\" data-test-id=\"dialog-title\">${(x) => x.editDialogTitle}</div>\n\n <slot name=\"edit\">\n ${when(\n (x) => x.editModalVisible,\n html<EntityManagement>`\n <foundation-form\n part=\"form\"\n :renderers=${(x) => x.formRenderers}\n resourceName=${(x) => x.formResourceName}\n :data=${(x) => x.editedEntity}\n :uischema=${(x) => x.formUiSchema}\n readonly=${(x) => x.readonly}\n @submit-success=${(x, c) => x.submitEntityChanges(c.event as CustomEvent)}\n ></foundation-form>\n `,\n )}\n </slot>\n </zero-modal>\n </div>\n`",
154
+ "default": "html<EntityManagement>`\n <div class=\"container\">\n <slot name=\"header\" part=\"header\">${(x) => x.headerTempalate}</slot>\n <entity-list\n title=${(x) => x.title}\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit=${(x) => x.sizeColumnsToFit}\n enable-filter-bar=${(x) => x.enableFilterBar}\n resourceName=${(x) => x.resourceName}\n :deleteEvent=${(x) => x.deleteEvent}\n :updateEvent=${(x) => x.updateEvent}\n :gridOptions=${(x) => x.gridOptions}\n :columns=${(x) => x.columns}\n :datasourceConfig=${(x) => x.datasourceConfig}\n data-test-id=\"entity-list\"\n hide-edit=${(x) => x.hideEdit}\n hide-delete=${(x) => x.hideDelete}\n header-case-type=${(x) => x.headerCaseType}\n >\n <slot name=\"header\" slot=\"header\">${defaultHeader}</slot>\n </entity-list>\n <zero-modal\n ${ref('editEntityModal')}\n position=${(x) => x.modalPosition}\n :onCloseCallback=${(x) => x.closeModal.bind(x)}\n data-test-id=\"edit-entity-modal\"\n >\n <div slot=\"top\" data-test-id=\"dialog-title\">${(x) => x.editDialogTitle}</div>\n\n <slot name=\"edit\">\n ${when(\n (x) => x.editModalVisible,\n html<EntityManagement>`\n <foundation-form\n part=\"form\"\n :renderers=${(x) => x.formRenderers}\n resourceName=${(x) => x.formResourceName}\n :data=${(x) => x.editedEntity}\n :uischema=${(x) => x.formUiSchema}\n readonly=${(x) => x.readonly}\n @submit-success=${(x, c) => x.submitEntityChanges(c.event as CustomEvent)}\n ></foundation-form>\n `,\n )}\n </slot>\n </zero-modal>\n </div>\n`",
155
155
  "description": "Defines the html of the entity component as a ViewTemplate object"
156
156
  }
157
157
  ],
@@ -475,6 +475,15 @@
475
475
  },
476
476
  "default": "false"
477
477
  },
478
+ {
479
+ "kind": "field",
480
+ "name": "headerCaseType",
481
+ "type": {
482
+ "text": "GridProCaseType"
483
+ },
484
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
485
+ "privacy": "public"
486
+ },
478
487
  {
479
488
  "kind": "field",
480
489
  "name": "searchBarConfig",
@@ -744,6 +753,14 @@
744
753
  "default": "false",
745
754
  "fieldName": "enableSearchBar"
746
755
  },
756
+ {
757
+ "name": "header-case-type",
758
+ "type": {
759
+ "text": "GridProCaseType"
760
+ },
761
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
762
+ "fieldName": "headerCaseType"
763
+ },
747
764
  {
748
765
  "name": "modal-position",
749
766
  "type": {
@@ -818,55 +835,6 @@
818
835
  }
819
836
  ]
820
837
  },
821
- {
822
- "kind": "javascript-module",
823
- "path": "src/layouts/default.ts",
824
- "declarations": [
825
- {
826
- "kind": "variable",
827
- "name": "loginLayout",
828
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
829
- },
830
- {
831
- "kind": "variable",
832
- "name": "defaultLayout",
833
- "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)"
834
- }
835
- ],
836
- "exports": [
837
- {
838
- "kind": "js",
839
- "name": "loginLayout",
840
- "declaration": {
841
- "name": "loginLayout",
842
- "module": "src/layouts/default.ts"
843
- }
844
- },
845
- {
846
- "kind": "js",
847
- "name": "defaultLayout",
848
- "declaration": {
849
- "name": "defaultLayout",
850
- "module": "src/layouts/default.ts"
851
- }
852
- }
853
- ]
854
- },
855
- {
856
- "kind": "javascript-module",
857
- "path": "src/layouts/index.ts",
858
- "declarations": [],
859
- "exports": [
860
- {
861
- "kind": "js",
862
- "name": "*",
863
- "declaration": {
864
- "name": "*",
865
- "package": "./default"
866
- }
867
- }
868
- ]
869
- },
870
838
  {
871
839
  "kind": "javascript-module",
872
840
  "path": "src/list/index.ts",
@@ -910,7 +878,7 @@
910
878
  {
911
879
  "kind": "variable",
912
880
  "name": "listTemplate",
913
- "default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n readOnlyEdit=\"true\"\n tooltipMouseTrack=\"true\"\n tooltipShowDelay=\"0\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
881
+ "default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n readOnlyEdit=\"true\"\n tooltipMouseTrack=\"true\"\n tooltipShowDelay=\"0\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n header-case-type=${(x) => x.headerCaseType}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
914
882
  }
915
883
  ],
916
884
  "exports": [
@@ -1026,6 +994,13 @@
1026
994
  },
1027
995
  "default": "false"
1028
996
  },
997
+ {
998
+ "kind": "field",
999
+ "name": "headerCaseType",
1000
+ "type": {
1001
+ "text": "GridProCaseType"
1002
+ }
1003
+ },
1029
1004
  {
1030
1005
  "kind": "field",
1031
1006
  "name": "grid",
@@ -1244,6 +1219,13 @@
1244
1219
  },
1245
1220
  "default": "false",
1246
1221
  "fieldName": "hideDelete"
1222
+ },
1223
+ {
1224
+ "name": "header-case-type",
1225
+ "type": {
1226
+ "text": "GridProCaseType"
1227
+ },
1228
+ "fieldName": "headerCaseType"
1247
1229
  }
1248
1230
  ],
1249
1231
  "superclass": {
@@ -1426,6 +1408,55 @@
1426
1408
  }
1427
1409
  ]
1428
1410
  },
1411
+ {
1412
+ "kind": "javascript-module",
1413
+ "path": "src/layouts/default.ts",
1414
+ "declarations": [
1415
+ {
1416
+ "kind": "variable",
1417
+ "name": "loginLayout",
1418
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1419
+ },
1420
+ {
1421
+ "kind": "variable",
1422
+ "name": "defaultLayout",
1423
+ "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)"
1424
+ }
1425
+ ],
1426
+ "exports": [
1427
+ {
1428
+ "kind": "js",
1429
+ "name": "loginLayout",
1430
+ "declaration": {
1431
+ "name": "loginLayout",
1432
+ "module": "src/layouts/default.ts"
1433
+ }
1434
+ },
1435
+ {
1436
+ "kind": "js",
1437
+ "name": "defaultLayout",
1438
+ "declaration": {
1439
+ "name": "defaultLayout",
1440
+ "module": "src/layouts/default.ts"
1441
+ }
1442
+ }
1443
+ ]
1444
+ },
1445
+ {
1446
+ "kind": "javascript-module",
1447
+ "path": "src/layouts/index.ts",
1448
+ "declarations": [],
1449
+ "exports": [
1450
+ {
1451
+ "kind": "js",
1452
+ "name": "*",
1453
+ "declaration": {
1454
+ "name": "*",
1455
+ "package": "./default"
1456
+ }
1457
+ }
1458
+ ]
1459
+ },
1429
1460
  {
1430
1461
  "kind": "javascript-module",
1431
1462
  "path": "src/profiles/editProfileSchema.ts",
@@ -1926,6 +1957,19 @@
1926
1957
  "module": "src/entities/entities.ts"
1927
1958
  }
1928
1959
  },
1960
+ {
1961
+ "kind": "field",
1962
+ "name": "headerCaseType",
1963
+ "type": {
1964
+ "text": "GridProCaseType"
1965
+ },
1966
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1967
+ "privacy": "public",
1968
+ "inheritedFrom": {
1969
+ "name": "EntityManagement",
1970
+ "module": "src/entities/entities.ts"
1971
+ }
1972
+ },
1929
1973
  {
1930
1974
  "kind": "field",
1931
1975
  "name": "searchBarConfig",
@@ -2317,6 +2361,18 @@
2317
2361
  "module": "src/entities/entities.ts"
2318
2362
  }
2319
2363
  },
2364
+ {
2365
+ "name": "header-case-type",
2366
+ "type": {
2367
+ "text": "GridProCaseType"
2368
+ },
2369
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2370
+ "fieldName": "headerCaseType",
2371
+ "inheritedFrom": {
2372
+ "name": "EntityManagement",
2373
+ "module": "src/entities/entities.ts"
2374
+ }
2375
+ },
2320
2376
  {
2321
2377
  "name": "modal-position",
2322
2378
  "type": {
@@ -2,6 +2,7 @@ import { ColDef, GridOptions } from '@ag-grid-community/core';
2
2
  import { Connect, DatasourceOptions } from '@genesislcap/foundation-comms';
3
3
  import { RendererEntry } from '@genesislcap/foundation-forms';
4
4
  import { AvailableOption, SelectedOption } from '@genesislcap/foundation-ui';
5
+ import type { GridProCaseType } from '@genesislcap/grid-pro';
5
6
  import { FASTElement } from '@microsoft/fast-element';
6
7
  /**
7
8
  * The attribute which is set to configure the resource that the entity manager is working with
@@ -68,6 +69,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
68
69
  readonly attributes: NamedNodeMap;
69
70
  readonly classList: DOMTokenList;
70
71
  className: string;
72
+ /**
73
+ * The name of the resource in the backend to interact with when dispatching actions from the update/create modal
74
+ * @internal
75
+ */
71
76
  readonly clientHeight: number;
72
77
  readonly clientLeft: number;
73
78
  readonly clientTop: number;
@@ -530,6 +535,12 @@ export declare class EntityManagement extends EntityManagement_base {
530
535
  hideEdit: boolean;
531
536
  hideDelete: boolean;
532
537
  enableSearchBar: boolean;
538
+ /**
539
+ * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
540
+ * @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
541
+ * @public
542
+ */
543
+ headerCaseType: GridProCaseType;
533
544
  searchBarConfig: AvailableOption[];
534
545
  /**
535
546
  * Determines where the modal dialog will appear on screen
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,uEAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,uEAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,QAAQ,uEAmDpB,CAAC"}
1
+ {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,uEAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,uEAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,QAAQ,uEAoDpB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { ColDef, GridOptions } from '@ag-grid-community/core';
2
2
  import { Connect } from '@genesislcap/foundation-comms';
3
3
  import { GridProGenesisDatasource, ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
4
+ import type { GridProCaseType } from '@genesislcap/grid-pro';
4
5
  import { FASTElement } from '@microsoft/fast-element';
5
6
  import { DatasourceConfiguration } from '../entities/entities';
6
7
  export declare class List extends FASTElement {
@@ -16,6 +17,7 @@ export declare class List extends FASTElement {
16
17
  enableRowFlashing: boolean;
17
18
  hideEdit: boolean;
18
19
  hideDelete: boolean;
20
+ headerCaseType: GridProCaseType;
19
21
  grid: ZeroGridPro;
20
22
  datasource: GridProGenesisDatasource;
21
23
  gridOptions: GridOptions;
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IACjE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,iBAAiB;YA6DH,oBAAoB;IA+ClC,oBAAoB,IAAI,IAAI;IAQ5B,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAC/B,cAAc,EAAE,eAAe,CAAC;IAClE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,iBAAiB;YA6DH,oBAAoB;IA+ClC,oBAAoB,IAAI,IAAI;IAQ5B,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
@@ -1 +1 @@
1
- {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY,2DA0DxB,CAAC"}
1
+ {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY,2DA2DxB,CAAC"}
@@ -435,6 +435,9 @@ __decorate([
435
435
  __decorate([
436
436
  attr({ mode: 'boolean', attribute: 'enable-search-bar' })
437
437
  ], EntityManagement.prototype, "enableSearchBar", void 0);
438
+ __decorate([
439
+ attr({ attribute: 'header-case-type' })
440
+ ], EntityManagement.prototype, "headerCaseType", void 0);
438
441
  __decorate([
439
442
  observable
440
443
  ], EntityManagement.prototype, "searchBarConfig", void 0);
@@ -62,6 +62,7 @@ export const template = html `
62
62
  data-test-id="entity-list"
63
63
  hide-edit=${(x) => x.hideEdit}
64
64
  hide-delete=${(x) => x.hideDelete}
65
+ header-case-type=${(x) => x.headerCaseType}
65
66
  >
66
67
  <slot name="header" slot="header">${defaultHeader}</slot>
67
68
  </entity-list>
@@ -158,6 +158,9 @@ __decorate([
158
158
  __decorate([
159
159
  attr({ mode: 'boolean', attribute: 'hide-delete' })
160
160
  ], List.prototype, "hideDelete", void 0);
161
+ __decorate([
162
+ attr({ attribute: 'header-case-type' })
163
+ ], List.prototype, "headerCaseType", void 0);
161
164
  __decorate([
162
165
  observable
163
166
  ], List.prototype, "gridOptions", void 0);
@@ -25,6 +25,7 @@ export const listTemplate = html `
25
25
  async-update=${(x) => x.asyncUpdate}
26
26
  enable-cell-flashing=${(x) => x.enableCellFlashing}
27
27
  enable-row-flashing=${(x) => x.enableRowFlashing}
28
+ header-case-type=${(x) => x.headerCaseType}
28
29
  >
29
30
  <grid-pro-genesis-datasource
30
31
  ${ref('datasource')}
@@ -1121,6 +1121,37 @@
1121
1121
  "isProtected": false,
1122
1122
  "isAbstract": false
1123
1123
  },
1124
+ {
1125
+ "kind": "Property",
1126
+ "canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#headerCaseType:member",
1127
+ "docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
1128
+ "excerptTokens": [
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": "headerCaseType: "
1132
+ },
1133
+ {
1134
+ "kind": "Reference",
1135
+ "text": "GridProCaseType",
1136
+ "canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
1137
+ },
1138
+ {
1139
+ "kind": "Content",
1140
+ "text": ";"
1141
+ }
1142
+ ],
1143
+ "isReadonly": false,
1144
+ "isOptional": false,
1145
+ "releaseTag": "Public",
1146
+ "name": "headerCaseType",
1147
+ "propertyTypeTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 2
1150
+ },
1151
+ "isStatic": false,
1152
+ "isProtected": false,
1153
+ "isAbstract": false
1154
+ },
1124
1155
  {
1125
1156
  "kind": "Property",
1126
1157
  "canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#headerTempalate:member",
@@ -11,6 +11,7 @@ import { FASTElement } from '@microsoft/fast-element';
11
11
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
12
12
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
13
13
  import { GridOptions } from '@ag-grid-community/core';
14
+ import type { GridProCaseType } from '@genesislcap/grid-pro';
14
15
  import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
15
16
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
16
17
  import { Logger } from '@genesislcap/foundation-logger';
@@ -228,6 +229,12 @@ export declare class EntityManagement extends EntityManagement_base {
228
229
  hideEdit: boolean;
229
230
  hideDelete: boolean;
230
231
  enableSearchBar: boolean;
232
+ /**
233
+ * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
234
+ * @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
235
+ * @public
236
+ */
237
+ headerCaseType: GridProCaseType;
231
238
  searchBarConfig: AvailableOption[];
232
239
  /**
233
240
  * Determines where the modal dialog will appear on screen
@@ -339,6 +346,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
339
346
  readonly attributes: NamedNodeMap;
340
347
  readonly classList: DOMTokenList;
341
348
  className: string;
349
+ /**
350
+ * The name of the resource in the backend to interact with when dispatching actions from the update/create modal
351
+ * @internal
352
+ */
342
353
  readonly clientHeight: number;
343
354
  readonly clientLeft: number;
344
355
  readonly clientTop: number;
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-entity-management](./foundation-entity-management.md) &gt; [EntityManagement](./foundation-entity-management.entitymanagement.md) &gt; [headerCaseType](./foundation-entity-management.entitymanagement.headercasetype.md)
4
+
5
+ ## EntityManagement.headerCaseType property
6
+
7
+ The case type to use for the header names. If not set, the default CONSTANT\_CASE will be used.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ headerCaseType: GridProCaseType;
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
18
+
@@ -58,6 +58,7 @@ Where:<br /> - the title of the grid is `Counterparty Management`<br /> - the na
58
58
  | [formRenderers](./foundation-entity-management.entitymanagement.formrenderers.md) | | RendererEntry\[\] | Array with renderers used by foundation-forms |
59
59
  | [formUiSchema](./foundation-entity-management.entitymanagement.formuischema.md) | | any | |
60
60
  | [gridOptions](./foundation-entity-management.entitymanagement.gridoptions.md) | | GridOptions | GridOptions to be passed down from application |
61
+ | [headerCaseType](./foundation-entity-management.entitymanagement.headercasetype.md) | | GridProCaseType | The case type to use for the header names. If not set, the default CONSTANT\_CASE will be used. |
61
62
  | [headerTempalate](./foundation-entity-management.entitymanagement.headertempalate.md) | <code>readonly</code> | import("@microsoft/fast-element").ViewTemplate&lt;[EntityManagement](./foundation-entity-management.entitymanagement.md)<!-- -->, any&gt; | |
62
63
  | [hideDelete](./foundation-entity-management.entitymanagement.hidedelete.md) | | boolean | |
63
64
  | [hideEdit](./foundation-entity-management.entitymanagement.hideedit.md) | | boolean | |
@@ -17,6 +17,7 @@ import { FASTElement } from '@microsoft/fast-element';
17
17
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
18
18
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
19
19
  import { GridOptions } from '@ag-grid-community/core';
20
+ import type { GridProCaseType } from '@genesislcap/grid-pro';
20
21
  import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
21
22
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
22
23
  import { Logger } from '@genesislcap/foundation-logger';
@@ -90,6 +91,7 @@ export class EntityManagement extends EntityManagement_base {
90
91
  // (undocumented)
91
92
  formUiSchema: any;
92
93
  gridOptions: GridOptions;
94
+ headerCaseType: GridProCaseType;
93
95
  // (undocumented)
94
96
  get headerTempalate(): ViewTemplate<EntityManagement, any>;
95
97
  // (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.146.1",
4
+ "version": "14.147.1-alpha-3a79940.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,24 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.146.1",
47
- "@genesislcap/genx": "14.146.1",
46
+ "@genesislcap/foundation-testing": "14.147.1-alpha-3a79940.0",
47
+ "@genesislcap/genx": "14.147.1-alpha-3a79940.0",
48
+ "@genesislcap/rollup-builder": "14.147.1-alpha-3a79940.0",
49
+ "@genesislcap/ts-builder": "14.147.1-alpha-3a79940.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.147.1-alpha-3a79940.0",
51
+ "@genesislcap/vite-builder": "14.147.1-alpha-3a79940.0",
52
+ "@genesislcap/webpack-builder": "14.147.1-alpha-3a79940.0",
48
53
  "rimraf": "^3.0.2"
49
54
  },
50
55
  "dependencies": {
51
56
  "@ag-grid-community/core": "29.2.0",
52
- "@genesislcap/foundation-comms": "14.146.1",
53
- "@genesislcap/foundation-errors": "14.146.1",
54
- "@genesislcap/foundation-events": "14.146.1",
55
- "@genesislcap/foundation-forms": "14.146.1",
56
- "@genesislcap/foundation-logger": "14.146.1",
57
- "@genesislcap/foundation-login": "14.146.1",
58
- "@genesislcap/foundation-notifications": "14.146.1",
59
- "@genesislcap/foundation-ui": "14.146.1",
60
- "@genesislcap/foundation-utils": "14.146.1",
61
- "@genesislcap/foundation-zero": "14.146.1",
62
- "@genesislcap/foundation-zero-grid-pro": "14.146.1",
63
- "@genesislcap/grid-pro": "14.146.1",
57
+ "@genesislcap/foundation-comms": "14.147.1-alpha-3a79940.0",
58
+ "@genesislcap/foundation-errors": "14.147.1-alpha-3a79940.0",
59
+ "@genesislcap/foundation-events": "14.147.1-alpha-3a79940.0",
60
+ "@genesislcap/foundation-forms": "14.147.1-alpha-3a79940.0",
61
+ "@genesislcap/foundation-logger": "14.147.1-alpha-3a79940.0",
62
+ "@genesislcap/foundation-login": "14.147.1-alpha-3a79940.0",
63
+ "@genesislcap/foundation-notifications": "14.147.1-alpha-3a79940.0",
64
+ "@genesislcap/foundation-ui": "14.147.1-alpha-3a79940.0",
65
+ "@genesislcap/foundation-utils": "14.147.1-alpha-3a79940.0",
66
+ "@genesislcap/foundation-zero": "14.147.1-alpha-3a79940.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.147.1-alpha-3a79940.0",
68
+ "@genesislcap/grid-pro": "14.147.1-alpha-3a79940.0",
64
69
  "@microsoft/fast-components": "^2.30.6",
65
70
  "@microsoft/fast-element": "^1.12.0",
66
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -76,5 +81,5 @@
76
81
  "access": "public"
77
82
  },
78
83
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
84
+ "gitHead": "43208d8fbb5fd57c054620ddebe46c949342c54b"
80
85
  }