@genesislcap/foundation-entity-management 14.144.1 → 14.144.2-alpha-d5a1f36.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.
- package/dist/custom-elements.json +121 -61
- package/dist/dts/entities/entities.d.ts +24 -4
- 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 +1 -0
- 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 +9 -0
- package/dist/esm/entities/entities.template.js +1 -0
- package/dist/esm/list/list.js +4 -0
- package/dist/esm/list/list.template.js +1 -0
- package/dist/foundation-entity-management.d.ts +24 -4
- package/docs/api-report.md +2 -0
- package/package.json +16 -16
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
{
|
|
152
152
|
"kind": "variable",
|
|
153
153
|
"name": "template",
|
|
154
|
-
"default": "html<EntityManagement>`\n <div class=\"container\">\n <slot name=\"header\" part=\"header\">${(x) => x.headerTempalate}</slot>\n <entity-list\n title=${(x) => x.title}\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit=${(x) => x.sizeColumnsToFit}\n enable-filter-bar=${(x) => x.enableFilterBar}\n resourceName=${(x) => x.resourceName}\n :deleteEvent=${(x) => x.deleteEvent}\n :updateEvent=${(x) => x.updateEvent}\n :gridOptions=${(x) => x.gridOptions}\n :columns=${(x) => x.columns}\n :datasourceConfig=${(x) => x.datasourceConfig}\n data-test-id=\"entity-list\"\n hide-edit=${(x) => x.hideEdit}\n hide-delete=${(x) => x.hideDelete}\n >\n <slot name=\"header\" slot=\"header\">${defaultHeader}</slot>\n </entity-list>\n <zero-modal\n ${ref('editEntityModal')}\n position=${(x) => x.modalPosition}\n :onCloseCallback=${(x) => x.closeModal.bind(x)}\n data-test-id=\"edit-entity-modal\"\n >\n <div slot=\"top\" data-test-id=\"dialog-title\">${(x) => x.editDialogTitle}</div>\n\n <slot name=\"edit\">\n ${when(\n (x) => x.editModalVisible,\n html<EntityManagement>`\n <foundation-form\n part=\"form\"\n :renderers=${(x) => x.formRenderers}\n resourceName=${(x) => x.formResourceName}\n :data=${(x) => x.editedEntity}\n :uischema=${(x) => x.formUiSchema}\n readonly=${(x) => x.readonly}\n @submit-success=${(x, c) => x.submitEntityChanges(c.event as CustomEvent)}\n ></foundation-form>\n `,\n )}\n </slot>\n </zero-modal>\n </div>\n`",
|
|
154
|
+
"default": "html<EntityManagement>`\n <div class=\"container\">\n <slot name=\"header\" part=\"header\">${(x) => x.headerTempalate}</slot>\n <entity-list\n title=${(x) => x.title}\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit=${(x) => x.sizeColumnsToFit}\n enable-filter-bar=${(x) => x.enableFilterBar}\n resourceName=${(x) => x.resourceName}\n :deleteEvent=${(x) => x.deleteEvent}\n :updateEvent=${(x) => x.updateEvent}\n :gridOptions=${(x) => x.gridOptions}\n :columns=${(x) => x.columns}\n :datasourceConfig=${(x) => x.datasourceConfig}\n data-test-id=\"entity-list\"\n hide-edit=${(x) => x.hideEdit}\n hide-delete=${(x) => x.hideDelete}\n block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}\n >\n <slot name=\"header\" slot=\"header\">${defaultHeader}</slot>\n </entity-list>\n <zero-modal\n ${ref('editEntityModal')}\n position=${(x) => x.modalPosition}\n :onCloseCallback=${(x) => x.closeModal.bind(x)}\n data-test-id=\"edit-entity-modal\"\n >\n <div slot=\"top\" data-test-id=\"dialog-title\">${(x) => x.editDialogTitle}</div>\n\n <slot name=\"edit\">\n ${when(\n (x) => x.editModalVisible,\n html<EntityManagement>`\n <foundation-form\n part=\"form\"\n :renderers=${(x) => x.formRenderers}\n resourceName=${(x) => x.formResourceName}\n :data=${(x) => x.editedEntity}\n :uischema=${(x) => x.formUiSchema}\n readonly=${(x) => x.readonly}\n @submit-success=${(x, c) => x.submitEntityChanges(c.event as CustomEvent)}\n ></foundation-form>\n `,\n )}\n </slot>\n </zero-modal>\n </div>\n`",
|
|
155
155
|
"description": "Defines the html of the entity component as a ViewTemplate object"
|
|
156
156
|
}
|
|
157
157
|
],
|
|
@@ -319,6 +319,15 @@
|
|
|
319
319
|
"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
320
|
"privacy": "public"
|
|
321
321
|
},
|
|
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
|
+
},
|
|
322
331
|
{
|
|
323
332
|
"kind": "field",
|
|
324
333
|
"name": "gridOptions",
|
|
@@ -706,6 +715,15 @@
|
|
|
706
715
|
"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.",
|
|
707
716
|
"fieldName": "persistColumnStateKey"
|
|
708
717
|
},
|
|
718
|
+
{
|
|
719
|
+
"name": "block-scrolling-on-context-menu",
|
|
720
|
+
"type": {
|
|
721
|
+
"text": "boolean"
|
|
722
|
+
},
|
|
723
|
+
"default": "false",
|
|
724
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
725
|
+
"fieldName": "blockScrollingOnContextMenu"
|
|
726
|
+
},
|
|
709
727
|
{
|
|
710
728
|
"name": "size-columns-to-fit",
|
|
711
729
|
"type": {
|
|
@@ -910,7 +928,7 @@
|
|
|
910
928
|
{
|
|
911
929
|
"kind": "variable",
|
|
912
930
|
"name": "listTemplate",
|
|
913
|
-
"default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n readOnlyEdit=\"true\"\n tooltipMouseTrack=\"true\"\n tooltipShowDelay=\"0\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
|
|
931
|
+
"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 block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
|
|
914
932
|
}
|
|
915
933
|
],
|
|
916
934
|
"exports": [
|
|
@@ -1026,6 +1044,14 @@
|
|
|
1026
1044
|
},
|
|
1027
1045
|
"default": "false"
|
|
1028
1046
|
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "field",
|
|
1049
|
+
"name": "blockScrollingOnContextMenu",
|
|
1050
|
+
"type": {
|
|
1051
|
+
"text": "boolean"
|
|
1052
|
+
},
|
|
1053
|
+
"default": "false"
|
|
1054
|
+
},
|
|
1029
1055
|
{
|
|
1030
1056
|
"kind": "field",
|
|
1031
1057
|
"name": "grid",
|
|
@@ -1244,6 +1270,14 @@
|
|
|
1244
1270
|
},
|
|
1245
1271
|
"default": "false",
|
|
1246
1272
|
"fieldName": "hideDelete"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "block-scrolling-on-context-menu",
|
|
1276
|
+
"type": {
|
|
1277
|
+
"text": "boolean"
|
|
1278
|
+
},
|
|
1279
|
+
"default": "false",
|
|
1280
|
+
"fieldName": "blockScrollingOnContextMenu"
|
|
1247
1281
|
}
|
|
1248
1282
|
],
|
|
1249
1283
|
"superclass": {
|
|
@@ -1712,6 +1746,19 @@
|
|
|
1712
1746
|
"module": "src/entities/entities.ts"
|
|
1713
1747
|
}
|
|
1714
1748
|
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "field",
|
|
1751
|
+
"name": "blockScrollingOnContextMenu",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "boolean"
|
|
1754
|
+
},
|
|
1755
|
+
"default": "false",
|
|
1756
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1757
|
+
"inheritedFrom": {
|
|
1758
|
+
"name": "EntityManagement",
|
|
1759
|
+
"module": "src/entities/entities.ts"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1715
1762
|
{
|
|
1716
1763
|
"kind": "field",
|
|
1717
1764
|
"name": "gridOptions",
|
|
@@ -2259,6 +2306,19 @@
|
|
|
2259
2306
|
"module": "src/entities/entities.ts"
|
|
2260
2307
|
}
|
|
2261
2308
|
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "block-scrolling-on-context-menu",
|
|
2311
|
+
"type": {
|
|
2312
|
+
"text": "boolean"
|
|
2313
|
+
},
|
|
2314
|
+
"default": "false",
|
|
2315
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
2316
|
+
"fieldName": "blockScrollingOnContextMenu",
|
|
2317
|
+
"inheritedFrom": {
|
|
2318
|
+
"name": "EntityManagement",
|
|
2319
|
+
"module": "src/entities/entities.ts"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2262
2322
|
{
|
|
2263
2323
|
"name": "size-columns-to-fit",
|
|
2264
2324
|
"type": {
|
|
@@ -2552,65 +2612,6 @@
|
|
|
2552
2612
|
}
|
|
2553
2613
|
]
|
|
2554
2614
|
},
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "javascript-module",
|
|
2557
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
2558
|
-
"declarations": [
|
|
2559
|
-
{
|
|
2560
|
-
"kind": "variable",
|
|
2561
|
-
"name": "EntityManagementDemoTemplate",
|
|
2562
|
-
"type": {
|
|
2563
|
-
"text": "ViewTemplate"
|
|
2564
|
-
},
|
|
2565
|
-
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2566
|
-
}
|
|
2567
|
-
],
|
|
2568
|
-
"exports": [
|
|
2569
|
-
{
|
|
2570
|
-
"kind": "js",
|
|
2571
|
-
"name": "EntityManagementDemoTemplate",
|
|
2572
|
-
"declaration": {
|
|
2573
|
-
"name": "EntityManagementDemoTemplate",
|
|
2574
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
2575
|
-
}
|
|
2576
|
-
}
|
|
2577
|
-
]
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"kind": "javascript-module",
|
|
2581
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
2582
|
-
"declarations": [
|
|
2583
|
-
{
|
|
2584
|
-
"kind": "class",
|
|
2585
|
-
"description": "",
|
|
2586
|
-
"name": "EntityManagementDemo",
|
|
2587
|
-
"superclass": {
|
|
2588
|
-
"name": "FASTElement",
|
|
2589
|
-
"package": "@microsoft/fast-element"
|
|
2590
|
-
},
|
|
2591
|
-
"tagName": "entity-management-demo",
|
|
2592
|
-
"customElement": true
|
|
2593
|
-
}
|
|
2594
|
-
],
|
|
2595
|
-
"exports": [
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "js",
|
|
2598
|
-
"name": "EntityManagementDemo",
|
|
2599
|
-
"declaration": {
|
|
2600
|
-
"name": "EntityManagementDemo",
|
|
2601
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "custom-element-definition",
|
|
2606
|
-
"name": "entity-management-demo",
|
|
2607
|
-
"declaration": {
|
|
2608
|
-
"name": "EntityManagementDemo",
|
|
2609
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
|
-
]
|
|
2613
|
-
},
|
|
2614
2615
|
{
|
|
2615
2616
|
"kind": "javascript-module",
|
|
2616
2617
|
"path": "src/utils/formatting.ts",
|
|
@@ -2726,6 +2727,65 @@
|
|
|
2726
2727
|
}
|
|
2727
2728
|
}
|
|
2728
2729
|
]
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "javascript-module",
|
|
2733
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2734
|
+
"declarations": [
|
|
2735
|
+
{
|
|
2736
|
+
"kind": "variable",
|
|
2737
|
+
"name": "EntityManagementDemoTemplate",
|
|
2738
|
+
"type": {
|
|
2739
|
+
"text": "ViewTemplate"
|
|
2740
|
+
},
|
|
2741
|
+
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2742
|
+
}
|
|
2743
|
+
],
|
|
2744
|
+
"exports": [
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "js",
|
|
2747
|
+
"name": "EntityManagementDemoTemplate",
|
|
2748
|
+
"declaration": {
|
|
2749
|
+
"name": "EntityManagementDemoTemplate",
|
|
2750
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "javascript-module",
|
|
2757
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2758
|
+
"declarations": [
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "class",
|
|
2761
|
+
"description": "",
|
|
2762
|
+
"name": "EntityManagementDemo",
|
|
2763
|
+
"superclass": {
|
|
2764
|
+
"name": "FASTElement",
|
|
2765
|
+
"package": "@microsoft/fast-element"
|
|
2766
|
+
},
|
|
2767
|
+
"tagName": "entity-management-demo",
|
|
2768
|
+
"customElement": true
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"exports": [
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "js",
|
|
2774
|
+
"name": "EntityManagementDemo",
|
|
2775
|
+
"declaration": {
|
|
2776
|
+
"name": "EntityManagementDemo",
|
|
2777
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "custom-element-definition",
|
|
2782
|
+
"name": "entity-management-demo",
|
|
2783
|
+
"declaration": {
|
|
2784
|
+
"name": "EntityManagementDemo",
|
|
2785
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2729
2789
|
}
|
|
2730
2790
|
]
|
|
2731
2791
|
}
|
|
@@ -63,8 +63,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
63
63
|
click(): void;
|
|
64
64
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
65
65
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
66
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
67
|
-
|
|
66
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void; /**
|
|
67
|
+
* Array which holds the column definitions.
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void; /**
|
|
71
|
+
* Array which holds the column definitions.
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
68
74
|
readonly attributes: NamedNodeMap;
|
|
69
75
|
readonly classList: DOMTokenList;
|
|
70
76
|
className: string;
|
|
@@ -74,7 +80,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
74
80
|
readonly clientWidth: number;
|
|
75
81
|
id: string;
|
|
76
82
|
readonly localName: string;
|
|
77
|
-
readonly namespaceURI: string;
|
|
83
|
+
readonly namespaceURI: string; /**
|
|
84
|
+
* The name of the resource in the backend to interact with when dispatching actions from the update/create modal
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
78
87
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
79
88
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
80
89
|
outerHTML: string;
|
|
@@ -147,7 +156,12 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
147
156
|
readonly parentNode: ParentNode;
|
|
148
157
|
readonly previousSibling: ChildNode;
|
|
149
158
|
textContent: string;
|
|
150
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
159
|
+
appendChild<T_1 extends Node>(node: T_1): T_1; /**
|
|
160
|
+
* Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
|
|
161
|
+
*
|
|
162
|
+
* @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
151
165
|
compareDocumentPosition(other: Node): number;
|
|
152
166
|
contains(other: Node): boolean;
|
|
153
167
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -470,6 +484,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
470
484
|
* @public
|
|
471
485
|
*/
|
|
472
486
|
persistColumnStateKey: string;
|
|
487
|
+
/**
|
|
488
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
489
|
+
* @remarks Defaults to false
|
|
490
|
+
* @alpha
|
|
491
|
+
*/
|
|
492
|
+
blockScrollingOnContextMenu: boolean;
|
|
473
493
|
/**
|
|
474
494
|
* GridOptions to be passed down from application
|
|
475
495
|
* @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,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAa,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE7E,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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAuB,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAExE,2BAA2B,UAAS;IAC7B,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,2DA2DxB,CAAC"}
|
|
@@ -75,6 +75,12 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
this.enableRowFlashing = false;
|
|
78
|
+
/**
|
|
79
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
80
|
+
* @remarks Defaults to false
|
|
81
|
+
* @alpha
|
|
82
|
+
*/
|
|
83
|
+
this.blockScrollingOnContextMenu = false;
|
|
78
84
|
/**
|
|
79
85
|
* Array with renderers used by foundation-forms
|
|
80
86
|
* @public
|
|
@@ -377,6 +383,9 @@ __decorate([
|
|
|
377
383
|
__decorate([
|
|
378
384
|
attr({ attribute: 'persist-column-state-key' })
|
|
379
385
|
], EntityManagement.prototype, "persistColumnStateKey", void 0);
|
|
386
|
+
__decorate([
|
|
387
|
+
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
388
|
+
], EntityManagement.prototype, "blockScrollingOnContextMenu", void 0);
|
|
380
389
|
__decorate([
|
|
381
390
|
observable
|
|
382
391
|
], EntityManagement.prototype, "gridOptions", void 0);
|
|
@@ -62,6 +62,7 @@ export const template = html `
|
|
|
62
62
|
data-test-id="entity-list"
|
|
63
63
|
hide-edit=${(x) => x.hideEdit}
|
|
64
64
|
hide-delete=${(x) => x.hideDelete}
|
|
65
|
+
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
65
66
|
>
|
|
66
67
|
<slot name="header" slot="header">${defaultHeader}</slot>
|
|
67
68
|
</entity-list>
|
package/dist/esm/list/list.js
CHANGED
|
@@ -19,6 +19,7 @@ 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;
|
|
22
23
|
this.actionButtonsConfig = [];
|
|
23
24
|
this.edit = (e) => {
|
|
24
25
|
this.$emit('edit-entity', e);
|
|
@@ -158,6 +159,9 @@ __decorate([
|
|
|
158
159
|
__decorate([
|
|
159
160
|
attr({ mode: 'boolean', attribute: 'hide-delete' })
|
|
160
161
|
], List.prototype, "hideDelete", void 0);
|
|
162
|
+
__decorate([
|
|
163
|
+
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
164
|
+
], List.prototype, "blockScrollingOnContextMenu", void 0);
|
|
161
165
|
__decorate([
|
|
162
166
|
observable
|
|
163
167
|
], List.prototype, "gridOptions", void 0);
|
|
@@ -25,6 +25,7 @@ export const listTemplate = html `
|
|
|
25
25
|
async-update=${(x) => x.asyncUpdate}
|
|
26
26
|
enable-cell-flashing=${(x) => x.enableCellFlashing}
|
|
27
27
|
enable-row-flashing=${(x) => x.enableRowFlashing}
|
|
28
|
+
block-scrolling-on-context-menu=${(x) => x.blockScrollingOnContextMenu}
|
|
28
29
|
>
|
|
29
30
|
<grid-pro-genesis-datasource
|
|
30
31
|
${ref('datasource')}
|
|
@@ -168,6 +168,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
persistColumnStateKey: string;
|
|
171
|
+
/**
|
|
172
|
+
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
173
|
+
* @remarks Defaults to false
|
|
174
|
+
* @alpha
|
|
175
|
+
*/
|
|
176
|
+
blockScrollingOnContextMenu: boolean;
|
|
171
177
|
/**
|
|
172
178
|
* GridOptions to be passed down from application
|
|
173
179
|
* @public
|
|
@@ -334,8 +340,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
334
340
|
click(): void;
|
|
335
341
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
336
342
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
337
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
338
|
-
|
|
343
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void; /**
|
|
344
|
+
* Array which holds the column definitions.
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void; /**
|
|
348
|
+
* Array which holds the column definitions.
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
339
351
|
readonly attributes: NamedNodeMap;
|
|
340
352
|
readonly classList: DOMTokenList;
|
|
341
353
|
className: string;
|
|
@@ -345,7 +357,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
345
357
|
readonly clientWidth: number;
|
|
346
358
|
id: string;
|
|
347
359
|
readonly localName: string;
|
|
348
|
-
readonly namespaceURI: string;
|
|
360
|
+
readonly namespaceURI: string; /**
|
|
361
|
+
* The name of the resource in the backend to interact with when dispatching actions from the update/create modal
|
|
362
|
+
* @internal
|
|
363
|
+
*/
|
|
349
364
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
350
365
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
351
366
|
outerHTML: string;
|
|
@@ -418,7 +433,12 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
418
433
|
readonly parentNode: ParentNode;
|
|
419
434
|
readonly previousSibling: ChildNode;
|
|
420
435
|
textContent: string;
|
|
421
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
436
|
+
appendChild<T_1 extends Node>(node: T_1): T_1; /**
|
|
437
|
+
* Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
|
|
438
|
+
*
|
|
439
|
+
* @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
|
|
440
|
+
* @internal
|
|
441
|
+
*/
|
|
422
442
|
compareDocumentPosition(other: Node): number;
|
|
423
443
|
contains(other: Node): boolean;
|
|
424
444
|
getRootNode(options?: GetRootNodeOptions): Node;
|
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.144.
|
|
4
|
+
"version": "14.144.2-alpha-d5a1f36.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.144.
|
|
47
|
-
"@genesislcap/genx": "14.144.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.144.2-alpha-d5a1f36.0",
|
|
47
|
+
"@genesislcap/genx": "14.144.2-alpha-d5a1f36.0",
|
|
48
48
|
"rimraf": "^3.0.2"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@ag-grid-community/core": "29.2.0",
|
|
52
|
-
"@genesislcap/foundation-comms": "14.144.
|
|
53
|
-
"@genesislcap/foundation-errors": "14.144.
|
|
54
|
-
"@genesislcap/foundation-events": "14.144.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.144.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.144.
|
|
57
|
-
"@genesislcap/foundation-login": "14.144.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.144.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.144.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.144.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.144.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.144.
|
|
63
|
-
"@genesislcap/grid-pro": "14.144.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.144.2-alpha-d5a1f36.0",
|
|
53
|
+
"@genesislcap/foundation-errors": "14.144.2-alpha-d5a1f36.0",
|
|
54
|
+
"@genesislcap/foundation-events": "14.144.2-alpha-d5a1f36.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.144.2-alpha-d5a1f36.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.144.2-alpha-d5a1f36.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.144.2-alpha-d5a1f36.0",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.144.2-alpha-d5a1f36.0",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.144.2-alpha-d5a1f36.0",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.144.2-alpha-d5a1f36.0",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.144.2-alpha-d5a1f36.0",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.144.2-alpha-d5a1f36.0",
|
|
63
|
+
"@genesislcap/grid-pro": "14.144.2-alpha-d5a1f36.0",
|
|
64
64
|
"@microsoft/fast-components": "^2.30.6",
|
|
65
65
|
"@microsoft/fast-element": "^1.12.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "c6ae2c9e0d8774373917940b74613776a1010fa7"
|
|
80
80
|
}
|