adm-super-search-modal-2
Advanced tools
Comparing version 0.0.38 to 0.0.39
import { IInstrumentProps } from './types'; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IInstrumentProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
"click-on-instrument": (name: string, instrument: import("../../api").ISearchQueryDocument) => void; | ||
"click-on-instrument": (name: string, instrument: import("../..").ISearchQueryDocument) => void; | ||
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IInstrumentProps>>> & { | ||
"onClick-on-instrument"?: ((name: string, instrument: import("../../api").ISearchQueryDocument) => any) | undefined; | ||
"onClick-on-instrument"?: ((name: string, instrument: import("../..").ISearchQueryDocument) => any) | undefined; | ||
}, {}, {}>; | ||
@@ -7,0 +7,0 @@ export default _default; |
import SearchModal from './search-modal.vue'; | ||
export type { ISearchModalEmits, ISearchModalProps, ISearchModalLabels } from './types'; | ||
export * from './components'; | ||
export * from './api'; | ||
export * from './utils'; | ||
export default SearchModal; |
@@ -1,4 +0,1 @@ | ||
import { SearchModal } from './components'; | ||
import './style/style.css'; | ||
import type { ISearchModalEmits, ISearchModalProps } from './components'; | ||
export { SearchModal, ISearchModalProps, ISearchModalEmits }; | ||
export * from './components'; |
{ | ||
"name": "adm-super-search-modal-2", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
import SearchModal from './search-modal.vue'; | ||
export type { ISearchModalEmits, ISearchModalProps, ISearchModalLabels } from './types'; | ||
export * from './components'; | ||
export * from './api'; | ||
export * from './utils'; | ||
export default SearchModal; |
@@ -1,9 +0,1 @@ | ||
import { SearchModal } from './components'; | ||
import './style/style.css' | ||
import type { ISearchModalEmits, ISearchModalProps } from './components'; | ||
export { | ||
SearchModal, | ||
ISearchModalProps, | ||
ISearchModalEmits | ||
} | ||
export * from './components'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
407472
7764