@genesislcap/foundation-entity-management 14.152.1-alpha-0ec6846ed3a.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.
- package/dist/custom-elements.json +37 -97
- package/dist/dts/entities/entities.d.ts +1 -10
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/entities/entities.template.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +0 -1
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/list/list.template.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +4 -21
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +1 -10
- package/dist/esm/entities/entities.template.js +0 -1
- package/dist/esm/list/list.js +0 -4
- package/dist/esm/list/list.template.js +0 -3
- package/dist/esm/users/users.js +0 -3
- package/dist/foundation-entity-management.api.json +1 -1
- package/dist/foundation-entity-management.d.ts +5 -31
- package/docs/api/foundation-entity-management.userscolumnconfig.md +0 -6
- package/docs/api-report.md +0 -14
- package/package.json +21 -21
|
@@ -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",
|
|
@@ -151,7 +116,7 @@
|
|
|
151
116
|
{
|
|
152
117
|
"kind": "variable",
|
|
153
118
|
"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 header-case-type=${(x) => x.headerCaseType}\n
|
|
119
|
+
"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
120
|
"description": "Defines the html of the entity component as a ViewTemplate object"
|
|
156
121
|
}
|
|
157
122
|
],
|
|
@@ -319,15 +284,6 @@
|
|
|
319
284
|
"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.",
|
|
320
285
|
"privacy": "public"
|
|
321
286
|
},
|
|
322
|
-
{
|
|
323
|
-
"kind": "field",
|
|
324
|
-
"name": "blockScrollingOnContextMenu",
|
|
325
|
-
"type": {
|
|
326
|
-
"text": "boolean"
|
|
327
|
-
},
|
|
328
|
-
"default": "false",
|
|
329
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
|
|
330
|
-
},
|
|
331
287
|
{
|
|
332
288
|
"kind": "field",
|
|
333
289
|
"name": "gridOptions",
|
|
@@ -726,15 +682,6 @@
|
|
|
726
682
|
"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.",
|
|
727
683
|
"fieldName": "persistColumnStateKey"
|
|
728
684
|
},
|
|
729
|
-
{
|
|
730
|
-
"name": "block-scrolling-on-context-menu",
|
|
731
|
-
"type": {
|
|
732
|
-
"text": "boolean"
|
|
733
|
-
},
|
|
734
|
-
"default": "false",
|
|
735
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
736
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
737
|
-
},
|
|
738
685
|
{
|
|
739
686
|
"name": "size-columns-to-fit",
|
|
740
687
|
"type": {
|
|
@@ -856,6 +803,41 @@
|
|
|
856
803
|
}
|
|
857
804
|
]
|
|
858
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
|
+
},
|
|
859
841
|
{
|
|
860
842
|
"kind": "javascript-module",
|
|
861
843
|
"path": "src/layouts/default.ts",
|
|
@@ -948,7 +930,7 @@
|
|
|
948
930
|
{
|
|
949
931
|
"kind": "variable",
|
|
950
932
|
"name": "listTemplate",
|
|
951
|
-
"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
|
|
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`"
|
|
952
934
|
}
|
|
953
935
|
],
|
|
954
936
|
"exports": [
|
|
@@ -1071,14 +1053,6 @@
|
|
|
1071
1053
|
"text": "GridProCaseType"
|
|
1072
1054
|
}
|
|
1073
1055
|
},
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "field",
|
|
1076
|
-
"name": "blockScrollingOnContextMenu",
|
|
1077
|
-
"type": {
|
|
1078
|
-
"text": "boolean"
|
|
1079
|
-
},
|
|
1080
|
-
"default": "false"
|
|
1081
|
-
},
|
|
1082
1056
|
{
|
|
1083
1057
|
"kind": "field",
|
|
1084
1058
|
"name": "grid",
|
|
@@ -1304,14 +1278,6 @@
|
|
|
1304
1278
|
"text": "GridProCaseType"
|
|
1305
1279
|
},
|
|
1306
1280
|
"fieldName": "headerCaseType"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "block-scrolling-on-context-menu",
|
|
1310
|
-
"type": {
|
|
1311
|
-
"text": "boolean"
|
|
1312
|
-
},
|
|
1313
|
-
"default": "false",
|
|
1314
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
1315
1281
|
}
|
|
1316
1282
|
],
|
|
1317
1283
|
"superclass": {
|
|
@@ -1780,19 +1746,6 @@
|
|
|
1780
1746
|
"module": "src/entities/entities.ts"
|
|
1781
1747
|
}
|
|
1782
1748
|
},
|
|
1783
|
-
{
|
|
1784
|
-
"kind": "field",
|
|
1785
|
-
"name": "blockScrollingOnContextMenu",
|
|
1786
|
-
"type": {
|
|
1787
|
-
"text": "boolean"
|
|
1788
|
-
},
|
|
1789
|
-
"default": "false",
|
|
1790
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1791
|
-
"inheritedFrom": {
|
|
1792
|
-
"name": "EntityManagement",
|
|
1793
|
-
"module": "src/entities/entities.ts"
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
1749
|
{
|
|
1797
1750
|
"kind": "field",
|
|
1798
1751
|
"name": "gridOptions",
|
|
@@ -2355,19 +2308,6 @@
|
|
|
2355
2308
|
"module": "src/entities/entities.ts"
|
|
2356
2309
|
}
|
|
2357
2310
|
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "block-scrolling-on-context-menu",
|
|
2360
|
-
"type": {
|
|
2361
|
-
"text": "boolean"
|
|
2362
|
-
},
|
|
2363
|
-
"default": "false",
|
|
2364
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
2365
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
2366
|
-
"inheritedFrom": {
|
|
2367
|
-
"name": "EntityManagement",
|
|
2368
|
-
"module": "src/entities/entities.ts"
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
2311
|
{
|
|
2372
2312
|
"name": "size-columns-to-fit",
|
|
2373
2313
|
"type": {
|
|
@@ -77,10 +77,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
77
77
|
readonly localName: string;
|
|
78
78
|
readonly namespaceURI: string;
|
|
79
79
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
80
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
81
|
-
* The name of the resource in the backend to interact with when dispatching actions from the update/create modal
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
80
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
84
81
|
outerHTML: string;
|
|
85
82
|
readonly ownerDocument: Document;
|
|
86
83
|
readonly part: DOMTokenList;
|
|
@@ -474,12 +471,6 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
474
471
|
* @public
|
|
475
472
|
*/
|
|
476
473
|
persistColumnStateKey: string;
|
|
477
|
-
/**
|
|
478
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
479
|
-
* @remarks Defaults to false
|
|
480
|
-
* @alpha
|
|
481
|
-
*/
|
|
482
|
-
blockScrollingOnContextMenu: boolean;
|
|
483
474
|
/**
|
|
484
475
|
* GridOptions to be passed down from application
|
|
485
476
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAkB,MAAM,+BAA+B,CAAC;AAC3F,OAAO,EAAa,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EACL,eAAe,EAGf,cAAc,EACf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAuB,WAAW,EAAwB,MAAM,yBAAyB,CAAC;AAKjG;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,GAAG,SAAS,CAAC,CAAC
|
|
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,
|
|
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"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export declare class List extends FASTElement {
|
|
|
18
18
|
hideEdit: boolean;
|
|
19
19
|
hideDelete: boolean;
|
|
20
20
|
headerCaseType: GridProCaseType;
|
|
21
|
-
blockScrollingOnContextMenu: boolean;
|
|
22
21
|
grid: ZeroGridPro;
|
|
23
22
|
datasource: GridProGenesisDatasource;
|
|
24
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;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;
|
|
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,
|
|
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;
|
|
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"}
|
|
@@ -76,12 +76,6 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
this.enableRowFlashing = false;
|
|
79
|
-
/**
|
|
80
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
81
|
-
* @remarks Defaults to false
|
|
82
|
-
* @alpha
|
|
83
|
-
*/
|
|
84
|
-
this.blockScrollingOnContextMenu = false;
|
|
85
79
|
/**
|
|
86
80
|
* Array with renderers used by foundation-forms
|
|
87
81
|
* @public
|
|
@@ -267,7 +261,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
267
261
|
return createCriteria(field, term);
|
|
268
262
|
}
|
|
269
263
|
else {
|
|
270
|
-
|
|
264
|
+
logger.debug('Cannot convert search option into criteria', option);
|
|
271
265
|
return;
|
|
272
266
|
}
|
|
273
267
|
})
|
|
@@ -416,9 +410,6 @@ __decorate([
|
|
|
416
410
|
__decorate([
|
|
417
411
|
attr({ attribute: 'persist-column-state-key' })
|
|
418
412
|
], EntityManagement.prototype, "persistColumnStateKey", void 0);
|
|
419
|
-
__decorate([
|
|
420
|
-
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
421
|
-
], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
|
|
422
413
|
__decorate([
|
|
423
414
|
observable
|
|
424
415
|
], EntityManagement.prototype, "gridOptions", void 0);
|
|
@@ -63,7 +63,6 @@ export const template = html `
|
|
|
63
63
|
hide-edit=${(x) => x.hideEdit}
|
|
64
64
|
hide-delete=${(x) => x.hideDelete}
|
|
65
65
|
header-case-type=${(x) => x.headerCaseType}
|
|
66
|
-
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
67
66
|
>
|
|
68
67
|
<slot name="header" slot="header">${defaultHeader}</slot>
|
|
69
68
|
</entity-list>
|
package/dist/esm/list/list.js
CHANGED
|
@@ -19,7 +19,6 @@ let List = class List extends FASTElement {
|
|
|
19
19
|
this.enableRowFlashing = false;
|
|
20
20
|
this.hideEdit = false;
|
|
21
21
|
this.hideDelete = false;
|
|
22
|
-
this.blockScrollingOnContextMenu = false;
|
|
23
22
|
this.actionButtonsConfig = [];
|
|
24
23
|
this.edit = (e) => {
|
|
25
24
|
this.$emit('edit-entity', e);
|
|
@@ -162,9 +161,6 @@ __decorate([
|
|
|
162
161
|
__decorate([
|
|
163
162
|
attr({ attribute: 'header-case-type' })
|
|
164
163
|
], List.prototype, "headerCaseType", void 0);
|
|
165
|
-
__decorate([
|
|
166
|
-
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
167
|
-
], List.prototype, "blockScrollingOnContextMenu", void 0);
|
|
168
164
|
__decorate([
|
|
169
165
|
observable
|
|
170
166
|
], List.prototype, "gridOptions", void 0);
|
|
@@ -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"
|
|
@@ -26,7 +24,6 @@ export const listTemplate = html `
|
|
|
26
24
|
enable-cell-flashing=${(x) => x.enableCellFlashing}
|
|
27
25
|
enable-row-flashing=${(x) => x.enableRowFlashing}
|
|
28
26
|
header-case-type=${(x) => x.headerCaseType}
|
|
29
|
-
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
30
27
|
>
|
|
31
28
|
<grid-pro-genesis-datasource
|
|
32
29
|
${ref('datasource')}
|
package/dist/esm/users/users.js
CHANGED
|
@@ -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
|
|
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",
|
|
@@ -169,12 +169,6 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
169
169
|
* @public
|
|
170
170
|
*/
|
|
171
171
|
persistColumnStateKey: string;
|
|
172
|
-
/**
|
|
173
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
174
|
-
* @remarks Defaults to false
|
|
175
|
-
* @alpha
|
|
176
|
-
*/
|
|
177
|
-
blockScrollingOnContextMenu: boolean;
|
|
178
172
|
/**
|
|
179
173
|
* GridOptions to be passed down from application
|
|
180
174
|
* @public
|
|
@@ -369,10 +363,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
369
363
|
readonly localName: string;
|
|
370
364
|
readonly namespaceURI: string;
|
|
371
365
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
372
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
373
|
-
* The name of the resource in the backend to interact with when dispatching actions from the update/create modal
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
366
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
376
367
|
outerHTML: string;
|
|
377
368
|
readonly ownerDocument: Document;
|
|
378
369
|
readonly part: DOMTokenList;
|
|
@@ -866,9 +857,6 @@ export declare class Users extends Users_base {
|
|
|
866
857
|
suppressSizeToFit: boolean;
|
|
867
858
|
cellRendererSelector: any;
|
|
868
859
|
enableCellChangeFlash: boolean;
|
|
869
|
-
enableRowGroup: boolean;
|
|
870
|
-
enablePivot: boolean;
|
|
871
|
-
enableValue: boolean;
|
|
872
860
|
};
|
|
873
861
|
/**
|
|
874
862
|
* Returns the config for an entity column if the entityID attribute is defined
|
|
@@ -880,9 +868,6 @@ export declare class Users extends Users_base {
|
|
|
880
868
|
headerName: string;
|
|
881
869
|
field: string;
|
|
882
870
|
enableCellChangeFlash: boolean;
|
|
883
|
-
enableRowGroup: boolean;
|
|
884
|
-
enablePivot: boolean;
|
|
885
|
-
enableValue: boolean;
|
|
886
871
|
}[];
|
|
887
872
|
/**
|
|
888
873
|
* Column definition, default to the UsersColumnConfig
|
|
@@ -1028,10 +1013,6 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
1028
1013
|
outerHTML: string;
|
|
1029
1014
|
readonly ownerDocument: Document;
|
|
1030
1015
|
readonly part: DOMTokenList;
|
|
1031
|
-
/**
|
|
1032
|
-
* entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
1016
|
readonly prefix: string;
|
|
1036
1017
|
readonly scrollHeight: number;
|
|
1037
1018
|
scrollLeft: number;
|
|
@@ -1040,7 +1021,10 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
1040
1021
|
readonly shadowRoot: ShadowRoot;
|
|
1041
1022
|
slot: string;
|
|
1042
1023
|
readonly tagName: string;
|
|
1043
|
-
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
|
+
*/
|
|
1044
1028
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1045
1029
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1046
1030
|
closest<E extends Element = Element>(selectors: string): E;
|
|
@@ -1071,10 +1055,6 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
1071
1055
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
1072
1056
|
removeAttributeNode(attr: Attr): Attr;
|
|
1073
1057
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1074
|
-
/**
|
|
1075
|
-
* Used as the callback function in {@link Users.statusColumn}
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
1058
|
requestPointerLock(): void;
|
|
1079
1059
|
scroll(options?: ScrollToOptions): void;
|
|
1080
1060
|
scroll(x: number, y: number): void;
|
|
@@ -1324,9 +1304,6 @@ export declare const UsersColumnConfig: ({
|
|
|
1324
1304
|
field: string;
|
|
1325
1305
|
headerName: string;
|
|
1326
1306
|
enableCellChangeFlash: boolean;
|
|
1327
|
-
enableRowGroup: boolean;
|
|
1328
|
-
enablePivot: boolean;
|
|
1329
|
-
enableValue: boolean;
|
|
1330
1307
|
} | {
|
|
1331
1308
|
field: string;
|
|
1332
1309
|
headerName: string;
|
|
@@ -1334,9 +1311,6 @@ export declare const UsersColumnConfig: ({
|
|
|
1334
1311
|
value: any;
|
|
1335
1312
|
}) => string;
|
|
1336
1313
|
enableCellChangeFlash: boolean;
|
|
1337
|
-
enableRowGroup: boolean;
|
|
1338
|
-
enablePivot: boolean;
|
|
1339
|
-
enableValue: boolean;
|
|
1340
1314
|
})[];
|
|
1341
1315
|
|
|
1342
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
|
|
package/docs/api-report.md
CHANGED
|
@@ -46,8 +46,6 @@ export class EntityManagement extends EntityManagement_base {
|
|
|
46
46
|
asyncAdd: boolean;
|
|
47
47
|
asyncRemove: boolean;
|
|
48
48
|
asyncUpdate: boolean;
|
|
49
|
-
// @alpha
|
|
50
|
-
blockScrollingOnContextMenu: boolean;
|
|
51
49
|
// (undocumented)
|
|
52
50
|
closeModal(): void;
|
|
53
51
|
columns: ColDef[];
|
|
@@ -213,9 +211,6 @@ export class Users extends Users_base {
|
|
|
213
211
|
headerName: string;
|
|
214
212
|
field: string;
|
|
215
213
|
enableCellChangeFlash: boolean;
|
|
216
|
-
enableRowGroup: boolean;
|
|
217
|
-
enablePivot: boolean;
|
|
218
|
-
enableValue: boolean;
|
|
219
214
|
}[];
|
|
220
215
|
// @internal
|
|
221
216
|
entityID: string;
|
|
@@ -252,9 +247,6 @@ export class Users extends Users_base {
|
|
|
252
247
|
suppressSizeToFit: boolean;
|
|
253
248
|
cellRendererSelector: any;
|
|
254
249
|
enableCellChangeFlash: boolean;
|
|
255
|
-
enableRowGroup: boolean;
|
|
256
|
-
enablePivot: boolean;
|
|
257
|
-
enableValue: boolean;
|
|
258
250
|
};
|
|
259
251
|
// @internal
|
|
260
252
|
statusRendererSelector(params: any): {
|
|
@@ -273,9 +265,6 @@ export const UsersColumnConfig: ({
|
|
|
273
265
|
field: string;
|
|
274
266
|
headerName: string;
|
|
275
267
|
enableCellChangeFlash: boolean;
|
|
276
|
-
enableRowGroup: boolean;
|
|
277
|
-
enablePivot: boolean;
|
|
278
|
-
enableValue: boolean;
|
|
279
268
|
} | {
|
|
280
269
|
field: string;
|
|
281
270
|
headerName: string;
|
|
@@ -283,9 +272,6 @@ export const UsersColumnConfig: ({
|
|
|
283
272
|
value: any;
|
|
284
273
|
}) => string;
|
|
285
274
|
enableCellChangeFlash: boolean;
|
|
286
|
-
enableRowGroup: boolean;
|
|
287
|
-
enablePivot: boolean;
|
|
288
|
-
enableValue: boolean;
|
|
289
275
|
})[];
|
|
290
276
|
|
|
291
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.1
|
|
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.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
|
|
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.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
|
|
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": "
|
|
84
|
+
"gitHead": "cc23164203a9c71dee499826c28da1c577dc08d3"
|
|
85
85
|
}
|