Lin Xiaoyan
Lin Xiaoyan
Error: Transform failed with 6 errors: :654:46342: ERROR: Legacy octal escape sequences cannot be used in template literals :655:747: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript...
### Version 1.5.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/admiring-oskar-d5rx4k?file=%2Fsrc%2Findex.ts%3A45%2C17 ### Steps to Reproduce 官方示例也存在此问题 ``` customLayout: (args) => { const { table, row, col, rect } = args const {...
vue2 cil创建的项目 vue.config.js ``` const path = require('path') module.exports = { chainWebpack: (config) => { // 处理图片路径 config.module .rule('images') .test(/\.(png|jpe?g|gif|svg)(\?.*)?$/) .use('url-loader') .loader('url-loader') .options({ limit: -1, // 根据环境使用cdn或相对路径 publicPath: 'http://cdn.com/', //...
### Describe the bug 1、模块解析错误: 当我在 vite.config.js 中设置 rollupTypes: true 时,Vite 报错 [vite:dts] Internal Error: getResolvedModule() could not resolve module name "../types/axios.d"。 2、类型声明文件未包含在构建输出中: 当我同时设置 rollupTypes: true 和 copyDtsFiles: true 时,我发现...
### Version 1.22.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-qv3kl7 ### Steps to Reproduce 操作案例上的按钮,则直接可发现此问题 ### Current Behavior #3393 有相同情况,未处理此问题 1.使用updateFilterRules后 2.使用addRecords添加数据 3.再清除筛选方法的条件内容 4.获取records ### Expected Behavior 使用updateFilterRules,addRecords添加数据后,清除筛选条件内容后,则能获取新的records内容 ### Environment ```markdown...
### Version 1.20.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-8dzz22?file=%2Fsrc%2Findex.ts%3A136%2C17 ### Steps to Reproduce ```` import { ColumnsDefine } from "@visactor/vtable"; const columnsList: ColumnsDefine = [ { field: "id", title: "ID",...
### What problem does this feature solve? 想实现存在筛选条件的时,要粘贴插入的数据大于剩余行数和列数,则新增行和列的功能。 目前看到只有透视表可使用getFilteredRecords来判断,无法判断当前筛选后的数据有多少条。 ### What does the proposed API look like? getFilteredRecords支持基本表格
### Version 1.20.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-sc8l9d ### Steps to Reproduce 编辑内容的情况下,调整浏览器宽度 ### Current Behavior 配置: widthMode: "adaptive" 样式: 容器不设置固定宽度 问题: 编辑中的下拉框,调整浏览器的宽度后则出现错位问题 ### Expected Behavior 调整浏览器的宽度不应该出现错位的情况 ### Environment...
### Version 1.19.9 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-8dzz22 ### Steps to Reproduce 配置信息 1、配置单元格编辑 2、设置frozenRowCount冻结行 问题1触发 双击选中后重新选择其他单元格,则会原单元格会空白 问题2触发 双击在两列的边界线(一个编辑单元格和一个不能编辑的单元格之间)时则会出现白屏页面 ### Expected Behavior 选中编辑后则不应该空白以及不白屏。 ### Environment ```markdown - OS: -...