-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency view-design to v4.7.0 #105
base: master
Are you sure you want to change the base?
Conversation
9c5782f
to
042f084
Compare
042f084
to
110372d
Compare
110372d
to
03fba42
Compare
03fba42
to
07bf037
Compare
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/blesstosam/vuets-iview-admin/FgXoZPhHHhaZT1Erthec4kRruomi |
07bf037
to
adea682
Compare
adea682
to
2dc6a91
Compare
2dc6a91
to
a366bfe
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
4.1.3
->4.7.0
Release Notes
view-design/ViewUI
v4.7.0
: Kena: Bridge of SpiritsCompare Source
Modal add new property
before-close
.Table add new property
fixed-shadow
.Table column add new property
hideSelectAll
, which is used to disable the table header selection.The property
indexMethod
of Table column has a new parameterindex
.Page add new events
@on-prev
and@on-next
.Page property
size
has a new value ofdefault
.Alert add new property
fade
.The value of CheckboxGroup, Cascader, Slider, ColorPicker, Rate, DatePicker, TimePicker supports null values.
Fix the problem that the total is sometimes not displayed when the max-height property is set when using show-summary in Table. #969
Fix the problem that the null value cannot be changed when the Form is reset.
Fix DatePicker after version 4.6.0, when switching the year, the problem is displayed incorrectly.
Fix the problem that the focus style is wrong when DatePicker and TimePicker are in disabled state.
Fix the problem that Modal uses the fullscreen function in draggable mode incorrectly.
Fix the problem that the clear icon is sometimes incorrectly positioned when the Input is in the clearable state.
Fix the issue that the Select cannot create an entry when the initial candidate is empty in the allow-create mode. #926
Fix the problem that Select is in clearable mode with empty options, press the keyboard arrow keys to report an error. #917
Fix the problem that Select sometimes reports errors. #944
Fix the problem that the value of Select cannot be set to null.
Fix the problem that an error is reported when the value of Switch is set to null.
Fix the problem that the value of Cascader cannot be set to null.
Fix the problem that the value of Slider cannot be set to null.
Fix the problem that the values of DatePicker and TimePicker cannot be set to null.
Fix the problem that the value of Rate cannot be set to null.
Fix the problem that the value of ColorPicker cannot be set to null.
Adjust the style in Switch focus and hover state.
Adjust the clear icon in the AutoComplete clearable state.
Sinhala language added. #920
Modal 新增属性
before-close
。Table 新增属性
fixed-shadow
。Table 列 column 新增属性
hideSelectAll
,用于禁用表头全选。Table 列 column 的属性
indexMethod
新增参数index
。Page 新增事件
@on-prev
和@on-next
。Page 属性
size
新增值default
。Alert 新增属性
fade
。CheckboxGroup、Cascader、Slider、ColorPicker、Rate、DatePicker、TimePicker 的 value 支持 null 值。
修复 Table 在使用 show-summary 时,设置 max-height 属性有时不显示合计的问题。#969
修复 Form 在重置时,无法改变 null 值的问题。
修复 DatePicker 在 4.6.0 版本后,切换年时,显示错误的问题。
修复 DatePicker、TimePicker 在 disabled 状态下,focus 时样式错误的问题。
修复 Modal 在 draggable 模式下,使用 fullscreen 功能样式错误的问题。
修复 Input 在 clearable 状态下,清空图标有时位置不正确的问题。
修复 Select 在 allow-create 模式下,初始候选项为空时,无法创建条目的问题。#926
修复 Select 在 clearable 模式下,候选项为空时,按键盘方向键报错的问题。#917
修复 Select 有时报错的问题。#944
修复 Select 的值无法置为 null 的问题。
修复 Switch 的值置为 null 时报错的问题。
修复 Cascader 的值无法置为 null 的问题。
修复 Slider 的值无法置为 null 的问题。
修复 DatePicker、TimePicker 的值无法置为 null 的问题。
修复 Rate 的值无法置为 null 的问题。
修复 ColorPicker 的值无法置为 null 的问题。
调整 Switch focus 且 hover 状态下的样式。
调整 AutoComplete clearable 状态的清空图标。
新增僧伽罗语。#920
v4.6.1
Compare Source
to
andtarget: _blank
, the problem that links are opened twice is fixed.to
和target: _blank
时,打开两次链接的问题。v4.6.0
: It Takes TwoCompare Source
sticky
andsticky-distance
. When enabled, when dragging, it will not be dragged out of the edge of the screen, and will automatically snap to the limit distance.reset-drag-position
. After opening, when Modal is opened again, the drag position will be reset.mask
is no longer mandatory to be set to false indraggable
mode.placement
addtop
andbottom
to support top and bottom directions. At the same time add the propertyheight
. The top and bottom do not support dragging currently.capture
.events-enabled
, after enabling it, Popper's eventsEnabled property will be turned on, but some performance may be lost.daterange
mode and the start date is the 31st, when the previous month panel is switched, the panel month does not change. #418label-in-value
.target: _blank
and Object typeto
property, the jump function is invalid.@on-cell-click
is triggered.sticky
和sticky-distance
,开启后,在拖拽时,将不会拖出屏幕边缘,并在极限距离时,自动吸附。reset-drag-position
,开启后,Modal 再次打开时,将重置拖拽的位置。mask
在draggable
模式下,不再强制设置为 false。placement
新增值top
和bottom
,支持顶部和底部方向。同时增加属性height
。顶部、底部暂不支持拖拽。capture
。events-enabled
,开启后则会开启 Popper 的 eventsEnabled 属性,但可能会牺牲一定的性能。daterange
模式下,起始日期为31日时,切换上月面板,面板月份没有变化的问题。 #418label-in-value
时,在多选、可搜索状态下出错的问题。target: _blank
和 Object 类型的to
属性时,跳转功能失效的问题。@on-cell-click
触发的位置。v4.5.0
: CartoCompare Source
wrap
, and Col add new propertyflex
, which supports Flex filling.controls-outside
. When it is turned on, the button position will be placed on both sides of the input box.tooltip-max-width
, column add new propertytooltipTheme
andtooltipMaxWidth
. When opening the tooltip, the column configuration is preferred.border
for Input can be set to not display the border.focus
supports parameter passing, you can specify the cursor position as the start, end or select all text.plain
, and the title is displayed in normal text style when it is turned on.button-style
, which can be set as the bottom button style.wrap
,Col 新增属性flex
,支持 Flex 填充。controls-outside
,开启后,按钮位置会置于输入框两侧。tooltip-max-width
属性,column 新增tooltipTheme
和tooltipMaxWidth
属性。开启 tooltip 时,优先使用 column 的配置。border
,可以设置为不显示边框。focus
支持传参,可以指定光标位置为开始、结束或全选文本。plain
,开启则标题显示为普通文字样式。button-style
,可以设置为填底的按钮样式。v4.4.0
: Cro-MagCompare Source
transfer-class-name
。default-label
和事件@on-set-default-options
,用于远程搜索时设置初始值的 label。update-show-children
。 #675select-node
和expand-node
,可以控制点击节点效果为单选或展开/收起子节点。webkitdirectory
,支持选择文件夹。 #619lock-scroll
,设置为 false 时,不会改变浏览器滚动条。stop-slide
,开启可防止短时间加载数据时的抖动。 #701draggable
属性时的问题。 #603trigger: click
模式下,嵌套使用的问题。 #661transfer-class-name
.default-label
and event@on-set-default-options
, used to set the initial label during remote search.update-show-children
. #675select-node
andexpand-node
, which can control the effect of clicking on a node as single selection or expand/collapse child nodes.webkitdirectory
, support selecting folders. #619lock-scroll
, when set to false, the browser scroll bar will not be changed.stop-slide
, which can prevent jitter when loading data in a short time. #701draggable
property. #603trigger: click
mode. #661v4.3.2
Compare Source
v4.3.1
Compare Source
to
property of Button, Menu, Card, Cell and other components uses the router object in version 4.3.0.v4.3.0
: WatameCompare Source
contextMenu
, and supports context menu.contextmenu
. After opening, the node can use the right-click menu function, which needs to be used in conjunction with the Tree’s slotcontextMenu
.@on-contextmenu
.contextMenu
, and supports context menu.context-menu
. After opening, the tab can use the right-click menu function, which needs to be used together with the slotcontextMenu
of Tabs.@on-contextmenu
.draggable
and event@on-drag-drop
, which are used to drag and adjust the order of tabs.@on-dblclick
.@on-expand-tree
._showChildren
field, please use the@on-expand-tree
event.to
property of Button, Menu, Card, Cell and other components support jumping to absolute addresses.async-validator
version to supportany
type.clearable
attribute and click to clear the unsynchronized value. #446show-summary
property of Table is turned on and the table is scrolled. #553show-word-limit
property is turned on and the style is wrong on the Windows platform.contextMenu
,支持右键菜单。contextmenu
,开启后,该节点可以使用右键菜单功能,需配合 Tree 的 slotcontextMenu
一起使用。@on-contextmenu
。contextMenu
,支持右键菜单。context-menu
,开启后,该页签可以使用右键菜单功能,需配合 Tabs 的 slotcontextMenu
一起使用。@on-contextmenu
。draggable
和事件@on-drag-drop
,用于拖拽调整页签顺序。@on-dblclick
。@on-expand-tree
。_showChildren
字段,请使用@on-expand-tree
事件。to
属性,支持跳转到绝对地址。async-validator
版本,支持any
类型。clearable
属性,点击清空未同步 value 的问题。 #446show-summary
属性,滚动表格报错的问题。 #553v4.2.0
: Vikings: an Archer's JourneyCompare Source
show-context-menu
, after opening, you can right-click to pop up the menu, you need to use it with slotcontextMenu
.@on-contextmenu
return a new parameterposition
.display
, the rendering mode of the column when you use slot. The available values are block, inline, and inline-block. When using tree data, it is recommended to use inline or inline-block.@on-cell-click
, triggered when a cell is clicked.filter-by-label
. After opening, when searching, only search according to label.reverse-operation
. After opening, reverse the order of the two operation buttons.show-context-menu
,开启后,可以点击右键弹出菜单,需配合 slotcontextMenu
一起使用。@on-contextmenu
新增返回参数position
,右键距离 Table 组件左上角的位置。display
,使用 slot 自定义列时,列的渲染模式。可选值为 block、inline、inline-block。当使用树形数据时,建议使用 inline 或 inline-block。@on-cell-click
,点击单元格时触发。filter-by-label
,开启后,在搜索时,只按照 label 进行搜索。reverse-operation
,开启后,颠倒两个操作按钮的上下顺序。Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.