@perses-dev/explore 0.55.0-beta.2 → 0.55.0-beta.6
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/components/ExploreManager/ExploreManager.d.ts +1 -1
- package/dist/components/ExploreManager/ExploreManager.d.ts.map +1 -1
- package/dist/components/ExploreManager/ExploreManager.js +8 -8
- package/dist/components/ExploreManager/ExploreManager.js.map +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProvider.d.ts +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProvider.d.ts.map +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProvider.js +2 -2
- package/dist/components/ExploreManager/ExplorerManagerProvider.js.map +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProviderWithQueryParams.d.ts +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProviderWithQueryParams.d.ts.map +1 -1
- package/dist/components/ExploreManager/ExplorerManagerProviderWithQueryParams.js +2 -2
- package/dist/components/ExploreManager/ExplorerManagerProviderWithQueryParams.js.map +1 -1
- package/dist/components/ExploreManager/index.js +4 -4
- package/dist/components/ExploreManager/index.js.map +1 -1
- package/dist/components/ExploreManager/query-params.d.ts +5 -5
- package/dist/components/ExploreManager/query-params.js +3 -3
- package/dist/components/ExploreManager/query-params.js.map +1 -1
- package/dist/components/ExploreToolbar/ExploreToolbar.d.ts +2 -1
- package/dist/components/ExploreToolbar/ExploreToolbar.d.ts.map +1 -1
- package/dist/components/ExploreToolbar/ExploreToolbar.js +3 -3
- package/dist/components/ExploreToolbar/ExploreToolbar.js.map +1 -1
- package/dist/components/ExploreToolbar/index.js +1 -1
- package/dist/components/ExploreToolbar/index.js.map +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/test/setup-tests.d.ts +1 -1
- package/dist/test/setup-tests.d.ts.map +1 -1
- package/dist/test/setup-tests.js +3 -2
- package/dist/test/setup-tests.js.map +1 -1
- package/dist/views/ViewExplore/ViewExplore.d.ts +4 -3
- package/dist/views/ViewExplore/ViewExplore.d.ts.map +1 -1
- package/dist/views/ViewExplore/ViewExplore.js +7 -7
- package/dist/views/ViewExplore/ViewExplore.js.map +1 -1
- package/dist/views/ViewExplore/ViewExploreApp.d.ts +1 -1
- package/dist/views/ViewExplore/ViewExploreApp.d.ts.map +1 -1
- package/dist/views/ViewExplore/ViewExploreApp.js +3 -3
- package/dist/views/ViewExplore/ViewExploreApp.js.map +1 -1
- package/dist/views/ViewExplore/index.js +1 -1
- package/dist/views/ViewExplore/index.js.map +1 -1
- package/dist/views/index.js +1 -1
- package/dist/views/index.js.map +1 -1
- package/package.json +11 -9
- package/dist/cjs/components/ExploreManager/ExploreManager.js +0 -152
- package/dist/cjs/components/ExploreManager/ExplorerManagerProvider.js +0 -84
- package/dist/cjs/components/ExploreManager/ExplorerManagerProviderWithQueryParams.js +0 -39
- package/dist/cjs/components/ExploreManager/index.js +0 -33
- package/dist/cjs/components/ExploreManager/query-params.js +0 -49
- package/dist/cjs/components/ExploreToolbar/ExploreToolbar.js +0 -60
- package/dist/cjs/components/ExploreToolbar/index.js +0 -30
- package/dist/cjs/components/index.js +0 -31
- package/dist/cjs/index.js +0 -31
- package/dist/cjs/test/setup-tests.js +0 -20
- package/dist/cjs/views/ViewExplore/ViewExplore.js +0 -66
- package/dist/cjs/views/ViewExplore/ViewExploreApp.js +0 -48
- package/dist/cjs/views/ViewExplore/index.js +0 -30
- package/dist/cjs/views/index.js +0 -30
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
// Copyright 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
|
-
Object.defineProperty(exports, "ViewExploreApp", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function() {
|
|
20
|
-
return ViewExploreApp;
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
const _jsxruntime = require("react/jsx-runtime");
|
|
24
|
-
const _material = require("@mui/material");
|
|
25
|
-
const _components = require("@perses-dev/components");
|
|
26
|
-
const _components1 = require("../../components");
|
|
27
|
-
function ViewExploreApp(props) {
|
|
28
|
-
const { exploreTitleComponent } = props;
|
|
29
|
-
const chartsTheme = (0, _components.useChartsTheme)();
|
|
30
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Box, {
|
|
31
|
-
sx: {
|
|
32
|
-
flexGrow: 1,
|
|
33
|
-
overflowX: 'hidden',
|
|
34
|
-
overflowY: 'auto',
|
|
35
|
-
display: 'flex',
|
|
36
|
-
flexDirection: 'column'
|
|
37
|
-
},
|
|
38
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_components.ChartsProvider, {
|
|
39
|
-
chartsTheme: chartsTheme,
|
|
40
|
-
enablePinning: false,
|
|
41
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_components1.ExplorerManagerProviderWithQueryParams, {
|
|
42
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_components1.ExploreManager, {
|
|
43
|
-
exploreTitleComponent: exploreTitleComponent
|
|
44
|
-
})
|
|
45
|
-
})
|
|
46
|
-
})
|
|
47
|
-
});
|
|
48
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
// Copyright 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
|
-
_export_star(require("./ViewExplore"), exports);
|
|
18
|
-
function _export_star(from, to) {
|
|
19
|
-
Object.keys(from).forEach(function(k) {
|
|
20
|
-
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
|
|
21
|
-
Object.defineProperty(to, k, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function() {
|
|
24
|
-
return from[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
return from;
|
|
30
|
-
}
|
package/dist/cjs/views/index.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
// Copyright 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
|
-
_export_star(require("./ViewExplore"), exports);
|
|
18
|
-
function _export_star(from, to) {
|
|
19
|
-
Object.keys(from).forEach(function(k) {
|
|
20
|
-
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
|
|
21
|
-
Object.defineProperty(to, k, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function() {
|
|
24
|
-
return from[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
return from;
|
|
30
|
-
}
|