@road-labs/map-sdk 0.0.21 → 0.0.23
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4928,6 +4928,10 @@ function _a(e) {
|
|
|
4928
4928
|
return !!(e.minPower && e.minPower !== tt.minPower || e?.status?.length || e?.connectorTypes?.length || e?.chargingAccessibility && e?.chargingAccessibility !== tt.chargingAccessibility || e?.operator?.length || e?.powerType || e?.partyId || e?.noAdditionalCharges || e?.operatorOnly);
|
|
4929
4929
|
}
|
|
4930
4930
|
const Ca = [
|
|
4931
|
+
{
|
|
4932
|
+
label: 3,
|
|
4933
|
+
value: 3
|
|
4934
|
+
},
|
|
4931
4935
|
{
|
|
4932
4936
|
label: 7,
|
|
4933
4937
|
value: 7
|