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.cjs.js CHANGED
@@ -1089,13 +1089,14 @@ const BusinessUtils = {
1089
1089
  },
1090
1090
  /**
1091
1091
  * 显示超差提醒批注信息
1092
+ * @param spread 工作簿实例
1092
1093
  * @param cctxConfigs 超差提醒配置集合
1093
1094
  * @param cellRowIndex 发生改变值的单元格行索引
1094
1095
  * @param cellColIndex 发生改变值的单元格列索引
1095
1096
  * @param isValueChgedUse 是否为单元格值发生改变的时候调用
1096
1097
  * @param commentOptions 批注配置项,默认为:{color: '#E11010', size: 10, defaultTextIsSet: true, defaultText: '无效'}(color:批注颜色,size:批注大小,defaultTextIsSet:是否设置单元格默认值,defaultText:单元格默认值内容)
1097
1098
  */
1098
- cctxComments: (spread, cctxConfigs, cellRowIndex, cellColIndex, isValueChgedUse = true, commentOptions = {
1099
+ overRemindComments: (spread, cctxConfigs, cellRowIndex, cellColIndex, isValueChgedUse = true, commentOptions = {
1099
1100
  color: '#E11010',
1100
1101
  size: 10,
1101
1102
  defaultTextIsSet: true,