@feedmepos/mf-report 5.0.10-rc.1
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/README.md +30 -0
- package/dist/app.js +235738 -0
- package/dist/favicon.ico +0 -0
- package/dist/style.css +1 -0
- package/package.json +68 -0
package/dist/favicon.ico
ADDED
|
Binary file
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.circular{padding:0;height:calc(100% - 36px)}.circular .grow{height:100%}.sparkline{margin:0;padding:0}.sparkline .grow{height:50px;flex-grow:0}.bar-chart{padding:0;height:calc(100% - 36px)}.bar-chart .grow{height:100%}.bar-chart .flex-col{gap:0}.line-chart{padding:0 0 8px;height:calc(100% - 36px)}.line-chart .grow{height:100%}.line-chart .flex-col{gap:0}.report-table>div{padding-bottom:140px}.show-pin{visibility:hidden}.row:hover .show-pin{visibility:visible}.btn-color{color:#6b6b6b}.selected-widget[data-v-81a31d6a]{background-color:#fff4e6;border-color:#ff7823}.slide-fade-enter-active[data-v-b4e167c9],.slide-fade-leave-active[data-v-b4e167c9]{transition:all .3s ease-in-out}.slide-fade-enter-from[data-v-b4e167c9],.slide-fade-leave-to[data-v-b4e167c9]{transform:translateY(-50px);opacity:0}.slide-fade-right-enter-active[data-v-a98ca9bc],.slide-fade-right-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-right-enter-from[data-v-a98ca9bc],.slide-fade-right-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.4}.slide-fade-left-enter-active[data-v-a98ca9bc]{transition-delay:.3s;transition:all .3s ease-in-out}.slide-fade-left-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-left-enter-from[data-v-a98ca9bc],.slide-fade-left-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.1}.card-container[data-v-558bb42c]{overflow-y:auto;overflow-x:hidden}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
|
package/package.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@feedmepos/mf-report",
|
|
3
|
+
"version": "5.0.10-rc.1",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"type": "module",
|
|
8
|
+
"module": "./dist/app.js",
|
|
9
|
+
"license": "UNLICENSED",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/app.d.ts",
|
|
13
|
+
"import": "./dist/app.js"
|
|
14
|
+
},
|
|
15
|
+
"./style.css": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@feedmepos/mf-common": "1.6.6-rc.1",
|
|
19
|
+
"@feedmepos/ui-library": "1.2.4-rc.3",
|
|
20
|
+
"axios": "^1.6.7",
|
|
21
|
+
"change-case": "^5.4.3",
|
|
22
|
+
"consola": "^3.2.3",
|
|
23
|
+
"consola-loki": "^0.0.5",
|
|
24
|
+
"dayjs": "^1.11.10",
|
|
25
|
+
"dotenv": "^16.3.1",
|
|
26
|
+
"pinia": "^2.1.7",
|
|
27
|
+
"query-engine-dart": "file:./extra_packages/query-engine",
|
|
28
|
+
"report-v4-dart": "file:./extra_packages/report-v4",
|
|
29
|
+
"uuid": "^9.0.1",
|
|
30
|
+
"vue": "^3.4.21",
|
|
31
|
+
"vue-router": "^4.2.5",
|
|
32
|
+
"vuedraggable": "^4.1.0",
|
|
33
|
+
"xlsx": "^0.18.5"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
37
|
+
"@tsconfig/node18": "^18.2.2",
|
|
38
|
+
"@types/node": "^18.17.17",
|
|
39
|
+
"@types/uuid": "^9.0.8",
|
|
40
|
+
"@vitejs/plugin-vue": "^5.0.2",
|
|
41
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
42
|
+
"@vue/eslint-config-typescript": "^12.0.0",
|
|
43
|
+
"@vue/tsconfig": "^0.4.0",
|
|
44
|
+
"autoprefixer": "^10.4.16",
|
|
45
|
+
"eslint": "^8.54.0",
|
|
46
|
+
"eslint-plugin-vue": "^9.19.2",
|
|
47
|
+
"npm-run-all2": "^6.0.6",
|
|
48
|
+
"postcss": "^8.4.31",
|
|
49
|
+
"prettier": "^3.0.3",
|
|
50
|
+
"sass": "^1.71.0",
|
|
51
|
+
"tailwindcss": "^3.4.1",
|
|
52
|
+
"typescript": "~5.2.2",
|
|
53
|
+
"vite": "^5.1.6",
|
|
54
|
+
"vue-tsc": "^1.8.11"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"dev": "vite",
|
|
58
|
+
"build": "run-p type-check \"build-only {@}\" --",
|
|
59
|
+
"build:mf:dev": "vite build --mode fmmf",
|
|
60
|
+
"build:mf:prod": "vite build --mode fmmf:prod",
|
|
61
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist",
|
|
62
|
+
"publish-npm": "pnpm build:mf:dev && pnpm publish --no-git-checks",
|
|
63
|
+
"build-only:dev": "pnpm build:mf:dev && pnpm build:dts",
|
|
64
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
65
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
66
|
+
"format": "prettier --write src/"
|
|
67
|
+
}
|
|
68
|
+
}
|