@policystudio/policy-studio-ui-vue 1.1.81 → 1.1.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -279,7 +279,7 @@
279
279
  class="psui-w-2 psui-h-2 psui-bg-yellow-20 psui-absolute psui--right-2 psui--top-2 psui-rounded-md"
280
280
  />
281
281
  <PsSwitch
282
- :disabled="item.data.is_disabled"
282
+ :disabled="item.data.is_disabled || item.is_excluded"
283
283
  :value="item.data[column.key]"
284
284
  :background-color="switchButtonBackgroundColor"
285
285
  class="psui-justify-self-center"