@spiffcommerce/core 21.11.1 → 21.11.2-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/index.js +2 -1
- package/dist/index.umd.cjs +26 -26
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7736,6 +7736,7 @@ class kn extends tA {
|
|
|
7736
7736
|
* a loose target but should be kept in mind when making changes.
|
|
7737
7737
|
*/
|
|
7738
7738
|
async execute() {
|
|
7739
|
+
performance.mark("spiff-core-rqp-execute-start");
|
|
7739
7740
|
const e = this.layouts.find((l) => l.layoutState.layout.id === this.layoutId);
|
|
7740
7741
|
if (!e)
|
|
7741
7742
|
return;
|
|
@@ -7762,7 +7763,7 @@ class kn extends tA {
|
|
|
7762
7763
|
DOMParser: Jt(),
|
|
7763
7764
|
fetch: et
|
|
7764
7765
|
});
|
|
7765
|
-
B.resize(s, o), await B.render(), this.onRender();
|
|
7766
|
+
B.resize(s, o), await B.render(), this.onRender(), performance.mark("spiff-core-rqp-execute-end"), performance.measure("spiff-core-rqp-execute", "spiff-core-rqp-execute-start", "spiff-core-rqp-execute-end");
|
|
7766
7767
|
}
|
|
7767
7768
|
}
|
|
7768
7769
|
const Vi = (c, e) => {
|