nbgitpuller-jl-interface 0.4.0__tar.gz → 1.0.1__tar.gz
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.
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/CHANGELOG.md +43 -2
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/PKG-INFO +12 -4
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/README.md +10 -2
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/_version.py +1 -1
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/labextension/package.json +6 -4
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/labextension/schemas/nbgitpuller-jl-interface/package.json.orig +5 -3
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/labextension/schemas/nbgitpuller-jl-interface/plugin.json +12 -6
- nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/228.245a6092c20b0342.js +1 -0
- nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/51.0594137e7dced1ce.js +19 -0
- nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/89.2bf06099fe324586.js +85 -0
- nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/remoteEntry.191e77b3a3132f0f.js +6 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/labextension/static/style.js +1 -1
- nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/third-party-licenses.json +58 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/routes.py +1 -1
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/utils.py +14 -2
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/package.json +5 -3
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/schema/plugin.json +12 -6
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/src/__tests__/nbgitpuller_jb_interface.spec.ts +66 -3
- nbgitpuller_jl_interface-1.0.1/src/declarations.d.ts +2 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/src/index.ts +20 -4
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/src/utils.ts +98 -36
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/yarn.lock +1556 -2283
- nbgitpuller_jl_interface-0.4.0/nbgitpuller_jl_interface/labextension/static/293.24f6a6ad6689d54e2835.js +0 -1
- nbgitpuller_jl_interface-0.4.0/nbgitpuller_jl_interface/labextension/static/728.1316db9caad2256ea253.js +0 -1
- nbgitpuller_jl_interface-0.4.0/nbgitpuller_jl_interface/labextension/static/remoteEntry.b83083f7b0a432020f55.js +0 -1
- nbgitpuller_jl_interface-0.4.0/nbgitpuller_jl_interface/labextension/static/third-party-licenses.json +0 -16
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/.copier-answers.yml +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/.gitignore +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/.prettierignore +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/.vscode/settings.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/.yarnrc.yml +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/LICENSE +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/RELEASE.md +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/babel.config.js +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/conftest.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/install.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/jest.config.js +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/jupyter-config/server-config/nbgitpuller_jl_interface.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/__init__.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/tests/__init__.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/tests/test_routes.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/nbgitpuller_jl_interface/tests/test_utils.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/pyproject.toml +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/setup.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/src/request.ts +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/style/base.css +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/style/index.css +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/style/index.js +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/style/tmp_logo.svg +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/tsconfig.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/tsconfig.test.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/README.md +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/jupyter_server_test_config.py +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/package.json +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/playwright.config.js +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/tests/nbgitpuller_jl_interface.spec.ts +0 -0
- {nbgitpuller_jl_interface-0.4.0 → nbgitpuller_jl_interface-1.0.1}/ui-tests/yarn.lock +0 -0
|
@@ -2,6 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 1.0.1
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/compare/v1.0.0...42fd83a453d510913a2261235f02e4625ec2c8df))
|
|
8
|
+
|
|
9
|
+
### Enhancements made
|
|
10
|
+
|
|
11
|
+
- [OSL-4631, OSL-4762] replace tooltip with tippy tooltip [#11](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/11) ([@segallagher](https://github.com/segallagher), [@bbuechler](https://github.com/bbuechler))
|
|
12
|
+
- feat: add autoupdate settings option [#10](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/10) ([@dgpalmieri](https://github.com/dgpalmieri), [@emlundell](https://github.com/emlundell))
|
|
13
|
+
|
|
14
|
+
### Contributors to this release
|
|
15
|
+
|
|
16
|
+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
|
|
17
|
+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
|
|
18
|
+
|
|
19
|
+
([GitHub contributors page for this release](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/graphs/contributors?from=2026-04-22&to=2026-09-01&type=c))
|
|
20
|
+
|
|
21
|
+
@bbuechler ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Abbuechler+updated%3A2026-04-22..2026-09-01&type=Issues)) | @dgpalmieri ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Adgpalmieri+updated%3A2026-04-22..2026-09-01&type=Issues)) | @emlundell ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Aemlundell+updated%3A2026-04-22..2026-09-01&type=Issues)) | @segallagher ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Asegallagher+updated%3A2026-04-22..2026-09-01&type=Issues))
|
|
22
|
+
|
|
23
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
24
|
+
|
|
25
|
+
## 1.0.0
|
|
26
|
+
|
|
27
|
+
([Full Changelog](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/compare/v0.4.0...759fb6102164f8863a7b43141b34c915d43fe5bd))
|
|
28
|
+
|
|
29
|
+
### Enhancements made
|
|
30
|
+
|
|
31
|
+
- [OSL-4409] fix: improve formatting of error message [#9](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/9) ([@dgpalmieri](https://github.com/dgpalmieri), [@Alex-Lewandowski](https://github.com/Alex-Lewandowski), [@emlundell](https://github.com/emlundell))
|
|
32
|
+
- add additional check for if branch is valid [#7](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/7) ([@segallagher](https://github.com/segallagher), [@emlundell](https://github.com/emlundell))
|
|
33
|
+
|
|
34
|
+
### Documentation improvements
|
|
35
|
+
|
|
36
|
+
- refactor: reword notebooks to repositories [#8](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/8) ([@segallagher](https://github.com/segallagher), [@dgpalmieri](https://github.com/dgpalmieri), [@emlundell](https://github.com/emlundell))
|
|
37
|
+
- docs: add note about git cred prompting to readme [#6](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/pull/6) ([@dgpalmieri](https://github.com/dgpalmieri), [@segallagher](https://github.com/segallagher))
|
|
38
|
+
|
|
39
|
+
### Contributors to this release
|
|
40
|
+
|
|
41
|
+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
|
|
42
|
+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
|
|
43
|
+
|
|
44
|
+
([GitHub contributors page for this release](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/graphs/contributors?from=2026-04-15&to=2026-04-22&type=c))
|
|
45
|
+
|
|
46
|
+
@Alex-Lewandowski ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3AAlex-Lewandowski+updated%3A2026-04-15..2026-04-22&type=Issues)) | @dgpalmieri ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Adgpalmieri+updated%3A2026-04-15..2026-04-22&type=Issues)) | @emlundell ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Aemlundell+updated%3A2026-04-15..2026-04-22&type=Issues)) | @segallagher ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Asegallagher+updated%3A2026-04-15..2026-04-22&type=Issues))
|
|
47
|
+
|
|
5
48
|
## 0.4.0
|
|
6
49
|
|
|
7
50
|
([Full Changelog](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/compare/v0.3.0...c0858bae9a3c63097a47872caeb0332071433e10))
|
|
@@ -19,8 +62,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
|
|
|
19
62
|
|
|
20
63
|
@bbuechler ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Abbuechler+updated%3A2026-04-10..2026-04-15&type=Issues)) | @dgpalmieri ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Adgpalmieri+updated%3A2026-04-10..2026-04-15&type=Issues)) | @segallagher ([activity](https://github.com/search?q=repo%3AASFOpenSARlab%2Fnbgitpuller-jl-interface+involves%3Asegallagher+updated%3A2026-04-10..2026-04-15&type=Issues))
|
|
21
64
|
|
|
22
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
23
|
-
|
|
24
65
|
## 0.3.0
|
|
25
66
|
|
|
26
67
|
([Full Changelog](https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/compare/v0.2.5...eab8732c960fecc43d3cda8560330cc3b692a5bf))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
2
|
Name: nbgitpuller_jl_interface
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A human interface with nbgitpuller in JupyterBook
|
|
5
5
|
Project-URL: Homepage, https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/ASFOpenSARlab/nbgitpuller-jl-interface/issues
|
|
@@ -111,6 +111,14 @@ the frontend extension, check the frontend extension is installed:
|
|
|
111
111
|
jupyter labextension list
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
+
If `git` is asking for credentials on the command line when deployed locally
|
|
115
|
+
(you may have mistyped your url!), add the following lines to `~/.gitconfig`:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
[credential "https://github.com"]
|
|
119
|
+
helper = !/usr/bin/gh auth git-credential
|
|
120
|
+
```
|
|
121
|
+
|
|
114
122
|
## Contributing
|
|
115
123
|
|
|
116
124
|
### Development install
|
|
@@ -131,14 +139,14 @@ source .venv/bin/activate
|
|
|
131
139
|
pip install --editable ".[dev,test]"
|
|
132
140
|
|
|
133
141
|
# Link your development version of the extension with JupyterLab
|
|
134
|
-
jupyter
|
|
142
|
+
jupyter-builder develop . --overwrite
|
|
135
143
|
# Server extension must be manually installed in develop mode
|
|
136
144
|
jupyter server extension enable nbgitpuller_jl_interface
|
|
137
145
|
|
|
138
146
|
# Rebuild extension Typescript source after making changes
|
|
139
147
|
# IMPORTANT: Unlike the steps above which are performed only once, do this step
|
|
140
148
|
# every time you make a change.
|
|
141
|
-
|
|
149
|
+
jupyter-builder build
|
|
142
150
|
```
|
|
143
151
|
|
|
144
152
|
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
|
|
@@ -45,6 +45,14 @@ the frontend extension, check the frontend extension is installed:
|
|
|
45
45
|
jupyter labextension list
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
If `git` is asking for credentials on the command line when deployed locally
|
|
49
|
+
(you may have mistyped your url!), add the following lines to `~/.gitconfig`:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
[credential "https://github.com"]
|
|
53
|
+
helper = !/usr/bin/gh auth git-credential
|
|
54
|
+
```
|
|
55
|
+
|
|
48
56
|
## Contributing
|
|
49
57
|
|
|
50
58
|
### Development install
|
|
@@ -65,14 +73,14 @@ source .venv/bin/activate
|
|
|
65
73
|
pip install --editable ".[dev,test]"
|
|
66
74
|
|
|
67
75
|
# Link your development version of the extension with JupyterLab
|
|
68
|
-
jupyter
|
|
76
|
+
jupyter-builder develop . --overwrite
|
|
69
77
|
# Server extension must be manually installed in develop mode
|
|
70
78
|
jupyter server extension enable nbgitpuller_jl_interface
|
|
71
79
|
|
|
72
80
|
# Rebuild extension Typescript source after making changes
|
|
73
81
|
# IMPORTANT: Unlike the steps above which are performed only once, do this step
|
|
74
82
|
# every time you make a change.
|
|
75
|
-
|
|
83
|
+
jupyter-builder build
|
|
76
84
|
```
|
|
77
85
|
|
|
78
86
|
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nbgitpuller-jl-interface",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A human interface with nbgitpuller in JupyterBook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -61,15 +61,17 @@
|
|
|
61
61
|
"@jupyterlab/apputils": "^4.6.6",
|
|
62
62
|
"@jupyterlab/coreutils": "^6.0.0",
|
|
63
63
|
"@jupyterlab/services": "^7.0.0",
|
|
64
|
-
"@jupyterlab/settingregistry": "^4.5.6"
|
|
64
|
+
"@jupyterlab/settingregistry": "^4.5.6",
|
|
65
|
+
"tippy.js": "^6.3.7"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
|
-
"@
|
|
68
|
+
"@jupyter/builder": "^0.0.9",
|
|
68
69
|
"@jupyterlab/testutils": "^4.0.0",
|
|
69
70
|
"@types/jest": "^29.2.0",
|
|
70
71
|
"@types/json-schema": "^7.0.11",
|
|
71
72
|
"@types/react": "^18.0.26",
|
|
72
73
|
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
|
74
|
+
"@types/tippy.js": "^6.3.0",
|
|
73
75
|
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
74
76
|
"@typescript-eslint/parser": "^6.1.0",
|
|
75
77
|
"css-loader": "^6.7.1",
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
"outputDir": "nbgitpuller_jl_interface/labextension",
|
|
118
120
|
"schemaDir": "schema",
|
|
119
121
|
"_build": {
|
|
120
|
-
"load": "static/remoteEntry.
|
|
122
|
+
"load": "static/remoteEntry.191e77b3a3132f0f.js",
|
|
121
123
|
"extension": "./extension",
|
|
122
124
|
"style": "./style"
|
|
123
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nbgitpuller-jl-interface",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A human interface with nbgitpuller in JupyterBook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -61,15 +61,17 @@
|
|
|
61
61
|
"@jupyterlab/apputils": "^4.6.6",
|
|
62
62
|
"@jupyterlab/coreutils": "^6.0.0",
|
|
63
63
|
"@jupyterlab/services": "^7.0.0",
|
|
64
|
-
"@jupyterlab/settingregistry": "^4.5.6"
|
|
64
|
+
"@jupyterlab/settingregistry": "^4.5.6",
|
|
65
|
+
"tippy.js": "^6.3.7"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
|
-
"@
|
|
68
|
+
"@jupyter/builder": "^0.0.9",
|
|
68
69
|
"@jupyterlab/testutils": "^4.0.0",
|
|
69
70
|
"@types/jest": "^29.2.0",
|
|
70
71
|
"@types/json-schema": "^7.0.11",
|
|
71
72
|
"@types/react": "^18.0.26",
|
|
72
73
|
"@types/react-addons-linked-state-mixin": "^0.14.22",
|
|
74
|
+
"@types/tippy.js": "^6.3.0",
|
|
73
75
|
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
74
76
|
"@typescript-eslint/parser": "^6.1.0",
|
|
75
77
|
"css-loader": "^6.7.1",
|
|
@@ -10,6 +10,18 @@
|
|
|
10
10
|
"description": "Reloads widget, useful if you want to change your settings",
|
|
11
11
|
"default": true
|
|
12
12
|
},
|
|
13
|
+
"autoUpdateWidget": {
|
|
14
|
+
"type": "boolean",
|
|
15
|
+
"title": "Automatic Updates",
|
|
16
|
+
"description": "Automatically pulls in the latest changes to all repositories on server start.",
|
|
17
|
+
"default": true
|
|
18
|
+
},
|
|
19
|
+
"probeInterval": {
|
|
20
|
+
"type": "number",
|
|
21
|
+
"title": "Probe Interval",
|
|
22
|
+
"description": "The interval in ms between probes for repository updates.",
|
|
23
|
+
"default": 900000
|
|
24
|
+
},
|
|
13
25
|
"repos": {
|
|
14
26
|
"type": "array",
|
|
15
27
|
"title": "Repositories",
|
|
@@ -29,12 +41,6 @@
|
|
|
29
41
|
"title": "Relative Rank",
|
|
30
42
|
"description": "Relative rank of feature. The bigger the number, the further to the right.",
|
|
31
43
|
"default": 1000
|
|
32
|
-
},
|
|
33
|
-
"probeInterval": {
|
|
34
|
-
"type": "number",
|
|
35
|
-
"title": "Probe Interval",
|
|
36
|
-
"description": "The interval in ms between probes for repository updates.",
|
|
37
|
-
"default": 900000
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"additionalProperties": false
|
nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/228.245a6092c20b0342.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunknbgitpuller_jl_interface=self.webpackChunknbgitpuller_jl_interface||[]).push([["228"],{383(e,t,n){function r(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function o(e){var t=r(e).Element;return e instanceof t||e instanceof Element}function i(e){var t=r(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function a(e){if("u"<typeof ShadowRoot)return!1;var t=r(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}n.r(t),n.d(t,{sticky:()=>tr,animateFill:()=>e9,createSingleton:()=>e6,default:()=>ti,delegate:()=>e8,hideAll:()=>e2,roundArrow:()=>ef,inlinePositioning:()=>tn,followCursor:()=>tt});var s,c,u,p,f,l=Math.max,d=Math.min,m=Math.round;function v(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function h(){return!/^((?!chrome|android).)*safari/i.test(v())}function g(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var a=e.getBoundingClientRect(),s=1,c=1;t&&i(e)&&(s=e.offsetWidth>0&&m(a.width)/e.offsetWidth||1,c=e.offsetHeight>0&&m(a.height)/e.offsetHeight||1);var u=(o(e)?r(e):window).visualViewport,p=!h()&&n,f=(a.left+(p&&u?u.offsetLeft:0))/s,l=(a.top+(p&&u?u.offsetTop:0))/c,d=a.width/s,v=a.height/c;return{width:d,height:v,top:l,right:f+d,bottom:l+v,left:f,x:f,y:l}}function b(e){var t=r(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function y(e){return e?(e.nodeName||"").toLowerCase():null}function w(e){return((o(e)?e.ownerDocument:e.document)||window.document).documentElement}function x(e){return g(w(e)).left+b(e).scrollLeft}function O(e){return r(e).getComputedStyle(e)}function E(e){var t=O(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function A(e){var t=g(e),n=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(t.width-n)&&(n=t.width),1>=Math.abs(t.height-r)&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function T(e){return"html"===y(e)?e:e.assignedSlot||e.parentNode||(a(e)?e.host:null)||w(e)}function C(e,t){void 0===t&&(t=[]);var n,o=function e(t){return["html","body","#document"].indexOf(y(t))>=0?t.ownerDocument.body:i(t)&&E(t)?t:e(T(t))}(e),a=o===(null==(n=e.ownerDocument)?void 0:n.body),s=r(o),c=a?[s].concat(s.visualViewport||[],E(o)?o:[]):o,u=t.concat(c);return a?u:u.concat(C(T(c)))}function j(e){return i(e)&&"fixed"!==O(e).position?e.offsetParent:null}function D(e){for(var t=r(e),n=j(e);n&&["table","td","th"].indexOf(y(n))>=0&&"static"===O(n).position;)n=j(n);return n&&("html"===y(n)||"body"===y(n)&&"static"===O(n).position)?t:n||function(e){var t=/firefox/i.test(v());if(/Trident/i.test(v())&&i(e)&&"fixed"===O(e).position)return null;var n=T(e);for(a(n)&&(n=n.host);i(n)&&0>["html","body"].indexOf(y(n));){var r=O(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}var L="bottom",k="right",P="left",M="auto",R=["top",L,k,P],V="start",B="viewport",H="popper",S=R.reduce(function(e,t){return e.concat([t+"-"+V,t+"-end"])},[]),W=[].concat(R,[M]).reduce(function(e,t){return e.concat([t,t+"-"+V,t+"-end"])},[]),I=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"],N={placement:"bottom",modifiers:[],strategy:"absolute"};function U(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(e){return!(e&&"function"==typeof e.getBoundingClientRect)})}var _={passive:!0};function q(e){return e.split("-")[0]}function F(e){return e.split("-")[1]}function X(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Y(e){var t,n=e.reference,r=e.element,o=e.placement,i=o?q(o):null,a=o?F(o):null,s=n.x+n.width/2-r.width/2,c=n.y+n.height/2-r.height/2;switch(i){case"top":t={x:s,y:n.y-r.height};break;case L:t={x:s,y:n.y+n.height};break;case k:t={x:n.x+n.width,y:c};break;case P:t={x:n.x-r.width,y:c};break;default:t={x:n.x,y:n.y}}var u=i?X(i):null;if(null!=u){var p="y"===u?"height":"width";switch(a){case V:t[u]=t[u]-(n[p]/2-r[p]/2);break;case"end":t[u]=t[u]+(n[p]/2-r[p]/2)}}return t}var z={top:"auto",right:"auto",bottom:"auto",left:"auto"};function $(e){var t,n,o,i,a,s,c,u=e.popper,p=e.popperRect,f=e.placement,l=e.variation,d=e.offsets,v=e.position,h=e.gpuAcceleration,g=e.adaptive,b=e.roundOffsets,y=e.isFixed,x=d.x,E=void 0===x?0:x,A=d.y,T=void 0===A?0:A,C="function"==typeof b?b({x:E,y:T}):{x:E,y:T};E=C.x,T=C.y;var j=d.hasOwnProperty("x"),M=d.hasOwnProperty("y"),R=P,V="top",B=window;if(g){var H=D(u),S="clientHeight",W="clientWidth";H===r(u)&&"static"!==O(H=w(u)).position&&"absolute"===v&&(S="scrollHeight",W="scrollWidth"),("top"===f||(f===P||f===k)&&"end"===l)&&(V=L,T-=(y&&H===B&&B.visualViewport?B.visualViewport.height:H[S])-p.height,T*=h?1:-1),(f===P||("top"===f||f===L)&&"end"===l)&&(R=k,E-=(y&&H===B&&B.visualViewport?B.visualViewport.width:H[W])-p.width,E*=h?1:-1)}var I=Object.assign({position:v},g&&z),N=!0===b?(t={x:E,y:T},n=r(u),o=t.x,i=t.y,{x:m(o*(a=n.devicePixelRatio||1))/a||0,y:m(i*a)/a||0}):{x:E,y:T};return(E=N.x,T=N.y,h)?Object.assign({},I,((c={})[V]=M?"0":"",c[R]=j?"0":"",c.transform=1>=(B.devicePixelRatio||1)?"translate("+E+"px, "+T+"px)":"translate3d("+E+"px, "+T+"px, 0)",c)):Object.assign({},I,((s={})[V]=M?T+"px":"",s[R]=j?E+"px":"",s.transform="",s))}let J={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];i(o)&&y(o)&&(Object.assign(o.style,n),Object.keys(r).forEach(function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],o=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});i(r)&&y(r)&&(Object.assign(r.style,a),Object.keys(o).forEach(function(e){r.removeAttribute(e)}))})}},requires:["computeStyles"]};var G={left:"right",right:"left",bottom:"top",top:"bottom"};function K(e){return e.replace(/left|right|bottom|top/g,function(e){return G[e]})}var Q={start:"end",end:"start"};function Z(e){return e.replace(/start|end/g,function(e){return Q[e]})}function ee(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&a(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function et(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function en(e,t,n){var i,a,s,c,u,p,f,d,m,v;return t===B?et(function(e,t){var n=r(e),o=w(e),i=n.visualViewport,a=o.clientWidth,s=o.clientHeight,c=0,u=0;if(i){a=i.width,s=i.height;var p=h();(p||!p&&"fixed"===t)&&(c=i.offsetLeft,u=i.offsetTop)}return{width:a,height:s,x:c+x(e),y:u}}(e,n)):o(t)?((i=g(t,!1,"fixed"===n)).top=i.top+t.clientTop,i.left=i.left+t.clientLeft,i.bottom=i.top+t.clientHeight,i.right=i.left+t.clientWidth,i.width=t.clientWidth,i.height=t.clientHeight,i.x=i.left,i.y=i.top,i):et((a=w(e),c=w(a),u=b(a),p=null==(s=a.ownerDocument)?void 0:s.body,f=l(c.scrollWidth,c.clientWidth,p?p.scrollWidth:0,p?p.clientWidth:0),d=l(c.scrollHeight,c.clientHeight,p?p.scrollHeight:0,p?p.clientHeight:0),m=-u.scrollLeft+x(a),v=-u.scrollTop,"rtl"===O(p||c).direction&&(m+=l(c.clientWidth,p?p.clientWidth:0)-f),{width:f,height:d,x:m,y:v}))}function er(){return{top:0,right:0,bottom:0,left:0}}function eo(e){return Object.assign({},er(),e)}function ei(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function ea(e,t){void 0===t&&(t={});var n,r,a,s,c,u,p,f,m=t,v=m.placement,h=void 0===v?e.placement:v,b=m.strategy,x=void 0===b?e.strategy:b,E=m.boundary,A=m.rootBoundary,j=m.elementContext,P=void 0===j?H:j,M=m.altBoundary,V=m.padding,S=void 0===V?0:V,W=eo("number"!=typeof S?S:ei(S,R)),I=e.rects.popper,N=e.elements[void 0!==M&&M?P===H?"reference":H:P],U=(n=o(N)?N:N.contextElement||w(e.elements.popper),r=void 0===E?"clippingParents":E,a=void 0===A?B:A,p=(u=[].concat("clippingParents"===r?(s=C(T(n)),!o(c=["absolute","fixed"].indexOf(O(n).position)>=0&&i(n)?D(n):n)?[]:s.filter(function(e){return o(e)&&ee(e,c)&&"body"!==y(e)})):[].concat(r),[a]))[0],(f=u.reduce(function(e,t){var r=en(n,t,x);return e.top=l(r.top,e.top),e.right=d(r.right,e.right),e.bottom=d(r.bottom,e.bottom),e.left=l(r.left,e.left),e},en(n,p,x))).width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f),_=g(e.elements.reference),q=Y({reference:_,element:I,strategy:"absolute",placement:h}),F=et(Object.assign({},I,q)),X=P===H?F:_,z={top:U.top-X.top+W.top,bottom:X.bottom-U.bottom+W.bottom,left:U.left-X.left+W.left,right:X.right-U.right+W.right},$=e.modifiersData.offset;if(P===H&&$){var J=$[h];Object.keys(z).forEach(function(e){var t=[k,L].indexOf(e)>=0?1:-1,n=["top",L].indexOf(e)>=0?"y":"x";z[e]+=J[n]*t})}return z}function es(e,t,n){return l(e,d(t,n))}function ec(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function eu(e){return["top",k,L,P].some(function(t){return e[t]>=0})}var ep=(u=void 0===(c=(s={defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,o=e.options,i=o.scroll,a=void 0===i||i,s=o.resize,c=void 0===s||s,u=r(t.elements.popper),p=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&p.forEach(function(e){e.addEventListener("scroll",n.update,_)}),c&&u.addEventListener("resize",n.update,_),function(){a&&p.forEach(function(e){e.removeEventListener("scroll",n.update,_)}),c&&u.removeEventListener("resize",n.update,_)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=Y({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=n.adaptive,i=n.roundOffsets,a=void 0===i||i,s={placement:q(t.placement),variation:F(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:void 0===r||r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,$(Object.assign({},s,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:void 0===o||o,roundOffsets:a})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,$(Object.assign({},s,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},J,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.offset,i=void 0===o?[0,0]:o,a=W.reduce(function(e,n){var r,o,a,s,c,u;return e[n]=(r=t.rects,a=[P,"top"].indexOf(o=q(n))>=0?-1:1,c=(s="function"==typeof i?i(Object.assign({},r,{placement:n})):i)[0],u=s[1],c=c||0,u=(u||0)*a,[P,k].indexOf(o)>=0?{x:u,y:c}:{x:c,y:u}),e},{}),s=a[t.placement],c=s.x,u=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0===a||a,c=n.fallbackPlacements,u=n.padding,p=n.boundary,f=n.rootBoundary,l=n.altBoundary,d=n.flipVariations,m=void 0===d||d,v=n.allowedAutoPlacements,h=t.options.placement,g=q(h)===h,b=c||(g||!m?[K(h)]:function(e){if(q(e)===M)return[];var t=K(e);return[Z(e),t,Z(t)]}(h)),y=[h].concat(b).reduce(function(e,n){var r,o,i,a,s,c,l,d,h,g,b,y;return e.concat(q(n)===M?(o=(r={placement:n,boundary:p,rootBoundary:f,padding:u,flipVariations:m,allowedAutoPlacements:v}).placement,i=r.boundary,a=r.rootBoundary,s=r.padding,c=r.flipVariations,d=void 0===(l=r.allowedAutoPlacements)?W:l,0===(b=(g=(h=F(o))?c?S:S.filter(function(e){return F(e)===h}):R).filter(function(e){return d.indexOf(e)>=0})).length&&(b=g),Object.keys(y=b.reduce(function(e,n){return e[n]=ea(t,{placement:n,boundary:i,rootBoundary:a,padding:s})[q(n)],e},{})).sort(function(e,t){return y[e]-y[t]})):n)},[]),w=t.rects.reference,x=t.rects.popper,O=new Map,E=!0,A=y[0],T=0;T<y.length;T++){var C=y[T],j=q(C),D=F(C)===V,B=["top",L].indexOf(j)>=0,H=B?"width":"height",I=ea(t,{placement:C,boundary:p,rootBoundary:f,altBoundary:l,padding:u}),N=B?D?k:P:D?L:"top";w[H]>x[H]&&(N=K(N));var U=K(N),_=[];if(i&&_.push(I[j]<=0),s&&_.push(I[N]<=0,I[U]<=0),_.every(function(e){return e})){A=C,E=!1;break}O.set(C,_)}if(E)for(var X=m?3:1,Y=function(e){var t=y.find(function(t){var n=O.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return A=t,"break"},z=X;z>0&&"break"!==Y(z);z--);t.placement!==A&&(t.modifiersData[r]._skip=!0,t.placement=A,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,i=n.altAxis,a=n.boundary,s=n.rootBoundary,c=n.altBoundary,u=n.padding,p=n.tether,f=void 0===p||p,m=n.tetherOffset,v=void 0===m?0:m,h=ea(t,{boundary:a,rootBoundary:s,padding:u,altBoundary:c}),g=q(t.placement),b=F(t.placement),y=!b,w=X(g),x="x"===w?"y":"x",O=t.modifiersData.popperOffsets,E=t.rects.reference,T=t.rects.popper,C="function"==typeof v?v(Object.assign({},t.rects,{placement:t.placement})):v,j="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),M=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,R={x:0,y:0};if(O){if(void 0===o||o){var B,H="y"===w?"top":P,S="y"===w?L:k,W="y"===w?"height":"width",I=O[w],N=I+h[H],U=I-h[S],_=f?-T[W]/2:0,Y=b===V?E[W]:T[W],z=b===V?-T[W]:-E[W],$=t.elements.arrow,J=f&&$?A($):{width:0,height:0},G=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:er(),K=G[H],Q=G[S],Z=es(0,E[W],J[W]),ee=y?E[W]/2-_-Z-K-j.mainAxis:Y-Z-K-j.mainAxis,et=y?-E[W]/2+_+Z+Q+j.mainAxis:z+Z+Q+j.mainAxis,en=t.elements.arrow&&D(t.elements.arrow),eo=en?"y"===w?en.clientTop||0:en.clientLeft||0:0,ei=null!=(B=null==M?void 0:M[w])?B:0,ec=es(f?d(N,I+ee-ei-eo):N,I,f?l(U,I+et-ei):U);O[w]=ec,R[w]=ec-I}if(void 0!==i&&i){var eu,ep,ef="x"===w?"top":P,el="x"===w?L:k,ed=O[x],em="y"===x?"height":"width",ev=ed+h[ef],eh=ed-h[el],eg=-1!==["top",P].indexOf(g),eb=null!=(ep=null==M?void 0:M[x])?ep:0,ey=eg?ev:ed-E[em]-T[em]-eb+j.altAxis,ew=eg?ed+E[em]+T[em]-eb-j.altAxis:eh,ex=f&&eg?(eu=es(ey,ed,ew))>ew?ew:eu:es(f?ey:ev,ed,f?ew:eh);O[x]=ex,R[x]=ex-ed}t.modifiersData[r]=R}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,s=q(n.placement),c=X(s),u=[P,k].indexOf(s)>=0?"height":"width";if(i&&a){var p,f=(p=o.padding,eo("number"!=typeof(p="function"==typeof p?p(Object.assign({},n.rects,{placement:n.placement})):p)?p:ei(p,R))),l=A(i),d="y"===c?"top":P,m="y"===c?L:k,v=n.rects.reference[u]+n.rects.reference[c]-a[c]-n.rects.popper[u],h=a[c]-n.rects.reference[c],g=D(i),b=g?"y"===c?g.clientHeight||0:g.clientWidth||0:0,y=f[d],w=b-l[u]-f[m],x=b/2-l[u]/2+(v/2-h/2),O=es(y,x,w);n.modifiersData[r]=((t={})[c]=O,t.centerOffset=O-x,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null==r||("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&ee(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=ea(t,{elementContext:"reference"}),s=ea(t,{altBoundary:!0}),c=ec(a,r),u=ec(s,o,i),p=eu(c),f=eu(u);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:u,isReferenceHidden:p,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":f})}}]}).defaultModifiers)?[]:c,f=void 0===(p=s.defaultOptions)?N:p,function(e,t,n){void 0===n&&(n=f);var a,s,c={placement:"bottom",orderedModifiers:[],options:Object.assign({},N,f),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},p=[],l=!1,d={state:c,setOptions:function(n){var r,i,a,s,l,m,h="function"==typeof n?n(c.options):n;v(),c.options=Object.assign({},f,c.options,h),c.scrollParents={reference:o(e)?C(e):e.contextElement?C(e.contextElement):[],popper:C(t)};var g=(i=Object.keys(r=[].concat(u,c.options.modifiers).reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{})).map(function(e){return r[e]}),a=new Map,s=new Set,l=[],i.forEach(function(e){a.set(e.name,e)}),i.forEach(function(e){s.has(e.name)||function e(t){s.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach(function(t){if(!s.has(t)){var n=a.get(t);n&&e(n)}}),l.push(t)}(e)}),m=l,I.reduce(function(e,t){return e.concat(m.filter(function(e){return e.phase===t}))},[]));return c.orderedModifiers=g.filter(function(e){return e.enabled}),c.orderedModifiers.forEach(function(e){var t=e.name,n=e.options,r=e.effect;if("function"==typeof r){var o=r({state:c,name:t,instance:d,options:void 0===n?{}:n});p.push(o||function(){})}}),d.update()},forceUpdate:function(){if(!l){var e=c.elements,t=e.reference,n=e.popper;if(U(t,n)){c.rects={reference:(o=D(n),a="fixed"===c.options.strategy,s=i(o),v=i(o)&&(p=m((u=o.getBoundingClientRect()).width)/o.offsetWidth||1,f=m(u.height)/o.offsetHeight||1,1!==p||1!==f),h=w(o),O=g(t,v,a),T={scrollLeft:0,scrollTop:0},C={x:0,y:0},(s||!s&&!a)&&(("body"!==y(o)||E(h))&&(T=function(e){return e!==r(e)&&i(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:b(e)}(o)),i(o)?(C=g(o,!0),C.x+=o.clientLeft,C.y+=o.clientTop):h&&(C.x=x(h))),{x:O.left+T.scrollLeft-C.x,y:O.top+T.scrollTop-C.y,width:O.width,height:O.height}),popper:A(n)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach(function(e){return c.modifiersData[e.name]=Object.assign({},e.data)});for(var o,a,s,u,p,f,v,h,O,T,C,j=0;j<c.orderedModifiers.length;j++){if(!0===c.reset){c.reset=!1,j=-1;continue}var L=c.orderedModifiers[j],k=L.fn,P=L.options,M=void 0===P?{}:P,R=L.name;"function"==typeof k&&(c=k({state:c,options:M,name:R,instance:d})||c)}}}},update:(a=function(){return new Promise(function(e){d.forceUpdate(),e(c)})},function(){return s||(s=new Promise(function(e){Promise.resolve().then(function(){s=void 0,e(a())})})),s}),destroy:function(){v(),l=!0}};if(!U(e,t))return d;function v(){p.forEach(function(e){return e()}),p=[]}return d.setOptions(n).then(function(e){!l&&n.onFirstUpdate&&n.onFirstUpdate(e)}),d}),ef='<svg width="16" height="6" xmlns="http://www.w3.org/2000/svg"><path d="M0 6s1.796-.013 4.67-3.615C5.851.9 6.93.006 8 0c1.07-.006 2.148.887 3.343 2.385C14.233 6.005 16 6 16 6H0z"></svg>',el="tippy-content",ed="tippy-backdrop",em="tippy-arrow",ev="tippy-svg-arrow",eh={passive:!0,capture:!0},eg=function(){return document.body};function eb(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function ey(e,t){var n=({}).toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function ew(e,t){return"function"==typeof e?e.apply(void 0,t):e}function ex(e,t){var n;return 0===t?e:function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)}}function eO(e,t){var n=Object.assign({},e);return t.forEach(function(e){delete n[e]}),n}function eE(e){return[].concat(e)}function eA(e,t){-1===e.indexOf(t)&&e.push(t)}function eT(e){return e.split("-")[0]}function eC(e){return[].slice.call(e)}function ej(e){return Object.keys(e).reduce(function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t},{})}function eD(){return document.createElement("div")}function eL(e){return["Element","Fragment"].some(function(t){return ey(e,t)})}function ek(e){return ey(e,"MouseEvent")}function eP(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function eM(e,t){e.forEach(function(e){e&&(e.style.transitionDuration=t+"ms")})}function eR(e,t){e.forEach(function(e){e&&e.setAttribute("data-state",t)})}function eV(e){var t,n=eE(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function eB(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(t){e[r](t,n)})}function eH(e,t){for(var n,r=t;r;){if(e.contains(r))return!0;r=null==r.getRootNode||null==(n=r.getRootNode())?void 0:n.host}return!1}var eS={isTouch:!1},eW=0;function eI(){!eS.isTouch&&(eS.isTouch=!0,window.performance&&document.addEventListener("mousemove",eN))}function eN(){var e=performance.now();e-eW<20&&(eS.isTouch=!1,document.removeEventListener("mousemove",eN)),eW=e}function eU(){var e=document.activeElement;if(eP(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}var e_=!!("u">typeof window&&"u">typeof document)&&!!window.msCrypto,eq=Object.assign({appendTo:eg,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),eF=Object.keys(eq);function eX(e){var t=(e.plugins||[]).reduce(function(t,n){var r,o=n.name,i=n.defaultValue;return o&&(t[o]=void 0!==e[o]?e[o]:null!=(r=eq[o])?r:i),t},{});return Object.assign({},e,t)}function eY(e,t){var n,r=Object.assign({},t,{content:ew(t.content,[e])},t.ignoreAttributes?{}:((n=t.plugins)?Object.keys(eX(Object.assign({},eq,{plugins:n}))):eF).reduce(function(t,n){var r=(e.getAttribute("data-tippy-"+n)||"").trim();if(!r)return t;if("content"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t},{}));return r.aria=Object.assign({},eq.aria,r.aria),r.aria={expanded:"auto"===r.aria.expanded?t.interactive:r.aria.expanded,content:"auto"===r.aria.content?t.interactive?null:"describedby":r.aria.content},r}function ez(e,t){e.innerHTML=t}function e$(e){var t=eD();return!0===e?t.className=em:(t.className=ev,eL(e)?t.appendChild(e):ez(t,e)),t}function eJ(e,t){eL(t.content)?(ez(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?ez(e,t.content):e.textContent=t.content)}function eG(e){var t=e.firstElementChild,n=eC(t.children);return{box:t,content:n.find(function(e){return e.classList.contains(el)}),arrow:n.find(function(e){return e.classList.contains(em)||e.classList.contains(ev)}),backdrop:n.find(function(e){return e.classList.contains(ed)})}}function eK(e){var t=eD(),n=eD();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=eD();function o(n,r){var o=eG(t),i=o.box,a=o.content,s=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),(n.content!==r.content||n.allowHTML!==r.allowHTML)&&eJ(a,e.props),r.arrow?s?n.arrow!==r.arrow&&(i.removeChild(s),i.appendChild(e$(r.arrow))):i.appendChild(e$(r.arrow)):s&&i.removeChild(s)}return r.className=el,r.setAttribute("data-state","hidden"),eJ(r,e.props),t.appendChild(n),n.appendChild(r),o(e.props,e.props),{popper:t,onUpdate:o}}eK.$$tippy=!0;var eQ=1,eZ=[],e0=[];function e1(e,t){void 0===t&&(t={});var n,r=eq.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",eI,eh),window.addEventListener("blur",eU);var o=Object.assign({},t,{plugins:r}),i=(eL(n=e)?[n]:ey(n,"NodeList")?eC(n):Array.isArray(n)?n:eC(document.querySelectorAll(n))).reduce(function(e,t){var n=t&&function(e,t){var n,r,o,i,a,s,c,u,p=eY(e,Object.assign({},eq,eX(ej(t)))),f=!1,l=!1,d=!1,m=!1,v=[],h=ex(X,p.interactiveDebounce),g=eQ++,b=(n=p.plugins).filter(function(e,t){return n.indexOf(e)===t}),y={id:g,reference:e,popper:eD(),popperInstance:null,props:p,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:b,clearDelayTimeouts:function(){clearTimeout(r),clearTimeout(o),cancelAnimationFrame(i)},setProps:function(t){if(!y.state.isDestroyed){P("onBeforeUpdate",[y,t]),q();var n=y.props,r=eY(e,Object.assign({},n,ej(t),{ignoreAttributes:!0}));y.props=r,_(),n.interactiveDebounce!==r.interactiveDebounce&&(V(),h=ex(X,r.interactiveDebounce)),n.triggerTarget&&!r.triggerTarget?eE(n.triggerTarget).forEach(function(e){e.removeAttribute("aria-expanded")}):r.triggerTarget&&e.removeAttribute("aria-expanded"),R(),k(),O&&O(n,r),y.popperInstance&&(J(),K().forEach(function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})),P("onAfterUpdate",[y,t])}},setContent:function(e){y.setProps({content:e})},show:function(){var t=y.state.isVisible,n=y.state.isDestroyed,r=!y.state.isEnabled,o=eS.isTouch&&!y.props.touch,i=eb(y.props.duration,0,eq.duration);if(!(t||n||r||o||(u||e).hasAttribute("disabled"))&&(P("onShow",[y],!1),!1!==y.props.onShow(y))){if(y.state.isVisible=!0,j()&&(x.style.visibility="visible"),k(),W(),y.state.isMounted||(x.style.transition="none"),j()){var a,s,p,f=eG(x);eM([f.box,f.content],0)}c=function(){var e;if(y.state.isVisible&&!m){if(m=!0,x.offsetHeight,x.style.transition=y.props.moveTransition,j()&&y.props.animation){var t=eG(x),n=t.box,r=t.content;eM([n,r],i),eR([n,r],"visible")}M(),R(),eA(e0,y),null==(e=y.popperInstance)||e.forceUpdate(),P("onMount",[y]),y.props.animation&&j()&&N(i,function(){y.state.isShown=!0,P("onShown",[y])})}},s=y.props.appendTo,p=u||e,(a=y.props.interactive&&s===eg||"parent"===s?p.parentNode:ew(s,[p])).contains(x)||a.appendChild(x),y.state.isMounted=!0,J()}},hide:function(){var e=!y.state.isVisible,t=y.state.isDestroyed,n=!y.state.isEnabled,r=eb(y.props.duration,1,eq.duration);if(!e&&!t&&!n&&(P("onHide",[y],!1),!1!==y.props.onHide(y))){if(y.state.isVisible=!1,y.state.isShown=!1,m=!1,f=!1,j()&&(x.style.visibility="hidden"),V(),I(),k(!0),j()){var o,i=eG(x),a=i.box,s=i.content;y.props.animation&&(eM([a,s],r),eR([a,s],"hidden"))}(M(),R(),y.props.animation)?j()&&(o=y.unmount,N(r,function(){!y.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&o()})):y.unmount()}},hideWithInteractivity:function(e){D().addEventListener("mousemove",h),eA(eZ,h),h(e)},enable:function(){y.state.isEnabled=!0},disable:function(){y.hide(),y.state.isEnabled=!1},unmount:function(){y.state.isVisible&&y.hide(),y.state.isMounted&&(G(),K().forEach(function(e){e._tippy.unmount()}),x.parentNode&&x.parentNode.removeChild(x),e0=e0.filter(function(e){return e!==y}),y.state.isMounted=!1,P("onHidden",[y]))},destroy:function(){y.state.isDestroyed||(y.clearDelayTimeouts(),y.unmount(),q(),delete e._tippy,y.state.isDestroyed=!0,P("onDestroy",[y]))}};if(!p.render)return y;var w=p.render(y),x=w.popper,O=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+y.id,y.popper=x,e._tippy=y,x._tippy=y;var E=b.map(function(e){return e.fn(y)}),A=e.hasAttribute("aria-expanded");return _(),R(),k(),P("onCreate",[y]),p.showOnCreate&&Q(),x.addEventListener("mouseenter",function(){y.props.interactive&&y.state.isVisible&&y.clearDelayTimeouts()}),x.addEventListener("mouseleave",function(){y.props.interactive&&y.props.trigger.indexOf("mouseenter")>=0&&D().addEventListener("mousemove",h)}),y;function T(){var e=y.props.touch;return Array.isArray(e)?e:[e,0]}function C(){return"hold"===T()[0]}function j(){var e;return!!(null!=(e=y.props.render)&&e.$$tippy)}function D(){var t=(u||e).parentNode;return t?eV(t):document}function L(e){return y.state.isMounted&&!y.state.isVisible||eS.isTouch||a&&"focus"===a.type?0:eb(y.props.delay,+!e,eq.delay)}function k(e){void 0===e&&(e=!1),x.style.pointerEvents=y.props.interactive&&!e?"":"none",x.style.zIndex=""+y.props.zIndex}function P(e,t,n){if(void 0===n&&(n=!0),E.forEach(function(n){n[e]&&n[e].apply(n,t)}),n){var r;(r=y.props)[e].apply(r,t)}}function M(){var t=y.props.aria;if(t.content){var n="aria-"+t.content,r=x.id;eE(y.props.triggerTarget||e).forEach(function(e){var t=e.getAttribute(n);if(y.state.isVisible)e.setAttribute(n,t?t+" "+r:r);else{var o=t&&t.replace(r,"").trim();o?e.setAttribute(n,o):e.removeAttribute(n)}})}}function R(){!A&&y.props.aria.expanded&&eE(y.props.triggerTarget||e).forEach(function(t){y.props.interactive?t.setAttribute("aria-expanded",y.state.isVisible&&t===(u||e)?"true":"false"):t.removeAttribute("aria-expanded")})}function V(){D().removeEventListener("mousemove",h),eZ=eZ.filter(function(e){return e!==h})}function B(t){if(!eS.isTouch||!d&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!(y.props.interactive&&eH(x,n))){if(eE(y.props.triggerTarget||e).some(function(e){return eH(e,n)})){if(eS.isTouch||y.state.isVisible&&y.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[y,t]);!0===y.props.hideOnClick&&(y.clearDelayTimeouts(),y.hide(),l=!0,setTimeout(function(){l=!1}),y.state.isMounted||I())}}}function H(){d=!0}function S(){d=!1}function W(){var e=D();e.addEventListener("mousedown",B,!0),e.addEventListener("touchend",B,eh),e.addEventListener("touchstart",S,eh),e.addEventListener("touchmove",H,eh)}function I(){var e=D();e.removeEventListener("mousedown",B,!0),e.removeEventListener("touchend",B,eh),e.removeEventListener("touchstart",S,eh),e.removeEventListener("touchmove",H,eh)}function N(e,t){var n=eG(x).box;function r(e){e.target===n&&(eB(n,"remove",r),t())}if(0===e)return t();eB(n,"remove",s),eB(n,"add",r),s=r}function U(t,n,r){void 0===r&&(r=!1),eE(y.props.triggerTarget||e).forEach(function(e){e.addEventListener(t,n,r),v.push({node:e,eventType:t,handler:n,options:r})})}function _(){C()&&(U("touchstart",F,{passive:!0}),U("touchend",Y,{passive:!0})),y.props.trigger.split(/\s+/).filter(Boolean).forEach(function(e){if("manual"!==e)switch(U(e,F),e){case"mouseenter":U("mouseleave",Y);break;case"focus":U(e_?"focusout":"blur",z);break;case"focusin":U("focusout",z)}})}function q(){v.forEach(function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)}),v=[]}function F(e){var t,n=!1;if(!(!y.state.isEnabled||$(e))&&!l){var r=(null==(t=a)?void 0:t.type)==="focus";a=e,u=e.currentTarget,R(),!y.state.isVisible&&ek(e)&&eZ.forEach(function(t){return t(e)}),"click"===e.type&&(0>y.props.trigger.indexOf("mouseenter")||f)&&!1!==y.props.hideOnClick&&y.state.isVisible?n=!0:Q(e),"click"===e.type&&(f=!n),n&&!r&&Z(e)}}function X(t){var n,r,o,i=t.target,a=(u||e).contains(i)||x.contains(i);("mousemove"!==t.type||!a)&&(n=K().concat(x).map(function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:p}:null}).filter(Boolean),r=t.clientX,o=t.clientY,n.every(function(e){var t=e.popperRect,n=e.popperState,i=e.props.interactiveBorder,a=eT(n.placement),s=n.modifiersData.offset;if(!s)return!0;var c="bottom"===a?s.top.y:0,u="top"===a?s.bottom.y:0,p="right"===a?s.left.x:0,f="left"===a?s.right.x:0,l=t.top-o+c>i,d=o-t.bottom-u>i,m=t.left-r+p>i,v=r-t.right-f>i;return l||d||m||v})&&(V(),Z(t)))}function Y(e){if(!($(e)||y.props.trigger.indexOf("click")>=0&&f)){if(y.props.interactive)return void y.hideWithInteractivity(e);Z(e)}}function z(t){0>y.props.trigger.indexOf("focusin")&&t.target!==(u||e)||y.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||Z(t)}function $(e){return!!eS.isTouch&&C()!==e.type.indexOf("touch")>=0}function J(){G();var t=y.props,n=t.popperOptions,r=t.placement,o=t.offset,i=t.getReferenceClientRect,a=t.moveTransition,s=j()?eG(x).arrow:null,p=i?{getBoundingClientRect:i,contextElement:i.contextElement||u||e}:e,f=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(j()){var n=eG(x).box;["placement","reference-hidden","escaped"].forEach(function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)}),t.attributes.popper={}}}}];j()&&s&&f.push({name:"arrow",options:{element:s,padding:3}}),f.push.apply(f,(null==n?void 0:n.modifiers)||[]),y.popperInstance=ep(p,x,Object.assign({},n,{placement:r,onFirstUpdate:c,modifiers:f}))}function G(){y.popperInstance&&(y.popperInstance.destroy(),y.popperInstance=null)}function K(){return eC(x.querySelectorAll("[data-tippy-root]"))}function Q(e){y.clearDelayTimeouts(),e&&P("onTrigger",[y,e]),W();var t=L(!0),n=T(),o=n[0],i=n[1];eS.isTouch&&"hold"===o&&i&&(t=i),t?r=setTimeout(function(){y.show()},t):y.show()}function Z(e){if(y.clearDelayTimeouts(),P("onUntrigger",[y,e]),!y.state.isVisible)return void I();if(!(y.props.trigger.indexOf("mouseenter")>=0&&y.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0)||!f){var t=L(!1);t?o=setTimeout(function(){y.state.isVisible&&y.hide()},t):i=requestAnimationFrame(function(){y.hide()})}}}(t,o);return n&&e.push(n),e},[]);return eL(e)?i[0]:i}e1.defaultProps=eq,e1.setDefaultProps=function(e){Object.keys(e).forEach(function(t){eq[t]=e[t]})},e1.currentInput=eS;var e2=function(e){var t=void 0===e?{}:e,n=t.exclude,r=t.duration;e0.forEach(function(e){var t=!1;if(n&&(t=eP(n)?e.reference===n:e.popper===n.popper),!t){var o=e.props.duration;e.setProps({duration:r}),e.hide(),e.state.isDestroyed||e.setProps({duration:o})}})},e3=Object.assign({},J,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}}),e6=function(e,t){void 0===t&&(t={});var n,r,o=e,i=[],a=[],s=t.overrides,c=[],u=!1;function p(){a=o.map(function(e){return eE(e.props.triggerTarget||e.reference)}).reduce(function(e,t){return e.concat(t)},[])}function f(){i=o.map(function(e){return e.reference})}function l(e){o.forEach(function(t){e?t.enable():t.disable()})}function d(e){return o.map(function(t){var n=t.setProps;return t.setProps=function(o){n(o),t.reference===r&&e.setProps(o)},function(){t.setProps=n}})}function m(e,t){var n=a.indexOf(t);if(t!==r){r=t;var c=(s||[]).concat("content").reduce(function(e,t){return e[t]=o[n].props[t],e},{});e.setProps(Object.assign({},c,{getReferenceClientRect:"function"==typeof c.getReferenceClientRect?c.getReferenceClientRect:function(){var e;return null==(e=i[n])?void 0:e.getBoundingClientRect()}}))}}l(!1),f(),p();var v=e1(eD(),Object.assign({},eO(t,["overrides"]),{plugins:[{fn:function(){return{onDestroy:function(){l(!0)},onHidden:function(){r=null},onClickOutside:function(e){e.props.showOnCreate&&!u&&(u=!0,r=null)},onShow:function(e){e.props.showOnCreate&&!u&&(u=!0,m(e,i[0]))},onTrigger:function(e,t){m(e,t.currentTarget)}}}}].concat(t.plugins||[]),triggerTarget:a,popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((null==(n=t.popperOptions)?void 0:n.modifiers)||[],[e3])})})),h=v.show;v.show=function(e){if(h(),!r&&null==e)return m(v,i[0]);if(!r||null!=e){if("number"==typeof e)return i[e]&&m(v,i[e]);if(o.indexOf(e)>=0)return m(v,e.reference);if(i.indexOf(e)>=0)return m(v,e)}},v.showNext=function(){var e=i[0];if(!r)return v.show(0);var t=i.indexOf(r);v.show(i[t+1]||e)},v.showPrevious=function(){var e=i[i.length-1];if(!r)return v.show(e);var t=i.indexOf(r),n=i[t-1]||e;v.show(n)};var g=v.setProps;return v.setProps=function(e){s=e.overrides||s,g(e)},v.setInstances=function(e){l(!0),c.forEach(function(e){return e()}),o=e,l(!1),f(),p(),c=d(v),v.setProps({triggerTarget:a})},c=d(v),v},e5={mouseover:"mouseenter",focusin:"focus",click:"click"};function e8(e,t){var n=[],r=[],o=!1,i=t.target,a=eO(t,["target"]),s=Object.assign({},a,{trigger:"manual",touch:!1}),c=Object.assign({touch:eq.touch},a,{showOnCreate:!0}),u=e1(e,s);function p(e){if(!e.target||o)return;var n=e.target.closest(i);if(n){var a=n.getAttribute("data-tippy-trigger")||t.trigger||eq.trigger;if(!n._tippy&&("touchstart"!==e.type||"boolean"!=typeof c.touch)&&!("touchstart"!==e.type&&0>a.indexOf(e5[e.type]))){var s=e1(n,c);s&&(r=r.concat(s))}}}function f(e,t,r,o){void 0===o&&(o=!1),e.addEventListener(t,r,o),n.push({node:e,eventType:t,handler:r,options:o})}return eE(u).forEach(function(e){var t,i=e.destroy,a=e.enable,s=e.disable;e.destroy=function(e){void 0===e&&(e=!0),e&&r.forEach(function(e){e.destroy()}),r=[],n.forEach(function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)}),n=[],i()},e.enable=function(){a(),r.forEach(function(e){return e.enable()}),o=!1},e.disable=function(){s(),r.forEach(function(e){return e.disable()}),o=!0},f(t=e.reference,"touchstart",p,eh),f(t,"mouseover",p),f(t,"focusin",p),f(t,"click",p)}),u}var e9={name:"animateFill",defaultValue:!1,fn:function(e){if(!(null!=(n=e.props.render)&&n.$$tippy))return{};var t,n,r=eG(e.popper),o=r.box,i=r.content,a=e.props.animateFill?((t=eD()).className=ed,eR([t],"hidden"),t):null;return{onCreate:function(){a&&(o.insertBefore(a,o.firstElementChild),o.setAttribute("data-animatefill",""),o.style.overflow="hidden",e.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(a){var e=o.style.transitionDuration,t=Number(e.replace("ms",""));i.style.transitionDelay=Math.round(t/10)+"ms",a.style.transitionDuration=e,eR([a],"visible")}},onShow:function(){a&&(a.style.transitionDuration="0ms")},onHide:function(){a&&eR([a],"hidden")}}}},e4={clientX:0,clientY:0},e7=[];function te(e){e4={clientX:e.clientX,clientY:e.clientY}}var tt={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=eV(e.props.triggerTarget||t),r=!1,o=!1,i=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function c(){n.addEventListener("mousemove",f)}function u(){n.removeEventListener("mousemove",f)}function p(){r=!0,e.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||t.contains(n.target),o=e.props.followCursor,i=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),c=i-s.left,u=a-s.top;(r||!e.props.interactive)&&e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=i,r=a;"initial"===o&&(n=e.left+c,r=e.top+u);var s="horizontal"===o?e.top:r,p="vertical"===o?e.right:n,f="horizontal"===o?e.bottom:r,l="vertical"===o?e.left:n;return{width:p-l,height:f-s,top:s,right:p,bottom:f,left:l}}})}function l(){e.props.followCursor&&(e7.push({instance:e,doc:n}),n.addEventListener("mousemove",te))}function d(){0===(e7=e7.filter(function(t){return t.instance!==e})).filter(function(e){return e.doc===n}).length&&n.removeEventListener("mousemove",te)}return{onCreate:l,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var i=n.followCursor;!r&&void 0!==i&&a.followCursor!==i&&(d(),i?(l(),!e.state.isMounted||o||s()||c()):(u(),p()))},onMount:function(){e.props.followCursor&&!o&&(i&&(f(e4),i=!1),s()||c())},onTrigger:function(e,t){ek(t)&&(e4={clientX:t.clientX,clientY:t.clientY}),o="focus"===t.type},onHidden:function(){e.props.followCursor&&(p(),u(),i=!0)}}}},tn={name:"inlinePositioning",defaultValue:!1,fn:function(e){var t,n=e.reference,r=-1,o=!1,i=[],a={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(o){var a=o.state;e.props.inlinePositioning&&(-1!==i.indexOf(a.placement)&&(i=[]),t!==a.placement&&-1===i.indexOf(a.placement)&&(i.push(a.placement),e.setProps({getReferenceClientRect:function(){return function(e,t,n,r){if(n.length<2||null===e)return t;if(2===n.length&&r>=0&&n[0].left>n[1].right)return n[r]||t;switch(e){case"top":case"bottom":var o=n[0],i=n[n.length-1],a="top"===e,s=o.top,c=i.bottom,u=a?o.left:i.left,p=a?o.right:i.right;return{top:s,bottom:c,left:u,right:p,width:p-u,height:c-s};case"left":case"right":var f=Math.min.apply(Math,n.map(function(e){return e.left})),l=Math.max.apply(Math,n.map(function(e){return e.right})),d=n.filter(function(t){return"left"===e?t.left===f:t.right===l}),m=d[0].top,v=d[d.length-1].bottom;return{top:m,bottom:v,left:f,right:l,width:l-f,height:v-m};default:return t}}(eT(a.placement),n.getBoundingClientRect(),eC(n.getClientRects()),r)}})),t=a.placement)}};function s(){var t,n,r;o||(t=e.props,r={popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat(((null==(n=t.popperOptions)?void 0:n.modifiers)||[]).filter(function(e){return e.name!==a.name}),[a])})},o=!0,e.setProps(r),o=!1)}return{onCreate:s,onAfterUpdate:s,onTrigger:function(t,n){if(ek(n)){var o=eC(e.reference.getClientRects()),i=o.find(function(e){return e.left-2<=n.clientX&&e.right+2>=n.clientX&&e.top-2<=n.clientY&&e.bottom+2>=n.clientY}),a=o.indexOf(i);r=a>-1?a:r}},onHidden:function(){r=-1}}}},tr={name:"sticky",defaultValue:!1,fn:function(e){var t=e.reference,n=e.popper;function r(t){return!0===e.props.sticky||e.props.sticky===t}var o=null,i=null;return{onMount:function(){e.props.sticky&&function a(){var s=r("reference")?(e.popperInstance?e.popperInstance.state.elements.reference:t).getBoundingClientRect():null,c=r("popper")?n.getBoundingClientRect():null;(s&&to(o,s)||c&&to(i,c))&&e.popperInstance&&e.popperInstance.update(),o=s,i=c,e.state.isMounted&&requestAnimationFrame(a)}()}}}};function to(e,t){return!e||!t||e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left}e1.setDefaultProps({render:eK});let ti=e1}}]);
|
nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/51.0594137e7dced1ce.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";(self.webpackChunknbgitpuller_jl_interface=self.webpackChunknbgitpuller_jl_interface||[]).push([["51"],{302(t,e,r){let o,n;r.r(e),r.d(e,{getJupyterAppInstance:()=>D,default:()=>N});var a,i,p=r(704),l=r(86),s=r(660),c=r(215),d=r(975),u=r.n(d),f=r(72),g=r.n(f),h=r(825),b=r.n(h),y=r(659),m=r.n(y),v=r(56),x=r.n(v),w=r(540),U=r.n(w),T=r(113),E=r.n(T),j=r(2),I={};I.styleTagTransform=E(),I.setAttributes=x(),I.insert=m().bind(null,"head"),I.domAPI=b(),I.insertStyleElement=U(),g()(j.A,I),j.A&&j.A.locals&&j.A.locals;var k=r(26),C={};C.styleTagTransform=E(),C.setAttributes=x(),C.insert=m().bind(null,"head"),C.domAPI=b(),C.insertStyleElement=U(),g()(k.A,C),k.A&&k.A.locals&&k.A.locals;let A="nbgitpuller-jl-interface-update-btn",S=!1;async function R(t){let e=await B(t);if(await M(t),0!==e.length){let t="Failed to update the following repositories: \n";for(let r of e)t+=`- ${r.repo}
|
|
2
|
+
`;console.log(t+="If you require assistance with resolving this issue, please contact your platform administrators."),alert(t)}}async function P(t,e){let r=e.get("repos").composite,o=e.get("rank").composite,a=(0,l.find)(t.shell.widgets("top"),t=>t.id===A);a&&a.dispose();let p=new s.Widget;p.id=A,p.addClass("lm-Widget"),p.addClass("jp-ToolbarButton"),p.addClass("nbgitpuller-jl-interface-wrapper"),p.node.addEventListener("click",async()=>{S||(S=!0,await z(i.Updating,"Updating GitHub Repositories..."),await R(r),S=!1)}),t.shell.add(p,"top",{rank:o}),n=u()(`#${A}`,{content:"<p>Tooltip Created</p>",allowHTML:!0,theme:"light",placement:"bottom",interactive:!0,maxWidth:1e3})[0],await new Promise(t=>setTimeout(t,1e3)),await M(r),console.log("nbgitpuller-jl-interface settings loaded")}async function B(t){var e;let r=c.PageConfig.getBaseUrl(),o=c.URLExt.join(r,"nbgitpuller-jl-interface","gitpuller"),n=null==(e=document.cookie.split(";").find(t=>t.startsWith("_xsrf=")))?void 0:e.split("=")[1],a=[];for(let e of t){let t=e.repoUrl,r=e.branch,i=e.destPath,p=await fetch(o,{method:"POST",headers:{"Content-Type":"application/json","X-XSRFToken":null!=n?n:""},body:JSON.stringify({repositoryUrl:t,repositoryBranch:r,destination:i})}),l=await p.json();0!==l.returncode&&a.push({repo:t,reason:l.error})}return a}async function W(t){let e=t.get("repos").composite,r=t.get("probeInterval").composite;clearInterval(o),o=setInterval(async()=>{await M(e)},r)}async function $(t){var e;let r=[],o=[];for(let n of t){let t=n.repoUrl,a=n.branch,i=n.destPath,p=c.PageConfig.getBaseUrl(),l=c.URLExt.join(p,"nbgitpuller-jl-interface","update-check"),s=null==(e=document.cookie.split(";").find(t=>t.startsWith("_xsrf=")))?void 0:e.split("=")[1],d=await fetch(l,{method:"POST",headers:{"Content-Type":"application/json","X-XSRFToken":null!=s?s:""},body:JSON.stringify({repositoryUrl:t,repositoryBranch:a,destination:i})}),u=await d.json();0!==u.returncode?o.push(n):u.updatefound&&r.push(n)}return{response:{reposToBeUpdated:r,reposWithErrors:o},statuscode:0}}function L(t,e,r=!0){return`<p><a href="${t}"${r?' target="_blank"':""} style="white-space: nowrap; text-decoration-line: underline; color: #0000EE;">${e}</a></p>`}async function M(t){let e=await $(t);if(0===e.statuscode){let r,o,n=e.response;if(n.reposWithErrors.length>0){let t="";for(let e of n.reposWithErrors)t+=L(e.repoUrl,e.repoUrl);r=`
|
|
3
|
+
<div style="text-align: center;">
|
|
4
|
+
<p>${n.reposWithErrors.length} repositories with errors</p>
|
|
5
|
+
${t}
|
|
6
|
+
</div>
|
|
7
|
+
`,o=i.Error}else if(n.reposToBeUpdated.length>0){let t="";for(let e of n.reposToBeUpdated)t+=L(e.repoUrl,e.repoUrl);r=`
|
|
8
|
+
<div style="text-align: center;">
|
|
9
|
+
<p>${n.reposToBeUpdated.length} repositories awaiting updates</p>
|
|
10
|
+
${t}
|
|
11
|
+
</div>
|
|
12
|
+
`,o=i.UpdateRequired}else r=`
|
|
13
|
+
<div>
|
|
14
|
+
<p>${t.length} repositories up to date</p>
|
|
15
|
+
</div>
|
|
16
|
+
`,o=i.UpToDate;let a=await z(o,r);0!==a.returncode&&console.error(a)}}async function z(t,e){var r;let o,a=document.getElementById(A);if(!a)return{error:"Unable to find nbgitpuller widget",returncode:1};if(t===i.UpToDate)o='<p><span class="success">◉</span> Repositories Up to Date</p>';else if(t===i.Updating)o='<p><span class="lds-dual-ring"></span> Updating Repositories</p>';else if(t===i.UpdateRequired)o='<p><span class="pending blink">◉</span> Update Repositories</p>';else if(t===i.Error)o='<p><span class="failure blink">◉</span> Repository Update Error</p>';else{if(t!==i.Initializing)return{error:"Unknown widget state",returncode:2};o='<p><span class="">◉</span> Initializing</p>'}return r=o,null==n||n.setContent(e),a.innerHTML=`
|
|
17
|
+
<jp-button class="nbgitpuller-jl-interface-update-btn jp-ToolbarButtonComponent">
|
|
18
|
+
${r}
|
|
19
|
+
</jp-button>`,{error:"",returncode:0}}(a=i||(i={}))[a.UpToDate=0]="UpToDate",a[a.UpdateRequired=1]="UpdateRequired",a[a.Updating=2]="Updating",a[a.Error=3]="Error",a[a.Initializing=4]="Initializing";var J=r(68),q=r(676);let _=null;function D(t){if(!_&&t&&(_=t),!_)throw Error("App instance has not been initialized yet");return _}let F={id:"nbgitpuller-jl-interface:plugin",description:"A human interface with nbgitpuller in JupyterBook",autoStart:!0,optional:[],requires:[p.ILabShell,q.ICommandPalette,J.ISettingRegistry,p.JupyterFrontEnd.IPaths],activate:(t,e,r,o,n)=>{o?(Promise.all([t.restored,o.load(F.id)]).then(async([,e])=>{async function r(e){e.get("reloadWidget").composite&&(await P(t,e),await W(e),await e.set("reloadWidget",!1))}if(await e.set("reloadWidget",!0),e.get("autoUpdateWidget").composite){console.log("Pulling repos on auto update");let t=setInterval(()=>{let e=document.getElementById(A);console.log(e),e&&(e.click(),clearInterval(t))},1e3)}r(e),e.changed.connect(r),console.log("JupyterLab extension nbgitpuller-jl-interface is fully operational!")}).catch(t=>{console.error(`Something went wrong...${t}`)}),console.log("JupyterLab extension nbgitpuller-jl-interface is activated!")):console.log("Settings not found. nbgitpuller-jl-interface cannot be established.")}},N=F},2(t,e,r){r.d(e,{A:()=>p});var o=r(601),n=r.n(o),a=r(314),i=r.n(a)()(n());i.push([t.id,'.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}',""]);let p=i},26(t,e,r){r.d(e,{A:()=>p});var o=r(601),n=r.n(o),a=r(314),i=r.n(a)()(n());i.push([t.id,".tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}",""]);let p=i},314(t){t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r="",o=void 0!==e[5];return e[4]&&(r+="@supports (".concat(e[4],") {")),e[2]&&(r+="@media ".concat(e[2]," {")),o&&(r+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),r+=t(e),o&&(r+="}"),e[2]&&(r+="}"),e[4]&&(r+="}"),r}).join("")},e.i=function(t,r,o,n,a){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(o)for(var p=0;p<this.length;p++){var l=this[p][0];null!=l&&(i[l]=!0)}for(var s=0;s<t.length;s++){var c=[].concat(t[s]);o&&i[c[0]]||(void 0!==a&&(void 0===c[5]||(c[1]="@layer".concat(c[5].length>0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=a),r&&(c[2]&&(c[1]="@media ".concat(c[2]," {").concat(c[1],"}")),c[2]=r),n&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=n):c[4]="".concat(n)),e.push(c))}},e}},601(t){t.exports=function(t){return t[1]}},72(t){var e=[];function r(t){for(var r=-1,o=0;o<e.length;o++)if(e[o].identifier===t){r=o;break}return r}function o(t,o){for(var n={},a=[],i=0;i<t.length;i++){var p=t[i],l=o.base?p[0]+o.base:p[0],s=n[l]||0,c="".concat(l," ").concat(s);n[l]=s+1;var d=r(c),u={css:p[1],media:p[2],sourceMap:p[3],supports:p[4],layer:p[5]};if(-1!==d)e[d].references++,e[d].updater(u);else{var f=function(t,e){var r=e.domAPI(e);return r.update(t),function(e){e?(e.css!==t.css||e.media!==t.media||e.sourceMap!==t.sourceMap||e.supports!==t.supports||e.layer!==t.layer)&&r.update(t=e):r.remove()}}(u,o);o.byIndex=i,e.splice(i,0,{identifier:c,updater:f,references:1})}a.push(c)}return a}t.exports=function(t,n){var a=o(t=t||[],n=n||{});return function(t){t=t||[];for(var i=0;i<a.length;i++){var p=r(a[i]);e[p].references--}for(var l=o(t,n),s=0;s<a.length;s++){var c=r(a[s]);0===e[c].references&&(e[c].updater(),e.splice(c,1))}a=l}}},659(t){var e={};t.exports=function(t,r){var o=function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}e[t]=r}return e[t]}(t);if(!o)throw Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(r)}},540(t){t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},56(t,e,r){t.exports=function(t){var e=r.nc;e&&t.setAttribute("nonce",e)}},825(t){t.exports=function(t){if("u"<typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(r){var o,n,a;o="",r.supports&&(o+="@supports (".concat(r.supports,") {")),r.media&&(o+="@media ".concat(r.media," {")),(n=void 0!==r.layer)&&(o+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),o+=r.css,n&&(o+="}"),r.media&&(o+="}"),r.supports&&(o+="}"),(a=r.sourceMap)&&"u">typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),t.styleTagTransform(o,e,t.options)},remove:function(){var t;null===(t=e).parentNode||t.parentNode.removeChild(t)}}}},113(t){t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}}}]);
|
nbgitpuller_jl_interface-1.0.1/nbgitpuller_jl_interface/labextension/static/89.2bf06099fe324586.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";(self.webpackChunknbgitpuller_jl_interface=self.webpackChunknbgitpuller_jl_interface||[]).push([["89"],{475(e,t,r){r.d(t,{A:()=>s});var n=r(601),a=r.n(n),o=r(314),i=r.n(o)()(a());i.push([e.id,`/*
|
|
2
|
+
See the JupyterLab Developer Guide for useful CSS Patterns:
|
|
3
|
+
|
|
4
|
+
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* Manual button css */
|
|
8
|
+
.nbgitpuller-jl-interface-update-btn {
|
|
9
|
+
border: 1px solid #bdbdbd;
|
|
10
|
+
border-radius: 15px;
|
|
11
|
+
padding-right: 5px;
|
|
12
|
+
padding-left: 5px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* For jupyter created button css */
|
|
16
|
+
jp-button.nbgitpuller-jl-interface-update-btn {
|
|
17
|
+
border: 1px solid #bdbdbd;
|
|
18
|
+
border-radius: 15px;
|
|
19
|
+
padding-right: 5px;
|
|
20
|
+
padding-left: 5px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.nbgitpuller-jl-interface-wrapper {
|
|
24
|
+
padding-left: 10px !important;
|
|
25
|
+
padding-right: 10px !important;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
display: flex;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.success {
|
|
32
|
+
color: #5cb85c;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.pending {
|
|
36
|
+
color: #f29339;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.failure {
|
|
40
|
+
color: #d63124;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.blink {
|
|
44
|
+
animation: blinker-me-blinker 2s linear infinite;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@keyframes blinker-me-blinker {
|
|
48
|
+
50% {
|
|
49
|
+
opacity: 0;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* https://loading.io/css/ */
|
|
54
|
+
.lds-dual-ring,
|
|
55
|
+
.lds-dual-ring::after {
|
|
56
|
+
box-sizing: border-box;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.lds-dual-ring {
|
|
60
|
+
display: inline-block;
|
|
61
|
+
width: 10px;
|
|
62
|
+
height: 10px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.lds-dual-ring::after {
|
|
66
|
+
content: ' ';
|
|
67
|
+
display: block;
|
|
68
|
+
width: 10px;
|
|
69
|
+
height: 10px;
|
|
70
|
+
border-radius: 50%;
|
|
71
|
+
border: 1.6px solid currentcolor;
|
|
72
|
+
border-color: currentcolor transparent;
|
|
73
|
+
animation: lds-dual-ring 1.2s linear infinite;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@keyframes lds-dual-ring {
|
|
77
|
+
0% {
|
|
78
|
+
transform: rotate(0deg);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
100% {
|
|
82
|
+
transform: rotate(360deg);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
`,""]);let s=i},314(e){e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r}).join("")},t.i=function(e,r,n,a,o){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(n)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(i[c]=!0)}for(var l=0;l<e.length;l++){var d=[].concat(e[l]);n&&i[d[0]]||(void 0!==o&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=o),r&&(d[2]&&(d[1]="@media ".concat(d[2]," {").concat(d[1],"}")),d[2]=r),a&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=a):d[4]="".concat(a)),t.push(d))}},t}},601(e){e.exports=function(e){return e[1]}},72(e){var t=[];function r(e){for(var r=-1,n=0;n<t.length;n++)if(t[n].identifier===e){r=n;break}return r}function n(e,n){for(var a={},o=[],i=0;i<e.length;i++){var s=e[i],c=n.base?s[0]+n.base:s[0],l=a[c]||0,d="".concat(c," ").concat(l);a[c]=l+1;var u=r(d),p={css:s[1],media:s[2],sourceMap:s[3],supports:s[4],layer:s[5]};if(-1!==u)t[u].references++,t[u].updater(p);else{var f=function(e,t){var r=t.domAPI(t);return r.update(e),function(t){t?(t.css!==e.css||t.media!==e.media||t.sourceMap!==e.sourceMap||t.supports!==e.supports||t.layer!==e.layer)&&r.update(e=t):r.remove()}}(p,n);n.byIndex=i,t.splice(i,0,{identifier:d,updater:f,references:1})}o.push(d)}return o}e.exports=function(e,a){var o=n(e=e||[],a=a||{});return function(e){e=e||[];for(var i=0;i<o.length;i++){var s=r(o[i]);t[s].references--}for(var c=n(e,a),l=0;l<o.length;l++){var d=r(o[l]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}o=c}}},659(e){var t={};e.exports=function(e,r){var n=function(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[e]=r}return t[e]}(e);if(!n)throw Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},540(e){e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},56(e,t,r){e.exports=function(e){var t=r.nc;t&&e.setAttribute("nonce",t)}},825(e){e.exports=function(e){if("u"<typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(r){var n,a,o;n="",r.supports&&(n+="@supports (".concat(r.supports,") {")),r.media&&(n+="@media ".concat(r.media," {")),(a=void 0!==r.layer)&&(n+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),n+=r.css,a&&(n+="}"),r.media&&(n+="}"),r.supports&&(n+="}"),(o=r.sourceMap)&&"u">typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(n,t,e.options)},remove:function(){var e;null===(e=t).parentNode||e.parentNode.removeChild(e)}}}},113(e){e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},456(e,t,r){var n=r(72),a=r.n(n),o=r(825),i=r.n(o),s=r(659),c=r.n(s),l=r(56),d=r.n(l),u=r(540),p=r.n(u),f=r(113),b=r.n(f),h=r(475),m={};m.styleTagTransform=b(),m.setAttributes=d(),m.insert=c().bind(null,"head"),m.domAPI=i(),m.insertStyleElement=p(),a()(h.A,m),h.A&&h.A.locals&&h.A.locals}}]);
|