@choiceform/os-client-core 3.6.80 → 3.6.81

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
@@ -4238,6 +4238,10 @@ interface CCCustomIconOwner {
4238
4238
  * 激活或者选中时选中时展示[[CFCustomIconOwner.activeIconUrl]]
4239
4239
  */
4240
4240
  activeIconUrl: string;
4241
+ /**
4242
+ * 图标的原始名称
4243
+ */
4244
+ iconOriginName: string;
4241
4245
  }
4242
4246
 
4243
4247
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.80",
3
+ "version": "3.6.81",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",