Socket
Socket
Sign inDemoInstall

@opentiny/vue-picker

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-picker - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

8

lib/index.js

@@ -207,5 +207,5 @@ import { renderless, api } from "@opentiny/vue-renderless/picker/vue";

"placeholder": _vm.placeholder,
"modelValue": _vm.state.displayValue,
"model-value": _vm.state.displayValue,
"title": _vm.state.displayValue,
"validateEvent": false
"validate-event": false
},

@@ -228,3 +228,3 @@ on: {

return [_c("i", {
staticClass: "tiny-input__icon"
staticClass: "tiny-input__icon-container"
}, [_c("transition", {

@@ -272,3 +272,3 @@ attrs: {

proxy: true
}], null, false, 2434529918)
}], null, false, 2840542388)
}, "tiny-input", _vm.state.firstInputId, false)) : _c("div", {

@@ -275,0 +275,0 @@ directives: [{

{
"name": "@opentiny/vue-picker",
"version": "2.8.2",
"version": "2.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-input": "~2.8.2",
"@opentiny/vue-locale": "~2.8.2",
"@opentiny/vue-date-panel": "~2.8.2",
"@opentiny/vue-date-range": "~2.8.2",
"@opentiny/vue-month-range": "~2.8.2",
"@opentiny/vue-time": "~2.8.2",
"@opentiny/vue-time-range": "~2.8.2",
"@opentiny/vue-time-panel": "~2.8.2"
"@opentiny/vue-common": "~2.8.3",
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-input": "~2.8.3",
"@opentiny/vue-locale": "~2.8.3",
"@opentiny/vue-date-panel": "~2.8.3",
"@opentiny/vue-date-range": "~2.8.3",
"@opentiny/vue-month-range": "~2.8.3",
"@opentiny/vue-time": "~2.8.3",
"@opentiny/vue-time-range": "~2.8.3",
"@opentiny/vue-time-panel": "~2.8.3"
},

@@ -19,0 +20,0 @@ "license": "MIT",

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

declare const _sfc_main: any;
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
type: {
type: StringConstructor;
default: string;
};
tabindex: {
type: StringConstructor;
default: string;
};
timeArrowControl: BooleanConstructor;
size: StringConstructor;
format: StringConstructor;
valueFormat: StringConstructor;
timeFormat: StringConstructor;
readonly: BooleanConstructor;
placeholder: StringConstructor;
startPlaceholder: StringConstructor;
endPlaceholder: StringConstructor;
prefixIcon: ObjectConstructor;
suffixIcon: ObjectConstructor;
clearIcon: {
type: ObjectConstructor;
default(): any;
};
name: {
default: string;
validator(value: unknown): boolean;
};
disabled: BooleanConstructor;
clearable: {
type: BooleanConstructor;
default: boolean;
};
id: {
default: string;
validator(value: unknown): boolean;
};
popperClass: StringConstructor;
popperAppendToBody: {
type: BooleanConstructor;
default: boolean;
};
editable: {
type: BooleanConstructor;
default: boolean;
};
align: {
type: StringConstructor;
default: string;
};
modelValue: {};
defaultValue: {};
defaultTime: {};
rangeSeparator: {
type: (ObjectConstructor | StringConstructor)[];
default: string;
};
pickerOptions: {};
unlinkPanels: BooleanConstructor;
validateEvent: {
type: BooleanConstructor;
default: boolean;
};
isRange: BooleanConstructor;
arrowControl: BooleanConstructor;
timezoneData: {};
showTimezone: {
type: BooleanConstructor;
default: boolean;
};
defaultTimezone: StringConstructor;
isutc8: {
type: BooleanConstructor;
default: boolean;
};
dbTimezone: NumberConstructor;
timezone: NumberConstructor;
iso8601: BooleanConstructor;
}, {
name: string;
popperAppendToBody: boolean;
type: string;
id: string;
tabindex: string;
disabled: boolean;
clearable: boolean;
validateEvent: boolean;
timeArrowControl: boolean;
readonly: boolean;
unlinkPanels: boolean;
isRange: boolean;
arrowControl: boolean;
clearIcon: Record<string, any>;
editable: boolean;
align: string;
rangeSeparator: string;
showTimezone: boolean;
iso8601: boolean;
isutc8: boolean;
} & {
popperClass?: string | undefined;
modelValue?: unknown;
size?: string | undefined;
format?: string | undefined;
placeholder?: string | undefined;
prefixIcon?: Record<string, any> | undefined;
suffixIcon?: Record<string, any> | undefined;
valueFormat?: string | undefined;
startPlaceholder?: string | undefined;
endPlaceholder?: string | undefined;
defaultValue?: unknown;
defaultTime?: unknown;
pickerOptions?: unknown;
timezoneData?: unknown;
defaultTimezone?: string | undefined;
timeFormat?: string | undefined;
dbTimezone?: number | undefined;
timezone?: number | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
name: string;
popperAppendToBody: boolean;
type: string;
id: string;
tabindex: string;
disabled: boolean;
clearable: boolean;
validateEvent: boolean;
timeArrowControl: boolean;
readonly: boolean;
unlinkPanels: boolean;
isRange: boolean;
arrowControl: boolean;
clearIcon: Record<string, any>;
editable: boolean;
align: string;
rangeSeparator: string;
showTimezone: boolean;
iso8601: boolean;
isutc8: boolean;
} & {
popperClass?: string | undefined;
modelValue?: unknown;
size?: string | undefined;
format?: string | undefined;
placeholder?: string | undefined;
prefixIcon?: Record<string, any> | undefined;
suffixIcon?: Record<string, any> | undefined;
valueFormat?: string | undefined;
startPlaceholder?: string | undefined;
endPlaceholder?: string | undefined;
defaultValue?: unknown;
defaultTime?: unknown;
pickerOptions?: unknown;
timezoneData?: unknown;
defaultTimezone?: string | undefined;
timeFormat?: string | undefined;
dbTimezone?: number | undefined;
timezone?: number | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
name: string;
popperAppendToBody: boolean;
type: string;
id: string;
tabindex: string;
disabled: boolean;
clearable: boolean;
validateEvent: boolean;
timeArrowControl: boolean;
readonly: boolean;
unlinkPanels: boolean;
isRange: boolean;
arrowControl: boolean;
clearIcon: Record<string, any>;
editable: boolean;
align: string;
rangeSeparator: string;
showTimezone: boolean;
iso8601: boolean;
isutc8: boolean;
} & {
popperClass?: string | undefined;
modelValue?: unknown;
size?: string | undefined;
format?: string | undefined;
placeholder?: string | undefined;
prefixIcon?: Record<string, any> | undefined;
suffixIcon?: Record<string, any> | undefined;
valueFormat?: string | undefined;
startPlaceholder?: string | undefined;
endPlaceholder?: string | undefined;
defaultValue?: unknown;
defaultTime?: unknown;
pickerOptions?: unknown;
timezoneData?: unknown;
defaultTimezone?: string | undefined;
timeFormat?: string | undefined;
dbTimezone?: number | undefined;
timezone?: number | undefined;
}, {
name: string;
popperAppendToBody: boolean;
type: string;
id: string;
tabindex: string;
clearable: boolean;
validateEvent: boolean;
clearIcon: Record<string, any>;
editable: boolean;
align: string;
rangeSeparator: string;
showTimezone: boolean;
isutc8: boolean;
}, true>);
export default _sfc_main;
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