内容简介:新增组件:Skeleton 加载占位图 加载占位图就是在页面数据尚未加载前先给用户展示出页面的大致结构,直到请求数据返回后再渲染页面,补充进需要显示的数据内容。 详情请查看: https://www.heyui.top/component/...
新增组件:Skeleton 加载占位图
加载占位图就是在页面数据尚未加载前先给用户展示出页面的大致结构,直到请求数据返回后再渲染页面,补充进需要显示的数据内容。
详情请查看:
https://www.heyui.top/component/other/skeleton
DateFullRangePicker 超级日期范围控件
超级日期选择器添加自定义布局设置
详情请查看:
https://www.heyui.top/component/data/plugin/datefullrange
Tree 树
tree 组件添加自定义slot,并且提供以下三种方法修改数据:
updateTreeItem | 更新TreeItem | (key, { title: '' }) |
appendTreeItem | 插入TreeItem | (parentkey, { id: '', title: '' }) |
removeTreeItem | 删除TreeItem | (key) |
详情请查看:
https://www.heyui.top/component/plugin/tree
其他更新请参考 release 信息
https://github.com/heyui/heyui/releases/tag/v1.17.0
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- React 组件库 uiw 1.5.1 发布,新增 2 个组件
- 码良之笔更新,新增组件商城功能
- Vue 组件库 heyui@1.18.0 发布,新增地址选择、图片预览组件
- Hyperf 1.1.6 发布,新增极简 DB 组件、Session 组件等
- avue 1.5.4 发布,新增 form 组件和 crud 组件生成器
- uiw 1.5.0 发布,新增 BackTop 组件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Dynamic Programming
Richard Bellman / Dover Publications / 2003-03-04 / USD 19.95
An introduction to the mathematical theory of multistage decision processes, this text takes a "functional equation" approach to the discovery of optimum policies. The text examines existence and uniq......一起来看看 《Dynamic Programming》 这本书的介绍吧!