@genesislcap/foundation-entity-management 14.194.1-alpha-d6fd42b.0 → 14.194.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 +84 -144
- package/dist/dts/entities/entities.d.ts +1 -14
- 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/esm/entities/entities.js +0 -9
- 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 -1
- package/dist/foundation-entity-management.d.ts +1 -14
- package/docs/api-report.md +0 -2
- 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",
|
|
@@ -343,15 +308,6 @@
|
|
|
343
308
|
"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.",
|
|
344
309
|
"privacy": "public"
|
|
345
310
|
},
|
|
346
|
-
{
|
|
347
|
-
"kind": "field",
|
|
348
|
-
"name": "blockScrollingOnContextMenu",
|
|
349
|
-
"type": {
|
|
350
|
-
"text": "boolean"
|
|
351
|
-
},
|
|
352
|
-
"default": "false",
|
|
353
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
|
|
354
|
-
},
|
|
355
311
|
{
|
|
356
312
|
"kind": "field",
|
|
357
313
|
"name": "gridOptions",
|
|
@@ -805,15 +761,6 @@
|
|
|
805
761
|
"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.",
|
|
806
762
|
"fieldName": "persistColumnStateKey"
|
|
807
763
|
},
|
|
808
|
-
{
|
|
809
|
-
"name": "block-scrolling-on-context-menu",
|
|
810
|
-
"type": {
|
|
811
|
-
"text": "boolean"
|
|
812
|
-
},
|
|
813
|
-
"default": "false",
|
|
814
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
815
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
816
|
-
},
|
|
817
764
|
{
|
|
818
765
|
"name": "size-columns-to-fit",
|
|
819
766
|
"type": {
|
|
@@ -935,6 +882,90 @@
|
|
|
935
882
|
}
|
|
936
883
|
]
|
|
937
884
|
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "javascript-module",
|
|
887
|
+
"path": "src/components/components.ts",
|
|
888
|
+
"declarations": [
|
|
889
|
+
{
|
|
890
|
+
"kind": "function",
|
|
891
|
+
"name": "loadRemotes"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"exports": [
|
|
895
|
+
{
|
|
896
|
+
"kind": "js",
|
|
897
|
+
"name": "loadRemotes",
|
|
898
|
+
"declaration": {
|
|
899
|
+
"name": "loadRemotes",
|
|
900
|
+
"module": "src/components/components.ts"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "javascript-module",
|
|
907
|
+
"path": "src/components/index.ts",
|
|
908
|
+
"declarations": [],
|
|
909
|
+
"exports": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "js",
|
|
912
|
+
"name": "*",
|
|
913
|
+
"declaration": {
|
|
914
|
+
"name": "*",
|
|
915
|
+
"package": "./components"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "javascript-module",
|
|
922
|
+
"path": "src/layouts/default.ts",
|
|
923
|
+
"declarations": [
|
|
924
|
+
{
|
|
925
|
+
"kind": "variable",
|
|
926
|
+
"name": "loginLayout",
|
|
927
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "variable",
|
|
931
|
+
"name": "defaultLayout",
|
|
932
|
+
"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)"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"exports": [
|
|
936
|
+
{
|
|
937
|
+
"kind": "js",
|
|
938
|
+
"name": "loginLayout",
|
|
939
|
+
"declaration": {
|
|
940
|
+
"name": "loginLayout",
|
|
941
|
+
"module": "src/layouts/default.ts"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "js",
|
|
946
|
+
"name": "defaultLayout",
|
|
947
|
+
"declaration": {
|
|
948
|
+
"name": "defaultLayout",
|
|
949
|
+
"module": "src/layouts/default.ts"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"kind": "javascript-module",
|
|
956
|
+
"path": "src/layouts/index.ts",
|
|
957
|
+
"declarations": [],
|
|
958
|
+
"exports": [
|
|
959
|
+
{
|
|
960
|
+
"kind": "js",
|
|
961
|
+
"name": "*",
|
|
962
|
+
"declaration": {
|
|
963
|
+
"name": "*",
|
|
964
|
+
"package": "./default"
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
},
|
|
938
969
|
{
|
|
939
970
|
"kind": "javascript-module",
|
|
940
971
|
"path": "src/list/index.ts",
|
|
@@ -1122,14 +1153,6 @@
|
|
|
1122
1153
|
"text": "GridProCaseType"
|
|
1123
1154
|
}
|
|
1124
1155
|
},
|
|
1125
|
-
{
|
|
1126
|
-
"kind": "field",
|
|
1127
|
-
"name": "blockScrollingOnContextMenu",
|
|
1128
|
-
"type": {
|
|
1129
|
-
"text": "boolean"
|
|
1130
|
-
},
|
|
1131
|
-
"default": "false"
|
|
1132
|
-
},
|
|
1133
1156
|
{
|
|
1134
1157
|
"kind": "field",
|
|
1135
1158
|
"name": "grid",
|
|
@@ -1371,14 +1394,6 @@
|
|
|
1371
1394
|
"text": "GridProCaseType"
|
|
1372
1395
|
},
|
|
1373
1396
|
"fieldName": "headerCaseType"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "block-scrolling-on-context-menu",
|
|
1377
|
-
"type": {
|
|
1378
|
-
"text": "boolean"
|
|
1379
|
-
},
|
|
1380
|
-
"default": "false",
|
|
1381
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
1382
1397
|
}
|
|
1383
1398
|
],
|
|
1384
1399
|
"mixins": [
|
|
@@ -1414,55 +1429,6 @@
|
|
|
1414
1429
|
}
|
|
1415
1430
|
]
|
|
1416
1431
|
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "javascript-module",
|
|
1419
|
-
"path": "src/layouts/default.ts",
|
|
1420
|
-
"declarations": [
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "variable",
|
|
1423
|
-
"name": "loginLayout",
|
|
1424
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "variable",
|
|
1428
|
-
"name": "defaultLayout",
|
|
1429
|
-
"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)"
|
|
1430
|
-
}
|
|
1431
|
-
],
|
|
1432
|
-
"exports": [
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "js",
|
|
1435
|
-
"name": "loginLayout",
|
|
1436
|
-
"declaration": {
|
|
1437
|
-
"name": "loginLayout",
|
|
1438
|
-
"module": "src/layouts/default.ts"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "js",
|
|
1443
|
-
"name": "defaultLayout",
|
|
1444
|
-
"declaration": {
|
|
1445
|
-
"name": "defaultLayout",
|
|
1446
|
-
"module": "src/layouts/default.ts"
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "javascript-module",
|
|
1453
|
-
"path": "src/layouts/index.ts",
|
|
1454
|
-
"declarations": [],
|
|
1455
|
-
"exports": [
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "js",
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"declaration": {
|
|
1460
|
-
"name": "*",
|
|
1461
|
-
"package": "./default"
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
1432
|
{
|
|
1467
1433
|
"kind": "javascript-module",
|
|
1468
1434
|
"path": "src/main/index.ts",
|
|
@@ -1930,19 +1896,6 @@
|
|
|
1930
1896
|
"module": "src/entities/entities.ts"
|
|
1931
1897
|
}
|
|
1932
1898
|
},
|
|
1933
|
-
{
|
|
1934
|
-
"kind": "field",
|
|
1935
|
-
"name": "blockScrollingOnContextMenu",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "boolean"
|
|
1938
|
-
},
|
|
1939
|
-
"default": "false",
|
|
1940
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1941
|
-
"inheritedFrom": {
|
|
1942
|
-
"name": "EntityManagement",
|
|
1943
|
-
"module": "src/entities/entities.ts"
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
1899
|
{
|
|
1947
1900
|
"kind": "field",
|
|
1948
1901
|
"name": "gridOptions",
|
|
@@ -2581,19 +2534,6 @@
|
|
|
2581
2534
|
"module": "src/entities/entities.ts"
|
|
2582
2535
|
}
|
|
2583
2536
|
},
|
|
2584
|
-
{
|
|
2585
|
-
"name": "block-scrolling-on-context-menu",
|
|
2586
|
-
"type": {
|
|
2587
|
-
"text": "boolean"
|
|
2588
|
-
},
|
|
2589
|
-
"default": "false",
|
|
2590
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
2591
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
2592
|
-
"inheritedFrom": {
|
|
2593
|
-
"name": "EntityManagement",
|
|
2594
|
-
"module": "src/entities/entities.ts"
|
|
2595
|
-
}
|
|
2596
|
-
},
|
|
2597
2537
|
{
|
|
2598
2538
|
"name": "size-columns-to-fit",
|
|
2599
2539
|
"type": {
|
|
@@ -79,14 +79,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
79
79
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
80
80
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
81
81
|
outerHTML: string;
|
|
82
|
-
readonly ownerDocument: Document;
|
|
83
|
-
* The configuration which is used when interacting with the resource on the backend
|
|
84
|
-
*
|
|
85
|
-
* @remarks
|
|
86
|
-
*
|
|
87
|
-
* Handles the configuration such as how many rows of entities to fetch at a time
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
82
|
+
readonly ownerDocument: Document;
|
|
90
83
|
readonly part: DOMTokenList;
|
|
91
84
|
readonly prefix: string;
|
|
92
85
|
readonly scrollHeight: number;
|
|
@@ -489,12 +482,6 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
489
482
|
* @public
|
|
490
483
|
*/
|
|
491
484
|
persistColumnStateKey: string;
|
|
492
|
-
/**
|
|
493
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
494
|
-
* @remarks Defaults to false
|
|
495
|
-
* @alpha
|
|
496
|
-
*/
|
|
497
|
-
blockScrollingOnContextMenu: boolean;
|
|
498
485
|
/**
|
|
499
486
|
* GridOptions to be passed down from application
|
|
500
487
|
* @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,EACL,OAAO,EACP,iBAAiB,EAGlB,MAAM,+BAA+B,CAAC;AACvC,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,EAIL,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAKjC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,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,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAKnD;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAKnD;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFAwD/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -355,7 +355,6 @@ export declare class List extends List_base {
|
|
|
355
355
|
hideEdit: boolean;
|
|
356
356
|
hideDelete: boolean;
|
|
357
357
|
headerCaseType: GridProCaseType;
|
|
358
|
-
blockScrollingOnContextMenu: boolean;
|
|
359
358
|
grid: ZeroGridPro;
|
|
360
359
|
datasource: GridProGenesisDatasource;
|
|
361
360
|
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;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,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;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;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAA4B,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAClG,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;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+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,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,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../src/list/list.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC,eAAO,MAAM,eAAe,4EA0D3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,YAAY,2DAExB,CAAC"}
|
|
@@ -87,12 +87,6 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
this.enableRowFlashing = false;
|
|
90
|
-
/**
|
|
91
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
92
|
-
* @remarks Defaults to false
|
|
93
|
-
* @alpha
|
|
94
|
-
*/
|
|
95
|
-
this.blockScrollingOnContextMenu = false;
|
|
96
90
|
/**
|
|
97
91
|
* Array with renderers used by foundation-forms
|
|
98
92
|
* @public
|
|
@@ -476,9 +470,6 @@ __decorate([
|
|
|
476
470
|
__decorate([
|
|
477
471
|
attr({ attribute: 'persist-column-state-key' })
|
|
478
472
|
], EntityManagement.prototype, "persistColumnStateKey", void 0);
|
|
479
|
-
__decorate([
|
|
480
|
-
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
481
|
-
], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
|
|
482
473
|
__decorate([
|
|
483
474
|
observable
|
|
484
475
|
], EntityManagement.prototype, "gridOptions", void 0);
|
|
@@ -65,7 +65,6 @@ export const getPrefixedEntities = (prefix) => html `
|
|
|
65
65
|
hide-edit=${(x) => x.hideEdit}
|
|
66
66
|
hide-delete=${(x) => x.hideDelete}
|
|
67
67
|
header-case-type=${(x) => x.headerCaseType}
|
|
68
|
-
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
69
68
|
>
|
|
70
69
|
<slot name="header" slot="header">${defaultHeader}</slot>
|
|
71
70
|
</entity-list>
|
package/dist/esm/list/list.js
CHANGED
|
@@ -25,7 +25,6 @@ let List = class List extends LifecycleMixin(FASTElement) {
|
|
|
25
25
|
this.enableRowFlashing = false;
|
|
26
26
|
this.hideEdit = false;
|
|
27
27
|
this.hideDelete = false;
|
|
28
|
-
this.blockScrollingOnContextMenu = false;
|
|
29
28
|
this.actionButtonsConfig = [];
|
|
30
29
|
this.edit = (e) => {
|
|
31
30
|
this.$emit('edit-entity', e);
|
|
@@ -184,9 +183,6 @@ __decorate([
|
|
|
184
183
|
__decorate([
|
|
185
184
|
attr({ attribute: 'header-case-type' })
|
|
186
185
|
], List.prototype, "headerCaseType", void 0);
|
|
187
|
-
__decorate([
|
|
188
|
-
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
189
|
-
], List.prototype, "blockScrollingOnContextMenu", void 0);
|
|
190
186
|
__decorate([
|
|
191
187
|
observable
|
|
192
188
|
], List.prototype, "gridOptions", void 0);
|
|
@@ -24,7 +24,6 @@ export const getPrefixedList = (prefix) => html `
|
|
|
24
24
|
enable-cell-flashing=${(x) => x.enableCellFlashing}
|
|
25
25
|
enable-row-flashing=${(x) => x.enableRowFlashing}
|
|
26
26
|
header-case-type=${(x) => x.headerCaseType}
|
|
27
|
-
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
28
27
|
>
|
|
29
28
|
<grid-pro-genesis-datasource
|
|
30
29
|
${ref('datasource')}
|
|
@@ -180,12 +180,6 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
persistColumnStateKey: string;
|
|
183
|
-
/**
|
|
184
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
185
|
-
* @remarks Defaults to false
|
|
186
|
-
* @alpha
|
|
187
|
-
*/
|
|
188
|
-
blockScrollingOnContextMenu: boolean;
|
|
189
183
|
/**
|
|
190
184
|
* GridOptions to be passed down from application
|
|
191
185
|
* @public
|
|
@@ -386,14 +380,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
386
380
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
387
381
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
388
382
|
outerHTML: string;
|
|
389
|
-
readonly ownerDocument: Document;
|
|
390
|
-
* The configuration which is used when interacting with the resource on the backend
|
|
391
|
-
*
|
|
392
|
-
* @remarks
|
|
393
|
-
*
|
|
394
|
-
* Handles the configuration such as how many rows of entities to fetch at a time
|
|
395
|
-
* @public
|
|
396
|
-
*/
|
|
383
|
+
readonly ownerDocument: Document;
|
|
397
384
|
readonly part: DOMTokenList;
|
|
398
385
|
readonly prefix: string;
|
|
399
386
|
readonly scrollHeight: number;
|
package/docs/api-report.md
CHANGED
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.194.1
|
|
4
|
+
"version": "14.194.1",
|
|
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.194.1
|
|
56
|
-
"@genesislcap/genx": "14.194.1
|
|
57
|
-
"@genesislcap/rollup-builder": "14.194.1
|
|
58
|
-
"@genesislcap/ts-builder": "14.194.1
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.194.1
|
|
60
|
-
"@genesislcap/vite-builder": "14.194.1
|
|
61
|
-
"@genesislcap/webpack-builder": "14.194.1
|
|
55
|
+
"@genesislcap/foundation-testing": "14.194.1",
|
|
56
|
+
"@genesislcap/genx": "14.194.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.194.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.194.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.194.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.194.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.194.1",
|
|
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.194.1
|
|
67
|
-
"@genesislcap/foundation-errors": "14.194.1
|
|
68
|
-
"@genesislcap/foundation-events": "14.194.1
|
|
69
|
-
"@genesislcap/foundation-forms": "14.194.1
|
|
70
|
-
"@genesislcap/foundation-logger": "14.194.1
|
|
71
|
-
"@genesislcap/foundation-login": "14.194.1
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.194.1
|
|
73
|
-
"@genesislcap/foundation-ui": "14.194.1
|
|
74
|
-
"@genesislcap/foundation-utils": "14.194.1
|
|
75
|
-
"@genesislcap/foundation-zero": "14.194.1
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.194.1
|
|
77
|
-
"@genesislcap/grid-pro": "14.194.1
|
|
66
|
+
"@genesislcap/foundation-comms": "14.194.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.194.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.194.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.194.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.194.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.194.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.194.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.194.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.194.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.194.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.194.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.194.1",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "fd89966869cd72af9e24ef5692e41ff8235f7136"
|
|
94
94
|
}
|