@jsenv/navi 0.10.0 → 0.10.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/jsenv_navi.js
CHANGED
|
@@ -13817,14 +13817,6 @@ const installCustomConstraintValidation = (
|
|
|
13817
13817
|
});
|
|
13818
13818
|
return;
|
|
13819
13819
|
}
|
|
13820
|
-
const { form } = element;
|
|
13821
|
-
if (!form) {
|
|
13822
|
-
return;
|
|
13823
|
-
}
|
|
13824
|
-
dispatchActionRequestedCustomEvent(form, {
|
|
13825
|
-
event: e,
|
|
13826
|
-
requester: element,
|
|
13827
|
-
});
|
|
13828
13820
|
});
|
|
13829
13821
|
addTeardown(() => {
|
|
13830
13822
|
stop();
|
package/package.json
CHANGED
|
@@ -595,14 +595,6 @@ export const installCustomConstraintValidation = (
|
|
|
595
595
|
});
|
|
596
596
|
return;
|
|
597
597
|
}
|
|
598
|
-
const { form } = element;
|
|
599
|
-
if (!form) {
|
|
600
|
-
return;
|
|
601
|
-
}
|
|
602
|
-
dispatchActionRequestedCustomEvent(form, {
|
|
603
|
-
event: e,
|
|
604
|
-
requester: element,
|
|
605
|
-
});
|
|
606
598
|
});
|
|
607
599
|
addTeardown(() => {
|
|
608
600
|
stop();
|