- 添加滚动条样式;
- change thyRadio's changeDetection to OnPush;
- change thyRadioButton's changeDetection to OnPush;
- change thyRadioGroup's changeDetection to OnPush;
- change thy-loading's changeDetection to OnPush;
thyEditor
添加关联
thyTree
ThyDialog OnPush模式下 tree异步加载界面不更新问题处理
thyDialog
ThyDialog thy-dialog-container visible样式修改的撤销
store
非单例注入报错处理
新增 thy-sidebar[thyIsDraggableWidth]
, 设置 thy-sidebar
宽度可调节
Store
增加 Redux_DevTools
ThyDialog
修改容器 Wrapper 样式
修改 Webpack
打包相关配置
thyDatepicker
时间范围选择样式的修改
thyGrid
新增支持 thyRowClassName
table
样式支持排除某一行拖拽样式 table-draggable-ignore-item
thy-date-range
当双向绑定的值为空时,根据 dateRanges
设置日期区间;当双向绑定的值不为空时,不修改双向绑定的值。
修复发布错误。
thyDatepicker
新增支持设置最大值 thyMaxDate
、最小值 thyMaxDate
。
注销:ThyDraggableDirective,sky 使用报错
依赖库升级到 Angular 7.2.6, bootstrap 4.3.1。 主版本号,更改为随 Angular 主版本。
增加支持 ngx-bootstrap 3.2.0 版本
npm 发布错误,重新发布
新增菜单组件thyMenu
ThyMaxDirective
, ThyMaxDirective
支持最大或最小值设置浮点数
thyFileDrop
bug fixed
thy-editor
支持默认自动伸缩高度,
thyFileDrop
禁止上传文件夹、无后缀文件。修复拖拽区域中包含其他拖拽排序导致的交叉影响。
form-validator
错误信息支持占位符 {min}
{max}
{minlength}
{maxlength}
bugfix: thyFileDrop
拖拽失效
修改 cdk overlay
的z-index
大于modal
的z-index
,避免在modal
中弹出选择框,选择框被modal
框遮盖
修改 thy-breadcrumb
组件样式,支持换肤
thy-slide
增加参数 hasBackdrop
支持幕布的显示隐藏
thy-tree-select
弹出样式的修改
thy-tree-select
组件增加 [thyChildCountKey]
支持根据该字段判断是否有子节点
增加 thy-breadcrumb
面包屑组件
thy-tree-select
组件基本功能完成
修改 thy-tree
loading 加载位置错误的 bug
修改 thyContextMenu
指令使用 ngZone.runOutside 后 回调事件没调用 ngZone.run 的问题
[thyFileSelect],thy-file-select
组件增加 thyAcceptFolder
支持选择文件夹类型。Fixed thyMultiple
false 失效 BUG。
thy-grid
组件增加 (thyOnRowContextMenu)
支持行右键操作,thy-grid-column
增加 #header
自定义模板支持 column header 自定义
thy-tree
组件部分重构,增加了 ThyTreeNodeData
用于规范传入数据格式,增加了 ThyTreeNode
类用于对 Node 进行各种操作,增加了 [thyAsync]
(thyOnExpandChange)
用于异步加载。去除了灵活使用方式 Tree(因为可以通过原生 Angular 支持来实现)
解决引用组件库 thy-tree-select
providers useFactory 导致的编辑错误问题
修改 editor 上传附件问题
临时通过 checkout 0.2.15 版本 解决引用组件库后编译报错问题
修改 date-range 左右切换逻辑 修复了当前选择的时期范围是本周(当前周只有两天),interval=7 时左右切换后的范围还是两天的 bug
扩展 thy-property-operation
, 当thyValue
有值时,可通过设置thyLabelHasValue=true/false
控制lable
是否显示
修复 thy-date-range
传值不同步的问题
添加分页组件 thy-pagination
扩展 thy-date-range
支持点击隐藏菜单
thyeditor 上传图片支持是否多选,文件类型
0.2.9 版本发布错误,没有正确发布成功,没有编译新增的代码。
- add EntityStore lite version to support crud operations ed0e12b844582f5fd08134f18adf8899ce85b9a7
- Store Action 支持直接调用,需要注意的是直接调用第一个参数不是 State,需要通过 this.snapshot 或者 this.getState() 获取 b1da195096590be45031c2c3a9c45da64a0c8dde
扩展 thy-editor
支持传入 placeholder
修改 thy-avatar
背景样式
修复 thy-input
thyAutofocus 命名错误问题
修复 thy-loading
style
修复 thy-input
focus 状态下没有显示边 bug
修改 thy-input
lg 尺寸的 placeholder 字号改为 14px
修改 thy-input
支持 thyAutoFocus
扩展 [min]
[max]
验证指令
移除 thy-input-label
扩展 thy-input
添加 thyLabelText
属性
修改 thy-alert
scss 和 bootstrap 冲突 bug
thy-form
支持添加 form errors
天机 thy-from-group-error
组件用于错误展示
添加警示框组件 thy-alert
修改 thy-input
bug
thy-stepper
支持换肤
thy-radio-group
支持错误提示
datepicker
组件更新
修改 thy-input
组件,thyType
为 password
时,支持密码明文切换
修改 thy-stepper
样式,支持选中 step 下方的小箭头
修改单选按钮组 thyRadioGroup
支持验证
修改单选按钮组 thyRadioButton
支持 flex 布局
添加单选按钮组 thyRadioButton
添加步骤条组件 thy-stepper
扩展 thy-label-input
支持 thySize
添加 thy-label-input
组件
修改 thy-input
组件样式
修改 thy-input
组件样式
添加 thy-input
组件,支持 Input 输入框内自定义前置后置模板
fix error for markdown
fix build error for styles folder lost.
fix build error for ThyFormModule
add thyFormValidator feature.
- 修复换肤情况下 Input 输入框移入边框没有变色的 Bug;
- 新增粉红色换肤;
- 移除相关无用的引用。
- select-custom add
thyDisabled
property.
- 修复
thy-selection-list
的 Bug:当 ngModel 设置的默认值在thy-list-option
中不存在的时候报错的问题,存储默认值,modelChange Emit 的时候返回。
thy-selection-list
thy-list-option
样式调整以及换肤样式的添加;thy-custom-select
样式的修改,使用统一的 thy-option 样式 mixin。
thy-selection-list
添加 thyUniqueKey
属性用于 thyValue 是对象,但是存储选项的 Value 使用唯一 Key 的场景,主要用于选择的列表有不同对象引用,但是表示同一个对象的场景,比如与多个 Member 都是 {id:1,name:'张三'},但是会来自不同的列表
change thy-selection-list
component support delay load options, the default values can been selected.
thy-grid
fix sortable bug ,restoresortablejs
reference
- replace
WorktileTech/sortablejs
thy-grid
fix column selections bugthy-tree
remove drag delay
thy-key-selection
support ngModel set default selection values.
fix build typings file error, remove thy-key-selection
component.
- add ThyListModule module, contains
thy-list
,thy-list-item
,thy-selection-list
,thy-list-option
components. thy-selection-list
support key up, down select option.
- add property-operation component;
- avatar component optimize and add ThyAvatarService to transform src, so
thySrc
can't input src full path.
- change action menu default not stopPropagation;
- add Input params
thyStopPropagation
for thyActionMenuToggle directive.
- add ThyPositioningService for set setPosition;
- change pop box use ThyPositioningService to pop.
fix store dispatch subscribe publishRelay
export RootStoreModule
fix store build error.
fix ts define file error.
- add thy-empty component;
- add thy store for state management.
Layout add thy-content-section
and thy-content-main
components