Comparing version 1.0.4 to 1.0.5
@@ -155,7 +155,7 @@ import { nextTick } from 'vue'; | ||
InfiniteScroll.install = (app) => { | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
_CDhnInfiniteScroll.install = (app) => { | ||
app.directive('InfiniteScroll', InfiniteScroll); | ||
}; | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
export default _CDhnInfiniteScroll; |
@@ -886,6 +886,6 @@ 'use strict'; | ||
InfiniteScroll.install = (app) => { | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
_CDhnInfiniteScroll.install = (app) => { | ||
app.directive('InfiniteScroll', InfiniteScroll); | ||
}; | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
@@ -892,0 +892,0 @@ require("comutils/animationFrame")(); |
@@ -877,6 +877,6 @@ import { defineComponent, openBlock, createBlock, createVNode, reactive, toRefs, toDisplayString, createCommentVNode, ref, toRef, watch, computed, Fragment, renderSlot, inject, provide, h, getCurrentInstance, onMounted, withDirectives, vShow, nextTick } from 'vue'; | ||
InfiniteScroll.install = (app) => { | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
_CDhnInfiniteScroll.install = (app) => { | ||
app.directive('InfiniteScroll', InfiniteScroll); | ||
}; | ||
const _CDhnInfiniteScroll = InfiniteScroll; | ||
@@ -883,0 +883,0 @@ require("comutils/animationFrame")(); |
import type { App } from 'vue'; | ||
export declare type AnyFunction<T> = (...args: any[]) => T; | ||
export declare type SFCWithInstall<T> = T & { | ||
install?(app: App): void; | ||
install(app: App): void; | ||
}; |
{ | ||
"name": "c-dhn-act", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "c-dhn-act component", | ||
@@ -5,0 +5,0 @@ "author": "peng.luo@asiainnovations.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
169227
0