@opentiny/vue-date-range
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -15,3 +15,3 @@ function _extends() { | ||
} | ||
import { $prefix, $props, $setup } from "@opentiny/vue-common"; | ||
import { defineComponent, $prefix, $props, $setup } from "@opentiny/vue-common"; | ||
import PcTemplate from "./pc.js"; | ||
@@ -35,3 +35,3 @@ import MobileFirstTemplate from "./mobile-first.js"; | ||
}; | ||
var DateRange = { | ||
var DateRange = defineComponent({ | ||
name: $prefix + "DateRange", | ||
@@ -74,4 +74,4 @@ componentName: "DateRange", | ||
} | ||
}; | ||
var version = "2.14.0"; | ||
}); | ||
var version = "2.15.0"; | ||
DateRange.install = function(Vue) { | ||
@@ -78,0 +78,0 @@ Vue.component(DateRange.name, DateRange); |
@@ -1,9 +0,10 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/date-range/vue"; | ||
import { directive, props, setup as _setup } from "@opentiny/vue-common"; | ||
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside"; | ||
import TimePicker from "@opentiny/vue-time"; | ||
import DateTable from "@opentiny/vue-date-table"; | ||
import Input from "@opentiny/vue-input"; | ||
import Button from "@opentiny/vue-button"; | ||
import { IconDoubleRight, IconDoubleLeft, IconChevronLeft, IconChevronRight } from "@opentiny/vue-icon"; | ||
import { renderless, api } from '@opentiny/vue-renderless/date-range/vue'; | ||
import { defineComponent, directive, props, setup } from '@opentiny/vue-common'; | ||
import Clickoutside from '@opentiny/vue-renderless/common/deps/clickoutside'; | ||
import TimePicker from '@opentiny/vue-time'; | ||
import DateTable from '@opentiny/vue-date-table'; | ||
import Input from '@opentiny/vue-input'; | ||
import Button from '@opentiny/vue-button'; | ||
import { IconDoubleRight, IconDoubleLeft, IconChevronLeft, IconChevronRight } from '@opentiny/vue-icon'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -460,3 +461,3 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
var staticRenderFns = []; | ||
var __vue2_script = { | ||
var __vue2_script = defineComponent({ | ||
directives: directive({ | ||
@@ -477,4 +478,4 @@ Clickoutside | ||
emits: ["dodestroy", "pick"], | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -487,3 +488,3 @@ context, | ||
} | ||
}; | ||
}); | ||
var __cssModules = {}; | ||
@@ -499,4 +500,3 @@ var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
}(); | ||
export { | ||
mobileFirst as default | ||
}; | ||
export { mobileFirst as default }; |
@@ -1,9 +0,10 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/date-range/vue"; | ||
import { defineComponent, directive, props, setup as _setup } from "@opentiny/vue-common"; | ||
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside"; | ||
import TimePicker from "@opentiny/vue-time"; | ||
import DateTable from "@opentiny/vue-date-table"; | ||
import Input from "@opentiny/vue-input"; | ||
import Button from "@opentiny/vue-button"; | ||
import { iconDoubleRight, iconDoubleLeft, iconChevronLeft, iconChevronRight } from "@opentiny/vue-icon"; | ||
import { renderless, api } from '@opentiny/vue-renderless/date-range/vue'; | ||
import { defineComponent, directive, props, setup } from '@opentiny/vue-common'; | ||
import Clickoutside from '@opentiny/vue-renderless/common/deps/clickoutside'; | ||
import TimePicker from '@opentiny/vue-time'; | ||
import DateTable from '@opentiny/vue-date-table'; | ||
import Input from '@opentiny/vue-input'; | ||
import Button from '@opentiny/vue-button'; | ||
import { iconDoubleRight, iconDoubleLeft, iconChevronLeft, iconChevronRight } from '@opentiny/vue-icon'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -79,4 +80,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
emits: ["dodestroy", "pick"], | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -424,4 +425,3 @@ context, | ||
}(); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-date-range", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,11 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-input": "~2.14.0", | ||
"@opentiny/vue-button": "~2.14.0", | ||
"@opentiny/vue-locale": "~2.14.0", | ||
"@opentiny/vue-time": "~2.14.0", | ||
"@opentiny/vue-date-table": "~2.14.0", | ||
"@opentiny/vue-theme": "~3.14.0", | ||
"@opentiny/vue-icon": "~2.14.0" | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-input": "~2.15.0", | ||
"@opentiny/vue-button": "~2.15.0", | ||
"@opentiny/vue-time": "~2.15.0", | ||
"@opentiny/vue-date-table": "~2.15.0", | ||
"@opentiny/vue-theme": "~3.15.0", | ||
"@opentiny/vue-icon": "~2.15.0" | ||
}, | ||
@@ -21,0 +20,0 @@ "license": "MIT", |
@@ -1,39 +0,2 @@ | ||
declare const _default: { | ||
name: string; | ||
componentName: string; | ||
props: { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
startDate: Date; | ||
endDate: Date; | ||
}; | ||
}; | ||
emitter: ObjectConstructor; | ||
step: { | ||
type: ObjectConstructor; | ||
default(): { | ||
hour: number; | ||
minute: number; | ||
second: number; | ||
}; | ||
}; | ||
showWeekNumber: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
formatWeeks: FunctionConstructor; | ||
timeEditable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}; | ||
setup(props: any, context: any): () => any; | ||
}; | ||
declare const _default: any; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, any, any, any, Record<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "step" | "emitter" | "showWeekNumber" | "formatWeeks", any>>; | ||
declare const _default: any; | ||
export default _default; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8
0
35036
1038
+ Added@opentiny/vue-action-sheet@2.15.0(transitive)
+ Added@opentiny/vue-button@2.15.0(transitive)
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-date-table@2.15.0(transitive)
+ Added@opentiny/vue-drawer@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-input@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-scrollbar@2.15.0(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
+ Added@opentiny/vue-time@2.15.0(transitive)
+ Added@opentiny/vue-time-spinner@2.15.0(transitive)
+ Added@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-locale@~2.14.0
- Removed@opentiny/vue-action-sheet@2.14.0(transitive)
- Removed@opentiny/vue-button@2.14.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-date-table@2.14.0(transitive)
- Removed@opentiny/vue-drawer@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-input@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-scrollbar@2.14.0(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
- Removed@opentiny/vue-time@2.14.0(transitive)
- Removed@opentiny/vue-time-spinner@2.14.0(transitive)
- Removed@opentiny/vue-tooltip@2.14.0(transitive)
Updated@opentiny/vue-button@~2.15.0
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0
Updated@opentiny/vue-input@~2.15.0
Updated@opentiny/vue-theme@~3.15.0
Updated@opentiny/vue-time@~2.15.0