aloha-vue 1.2.122 → 1.2.123

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.122",
17
+ "version": "1.2.123",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -146,7 +146,7 @@
146
146
  background-color: inherit;
147
147
  position: absolute;
148
148
  top: 50%;
149
- transform: translateY(-50%);
149
+ transform: translateY(-55%);
150
150
  left: 5px;
151
151
  > .a_icon {
152
152
  vertical-align: inherit;
@@ -646,6 +646,7 @@ export default {
646
646
  class: ["pux_datepicker__calendar", `pux_datepicker__calendar_${ this.panel.toLowerCase() }`],
647
647
  role: "region",
648
648
  ariaLabelledby: this.idForHeaderParent,
649
+ onClick: $event => $event.stopPropagation(),
649
650
  }, [
650
651
  h("div", {
651
652
  id: this.idForHeaderParent,