@genesislcap/foundation-entity-management 14.152.0 → 14.152.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.
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -838,6 +803,90 @@
838
803
  }
839
804
  ]
840
805
  },
806
+ {
807
+ "kind": "javascript-module",
808
+ "path": "src/components/components.ts",
809
+ "declarations": [
810
+ {
811
+ "kind": "function",
812
+ "name": "loadRemotes"
813
+ }
814
+ ],
815
+ "exports": [
816
+ {
817
+ "kind": "js",
818
+ "name": "loadRemotes",
819
+ "declaration": {
820
+ "name": "loadRemotes",
821
+ "module": "src/components/components.ts"
822
+ }
823
+ }
824
+ ]
825
+ },
826
+ {
827
+ "kind": "javascript-module",
828
+ "path": "src/components/index.ts",
829
+ "declarations": [],
830
+ "exports": [
831
+ {
832
+ "kind": "js",
833
+ "name": "*",
834
+ "declaration": {
835
+ "name": "*",
836
+ "package": "./components"
837
+ }
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "kind": "javascript-module",
843
+ "path": "src/layouts/default.ts",
844
+ "declarations": [
845
+ {
846
+ "kind": "variable",
847
+ "name": "loginLayout",
848
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
849
+ },
850
+ {
851
+ "kind": "variable",
852
+ "name": "defaultLayout",
853
+ "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)"
854
+ }
855
+ ],
856
+ "exports": [
857
+ {
858
+ "kind": "js",
859
+ "name": "loginLayout",
860
+ "declaration": {
861
+ "name": "loginLayout",
862
+ "module": "src/layouts/default.ts"
863
+ }
864
+ },
865
+ {
866
+ "kind": "js",
867
+ "name": "defaultLayout",
868
+ "declaration": {
869
+ "name": "defaultLayout",
870
+ "module": "src/layouts/default.ts"
871
+ }
872
+ }
873
+ ]
874
+ },
875
+ {
876
+ "kind": "javascript-module",
877
+ "path": "src/layouts/index.ts",
878
+ "declarations": [],
879
+ "exports": [
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./default"
886
+ }
887
+ }
888
+ ]
889
+ },
841
890
  {
842
891
  "kind": "javascript-module",
843
892
  "path": "src/list/index.ts",
@@ -881,7 +930,7 @@
881
930
  {
882
931
  "kind": "variable",
883
932
  "name": "listTemplate",
884
- "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`"
933
+ "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 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`"
885
934
  }
886
935
  ],
887
936
  "exports": [
@@ -1258,55 +1307,6 @@
1258
1307
  }
1259
1308
  ]
1260
1309
  },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/layouts/default.ts",
1264
- "declarations": [
1265
- {
1266
- "kind": "variable",
1267
- "name": "loginLayout",
1268
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1269
- },
1270
- {
1271
- "kind": "variable",
1272
- "name": "defaultLayout",
1273
- "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)"
1274
- }
1275
- ],
1276
- "exports": [
1277
- {
1278
- "kind": "js",
1279
- "name": "loginLayout",
1280
- "declaration": {
1281
- "name": "loginLayout",
1282
- "module": "src/layouts/default.ts"
1283
- }
1284
- },
1285
- {
1286
- "kind": "js",
1287
- "name": "defaultLayout",
1288
- "declaration": {
1289
- "name": "defaultLayout",
1290
- "module": "src/layouts/default.ts"
1291
- }
1292
- }
1293
- ]
1294
- },
1295
- {
1296
- "kind": "javascript-module",
1297
- "path": "src/layouts/index.ts",
1298
- "declarations": [],
1299
- "exports": [
1300
- {
1301
- "kind": "js",
1302
- "name": "*",
1303
- "declaration": {
1304
- "name": "*",
1305
- "package": "./default"
1306
- }
1307
- }
1308
- ]
1309
- },
1310
1310
  {
1311
1311
  "kind": "javascript-module",
1312
1312
  "path": "src/main/index.ts",
@@ -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,2DA2DxB,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,2DAyDxB,CAAC"}
@@ -14,9 +14,6 @@ export declare const UsersColumnConfig: ({
14
14
  field: string;
15
15
  headerName: string;
16
16
  enableCellChangeFlash: boolean;
17
- enableRowGroup: boolean;
18
- enablePivot: boolean;
19
- enableValue: boolean;
20
17
  } | {
21
18
  field: string;
22
19
  headerName: string;
@@ -24,9 +21,6 @@ export declare const UsersColumnConfig: ({
24
21
  value: any;
25
22
  }) => string;
26
23
  enableCellChangeFlash: boolean;
27
- enableRowGroup: boolean;
28
- enablePivot: boolean;
29
- enableValue: boolean;
30
24
  })[];
31
25
  declare const Users_base: (new (...args: any[]) => {
32
26
  "__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
@@ -84,10 +78,6 @@ declare const Users_base: (new (...args: any[]) => {
84
78
  outerHTML: string;
85
79
  readonly ownerDocument: Document;
86
80
  readonly part: DOMTokenList;
87
- /**
88
- * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
89
- * @internal
90
- */
91
81
  readonly prefix: string;
92
82
  readonly scrollHeight: number;
93
83
  scrollLeft: number;
@@ -96,7 +86,10 @@ declare const Users_base: (new (...args: any[]) => {
96
86
  readonly shadowRoot: ShadowRoot;
97
87
  slot: string;
98
88
  readonly tagName: string;
99
- attachShadow(init: ShadowRootInit): ShadowRoot;
89
+ attachShadow(init: ShadowRootInit): ShadowRoot; /**
90
+ * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
91
+ * @internal
92
+ */
100
93
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
101
94
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
102
95
  closest<E extends Element = Element>(selectors: string): E;
@@ -127,10 +120,6 @@ declare const Users_base: (new (...args: any[]) => {
127
120
  removeAttributeNS(namespace: string, localName: string): void;
128
121
  removeAttributeNode(attr: Attr): Attr;
129
122
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
130
- /**
131
- * Used as the callback function in {@link Users.statusColumn}
132
- * @internal
133
- */
134
123
  requestPointerLock(): void;
135
124
  scroll(options?: ScrollToOptions): void;
136
125
  scroll(x: number, y: number): void;
@@ -474,9 +463,6 @@ export declare class Users extends Users_base {
474
463
  suppressSizeToFit: boolean;
475
464
  cellRendererSelector: any;
476
465
  enableCellChangeFlash: boolean;
477
- enableRowGroup: boolean;
478
- enablePivot: boolean;
479
- enableValue: boolean;
480
466
  };
481
467
  /**
482
468
  * Returns the config for an entity column if the entityID attribute is defined
@@ -488,9 +474,6 @@ export declare class Users extends Users_base {
488
474
  headerName: string;
489
475
  field: string;
490
476
  enableCellChangeFlash: boolean;
491
- enableRowGroup: boolean;
492
- enablePivot: boolean;
493
- enableValue: boolean;
494
477
  }[];
495
478
  /**
496
479
  * Column definition, default to the UsersColumnConfig
@@ -1 +1 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAWtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8KA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiEH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAnPL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;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,CAAC;IAEtD;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,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;IAcd,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,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAQtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDA0LA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3LL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;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,CAAC;IAEtD;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,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;IAcd,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"}
@@ -261,7 +261,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
261
261
  return createCriteria(field, term);
262
262
  }
263
263
  else {
264
- console.log('Cannot convert search option into criteria', option);
264
+ logger.debug('Cannot convert search option into criteria', option);
265
265
  return;
266
266
  }
267
267
  })
@@ -13,8 +13,6 @@ export const listTemplate = html `
13
13
  ${ref('grid')}
14
14
  auto-cell-renderer-by-type
15
15
  rowSelection="single"
16
- rowHeight="36"
17
- headerHeight="36"
18
16
  persist-column-state-key=${(x) => x.persistColumnStateKey}
19
17
  ?only-template-col-defs=${(x) => !!x.columns}
20
18
  readOnlyEdit="true"
@@ -8,9 +8,6 @@ import { getErrorFormat, logger } from '../utils';
8
8
  import { UsersTemplate } from './users.template';
9
9
  const defaultColumnConfig = {
10
10
  enableCellChangeFlash: true,
11
- enableRowGroup: false,
12
- enablePivot: true,
13
- enableValue: true,
14
11
  };
15
12
  /**
16
13
  * Defines the default columns which are present on the user management component
@@ -2843,7 +2843,7 @@
2843
2843
  },
2844
2844
  {
2845
2845
  "kind": "Content",
2846
- "text": "({\n field: string;\n headerName: string;\n enableCellChangeFlash: boolean;\n enableRowGroup: boolean;\n enablePivot: boolean;\n enableValue: boolean;\n} | {\n field: string;\n headerName: string;\n valueFormatter: ({ value }: {\n value: any;\n }) => string;\n enableCellChangeFlash: boolean;\n enableRowGroup: boolean;\n enablePivot: boolean;\n enableValue: boolean;\n})[]"
2846
+ "text": "({\n field: string;\n headerName: string;\n enableCellChangeFlash: boolean;\n} | {\n field: string;\n headerName: string;\n valueFormatter: ({ value }: {\n value: any;\n }) => string;\n enableCellChangeFlash: boolean;\n})[]"
2847
2847
  }
2848
2848
  ],
2849
2849
  "fileUrlPath": "src/users/users.ts",
@@ -857,9 +857,6 @@ export declare class Users extends Users_base {
857
857
  suppressSizeToFit: boolean;
858
858
  cellRendererSelector: any;
859
859
  enableCellChangeFlash: boolean;
860
- enableRowGroup: boolean;
861
- enablePivot: boolean;
862
- enableValue: boolean;
863
860
  };
864
861
  /**
865
862
  * Returns the config for an entity column if the entityID attribute is defined
@@ -871,9 +868,6 @@ export declare class Users extends Users_base {
871
868
  headerName: string;
872
869
  field: string;
873
870
  enableCellChangeFlash: boolean;
874
- enableRowGroup: boolean;
875
- enablePivot: boolean;
876
- enableValue: boolean;
877
871
  }[];
878
872
  /**
879
873
  * Column definition, default to the UsersColumnConfig
@@ -1019,10 +1013,6 @@ declare const Users_base: (new (...args: any[]) => {
1019
1013
  outerHTML: string;
1020
1014
  readonly ownerDocument: Document;
1021
1015
  readonly part: DOMTokenList;
1022
- /**
1023
- * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
1024
- * @internal
1025
- */
1026
1016
  readonly prefix: string;
1027
1017
  readonly scrollHeight: number;
1028
1018
  scrollLeft: number;
@@ -1031,7 +1021,10 @@ declare const Users_base: (new (...args: any[]) => {
1031
1021
  readonly shadowRoot: ShadowRoot;
1032
1022
  slot: string;
1033
1023
  readonly tagName: string;
1034
- attachShadow(init: ShadowRootInit): ShadowRoot;
1024
+ attachShadow(init: ShadowRootInit): ShadowRoot; /**
1025
+ * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
1026
+ * @internal
1027
+ */
1035
1028
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
1036
1029
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
1037
1030
  closest<E extends Element = Element>(selectors: string): E;
@@ -1062,10 +1055,6 @@ declare const Users_base: (new (...args: any[]) => {
1062
1055
  removeAttributeNS(namespace: string, localName: string): void;
1063
1056
  removeAttributeNode(attr: Attr): Attr;
1064
1057
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
1065
- /**
1066
- * Used as the callback function in {@link Users.statusColumn}
1067
- * @internal
1068
- */
1069
1058
  requestPointerLock(): void;
1070
1059
  scroll(options?: ScrollToOptions): void;
1071
1060
  scroll(x: number, y: number): void;
@@ -1315,9 +1304,6 @@ export declare const UsersColumnConfig: ({
1315
1304
  field: string;
1316
1305
  headerName: string;
1317
1306
  enableCellChangeFlash: boolean;
1318
- enableRowGroup: boolean;
1319
- enablePivot: boolean;
1320
- enableValue: boolean;
1321
1307
  } | {
1322
1308
  field: string;
1323
1309
  headerName: string;
@@ -1325,9 +1311,6 @@ export declare const UsersColumnConfig: ({
1325
1311
  value: any;
1326
1312
  }) => string;
1327
1313
  enableCellChangeFlash: boolean;
1328
- enableRowGroup: boolean;
1329
- enablePivot: boolean;
1330
- enableValue: boolean;
1331
1314
  })[];
1332
1315
 
1333
1316
  export { }
@@ -13,9 +13,6 @@ UsersColumnConfig: ({
13
13
  field: string;
14
14
  headerName: string;
15
15
  enableCellChangeFlash: boolean;
16
- enableRowGroup: boolean;
17
- enablePivot: boolean;
18
- enableValue: boolean;
19
16
  } | {
20
17
  field: string;
21
18
  headerName: string;
@@ -23,9 +20,6 @@ UsersColumnConfig: ({
23
20
  value: any;
24
21
  }) => string;
25
22
  enableCellChangeFlash: boolean;
26
- enableRowGroup: boolean;
27
- enablePivot: boolean;
28
- enableValue: boolean;
29
23
  })[]
30
24
  ```
31
25
 
@@ -211,9 +211,6 @@ export class Users extends Users_base {
211
211
  headerName: string;
212
212
  field: string;
213
213
  enableCellChangeFlash: boolean;
214
- enableRowGroup: boolean;
215
- enablePivot: boolean;
216
- enableValue: boolean;
217
214
  }[];
218
215
  // @internal
219
216
  entityID: string;
@@ -250,9 +247,6 @@ export class Users extends Users_base {
250
247
  suppressSizeToFit: boolean;
251
248
  cellRendererSelector: any;
252
249
  enableCellChangeFlash: boolean;
253
- enableRowGroup: boolean;
254
- enablePivot: boolean;
255
- enableValue: boolean;
256
250
  };
257
251
  // @internal
258
252
  statusRendererSelector(params: any): {
@@ -271,9 +265,6 @@ export const UsersColumnConfig: ({
271
265
  field: string;
272
266
  headerName: string;
273
267
  enableCellChangeFlash: boolean;
274
- enableRowGroup: boolean;
275
- enablePivot: boolean;
276
- enableValue: boolean;
277
268
  } | {
278
269
  field: string;
279
270
  headerName: string;
@@ -281,9 +272,6 @@ export const UsersColumnConfig: ({
281
272
  value: any;
282
273
  }) => string;
283
274
  enableCellChangeFlash: boolean;
284
- enableRowGroup: boolean;
285
- enablePivot: boolean;
286
- enableValue: boolean;
287
275
  })[];
288
276
 
289
277
  // (No @packageDocumentation comment for this package)
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.152.0",
4
+ "version": "14.152.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.152.0",
47
- "@genesislcap/genx": "14.152.0",
48
- "@genesislcap/rollup-builder": "14.152.0",
49
- "@genesislcap/ts-builder": "14.152.0",
50
- "@genesislcap/uvu-playwright-builder": "14.152.0",
51
- "@genesislcap/vite-builder": "14.152.0",
52
- "@genesislcap/webpack-builder": "14.152.0",
46
+ "@genesislcap/foundation-testing": "14.152.1",
47
+ "@genesislcap/genx": "14.152.1",
48
+ "@genesislcap/rollup-builder": "14.152.1",
49
+ "@genesislcap/ts-builder": "14.152.1",
50
+ "@genesislcap/uvu-playwright-builder": "14.152.1",
51
+ "@genesislcap/vite-builder": "14.152.1",
52
+ "@genesislcap/webpack-builder": "14.152.1",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.152.0",
58
- "@genesislcap/foundation-errors": "14.152.0",
59
- "@genesislcap/foundation-events": "14.152.0",
60
- "@genesislcap/foundation-forms": "14.152.0",
61
- "@genesislcap/foundation-logger": "14.152.0",
62
- "@genesislcap/foundation-login": "14.152.0",
63
- "@genesislcap/foundation-notifications": "14.152.0",
64
- "@genesislcap/foundation-ui": "14.152.0",
65
- "@genesislcap/foundation-utils": "14.152.0",
66
- "@genesislcap/foundation-zero": "14.152.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.152.0",
68
- "@genesislcap/grid-pro": "14.152.0",
57
+ "@genesislcap/foundation-comms": "14.152.1",
58
+ "@genesislcap/foundation-errors": "14.152.1",
59
+ "@genesislcap/foundation-events": "14.152.1",
60
+ "@genesislcap/foundation-forms": "14.152.1",
61
+ "@genesislcap/foundation-logger": "14.152.1",
62
+ "@genesislcap/foundation-login": "14.152.1",
63
+ "@genesislcap/foundation-notifications": "14.152.1",
64
+ "@genesislcap/foundation-ui": "14.152.1",
65
+ "@genesislcap/foundation-utils": "14.152.1",
66
+ "@genesislcap/foundation-zero": "14.152.1",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.152.1",
68
+ "@genesislcap/grid-pro": "14.152.1",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "f3d0250895a2e94b877e74ed2e2767831ee7b1de"
84
+ "gitHead": "cc23164203a9c71dee499826c28da1c577dc08d3"
85
85
  }