@genesislcap/foundation-entity-management 14.307.0 → 14.307.2
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.
|
@@ -653,6 +653,12 @@
|
|
|
653
653
|
"kind": "method",
|
|
654
654
|
"name": "showDeleteConfirmation",
|
|
655
655
|
"privacy": "private"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "method",
|
|
659
|
+
"name": "cleanupConfirmationDialog",
|
|
660
|
+
"privacy": "private",
|
|
661
|
+
"description": "Ensure any confirmation dialog anchored to the modal boundary is closed/removed"
|
|
656
662
|
}
|
|
657
663
|
],
|
|
658
664
|
"events": [
|
|
@@ -1646,6 +1652,16 @@
|
|
|
1646
1652
|
"name": "EntityManagement",
|
|
1647
1653
|
"module": "src/entities/entities.ts"
|
|
1648
1654
|
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "method",
|
|
1658
|
+
"name": "cleanupConfirmationDialog",
|
|
1659
|
+
"privacy": "private",
|
|
1660
|
+
"description": "Ensure any confirmation dialog anchored to the modal boundary is closed/removed",
|
|
1661
|
+
"inheritedFrom": {
|
|
1662
|
+
"name": "EntityManagement",
|
|
1663
|
+
"module": "src/entities/entities.ts"
|
|
1664
|
+
}
|
|
1649
1665
|
}
|
|
1650
1666
|
],
|
|
1651
1667
|
"superclass": {
|
|
@@ -2077,55 +2093,6 @@
|
|
|
2077
2093
|
}
|
|
2078
2094
|
]
|
|
2079
2095
|
},
|
|
2080
|
-
{
|
|
2081
|
-
"kind": "javascript-module",
|
|
2082
|
-
"path": "src/layouts/default.ts",
|
|
2083
|
-
"declarations": [
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "variable",
|
|
2086
|
-
"name": "loginLayout",
|
|
2087
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "variable",
|
|
2091
|
-
"name": "defaultLayout",
|
|
2092
|
-
"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)"
|
|
2093
|
-
}
|
|
2094
|
-
],
|
|
2095
|
-
"exports": [
|
|
2096
|
-
{
|
|
2097
|
-
"kind": "js",
|
|
2098
|
-
"name": "loginLayout",
|
|
2099
|
-
"declaration": {
|
|
2100
|
-
"name": "loginLayout",
|
|
2101
|
-
"module": "src/layouts/default.ts"
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "js",
|
|
2106
|
-
"name": "defaultLayout",
|
|
2107
|
-
"declaration": {
|
|
2108
|
-
"name": "defaultLayout",
|
|
2109
|
-
"module": "src/layouts/default.ts"
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
|
-
]
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "javascript-module",
|
|
2116
|
-
"path": "src/layouts/index.ts",
|
|
2117
|
-
"declarations": [],
|
|
2118
|
-
"exports": [
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "js",
|
|
2121
|
-
"name": "*",
|
|
2122
|
-
"declaration": {
|
|
2123
|
-
"name": "*",
|
|
2124
|
-
"package": "./default"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
2096
|
{
|
|
2130
2097
|
"kind": "javascript-module",
|
|
2131
2098
|
"path": "src/list/index.ts",
|
|
@@ -2775,6 +2742,55 @@
|
|
|
2775
2742
|
}
|
|
2776
2743
|
]
|
|
2777
2744
|
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "javascript-module",
|
|
2747
|
+
"path": "src/layouts/default.ts",
|
|
2748
|
+
"declarations": [
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "variable",
|
|
2751
|
+
"name": "loginLayout",
|
|
2752
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "variable",
|
|
2756
|
+
"name": "defaultLayout",
|
|
2757
|
+
"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)"
|
|
2758
|
+
}
|
|
2759
|
+
],
|
|
2760
|
+
"exports": [
|
|
2761
|
+
{
|
|
2762
|
+
"kind": "js",
|
|
2763
|
+
"name": "loginLayout",
|
|
2764
|
+
"declaration": {
|
|
2765
|
+
"name": "loginLayout",
|
|
2766
|
+
"module": "src/layouts/default.ts"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "js",
|
|
2771
|
+
"name": "defaultLayout",
|
|
2772
|
+
"declaration": {
|
|
2773
|
+
"name": "defaultLayout",
|
|
2774
|
+
"module": "src/layouts/default.ts"
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
]
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"kind": "javascript-module",
|
|
2781
|
+
"path": "src/layouts/index.ts",
|
|
2782
|
+
"declarations": [],
|
|
2783
|
+
"exports": [
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "js",
|
|
2786
|
+
"name": "*",
|
|
2787
|
+
"declaration": {
|
|
2788
|
+
"name": "*",
|
|
2789
|
+
"package": "./default"
|
|
2790
|
+
}
|
|
2791
|
+
}
|
|
2792
|
+
]
|
|
2793
|
+
},
|
|
2778
2794
|
{
|
|
2779
2795
|
"kind": "javascript-module",
|
|
2780
2796
|
"path": "src/main/index.ts",
|
|
@@ -155,10 +155,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
155
155
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
156
156
|
setHTMLUnsafe(html: string): void;
|
|
157
157
|
setPointerCapture(pointerId: number): void;
|
|
158
|
-
toggleAttribute(qualifiedName: string, force
|
|
159
|
-
* The type of form that is currently being displayed in the modal
|
|
160
|
-
* @internal
|
|
161
|
-
*/: boolean): boolean;
|
|
158
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
162
159
|
webkitMatchesSelector(selectors: string): boolean;
|
|
163
160
|
textContent: string;
|
|
164
161
|
readonly baseURI: string;
|
|
@@ -901,6 +898,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
901
898
|
* @internal
|
|
902
899
|
*/
|
|
903
900
|
selectionChanged(event: CustomEvent<SelectionChangedEvent>): void;
|
|
901
|
+
/**
|
|
902
|
+
* Ensure any confirmation dialog anchored to the modal boundary is closed/removed
|
|
903
|
+
* @privateRemarks
|
|
904
|
+
* Due to shadow roots the easiest way to find the reference is via query selector.
|
|
905
|
+
*/
|
|
906
|
+
private cleanupConfirmationDialog;
|
|
904
907
|
}
|
|
905
908
|
export {};
|
|
906
909
|
//# sourceMappingURL=entities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EACL,OAAO,EACP,iBAAiB,EAEjB,YAAY,EAEb,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAa,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EACL,OAAO,EACP,iBAAiB,EAEjB,YAAY,EAEb,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAa,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,KAAK,EAAuB,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE7E,OAAO,KAAK,EACV,cAAc,EACd,eAAe,EACf,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAIL,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMzF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC;;;;;;;kBAgC7E,CAAC;;;;;;;;8BA4CwD,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsCvE,CAAH;4IAIiI,CAAC;wFAMrD,CAAC;+IAOpB,CAAC;2FAIA,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+BjC,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAwDP,CAAC;;;;;;;;;;;;;6BA6BH,CAAC;8BAGZ,CAAC;kBAEN,CAAD;;oBAE2E,CAAC;;sBAAkG,CAAC;oBAGxI,CAAC;;;;;;;;gDAoBb,CAAC;;;;;;;;;;;;;;;;;;uBAoCxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA0HiC,CAAC;yBACuB,CAAC;UAC1C,GAAG;WAIN,GAAG;;gBACT,GAAE;;;;;;;WAWoB,GAAG;YACR,GAAE;;;;;;;;;;;oBAsCF,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuNA,CAAA;cAI9B,CAAJ;eAGuC,CAAA;gBAG/B,CAAD;;;;;;;;;;;;;;SAkCS,CAAC;;;iBACO,CAAC;;;;;;;;AAlvBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,qBAKa,gBAAiB,SAAQ,qBAA2B;IAC/D;;;;;;;;OAQG;IACM,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IAEtE;;;OAGG;IACG,YAAY,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACG,SAAS,EAAE,MAAM,CAAC;IACxB;;;;;;OAMG;IACS,WAAW,EAAE,CAAC,MAAM,KAAA,KAAK,GAAG,CAAC;IACzC;;OAEG;IACwB,QAAQ,EAAE,OAAO,CAAC;IAE7C;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,KAAK,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;;OAIG;IACgD,QAAQ,UAAS;IAEpE;;;;OAIG;IACmD,WAAW,UAAS;IAE1E;;;;OAIG;IACmD,WAAW,UAAQ;IAEzE;;;;OAIG;IACmC,YAAY,SAAY;IAE9D;;;;OAIG;IAC2D,kBAAkB,UAAS;IAEzF;;;OAGG;IAC0D,iBAAiB,UAAS;IAEvF;;;;OAIG;IACqC,cAAc,EAAE,cAAc,CAAY;IAElF;;;;;;;;;;OAUG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;;;;;;;OAQG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;;;OAOG;IACS,eAAe,EAAE,sBAAsB,CAAC;IAEpD;;;OAGG;IACS,OAAO,EAAE,MAAM,EAAE,CAAC;IAE9B,gBAAgB;IACJ,iBAAiB,EAAE,uBAAuB,CAAmC;IACzF;;OAEG;IACS,YAAY,EAAE,QAAQ,CAAC;IACnC;;;OAGG;IACS,kBAAkB,EAAE,QAAQ,CAAC;IACzC;;;OAGG;IACS,kBAAkB,EAAE,QAAQ,CAAC;IAEzC;;;OAGG;IACS,gBAAgB,EAAE,MAAM,CAAC;IAErC;;;OAGG;IACS,aAAa,EAAE,aAAa,EAAE,CAAa;IAEvD;;;;OAIG;IAC0C,mBAAmB,EAAE,MAAM,CAAC;IAEzE;;;;;;;OAOG;IACS,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEpD;;;OAGG;IACS,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAElD;;;OAGG;IACS,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzD;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,aAAa,EAAE,IAAI,CAAC;IAEhC;;;OAGG;IACS,aAAa,EAAE,aAAa,CAAC;IACzC;;OAEG;IACS,gBAAgB,EAAE,OAAO,CAAS;IAC9C,OAAO,CAAC,uBAAuB;IAS/B;;OAEG;IACI,eAAe,EAAE,KAAK,CAAC;IAE9B;;;OAGG;IAC0D,gBAAgB,EAAE,OAAO,CAAC;IACvF;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAC;IACpF;;;OAGG;IACgD,QAAQ,EAAE,OAAO,CAAS;IAC7E;;;OAGG;IACkD,UAAU,EAAE,OAAO,CAAS;IACjF;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;;OAIG;IACsC,cAAc,EAAE,eAAe,CAAC;IAEzE;;;OAGG;IACS,eAAe,EAAE,eAAe,EAAE,CAAC;IAE/C;;;OAGG;IACS,WAAW,EAAE,OAAO,CAAQ;IAExC;;;OAGG;IACoC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAW;IAE5F;;;OAGG;IACwC,gBAAgB,EAAE,gBAAgB,CACnD;IAE1B;;;OAGG;IACqC,aAAa,EAAE,gBAAgB,CAC5C;IAE3B;;OAEG;IAC2C,kBAAkB,EAAE,MAAM,CAAO;IAE/E;;;OAGG;IACI,eAAe,MAAC;IAEvB;;;;OAIG;IACI,2BAA2B,CAAC,YAAY,EAAE,UAAU,GAAG,aAAa;IAa3E;;;OAGG;IACH,IAAI,cAAc,WAEjB;IAED;;;OAGG;IACH,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED;;;OAGG;IACH,IAAI,wBAAwB,IAAI,OAAO,CAEtC;IAED;;;OAGG;IACH,IAAI,iBAAiB,IAAI,OAAO,CAE/B;IAED;;;;;;OAMG;IACI,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAKlD;;;;OAIG;IACH,OAAO,CAAC,YAAY,CAAc;IAElC;;;OAGG;IACH,OAAO,CAAC,eAAe,CAAQ;IAE/B,IAAI,gBAAgB,CAAC,MAAM,EAAE,uBAAuB,EAInD;IAED;;;;;;;OAOG;IACH,IAAI,gBAAgB,IAdS,uBAAuB,CAgBnD;IAED;;;;;OAKG;IACH,sCAAsC,CAAC,MAAM,EAAE,uBAAuB;IAMtE;;;OAGG;IACG,iBAAiB;IAuBvB;;OAEG;IACG,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAoB3C;;;OAGG;YACW,yBAAyB;IAkBvC;;;OAGG;IACM,SAAS,IAAI,IAAI;IA4B1B;;;;OAIG;IACU,mBAAmB;IAKhC;;;;;OAKG;IACH,OAAO,CAAC,YAAY,CAElB;IAEF;;;;OAIG;IACI,YAAY;IASnB;;;;;OAKG;IACU,UAAU,CAAC,EAAE,MAAM,EAAE,EAAE,WAAW;IA6B/C,OAAO,CAAC,UAAU;IAMlB;;OAEG;IACI,UAAU;IAOjB;;OAEG;IACH,IACI,eAAe,0EAElB;IAGD;;OAEG;IACH,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED;;OAEG;IACI,aAAa,CAAC,KAAK,EAAE,WAAW,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAe9D,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,eAAe;IAavB,OAAO,CAAC,yBAAyB;IAgCjC,OAAO,CAAC,kBAAkB;IAiB1B;;;;;OAKG;IACG,YAAY,CAAC,CAAC,EAAE,WAAW;IAKjC;;OAEG;IACG,aAAa;IAwBnB,OAAO,CAAC,sBAAsB;IAc9B;;;;OAIG;IACI,QAAQ,CAAC,MAAM,EAAE,QAAQ,GAAG,MAAM,GAAG,QAAQ;IAIpD;;;OAGG;IACI,YAAY,CAAC,IAAI,EAAE,aAAa,GAAG,UAAU,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY,EAAE;IA8C1F;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAI3B;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAkC/B;;;OAGG;IACI,gBAAgB,CAAC,KAAK,EAAE,WAAW,CAAC,qBAAqB,CAAC;IAUjE;;;;OAIG;IACH,OAAO,CAAC,yBAAyB;CA4BlC"}
|
|
@@ -442,6 +442,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
442
442
|
closeModal() {
|
|
443
443
|
this.modalFormType = null;
|
|
444
444
|
this.readonly = false;
|
|
445
|
+
this.cleanupConfirmationDialog();
|
|
445
446
|
this.editModalVisible = false;
|
|
446
447
|
}
|
|
447
448
|
/**
|
|
@@ -701,6 +702,43 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
701
702
|
this.selectedEntity = null;
|
|
702
703
|
}
|
|
703
704
|
}
|
|
705
|
+
/**
|
|
706
|
+
* Ensure any confirmation dialog anchored to the modal boundary is closed/removed
|
|
707
|
+
* @privateRemarks
|
|
708
|
+
* Due to shadow roots the easiest way to find the reference is via query selector.
|
|
709
|
+
*/
|
|
710
|
+
cleanupConfirmationDialog() {
|
|
711
|
+
//
|
|
712
|
+
try {
|
|
713
|
+
const modalElement = this.editEntityModal;
|
|
714
|
+
if (!modalElement)
|
|
715
|
+
return;
|
|
716
|
+
const boundaryContainer = modalElement.querySelector('#dialog-container');
|
|
717
|
+
const boundaryContainerElement = boundaryContainer;
|
|
718
|
+
if (!boundaryContainerElement)
|
|
719
|
+
return;
|
|
720
|
+
const dialogSelector = `${this.prefix}-dialog`;
|
|
721
|
+
boundaryContainerElement.querySelectorAll(dialogSelector).forEach((dialogEl) => {
|
|
722
|
+
const anyDialog = dialogEl;
|
|
723
|
+
if (typeof anyDialog.closeDialog === 'function') {
|
|
724
|
+
anyDialog.closeDialog();
|
|
725
|
+
}
|
|
726
|
+
else if (typeof anyDialog.close === 'function') {
|
|
727
|
+
anyDialog.close();
|
|
728
|
+
}
|
|
729
|
+
if (dialogEl.parentElement) {
|
|
730
|
+
dialogEl.parentElement.removeChild(dialogEl);
|
|
731
|
+
}
|
|
732
|
+
});
|
|
733
|
+
// Optionally remove the empty container
|
|
734
|
+
if (!boundaryContainerElement.querySelector(dialogSelector)) {
|
|
735
|
+
boundaryContainerElement.remove();
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
catch (e) {
|
|
739
|
+
// no-op: best-effort cleanup only
|
|
740
|
+
}
|
|
741
|
+
}
|
|
704
742
|
};
|
|
705
743
|
__decorate([
|
|
706
744
|
Connect
|
|
@@ -582,6 +582,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
582
582
|
* @internal
|
|
583
583
|
*/
|
|
584
584
|
selectionChanged(event: CustomEvent<SelectionChangedEvent>): void;
|
|
585
|
+
/**
|
|
586
|
+
* Ensure any confirmation dialog anchored to the modal boundary is closed/removed
|
|
587
|
+
* @privateRemarks
|
|
588
|
+
* Due to shadow roots the easiest way to find the reference is via query selector.
|
|
589
|
+
*/
|
|
590
|
+
private cleanupConfirmationDialog;
|
|
585
591
|
}
|
|
586
592
|
|
|
587
593
|
declare const EntityManagement_base: (new (...args: any[]) => {
|
|
@@ -710,10 +716,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
710
716
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
711
717
|
setHTMLUnsafe(html: string): void;
|
|
712
718
|
setPointerCapture(pointerId: number): void;
|
|
713
|
-
toggleAttribute(qualifiedName: string, force
|
|
714
|
-
* The type of form that is currently being displayed in the modal
|
|
715
|
-
* @internal
|
|
716
|
-
*/: boolean): boolean;
|
|
719
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
717
720
|
webkitMatchesSelector(selectors: string): boolean;
|
|
718
721
|
textContent: string;
|
|
719
722
|
readonly baseURI: string;
|
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.307.
|
|
4
|
+
"version": "14.307.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.307.
|
|
56
|
-
"@genesislcap/genx": "14.307.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.307.
|
|
58
|
-
"@genesislcap/ts-builder": "14.307.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.307.
|
|
60
|
-
"@genesislcap/vite-builder": "14.307.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.307.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.307.2",
|
|
56
|
+
"@genesislcap/genx": "14.307.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.307.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.307.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.307.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.307.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.307.2"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.307.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.307.
|
|
67
|
-
"@genesislcap/foundation-events": "14.307.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.307.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.307.
|
|
70
|
-
"@genesislcap/foundation-login": "14.307.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.307.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.307.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.307.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.307.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.307.
|
|
76
|
-
"@genesislcap/grid-pro": "14.307.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.307.2",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.307.2",
|
|
67
|
+
"@genesislcap/foundation-events": "14.307.2",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.307.2",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.307.2",
|
|
70
|
+
"@genesislcap/foundation-login": "14.307.2",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.307.2",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.307.2",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.307.2",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.307.2",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.307.2",
|
|
76
|
+
"@genesislcap/grid-pro": "14.307.2",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "1.14.0",
|
|
79
79
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
91
|
"customElements": "dist/custom-elements.json",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "a3bfd4199f20640443c512431840c7e8dedc5b4c"
|
|
93
93
|
}
|