@magicgol/polyjuice 0.34.1 → 0.34.2
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
|
@@ -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
|
|
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>
|