feat(TopUpAgent): add , edit, delete , toggle ,...

This commit is contained in:
ghazall-ag
2025-12-23 23:29:58 +03:30
parent ecf6574e5d
commit 8e19500f7c
27 changed files with 1462 additions and 4865 deletions

View File

@@ -1,81 +1,81 @@
{
"hash": "5dc29ded",
"browserHash": "8decdfc6",
"hash": "0b559729",
"browserHash": "99577114",
"optimized": {
"react/jsx-runtime": {
"src": "../../react/jsx-runtime.js",
"file": "react_jsx-runtime.js",
"fileHash": "071542c9",
"fileHash": "ce1a804a",
"needsInterop": true
},
"react/jsx-dev-runtime": {
"src": "../../react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "2c0ef184",
"fileHash": "e0dd02c9",
"needsInterop": true
},
"react": {
"src": "../../react/index.js",
"file": "react.js",
"fileHash": "97079daa",
"fileHash": "ebfb96cd",
"needsInterop": true
},
"axios": {
"src": "../../axios/index.js",
"file": "axios.js",
"fileHash": "89ede243",
"fileHash": "27c8a3be",
"needsInterop": false
},
"lucide-react": {
"src": "../../lucide-react/dist/esm/lucide-react.mjs",
"file": "lucide-react.js",
"fileHash": "6ec5bbdf",
"fileHash": "afb40087",
"needsInterop": false
},
"react-dom/client": {
"src": "../../react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "cca5920c",
"fileHash": "da86903f",
"needsInterop": true
},
"react-router-dom": {
"src": "../../react-router-dom/dist/index.js",
"file": "react-router-dom.js",
"fileHash": "d17c5b44",
"needsInterop": false
},
"recharts": {
"src": "../../recharts/es6/index.js",
"file": "recharts.js",
"fileHash": "93550599",
"needsInterop": false
},
"zustand": {
"src": "../../zustand/esm/index.mjs",
"file": "zustand.js",
"fileHash": "80080d68",
"needsInterop": false
},
"zustand/middleware": {
"src": "../../zustand/esm/middleware.mjs",
"file": "zustand_middleware.js",
"fileHash": "1fdb7da8",
"fileHash": "20f961ff",
"needsInterop": false
},
"react-toastify": {
"src": "../../react-toastify/dist/index.mjs",
"file": "react-toastify.js",
"fileHash": "af965fd8",
"fileHash": "92e7f604",
"needsInterop": false
},
"recharts": {
"src": "../../recharts/es6/index.js",
"file": "recharts.js",
"fileHash": "92750bad",
"needsInterop": false
},
"zustand": {
"src": "../../zustand/esm/index.mjs",
"file": "zustand.js",
"fileHash": "815a60b7",
"needsInterop": false
},
"zustand/middleware": {
"src": "../../zustand/esm/middleware.mjs",
"file": "zustand_middleware.js",
"fileHash": "5bd61bb2",
"needsInterop": false
}
},
"chunks": {
"chunk-YV3COZNF": {
"file": "chunk-YV3COZNF.js"
},
"chunk-ZXN67JHZ": {
"file": "chunk-ZXN67JHZ.js"
},
"chunk-YV3COZNF": {
"file": "chunk-YV3COZNF.js"
},
"chunk-WQMOH32Y": {
"file": "chunk-WQMOH32Y.js"
},

View File

@@ -1,9 +1,9 @@
import {
clsx_default
} from "./chunk-YV3COZNF.js";
import {
require_react_dom
} from "./chunk-ZXN67JHZ.js";
import {
clsx_default
} from "./chunk-YV3COZNF.js";
import {
require_react
} from "./chunk-WQMOH32Y.js";