@cieloazul310/jclub-financial 0.0.1-alpha.0

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.
@@ -0,0 +1,29 @@
1
+ //#region rolldown:runtime
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
9
+ key = keys[i];
10
+ if (!__hasOwnProp.call(to, key) && key !== except) {
11
+ __defProp(to, key, {
12
+ get: ((k) => from[k]).bind(null, key),
13
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
14
+ });
15
+ }
16
+ }
17
+ }
18
+ return to;
19
+ };
20
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
+
22
+ //#endregion
23
+
24
+ Object.defineProperty(exports, '__reExport', {
25
+ enumerable: true,
26
+ get: function () {
27
+ return __reExport;
28
+ }
29
+ });
@@ -0,0 +1,23 @@
1
+ //#region rolldown:runtime
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
9
+ key = keys[i];
10
+ if (!__hasOwnProp.call(to, key) && key !== except) {
11
+ __defProp(to, key, {
12
+ get: ((k) => from[k]).bind(null, key),
13
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
14
+ });
15
+ }
16
+ }
17
+ }
18
+ return to;
19
+ };
20
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
+
22
+ //#endregion
23
+ export { __reExport as t };
package/dist/data.cjs ADDED
@@ -0,0 +1,17 @@
1
+
2
+
3
+ var _cieloazul310_jclub_financial_data = require("@cieloazul310/jclub-financial-data");
4
+ Object.keys(_cieloazul310_jclub_financial_data).forEach(function (k) {
5
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: function () { return _cieloazul310_jclub_financial_data[k]; }
8
+ });
9
+ });
10
+
11
+ var _cieloazul310_jclub_financial_data_types = require("@cieloazul310/jclub-financial-data/types");
12
+ Object.keys(_cieloazul310_jclub_financial_data_types).forEach(function (k) {
13
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
14
+ enumerable: true,
15
+ get: function () { return _cieloazul310_jclub_financial_data_types[k]; }
16
+ });
17
+ });
@@ -0,0 +1,2 @@
1
+ export * from "@cieloazul310/jclub-financial-data";
2
+ export * from "@cieloazul310/jclub-financial-data/types";
@@ -0,0 +1,2 @@
1
+ export * from "@cieloazul310/jclub-financial-data";
2
+ export * from "@cieloazul310/jclub-financial-data/types";
package/dist/data.mjs ADDED
@@ -0,0 +1,5 @@
1
+ export * from "@cieloazul310/jclub-financial-data"
2
+
3
+ export * from "@cieloazul310/jclub-financial-data/types"
4
+
5
+ export { };
package/dist/index.cjs ADDED
@@ -0,0 +1,32 @@
1
+ const require_chunk = require('./chunk-Dnes7Uwm.cjs');
2
+ require('./types.cjs');
3
+ require('./utils.cjs');
4
+
5
+ //#region src/index.ts
6
+ var src_exports = {};
7
+
8
+ //#endregion
9
+
10
+ var _cieloazul310_jclub_financial_data_types = require("@cieloazul310/jclub-financial-data/types");
11
+ Object.keys(_cieloazul310_jclub_financial_data_types).forEach(function (k) {
12
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
13
+ enumerable: true,
14
+ get: function () { return _cieloazul310_jclub_financial_data_types[k]; }
15
+ });
16
+ });
17
+
18
+ var _cieloazul310_jclub_financial_utils_types = require("@cieloazul310/jclub-financial-utils/types");
19
+ Object.keys(_cieloazul310_jclub_financial_utils_types).forEach(function (k) {
20
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
21
+ enumerable: true,
22
+ get: function () { return _cieloazul310_jclub_financial_utils_types[k]; }
23
+ });
24
+ });
25
+
26
+ var _cieloazul310_jclub_financial_utils = require("@cieloazul310/jclub-financial-utils");
27
+ Object.keys(_cieloazul310_jclub_financial_utils).forEach(function (k) {
28
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
29
+ enumerable: true,
30
+ get: function () { return _cieloazul310_jclub_financial_utils[k]; }
31
+ });
32
+ });
@@ -0,0 +1,8 @@
1
+ import "./types.cjs";
2
+ import "./utils.cjs";
3
+ export * from "@cieloazul310/jclub-financial-data/types";
4
+ export * from "@cieloazul310/jclub-financial-utils/types";
5
+ export * from "@cieloazul310/jclub-financial-utils";
6
+
7
+ //#region src/index.d.ts
8
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import "./types.mjs";
2
+ import "./utils.mjs";
3
+ export * from "@cieloazul310/jclub-financial-data/types";
4
+ export * from "@cieloazul310/jclub-financial-utils/types";
5
+ export * from "@cieloazul310/jclub-financial-utils";
6
+
7
+ //#region src/index.d.ts
8
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":""}
package/dist/index.mjs ADDED
@@ -0,0 +1,16 @@
1
+ import { t as __reExport } from "./chunk-DvQDWtwY.mjs";
2
+ import "./types.mjs";
3
+ import "./utils.mjs";
4
+
5
+ export * from "@cieloazul310/jclub-financial-data/types"
6
+
7
+ export * from "@cieloazul310/jclub-financial-utils/types"
8
+
9
+ export * from "@cieloazul310/jclub-financial-utils"
10
+
11
+ //#region src/index.ts
12
+ var src_exports = {};
13
+
14
+ //#endregion
15
+ export { };
16
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["export * from \"./types\";\nexport * from \"./utils\";\n"],"mappings":""}
@@ -0,0 +1,9 @@
1
+
2
+
3
+ var _cieloazul310_jclub_financial_statistics = require("@cieloazul310/jclub-financial-statistics");
4
+ Object.keys(_cieloazul310_jclub_financial_statistics).forEach(function (k) {
5
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: function () { return _cieloazul310_jclub_financial_statistics[k]; }
8
+ });
9
+ });
@@ -0,0 +1 @@
1
+ export * from "@cieloazul310/jclub-financial-statistics";
@@ -0,0 +1 @@
1
+ export * from "@cieloazul310/jclub-financial-statistics";
@@ -0,0 +1,3 @@
1
+ export * from "@cieloazul310/jclub-financial-statistics"
2
+
3
+ export { };
package/dist/types.cjs ADDED
@@ -0,0 +1,18 @@
1
+ const require_chunk = require('./chunk-Dnes7Uwm.cjs');
2
+
3
+
4
+ var _cieloazul310_jclub_financial_utils_types = require("@cieloazul310/jclub-financial-utils/types");
5
+ Object.keys(_cieloazul310_jclub_financial_utils_types).forEach(function (k) {
6
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
7
+ enumerable: true,
8
+ get: function () { return _cieloazul310_jclub_financial_utils_types[k]; }
9
+ });
10
+ });
11
+
12
+ var _cieloazul310_jclub_financial_data_types = require("@cieloazul310/jclub-financial-data/types");
13
+ Object.keys(_cieloazul310_jclub_financial_data_types).forEach(function (k) {
14
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
15
+ enumerable: true,
16
+ get: function () { return _cieloazul310_jclub_financial_data_types[k]; }
17
+ });
18
+ });
@@ -0,0 +1,2 @@
1
+ export * from "@cieloazul310/jclub-financial-data/types";
2
+ export * from "@cieloazul310/jclub-financial-utils/types";
@@ -0,0 +1,2 @@
1
+ export * from "@cieloazul310/jclub-financial-data/types";
2
+ export * from "@cieloazul310/jclub-financial-utils/types";
package/dist/types.mjs ADDED
@@ -0,0 +1,7 @@
1
+ import { t as __reExport } from "./chunk-DvQDWtwY.mjs";
2
+
3
+ export * from "@cieloazul310/jclub-financial-data/types"
4
+
5
+ export * from "@cieloazul310/jclub-financial-utils/types"
6
+
7
+ export { };
package/dist/utils.cjs ADDED
@@ -0,0 +1,10 @@
1
+ const require_chunk = require('./chunk-Dnes7Uwm.cjs');
2
+
3
+
4
+ var _cieloazul310_jclub_financial_utils = require("@cieloazul310/jclub-financial-utils");
5
+ Object.keys(_cieloazul310_jclub_financial_utils).forEach(function (k) {
6
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
7
+ enumerable: true,
8
+ get: function () { return _cieloazul310_jclub_financial_utils[k]; }
9
+ });
10
+ });
@@ -0,0 +1 @@
1
+ export * from "@cieloazul310/jclub-financial-utils";
@@ -0,0 +1 @@
1
+ export * from "@cieloazul310/jclub-financial-utils";
package/dist/utils.mjs ADDED
@@ -0,0 +1,5 @@
1
+ import { t as __reExport } from "./chunk-DvQDWtwY.mjs";
2
+
3
+ export * from "@cieloazul310/jclub-financial-utils"
4
+
5
+ export { };
package/package.json ADDED
@@ -0,0 +1,93 @@
1
+ {
2
+ "name": "@cieloazul310/jclub-financial",
3
+ "version": "0.0.1-alpha.0",
4
+ "license": "MIT",
5
+ "homepage": "https://github.com/cieloazul310/jclub-financial-table",
6
+ "author": {
7
+ "name": "cieloazul310",
8
+ "url": "https://cieloazul310.github.io"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/cieloazul310/jclub-financial-table.git",
13
+ "directory": "packages/core"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public",
17
+ "registry": "https://registry.npmjs.org/"
18
+ },
19
+ "type": "module",
20
+ "main": "./dist/index.cjs",
21
+ "module": "./dist/index.mjs",
22
+ "types": "./dist/index.d.mts",
23
+ "files": [
24
+ "dist"
25
+ ],
26
+ "exports": {
27
+ ".": {
28
+ "import": {
29
+ "types": "./dist/index.d.mts",
30
+ "default": "./dist/index.mjs"
31
+ },
32
+ "require": {
33
+ "types": "./dist/index.d.cts",
34
+ "default": "./dist/index.cjs"
35
+ }
36
+ },
37
+ "./data": {
38
+ "import": {
39
+ "types": "./dist/data.d.mts",
40
+ "default": "./dist/data.mjs"
41
+ },
42
+ "require": {
43
+ "types": "./dist/data.d.cts",
44
+ "default": "./dist/data.cjs"
45
+ }
46
+ },
47
+ "./statistics": {
48
+ "import": {
49
+ "types": "./dist/statistics.d.mts",
50
+ "default": "./dist/statistics.mjs"
51
+ },
52
+ "require": {
53
+ "types": "./dist/statistics.d.cts",
54
+ "default": "./dist/statistics.cjs"
55
+ }
56
+ },
57
+ "./utils": {
58
+ "import": {
59
+ "types": "./dist/utils.d.mts",
60
+ "default": "./dist/utils.mjs"
61
+ },
62
+ "require": {
63
+ "types": "./dist/utils.d.cts",
64
+ "default": "./dist/utils.cjs"
65
+ }
66
+ },
67
+ "./types": {
68
+ "import": {
69
+ "types": "./dist/types.d.mts",
70
+ "default": "./dist/types.mjs"
71
+ },
72
+ "require": {
73
+ "types": "./dist/types.d.cts",
74
+ "default": "./dist/types.cjs"
75
+ }
76
+ },
77
+ "./package.json": "./package.json"
78
+ },
79
+ "scripts": {
80
+ "build": "tsdown"
81
+ },
82
+ "dependencies": {
83
+ "@cieloazul310/jclub-financial-data": "^0.0.1-alpha.0",
84
+ "@cieloazul310/jclub-financial-statistics": "^0.0.1-alpha.0",
85
+ "@cieloazul310/jclub-financial-utils": "^0.0.1-alpha.0"
86
+ },
87
+ "devDependencies": {
88
+ "@repo/eslint-config": "^0.0.1-alpha.0",
89
+ "@repo/typescript-config": "^0.0.1-alpha.0",
90
+ "eslint": "^9.34.0",
91
+ "tsdown": "^0.18.2"
92
+ }
93
+ }