@magicgol/polyjuice 0.34.1 → 0.34.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.34.1",
3
+ "version": "0.34.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -3,6 +3,7 @@
3
3
  :class="classes"
4
4
  >
5
5
  <div
6
+ v-if="expanded"
6
7
  class="mg-selection-box-curtain h-50 w-100 position-fixed"
7
8
  @click="onClickOutside"
8
9
  ></div>
@@ -10,7 +11,10 @@
10
11
  <div class="d-flex flex-column bg-white rounded w-100 h-100 px-3 py-2">
11
12
  <div class="mg-selection-box-title text-uppercase text-center"><slot></slot></div>
12
13
  <div><slot name="summary"></slot></div>
13
- <div class="flex-fill" v-if="expanded"><slot name="detail"></slot></div>
14
+ <div
15
+ class="flex-fill"
16
+ v-if="expanded"
17
+ ><slot name="detail"></slot></div>
14
18
  <div class="d-flex align-items-center mt-2">
15
19
  <div class="w-50 text-center">
16
20
  <slot name="cancel"></slot>