@wzyjs/hooks 0.2.9 → 0.2.13
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/cjs/{index.d.ts → browser/index.d.ts} +0 -1
- package/dist/cjs/{index.js → browser/index.js} +12 -12
- package/dist/cjs/{useDateRange.d.ts → browser/useDateRange.d.ts} +0 -1
- package/dist/cjs/{useDateRange.js → browser/useDateRange.js} +1 -1
- package/dist/cjs/{useEffectValue.d.ts → browser/useEffectValue.d.ts} +0 -1
- package/dist/cjs/{useEffectValue.js → browser/useEffectValue.js} +1 -1
- package/dist/cjs/{useElementScrollVisible.d.ts → browser/useElementScrollVisible.d.ts} +0 -1
- package/dist/cjs/{useElementScrollVisible.js → browser/useElementScrollVisible.js} +1 -1
- package/dist/cjs/{useHideFooter.d.ts → browser/useHideFooter.d.ts} +0 -1
- package/dist/cjs/{useHideFooter.js → browser/useHideFooter.js} +1 -1
- package/dist/{esm → cjs/browser}/useOptions.d.ts +0 -1
- package/dist/cjs/{useOptions.js → browser/useOptions.js} +1 -1
- package/dist/{esm → cjs/browser}/useRequestPro.d.ts +0 -1
- package/dist/cjs/{useRequestPro.js → browser/useRequestPro.js} +1 -1
- package/dist/cjs/{useVisibleInfo.d.ts → browser/useVisibleInfo.d.ts} +0 -1
- package/dist/cjs/{useVisibleInfo.js → browser/useVisibleInfo.js} +1 -1
- package/dist/cjs/browser.d.ts +1 -0
- package/dist/cjs/browser.js +23 -0
- package/dist/cjs/node.d.ts +1 -0
- package/dist/cjs/node.js +0 -0
- package/dist/esm/{index.d.ts → browser/index.d.ts} +0 -1
- package/dist/esm/{useDateRange.d.ts → browser/useDateRange.d.ts} +2 -3
- package/dist/esm/{useEffectValue.d.ts → browser/useEffectValue.d.ts} +0 -1
- package/dist/esm/{useElementScrollVisible.d.ts → browser/useElementScrollVisible.d.ts} +0 -1
- package/dist/esm/{useHideFooter.d.ts → browser/useHideFooter.d.ts} +0 -1
- package/dist/{cjs → esm/browser}/useOptions.d.ts +0 -1
- package/dist/{cjs → esm/browser}/useRequestPro.d.ts +0 -1
- package/dist/esm/{useVisibleInfo.d.ts → browser/useVisibleInfo.d.ts} +0 -1
- package/dist/esm/browser.d.ts +1 -0
- package/dist/esm/browser.js +2 -0
- package/dist/esm/node.d.ts +1 -0
- package/dist/esm/node.js +2 -0
- package/package.json +10 -8
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/useDateRange.d.ts.map +0 -1
- package/dist/cjs/useEffectValue.d.ts.map +0 -1
- package/dist/cjs/useElementScrollVisible.d.ts.map +0 -1
- package/dist/cjs/useHideFooter.d.ts.map +0 -1
- package/dist/cjs/useOptions.d.ts.map +0 -1
- package/dist/cjs/useRequestPro.d.ts.map +0 -1
- package/dist/cjs/useVisibleInfo.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/useDateRange.d.ts.map +0 -1
- package/dist/esm/useEffectValue.d.ts.map +0 -1
- package/dist/esm/useElementScrollVisible.d.ts.map +0 -1
- package/dist/esm/useHideFooter.d.ts.map +0 -1
- package/dist/esm/useOptions.d.ts.map +0 -1
- package/dist/esm/useRequestPro.d.ts.map +0 -1
- package/dist/esm/useVisibleInfo.d.ts.map +0 -1
- /package/dist/esm/{index.js → browser/index.js} +0 -0
- /package/dist/esm/{useDateRange.js → browser/useDateRange.js} +0 -0
- /package/dist/esm/{useEffectValue.js → browser/useEffectValue.js} +0 -0
- /package/dist/esm/{useElementScrollVisible.js → browser/useElementScrollVisible.js} +0 -0
- /package/dist/esm/{useHideFooter.js → browser/useHideFooter.js} +0 -0
- /package/dist/esm/{useOptions.js → browser/useOptions.js} +0 -0
- /package/dist/esm/{useRequestPro.js → browser/useRequestPro.js} +0 -0
- /package/dist/esm/{useVisibleInfo.js → browser/useVisibleInfo.js} +0 -0
|
@@ -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
|
|
32
|
-
__export(
|
|
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(
|
|
39
|
-
__reExport(
|
|
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(
|
|
43
|
-
__reExport(
|
|
44
|
-
__reExport(
|
|
45
|
-
__reExport(
|
|
46
|
-
__reExport(
|
|
47
|
-
__reExport(
|
|
48
|
-
__reExport(
|
|
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,
|
|
@@ -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,
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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/index';
|
|
@@ -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/index"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./browser/index")
|
|
23
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/cjs/node.js
ADDED
|
File without changes
|
|
@@ -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
|
|
@@ -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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './browser/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/esm/node.js
ADDED
package/package.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wzyjs/hooks",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
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/
|
|
15
|
-
"require": "./dist/cjs/
|
|
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.
|
|
24
|
-
"@wzyjs/utils": "^0.2.
|
|
25
|
+
"@wzyjs/types": "^0.2.13",
|
|
26
|
+
"@wzyjs/utils": "^0.2.13",
|
|
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": "
|
|
43
|
+
"gitHead": "71a13cabc07c9a897ae1981dbb9c6120c01b1004"
|
|
42
44
|
}
|
package/dist/cjs/index.d.ts.map
DELETED
|
@@ -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"}
|
package/dist/esm/index.d.ts.map
DELETED
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|