@whitesev/pops 4.0.1 → 4.0.2

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.umd.js CHANGED
@@ -4,7 +4,7 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.pops = factory());
5
5
  })(this, (function () { 'use strict';
6
6
 
7
- const version = "4.0.1";
7
+ const version = "4.0.2";
8
8
 
9
9
  const GlobalConfig = {
10
10
  config: {},
@@ -13620,6 +13620,8 @@
13620
13620
  InstanceUtils: PopsInstanceUtils,
13621
13621
  /** pops处理float类型使用的工具类 */
13622
13622
  MathFloatUtils: PopsMathFloatUtils,
13623
+ /** 实例处理函数 */
13624
+ PopsInstHandler,
13623
13625
  /** pops.panel中用于处理各个类型的工具 */
13624
13626
  PanelHandlerComponents,
13625
13627
  /** pops.panel中的动画 */