@oardi/ts-utils 0.0.53 → 0.0.54
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/LICENSE +21 -0
- package/extensions/array-extensions.d.ts +0 -1
- package/extensions/date-extensions.d.ts +0 -1
- package/extensions/index.d.ts +0 -1
- package/extensions/string-extensions.d.ts +0 -1
- package/helpers/break-point/break-point.consts.d.ts +0 -1
- package/helpers/break-point/break-point.helper.d.ts +0 -1
- package/helpers/break-point/break-point.interfaces.d.ts +0 -1
- package/helpers/break-point/index.d.ts +0 -1
- package/helpers/browser/browser-type.enum.d.ts +0 -1
- package/helpers/browser/browser.helper.d.ts +0 -1
- package/helpers/browser/index.d.ts +0 -1
- package/helpers/canvas.helper.d.ts +0 -1
- package/helpers/clipboard.helper.d.ts +0 -1
- package/helpers/csv.helper.d.ts +0 -1
- package/helpers/download.helper.d.ts +0 -1
- package/helpers/enum.helper.d.ts +0 -1
- package/helpers/file.helper.d.ts +0 -1
- package/helpers/image.helper.d.ts +0 -1
- package/helpers/index.d.ts +0 -1
- package/helpers/local-storage.helper.d.ts +0 -1
- package/helpers/logger/index.d.ts +0 -1
- package/helpers/logger/logger-type.enum.d.ts +0 -1
- package/helpers/logger/logger.helper.d.ts +0 -1
- package/helpers/logger/logger.types.d.ts +0 -1
- package/helpers/screen.helper.d.ts +0 -1
- package/helpers/sort.helper.d.ts +0 -1
- package/helpers/token/index.d.ts +0 -1
- package/helpers/token/token-type.enum.d.ts +0 -1
- package/helpers/token/token.helper.d.ts +0 -1
- package/helpers/window-resize.helper.d.ts +0 -1
- package/index.d.ts +0 -1
- package/interfaces/index.d.ts +0 -1
- package/interfaces/keyvalue.interface.d.ts +0 -1
- package/package.json +26 -7
- package/services/browser/browser.service.d.ts +0 -1
- package/services/browser/browser.types.d.ts +0 -1
- package/services/browser/index.d.ts +0 -1
- package/services/index.d.ts +0 -1
- package/types/index.d.ts +0 -1
- package/extensions/array-extensions.d.ts.map +0 -1
- package/extensions/date-extensions.d.ts.map +0 -1
- package/extensions/index.d.ts.map +0 -1
- package/extensions/string-extensions.d.ts.map +0 -1
- package/helpers/break-point/break-point.consts.d.ts.map +0 -1
- package/helpers/break-point/break-point.helper.d.ts.map +0 -1
- package/helpers/break-point/break-point.interfaces.d.ts.map +0 -1
- package/helpers/break-point/index.d.ts.map +0 -1
- package/helpers/browser/browser-type.enum.d.ts.map +0 -1
- package/helpers/browser/browser.helper.d.ts.map +0 -1
- package/helpers/browser/index.d.ts.map +0 -1
- package/helpers/canvas.helper.d.ts.map +0 -1
- package/helpers/clipboard.helper.d.ts.map +0 -1
- package/helpers/csv.helper.d.ts.map +0 -1
- package/helpers/download.helper.d.ts.map +0 -1
- package/helpers/enum.helper.d.ts.map +0 -1
- package/helpers/file.helper.d.ts.map +0 -1
- package/helpers/image.helper.d.ts.map +0 -1
- package/helpers/index.d.ts.map +0 -1
- package/helpers/local-storage.helper.d.ts.map +0 -1
- package/helpers/logger/index.d.ts.map +0 -1
- package/helpers/logger/logger-type.enum.d.ts.map +0 -1
- package/helpers/logger/logger.helper.d.ts.map +0 -1
- package/helpers/logger/logger.types.d.ts.map +0 -1
- package/helpers/screen.helper.d.ts.map +0 -1
- package/helpers/sort.helper.d.ts.map +0 -1
- package/helpers/token/index.d.ts.map +0 -1
- package/helpers/token/token-type.enum.d.ts.map +0 -1
- package/helpers/token/token.helper.d.ts.map +0 -1
- package/helpers/window-resize.helper.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/interfaces/index.d.ts.map +0 -1
- package/interfaces/keyvalue.interface.d.ts.map +0 -1
- package/services/browser/browser.service.d.ts.map +0 -1
- package/services/browser/browser.types.d.ts.map +0 -1
- package/services/browser/index.d.ts.map +0 -1
- package/services/index.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/vite.config.d.ts +0 -3
- package/vite.config.d.ts.map +0 -1
- /package/{readme.md → README.md} +0 -0
- /package/{index.cjs.js → index.cjs} +0 -0
- /package/{index.es.js → index.mjs} +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025-2026 Ardian Shala
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/extensions/index.d.ts
CHANGED
package/helpers/csv.helper.d.ts
CHANGED
|
@@ -11,4 +11,3 @@ export interface SaveOptions {
|
|
|
11
11
|
* 3) iOS-/Safari-Fallback: open new Tab if download-attribute is being ignored
|
|
12
12
|
*/
|
|
13
13
|
export declare function saveAs(source: SaveSource, fileName: string, options?: SaveOptions): Promise<void>;
|
|
14
|
-
//# sourceMappingURL=download.helper.d.ts.map
|
package/helpers/enum.helper.d.ts
CHANGED
package/helpers/file.helper.d.ts
CHANGED
|
@@ -13,4 +13,3 @@ export declare class FileHelper {
|
|
|
13
13
|
static formatFileSize(bytes: number, decimals?: number, unit?: 'Bytes' | 'KB' | 'MB' | 'GB' | 'TB'): string;
|
|
14
14
|
static save(content: BlobPart, fileName: string, fileType: string): void;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=file.helper.d.ts.map
|
package/helpers/index.d.ts
CHANGED
package/helpers/sort.helper.d.ts
CHANGED
package/helpers/token/index.d.ts
CHANGED
package/index.d.ts
CHANGED
package/interfaces/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oardi/ts-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "utility services, types",
|
|
5
|
-
"main": "index.cjs
|
|
6
|
-
"module": "index.
|
|
7
|
-
"types": "index.d.ts",
|
|
5
|
+
"main": "./index.cjs",
|
|
6
|
+
"module": "./index.mjs",
|
|
7
|
+
"types": "./index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"import": "./index.mjs",
|
|
12
|
+
"require": "./index.cjs",
|
|
13
|
+
"default": "./index.mjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"index.cjs",
|
|
18
|
+
"index.mjs",
|
|
19
|
+
"index.umd.js",
|
|
20
|
+
"index.d.ts",
|
|
21
|
+
"extensions",
|
|
22
|
+
"helpers",
|
|
23
|
+
"interfaces",
|
|
24
|
+
"services",
|
|
25
|
+
"types",
|
|
26
|
+
"LICENSE",
|
|
27
|
+
"README.md"
|
|
28
|
+
],
|
|
8
29
|
"keywords": [
|
|
9
30
|
"typescript",
|
|
10
31
|
"library"
|
|
@@ -12,11 +33,9 @@
|
|
|
12
33
|
"author": "Ardian Shala",
|
|
13
34
|
"license": "MIT",
|
|
14
35
|
"dependencies": {},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"typescript": "^5.5.4"
|
|
17
|
-
},
|
|
18
36
|
"peerDependencies": {
|
|
19
37
|
"@types/papaparse": "^5.3.15",
|
|
38
|
+
"dayjs": "^1.11.21",
|
|
20
39
|
"papaparse": "^5.5.2"
|
|
21
40
|
},
|
|
22
41
|
"publishConfig": {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IBreakPoint } from '../../helpers/break-point/break-point.interfaces';
|
|
2
2
|
export type ResizeCallback = (breakpoint: IBreakPoint) => void;
|
|
3
3
|
export type OnResizeCallback = (width: number, breakpoint: IBreakPoint) => void;
|
|
4
|
-
//# sourceMappingURL=browser.types.d.ts.map
|
package/services/index.d.ts
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"array-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/array-extensions.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,KAAK,CAAC,CAAC;QAChB,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QACxE,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,GAAG,CAAC,EAAE,CAAC;QAC5D,KAAK,CAAC,IAAI,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;QACpB,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QACvE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,EAAE,CAAC;QAC7E,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;KACjE;CACD;AAED,wBAAgB,mBAAmB,SAgDlC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/date-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAQ9E,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,IAAI;QACb,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;QAChD,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;QAC1C,KAAK,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;QAC5B,eAAe,IAAI,IAAI,CAAC;QACxB,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAClC,cAAc,IAAI,IAAI,CAAC;QACvB,OAAO,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;QACtD,QAAQ,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;QACvD,OAAO,IAAI,MAAM,CAAC;QAClB,OAAO,IAAI,OAAO,CAAC;QACnB,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACzC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;QACrD,OAAO,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;KAC9B;CACD;AAED,wBAAgB,kBAAkB,IAAI,IAAI,CAoDzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/extensions/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"string-extensions.d.ts","sourceRoot":"","sources":["../../../lib/extensions/string-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,UAAU,IAAI,MAAM,CAAC;QACrB,QAAQ,IAAI,OAAO,CAAC;QACpB,OAAO,IAAI,OAAO,CAAC;QACnB,SAAS,IAAI,MAAM,CAAC;KACpB;CACD;AAED,wBAAgB,oBAAoB,IAAI,IAAI,CAiB3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.consts.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.consts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAQ5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGnC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIvD,qBAAa,gBAAgB;IAC5B,OAAO,CAAC,MAAM,CAAC,WAAW,CAAqC;WAEjD,oBAAoB,IAAI,WAAW;WAInC,0BAA0B,CACvC,KAAK,GAAE,MAAsC,GAC3C,WAAW;WAUA,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;WAIxC,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;CAGtD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"break-point.interfaces.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/break-point.interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,MAAM,WAAW,WAAW;IAC3B,UAAU,EAAE,IAAI,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/break-point/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/browser-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACtB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,EAAE,OAAO;IACT,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/browser.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAKlD,qBAAa,aAAa;IACzB,+DAA+D;IAC/D,MAAM,CAAC,YAAY,IAAI,OAAO;IAI9B,MAAM,CAAC,OAAO,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAKpE,MAAM,CAAC,SAAS,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAQtE,MAAM,CAAC,QAAQ,CAAC,cAAc,GAAE,MAA2B,GAAG,OAAO;IAkBrE,MAAM,CAAC,KAAK,CAAC,cAAc,SAAqB,GAAG,OAAO;IAS1D,MAAM,CAAC,YAAY,IAAI,OAAO;IAK9B,MAAM,CAAC,KAAK,CAAC,cAAc,SAAqB,GAAG,OAAO;IAK1D,MAAM,CAAC,IAAI,IAAI,OAAO;IAKtB,MAAM,CAAC,QAAQ,CAAC,cAAc,SAAqB,GAAG,OAAO;IAW7D,MAAM,CAAC,UAAU,CAAC,cAAc,SAAqB,GAAG,OAAO;IAM/D,MAAM,CAAC,gBAAgB,CAAC,cAAc,SAAqB,GAAG,OAAO;IAIrE,MAAM,CAAC,aAAa,IAAI,OAAO;IAQ/B,MAAM,CAAC,iBAAiB,IAAI,WAAW;CAuBvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"canvas.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/canvas.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACxB,MAAM,CAAC,MAAM,CACZ,MAAM,EAAE,iBAAiB,EACzB,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,OAAe,EACvB,OAAO,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,IAAI,CAAC;CAYhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/clipboard.helper.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAE3D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csv.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/csv.helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI3E,qBAAa,SAAS;IACrB,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,aAAa,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,aAAa,GAAG,MAAM;IAI/E,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;CAShE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"download.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/download.helper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,CAAC;AAElE,MAAM,WAAW,WAAW;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC,wEAAwE,CAAC;IAC3F,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;;GAMG;AACH,wBAAsB,MAAM,CAC3B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,IAAI,CAAC,CAyDf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enum.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/enum.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D,qBAAa,UAAU;IACtB,MAAM,CAAC,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;IAQ1E,MAAM,CAAC,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,CAAC,EAAE;CAQtE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/file.helper.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAU;IACtB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAWjD;;OAEG;IACH,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC;IAsB9C,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC;IAsB1D,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAWpE;;;SAGK;IACL,MAAM,CAAC,cAAc,CACpB,KAAK,EAAE,MAAM,EACb,QAAQ,GAAE,MAAU,EACpB,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GACxC,MAAM;IAoBT,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;CAIxE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/image.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACvB,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,gBAAgB,CAAC;IASlD,MAAM,CAAC,MAAM,CACZ,GAAG,EAAE,gBAAgB,EACrB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,GAClB,kBAAkB;CAoBrB;AAED,MAAM,WAAW,kBAAkB;IAClC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CACf"}
|
package/helpers/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-storage.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/local-storage.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC9B,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI;IAI1C,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC;IASvC,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAQnC,MAAM,CAAC,SAAS,IAAI,IAAI;IAIxB,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;CAGvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACrB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAiB,MAAM,gBAAgB,CAAC;AAE/D,qBAAa,YAAY;IACxB,OAAO,CAAC,MAAM,CAAC,SAAS,CAAkC;IAC1D,OAAO,CAAC,MAAM,CAAC,OAAO,CAAQ;WAEhB,GAAG,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI7B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI9B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI9B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI/B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;WAI/B,cAAc,IAAI,IAAI;WAItB,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI9C,OAAO,CAAC,MAAM,CAAC,KAAK;WAuBN,KAAK,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,UAAQ,GAAG,MAAM,IAAI;CAgBvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.types.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/logger/logger.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG;IAC3B,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"screen.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/screen.helper.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACxB,MAAM,CAAC,cAAc,IAAI,MAAM;IAI/B,MAAM,CAAC,eAAe,IAAI,MAAM;CAGhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sort.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/sort.helper.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,UAAU,GAAI,CAAC,EAAE,CAAC,EAC9B,GAAG,CAAC,EACJ,GAAG,CAAC,EACJ,aAAa,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EACxB,YAAY,OAAO,KACjB,MAIF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token-type.enum.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/token-type.enum.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token.helper.d.ts","sourceRoot":"","sources":["../../../../lib/helpers/token/token.helper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,WAAW;IACvB,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI;IAIzC,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/C,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI;CAGnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"window-resize.helper.d.ts","sourceRoot":"","sources":["../../../lib/helpers/window-resize.helper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;AAE3D,qBAAa,kBAAkB;IAC9B,OAAO,CAAC,MAAM,CAAC,SAAS,CAAwC;IAChE,OAAO,CAAC,MAAM,CAAC,WAAW,CAAS;IACnC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAuB;IACnD,OAAO,CAAC,MAAM,CAAC,SAAS,CAAuB;WAEjC,QAAQ,CAAC,QAAQ,EAAE,oBAAoB,GAAG,MAAM,IAAI;IAOlE,OAAO,CAAC,MAAM,CAAC,YAAY,CAoBzB;IAEF,OAAO,CAAC,MAAM,CAAC,IAAI;WAWL,GAAG,CAAC,QAAQ,EAAE,oBAAoB,GAAG,IAAI;CAevD"}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyvalue.interface.d.ts","sourceRoot":"","sources":["../../../lib/interfaces/keyvalue.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS,CAAC,CAAC;IAC3B,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,KAAK,EAAE,CAAC,CAAC;CACT"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.service.d.ts","sourceRoot":"","sources":["../../../../lib/services/browser/browser.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAInD,qBAAa,cAAc;IAC1B,OAAO,CAAC,cAAc,CAA6B;IACnD,OAAO,CAAC,iBAAiB,CAAoC;IAC7D,OAAO,CAAC,aAAa,CAAuB;IAC5C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAM;;IAUpC,OAAO,IAAI,IAAI;IAcf,cAAc,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAIhD,eAAe,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAIxD,OAAO,CAAC,QAAQ,CAed;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.types.d.ts","sourceRoot":"","sources":["../../../../lib/services/browser/browser.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kDAAkD,CAAC;AAE/E,MAAM,MAAM,cAAc,GAAG,CAAC,UAAU,EAAE,WAAW,KAAK,IAAI,CAAC;AAC/D,MAAM,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,KAAK,IAAI,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/services/browser/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
|
package/services/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
package/types/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAE9C,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CAAC;AAErE,OAAO,CAAC,MAAM,CAAC;IAEd,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC;IAChC,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACnC,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IACxC,MAAM,CAAC,MAAM,cAAc,EAAE,OAAO,CAAC;CACrC"}
|
package/vite.config.d.ts
DELETED
package/vite.config.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../../lib/vite.config.ts"],"names":[],"mappings":";AAGA,wBAiBG"}
|
/package/{readme.md → README.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|