rapid-spreadjs 1.0.115 → 1.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1067,13 +1067,14 @@ const BusinessUtils = {
1067
1067
  },
1068
1068
  /**
1069
1069
  * 显示超差提醒批注信息
1070
+ * @param spread 工作簿实例
1070
1071
  * @param cctxConfigs 超差提醒配置集合
1071
1072
  * @param cellRowIndex 发生改变值的单元格行索引
1072
1073
  * @param cellColIndex 发生改变值的单元格列索引
1073
1074
  * @param isValueChgedUse 是否为单元格值发生改变的时候调用
1074
1075
  * @param commentOptions 批注配置项,默认为:{color: '#E11010', size: 10, defaultTextIsSet: true, defaultText: '无效'}(color:批注颜色,size:批注大小,defaultTextIsSet:是否设置单元格默认值,defaultText:单元格默认值内容)
1075
1076
  */
1076
- cctxComments: (spread, cctxConfigs, cellRowIndex, cellColIndex, isValueChgedUse = true, commentOptions = {
1077
+ overRemindComments: (spread, cctxConfigs, cellRowIndex, cellColIndex, isValueChgedUse = true, commentOptions = {
1077
1078
  color: '#E11010',
1078
1079
  size: 10,
1079
1080
  defaultTextIsSet: true,