@choiceform/os-client-core 3.7.3 → 3.7.5

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/index.d.ts CHANGED
@@ -6990,6 +6990,10 @@ interface CCUIEventHandler {
6990
6990
  task: CCMaxDiffTask,
6991
6991
  node: CCMaxDiffNode
6992
6992
  ) => Promise<void>;
6993
+ /**
6994
+ * 图片热力题清除答案
6995
+ */
6996
+ handleHeatMapClearAnswers?: (node: CCHeatMapNode) => Promise<void>;
6993
6997
  /**
6994
6998
  * 处理快速答题
6995
6999
  * @param node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.7.3",
3
+ "version": "3.7.5",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",