@perses-dev/core 0.0.0-snapshot-embed-import-errors-8906900 → 0.0.0-snapshot-test-internal-dep-dd238ac
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/cjs/index.js +1 -1
- package/dist/cjs/model/dashboard.js +1 -1
- package/dist/cjs/model/datasource.js +1 -1
- package/dist/cjs/model/definitions.js +1 -1
- package/dist/cjs/model/display.js +1 -1
- package/dist/cjs/model/http.js +16 -0
- package/dist/cjs/model/index.js +3 -1
- package/dist/cjs/model/layout.js +1 -1
- package/dist/cjs/model/panels.js +1 -1
- package/dist/cjs/model/resource.js +1 -1
- package/dist/cjs/model/thresholds.js +16 -0
- package/dist/cjs/model/time-series-queries.js +1 -1
- package/dist/cjs/model/time.js +189 -4
- package/dist/cjs/model/variables.js +1 -1
- package/dist/cjs/utils/event.js +1 -1
- package/dist/cjs/utils/fetch.js +1 -2
- package/dist/cjs/utils/index.js +1 -1
- package/dist/cjs/utils/memo.js +3 -8
- package/dist/cjs/utils/panel-refs.js +1 -1
- package/dist/cjs/utils/text.js +37 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/model/dashboard.js +1 -1
- package/dist/model/dashboard.js.map +1 -1
- package/dist/model/datasource.js +1 -1
- package/dist/model/datasource.js.map +1 -1
- package/dist/model/definitions.js +1 -1
- package/dist/model/definitions.js.map +1 -1
- package/dist/model/display.js +1 -1
- package/dist/model/display.js.map +1 -1
- package/dist/model/http.d.ts +2 -0
- package/dist/model/http.d.ts.map +1 -0
- package/dist/model/http.js +15 -0
- package/dist/model/http.js.map +1 -0
- package/dist/model/index.d.ts +2 -0
- package/dist/model/index.d.ts.map +1 -1
- package/dist/model/index.js +3 -1
- package/dist/model/index.js.map +1 -1
- package/dist/model/layout.js +1 -1
- package/dist/model/layout.js.map +1 -1
- package/dist/model/panels.js +1 -1
- package/dist/model/panels.js.map +1 -1
- package/dist/model/resource.js +1 -1
- package/dist/model/resource.js.map +1 -1
- package/dist/model/thresholds.d.ts +12 -0
- package/dist/model/thresholds.d.ts.map +1 -0
- package/dist/model/thresholds.js +15 -0
- package/dist/model/thresholds.js.map +1 -0
- package/dist/model/time-series-queries.d.ts +2 -0
- package/dist/model/time-series-queries.d.ts.map +1 -1
- package/dist/model/time-series-queries.js +1 -1
- package/dist/model/time-series-queries.js.map +1 -1
- package/dist/model/time.d.ts +4 -0
- package/dist/model/time.d.ts.map +1 -1
- package/dist/model/time.js +190 -4
- package/dist/model/time.js.map +1 -1
- package/dist/model/variables.js +1 -1
- package/dist/model/variables.js.map +1 -1
- package/dist/utils/event.js +1 -1
- package/dist/utils/event.js.map +1 -1
- package/dist/utils/fetch.d.ts +1 -2
- package/dist/utils/fetch.d.ts.map +1 -1
- package/dist/utils/fetch.js +1 -2
- package/dist/utils/fetch.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/memo.js +2 -2
- package/dist/utils/memo.js.map +1 -1
- package/dist/utils/panel-refs.js +1 -1
- package/dist/utils/panel-refs.js.map +1 -1
- package/dist/utils/text.d.ts +4 -0
- package/dist/utils/text.d.ts.map +1 -0
- package/dist/utils/text.js +25 -0
- package/dist/utils/text.js.map +1 -0
- package/package.json +3 -2
package/dist/cjs/index.js
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
"use strict";
|
|
14
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15
|
+
value: true
|
|
16
|
+
});
|
package/dist/cjs/model/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
2
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
// you may not use this file except in compliance with the License.
|
|
4
4
|
// You may obtain a copy of the License at
|
|
@@ -18,9 +18,11 @@ _exportStar(require("./dashboard"), exports);
|
|
|
18
18
|
_exportStar(require("./datasource"), exports);
|
|
19
19
|
_exportStar(require("./definitions"), exports);
|
|
20
20
|
_exportStar(require("./display"), exports);
|
|
21
|
+
_exportStar(require("./http"), exports);
|
|
21
22
|
_exportStar(require("./layout"), exports);
|
|
22
23
|
_exportStar(require("./panels"), exports);
|
|
23
24
|
_exportStar(require("./resource"), exports);
|
|
25
|
+
_exportStar(require("./thresholds"), exports);
|
|
24
26
|
_exportStar(require("./time"), exports);
|
|
25
27
|
_exportStar(require("./time-series-queries"), exports);
|
|
26
28
|
_exportStar(require("./variables"), exports);
|
package/dist/cjs/model/layout.js
CHANGED
package/dist/cjs/model/panels.js
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
"use strict";
|
|
14
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15
|
+
value: true
|
|
16
|
+
});
|
package/dist/cjs/model/time.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
2
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
// you may not use this file except in compliance with the License.
|
|
4
4
|
// You may obtain a copy of the License at
|
|
@@ -26,6 +26,7 @@ _export(exports, {
|
|
|
26
26
|
toAbsoluteTimeRange: ()=>toAbsoluteTimeRange,
|
|
27
27
|
parseDurationString: ()=>parseDurationString,
|
|
28
28
|
isDurationString: ()=>isDurationString,
|
|
29
|
+
roundStepInterval: ()=>roundStepInterval,
|
|
29
30
|
getSuggestedStepMs: ()=>getSuggestedStepMs
|
|
30
31
|
});
|
|
31
32
|
const _dateFns = require("date-fns");
|
|
@@ -64,9 +65,193 @@ function isDurationString(maybeDuration) {
|
|
|
64
65
|
if (maybeDuration === '') return false;
|
|
65
66
|
return DURATION_REGEX.test(maybeDuration);
|
|
66
67
|
}
|
|
68
|
+
const DEFAULT_STEP_MS = 15000;
|
|
69
|
+
const ROUNDED_STEP_INTERVALS = [
|
|
70
|
+
// max: 0.015s
|
|
71
|
+
{
|
|
72
|
+
maxMs: 15,
|
|
73
|
+
roundedStepMs: 10,
|
|
74
|
+
display: '0.01s'
|
|
75
|
+
},
|
|
76
|
+
// max: 0.035s
|
|
77
|
+
{
|
|
78
|
+
maxMs: 35,
|
|
79
|
+
roundedStepMs: 20,
|
|
80
|
+
display: '0.02s'
|
|
81
|
+
},
|
|
82
|
+
// max: 0.075s
|
|
83
|
+
{
|
|
84
|
+
maxMs: 75,
|
|
85
|
+
roundedStepMs: 50,
|
|
86
|
+
display: '0.05s'
|
|
87
|
+
},
|
|
88
|
+
// max: 0.15s
|
|
89
|
+
{
|
|
90
|
+
maxMs: 150,
|
|
91
|
+
roundedStepMs: 100,
|
|
92
|
+
display: '0.1s'
|
|
93
|
+
},
|
|
94
|
+
// max: 0.35s
|
|
95
|
+
{
|
|
96
|
+
maxMs: 350,
|
|
97
|
+
roundedStepMs: 200,
|
|
98
|
+
display: '0.2s'
|
|
99
|
+
},
|
|
100
|
+
// max: 0.75s
|
|
101
|
+
{
|
|
102
|
+
maxMs: 750,
|
|
103
|
+
roundedStepMs: 500,
|
|
104
|
+
display: '0.5s'
|
|
105
|
+
},
|
|
106
|
+
// max: 1.5s
|
|
107
|
+
{
|
|
108
|
+
maxMs: 1500,
|
|
109
|
+
roundedStepMs: 1000,
|
|
110
|
+
display: '1s'
|
|
111
|
+
},
|
|
112
|
+
// max: 3.5s
|
|
113
|
+
{
|
|
114
|
+
maxMs: 3500,
|
|
115
|
+
roundedStepMs: 2000,
|
|
116
|
+
display: '2s'
|
|
117
|
+
},
|
|
118
|
+
// max: 7.5s
|
|
119
|
+
{
|
|
120
|
+
maxMs: 7500,
|
|
121
|
+
roundedStepMs: 5000,
|
|
122
|
+
display: '5s'
|
|
123
|
+
},
|
|
124
|
+
// max: 12.5s
|
|
125
|
+
{
|
|
126
|
+
maxMs: 12500,
|
|
127
|
+
roundedStepMs: 10000,
|
|
128
|
+
display: '10s'
|
|
129
|
+
},
|
|
130
|
+
// max: 17.5s
|
|
131
|
+
{
|
|
132
|
+
maxMs: 17500,
|
|
133
|
+
roundedStepMs: 15000,
|
|
134
|
+
display: '15s'
|
|
135
|
+
},
|
|
136
|
+
// max: 25s
|
|
137
|
+
{
|
|
138
|
+
maxMs: 25000,
|
|
139
|
+
roundedStepMs: 20000,
|
|
140
|
+
display: '20s'
|
|
141
|
+
},
|
|
142
|
+
// max: 45s
|
|
143
|
+
{
|
|
144
|
+
maxMs: 45000,
|
|
145
|
+
roundedStepMs: 30000,
|
|
146
|
+
display: '30s'
|
|
147
|
+
},
|
|
148
|
+
// max: 1.5m
|
|
149
|
+
{
|
|
150
|
+
maxMs: 90000,
|
|
151
|
+
roundedStepMs: 60000,
|
|
152
|
+
display: '1m'
|
|
153
|
+
},
|
|
154
|
+
// max: 3.5m
|
|
155
|
+
{
|
|
156
|
+
maxMs: 210000,
|
|
157
|
+
roundedStepMs: 120000,
|
|
158
|
+
display: '2m'
|
|
159
|
+
},
|
|
160
|
+
// max: 7.5m
|
|
161
|
+
{
|
|
162
|
+
maxMs: 450000,
|
|
163
|
+
roundedStepMs: 300000,
|
|
164
|
+
display: '5m'
|
|
165
|
+
},
|
|
166
|
+
// max: 12.5m
|
|
167
|
+
{
|
|
168
|
+
maxMs: 750000,
|
|
169
|
+
roundedStepMs: 600000,
|
|
170
|
+
display: '10m'
|
|
171
|
+
},
|
|
172
|
+
// max: 12.5m
|
|
173
|
+
{
|
|
174
|
+
maxMs: 1050000,
|
|
175
|
+
roundedStepMs: 900000,
|
|
176
|
+
display: '15m'
|
|
177
|
+
},
|
|
178
|
+
// max: 25m
|
|
179
|
+
{
|
|
180
|
+
maxMs: 1500000,
|
|
181
|
+
roundedStepMs: 1200000,
|
|
182
|
+
display: '20m'
|
|
183
|
+
},
|
|
184
|
+
// max: 45m
|
|
185
|
+
{
|
|
186
|
+
maxMs: 2700000,
|
|
187
|
+
roundedStepMs: 1800000,
|
|
188
|
+
display: '30m'
|
|
189
|
+
},
|
|
190
|
+
// max: 1.5h
|
|
191
|
+
{
|
|
192
|
+
maxMs: 5400000,
|
|
193
|
+
roundedStepMs: 3600000,
|
|
194
|
+
display: '1h'
|
|
195
|
+
},
|
|
196
|
+
// max: 2.5h
|
|
197
|
+
{
|
|
198
|
+
maxMs: 9000000,
|
|
199
|
+
roundedStepMs: 7200000,
|
|
200
|
+
display: '2h'
|
|
201
|
+
},
|
|
202
|
+
// max: 4.5h
|
|
203
|
+
{
|
|
204
|
+
maxMs: 16200000,
|
|
205
|
+
roundedStepMs: 10800000,
|
|
206
|
+
display: '3h'
|
|
207
|
+
},
|
|
208
|
+
// max: 9h
|
|
209
|
+
{
|
|
210
|
+
maxMs: 32400000,
|
|
211
|
+
roundedStepMs: 21600000,
|
|
212
|
+
display: '6h'
|
|
213
|
+
},
|
|
214
|
+
// max: 1d
|
|
215
|
+
{
|
|
216
|
+
maxMs: 86400000,
|
|
217
|
+
roundedStepMs: 43200000,
|
|
218
|
+
display: '12h'
|
|
219
|
+
},
|
|
220
|
+
// max: 1w
|
|
221
|
+
{
|
|
222
|
+
maxMs: 604800000,
|
|
223
|
+
roundedStepMs: 86400000,
|
|
224
|
+
display: '1d'
|
|
225
|
+
},
|
|
226
|
+
// max: 3w
|
|
227
|
+
{
|
|
228
|
+
maxMs: 1814400000,
|
|
229
|
+
roundedStepMs: 604800000,
|
|
230
|
+
display: '1w'
|
|
231
|
+
},
|
|
232
|
+
// max: 6w
|
|
233
|
+
{
|
|
234
|
+
maxMs: 3628800000,
|
|
235
|
+
roundedStepMs: 2592000000,
|
|
236
|
+
display: '30d'
|
|
237
|
+
},
|
|
238
|
+
// max: 2y
|
|
239
|
+
{
|
|
240
|
+
maxMs: 63072000000,
|
|
241
|
+
roundedStepMs: 31536000000,
|
|
242
|
+
display: '1y'
|
|
243
|
+
}
|
|
244
|
+
];
|
|
245
|
+
function roundStepInterval(stepMs) {
|
|
246
|
+
for (const { maxMs , roundedStepMs } of ROUNDED_STEP_INTERVALS){
|
|
247
|
+
if (stepMs < maxMs) {
|
|
248
|
+
return roundedStepMs;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
return DEFAULT_STEP_MS;
|
|
252
|
+
}
|
|
67
253
|
function getSuggestedStepMs(timeRange, width) {
|
|
68
|
-
// TODO: Should we try to suggest more "rounded" step values based around
|
|
69
|
-
// time increments that make sense (e.g. 15s, 30s, 1m, 5m, etc.)
|
|
70
254
|
const queryRangeMs = timeRange.end.valueOf() - timeRange.start.valueOf();
|
|
71
|
-
|
|
255
|
+
const stepMs = Math.floor(queryRangeMs / width);
|
|
256
|
+
return roundStepInterval(stepMs);
|
|
72
257
|
}
|
package/dist/cjs/utils/event.js
CHANGED
package/dist/cjs/utils/fetch.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
2
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
// you may not use this file except in compliance with the License.
|
|
4
4
|
// You may obtain a copy of the License at
|
|
@@ -42,7 +42,6 @@ async function fetchJson(...args) {
|
|
|
42
42
|
class FetchError extends Error {
|
|
43
43
|
constructor(response){
|
|
44
44
|
super(`${response.status} ${response.statusText}`);
|
|
45
|
-
this.response = response;
|
|
46
45
|
Object.setPrototypeOf(this, FetchError.prototype);
|
|
47
46
|
}
|
|
48
47
|
}
|
package/dist/cjs/utils/index.js
CHANGED
package/dist/cjs/utils/memo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
2
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
// you may not use this file except in compliance with the License.
|
|
4
4
|
// You may obtain a copy of the License at
|
|
@@ -25,12 +25,7 @@ _export(exports, {
|
|
|
25
25
|
useDeepMemo: ()=>useDeepMemo
|
|
26
26
|
});
|
|
27
27
|
const _react = require("react");
|
|
28
|
-
const
|
|
29
|
-
function _interopRequireDefault(obj) {
|
|
30
|
-
return obj && obj.__esModule ? obj : {
|
|
31
|
-
default: obj
|
|
32
|
-
};
|
|
33
|
-
}
|
|
28
|
+
const _lodashEs = require("lodash-es");
|
|
34
29
|
function useMemoized(factory, deps) {
|
|
35
30
|
const ref = (0, _react.useRef)();
|
|
36
31
|
let areEqual = true;
|
|
@@ -51,7 +46,7 @@ function useMemoized(factory, deps) {
|
|
|
51
46
|
}
|
|
52
47
|
function useDeepMemo(factory, deps) {
|
|
53
48
|
const ref = (0, _react.useRef)();
|
|
54
|
-
if (ref.current === undefined || (0,
|
|
49
|
+
if (ref.current === undefined || (0, _lodashEs.isEqual)(deps, ref.current.deps) === false) {
|
|
55
50
|
ref.current = {
|
|
56
51
|
value: factory(),
|
|
57
52
|
deps
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
"use strict";
|
|
14
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15
|
+
value: true
|
|
16
|
+
});
|
|
17
|
+
function _export(target, all) {
|
|
18
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: all[name]
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
_export(exports, {
|
|
24
|
+
dashboardDisplayName: ()=>dashboardDisplayName,
|
|
25
|
+
dashboardExtendedDisplayName: ()=>dashboardExtendedDisplayName
|
|
26
|
+
});
|
|
27
|
+
function dashboardDisplayName(dashboard) {
|
|
28
|
+
var ref;
|
|
29
|
+
return ((ref = dashboard.spec.display) === null || ref === void 0 ? void 0 : ref.name) || dashboard.metadata.name;
|
|
30
|
+
}
|
|
31
|
+
function dashboardExtendedDisplayName(dashboard) {
|
|
32
|
+
var ref;
|
|
33
|
+
if ((ref = dashboard.spec.display) === null || ref === void 0 ? void 0 : ref.name) {
|
|
34
|
+
return `${dashboard.spec.display.name} (ID: ${dashboard.metadata.name})`;
|
|
35
|
+
}
|
|
36
|
+
return dashboard.metadata.name;
|
|
37
|
+
}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport * from './model';\nexport * from './utils';\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
package/dist/model/dashboard.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/dashboard.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/dashboard.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { DatasourceSpec } from './datasource';\nimport { LayoutDefinition } from './layout';\nimport { PanelDefinition } from './panels';\nimport { ProjectMetadata } from './resource';\nimport { DurationString } from './time';\nimport { VariableDefinition } from './variables';\nimport { Display } from './display';\n\nexport interface DashboardResource {\n kind: 'Dashboard';\n metadata: ProjectMetadata;\n spec: DashboardSpec;\n}\n\nexport interface DashboardSpec {\n display?: Display;\n datasources?: Record<string, DatasourceSpec>;\n duration: DurationString;\n variables: VariableDefinition[];\n layouts: LayoutDefinition[];\n panels: Record<string, PanelDefinition>;\n}\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,WAqBC"}
|
package/dist/model/datasource.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/datasource.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/datasource.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { Definition, UnknownSpec } from './definitions';\nimport { Metadata, ProjectMetadata } from './resource';\nimport { Display } from './display';\n\n/**\n * A Datasource that's available across all projects.\n */\nexport interface GlobalDatasource {\n kind: 'GlobalDatasource';\n metadata: Metadata;\n spec: DatasourceSpec;\n}\n\n/**\n * A Datasource that belongs to a project.\n */\nexport interface Datasource {\n kind: 'Datasource';\n metadata: ProjectMetadata;\n spec: DatasourceSpec;\n}\n\nexport interface DatasourceSpec<PluginSpec = UnknownSpec> {\n display?: Display;\n default: boolean;\n plugin: Definition<PluginSpec>;\n}\n\n/**\n * A selector for pointing at a specific Datasource. If name is omitted, it's assumed that you want the default\n * Datasource for the specified kind.\n */\nexport interface DatasourceSelector {\n kind: string;\n name?: string;\n}\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,WAmCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/definitions.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/definitions.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n/**\n * Base type for definitions in JSON config resources.\n */\nexport interface Definition<Spec> {\n kind: string;\n spec: Spec;\n}\n\n/**\n * Type to represent specs at runtime in framework code where we don't know the spec's real type, probably because it's\n * part of a plugin.\n */\nexport type UnknownSpec = Record<string, unknown>;\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC;;CAEC,GACD,WASkD"}
|
package/dist/model/display.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/display.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/display.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport interface Display {\n name: string;\n description?: string;\n}\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,WAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../src/model/http.ts"],"names":[],"mappings":"AAaA,oBAAY,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
export { };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=http.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/model/http.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport type RequestHeaders = Record<string, string>;\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,WAAoD"}
|
package/dist/model/index.d.ts
CHANGED
|
@@ -2,9 +2,11 @@ export * from './dashboard';
|
|
|
2
2
|
export * from './datasource';
|
|
3
3
|
export * from './definitions';
|
|
4
4
|
export * from './display';
|
|
5
|
+
export * from './http';
|
|
5
6
|
export * from './layout';
|
|
6
7
|
export * from './panels';
|
|
7
8
|
export * from './resource';
|
|
9
|
+
export * from './thresholds';
|
|
8
10
|
export * from './time';
|
|
9
11
|
export * from './time-series-queries';
|
|
10
12
|
export * from './variables';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/model/index.ts"],"names":[],"mappings":"AAaA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/model/index.ts"],"names":[],"mappings":"AAaA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
package/dist/model/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2023 The Perses Authors
|
|
2
2
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
3
|
// you may not use this file except in compliance with the License.
|
|
4
4
|
// You may obtain a copy of the License at
|
|
@@ -14,9 +14,11 @@ export * from './dashboard';
|
|
|
14
14
|
export * from './datasource';
|
|
15
15
|
export * from './definitions';
|
|
16
16
|
export * from './display';
|
|
17
|
+
export * from './http';
|
|
17
18
|
export * from './layout';
|
|
18
19
|
export * from './panels';
|
|
19
20
|
export * from './resource';
|
|
21
|
+
export * from './thresholds';
|
|
20
22
|
export * from './time';
|
|
21
23
|
export * from './time-series-queries';
|
|
22
24
|
export * from './variables';
|
package/dist/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/index.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/index.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport * from './dashboard';\nexport * from './datasource';\nexport * from './definitions';\nexport * from './display';\nexport * from './http';\nexport * from './layout';\nexport * from './panels';\nexport * from './resource';\nexport * from './thresholds';\nexport * from './time';\nexport * from './time-series-queries';\nexport * from './variables';\nexport * from './display';\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
package/dist/model/layout.js
CHANGED
package/dist/model/layout.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/model/layout.ts"],"sourcesContent":["// Copyright
|
|
1
|
+
{"version":3,"sources":["../../src/model/layout.ts"],"sourcesContent":["// Copyright 2023 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nimport { PanelRef } from './panels';\n\nexport type LayoutDefinition = GridDefinition;\n\nexport interface GridDefinition {\n kind: 'Grid';\n spec: {\n display?: {\n title: string;\n collapse?: {\n open: boolean;\n };\n };\n items: GridItemDefinition[];\n };\n}\n\nexport interface GridItemDefinition {\n x: number;\n y: number;\n width: number;\n height: number;\n content: PanelRef;\n}\n"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,WAuBC"}
|
package/dist/model/panels.js
CHANGED