@genesislcap/foundation-entity-management 14.241.0-FUI-2294.1 → 14.241.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.
@@ -339,15 +339,6 @@
339
339
  "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.",
340
340
  "privacy": "public"
341
341
  },
342
- {
343
- "kind": "field",
344
- "name": "persistFilterModelKey",
345
- "type": {
346
- "text": "string"
347
- },
348
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
349
- "privacy": "public"
350
- },
351
342
  {
352
343
  "kind": "field",
353
344
  "name": "gridOptions",
@@ -772,14 +763,6 @@
772
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.",
773
764
  "fieldName": "persistColumnStateKey"
774
765
  },
775
- {
776
- "name": "persist-filter-model-key",
777
- "type": {
778
- "text": "string"
779
- },
780
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
781
- "fieldName": "persistFilterModelKey"
782
- },
783
766
  {
784
767
  "name": "size-columns-to-fit",
785
768
  "type": {
@@ -930,55 +913,6 @@
930
913
  }
931
914
  ]
932
915
  },
933
- {
934
- "kind": "javascript-module",
935
- "path": "src/layouts/default.ts",
936
- "declarations": [
937
- {
938
- "kind": "variable",
939
- "name": "loginLayout",
940
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
941
- },
942
- {
943
- "kind": "variable",
944
- "name": "defaultLayout",
945
- "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)"
946
- }
947
- ],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "loginLayout",
952
- "declaration": {
953
- "name": "loginLayout",
954
- "module": "src/layouts/default.ts"
955
- }
956
- },
957
- {
958
- "kind": "js",
959
- "name": "defaultLayout",
960
- "declaration": {
961
- "name": "defaultLayout",
962
- "module": "src/layouts/default.ts"
963
- }
964
- }
965
- ]
966
- },
967
- {
968
- "kind": "javascript-module",
969
- "path": "src/layouts/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./default"
978
- }
979
- }
980
- ]
981
- },
982
916
  {
983
917
  "kind": "javascript-module",
984
918
  "path": "src/list/index.ts",
@@ -1082,13 +1016,6 @@
1082
1016
  "text": "string"
1083
1017
  }
1084
1018
  },
1085
- {
1086
- "kind": "field",
1087
- "name": "persistFilterModelKey",
1088
- "type": {
1089
- "text": "string"
1090
- }
1091
- },
1092
1019
  {
1093
1020
  "kind": "field",
1094
1021
  "name": "sizeColumnsToFit",
@@ -1461,13 +1388,6 @@
1461
1388
  },
1462
1389
  "fieldName": "persistColumnStateKey"
1463
1390
  },
1464
- {
1465
- "name": "persist-filter-model-key",
1466
- "type": {
1467
- "text": "string"
1468
- },
1469
- "fieldName": "persistFilterModelKey"
1470
- },
1471
1391
  {
1472
1392
  "name": "size-columns-to-fit",
1473
1393
  "type": {
@@ -1594,6 +1514,55 @@
1594
1514
  }
1595
1515
  ]
1596
1516
  },
1517
+ {
1518
+ "kind": "javascript-module",
1519
+ "path": "src/layouts/default.ts",
1520
+ "declarations": [
1521
+ {
1522
+ "kind": "variable",
1523
+ "name": "loginLayout",
1524
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1525
+ },
1526
+ {
1527
+ "kind": "variable",
1528
+ "name": "defaultLayout",
1529
+ "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)"
1530
+ }
1531
+ ],
1532
+ "exports": [
1533
+ {
1534
+ "kind": "js",
1535
+ "name": "loginLayout",
1536
+ "declaration": {
1537
+ "name": "loginLayout",
1538
+ "module": "src/layouts/default.ts"
1539
+ }
1540
+ },
1541
+ {
1542
+ "kind": "js",
1543
+ "name": "defaultLayout",
1544
+ "declaration": {
1545
+ "name": "defaultLayout",
1546
+ "module": "src/layouts/default.ts"
1547
+ }
1548
+ }
1549
+ ]
1550
+ },
1551
+ {
1552
+ "kind": "javascript-module",
1553
+ "path": "src/layouts/index.ts",
1554
+ "declarations": [],
1555
+ "exports": [
1556
+ {
1557
+ "kind": "js",
1558
+ "name": "*",
1559
+ "declaration": {
1560
+ "name": "*",
1561
+ "package": "./default"
1562
+ }
1563
+ }
1564
+ ]
1565
+ },
1597
1566
  {
1598
1567
  "kind": "javascript-module",
1599
1568
  "path": "src/main/index.ts",
@@ -2016,19 +1985,6 @@
2016
1985
  "module": "src/entities/entities.ts"
2017
1986
  }
2018
1987
  },
2019
- {
2020
- "kind": "field",
2021
- "name": "persistFilterModelKey",
2022
- "type": {
2023
- "text": "string"
2024
- },
2025
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
2026
- "privacy": "public",
2027
- "inheritedFrom": {
2028
- "name": "EntityManagement",
2029
- "module": "src/entities/entities.ts"
2030
- }
2031
- },
2032
1988
  {
2033
1989
  "kind": "field",
2034
1990
  "name": "gridOptions",
@@ -2548,18 +2504,6 @@
2548
2504
  "module": "src/entities/entities.ts"
2549
2505
  }
2550
2506
  },
2551
- {
2552
- "name": "persist-filter-model-key",
2553
- "type": {
2554
- "text": "string"
2555
- },
2556
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
2557
- "fieldName": "persistFilterModelKey",
2558
- "inheritedFrom": {
2559
- "name": "EntityManagement",
2560
- "module": "src/entities/entities.ts"
2561
- }
2562
- },
2563
2507
  {
2564
2508
  "name": "size-columns-to-fit",
2565
2509
  "type": {
@@ -2882,15 +2826,6 @@
2882
2826
  "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
2883
2827
  "privacy": "public"
2884
2828
  },
2885
- {
2886
- "kind": "field",
2887
- "name": "persistFilterModelKey",
2888
- "type": {
2889
- "text": "string"
2890
- },
2891
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
2892
- "privacy": "public"
2893
- },
2894
2829
  {
2895
2830
  "kind": "field",
2896
2831
  "name": "enableSearchBar",
@@ -3021,14 +2956,6 @@
3021
2956
  "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
3022
2957
  "fieldName": "persistColumnStateKey"
3023
2958
  },
3024
- {
3025
- "name": "persist-filter-model-key",
3026
- "type": {
3027
- "text": "string"
3028
- },
3029
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
3030
- "fieldName": "persistFilterModelKey"
3031
- },
3032
2959
  {
3033
2960
  "name": "enable-search-bar",
3034
2961
  "type": {
@@ -158,6 +158,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
158
158
  readonly previousSibling: ChildNode;
159
159
  textContent: string;
160
160
  appendChild<T_1 extends Node>(node: T_1): T_1;
161
+ /**
162
+ * @internal
163
+ */
161
164
  compareDocumentPosition(other: Node): number;
162
165
  contains(other: Node): boolean;
163
166
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -189,10 +192,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
189
192
  readonly NOTATION_NODE: number;
190
193
  readonly PROCESSING_INSTRUCTION_NODE: number;
191
194
  readonly TEXT_NODE: number;
192
- dispatchEvent(event: Event): boolean;
193
- /**
194
- * Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid
195
- * * @public
195
+ dispatchEvent(event: Event): boolean; /**
196
+ * Determines where the buttons will appear
197
+ * @public
196
198
  */
197
199
  ariaAtomic: string;
198
200
  ariaAutoComplete: string;
@@ -244,10 +246,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
244
246
  readonly nextElementSibling: Element;
245
247
  readonly previousElementSibling: Element;
246
248
  readonly childElementCount: number;
247
- /**
248
- * Determines whether the button edit should be hidden in the column
249
- * @internal
250
- */
251
249
  readonly children: HTMLCollection;
252
250
  readonly firstElementChild: Element;
253
251
  readonly lastElementChild: Element;
@@ -322,7 +320,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
322
320
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
323
321
  onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
324
322
  onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
325
- onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
323
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any; /**
324
+ * Show the entity create form
325
+ * Sets the initial value on the form to be defaultEntityValues if present.
326
+ * @internal
327
+ */
326
328
  onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
327
329
  onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
328
330
  onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
@@ -534,16 +536,6 @@ export declare class EntityManagement extends EntityManagement_base {
534
536
  * @public
535
537
  */
536
538
  persistColumnStateKey: string;
537
- /**
538
- * The key to use for persisting the filter model in local browser or KV storage.
539
- *
540
- * @remarks
541
- *
542
- * Default behaviour when unset is to not save the filter config.
543
- * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
544
- * @public
545
- */
546
- persistFilterModelKey: string;
547
539
  /**
548
540
  * GridOptions to be passed down from application
549
541
  * @public
@@ -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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"}
@@ -345,7 +345,6 @@ export declare class List extends List_base {
345
345
  resourceName: string;
346
346
  title: string;
347
347
  persistColumnStateKey: string;
348
- persistFilterModelKey: string;
349
348
  sizeColumnsToFit: boolean;
350
349
  rowSelection: string;
351
350
  enableFilterBar: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,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;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,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,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,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,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,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;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,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,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,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":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAyCnC,eAAO,MAAM,eAAe,4EAkD3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
1
+ {"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAyCnC,eAAO,MAAM,eAAe,4EAiD3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
@@ -81,6 +81,9 @@ declare const Users_base: (new (...args: any[]) => {
81
81
  readonly part: DOMTokenList;
82
82
  readonly prefix: string;
83
83
  readonly scrollHeight: number;
84
+ /**
85
+ * Column definition, default to the UsersColumnConfig
86
+ */
84
87
  scrollLeft: number;
85
88
  scrollTop: number;
86
89
  readonly scrollWidth: number;
@@ -109,10 +112,6 @@ declare const Users_base: (new (...args: any[]) => {
109
112
  hasAttributeNS(namespace: string, localName: string): boolean;
110
113
  hasAttributes(): boolean;
111
114
  hasPointerCapture(pointerId: number): boolean;
112
- /**
113
- * Definition of the `DATASERVER` query which is used when managing Counterpartys
114
- * @internal
115
- */
116
115
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
117
116
  insertAdjacentHTML(position: InsertPosition, text: string): void;
118
117
  insertAdjacentText(where: InsertPosition, data: string): void;
@@ -444,22 +443,9 @@ export declare class Users extends Users_base {
444
443
  * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns.
445
444
  * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
446
445
  * There is an option on the grid for the user to reset the table to the default layout if they wish.
447
- *
448
- * This does *not* store the filter state, to store that use the separate `persisted-filter-model-key` attribute
449
446
  * @public
450
447
  */
451
448
  persistColumnStateKey: string;
452
- /**
453
- * The key to use for persisting the filter model in local browser or KV storage.
454
- *
455
- * @remarks
456
- *
457
- * Default behaviour when unset is to not save the filter config.
458
- * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
459
- *
460
- * @public
461
- */
462
- persistFilterModelKey: string;
463
449
  /**
464
450
  * This attribute controls whether to enable the search-bar.
465
451
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAIhF,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAiC,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAQ3C;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgOA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjOL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAmC;IAExF;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAErE;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;;;OAWG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;;OAIG;IACqC,cAAc,EAAE,cAAc,CAAY;IAElF,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAqB;IAEhE,sBAAsB,EAAE,eAAe,EAAE,CAAM;IAC/C,sBAAsB,EAAE,eAAe,EAAE,CAAM;IAE/C,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAgBjB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IASlC,SAAS,IAAI,IAAI;IAe1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAoCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAIhF,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAiC,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAQ3C;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsKA;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtKL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAmC;IAExF;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAErE;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;;OAIG;IACqC,cAAc,EAAE,cAAc,CAAY;IAElF,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAqB;IAEhE,sBAAsB,EAAE,eAAe,EAAE,CAAM;IAC/C,sBAAsB,EAAE,eAAe,EAAE,CAAM;IAE/C,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAgBjB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IASlC,SAAS,IAAI,IAAI;IAe1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAoCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"users.template.d.ts","sourceRoot":"","sources":["../../../src/users/users.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAoFrC,eAAO,MAAM,gBAAgB,6EAsC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,aAAa,4DAEzB,CAAC"}
1
+ {"version":3,"file":"users.template.d.ts","sourceRoot":"","sources":["../../../src/users/users.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAoFrC,eAAO,MAAM,gBAAgB,6EAqC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,aAAa,4DAEzB,CAAC"}
@@ -709,9 +709,6 @@ __decorate([
709
709
  __decorate([
710
710
  attr({ attribute: 'persist-column-state-key' })
711
711
  ], EntityManagement.prototype, "persistColumnStateKey", void 0);
712
- __decorate([
713
- attr({ attribute: 'persist-filter-model-key' })
714
- ], EntityManagement.prototype, "persistFilterModelKey", void 0);
715
712
  __decorate([
716
713
  observable
717
714
  ], EntityManagement.prototype, "gridOptions", void 0);
@@ -207,9 +207,6 @@ __decorate([
207
207
  __decorate([
208
208
  attr({ attribute: 'persist-column-state-key' })
209
209
  ], List.prototype, "persistColumnStateKey", void 0);
210
- __decorate([
211
- attr({ attribute: 'persist-filter-model-key' })
212
- ], List.prototype, "persistFilterModelKey", void 0);
213
210
  __decorate([
214
211
  attr({ mode: 'boolean', attribute: 'size-columns-to-fit' })
215
212
  ], List.prototype, "sizeColumnsToFit", void 0);
@@ -53,7 +53,6 @@ export const getPrefixedList = (prefix) => html `
53
53
  auto-cell-renderer-by-type
54
54
  rowSelection="${(x) => x.rowSelection}"
55
55
  persist-column-state-key=${(x) => x.persistColumnStateKey}
56
- persist-filter-model-key=${(x) => x.persistFilterModelKey}
57
56
  ?only-template-col-defs=${(x) => !!x.columns}
58
57
  readOnlyEdit="true"
59
58
  tooltipMouseTrack="true"
@@ -128,8 +128,6 @@ let Users = class Users extends LifecycleMixin(FASTElement) {
128
128
  * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns.
129
129
  * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
130
130
  * There is an option on the grid for the user to reset the table to the default layout if they wish.
131
- *
132
- * This does *not* store the filter state, to store that use the separate `persisted-filter-model-key` attribute
133
131
  * @public
134
132
  */
135
133
  this.persistColumnStateKey = 'entity_users_management';
@@ -313,9 +311,6 @@ __decorate([
313
311
  __decorate([
314
312
  attr({ attribute: 'persist-column-state-key' })
315
313
  ], Users.prototype, "persistColumnStateKey", void 0);
316
- __decorate([
317
- attr({ attribute: 'persist-filter-model-key' })
318
- ], Users.prototype, "persistFilterModelKey", void 0);
319
314
  __decorate([
320
315
  attr({ mode: 'boolean', attribute: 'enable-search-bar' })
321
316
  ], Users.prototype, "enableSearchBar", void 0);
@@ -84,7 +84,6 @@ export const getPrefixedUsers = (prefix) => html `
84
84
  :updateFormUiSchema=${(x) => editUserSchema(true, x.allAccessType, x.entityID, x.entityLabel, x.entityLabelKey, x.availableEntitiesEndpoint, x.additionalUpdateFields)}
85
85
  :createFormUiSchema=${(x) => editUserSchema(false, x.allAccessType, x.entityID, x.entityLabel, x.entityLabelKey, x.availableEntitiesEndpoint, x.additionalCreateFields)}
86
86
  persist-column-state-key=${(x) => x.persistColumnStateKey}
87
- persist-filter-model-key=${(x) => x.persistFilterModelKey}
88
87
  :columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}
89
88
  :datasourceConfig=${(x) => x.datasourceConfig}
90
89
  design-system-prefix=${prefix}
@@ -953,36 +953,6 @@
953
953
  "isProtected": false,
954
954
  "isAbstract": false
955
955
  },
956
- {
957
- "kind": "Property",
958
- "canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#persistFilterModelKey:member",
959
- "docComment": "/**\n * The key to use for persisting the filter model in local browser or KV storage.\n *\n * @remarks\n *\n * Default behaviour when unset is to not save the filter config. This value must be unique for each table in your app otherwise the persisted data will be corrupted.\n *\n * @public\n */\n",
960
- "excerptTokens": [
961
- {
962
- "kind": "Content",
963
- "text": "persistFilterModelKey: "
964
- },
965
- {
966
- "kind": "Content",
967
- "text": "string"
968
- },
969
- {
970
- "kind": "Content",
971
- "text": ";"
972
- }
973
- ],
974
- "isReadonly": false,
975
- "isOptional": false,
976
- "releaseTag": "Public",
977
- "name": "persistFilterModelKey",
978
- "propertyTypeTokenRange": {
979
- "startIndex": 1,
980
- "endIndex": 2
981
- },
982
- "isStatic": false,
983
- "isProtected": false,
984
- "isAbstract": false
985
- },
986
956
  {
987
957
  "kind": "Property",
988
958
  "canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#prefix:member",
@@ -2324,7 +2294,7 @@
2324
2294
  {
2325
2295
  "kind": "Property",
2326
2296
  "canonicalReference": "@genesislcap/foundation-entity-management!Users#persistColumnStateKey:member",
2327
- "docComment": "/**\n * This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.\n *\n * @remarks\n *\n * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns. This value must be unique for each table in your app otherwise the persisted data will be corrupted. There is an option on the grid for the user to reset the table to the default layout if they wish.\n *\n * This does *not* store the filter state, to store that use the separate `persisted-filter-model-key` attribute\n *\n * @public\n */\n",
2297
+ "docComment": "/**\n * This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.\n *\n * @remarks\n *\n * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns. This value must be unique for each table in your app otherwise the persisted data will be corrupted. There is an option on the grid for the user to reset the table to the default layout if they wish.\n *\n * @public\n */\n",
2328
2298
  "excerptTokens": [
2329
2299
  {
2330
2300
  "kind": "Content",
@@ -2351,36 +2321,6 @@
2351
2321
  "isProtected": false,
2352
2322
  "isAbstract": false
2353
2323
  },
2354
- {
2355
- "kind": "Property",
2356
- "canonicalReference": "@genesislcap/foundation-entity-management!Users#persistFilterModelKey:member",
2357
- "docComment": "/**\n * The key to use for persisting the filter model in local browser or KV storage.\n *\n * @remarks\n *\n * Default behaviour when unset is to not save the filter config. This value must be unique for each table in your app otherwise the persisted data will be corrupted.\n *\n * @public\n */\n",
2358
- "excerptTokens": [
2359
- {
2360
- "kind": "Content",
2361
- "text": "persistFilterModelKey: "
2362
- },
2363
- {
2364
- "kind": "Content",
2365
- "text": "string"
2366
- },
2367
- {
2368
- "kind": "Content",
2369
- "text": ";"
2370
- }
2371
- ],
2372
- "isReadonly": false,
2373
- "isOptional": false,
2374
- "releaseTag": "Public",
2375
- "name": "persistFilterModelKey",
2376
- "propertyTypeTokenRange": {
2377
- "startIndex": 1,
2378
- "endIndex": 2
2379
- },
2380
- "isStatic": false,
2381
- "isProtected": false,
2382
- "isAbstract": false
2383
- },
2384
2324
  {
2385
2325
  "kind": "Property",
2386
2326
  "canonicalReference": "@genesislcap/foundation-entity-management!Users#prefix:member",
@@ -259,16 +259,6 @@ export declare class EntityManagement extends EntityManagement_base {
259
259
  * @public
260
260
  */
261
261
  persistColumnStateKey: string;
262
- /**
263
- * The key to use for persisting the filter model in local browser or KV storage.
264
- *
265
- * @remarks
266
- *
267
- * Default behaviour when unset is to not save the filter config.
268
- * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
269
- * @public
270
- */
271
- persistFilterModelKey: string;
272
262
  /**
273
263
  * GridOptions to be passed down from application
274
264
  * @public
@@ -682,6 +672,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
682
672
  readonly previousSibling: ChildNode;
683
673
  textContent: string;
684
674
  appendChild<T_1 extends Node>(node: T_1): T_1;
675
+ /**
676
+ * @internal
677
+ */
685
678
  compareDocumentPosition(other: Node): number;
686
679
  contains(other: Node): boolean;
687
680
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -713,11 +706,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
713
706
  readonly NOTATION_NODE: number;
714
707
  readonly PROCESSING_INSTRUCTION_NODE: number;
715
708
  readonly TEXT_NODE: number;
716
- dispatchEvent(event: Event): boolean;
717
- /**
718
- * Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid
719
- * * @public
720
- */
709
+ dispatchEvent(event: Event): boolean; /**
710
+ * Determines where the buttons will appear
711
+ * @public
712
+ */
721
713
  ariaAtomic: string;
722
714
  ariaAutoComplete: string;
723
715
  ariaBusy: string;
@@ -768,10 +760,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
768
760
  readonly nextElementSibling: Element;
769
761
  readonly previousElementSibling: Element;
770
762
  readonly childElementCount: number;
771
- /**
772
- * Determines whether the button edit should be hidden in the column
773
- * @internal
774
- */
775
763
  readonly children: HTMLCollection;
776
764
  readonly firstElementChild: Element;
777
765
  readonly lastElementChild: Element;
@@ -846,7 +834,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
846
834
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
847
835
  onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
848
836
  onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
849
- onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
837
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any; /**
838
+ * Show the entity create form
839
+ * Sets the initial value on the form to be defaultEntityValues if present.
840
+ * @internal
841
+ */
850
842
  onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
851
843
  onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
852
844
  onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
@@ -1106,22 +1098,9 @@ export declare class Users extends Users_base {
1106
1098
  * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns.
1107
1099
  * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
1108
1100
  * There is an option on the grid for the user to reset the table to the default layout if they wish.
1109
- *
1110
- * This does *not* store the filter state, to store that use the separate `persisted-filter-model-key` attribute
1111
1101
  * @public
1112
1102
  */
1113
1103
  persistColumnStateKey: string;
1114
- /**
1115
- * The key to use for persisting the filter model in local browser or KV storage.
1116
- *
1117
- * @remarks
1118
- *
1119
- * Default behaviour when unset is to not save the filter config.
1120
- * This value must be unique for each table in your app otherwise the persisted data will be corrupted.
1121
- *
1122
- * @public
1123
- */
1124
- persistFilterModelKey: string;
1125
1104
  /**
1126
1105
  * This attribute controls whether to enable the search-bar.
1127
1106
  * @public
@@ -1312,6 +1291,9 @@ declare const Users_base: (new (...args: any[]) => {
1312
1291
  readonly part: DOMTokenList;
1313
1292
  readonly prefix: string;
1314
1293
  readonly scrollHeight: number;
1294
+ /**
1295
+ * Column definition, default to the UsersColumnConfig
1296
+ */
1315
1297
  scrollLeft: number;
1316
1298
  scrollTop: number;
1317
1299
  readonly scrollWidth: number;
@@ -1340,10 +1322,6 @@ declare const Users_base: (new (...args: any[]) => {
1340
1322
  hasAttributeNS(namespace: string, localName: string): boolean;
1341
1323
  hasAttributes(): boolean;
1342
1324
  hasPointerCapture(pointerId: number): boolean;
1343
- /**
1344
- * Definition of the `DATASERVER` query which is used when managing Counterpartys
1345
- * @internal
1346
- */
1347
1325
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
1348
1326
  insertAdjacentHTML(position: InsertPosition, text: string): void;
1349
1327
  insertAdjacentText(where: InsertPosition, data: string): void;
@@ -58,7 +58,6 @@ Where:<br /> - the title of the grid is `Counterparty Management`<br /> - the na
58
58
  | [hideEdit](./foundation-entity-management.entitymanagement.hideedit.md) | | boolean | Hides edit button |
59
59
  | [modalPosition](./foundation-entity-management.entitymanagement.modalposition.md) | | 'centre' \| 'left' \| 'right' | Determines where the modal dialog will appear on screen |
60
60
  | [persistColumnStateKey](./foundation-entity-management.entitymanagement.persistcolumnstatekey.md) | | string | 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. |
61
- | [persistFilterModelKey](./foundation-entity-management.entitymanagement.persistfiltermodelkey.md) | | string | The key to use for persisting the filter model in local browser or KV storage. |
62
61
  | [prefix](./foundation-entity-management.entitymanagement.prefix.md) | | string | Name of the design system prefix that will be used in renderers. |
63
62
  | [readEvent](./foundation-entity-management.entitymanagement.readevent.md) | | string | Name of the request on the Genesis server which fetches data for the form, example usage could include fetching additional data that is not available in the grid but required for the selected entity |
64
63
  | [readEventFn](./foundation-entity-management.entitymanagement.readeventfn.md) | | (entity: any) =&gt; any | Similar to readEvent but allows to provide function that will be executed before opening the form and yields data to the form |
@@ -68,7 +68,6 @@ const userColumns = [
68
68
  | [gridOptions](./foundation-entity-management.users.gridoptions.md) | | GridOptions | GridOptions to be passed down from application |
69
69
  | [isServerSideDatasource](./foundation-entity-management.users.isserversidedatasource.md) | <code>readonly</code> | boolean | |
70
70
  | [persistColumnStateKey](./foundation-entity-management.users.persistcolumnstatekey.md) | | string | This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to <code>entity_users_management</code>. |
71
- | [persistFilterModelKey](./foundation-entity-management.users.persistfiltermodelkey.md) | | string | The key to use for persisting the filter model in local browser or KV storage. |
72
71
  | [prefix](./foundation-entity-management.users.prefix.md) | | string | Name of the design system prefix that will be used for components. |
73
72
  | [updateEvent](./foundation-entity-management.users.updateevent.md) | | string | String which contains event if we have permission to update user of empty string if not |
74
73
 
@@ -16,5 +16,3 @@ persistColumnStateKey: string;
16
16
 
17
17
  Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns. This value must be unique for each table in your app otherwise the persisted data will be corrupted. There is an option on the grid for the user to reset the table to the default layout if they wish.
18
18
 
19
- This does \*not\* store the filter state, to store that use the separate `persisted-filter-model-key` attribute
20
-
@@ -135,7 +135,6 @@ export class EntityManagement extends EntityManagement_base {
135
135
  modalFormType: ModalFormType;
136
136
  modalPosition: 'centre' | 'left' | 'right';
137
137
  persistColumnStateKey: string;
138
- persistFilterModelKey: string;
139
138
  prefix: string;
140
139
  readEvent: string;
141
140
  readEventFn: (entity: any) => any;
@@ -273,7 +272,6 @@ export class Users extends Users_base {
273
272
  // (undocumented)
274
273
  get isServerSideDatasource(): boolean;
275
274
  persistColumnStateKey: string;
276
- persistFilterModelKey: string;
277
275
  prefix: string;
278
276
  // @internal (undocumented)
279
277
  readUserData(user: any): Promise<{
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.241.0-FUI-2294.1",
4
+ "version": "14.241.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.241.0-FUI-2294.1",
56
- "@genesislcap/genx": "14.241.0-FUI-2294.1",
57
- "@genesislcap/rollup-builder": "14.241.0-FUI-2294.1",
58
- "@genesislcap/ts-builder": "14.241.0-FUI-2294.1",
59
- "@genesislcap/uvu-playwright-builder": "14.241.0-FUI-2294.1",
60
- "@genesislcap/vite-builder": "14.241.0-FUI-2294.1",
61
- "@genesislcap/webpack-builder": "14.241.0-FUI-2294.1",
55
+ "@genesislcap/foundation-testing": "14.241.0",
56
+ "@genesislcap/genx": "14.241.0",
57
+ "@genesislcap/rollup-builder": "14.241.0",
58
+ "@genesislcap/ts-builder": "14.241.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.241.0",
60
+ "@genesislcap/vite-builder": "14.241.0",
61
+ "@genesislcap/webpack-builder": "14.241.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.241.0-FUI-2294.1",
67
- "@genesislcap/foundation-errors": "14.241.0-FUI-2294.1",
68
- "@genesislcap/foundation-events": "14.241.0-FUI-2294.1",
69
- "@genesislcap/foundation-forms": "14.241.0-FUI-2294.1",
70
- "@genesislcap/foundation-logger": "14.241.0-FUI-2294.1",
71
- "@genesislcap/foundation-login": "14.241.0-FUI-2294.1",
72
- "@genesislcap/foundation-notifications": "14.241.0-FUI-2294.1",
73
- "@genesislcap/foundation-ui": "14.241.0-FUI-2294.1",
74
- "@genesislcap/foundation-utils": "14.241.0-FUI-2294.1",
75
- "@genesislcap/foundation-zero": "14.241.0-FUI-2294.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.241.0-FUI-2294.1",
77
- "@genesislcap/grid-pro": "14.241.0-FUI-2294.1",
66
+ "@genesislcap/foundation-comms": "14.241.0",
67
+ "@genesislcap/foundation-errors": "14.241.0",
68
+ "@genesislcap/foundation-events": "14.241.0",
69
+ "@genesislcap/foundation-forms": "14.241.0",
70
+ "@genesislcap/foundation-logger": "14.241.0",
71
+ "@genesislcap/foundation-login": "14.241.0",
72
+ "@genesislcap/foundation-notifications": "14.241.0",
73
+ "@genesislcap/foundation-ui": "14.241.0",
74
+ "@genesislcap/foundation-utils": "14.241.0",
75
+ "@genesislcap/foundation-zero": "14.241.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.241.0",
77
+ "@genesislcap/grid-pro": "14.241.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "4affabe0640579feee69866bdc02151dfaf1982a"
94
+ "gitHead": "6837efcb9fe40e7044bb23d89368ecdcb20a4f3f"
95
95
  }
@@ -1,18 +0,0 @@
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; [persistFilterModelKey](./foundation-entity-management.entitymanagement.persistfiltermodelkey.md)
4
-
5
- ## EntityManagement.persistFilterModelKey property
6
-
7
- The key to use for persisting the filter model in local browser or KV storage.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- persistFilterModelKey: string;
13
- ```
14
-
15
- ## Remarks
16
-
17
- Default behaviour when unset is to not save the filter config. This value must be unique for each table in your app otherwise the persisted data will be corrupted.
18
-
@@ -1,18 +0,0 @@
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; [Users](./foundation-entity-management.users.md) &gt; [persistFilterModelKey](./foundation-entity-management.users.persistfiltermodelkey.md)
4
-
5
- ## Users.persistFilterModelKey property
6
-
7
- The key to use for persisting the filter model in local browser or KV storage.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- persistFilterModelKey: string;
13
- ```
14
-
15
- ## Remarks
16
-
17
- Default behaviour when unset is to not save the filter config. This value must be unique for each table in your app otherwise the persisted data will be corrupted.
18
-