@grafana/scenes 6.20.3--canary.1151.15707564301.0 → 6.20.3--canary.1151.15709758411.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.
- package/dist/esm/components/NestedScene.js +2 -2
- package/dist/esm/components/NestedScene.js.map +1 -1
- package/dist/esm/components/SceneApp/SceneAppPage.js +3 -3
- package/dist/esm/components/SceneApp/SceneAppPage.js.map +1 -1
- package/dist/esm/components/SceneDebugger/SceneDebugger.js +2 -2
- package/dist/esm/components/SceneDebugger/SceneDebugger.js.map +1 -1
- package/dist/esm/components/SceneTimeRangeCompare.js +5 -2
- package/dist/esm/components/SceneTimeRangeCompare.js.map +1 -1
- package/dist/esm/components/VizPanel/VizPanel.js +1 -1
- package/dist/esm/components/VizPanel/VizPanel.js.map +1 -1
- package/dist/esm/components/VizPanel/VizPanelExploreButton.js +1 -1
- package/dist/esm/components/VizPanel/VizPanelExploreButton.js.map +1 -1
- package/dist/esm/components/VizPanel/VizPanelRenderer.js +2 -2
- package/dist/esm/components/VizPanel/VizPanelRenderer.js.map +1 -1
- package/dist/esm/components/VizPanel/VizPanelSeriesLimit.js +8 -4
- package/dist/esm/components/VizPanel/VizPanelSeriesLimit.js.map +1 -1
- package/dist/esm/components/layout/grid/SceneGridRow.js +1 -1
- package/dist/esm/components/layout/grid/SceneGridRow.js.map +1 -1
- package/dist/esm/components/layout/split/Splitter.js +1 -1
- package/dist/esm/components/layout/split/Splitter.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/locales/en-US/grafana-scenes.json.js +141 -142
- package/dist/esm/locales/en-US/grafana-scenes.json.js.map +1 -1
- package/dist/esm/utils/ControlsLabel.js +1 -1
- package/dist/esm/utils/ControlsLabel.js.map +1 -1
- package/dist/esm/utils/LoadingIndicator.js +1 -1
- package/dist/esm/utils/LoadingIndicator.js.map +1 -1
- package/dist/esm/utils/{loadTranslationResources.js → loadResources.js} +3 -6
- package/dist/esm/utils/loadResources.js.map +1 -0
- package/dist/esm/variables/adhoc/AdHocFilterBuilder.js +2 -2
- package/dist/esm/variables/adhoc/AdHocFilterBuilder.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFilterRenderer.js +11 -5
- package/dist/esm/variables/adhoc/AdHocFilterRenderer.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/AdHocFilterPill.js +15 -7
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/AdHocFilterPill.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/AdHocFiltersCombobox.js +5 -2
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/AdHocFiltersCombobox.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/DropdownItem.js +4 -4
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/DropdownItem.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/MultiValuePill.js +7 -3
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/MultiValuePill.js.map +1 -1
- package/dist/esm/variables/components/VariableValueInput.js +1 -1
- package/dist/esm/variables/components/VariableValueInput.js.map +1 -1
- package/dist/esm/variables/components/VariableValueSelect.js +1 -1
- package/dist/esm/variables/components/VariableValueSelect.js.map +1 -1
- package/dist/esm/variables/groupby/DefaultGroupByCustomIndicatorContainer.js +3 -3
- package/dist/esm/variables/groupby/DefaultGroupByCustomIndicatorContainer.js.map +1 -1
- package/dist/esm/variables/groupby/GroupByVariable.js +16 -4
- package/dist/esm/variables/groupby/GroupByVariable.js.map +1 -1
- package/dist/esm/variables/interpolation/formatRegistry.js +27 -12
- package/dist/esm/variables/interpolation/formatRegistry.js.map +1 -1
- package/dist/esm/variables/variants/DataSourceVariable.js +4 -1
- package/dist/esm/variables/variants/DataSourceVariable.js.map +1 -1
- package/dist/esm/variables/variants/IntervalVariable.js +1 -1
- package/dist/esm/variables/variants/IntervalVariable.js.map +1 -1
- package/dist/esm/variables/variants/TestVariable.js +1 -1
- package/dist/esm/variables/variants/TestVariable.js.map +1 -1
- package/dist/grafana-scenes-DCHONTnD.js +153 -0
- package/dist/{grafana-scenes-8mJSrmSH.js.map → grafana-scenes-DCHONTnD.js.map} +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.js +128 -73
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/esm/utils/loadTranslationResources.js.map +0 -1
- package/dist/grafana-scenes-8mJSrmSH.js +0 -157
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "6.20.3--canary.1151.
|
3
|
+
"version": "6.20.3--canary.1151.15709758411.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -124,5 +124,5 @@
|
|
124
124
|
"prettier --write"
|
125
125
|
]
|
126
126
|
},
|
127
|
-
"gitHead": "
|
127
|
+
"gitHead": "c887b9e2be6a2ac56040f71af00faa558917af71"
|
128
128
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"loadTranslationResources.js","sources":["../../../src/utils/loadTranslationResources.ts"],"sourcesContent":["import { LANGUAGES, ResourceLoader, initPluginTranslations, type Resources } from '@grafana/i18n';\n\nconst resources = LANGUAGES.reduce<Record<string, () => Promise<{ default: Resources }>>>((acc, lang) => {\n acc[lang.code] = async () => await import(`../locales/${lang.code}/grafana-scenes.json`);\n return acc;\n}, {});\n\nexport const loadResources: ResourceLoader = async (resolvedLanguage: string) => {\n const translation = await resources[resolvedLanguage]();\n return translation.default;\n};\n\nexport const initTranslations = () => {\n return initPluginTranslations('grafana-scenes', [loadResources]);\n};\n"],"names":[],"mappings":";;;;;;;;;;;;AAEA,MAAM,SAAY,GAAA,SAAA,CAAU,MAA8D,CAAA,CAAC,KAAK,IAAS,KAAA;AACvG,EAAI,GAAA,CAAA,IAAA,CAAK,IAAI,CAAI,GAAA,YAAY,MAAM,iCAAO,CAAA,CAAA,WAAA,EAAc,KAAK,IAAI,CAAA,oBAAA,CAAA,CAAA;AACjE,EAAO,OAAA,GAAA;AACT,CAAA,EAAG,EAAE,CAAA;AAEQ,MAAA,aAAA,GAAgC,OAAO,gBAA6B,KAAA;AAC/E,EAAA,MAAM,WAAc,GAAA,MAAM,SAAU,CAAA,gBAAgB,CAAE,EAAA;AACtD,EAAA,OAAO,WAAY,CAAA,OAAA;AACrB;AAEO,MAAM,mBAAmB,MAAM;AACpC,EAAA,OAAO,sBAAuB,CAAA,gBAAA,EAAkB,CAAC,aAAa,CAAC,CAAA;AACjE;;;;"}
|
@@ -1,157 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
var components = {
|
4
|
-
"adhoc-filter-pill": {
|
5
|
-
"edit-filter-with-key": "Edit filter with key {{keyLabel}}",
|
6
|
-
"managed-filter": "{{origin}} managed filter",
|
7
|
-
"remove-filter-with-key": "Remove filter with key {{keyLabel}}"
|
8
|
-
},
|
9
|
-
"adhoc-filters-combobox": {
|
10
|
-
"remove-filter-value": "Remove filter value - {{itemLabel}}",
|
11
|
-
"use-custom-value": "Use custom value: {{itemLabel}}"
|
12
|
-
},
|
13
|
-
"fallback-page": {
|
14
|
-
content: "If you found your way here using a link then there might be a bug in this application.",
|
15
|
-
subTitle: "The url did not match any page",
|
16
|
-
title: "Not found"
|
17
|
-
},
|
18
|
-
"nested-scene-renderer": {
|
19
|
-
"collapse-button-label": "Collapse scene",
|
20
|
-
"expand-button-label": "Expand scene",
|
21
|
-
"remove-button-label": "Remove scene"
|
22
|
-
},
|
23
|
-
"scene-debugger": {
|
24
|
-
"object-details": "Object details",
|
25
|
-
"scene-graph": "Scene graph",
|
26
|
-
"title-scene-debugger": "Scene debugger"
|
27
|
-
},
|
28
|
-
"scene-grid-row": {
|
29
|
-
"collapse-row": "Collapse row",
|
30
|
-
"expand-row": "Expand row"
|
31
|
-
},
|
32
|
-
"scene-time-range-compare-renderer": {
|
33
|
-
"button-label": "Comparison",
|
34
|
-
"button-tooltip": "Enable time frame comparison"
|
35
|
-
},
|
36
|
-
splitter: {
|
37
|
-
"aria-label-pane-resize-widget": "Pane resize widget"
|
38
|
-
},
|
39
|
-
"viz-panel": {
|
40
|
-
title: {
|
41
|
-
title: "Title"
|
42
|
-
}
|
43
|
-
},
|
44
|
-
"viz-panel-explore-button": {
|
45
|
-
explore: "Explore"
|
46
|
-
},
|
47
|
-
"viz-panel-renderer": {
|
48
|
-
"loading-plugin-panel": "Loading plugin panel...",
|
49
|
-
"panel-plugin-has-no-panel-component": "Panel plugin has no panel component"
|
50
|
-
},
|
51
|
-
"viz-panel-series-limit": {
|
52
|
-
"content-rendering-series-single-panel-impact-performance": "Rendering too many series in a single panel may impact performance and make data harder to read.",
|
53
|
-
"warning-message": "Showing only {{seriesLimit}} series"
|
54
|
-
}
|
55
|
-
};
|
56
|
-
var utils = {
|
57
|
-
"controls-label": {
|
58
|
-
"tooltip-remove": "Remove"
|
59
|
-
},
|
60
|
-
"loading-indicator": {
|
61
|
-
"content-cancel-query": "Cancel query"
|
62
|
-
}
|
63
|
-
};
|
64
|
-
var variables = {
|
65
|
-
"ad-hoc-combobox": {
|
66
|
-
"aria-label-edit-filter-operator": "Edit filter operator"
|
67
|
-
},
|
68
|
-
"ad-hoc-filter-builder": {
|
69
|
-
"aria-label-add-filter": "Add filter",
|
70
|
-
"title-add-filter": "Add filter"
|
71
|
-
},
|
72
|
-
"ad-hoc-filter-renderer": {
|
73
|
-
"aria-label-remove-filter": "Remove filter",
|
74
|
-
"key-select": {
|
75
|
-
"placeholder-select-label": "Select label"
|
76
|
-
},
|
77
|
-
"label-select-label": "Select label",
|
78
|
-
"title-remove-filter": "Remove filter",
|
79
|
-
"value-select": {
|
80
|
-
"placeholder-select-value": "Select value"
|
81
|
-
}
|
82
|
-
},
|
83
|
-
"data-source-variable": {
|
84
|
-
label: {
|
85
|
-
"default": "default"
|
86
|
-
}
|
87
|
-
},
|
88
|
-
"default-group-by-custom-indicator-container": {
|
89
|
-
"aria-label-clear": "clear",
|
90
|
-
tooltip: "Applied by default in this dashboard. If edited, it carries over to other dashboards.",
|
91
|
-
"tooltip-restore-groupby-set-by-this-dashboard": "Restore groupby set by this dashboard."
|
92
|
-
},
|
93
|
-
"format-registry": {
|
94
|
-
formats: {
|
95
|
-
description: {
|
96
|
-
"commaseparated-values": "Comma-separated values",
|
97
|
-
"double-quoted-values": "Double quoted values",
|
98
|
-
"format-date-in-different-ways": "Format date in different ways",
|
99
|
-
"format-multivalued-variables-using-syntax-example": "Format multi-valued variables using glob syntax, example {value1,value2}",
|
100
|
-
"html-escaping-of-values": "HTML escaping of values",
|
101
|
-
"json-stringify-value": "JSON stringify value",
|
102
|
-
"keep-value-as-is": "Keep value as is",
|
103
|
-
"multiple-values-are-formatted-like-variablevalue": "Multiple values are formatted like variable=value",
|
104
|
-
"single-quoted-values": "Single quoted values",
|
105
|
-
"useful-escaping-values-taking-syntax-characters": "Useful for URL escaping values, taking into URI syntax characters",
|
106
|
-
"useful-for-url-escaping-values": "Useful for URL escaping values",
|
107
|
-
"values-are-separated-by-character": "Values are separated by | character"
|
108
|
-
}
|
109
|
-
}
|
110
|
-
},
|
111
|
-
"group-by-variable-renderer": {
|
112
|
-
"aria-label-group-by-selector": "Group by selector",
|
113
|
-
"placeholder-group-by-label": "Group by label"
|
114
|
-
},
|
115
|
-
"interval-variable": {
|
116
|
-
"placeholder-select-value": "Select value"
|
117
|
-
},
|
118
|
-
"loading-options-placeholder": {
|
119
|
-
"loading-options": "Loading options..."
|
120
|
-
},
|
121
|
-
"multi-value-apply-button": {
|
122
|
-
apply: "Apply"
|
123
|
-
},
|
124
|
-
"no-options-placeholder": {
|
125
|
-
"no-options-found": "No options found"
|
126
|
-
},
|
127
|
-
"options-error-placeholder": {
|
128
|
-
"error-occurred-fetching-labels-click-retry": "An error has occurred fetching labels. Click to retry"
|
129
|
-
},
|
130
|
-
"test-object-with-variable-dependency": {
|
131
|
-
title: {
|
132
|
-
hello: "Hello"
|
133
|
-
}
|
134
|
-
},
|
135
|
-
"test-variable": {
|
136
|
-
text: {
|
137
|
-
text: "Text"
|
138
|
-
}
|
139
|
-
},
|
140
|
-
"variable-value-input": {
|
141
|
-
"placeholder-enter-value": "Enter value"
|
142
|
-
},
|
143
|
-
"variable-value-select": {
|
144
|
-
"placeholder-select-value": "Select value"
|
145
|
-
}
|
146
|
-
};
|
147
|
-
var grafanaScenes = {
|
148
|
-
components: components,
|
149
|
-
utils: utils,
|
150
|
-
variables: variables
|
151
|
-
};
|
152
|
-
|
153
|
-
exports.components = components;
|
154
|
-
exports.default = grafanaScenes;
|
155
|
-
exports.utils = utils;
|
156
|
-
exports.variables = variables;
|
157
|
-
//# sourceMappingURL=grafana-scenes-8mJSrmSH.js.map
|