@idmui/basic 0.4.1 → 0.4.4
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/dist/Sign/src/index.vue.d.ts +8 -2
- package/dist/index.js +461 -463
- package/dist/index.umd.cjs +17 -17
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -2,11 +2,17 @@ export default _sfc_main;
|
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
4
|
namespace props {
|
|
5
|
-
namespace
|
|
5
|
+
namespace issued {
|
|
6
6
|
export const type: StringConstructor;
|
|
7
|
-
const _default:
|
|
7
|
+
const _default: string;
|
|
8
8
|
export { _default as default };
|
|
9
9
|
}
|
|
10
|
+
namespace report {
|
|
11
|
+
const type_1: ObjectConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
function _default_1(): {};
|
|
14
|
+
export { _default_1 as default };
|
|
15
|
+
}
|
|
10
16
|
}
|
|
11
17
|
namespace methods {
|
|
12
18
|
function computeUTCTime(utcTime: any, format: any): string;
|