@opentiny/vue-button-group
Advanced tools
Comparing version 3.17.1 to 3.18.0
@@ -64,3 +64,3 @@ function _extends() { | ||
}); | ||
var version = "3.undefined"; | ||
var version = "3.18.0"; | ||
ButtonGroup.model = { | ||
@@ -67,0 +67,0 @@ prop: "modelValue", |
@@ -0,1 +1,9 @@ | ||
import { renderless, api } from '@opentiny/vue-renderless/button-group/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import Popover from '@opentiny/vue-popover'; | ||
import Button from '@opentiny/vue-button'; | ||
import { iconPopup, iconWriting } from '@opentiny/vue-icon'; | ||
import { AutoTip } from '@opentiny/vue-directive'; | ||
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, renderList, withDirectives, normalizeStyle, createTextVNode, toDisplayString, createBlock, resolveDynamicComponent, createCommentVNode, createVNode, withCtx, createElementVNode } from 'vue'; | ||
function _createForOfIteratorHelperLoose(r, e) { | ||
@@ -28,9 +36,11 @@ var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | ||
} | ||
import { renderless, api } from "@opentiny/vue-renderless/button-group/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import Popover from "@opentiny/vue-popover"; | ||
import Button from "@opentiny/vue-button"; | ||
import { iconPopup, iconWriting } from "@opentiny/vue-icon"; | ||
import { AutoTip } from "@opentiny/vue-directive"; | ||
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, renderList, withDirectives, normalizeStyle, createTextVNode, toDisplayString, createBlock, resolveDynamicComponent, createCommentVNode, createVNode, withCtx, createElementVNode } from "vue"; | ||
var _export_sfc = function _export_sfc2(sfc, props) { | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1]; | ||
target[key] = val; | ||
} | ||
return target; | ||
}; | ||
var _sfc_main = defineComponent({ | ||
@@ -48,4 +58,4 @@ emits: ["change", "edit", "update:modelValue"], | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -58,10 +68,2 @@ context, | ||
}); | ||
var _export_sfc = function _export_sfc2(sfc, props2) { | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props2), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
target[key] = val; | ||
} | ||
return target; | ||
}; | ||
var _hoisted_1 = { | ||
@@ -297,4 +299,3 @@ key: 0, | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-button-group", | ||
"version": "3.17.1", | ||
"version": "3.18.0", | ||
"description": "", | ||
@@ -10,9 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.17.0", | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-theme": "~3.17.0", | ||
"@opentiny/vue-directive": "~3.17.0", | ||
"@opentiny/vue-popover": "~3.17.0", | ||
"@opentiny/vue-button": "~3.17.0", | ||
"@opentiny/vue-icon": "~3.17.0" | ||
"@opentiny/vue-common": "~3.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0", | ||
"@opentiny/vue-directive": "~3.18.0", | ||
"@opentiny/vue-popover": "~3.18.0", | ||
"@opentiny/vue-button": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
@@ -103,11 +103,11 @@ import type { PropType } from 'vue'; | ||
}>>, { | ||
plain: boolean; | ||
disabled: boolean; | ||
data: IButtonGroupNode[]; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
border: boolean; | ||
textField: string; | ||
valueField: string; | ||
textField: string; | ||
plain: boolean; | ||
showEdit: boolean; | ||
border: boolean; | ||
}, {}>; | ||
export default _default; |
import type { IButtonGroupApi } from '@opentiny/vue-renderless/types/button-group.type'; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
plain?: any; | ||
disabled?: any; | ||
data?: any; | ||
size?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
@@ -15,12 +14,12 @@ tiny_mode_root?: any; | ||
modelValue?: any; | ||
border?: any; | ||
textField?: any; | ||
valueField?: any; | ||
textField?: any; | ||
plain?: any; | ||
showMore?: any; | ||
showEdit?: any; | ||
border?: any; | ||
}>, IButtonGroupApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue" | "edit")[], "change" | "update:modelValue" | "edit", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
plain?: any; | ||
disabled?: any; | ||
data?: any; | ||
size?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
@@ -34,16 +33,16 @@ tiny_mode_root?: any; | ||
modelValue?: any; | ||
border?: any; | ||
textField?: any; | ||
valueField?: any; | ||
textField?: any; | ||
plain?: any; | ||
showMore?: any; | ||
showEdit?: any; | ||
border?: any; | ||
}>>> & { | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
onEdit?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
readonly plain?: any; | ||
readonly disabled?: any; | ||
readonly data?: any; | ||
readonly size?: any; | ||
readonly disabled?: any; | ||
readonly tiny_mode?: any; | ||
@@ -57,8 +56,9 @@ readonly tiny_mode_root?: any; | ||
readonly modelValue?: any; | ||
readonly border?: any; | ||
readonly textField?: any; | ||
readonly valueField?: any; | ||
readonly textField?: any; | ||
readonly plain?: any; | ||
readonly showMore?: any; | ||
readonly showEdit?: any; | ||
readonly border?: 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
21008
557
+ Added@opentiny/vue-button@3.18.0(transitive)
+ Added@opentiny/vue-common@3.18.0(transitive)
+ Added@opentiny/vue-directive@3.18.0(transitive)
+ Added@opentiny/vue-icon@3.18.0(transitive)
+ Added@opentiny/vue-locale@3.18.0(transitive)
+ Added@opentiny/vue-popover@3.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.7(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
+ Added@opentiny/vue-tooltip@3.18.0(transitive)
- Removed@opentiny/vue-button@3.17.0(transitive)
- Removed@opentiny/vue-common@3.17.0(transitive)
- Removed@opentiny/vue-directive@3.17.0(transitive)
- Removed@opentiny/vue-icon@3.17.0(transitive)
- Removed@opentiny/vue-locale@3.17.0(transitive)
- Removed@opentiny/vue-popover@3.17.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
- Removed@opentiny/vue-tooltip@3.17.0(transitive)
Updated@opentiny/vue-button@~3.18.0
Updated@opentiny/vue-common@~3.18.0
Updated@opentiny/vue-icon@~3.18.0
Updated@opentiny/vue-theme@~3.18.0