aloha-vue 1.0.182 → 1.0.183

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,7 +1,7 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
3
  "description": "Project aloha",
4
- "version": "1.0.182",
4
+ "version": "1.0.183",
5
5
  "author": "Ilia Brykin",
6
6
  "scripts": {
7
7
  "build-icons": "node scriptsNode/iconsSvgToJs.js bootstrap3 && node scriptsNode/iconsSvgToJs.js bootstrap-1-9-1"
@@ -219,6 +219,8 @@ export default {
219
219
  h(ATooltip, {
220
220
  tag: "RouterLink",
221
221
  placement: "right",
222
+ minWidth: this.item.titleHtmlMinWidth,
223
+ width: this.item.titleHtmlWidth,
222
224
  maxWidth: this.item.titleHtmlMaxWidth,
223
225
  isHide: !this.isTitleHtml,
224
226
  class: ["a_menu__link a_menu__link__text_truncated", {
@@ -45,7 +45,7 @@ export default {
45
45
  minWidth: {
46
46
  type: Number,
47
47
  required: false,
48
- default: undefined,
48
+ default: 200,
49
49
  },
50
50
  width: {
51
51
  type: Number,