aloha-vue 1.2.265 → 1.2.266

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
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.265",
17
+ "version": "1.2.266",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -348,6 +348,7 @@ export default {
348
348
  "onUpdate:modelValue": model => this.onUpdateModelLocal({ item, model }),
349
349
  onUpdateData: ({ dataKeyByKeyId }) => this.onUpdateDataLocal({ item, dataKeyByKeyId }),
350
350
  ...item,
351
+ disabled: this.disabled || item.disabled,
351
352
  classColumn: undefined,
352
353
  slotAppend: undefined,
353
354
  ...this.attributesToExcludeFromRender,
@@ -294,6 +294,7 @@ export default {
294
294
  "onUpdate:modelValue": model => this.onUpdateModelLocal({ item, model }),
295
295
  onUpdateData: ({ dataKeyByKeyId }) => this.onUpdateDataLocal({ item, dataKeyByKeyId }),
296
296
  ...item,
297
+ disabled: this.disabled || item.disabled,
297
298
  ...this.specificAttributes[item.id],
298
299
  label: itemIndex === 0 ? undefined : item.label,
299
300
  slotAppend: undefined,