@dataloop-ai/components 0.13.7 → 0.13.8
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
|
@@ -350,19 +350,6 @@ export default defineComponent({
|
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
// expose public methods
|
|
354
|
-
Object.assign(proxy, {
|
|
355
|
-
show,
|
|
356
|
-
hide,
|
|
357
|
-
toggle,
|
|
358
|
-
onClickHide,
|
|
359
|
-
onClick,
|
|
360
|
-
onBeforeShow,
|
|
361
|
-
onShow,
|
|
362
|
-
onBeforeHide,
|
|
363
|
-
onHide
|
|
364
|
-
})
|
|
365
|
-
|
|
366
353
|
onMounted(() => {
|
|
367
354
|
if (props.modelValue) {
|
|
368
355
|
show()
|