@whitesev/pops 2.5.1 → 2.5.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.amd.js +1 -1
- package/dist/index.amd.min.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.min.js +1 -1
- package/dist/index.system.js +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/types/src/Pops.d.ts +12 -12
- package/dist/types/src/components/panel/index.d.ts +1 -1
- package/dist/types/src/components/panel/types/index.d.ts +1 -3
- package/dist/types/src/components/rightClickMenu/index.d.ts +3 -3
- package/dist/types/src/components/searchSuggestion/index.d.ts +1 -1
- package/dist/types/src/components/tooltip/index.d.ts +3 -3
- package/package.json +1 -1
- package/src/components/panel/types/index.ts +3 -7
package/dist/index.amd.js
CHANGED
|
@@ -11956,7 +11956,7 @@ define((function () { 'use strict';
|
|
|
11956
11956
|
},
|
|
11957
11957
|
};
|
|
11958
11958
|
|
|
11959
|
-
const version = "2.5.
|
|
11959
|
+
const version = "2.5.2";
|
|
11960
11960
|
|
|
11961
11961
|
class Pops {
|
|
11962
11962
|
/** 配置 */
|