@grafana/scenes 4.25.0 → 4.26.1--canary.770.9381277561.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/dist/esm/core/sceneGraph/index.js +3 -1
- package/dist/esm/core/sceneGraph/index.js.map +1 -1
- package/dist/esm/core/sceneGraph/sceneGraph.js +22 -1
- package/dist/esm/core/sceneGraph/sceneGraph.js.map +1 -1
- package/dist/esm/variables/components/VariableValueSelect.js +49 -15
- package/dist/esm/variables/components/VariableValueSelect.js.map +1 -1
- package/dist/esm/variables/components/getOptionSearcher.js +50 -0
- package/dist/esm/variables/components/getOptionSearcher.js.map +1 -0
- package/dist/esm/variables/groupby/GroupByVariable.js +11 -4
- package/dist/esm/variables/groupby/GroupByVariable.js.map +1 -1
- package/dist/index.d.ts +17 -0
- package/dist/index.js +127 -18
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.26.1--canary.770.9381277561.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -38,6 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@grafana/e2e-selectors": "^10.4.1",
|
41
|
+
"@leeoniya/ufuzzy": "^1.0.14",
|
41
42
|
"react-grid-layout": "1.3.4",
|
42
43
|
"react-use": "17.4.0",
|
43
44
|
"react-virtualized-auto-sizer": "1.0.7",
|
@@ -115,5 +116,5 @@
|
|
115
116
|
"prettier --write"
|
116
117
|
]
|
117
118
|
},
|
118
|
-
"gitHead": "
|
119
|
+
"gitHead": "21af95abcab23d7d3c3ce495f25cc0ed5d33cf0a"
|
119
120
|
}
|