@whitesev/pops 1.6.3 → 1.6.4

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.
@@ -178,7 +178,7 @@ declare class Pops {
178
178
  division(number1: number, number2: number): number;
179
179
  };
180
180
  /** pops.panel中用于处理各个类型的工具 */
181
- panelHandleContentUtils: {
181
+ panelHandleContentUtils: () => {
182
182
  asideULElement: HTMLUListElement;
183
183
  sectionContainerHeaderULElement: HTMLUListElement;
184
184
  sectionContainerULElement: HTMLUListElement;
@@ -9,7 +9,7 @@ import type { PopsPanelSelectDetails } from "./selectType";
9
9
  import type { PopsPanelSliderDetails } from "./sliderType";
10
10
  import type { PopsPanelSwitchDetails } from "./switchType";
11
11
  import type { PopsPanelTextAreaDetails } from "./textareaType";
12
- export declare const PanelHandleContentDetails: {
12
+ export declare const PanelHandleContentDetails: () => {
13
13
  /**
14
14
  * 左侧的ul容器
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitesev/pops",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "弹窗库",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",