Skip to content

Commit 67520ee

Browse files
author
Guillaume Chau
authored
Props popover improvements + v-tooltip update (#544)
* Update v-tooltip * Props popover: show delay + exclusive open-group * Update v-tooltip
1 parent 9adc316 commit 67520ee

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/devtools/components/DataField.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
placement="left"
99
offset="24"
1010
:disabled="!field.meta"
11+
:delay="{
12+
show: 300,
13+
hide: 0
14+
}"
15+
:open-group="'id' + _uid"
1116
@click.native="onClick"
1217
>
1318
<span

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,7 +3961,7 @@ pluralize@^7.0.0:
39613961
version "7.0.0"
39623962
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
39633963

3964-
popper.js@^1.12.6:
3964+
popper.js@^1.12.9:
39653965
version "1.12.9"
39663966
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.9.tgz#0dfbc2dff96c451bb332edcfcfaaf566d331d5b3"
39673967

@@ -5547,11 +5547,11 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
55475547
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
55485548

55495549
v-tooltip@^2.0.0-rc.25:
5550-
version "2.0.0-rc.26"
5551-
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.26.tgz#31180d39cc267053d01ef2acdc4d0c997215d31c"
5550+
version "2.0.0-rc.30"
5551+
resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.0-rc.30.tgz#05749f4732ecfb86f3ece93d6c3fb636a4b3c5b1"
55525552
dependencies:
55535553
lodash.merge "^4.6.0"
5554-
popper.js "^1.12.6"
5554+
popper.js "^1.12.9"
55555555
vue-resize "^0.4.3"
55565556

55575557
validate-npm-package-license@^3.0.1:

0 commit comments

Comments
 (0)