@opentiny/vue-select-dropdown
Advanced tools
Comparing version 2.6.7 to 2.7.0
@@ -19,6 +19,3 @@ function _extends() { | ||
var template = function template2(mode) { | ||
if ("mobile" === (process.env.TINY_MODE || mode)) | ||
return MobileTemplate; | ||
else | ||
return PcTemplate; | ||
return PcTemplate; | ||
}; | ||
@@ -88,3 +85,3 @@ var SelectDropdown = defineComponent({ | ||
}); | ||
var version = "3.7.0"; | ||
var version = "2.7.0"; | ||
SelectDropdown.model = { | ||
@@ -91,0 +88,0 @@ prop: "modelValue", |
@@ -57,3 +57,3 @@ import { renderless, api } from "@opentiny/vue-renderless/select-dropdown/vue"; | ||
var __vue2_script = defineComponent({ | ||
var _sfc_main = defineComponent({ | ||
props: [].concat(props, ["placement", "boundariesPadding", "popperOptions", "visibleArrow", "appendToBody", "transformOrigin", "reference", "popper", "offset", "modelValue", "arrowOffset", "isDropInheritWidth"]), | ||
@@ -69,6 +69,5 @@ setup: function setup(props2, context) { | ||
}); | ||
var render = function render2() { | ||
var _vm = this; | ||
var _h = _vm.$createElement; | ||
var _c = _vm._self._c || _h; | ||
var _sfc_render = function render() { | ||
var _vm = this, _c = _vm._self._c; | ||
_vm._self._setupProxy; | ||
return _c("div", { | ||
@@ -90,15 +89,7 @@ staticClass: "tiny-select-dropdown tiny-popper", | ||
}; | ||
var staticRenderFns = []; | ||
var __cssModules = {}; | ||
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
function __vue2_injectStyles(context) { | ||
for (var o in __cssModules) { | ||
this[o] = __cssModules[o]; | ||
} | ||
} | ||
var pc = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
var _sfc_staticRenderFns = []; | ||
var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, null, null, null); | ||
var pc = __component__.exports; | ||
export { | ||
pc as default | ||
}; |
{ | ||
"name": "@opentiny/vue-select-dropdown", | ||
"version": "2.6.7", | ||
"version": "2.7.0", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-common": "~2.6.7" | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~2.7.0" | ||
}, | ||
@@ -10,0 +12,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, { | ||
declare const _default: import("@opentiny/vue-common").DefineComponent<{ | ||
appendToBody: { | ||
@@ -8,6 +8,6 @@ type: BooleanConstructor; | ||
type: NumberConstructor; | ||
default: () => number; | ||
default: () => 35; | ||
}; | ||
boundariesPadding: { | ||
default: () => number; | ||
default: () => 0; | ||
}; | ||
@@ -17,6 +17,6 @@ isDropInheritWidth: BooleanConstructor; | ||
offset: { | ||
default: () => number; | ||
default: () => 0; | ||
}; | ||
placement: { | ||
default: () => string; | ||
default: () => "bottom-start"; | ||
}; | ||
@@ -31,68 +31,69 @@ popper: {}; | ||
transformOrigin: { | ||
type: (StringConstructor | BooleanConstructor)[]; | ||
default: () => boolean; | ||
type: (BooleanConstructor | StringConstructor)[]; | ||
default: () => true; | ||
}; | ||
visibleArrow: { | ||
default: () => boolean; | ||
default: () => false; | ||
}; | ||
}, { | ||
modelValue: boolean; | ||
visibleArrow: boolean; | ||
arrowOffset: number; | ||
placement: string; | ||
appendToBody: boolean; | ||
boundariesPadding: number; | ||
offset: number; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("@opentiny/vue-common").ExtractPropTypes<{ | ||
appendToBody: { | ||
type: BooleanConstructor; | ||
default: () => true; | ||
}; | ||
arrowOffset: { | ||
type: NumberConstructor; | ||
default: () => 35; | ||
}; | ||
boundariesPadding: { | ||
default: () => 0; | ||
}; | ||
isDropInheritWidth: BooleanConstructor; | ||
modelValue: BooleanConstructor; | ||
offset: { | ||
default: () => 0; | ||
}; | ||
placement: { | ||
default: () => "bottom-start"; | ||
}; | ||
popper: {}; | ||
popperOptions: { | ||
gpuAcceleration: boolean; | ||
default: () => { | ||
gpuAcceleration: boolean; | ||
}; | ||
}; | ||
transformOrigin: string | boolean; | ||
isDropInheritWidth: boolean; | ||
} & { | ||
popper?: unknown; | ||
reference?: unknown; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
reference: {}; | ||
transformOrigin: { | ||
type: (BooleanConstructor | StringConstructor)[]; | ||
default: () => true; | ||
}; | ||
visibleArrow: { | ||
default: () => false; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}>>, { | ||
modelValue: boolean; | ||
visibleArrow: boolean; | ||
arrowOffset: number; | ||
placement: string; | ||
appendToBody: boolean; | ||
boundariesPadding: number; | ||
offset: number; | ||
tiny_mode_root: boolean; | ||
popperOptions: { | ||
gpuAcceleration: boolean; | ||
}; | ||
transformOrigin: string | boolean; | ||
isDropInheritWidth: boolean; | ||
} & { | ||
popper?: unknown; | ||
reference?: unknown; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api").Data, {}, {}, { | ||
modelValue: boolean; | ||
visibleArrow: boolean; | ||
placement: "bottom-start"; | ||
offset: 0; | ||
appendToBody: boolean; | ||
visibleArrow: false; | ||
arrowOffset: number; | ||
placement: string; | ||
appendToBody: boolean; | ||
boundariesPadding: number; | ||
offset: number; | ||
popperOptions: { | ||
gpuAcceleration: boolean; | ||
}; | ||
boundariesPadding: 0; | ||
transformOrigin: string | boolean; | ||
isDropInheritWidth: boolean; | ||
} & { | ||
popper?: unknown; | ||
reference?: unknown; | ||
}, { | ||
visibleArrow: boolean; | ||
arrowOffset: number; | ||
placement: string; | ||
appendToBody: boolean; | ||
boundariesPadding: number; | ||
offset: number; | ||
popperOptions: { | ||
gpuAcceleration: boolean; | ||
}; | ||
transformOrigin: string | boolean; | ||
}, true>); | ||
}>; | ||
export default _default; |
@@ -1,15 +0,4 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").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; | ||
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{ | ||
declare const _sfc_main: import("@opentiny/vue-common").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
@@ -21,7 +10,9 @@ vm: any; | ||
dp: (props: any) => void; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("@opentiny/vue-common").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
} & {}, { | ||
}>>>, { | ||
[x: string]: any; | ||
}, true>); | ||
}>; | ||
export default _sfc_main; |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
10728
312
+ Added@opentiny/vue-common@2.7.0(transitive)
+ Added@opentiny/vue-locale@2.7.0(transitive)
+ Added@opentiny/vue-renderless@3.9.3(transitive)
+ Added@opentiny/vue-theme@3.9.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.9.0(transitive)
+ Addedtailwind-merge@1.14.0(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@opentiny/vue-common@2.6.7(transitive)
- Removed@opentiny/vue-locale@2.6.7(transitive)
- Removed@opentiny/vue-renderless@3.6.8(transitive)
- Removed@opentiny/vue-theme@3.6.7(transitive)
- Removed@opentiny/vue-theme-mobile@3.6.6(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removed@vue/composition-api@1.2.4(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.49(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
Updated@opentiny/vue-common@~2.7.0