@wzyjs/hooks 0.2.9 → 0.2.12

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.
Files changed (57) hide show
  1. package/dist/cjs/{index.d.ts → browser/index.d.ts} +0 -1
  2. package/dist/cjs/{index.js → browser/index.js} +12 -12
  3. package/dist/cjs/{useDateRange.d.ts → browser/useDateRange.d.ts} +0 -1
  4. package/dist/cjs/{useDateRange.js → browser/useDateRange.js} +1 -1
  5. package/dist/cjs/{useEffectValue.d.ts → browser/useEffectValue.d.ts} +0 -1
  6. package/dist/cjs/{useEffectValue.js → browser/useEffectValue.js} +1 -1
  7. package/dist/cjs/{useElementScrollVisible.d.ts → browser/useElementScrollVisible.d.ts} +0 -1
  8. package/dist/cjs/{useElementScrollVisible.js → browser/useElementScrollVisible.js} +1 -1
  9. package/dist/cjs/{useHideFooter.d.ts → browser/useHideFooter.d.ts} +0 -1
  10. package/dist/cjs/{useHideFooter.js → browser/useHideFooter.js} +1 -1
  11. package/dist/{esm → cjs/browser}/useOptions.d.ts +0 -1
  12. package/dist/cjs/{useOptions.js → browser/useOptions.js} +1 -1
  13. package/dist/{esm → cjs/browser}/useRequestPro.d.ts +0 -1
  14. package/dist/cjs/{useRequestPro.js → browser/useRequestPro.js} +1 -1
  15. package/dist/cjs/{useVisibleInfo.d.ts → browser/useVisibleInfo.d.ts} +0 -1
  16. package/dist/cjs/{useVisibleInfo.js → browser/useVisibleInfo.js} +1 -1
  17. package/dist/cjs/browser.d.ts +1 -0
  18. package/dist/cjs/browser.js +23 -0
  19. package/dist/cjs/node.d.ts +1 -0
  20. package/dist/cjs/node.js +23 -0
  21. package/dist/esm/{index.d.ts → browser/index.d.ts} +0 -1
  22. package/dist/esm/{useDateRange.d.ts → browser/useDateRange.d.ts} +2 -3
  23. package/dist/esm/{useEffectValue.d.ts → browser/useEffectValue.d.ts} +0 -1
  24. package/dist/esm/{useElementScrollVisible.d.ts → browser/useElementScrollVisible.d.ts} +0 -1
  25. package/dist/esm/{useHideFooter.d.ts → browser/useHideFooter.d.ts} +0 -1
  26. package/dist/{cjs → esm/browser}/useOptions.d.ts +0 -1
  27. package/dist/{cjs → esm/browser}/useRequestPro.d.ts +0 -1
  28. package/dist/esm/{useVisibleInfo.d.ts → browser/useVisibleInfo.d.ts} +0 -1
  29. package/dist/esm/browser.d.ts +1 -0
  30. package/dist/esm/browser.js +2 -0
  31. package/dist/esm/node.d.ts +1 -0
  32. package/dist/esm/node.js +2 -0
  33. package/package.json +10 -8
  34. package/dist/cjs/index.d.ts.map +0 -1
  35. package/dist/cjs/useDateRange.d.ts.map +0 -1
  36. package/dist/cjs/useEffectValue.d.ts.map +0 -1
  37. package/dist/cjs/useElementScrollVisible.d.ts.map +0 -1
  38. package/dist/cjs/useHideFooter.d.ts.map +0 -1
  39. package/dist/cjs/useOptions.d.ts.map +0 -1
  40. package/dist/cjs/useRequestPro.d.ts.map +0 -1
  41. package/dist/cjs/useVisibleInfo.d.ts.map +0 -1
  42. package/dist/esm/index.d.ts.map +0 -1
  43. package/dist/esm/useDateRange.d.ts.map +0 -1
  44. package/dist/esm/useEffectValue.d.ts.map +0 -1
  45. package/dist/esm/useElementScrollVisible.d.ts.map +0 -1
  46. package/dist/esm/useHideFooter.d.ts.map +0 -1
  47. package/dist/esm/useOptions.d.ts.map +0 -1
  48. package/dist/esm/useRequestPro.d.ts.map +0 -1
  49. package/dist/esm/useVisibleInfo.d.ts.map +0 -1
  50. /package/dist/esm/{index.js → browser/index.js} +0 -0
  51. /package/dist/esm/{useDateRange.js → browser/useDateRange.js} +0 -0
  52. /package/dist/esm/{useEffectValue.js → browser/useEffectValue.js} +0 -0
  53. /package/dist/esm/{useElementScrollVisible.js → browser/useElementScrollVisible.js} +0 -0
  54. /package/dist/esm/{useHideFooter.js → browser/useHideFooter.js} +0 -0
  55. /package/dist/esm/{useOptions.js → browser/useOptions.js} +0 -0
  56. /package/dist/esm/{useRequestPro.js → browser/useRequestPro.js} +0 -0
  57. /package/dist/esm/{useVisibleInfo.js → browser/useVisibleInfo.js} +0 -0
@@ -8,4 +8,3 @@ export * from './useHideFooter';
8
8
  export * from './useVisibleInfo';
9
9
  export * from './useDateRange';
10
10
  export * from './useOptions';
11
- //# sourceMappingURL=index.d.ts.map
@@ -27,25 +27,25 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
- // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
30
+ // src/browser/index.ts
31
+ var browser_exports = {};
32
+ __export(browser_exports, {
33
33
  useCookie: () => import_react_use.useCookie,
34
34
  useCopyToClipboard: () => import_react_use.useCopyToClipboard,
35
35
  useUpdate: () => import_react_use.useUpdate,
36
36
  useUrlState: () => import_use_url_state.default
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
39
- __reExport(src_exports, require("ahooks"), module.exports);
38
+ module.exports = __toCommonJS(browser_exports);
39
+ __reExport(browser_exports, require("ahooks"), module.exports);
40
40
  var import_use_url_state = __toESM(require("@ahooksjs/use-url-state"));
41
41
  var import_react_use = require("react-use");
42
- __reExport(src_exports, require("./useRequestPro"), module.exports);
43
- __reExport(src_exports, require("./useEffectValue"), module.exports);
44
- __reExport(src_exports, require("./useElementScrollVisible"), module.exports);
45
- __reExport(src_exports, require("./useHideFooter"), module.exports);
46
- __reExport(src_exports, require("./useVisibleInfo"), module.exports);
47
- __reExport(src_exports, require("./useDateRange"), module.exports);
48
- __reExport(src_exports, require("./useOptions"), module.exports);
42
+ __reExport(browser_exports, require("./useRequestPro"), module.exports);
43
+ __reExport(browser_exports, require("./useEffectValue"), module.exports);
44
+ __reExport(browser_exports, require("./useElementScrollVisible"), module.exports);
45
+ __reExport(browser_exports, require("./useHideFooter"), module.exports);
46
+ __reExport(browser_exports, require("./useVisibleInfo"), module.exports);
47
+ __reExport(browser_exports, require("./useDateRange"), module.exports);
48
+ __reExport(browser_exports, require("./useOptions"), module.exports);
49
49
  // Annotate the CommonJS export names for ESM import in node:
50
50
  0 && (module.exports = {
51
51
  useCookie,
@@ -20,4 +20,3 @@ export declare const useDateRange: (config: Config) => {
20
20
  onClickNext: () => void;
21
21
  };
22
22
  export {};
23
- //# sourceMappingURL=useDateRange.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useDateRange.ts
19
+ // src/browser/useDateRange.ts
20
20
  var useDateRange_exports = {};
21
21
  __export(useDateRange_exports, {
22
22
  PresetType: () => PresetType,
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
2
  export declare const useEffectValue: (fn: any, deps?: never[]) => (import("react").Dispatch<import("react").SetStateAction<undefined>> | undefined)[];
3
- //# sourceMappingURL=useEffectValue.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useEffectValue.ts
19
+ // src/browser/useEffectValue.ts
20
20
  var useEffectValue_exports = {};
21
21
  __export(useEffectValue_exports, {
22
22
  useEffectValue: () => useEffectValue
@@ -3,4 +3,3 @@ export declare const useElementScrollVisible: (scroll: any, target: any) => {
3
3
  direction: string;
4
4
  rect: string;
5
5
  };
6
- //# sourceMappingURL=useElementScrollVisible.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useElementScrollVisible.ts
19
+ // src/browser/useElementScrollVisible.ts
20
20
  var useElementScrollVisible_exports = {};
21
21
  __export(useElementScrollVisible_exports, {
22
22
  useElementScrollVisible: () => useElementScrollVisible
@@ -1,2 +1 @@
1
1
  export declare const useHideFooter: (el?: string) => void;
2
- //# sourceMappingURL=useHideFooter.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useHideFooter.ts
19
+ // src/browser/useHideFooter.ts
20
20
  var useHideFooter_exports = {};
21
21
  __export(useHideFooter_exports, {
22
22
  useHideFooter: () => useHideFooter
@@ -11,4 +11,3 @@ export declare const useOptions: (option: Option) => {
11
11
  currentData: any;
12
12
  };
13
13
  export {};
14
- //# sourceMappingURL=useOptions.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useOptions.ts
19
+ // src/browser/useOptions.ts
20
20
  var useOptions_exports = {};
21
21
  __export(useOptions_exports, {
22
22
  useOptions: () => useOptions
@@ -9,4 +9,3 @@ interface IResult<R extends RequestRes, P extends any[]> extends Omit<Result<R,
9
9
  }
10
10
  export declare const useRequestPro: <P extends any[], R extends RequestRes<any>>(reqPromise?: Service<R, P> | undefined, userOptions?: UserOptions<P, R> | undefined) => IResult<R, P>;
11
11
  export {};
12
- //# sourceMappingURL=useRequestPro.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useRequestPro.ts
19
+ // src/browser/useRequestPro.ts
20
20
  var useRequestPro_exports = {};
21
21
  __export(useRequestPro_exports, {
22
22
  useRequestPro: () => useRequestPro
@@ -3,4 +3,3 @@ export declare const useVisibleInfo: (v: boolean | undefined, i: any) => (boolea
3
3
  setFalse: () => void;
4
4
  toggle: () => void;
5
5
  })[];
6
- //# sourceMappingURL=useVisibleInfo.d.ts.map
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // src/useVisibleInfo.ts
19
+ // src/browser/useVisibleInfo.ts
20
20
  var useVisibleInfo_exports = {};
21
21
  __export(useVisibleInfo_exports, {
22
22
  useVisibleInfo: () => useVisibleInfo
@@ -0,0 +1 @@
1
+ export * from './browser';
@@ -0,0 +1,23 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from))
8
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/browser.ts
17
+ var browser_exports = {};
18
+ module.exports = __toCommonJS(browser_exports);
19
+ __reExport(browser_exports, require("./browser"), module.exports);
20
+ // Annotate the CommonJS export names for ESM import in node:
21
+ 0 && (module.exports = {
22
+ ...require("./browser")
23
+ });
@@ -0,0 +1 @@
1
+ export * from './node';
@@ -0,0 +1,23 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from))
8
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/node.ts
17
+ var node_exports = {};
18
+ module.exports = __toCommonJS(node_exports);
19
+ __reExport(node_exports, require("./node"), module.exports);
20
+ // Annotate the CommonJS export names for ESM import in node:
21
+ 0 && (module.exports = {
22
+ ...require("./node")
23
+ });
@@ -8,4 +8,3 @@ export * from './useHideFooter';
8
8
  export * from './useVisibleInfo';
9
9
  export * from './useDateRange';
10
10
  export * from './useOptions';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { Dayjs } from '@wzyjs/utils';
1
+ import { dayjs, Dayjs } from '@wzyjs/utils';
2
2
  export declare enum PresetType {
3
3
  TODAY = "\u4ECA\u5929",
4
4
  THIS_WEEK = "\u672C\u5468",
@@ -14,10 +14,9 @@ interface Config {
14
14
  defaultDateRange?: PresetType | [Dayjs, Dayjs];
15
15
  }
16
16
  export declare const useDateRange: (config: Config) => {
17
- dateRange: [Dayjs, Dayjs];
17
+ dateRange: [dayjs.Dayjs, dayjs.Dayjs];
18
18
  onChange: (dateRange?: any) => void;
19
19
  onClickPrev: () => void;
20
20
  onClickNext: () => void;
21
21
  };
22
22
  export {};
23
- //# sourceMappingURL=useDateRange.d.ts.map
@@ -1,3 +1,2 @@
1
1
  /// <reference types="react" />
2
2
  export declare const useEffectValue: (fn: any, deps?: never[]) => (import("react").Dispatch<import("react").SetStateAction<undefined>> | undefined)[];
3
- //# sourceMappingURL=useEffectValue.d.ts.map
@@ -3,4 +3,3 @@ export declare const useElementScrollVisible: (scroll: any, target: any) => {
3
3
  direction: string;
4
4
  rect: string;
5
5
  };
6
- //# sourceMappingURL=useElementScrollVisible.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const useHideFooter: (el?: string) => void;
2
- //# sourceMappingURL=useHideFooter.d.ts.map
@@ -11,4 +11,3 @@ export declare const useOptions: (option: Option) => {
11
11
  currentData: any;
12
12
  };
13
13
  export {};
14
- //# sourceMappingURL=useOptions.d.ts.map
@@ -9,4 +9,3 @@ interface IResult<R extends RequestRes, P extends any[]> extends Omit<Result<R,
9
9
  }
10
10
  export declare const useRequestPro: <P extends any[], R extends RequestRes<any>>(reqPromise?: Service<R, P> | undefined, userOptions?: UserOptions<P, R> | undefined) => IResult<R, P>;
11
11
  export {};
12
- //# sourceMappingURL=useRequestPro.d.ts.map
@@ -3,4 +3,3 @@ export declare const useVisibleInfo: (v: boolean | undefined, i: any) => (boolea
3
3
  setFalse: () => void;
4
4
  toggle: () => void;
5
5
  })[];
6
- //# sourceMappingURL=useVisibleInfo.d.ts.map
@@ -0,0 +1 @@
1
+ export * from './browser';
@@ -0,0 +1,2 @@
1
+ // export * from './common'
2
+ export * from "./browser";
@@ -0,0 +1 @@
1
+ export * from './node';
@@ -0,0 +1,2 @@
1
+ // export * from './common'
2
+ export * from "./node";
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "@wzyjs/hooks",
3
- "version": "0.2.9",
3
+ "version": "0.2.12",
4
4
  "description": "description",
5
5
  "author": "wzy",
6
- "license": "ISC",
7
6
  "scripts": {
8
7
  "dev": "father dev",
9
8
  "build": "father build"
10
9
  },
11
- "typings": "./dist/esm/index.d.ts",
12
10
  "exports": {
13
11
  ".": {
14
- "import": "./dist/esm/index.js",
15
- "require": "./dist/cjs/index.js"
12
+ "import": "./dist/esm/browser.js",
13
+ "require": "./dist/cjs/browser.js"
14
+ },
15
+ "./node": {
16
+ "import": "./dist/esm/node.js",
17
+ "require": "./dist/cjs/node.js"
16
18
  }
17
19
  },
18
20
  "files": [
@@ -20,8 +22,8 @@
20
22
  ],
21
23
  "dependencies": {
22
24
  "@ahooksjs/use-url-state": "^3.5.1",
23
- "@wzyjs/types": "^0.2.9",
24
- "@wzyjs/utils": "^0.2.9",
25
+ "@wzyjs/types": "^0.2.12",
26
+ "@wzyjs/utils": "^0.2.12",
25
27
  "ahooks": "^3.7.3",
26
28
  "antd": "^5.6.2",
27
29
  "react-use": "^17.4.0"
@@ -38,5 +40,5 @@
38
40
  "type": "git",
39
41
  "url": "https://gitee.com/wang-zhenyu/work.git"
40
42
  },
41
- "gitHead": "24d7d21aecb4236ea4fdfea572069e449e7676d6"
43
+ "gitHead": "41c740c5efe9cef6e892af9dfb8c1bd3ffaa6239"
42
44
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AAEtB,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAEhE,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAEpE,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,2BAA2B,CAAA;AACzC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useDateRange.d.ts","sourceRoot":"","sources":["../src/useDateRange.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AAE3C,oBAAY,UAAU;IACpB,KAAK,iBAAO;IACZ,SAAS,iBAAO;IAChB,SAAS,iBAAO;IAChB,UAAU,iBAAO;IACjB,UAAU,iBAAO;CAClB;AAED,eAAO,MAAM,YAAY,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;CAAE,EAqBlE,CAAA;AA4BD,UAAU,MAAM;IACd,gBAAgB,CAAC,EAAE,UAAU,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;CAC/C;AAED,eAAO,MAAM,YAAY,WAAY,MAAM;;2BAgBhB,GAAG;;;CAyC7B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useEffectValue.d.ts","sourceRoot":"","sources":["../src/useEffectValue.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,OAAQ,GAAG,wGAIrC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useElementScrollVisible.d.ts","sourceRoot":"","sources":["../src/useElementScrollVisible.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,WAAY,GAAG,UAAU,GAAG;;;;CAwC/D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHideFooter.d.ts","sourceRoot":"","sources":["../src/useHideFooter.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,uBAQzB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useOptions.d.ts","sourceRoot":"","sources":["../src/useOptions.ts"],"names":[],"mappings":";AAGA,UAAU,MAAM;IACd,IAAI,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,IAAI,CAAA;CAChC;AAED,eAAO,MAAM,UAAU,WAAY,MAAM;;;;;;CAqCxC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useRequestPro.d.ts","sourceRoot":"","sources":["../src/useRequestPro.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AAG1E,UAAU,WAAW,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC7D,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,mBAAmB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;CACrC;AAGD,UAAU,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,GAAG,EAAE,CAAE,SAAQ,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IACzF,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;CAClB;AAeD,eAAO,MAAM,aAAa,oJA0CzB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useVisibleInfo.d.ts","sourceRoot":"","sources":["../src/useVisibleInfo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,8BAAkB,GAAG;;;;IAe/C,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AAEtB,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAEhE,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAEpE,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,2BAA2B,CAAA;AACzC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useDateRange.d.ts","sourceRoot":"","sources":["../src/useDateRange.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,EAAE,MAAM,cAAc,CAAA;AAE3C,oBAAY,UAAU;IACpB,KAAK,iBAAO;IACZ,SAAS,iBAAO;IAChB,SAAS,iBAAO;IAChB,UAAU,iBAAO;IACjB,UAAU,iBAAO;CAClB;AAED,eAAO,MAAM,YAAY,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;CAAE,EAqBlE,CAAA;AA4BD,UAAU,MAAM;IACd,gBAAgB,CAAC,EAAE,UAAU,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;CAC/C;AAED,eAAO,MAAM,YAAY,WAAY,MAAM;;2BAgBhB,GAAG;;;CAyC7B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useEffectValue.d.ts","sourceRoot":"","sources":["../src/useEffectValue.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,OAAQ,GAAG,wGAIrC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useElementScrollVisible.d.ts","sourceRoot":"","sources":["../src/useElementScrollVisible.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,WAAY,GAAG,UAAU,GAAG;;;;CAwC/D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHideFooter.d.ts","sourceRoot":"","sources":["../src/useHideFooter.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,uBAQzB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useOptions.d.ts","sourceRoot":"","sources":["../src/useOptions.ts"],"names":[],"mappings":";AAGA,UAAU,MAAM;IACd,IAAI,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,IAAI,CAAA;CAChC;AAED,eAAO,MAAM,UAAU,WAAY,MAAM;;;;;;CAqCxC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useRequestPro.d.ts","sourceRoot":"","sources":["../src/useRequestPro.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AAG1E,UAAU,WAAW,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC7D,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACnC,mBAAmB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;CACrC;AAGD,UAAU,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,SAAS,GAAG,EAAE,CAAE,SAAQ,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IACzF,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;CAClB;AAeD,eAAO,MAAM,aAAa,oJA0CzB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useVisibleInfo.d.ts","sourceRoot":"","sources":["../src/useVisibleInfo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,8BAAkB,GAAG;;;;IAe/C,CAAA"}
File without changes