@vexip-ui/utils
This package provides common utils for vexip-ui components, it is published as a package that can be used standalone.
Install
pnpm i @vexip-ui/utils
This package provides common utils for vexip-ui components, it is published as a package that can be used standalone.
This package provides common utils for vexip-ui components, it is published as a package that can be used standalone.
pnpm i @vexip-ui/utils
v-resize
directive (#457) (7a0571e)selected
slot (0f55ec7), closes #445getData
after drag in tree (3871bbd)disabled
). Also the effect style
structure changed.update:
events emitted order (#388) (b6d826b)meta-data
prop to meta
(6f03cf1)meta-data
prop has been deprecated,
please use meta
prop to replace it.observe-deep
prop to enable it.both-sides
prop has been deprecated,
please using alternate
prop to replace it.toggleReduce
-> toggleReduced
,
toggleUserDrop
-> toggleUserDropped
fixed-main
(f47d9a6)en-US
and ta-IN
isn't included in internal locale config no longer.
Now these config are exported independently, using e.g. import { enUSLocale } from 'vexip-ui'
to import locale config that you want to use. See docs about global config for more details.vexip-ui/css/button.css
-> vexip-ui/es/css/button
and unnecessary to import
preset style manually.Table
(ca375b7)Table
prefix, e.g. FilterOptions
-> TableFilterOptions
locale
prop (#239) (e483dea)ref<HTMLElement>()
(#188) (5c50d3b)label-position
name to label-align
on-async-load
parameters is changed from (node)
to (data, node)
.vexip-ui
, no longger
imports will be from vexip-ui/es/xxx
.<a>
as label tag (63832d2)theme
prop has deprecated, using css vars to adjust
menu styles. tooltipTheme
rename to tooltipReverse
.<g>
wrapper to isolate transform styles (4f88644)<g>
styles (1d961f4)theme
prop deprecated, use reverse
prop instead
theme="dark"
case. tip
slot deprecated, currently the trigger part
use trigger
slot and the tip part use default slot. Now Tooltip will
not render wrapper element by default.range
prop has removed, using min and
max props to instead it.em
to px
(#31) (1370057)value-key
and label-key
props of Select component
is deprecated and removed, using key-config
to instead.id-key
, label-key
, children-key
and parent-key
props of Tree component is deprecated and removed, using key-config
to instead.ok
rename to confirm
(a6610a7)beforeXxx
props adjust to onBeforeXxx
(2bee7cf)on-xxx
to xxx
(a684401)onBeforeXxx
to replace beforeXxx
props, the
purpose is to support @beforeXxx
alias to bind callback.on
prefix,
currently using @xxx
to replace @on-xxx
, its purpose is to better
bind events in t/jsx (no onOnXxx
).@vexip-ui/icons
, using <Icon>
default slot to provide the icon svg component instead of before
way which import from vexip-ui/icons/**
.design/variables.scss
have removed the vxp-
prefix and change to use scss map to define. All
style imports in scss are currently using @use
and @forward
, do not use @import
to import
styles anymore.prop
attribute of the new
install config instead.