aloha-vue 1.2.247 → 1.2.248

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.247",
17
+ "version": "1.2.248",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -362,6 +362,7 @@ export default {
362
362
  role: "dialog",
363
363
  ariaModal: true,
364
364
  style: this.stylesModal,
365
+ ...this.$attrs,
365
366
  }, [
366
367
  h("div", {
367
368
  class: ["a_modal_dialog a_modal_dialog_scrollable", this.sizeClass],
@@ -19,7 +19,6 @@ import {
19
19
  // @vue/component
20
20
  export default {
21
21
  name: "AModalForm",
22
- inheritAttrs: false,
23
22
  props: {
24
23
  alwaysTranslate: {
25
24
  type: Boolean,
@@ -20,7 +20,6 @@ import {
20
20
  // @vue/component
21
21
  export default {
22
22
  name: "AModalWizard",
23
- inheritAttrs: false,
24
23
  props: {
25
24
  alwaysTranslate: {
26
25
  type: Boolean,