@opentiny/vue-picker
Advanced tools
Comparing version 3.11.0 to 3.12.0
@@ -73,2 +73,6 @@ import { renderless, api } from "@opentiny/vue-renderless/picker/vue"; | ||
timeArrowControl: Boolean, | ||
timeEditable: { | ||
type: Boolean, | ||
default: true | ||
}, | ||
size: String, | ||
@@ -452,6 +456,7 @@ format: String, | ||
34 | ||
/* CLASS, HYDRATE_EVENTS */ | ||
/* CLASS, NEED_HYDRATION */ | ||
)), [[_directive_clickoutside, _ctx.handleClose]]), (openBlock(), createBlock(resolveDynamicComponent(_ctx.state.panel), { | ||
step: _ctx.step, | ||
"show-week-number": _ctx.showWeekNumber, | ||
"time-editable": _ctx.timeEditable, | ||
"format-weeks": _ctx.formatWeeks, | ||
@@ -463,3 +468,3 @@ ref: "picker", | ||
onSelectChange: _ctx.handleSelectChange | ||
}, null, 40, ["step", "show-week-number", "format-weeks", "visible", "onPick", "onSelectRange", "onSelectChange"]))], | ||
}, null, 40, ["step", "show-week-number", "time-editable", "format-weeks", "visible", "onPick", "onSelectRange", "onSelectChange"]))], | ||
512 | ||
@@ -470,3 +475,3 @@ /* NEED_PATCH */ | ||
var Picker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var version = "3.11.0"; | ||
var version = "3.12.0"; | ||
Picker.model = { | ||
@@ -473,0 +478,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-picker", | ||
"version": "3.11.0", | ||
"version": "3.12.0", | ||
"description": "", | ||
@@ -10,12 +10,12 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-input": "~3.11.0", | ||
"@opentiny/vue-locale": "~3.11.0", | ||
"@opentiny/vue-date-panel": "~3.11.0", | ||
"@opentiny/vue-date-range": "~3.11.0", | ||
"@opentiny/vue-month-range": "~3.11.0", | ||
"@opentiny/vue-time": "~3.11.0", | ||
"@opentiny/vue-time-range": "~3.11.0", | ||
"@opentiny/vue-time-panel": "~3.11.0" | ||
"@opentiny/vue-common": "~3.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-input": "~3.12.0", | ||
"@opentiny/vue-locale": "~3.12.0", | ||
"@opentiny/vue-date-panel": "~3.12.0", | ||
"@opentiny/vue-date-range": "~3.12.0", | ||
"@opentiny/vue-month-range": "~3.12.0", | ||
"@opentiny/vue-time": "~3.12.0", | ||
"@opentiny/vue-time-range": "~3.12.0", | ||
"@opentiny/vue-time-panel": "~3.12.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "license": "MIT", |
@@ -11,2 +11,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
timeArrowControl: BooleanConstructor; | ||
timeEditable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
size: StringConstructor; | ||
@@ -111,3 +115,3 @@ format: StringConstructor; | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "created" | "blur" | "change" | "focus" | "select-change")[], "update:modelValue" | "created" | "blur" | "change" | "focus" | "select-change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change" | "blur" | "focus" | "created" | "select-change")[], "update:modelValue" | "change" | "blur" | "focus" | "created" | "select-change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
type: { | ||
@@ -122,2 +126,6 @@ type: StringConstructor; | ||
timeArrowControl: BooleanConstructor; | ||
timeEditable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
size: StringConstructor; | ||
@@ -226,4 +234,4 @@ format: StringConstructor; | ||
popperAppendToBody: boolean; | ||
align: string; | ||
id: string; | ||
align: string; | ||
readonly: boolean; | ||
@@ -234,4 +242,4 @@ clearable: boolean; | ||
editable: boolean; | ||
step: Record<string, any>; | ||
timeArrowControl: boolean; | ||
timeEditable: boolean; | ||
clearIcon: Record<string, any>; | ||
@@ -243,2 +251,3 @@ rangeSeparator: string | Record<string, any>; | ||
showTimezone: boolean; | ||
step: Record<string, any>; | ||
showWeekNumber: boolean; | ||
@@ -245,0 +254,0 @@ iso8601: boolean; |
@@ -11,2 +11,6 @@ export declare const pickerProps: { | ||
timeArrowControl: BooleanConstructor; | ||
timeEditable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
size: StringConstructor; | ||
@@ -13,0 +17,0 @@ format: StringConstructor; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31097
859
+ Added@opentiny/vue-action-sheet@3.12.0(transitive)
+ Added@opentiny/vue-button@3.12.0(transitive)
+ Added@opentiny/vue-common@3.12.0(transitive)
+ Added@opentiny/vue-date-panel@3.12.0(transitive)
+ Added@opentiny/vue-date-range@3.12.0(transitive)
+ Added@opentiny/vue-date-table@3.12.0(transitive)
+ Added@opentiny/vue-drawer@3.12.0(transitive)
+ Added@opentiny/vue-icon@3.12.0(transitive)
+ Added@opentiny/vue-input@3.12.0(transitive)
+ Added@opentiny/vue-locale@3.12.0(transitive)
+ Added@opentiny/vue-month-range@3.12.0(transitive)
+ Added@opentiny/vue-month-table@3.12.0(transitive)
+ Added@opentiny/vue-numeric@3.12.0(transitive)
+ Added@opentiny/vue-renderless@3.12.1(transitive)
+ Added@opentiny/vue-scrollbar@3.12.0(transitive)
+ Added@opentiny/vue-theme@3.12.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.12.0(transitive)
+ Added@opentiny/vue-time@3.12.0(transitive)
+ Added@opentiny/vue-time-panel@3.12.0(transitive)
+ Added@opentiny/vue-time-range@3.12.0(transitive)
+ Added@opentiny/vue-time-spinner@3.12.0(transitive)
+ Added@opentiny/vue-tooltip@3.12.0(transitive)
+ Added@opentiny/vue-year-table@3.12.0(transitive)
- Removed@opentiny/vue-action-sheet@3.11.0(transitive)
- Removed@opentiny/vue-button@3.11.0(transitive)
- Removed@opentiny/vue-common@3.11.0(transitive)
- Removed@opentiny/vue-date-panel@3.11.0(transitive)
- Removed@opentiny/vue-date-range@3.11.0(transitive)
- Removed@opentiny/vue-date-table@3.11.0(transitive)
- Removed@opentiny/vue-drawer@3.11.0(transitive)
- Removed@opentiny/vue-icon@3.11.0(transitive)
- Removed@opentiny/vue-input@3.11.0(transitive)
- Removed@opentiny/vue-locale@3.11.0(transitive)
- Removed@opentiny/vue-month-range@3.11.0(transitive)
- Removed@opentiny/vue-month-table@3.11.0(transitive)
- Removed@opentiny/vue-numeric@3.11.0(transitive)
- Removed@opentiny/vue-renderless@3.11.8(transitive)
- Removed@opentiny/vue-scrollbar@3.11.0(transitive)
- Removed@opentiny/vue-theme@3.11.6(transitive)
- Removed@opentiny/vue-theme-mobile@3.11.1(transitive)
- Removed@opentiny/vue-time@3.11.0(transitive)
- Removed@opentiny/vue-time-panel@3.11.0(transitive)
- Removed@opentiny/vue-time-range@3.11.0(transitive)
- Removed@opentiny/vue-time-spinner@3.11.0(transitive)
- Removed@opentiny/vue-tooltip@3.11.0(transitive)
- Removed@opentiny/vue-year-table@3.11.0(transitive)
Updated@opentiny/vue-common@~3.12.0
Updated@opentiny/vue-input@~3.12.0
Updated@opentiny/vue-locale@~3.12.0
Updated@opentiny/vue-time@~3.12.0