Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modal-search-dialog

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modal-search-dialog - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

dist/components/search-modal/components/empty-state/index.vue.d.ts
import { IEmptyStateProps } from './types';
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IEmptyStateProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IEmptyStateProps>>>, {}, {}>;
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IEmptyStateProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IEmptyStateProps>>>, {}, {}>;
export default _default;

@@ -4,0 +4,0 @@ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;

@@ -5,3 +5,3 @@ import { IInstrumentFilter } from '../../types';

"select-filter": (filter: IInstrumentFilter) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IFiltersProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IFiltersProps>>> & {
"onSelect-filter"?: ((filter: IInstrumentFilter) => any) | undefined;

@@ -8,0 +8,0 @@ }, {}, {}>;

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("../..").ISearchQueryDocument) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IInstrumentProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IInstrumentProps>>> & {
"onClick-on-instrument"?: ((name: string, instrument: import("../..").ISearchQueryDocument) => any) | undefined;

@@ -6,0 +6,0 @@ }, {}, {}>;

import { IPriceChangeProps } from './types';
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPriceChangeProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IPriceChangeProps>>>, {}, {}>;
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPriceChangeProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IPriceChangeProps>>>, {}, {}>;
export default _default;

@@ -4,0 +4,0 @@ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;

@@ -1,2 +0,2 @@

declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;

@@ -5,3 +5,3 @@ import { ISearchQueryDocument } from '../../api';

"click-on-instrument": (name: string, instrument: ISearchQueryDocument) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IRecentlyViewedProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IRecentlyViewedProps>>> & {
"onClick-on-instrument"?: ((name: string, instrument: ISearchQueryDocument) => any) | undefined;

@@ -8,0 +8,0 @@ }, {}, {}>, {

import { ISearchInputProps } from './types';
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ISearchInputProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
"update:model-value": (name: string) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchInputProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchInputProps>>> & {
"onUpdate:model-value"?: ((name: string) => any) | undefined;

@@ -6,0 +6,0 @@ }, {}, {}>;

@@ -6,3 +6,3 @@ import { ISearchQueryDocument } from '../../api/types';

"click-on-view-all": (query?: string | undefined) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchResultProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchResultProps>>> & {
"onClick-on-instrument"?: ((name: string, instrument: ISearchQueryDocument) => any) | undefined;

@@ -9,0 +9,0 @@ "onClick-on-view-all"?: ((query?: string | undefined) => any) | undefined;

import { ITypographyLabelsProps } from './types';
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ITypographyLabelsProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITypographyLabelsProps>>>, {}, {}>;
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ITypographyLabelsProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITypographyLabelsProps>>>, {}, {}>;
export default _default;

@@ -4,0 +4,0 @@ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;

@@ -8,3 +8,3 @@ import { ISearchQueryDocument } from './api';

"click-on-view-all": (query?: string | undefined) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchModalProps>>> & {
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchModalProps>>> & {
"onClick-on-instrument"?: ((name: string, instrument: ISearchQueryDocument) => any) | undefined;

@@ -11,0 +11,0 @@ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;

{
"name": "modal-search-dialog",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -71,3 +71,3 @@ "files": [

"resolutions": {
"vue": "3.3.4",
"vue": "^3.4.0",
"strip-ansi": "6.0.1",

@@ -74,0 +74,0 @@ "string-width": "4.2.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc