iov-design 2.15.28 → 2.15.29

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,6 +1,6 @@
1
1
  {
2
2
  "name": "iov-design",
3
- "version": "2.15.28",
3
+ "version": "2.15.29",
4
4
  "description": "A Component Library for Vue.js.",
5
5
  "main": "lib/iov-design.common.js",
6
6
  "files": [
@@ -725,7 +725,7 @@
725
725
  this.visible = false;
726
726
  }
727
727
  this.isSilentBlur = byClick;
728
- this.setSoftFocus();
728
+ // this.setSoftFocus();
729
729
  if (this.visible) return;
730
730
  this.$nextTick(() => {
731
731
  this.scrollToOption(option);
@@ -36,6 +36,10 @@
36
36
  }
37
37
  }
38
38
 
39
+ .iov-icon-organize:before {
40
+ content: "\e6d9";
41
+ }
42
+
39
43
  .iov-icon-symbol-equal:before {
40
44
  content: "\e6e7";
41
45
  }
@@ -13,6 +13,7 @@
13
13
  }
14
14
 
15
15
  .popper__arrow {
16
+ display: none;
16
17
  border-width: $--popover-arrow-size;
17
18
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03))
18
19
  }
@@ -23,79 +24,79 @@
23
24
  }
24
25
 
25
26
  &[x-placement^="top"] {
26
- margin-bottom: #{$--popover-arrow-size + 6};
27
+ margin-bottom: 4px;
27
28
  }
28
29
 
29
- &[x-placement^="top"] .popper__arrow {
30
- bottom: -$--popover-arrow-size;
31
- left: 50%;
32
- margin-right: #{$--tooltip-arrow-size / 2};
33
- border-top-color: $--popover-border-color;
34
- border-bottom-width: 0;
30
+ // &[x-placement^="top"] .popper__arrow {
31
+ // bottom: -$--popover-arrow-size;
32
+ // left: 50%;
33
+ // margin-right: #{$--tooltip-arrow-size / 2};
34
+ // border-top-color: $--popover-border-color;
35
+ // border-bottom-width: 0;
35
36
 
36
- &::after {
37
- bottom: 1px;
38
- margin-left: -$--popover-arrow-size;
39
- border-top-color: $--popover-background-color;
40
- border-bottom-width: 0;
41
- }
42
- }
37
+ // &::after {
38
+ // bottom: 1px;
39
+ // margin-left: -$--popover-arrow-size;
40
+ // border-top-color: $--popover-background-color;
41
+ // border-bottom-width: 0;
42
+ // }
43
+ // }
43
44
 
44
45
  &[x-placement^="bottom"] {
45
- margin-top: #{$--popover-arrow-size + 6};
46
+ margin-top: 4px;
46
47
  }
47
48
 
48
- &[x-placement^="bottom"] .popper__arrow {
49
- top: -$--popover-arrow-size;
50
- left: 50%;
51
- margin-right: #{$--tooltip-arrow-size / 2};
52
- border-top-width: 0;
53
- border-bottom-color: $--popover-border-color;
49
+ // &[x-placement^="bottom"] .popper__arrow {
50
+ // top: -$--popover-arrow-size;
51
+ // left: 50%;
52
+ // margin-right: #{$--tooltip-arrow-size / 2};
53
+ // border-top-width: 0;
54
+ // border-bottom-color: $--popover-border-color;
54
55
 
55
- &::after {
56
- top: 1px;
57
- margin-left: -$--popover-arrow-size;
58
- border-top-width: 0;
59
- border-bottom-color: $--popover-background-color;
60
- }
61
- }
56
+ // &::after {
57
+ // top: 1px;
58
+ // margin-left: -$--popover-arrow-size;
59
+ // border-top-width: 0;
60
+ // border-bottom-color: $--popover-background-color;
61
+ // }
62
+ // }
62
63
 
63
64
  &[x-placement^="right"] {
64
- margin-left: #{$--popover-arrow-size + 6};
65
+ margin-left: 4px;
65
66
  }
66
67
 
67
- &[x-placement^="right"] .popper__arrow {
68
- top: 50%;
69
- left: -$--popover-arrow-size;
70
- margin-bottom: #{$--tooltip-arrow-size / 2};
71
- border-right-color: $--popover-border-color;
72
- border-left-width: 0;
68
+ // &[x-placement^="right"] .popper__arrow {
69
+ // top: 50%;
70
+ // left: -$--popover-arrow-size;
71
+ // margin-bottom: #{$--tooltip-arrow-size / 2};
72
+ // border-right-color: $--popover-border-color;
73
+ // border-left-width: 0;
73
74
 
74
- &::after {
75
- bottom: -$--popover-arrow-size;
76
- left: 1px;
77
- border-right-color: $--popover-background-color;
78
- border-left-width: 0;
79
- }
80
- }
75
+ // &::after {
76
+ // bottom: -$--popover-arrow-size;
77
+ // left: 1px;
78
+ // border-right-color: $--popover-background-color;
79
+ // border-left-width: 0;
80
+ // }
81
+ // }
81
82
 
82
83
  &[x-placement^="left"] {
83
- margin-right: #{$--popover-arrow-size + 6};
84
+ margin-right: 4px;
84
85
  }
85
86
 
86
- &[x-placement^="left"] .popper__arrow {
87
- top: 50%;
88
- right: -$--popover-arrow-size;
89
- margin-bottom: #{$--tooltip-arrow-size / 2};
90
- border-right-width: 0;
91
- border-left-color: $--popover-border-color;
87
+ // &[x-placement^="left"] .popper__arrow {
88
+ // top: 50%;
89
+ // right: -$--popover-arrow-size;
90
+ // margin-bottom: #{$--tooltip-arrow-size / 2};
91
+ // border-right-width: 0;
92
+ // border-left-color: $--popover-border-color;
92
93
 
93
- &::after {
94
- right: 1px;
95
- bottom: -$--popover-arrow-size;
96
- margin-left: -$--popover-arrow-size;
97
- border-right-width: 0;
98
- border-left-color: $--popover-background-color;
99
- }
100
- }
101
- }
94
+ // &::after {
95
+ // right: 1px;
96
+ // bottom: -$--popover-arrow-size;
97
+ // margin-left: -$--popover-arrow-size;
98
+ // border-right-width: 0;
99
+ // border-left-color: $--popover-background-color;
100
+ // }
101
+ // }
102
+ }
package/src/index.js CHANGED
@@ -212,7 +212,7 @@ if (typeof window !== 'undefined' && window.Vue) {
212
212
  }
213
213
 
214
214
  export default {
215
- version: '2.15.28',
215
+ version: '2.15.29',
216
216
  locale: locale.use,
217
217
  i18n: locale.i18n,
218
218
  install,