@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.umd.js
CHANGED
|
@@ -11960,7 +11960,7 @@
|
|
|
11960
11960
|
},
|
|
11961
11961
|
};
|
|
11962
11962
|
|
|
11963
|
-
const version = "2.5.
|
|
11963
|
+
const version = "2.5.2";
|
|
11964
11964
|
|
|
11965
11965
|
class Pops {
|
|
11966
11966
|
/** 配置 */
|