@jupyterlab/debugger 4.2.0-beta.1 → 4.2.0-beta.3
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/README.md
ADDED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
// Copyright (c) Jupyter Development Team.
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
|
-
import {
|
|
3
|
+
import { UseSignal } from '@jupyterlab/ui-components';
|
|
4
4
|
import React from 'react';
|
|
5
|
+
import { Search } from '@jupyter/react-components';
|
|
5
6
|
const FilterBox = (props) => {
|
|
6
7
|
const onFilterChange = (e) => {
|
|
7
8
|
const filter = e.target.value;
|
|
8
9
|
props.model.filter = filter;
|
|
9
10
|
};
|
|
10
|
-
return (React.createElement(
|
|
11
|
+
return (React.createElement(Search, { onChange: onFilterChange, placeholder: "Filter the kernel sources", value: props.model.filter }));
|
|
11
12
|
};
|
|
12
13
|
/**
|
|
13
14
|
* A widget which hosts a input textbox to filter on file names.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../src/panels/kernelSources/filter.tsx"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAE3D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../src/panels/kernelSources/filter.tsx"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASnD,MAAM,SAAS,GAAG,CAAC,KAAsB,EAAE,EAAE;IAC3C,MAAM,cAAc,GAAG,CAAC,CAAM,EAAE,EAAE;QAChC,MAAM,MAAM,GAAI,CAAC,CAAC,MAA2B,CAAC,KAAK,CAAC;QACpD,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;IAC9B,CAAC,CAAC;IACF,OAAO,CACL,oBAAC,MAAM,IACL,QAAQ,EAAE,cAAc,EACxB,WAAW,EAAC,2BAA2B,EACvC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,GACzB,CACH,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,KAAsB,EAAE,EAAE;IAC5D,OAAO,CACL,oBAAC,SAAS,IACR,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,aAAa,EACjC,WAAW,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,IAE9B,KAAK,CAAC,EAAE,CAAC,oBAAC,SAAS,IAAC,KAAK,EAAE,KAAK,CAAC,KAAK,GAAI,CACjC,CACb,CAAC;AACJ,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/debugger",
|
|
3
|
-
"version": "4.2.0-beta.
|
|
3
|
+
"version": "4.2.0-beta.3",
|
|
4
4
|
"description": "JupyterLab - Debugger Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"build": "tsc -b",
|
|
42
42
|
"build:test": "tsc --build tsconfig.test.json",
|
|
43
43
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo && rimraf tsconfig.test.tsbuildinfo && rimraf tests/build",
|
|
44
|
-
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
|
|
45
44
|
"test": "jest -i",
|
|
46
45
|
"test:cov": "jest -i --collect-coverage",
|
|
47
46
|
"test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
|
|
@@ -51,22 +50,23 @@
|
|
|
51
50
|
"dependencies": {
|
|
52
51
|
"@codemirror/state": "^6.4.1",
|
|
53
52
|
"@codemirror/view": "^6.26.0",
|
|
53
|
+
"@jupyter/react-components": "^0.15.3",
|
|
54
54
|
"@jupyter/ydoc": "^2.0.1",
|
|
55
|
-
"@jupyterlab/application": "^4.2.0-beta.
|
|
56
|
-
"@jupyterlab/apputils": "^4.3.0-beta.
|
|
57
|
-
"@jupyterlab/cells": "^4.2.0-beta.
|
|
58
|
-
"@jupyterlab/codeeditor": "^4.2.0-beta.
|
|
59
|
-
"@jupyterlab/codemirror": "^4.2.0-beta.
|
|
60
|
-
"@jupyterlab/console": "^4.2.0-beta.
|
|
61
|
-
"@jupyterlab/coreutils": "^6.2.0-beta.
|
|
62
|
-
"@jupyterlab/docregistry": "^4.2.0-beta.
|
|
63
|
-
"@jupyterlab/fileeditor": "^4.2.0-beta.
|
|
64
|
-
"@jupyterlab/notebook": "^4.2.0-beta.
|
|
65
|
-
"@jupyterlab/observables": "^5.2.0-beta.
|
|
66
|
-
"@jupyterlab/rendermime": "^4.2.0-beta.
|
|
67
|
-
"@jupyterlab/services": "^7.2.0-beta.
|
|
68
|
-
"@jupyterlab/translation": "^4.2.0-beta.
|
|
69
|
-
"@jupyterlab/ui-components": "^4.2.0-beta.
|
|
55
|
+
"@jupyterlab/application": "^4.2.0-beta.3",
|
|
56
|
+
"@jupyterlab/apputils": "^4.3.0-beta.3",
|
|
57
|
+
"@jupyterlab/cells": "^4.2.0-beta.3",
|
|
58
|
+
"@jupyterlab/codeeditor": "^4.2.0-beta.3",
|
|
59
|
+
"@jupyterlab/codemirror": "^4.2.0-beta.3",
|
|
60
|
+
"@jupyterlab/console": "^4.2.0-beta.3",
|
|
61
|
+
"@jupyterlab/coreutils": "^6.2.0-beta.3",
|
|
62
|
+
"@jupyterlab/docregistry": "^4.2.0-beta.3",
|
|
63
|
+
"@jupyterlab/fileeditor": "^4.2.0-beta.3",
|
|
64
|
+
"@jupyterlab/notebook": "^4.2.0-beta.3",
|
|
65
|
+
"@jupyterlab/observables": "^5.2.0-beta.3",
|
|
66
|
+
"@jupyterlab/rendermime": "^4.2.0-beta.3",
|
|
67
|
+
"@jupyterlab/services": "^7.2.0-beta.3",
|
|
68
|
+
"@jupyterlab/translation": "^4.2.0-beta.3",
|
|
69
|
+
"@jupyterlab/ui-components": "^4.2.0-beta.3",
|
|
70
70
|
"@lumino/algorithm": "^2.0.1",
|
|
71
71
|
"@lumino/commands": "^2.3.0",
|
|
72
72
|
"@lumino/coreutils": "^2.1.2",
|
|
@@ -80,12 +80,11 @@
|
|
|
80
80
|
"react": "^18.2.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@jupyterlab/testing": "^4.2.0-beta.
|
|
83
|
+
"@jupyterlab/testing": "^4.2.0-beta.3",
|
|
84
84
|
"@types/jest": "^29.2.0",
|
|
85
85
|
"canvas": "^2.11.2",
|
|
86
86
|
"jest": "^29.2.0",
|
|
87
87
|
"rimraf": "~5.0.5",
|
|
88
|
-
"typedoc": "~0.24.7",
|
|
89
88
|
"typescript": "~5.1.6"
|
|
90
89
|
},
|
|
91
90
|
"publishConfig": {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
// Copyright (c) Jupyter Development Team.
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
3
|
|
|
4
|
-
import {
|
|
4
|
+
import { UseSignal } from '@jupyterlab/ui-components';
|
|
5
5
|
|
|
6
6
|
import React from 'react';
|
|
7
7
|
|
|
8
8
|
import { IDebugger } from '../../tokens';
|
|
9
9
|
|
|
10
|
+
import { Search } from '@jupyter/react-components';
|
|
11
|
+
|
|
10
12
|
/**
|
|
11
13
|
* The class name added to the filebrowser crumbs node.
|
|
12
14
|
*/
|
|
@@ -20,8 +22,7 @@ const FilterBox = (props: IFilterBoxProps) => {
|
|
|
20
22
|
props.model.filter = filter;
|
|
21
23
|
};
|
|
22
24
|
return (
|
|
23
|
-
<
|
|
24
|
-
type="text"
|
|
25
|
+
<Search
|
|
25
26
|
onChange={onFilterChange}
|
|
26
27
|
placeholder="Filter the kernel sources"
|
|
27
28
|
value={props.model.filter}
|