Comparing version 1.0.31 to 1.0.32
@@ -1943,7 +1943,2 @@ 'use strict'; | ||
CDhnLoading.install = (app) => { | ||
app.component('CDhnLoading', CDhnLoading); | ||
}; | ||
const _CDhnLoading = CDhnLoading; | ||
const components = [ | ||
@@ -1978,3 +1973,3 @@ _CDhnDateCountdown, | ||
install, | ||
CDhnLoading: _CDhnLoading | ||
CDhnLoading | ||
}; | ||
@@ -1981,0 +1976,0 @@ |
@@ -22,8 +22,8 @@ import { App } from 'vue'; | ||
install: (app: App<any>, opt: Object) => void; | ||
CDhnLoading: import("../utils/types").SFCWithInstall<{ | ||
CDhnLoading: { | ||
install: (Vue: any) => void; | ||
show: () => void; | ||
hide: () => void; | ||
}>; | ||
}; | ||
}; | ||
export default _default; |
@@ -1932,7 +1932,2 @@ import { defineComponent, reactive, watch, computed, toRefs, openBlock, createBlock, createVNode, toDisplayString, createCommentVNode, ref, toRef, Fragment, renderSlot, inject, provide, h, getCurrentInstance, onUpdated, onMounted, withDirectives, vShow, nextTick, Teleport, withModifiers, render as render$d } from 'vue'; | ||
CDhnLoading.install = (app) => { | ||
app.component('CDhnLoading', CDhnLoading); | ||
}; | ||
const _CDhnLoading = CDhnLoading; | ||
const components = [ | ||
@@ -1967,3 +1962,3 @@ _CDhnDateCountdown, | ||
install, | ||
CDhnLoading: _CDhnLoading | ||
CDhnLoading | ||
}; | ||
@@ -1970,0 +1965,0 @@ |
{ | ||
"name": "c-dhn-act", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"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
240565
6437