-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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:添加视频编辑器组件配置 #11760
fix:添加视频编辑器组件配置 #11760
Conversation
👍 Thanks for this! Please review the labels and make any necessary changes. |
name: 'src', | ||
label: tipedLabel( | ||
'视频地址', | ||
'可以写静态值,也可以用变量取比如:<code>\\${videoSrc}</code>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不需要这个tip哈
name: 'poster', | ||
label: tipedLabel( | ||
'视频封面', | ||
'可以写静态值,也可以用变量取比如:<code>\\${videoPoster}</code>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
// '比如填写:<code>\\${videoFrames}</code>会在当前作用域中查找 videoFrames 变量,如果是对象,将生成视频截图列表,点击后可跳转到对应的帧。' | ||
// } | ||
// ] | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除,不要注释
|
||
events: RendererPluginEvent[] = [ | ||
{ | ||
eventName: 'play', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这几个事件,没看到renderer里有实现呢
'视频地址', | ||
'可以写静态值,也可以用变量取比如:<code>\\${videoSrc}</code>' | ||
), | ||
placeholder: '请输入视频地址' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不用这个哈
'视频封面', | ||
'可以写静态值,也可以用变量取比如:<code>\\${videoPoster}</code>' | ||
), | ||
placeholder: '请输入视频封面地址' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
* pagination_1 * steps编辑器配置 * fix:更新steps快照 * fix:更新wizard快照 * fix:添加视频编辑器配置 * 按照smooth-signature * fix:完成事件编辑 --------- Co-authored-by: liuyue46 <[email protected]>
* feat: form多列模式下容器类组件固定100% (#11468) * feat: form多列模式下容器类组件固定100% * 更新快照 * 更新快照 * feat: amis-editor 支持内联编辑 (#11470) * chore: 调整 amis-editor 样式 (#11472) * ci: 更新 ss * fix: BroadcastChannel 兼容性问题 (#11474) * feat: ContextMenu menuItem 声明 (#11473) * chore(amis-editor): wizard接口配置使用apiControl,以便和其它组件配置面板保持一致 (#11463) * chore(amis-editor): wizard接口配置使用apiControl,以便和其它组件配置面板保持一致 Closes #11462 * chore(amis-editor): Breadcrumb接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Steps组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Tasks组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): InputArray组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Form组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Action组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): TableCell组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Button组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): ConditionBuilder组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): 删除历史api配置模板,避免后续被使用引起的不一致性问题 * fix: 修复 tag 渲染对象报错 * ci: 更新 ss * ci: 更新 ss * ci: 更新 ss * feat: 为carousel增加纵向模式和鼠标滑动模式 * fix: 修复picker溢出隐藏样式错乱 * fix: 修复列表选取-单选却可以选中多个 * fix: 更新单测 * fix: iframe中冒泡会导致触发rootclose (#11481) * fix: 修复select下menutpl样式错误问题 (#11487) * fix: 修复select下menutpl样式错误问题 (#11484) * style: 优化select下checkbox样式 * 优化 --------- Co-authored-by: Qnets <[email protected]> * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist (#11488) * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist --------- Co-authored-by: wangxiufeng01 <[email protected]> * fix: 修复编辑器内联编辑在自由容器里面无效的问题 (#11491) * chore: 支持外部设置 richText 的token * chore: 调整版本为 3.1.1 * feat: 轮播图option 支持 itemSchema * chore: assert alive * chore: Disable tree shake for modules under (#11509) * chore: amis-core 调整 esm 支持 * fix: tree 节点点击事件获取的值不对 * feat: 新增 dropdown-contextmenus 组件 (#11511) * feat: CRUD 的自动撑开功能支持编辑器切换及时生效 (#11513) * feat: 优化icon组件svg link逻辑 * 修复图片高度塌陷问题 * fix:tree点击事件新增item * fix:tree点击事件取值不正确 * style: 优化图片组件样式 (#11517) * style: 优化图片组件样式 * 优化 * 优化样式 * fix: 边框虚线样式不生效问题 * feat: input-table change事件data增加index (#11523) * style: 组件文字正常使用text-1 (#11525) * fix: 修复移动端编辑模式双击光标位置不正确的问题 (#11516) * fix: 调整 table setValue 当在 crud 中时由 crud 完成 setData (#11527) * fix: 修复自定义样式root::after不生效问题 * fix: 部分情况下,select树模式中全选、多选不生效 (#11521) * fix: 修复picker双击单选不生效问题 (#11531) * fix: 及时销毁 resizeObserver (#11539) * chore: crud filter 是否可使用上层数据优先用 filter 上的配置 * fix: inlineEdit 时取消框选 * fix: input-table 子项通过索引更新行数据,自身值未变化 * fix: 修复icon组件vendor报错 * fix: 修复轮播图有 style 且设置了 width\height 时会导致 js 报错渲染失败 (#11547) Co-authored-by: jinye <[email protected]> * feat: 上传图片组件添加可配置项 * feat: 上传图片组件添加可配置项 * feat: 上传图片组件添加可配置项 * chore: 添加基础的eslint配置,以便统一编码规范 (#11493) Closes #11047 * fix: 注册异步渲染器时删除占位渲染器,修复设置了显隐条件时无法正确渲染的问题 (#11544) * fix(core): 优化异步渲染器注册逻辑 - 当已存在占位渲染器时,在注册异步渲染器时删除占位渲染器 - 解决了在某些情况下(如设置了 visibleOn/hiddenOn 条件)无法渲染的问题 * 根据代码检查建议修改代码 * 原始对象也需要删除 --------- Co-authored-by: Song Mingxu <[email protected]> Co-authored-by: 2betop <[email protected]> * feat: 增加hover动效 (#11549) * feat: 增加hover动效 * 调整一下 * fix: 修复dropdown-button浮层存在间距问题 (#11552) * feat: 分页组件移动端适配 (#11524) * pagination_1 * 分页组件移动端适配 * 修复提交问题 * 修复移动端圆角和间距 * 删除多余判断 --------- Co-authored-by: liuyue46 <[email protected]> * fix: 多余的边框线 * fix: 统一contextmenu圆角 * feat: Nav组件增加悬浮面板模式 * feat: Nav组件增加单测用例、完善文档 * feat: PanelMenu组件引入Icon组件,增加无Icon的例子,代码优化 * feat: 代码优化,类型引入调整 * fix: 修复 ajax 动作不阻塞后续动作的问题 Close: #11457 (#11555) * feat: location picker 增加隐藏控件的参数 * fix: 在地图的值修改后,需要刷新地图展示 * fix: 地址更改时,移动点而非初始化地图。修改选择点引起抖动增加内部state * fix: 修复原地编辑操作对象为按钮时会触发点击行为的问题 * chore: api adaptor 添加一些容错 * bump: 6.11.0 * fix:修复异步表达式ARRAYFINDINDEX&ARRAYFIND单测 * feat: 时间轴升级支持横向交叉展示以及样式升级 * fix: 恢复文件分组 * fix: 修改类型,增加文档,修改样式 * fix: 修改类型,增加文档,修改样式 * fix: 移动timeline中传入card的渲染过程到render层中 * fix: 修改传入卡片属性名 * fix: 修复UT * fix: 修复UT * feat: 扩展轮播图支持自定义容器 * fix: 删除无用配置 * fix: 删除不必要DOM嵌套 * refactora: 使用 itemSchema * feat: crud、crud2支持表头单独设置样式、溢出隐藏可拖拽 (#11577) * feat: crud、crud2支持表头单独设置样式、溢出隐藏可拖拽 * feat: crud、crud2支持表头单独设置样式、溢出隐藏可拖拽 * feat: contextmenu 样式优化 (#11587) * 5.支持source * fix: 添加图集排序方式(厂字布局) * fix: 添加图集排序方式(倒厂字布局) * fix: 添加图集排序方式(倒厂字布局) * fix: 添加图集排序方式 * fix: 修改md * fix: 修改允许图片放大 * fix: 屏蔽多余图片 * Revert "fix: 屏蔽多余图片" This reverts commit 2fac3ec. * fix: 屏蔽多余图片 * 还原example/index * 删除无用示例图片 * 添加8种图集示例 * 更新图集类命名规则 * 删除不符合规则样式 * feat: 更新图片集悬浮蒙层 * feat: 更新图片集悬浮蒙层 * feat: 图集组件动画效果对齐AiPage * feat:图集排序方式更名 * feat:图集添加hover动效 * feat:动效展示容器扩大 * feat:添加网格式排列方式 * feat:上拉效果修改 * feat:文字展示效果改为通用效果 * feat:文字展示效果改为通用效果 * feat:更改grid布局 * feat:更新comment问题 * feat:更新comment问题 * feat:更新comment问题 * feat:更新comment问题 * feat:更新comment问题 * feat:补充排列方式说明 * feat:去除未使用url * feat:图片等比缩放 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat:修改comment提出的问题 * feat(action): 导出动作参数映射忽略键注册方法 - 新增 ActionIgnoreKey 和 CmptIgnoreMap 两个全局变量,用于存储动作和组件的忽略键 - 新增 registerActionMappingIgnoreKey、registerActionMappingIgnoreMap、registerComponentActionMappingIgnoreKey 和 registerComponentActionMappingIgnoreMap 四个方法,用于注册忽略键 - 重构 runAction 方法,使用新的忽略键逻辑 - 注册默认的忽略键,包括 ajax 动作和一些组件的 condition 属性 * fix: #11535 crud的source切换后分页失效问题修复 * fix: #11535 crud的source切换后分页失效问题修复 * Feat input images my (#11586) * feat: 上传图片组件添加可配置项 * feat: 上传图片组件添加可配置项 * feat: 上传图片组件添加可配置项 * feat: This that depends on may run slow on strings starting with '{{' and with many repetitions of '{{a'. --------- Co-authored-by: yangxu23 <[email protected]> * fix: 去掉contextmenu多余的边框 * chore: 更新国际化文档 * feat: 新增滑动条组件 * feat: 签名组件全屏模式签名确认后旋转图像 * feat: 扩展图片集,支持移动端滑动 (#11530) * feat: 图片集组件支持移动端滑动 * feat: 画廊模式添加序号指示器 * feat: 修改滑动动画效果 * docs: 更新图片集展示模式文档 * feat: 图片集无缝滑动 * chore: delete log * fix: pc 端切换逻辑 * refactor: 统一移动端和桌面端事件 * refactor: move swipe state from React state to class properties * docs: delete galleryHeight * fix(Images): 修复轮播图动画不连贯问题 通过在 Transition ENTERING 状态时强制触发重排(reflow),确保动画正确执行。 参考了 Carousel 组件的实现方式。 * chore: 删除日志文件 * feat(images): 添加大图模式下的缩放控制参数fullThumbMode - 新增fullThumbMode参数控制大图模式下的图片缩放方式 - 默认使用cover模式填充容器 - 更新文档说明和示例 * refactor(images): 删除无用的克隆图片相关代码 - 删除getTransformStyle方法 - 删除与克隆图片相关的注释 --------- Co-authored-by: tiantiancheng <[email protected]> * fix(InputFile, InputImage): 修复静态模式下文件选择器仍然可操作的问题 - 在 FileControl 和 ImageControl 组件中添加对静态属性 (static) 的处理 - 确保在静态模式下禁用文件选择、上传和清除等操作 - 优化了静态模式下的界面显示,防止用户进行交互操作 * fix: 修复 inputDateRange 的 clear 动作只清楚了开始时间的问题 (#11621) * feat: crud2中自适应高度使用粘性定位固定表头 (#11637) * feat: crud2中自适应高度使用粘性定位固定表头 * feat: crud2中自适应高度使用粘性定位固定表头 * fix: Firefox浏览器Crud设置autoFillHeight,无数据时表头被拉伸 * fix:配置scrolly时使用粘性定位固定表头 * feat: 二维码增加更多样式 (#11622) * feat: 二维码增加更多样式 * 更新单测 * fix(card): 修复 Card 组件中 actions 和 toolbar 中的 dropdown-button 组件失效的问题 (#11605) - 渲染 toolbar 和 actions 时,在传入 subProps 中指定 onClick 为 undefined - 避免 Cards 中为 Cards 功能特性增加的点击处理函数意外传给 Card 的 toolbar 和 actions - 修复 renderField 拼写错误 Co-authored-by: Song Mingxu <[email protected]> * doc: 为 table 组件增加 reUseRow 属性说明 (#11610) * docs(dialog): 属性表中增加自定义尺寸、拖拽功能和高度属性说明 (#11614) - 在 size 属性中添加了 custom 选项 - 新增 width、height 和 draggable 属性说明 Co-authored-by: Song Mingxu <[email protected]> * Update input-table.md (#11608) Correct the errors in the document * fix: #11630 修复 InputFormula 组件 variables 配置表达式时无法获取 api 中数据 (#11632) Co-authored-by: Jeremy Pang <[email protected]> * fix: crud2设置scrolly或设置sticky+autoFillHeight时自动开启sticky * v6.12.0-alpha.0 * feat: 优化hover动效 * fix: flex容器内的子元素工具栏无拖拽按钮 + 工具栏样式问题 * chore: 统一文件下载逻辑 * feat: InputFile组件支持自定义大小限制/格式限制的文案 * chore: Picker 的弹窗大小调整为 modalSize (#11664) * chore: 表格列即配置静态展示又配置quickEdit 时,优先静态展示 (#11662) * fix: 修复表格编辑框-设置静态展示,仍然可以进行编辑 * chore: 避免重复定义不可修改属性 * fix: 修复wrapperCustomStyle配置customStyleClassPrefix不生效问题 (#11667) * fix: 表格设置sticky后,同时开启选择或拖拽功能,其头部sticky未生效 (#11669) * 修复公式编辑器functions下发异常&公式编辑器扩充异常 * fix: 修复邮箱格式校验失败 * feat: 选项类组件刷新支持传参 * fix: 修复 CRUD 脚手架查询字段不更新的问题 * chore: 避免表单项默认值关联自己导致无效修改数值的问题 * style: 调整 crud 的自动高度撑开模式的样式, 去掉多余滚动条 * feat: tree高度支持自适应 * fix: 解决input-tree冲突报错 * fix: 修复form flex模式下外围内容拖入报错问题 * 优化 * 优化 * fix: table sticky时border未跟随导致底部文字透出 * fix: table sticky时border未跟随导致底部文字透出 * feat: 导航增加横向滚动交互,修复panel一级路由跳转整体刷新问题,修复disableOverflow导致下拉菜单不生效的问题 * doc: 增加文档说明,修复tsc pipeline报错 * fix: 修复事件动作失效,增加文档说明,增加UT * fix: 修复UT * feat: 扩展crud和crud2的load-more样式 (#11628) * feat(crud): enhance load-more functionality with configurable UI * feat: 修改crud2中使用的pullRefresh持spinner * fix: 统一spinner和text的颜色 * feat: 增加crud2load-more属性 * chore: 将crud和crud的属性命名对齐 * feat: remove iconSize from CRUD loadMoreProps * feat:crud plugin和dataAppendTo属性 * feat:crud2配置 * chore: 增加编辑器中对图标类型的说明 * fix: crud编辑器增加两个属性 * chore: 修改控件类型 --------- Co-authored-by: tiantiancheng <[email protected]> * chore: 调整拖拽方案 (#11690) * fix: 修复horizontalScroll组件没有从amis ui导出导致被摇树优化的问题 (#11714) Co-authored-by: wangxiufeng01 <[email protected]> * feat: 扩展cards增加瀑布流展示模式 (#11676) * fix: 修复xs屏幕尺寸column-count未设置问题 * feat: 编辑器中增加响应式列数配置 * feat: 增加文档 * update snapshots * trigger CI --------- Co-authored-by: tiantiancheng <[email protected]> * feat: 扩展list组件增加字母索引条 (#11581) * feat: 增加列表的索引条 * fix: 移动端样式 * fix: 修复移动端字母索引条跳转失效问题 移除了 instanceof HTMLElement 的类型检查,改用更通用的 DOM 元素查找和滚动方式, 以确保在移动端环境下字母索引条的跳转功能正常工作。 * feat: pc端索引条样式优化 * test(snapshot): update snapshots for letter index feature * fix: 修改items样式 * fix: optimize List component's IntersectionObserver initialization * 增加文档和滚动的offset * feat: 编辑器配置 * fix: 使用scroll-margin-top 调整偏移 * update snpashots * refactor: remove default indexBarOffset to allow CSS variable fallback * update snapshots * refactor: move AlphabetIndexer to amis-ui/components * update snapshots * chore: trigger CI * refactor: 使用interface定义索引条状态 * chore: remove window check * fix: 移除其他分支合并的代码 * refactor: 提取获取首字母的逻辑 * refactor: 弃用finddomnode * feat: 缓存letters * feat: 将list的编辑器面板放到crud组件 * fix: 点击索引条触发is-active样式 * feat: 更新currentletter * fix: 禁止click之后的闪烁 * feat: 使用ref减少dom操作 * 触发CI构建 * again trigger CI * fix: ref设置 * fix: 修复列表字母索引快速点击时的状态管理问题 * fix(List): improve alphabet indexer display logic - Hide alphabet indexer bar when list is empty - Only show items starting with English letters in the indexer bar, filter out items starting with non-letter characters (like Chinese characters, numbers, or special symbols) * trigger CI --------- Co-authored-by: tiantiancheng <[email protected]> * fix: 修复两个百度地图同时加载,同一个路径只触发一次初始化导致有一个地图空白的问题 (#11647) Co-authored-by: wangxiufeng01 <[email protected]> * feat:图集自适应 (#11710) * feat:图集自适应 * feat:图集自适应 * feat:图集自适应 --------- Co-authored-by: yangxu23 <[email protected]> * steps编辑器外观配置 (#11650) * steps编辑器配置 * fix:更新steps快照 * fix:更新wizard快照 * 去掉步骤条的整体外观配置 --------- Co-authored-by: liuyue46 <[email protected]> Co-authored-by: qinhaoyan <[email protected]> * fix: 修复编辑态form里面的crud样式问题 (#11722) * chore: 统一crud的 research 事件与 init 事件的参数 * fix: input-table.md (#11645) Correct the errors in the document * chore: 调整 iframe 位置获取逻辑 (#11727) * chore: 还原版本依赖的修改 * [fix amis-editor]修复block容器的最小高度问题 * fix: 修复编辑态组件mobile属性渲染错误问题 * fix: 签名组件内嵌模式移动设备下默认全屏 * fix: 签名组件优化代码 * fix: 修改签名组件移动端全屏的逻辑条件,新增是否是移动端设备的方法 * fix: isMobileDevice方法增加注释 * fix: 修改签名组件close图标 * feat: 签名组件新增上传图片API, 新增file64依赖包, 新增smooth-signature依赖包, 删除冲突无用代码 * fix : 修正执行AjaxAction之后,后续动作无法取到event.data数据的问题 (#11736) * fix : 修正执行AjaxAction之后,后续动作无法取到event.data数据的问题 * fix : 修正执行AjaxAction之后,后续动作无法取到event.data数据的问题 * fix: 修复事件获取的删除元素成员错误的问题 * fix: inputTable setValue 实现默认是 merge的模式 (#11749) * chore: 调整实现,方便外围覆盖 * feat:补充city数据 * fix: 修复 table 的 showIndex 开启在列选择界面中显示为空的问题 (#11758) * fix: 修复表格 wizard 2.0 字段新增问题 Close: #11772 (#11773) * feat: CRUD 支持配置 totalField 控制返回数据中表示总数的字段名 (#11774) * fix:使用valueField时子节点全选后未勾选父节点 (#11776) * fix:使用valueField时子节点全选后未勾选父节点 * fix:使用valueField时子节点全选后未勾选父节点 * fix: 消除砖石布局未启用时对移动端的影响 (#11778) * fix: 消除瀑布流布局对移动端的影响 * update snapshot --------- Co-authored-by: tiantiancheng <[email protected]> * fix: 优化手写签名上传图片拼接字符串的问题 * fix: 修复表格的列配置在 hash 路由场景冲突问题 (#11786) * chore: 调整 store 注册调低内置 store 优先级 (#11789) * fix(Actions): 为 Service 等组件的 handleAction 方法增加返回,以解决在 EventActions 中某些时候会因为 runAction 没有返回值导致动作序列无法继续的情况 (#11781) Co-authored-by: Song Mingxu <[email protected]> * fix(plugin/CRUD): 使用数组值前增加是否为空的判断 (#11780) 使用item[0]前先判断是否为空, 避免报错 * fix: #11684 修复 CRUD filterTogglable 配置为 true 时,点击切换无效问题 (#11740) Co-authored-by: Jeremy Pang <[email protected]> * fix: selector check all filter disabled (#11717) Co-authored-by: guojiebj01 <[email protected]> * refactor(Table): 优化列拖拽排序逻辑 (#11616) - 简化并修复 dragEnd 事件处理逻辑,删除直接修改 DOM 的代码(因为无效) - 把交换列修复为移动列,与拖动时的视觉指示相匹配 - 删除 swapColumnPosition 方法 - 增加 moveColumn 方法 Co-authored-by: Song Mingxu <[email protected]> * fix: 修复crud2中批量操作按钮事件混乱问题 (#11794) * fix: 调整 dispatchEvent 流程解决 CRUD 中派送选中事件的上下文信息错误问题 (#11796) * feat: 轮播图增加跑马灯模式 * fix: 下拉按钮组件,下拉菜单宽度保持和按钮一样宽度 * fix: 更新单测镜像 * feat: 新增 env.getPageId 用于定义页面唯一标识用于本地存储表格列点选记录 * fix: 修复 picker 在弹窗模式分页选择点选丢失问题 * fix: 修复 input-table 中的 buildColumns 的副作用 * fix: 修复地图选址可能的报错 * feat: add chart finished (#11783) * fix:添加视频编辑器组件配置 (#11760) * pagination_1 * steps编辑器配置 * fix:更新steps快照 * fix:更新wizard快照 * fix:添加视频编辑器配置 * 按照smooth-signature * fix:完成事件编辑 --------- Co-authored-by: liuyue46 <[email protected]> * fix: 修复 combo 插入组件后不在子节点的情况 (#11756) * fix(inputNumber): 编辑器右侧面板默认打开千分符配置 (#11652) 保持与只读态和最终渲染态里的千分符渲染结果一致 * fix: #11270 修复 Wizard 向导组件 单步Step 自定义actions 执行 onEvent 事件异常 (#11634) Co-authored-by: Jeremy Pang <[email protected]> * fix: #11612 修复 JSONSchema 反显的时候出现异常 (#11633) Co-authored-by: Jeremy Pang <[email protected]> * ref(docs): 优化如何让渲染器可通过拖拽调整宽高文档说明 (#11330) * feat: 时间轴增加统一卡片模板 (#11766) * feat: 时间轴增加外部卡片模板,使用timelineItem作为渲染数据 * feat: 时间轴增加外部卡片模板,使用timelineItem作为渲染数据 * feat: 时间轴节点支持传入schema配置 * chore: 统一数据格式 --------- Co-authored-by: wangxiufeng01 <[email protected]> Co-authored-by: 2betop <[email protected]> * 修复input-text组件 autoComplete、creatable属性导致弹框不消失的bug (#10972) * 修复input-text组件 autoComplete、creatable属性导致弹框不消失的bug input-text组件使用autoComplete属性时 点击了选项 选项组弹框不消失 需要点击空白处才能消失 然后发现 creatable: false 也会同样导致这个bug `````` (event.target as HTMLElement).tagName.toLowerCase() === 'input' `````` 这个修改的方式可能不太规范,因为不太了解整个项目,不知道怎么判断点击的是选项还是文本框本身,大佬可以指点一下 * chore: 调整部分逻辑 --------- Co-authored-by: 2betop <[email protected]> * feat: 增加enableBulkActions属性,批量操作在一定场景下时候可以动态的隐藏多选框和批量操作按钮区 (#10971) * 增加enableBulkActions属性,批量操作在一定场景下时候可以动态的隐藏多选框和批量操作按钮区 增加enableBulkActions属性 批量操作在一定场景下时候可以动态的隐藏多选框和批量操作按钮区 现在只能打开或者关闭, * enableBulkActions 会自动处理所以组件层只需要判断 * enableBulkActions 会自动处理所以组件层只需要判断 --------- Co-authored-by: 2betop <[email protected]> * chore: update ss * feat(ColumnToggler): 增加弹窗样式和布局相关属性 (#11615) - 在 columns-toggler 属性表中添加了 modalSize、modalWidth、modalHeight 和 modalColumnCount 属性 - 实现列弹窗尺寸与自定义宽高配置 - 实现弹窗内每行显示列数配置 - 更新了相关的 SCSS 样式文件,增加了对新属性的样式处理 Co-authored-by: Song Mingxu <[email protected]> Co-authored-by: liaoxuezhi <[email protected]> * fix: 列过多且存在右侧固定列时总结行不生效 (#11806) * fix: 列过多且存在右侧固定列时总结行不生效 * fix: 列过多且存在右侧固定列时总结行不生效 * fix: 修复crud点击行会跳出个error,修复crud2多选后样式无效的问题 (#11807) * chore: update ss(snapshot) * fix: 修复 debug 开启后出现 Maximum call stack size exceeded 的问题 * fix: select的source是表达式时,数据域发生变化后已选值不会自动清空 issue#10359 (#10361) * fix: select的source是表达式时,数据域发生变化后已选值不会自动清空 issue#10359 * feat: Options新增clearValueOnSourceChange配置,source数据域变化是否自动清空值 --------- Co-authored-by: chenwenhao <[email protected]> Co-authored-by: liaoxuezhi <[email protected]> --------- Co-authored-by: qkiroc <[email protected]> Co-authored-by: liaoxuezhi <[email protected]> Co-authored-by: Allen <[email protected]> Co-authored-by: ranwawa <[email protected]> Co-authored-by: wangxiufeng01 <[email protected]> Co-authored-by: fujianchao <[email protected]> Co-authored-by: F-jianchao <[email protected]> Co-authored-by: Qnets <[email protected]> Co-authored-by: toddWang23 <[email protected]> Co-authored-by: jinye <[email protected]> Co-authored-by: hzh11012 <[email protected]> Co-authored-by: qinhaoyan <[email protected]> Co-authored-by: z418577198 <[email protected]> Co-authored-by: lmaomaoz <[email protected]> Co-authored-by: yangxu23 <[email protected]> Co-authored-by: Song Mingxu <[email protected]> Co-authored-by: Song Mingxu <[email protected]> Co-authored-by: liuyue <[email protected]> Co-authored-by: liuyue46 <[email protected]> Co-authored-by: guofeng17 <[email protected]> Co-authored-by: lvxiaojiao <[email protected]> Co-authored-by: tiantiancheng <[email protected]> Co-authored-by: chenwenhao <[email protected]> Co-authored-by: bawawa <[email protected]> Co-authored-by: tiantiancheng <[email protected]> Co-authored-by: tpto <[email protected]> Co-authored-by: ekeyme <[email protected]> Co-authored-by: Suroy <[email protected]> Co-authored-by: Jeremy <[email protected]> Co-authored-by: Jeremy Pang <[email protected]> Co-authored-by: yangwei14 <[email protected]> Co-authored-by: tpto <[email protected]> Co-authored-by: zhangtao07 <[email protected]> Co-authored-by: liuwenbo1 <[email protected]> Co-authored-by: Nana-Cti <[email protected]> Co-authored-by: findlay-best-wishes <[email protected]> Co-authored-by: guojiebj01 <[email protected]> Co-authored-by: zhangxulong <[email protected]> Co-authored-by: lq <[email protected]> Co-authored-by: Kerminate <[email protected]> Co-authored-by: J.Soon <[email protected]> Co-authored-by: lhtuling <[email protected]> Co-authored-by: thinkingc <[email protected]>
fix:添加视频编辑器组件配置
Why
How