@hostlink/nuxt-light 1.48.13 → 1.48.14
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/module.json
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import { type LCardProps } from './l-card.vue.js';
|
|
2
|
+
export type LAuditCardProps = LCardProps & {
|
|
3
|
+
modelValue: {
|
|
4
|
+
createdTime: string;
|
|
5
|
+
createdBy: string;
|
|
6
|
+
updatedTime: string;
|
|
7
|
+
updatedBy: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
1
10
|
type __VLS_PublicProps = {
|
|
2
11
|
modelValue: {
|
|
3
12
|
createdTime: string;
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import { type LCardProps } from './l-card.vue.js';
|
|
2
|
+
export type LAuditCardProps = LCardProps & {
|
|
3
|
+
modelValue: {
|
|
4
|
+
createdTime: string;
|
|
5
|
+
createdBy: string;
|
|
6
|
+
updatedTime: string;
|
|
7
|
+
updatedBy: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
1
10
|
type __VLS_PublicProps = {
|
|
2
11
|
modelValue: {
|
|
3
12
|
createdTime: string;
|