@community-release/nx-ui 0.0.36 → 0.0.37

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ui",
3
3
  "configKey": "ui",
4
- "version": "0.0.36"
4
+ "version": "0.0.37"
5
5
  }
@@ -242,12 +242,12 @@
242
242
 
243
243
  // If cluster
244
244
  } else {
245
- let isDisabled = false;
245
+ let isDisabled = true;
246
246
 
247
- // Check if cluster have disabled markers
247
+ // Check if all cluster markers is disabled
248
248
  for (let item of allFeatures) {
249
- if (disabledMarkers.value.includes(item.attributes.id)) {
250
- isDisabled = true;
249
+ if (!disabledMarkers.value.includes(item.attributes.id)) {
250
+ isDisabled = false;
251
251
  break;
252
252
  }
253
253
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",