@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.iife.js
CHANGED
|
@@ -11957,7 +11957,7 @@ var pops = (function () {
|
|
|
11957
11957
|
},
|
|
11958
11958
|
};
|
|
11959
11959
|
|
|
11960
|
-
const version = "2.5.
|
|
11960
|
+
const version = "2.5.2";
|
|
11961
11961
|
|
|
11962
11962
|
class Pops {
|
|
11963
11963
|
/** 配置 */
|