A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/eb259b998dfd3e88a1b04ed8d3f4c97560f69dbb below:

emit `shown` and `hidden`… · bootstrap-vue/bootstrap-vue@eb259b9 · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+24

-0

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+24

-0

lines changed Original file line number Diff line number Diff line change

@@ -400,10 +400,12 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({

400 400

try {

401 401

this.$refs.calendar.focus()

402 402

} catch {}

403 +

this.$emit('shown')

403 404

})

404 405

},

405 406

onHidden() {

406 407

this.isVisible = false

408 +

this.$emit('hidden')

407 409

},

408 410

// Render helpers

409 411

defaultButtonFn({ isHovered, hasFocus }) {

Original file line number Diff line number Diff line change

@@ -260,6 +260,16 @@

260 260

"type": "Object"

261 261

}

262 262

]

263 +

},

264 +

{

265 +

"event": "shown",

266 +

"version": "2.9.0",

267 +

"description": "Emitted when the picker popup has shown"

268 +

},

269 +

{

270 +

"event": "hidden",

271 +

"version": "2.9.0",

272 +

"description": "Emitted when the picker popup has hidden"

263 273

}

264 274

],

265 275

"slots": [

Original file line number Diff line number Diff line change

@@ -316,10 +316,12 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({

316 316

try {

317 317

this.$refs.time.focus()

318 318

} catch {}

319 +

this.$emit('shown')

319 320

})

320 321

},

321 322

onHidden() {

322 323

this.isVisible = false

324 +

this.$emit('hidden')

323 325

},

324 326

// Render function helpers

325 327

defaultButtonFn({ isHovered, hasFocus }) {

Original file line number Diff line number Diff line change

@@ -214,6 +214,16 @@

214 214

"type": "Object"

215 215

}

216 216

]

217 +

},

218 +

{

219 +

"event": "shown",

220 +

"version": "2.9.0",

221 +

"description": "Emitted when the picker popup has shown"

222 +

},

223 +

{

224 +

"event": "hidden",

225 +

"version": "2.9.0",

226 +

"description": "Emitted when the picker popup has hidden"

217 227

}

218 228

],

219 229

"slots": [

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4