@grafana/scenes 6.43.0--canary.1297.19135213685.0 → 6.43.0--canary.1297.19135335168.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/locales/en-US/grafana-scenes.json.js +1 -0
- package/dist/esm/locales/en-US/grafana-scenes.json.js.map +1 -1
- package/dist/{grafana-scenes-e_AZ1Oh2.js → grafana-scenes-D5iZGLtK.js} +2 -1
- package/dist/{grafana-scenes-e_AZ1Oh2.js.map → grafana-scenes-D5iZGLtK.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -111,6 +111,7 @@ var grafanaScenes = {
|
|
|
111
111
|
"format-date-in-different-ways": "Format date in different ways",
|
|
112
112
|
"format-multivalued-variables-using-syntax-example": "Format multi-valued variables using glob syntax, example {value1,value2}",
|
|
113
113
|
"html-escaping-of-values": "HTML escaping of values",
|
|
114
|
+
"join-values-with-a-comma": "Join values with a comma",
|
|
114
115
|
"json-stringify-value": "JSON stringify value",
|
|
115
116
|
"keep-value-as-is": "Keep value as is",
|
|
116
117
|
"multiple-values-are-formatted-like-variablevalue": "Multiple values are formatted like variable=value",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grafana-scenes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grafana-scenes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -113,6 +113,7 @@ var grafanaScenes = {
|
|
|
113
113
|
"format-date-in-different-ways": "Format date in different ways",
|
|
114
114
|
"format-multivalued-variables-using-syntax-example": "Format multi-valued variables using glob syntax, example {value1,value2}",
|
|
115
115
|
"html-escaping-of-values": "HTML escaping of values",
|
|
116
|
+
"join-values-with-a-comma": "Join values with a comma",
|
|
116
117
|
"json-stringify-value": "JSON stringify value",
|
|
117
118
|
"keep-value-as-is": "Keep value as is",
|
|
118
119
|
"multiple-values-are-formatted-like-variablevalue": "Multiple values are formatted like variable=value",
|
|
@@ -163,4 +164,4 @@ var grafanaScenes = {
|
|
|
163
164
|
};
|
|
164
165
|
|
|
165
166
|
exports.default = grafanaScenes;
|
|
166
|
-
//# sourceMappingURL=grafana-scenes-
|
|
167
|
+
//# sourceMappingURL=grafana-scenes-D5iZGLtK.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grafana-scenes-
|
|
1
|
+
{"version":3,"file":"grafana-scenes-D5iZGLtK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -16049,7 +16049,7 @@ function __variableDynamicImportRuntime0__(path) {
|
|
|
16049
16049
|
switch (path) {
|
|
16050
16050
|
case '../locales/cs-CZ/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-DNw_utC4.js'); });
|
|
16051
16051
|
case '../locales/de-DE/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-Cv2waQMg.js'); });
|
|
16052
|
-
case '../locales/en-US/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-
|
|
16052
|
+
case '../locales/en-US/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-D5iZGLtK.js'); });
|
|
16053
16053
|
case '../locales/es-ES/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-l64bigxN.js'); });
|
|
16054
16054
|
case '../locales/fr-FR/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-BgFDPQrP.js'); });
|
|
16055
16055
|
case '../locales/hu-HU/grafana-scenes.json': return Promise.resolve().then(function () { return require('./grafana-scenes-C3OHMat0.js'); });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/scenes",
|
|
3
|
-
"version": "6.43.0--canary.1297.
|
|
3
|
+
"version": "6.43.0--canary.1297.19135335168.0",
|
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
|
5
5
|
"author": "Grafana Labs",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"prettier --write"
|
|
126
126
|
]
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "a4d181743cc9aaea0cec7d39fa0e17eb719c43fe"
|
|
129
129
|
}
|