@opentiny/vue-selected-box
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"; | ||
@@ -30,3 +30,3 @@ import MobileFirstTemplate from "./mobile-first.js"; | ||
}; | ||
var SelectedBox = { | ||
var SelectedBox = defineComponent({ | ||
name: $prefix + "SelectedBox", | ||
@@ -59,4 +59,4 @@ props: _extends({}, $props, { | ||
} | ||
}; | ||
var version = "2.14.0"; | ||
}); | ||
var version = "2.15.0"; | ||
SelectedBox.install = function(Vue) { | ||
@@ -63,0 +63,0 @@ Vue.component(SelectedBox.name, SelectedBox); |
@@ -1,5 +0,6 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/selected-box/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import { IconClose } from "@opentiny/vue-icon"; | ||
import Popover from "@opentiny/vue-popover"; | ||
import { renderless, api } from '@opentiny/vue-renderless/selected-box/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import { IconClose } from '@opentiny/vue-icon'; | ||
import Popover from '@opentiny/vue-popover'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -66,4 +67,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -216,4 +217,3 @@ context, | ||
}(); | ||
export { | ||
mobileFirst as default | ||
}; | ||
export { mobileFirst as default }; |
@@ -1,6 +0,7 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/selected-box/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import { IconClose } from "@opentiny/vue-icon"; | ||
import Popover from "@opentiny/vue-popover"; | ||
import "@opentiny/vue-theme/selected-box/index.css"; | ||
import { renderless, api } from '@opentiny/vue-renderless/selected-box/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import { IconClose } from '@opentiny/vue-icon'; | ||
import Popover from '@opentiny/vue-popover'; | ||
import '@opentiny/vue-theme/selected-box/index.css'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -67,4 +68,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -189,4 +190,3 @@ context, | ||
}(); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-selected-box", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-popover": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0", | ||
"@opentiny/vue-popover": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
@@ -1,26 +0,2 @@ | ||
declare const _default: { | ||
name: string; | ||
props: { | ||
inverse: BooleanConstructor; | ||
total: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
select: { | ||
type: ArrayConstructor; | ||
default: () => never[]; | ||
}; | ||
config: { | ||
type: ObjectConstructor; | ||
default: () => {}; | ||
}; | ||
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; |
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
16605
474
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-popover@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-popover@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0
Updated@opentiny/vue-theme@~3.15.0