@advertising-all/advertising-data-dict
Advanced tools
Comparing version 1.0.129 to 1.0.130
{ | ||
"name": "@advertising-all/advertising-data-dict", | ||
"version": "1.0.129", | ||
"version": "1.0.130", | ||
"description": "系统设置", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -105,2 +105,3 @@ import { DbSchema } from '@vmm/api'; | ||
systemFile: DbSchema<ISystemFile>; | ||
importData: DbSchema<ISystemFile>; | ||
}; |
import Vue from "vue"; | ||
import { IDataDict } from "@advertising-all/advertising-data-dict-api/src/db/DbSchema"; | ||
declare const _default: import("vue/types/vue").ExtendedVue<Vue, { | ||
importantString: any; | ||
showImgModal: boolean; | ||
secretValue: string; | ||
secretValue: any; | ||
isEdit: boolean; | ||
@@ -18,2 +19,4 @@ showLabel: boolean; | ||
}, { | ||
handleClose(data: any): void; | ||
addImportant(): void; | ||
confirmSecret(): Promise<void>; | ||
@@ -20,0 +23,0 @@ uploadSuccess(response: any): Promise<void>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2132507
19433