aloha-vue 1.2.18 → 1.2.19

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.18",
17
+ "version": "1.2.19",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -262,6 +262,10 @@ export default {
262
262
  h("span", "aloha"),
263
263
  ],
264
264
  }),
265
+ this.$slots.tableActionsAppend && this.$slots.tableActionsAppend({
266
+ isMultipleActionsActive: this.isMultipleActionsActive,
267
+ modelView: this.modelView,
268
+ }),
265
269
  ]),
266
270
  ]),
267
271
  this.isMultipleActionsActive && h("div", {
@@ -298,10 +302,6 @@ export default {
298
302
  }),
299
303
  ]),
300
304
  ]),
301
- this.$slots.tableActionsAppend && this.$slots.tableActionsAppend({
302
- isMultipleActionsActive: this.isMultipleActionsActive,
303
- modelView: this.modelView,
304
- }),
305
305
  h("div", {
306
306
  class: "a_table__multiple_panel__actions",
307
307
  }, [