Commit df7677af by jiangxd2016

release: v1.2.4

parent f9af7b3b
{
"name": "@grafana/vue",
"version": "1.2.0",
"builtAt": "2026-07-24T08:13:55.691Z",
"mode": "library-esm-single-file",
"entries": {
"index": "src/index.ts",
"register": "src/register.ts"
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/**
* Side-effect plugin registration + browser bootstrap for @grafana/vue.
*/
export declare function registerBuiltinPlugins(): void;
export declare function registerHeavyPlugins(): Promise<void> | void;
export declare function isBuiltinPluginsRegistered(): boolean;
export declare function isHeavyPluginsRegistered(): boolean;
export declare function bootstrapGrafanaVue(): void;
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "argus-board",
"version": "0.1.11",
"name": "@grafana/vue",
"version": "1.2.4",
"type": "module",
"main": "./dist/argus-board.js",
"module": "./dist/argus-board.es.js",
"main": "./src/index.ts",
"exports": {
".": {
"import": "./dist/argus-board.es.js",
"default": "./dist/argus-board.js"
},
"./dist/style.css": "./dist/style.css"
".": "./src/index.ts",
"./register": "./src/register.ts",
"./package.json": "./package.json"
},
"files": [
"dist/",
"lib/",
"dist",
"src",
"README.md",
"LICENSE"
"package.json"
],
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@grafana/data": "^11.2.3",
"@visx/gradient": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/shape": "^3.12.0",
"allotment": "1.20.5",
"antd": "^5.11.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"lucide-react": "^1.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-virtuoso": "^4.18.6",
"tinycolor2": "^1.6.0",
"uplot": "1.6.31",
"uuid": "^14.0.0",
"zustand": "^5.0.11"
}
"ant-design-vue": "4.2.6",
"axios": "1.13.2",
"dayjs": "1.11.21",
"pinia": "^3.0.3",
"vue-grid-layout-v3": "^3.1.2",
"vue-router": "^4.5.1",
"uplot": "^1.6.32",
"ol": "10.4.0",
"@prometheus-io/lezer-promql": "0.308.0",
"@lezer/common": "^1.5.1",
"@ant-design/icons-vue": "7.0.1"
},
"peerDependencies": {
"vue": "^3.5.0"
},
"description": "Grafana Vue single entry package — dashboard, panels, datasources, UI, runtime",
"license": "AGPL-3.0-only"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment