diff --git a/package-lock.json b/package-lock.json
index d4b8a402bc..3347d58e30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,6 @@
"packages/observablehq-compiler",
"packages/other",
"packages/phosphor",
- "packages/phosphor-shim",
"packages/preact-shim",
"packages/react",
"xpackages/requirejs-shim",
@@ -487,6 +486,7 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
+ "extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {
@@ -1287,10 +1287,6 @@
"resolved": "packages/phosphor",
"link": true
},
- "node_modules/@hpcc-js/phosphor-shim": {
- "resolved": "packages/phosphor-shim",
- "link": true
- },
"node_modules/@hpcc-js/preact-shim": {
"resolved": "packages/preact-shim",
"link": true
@@ -23820,12 +23816,16 @@
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
- "@hpcc-js/phosphor-shim": "^3.0.0"
+ "@lumino/algorithm": "1.9.2",
+ "@lumino/commands": "1.21.1",
+ "@lumino/messaging": "1.10.3",
+ "@lumino/widgets": "1.37.2"
}
},
"packages/phosphor-shim": {
"name": "@hpcc-js/phosphor-shim",
"version": "3.0.0",
+ "extraneous": true,
"license": "Apache-2.0",
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
diff --git a/package.json b/package.json
index d7df833bbf..782345b064 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,6 @@
"packages/observablehq-compiler",
"packages/other",
"packages/phosphor",
- "packages/phosphor-shim",
"packages/preact-shim",
"packages/react",
"xpackages/requirejs-shim",
diff --git a/packages/phosphor-shim/.vscode/tasks.json b/packages/phosphor-shim/.vscode/tasks.json
deleted file mode 100644
index 7fffdb949c..0000000000
--- a/packages/phosphor-shim/.vscode/tasks.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- // See https://go.microsoft.com/fwlink/?LinkId=733558
- // for the documentation about the tasks.json format
- "version": "2.0.0",
- "tasks": [
- {
- "type": "npm",
- "script": "compile-umd-watch",
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "problemMatcher": [
- "$tsc-watch"
- ],
- "label": "npm: compile-umd-watch",
- "detail": "tsc --module umd --outDir ./lib-umd --watch"
- }
- ]
-}
\ No newline at end of file
diff --git a/packages/phosphor-shim/CHANGELOG.md b/packages/phosphor-shim/CHANGELOG.md
deleted file mode 100644
index ed87093409..0000000000
--- a/packages/phosphor-shim/CHANGELOG.md
+++ /dev/null
@@ -1,4673 +0,0 @@
-# Change Log
-
-All notable changes to this project will be documented in this file.
-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-
-# 2.15.0 (2024-07-23)
-
-
-### Bug Fixes
-
-* **build:** Source map reference missing in index.min.js ([bf3bb07](https://github.com/hpcc-systems/Visualization/commit/bf3bb07379e59081c930d61485764e78c8a07a90))
-* **build:** Source maps not referencing TS files ([08c3cf3](https://github.com/hpcc-systems/Visualization/commit/08c3cf369d6d4081f0f5d9285bf3b1fd9b5b5999))
-* **phosphor:** Remove "crypto" dependency ([6e42c5a](https://github.com/hpcc-systems/Visualization/commit/6e42c5a655353a823c349d10efcc63cd270acbcb))
-
-
-### Features
-
-* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb))
-* Add observable web component ([33fbe07](https://github.com/hpcc-systems/Visualization/commit/33fbe07eb8a5deeabd98467b1bce1fcda0d2dbab))
-* **gallery:** Switch to jsdelivr from unpkg ([cb1d681](https://github.com/hpcc-systems/Visualization/commit/cb1d6819c6fd166f74e7385446dd477e8a1cdd01))
-* Integrate Web Components ([e27946e](https://github.com/hpcc-systems/Visualization/commit/e27946e437a164e0e07a80a415f8513226a693be))
-* Integrate Web Components ([ed1b14f](https://github.com/hpcc-systems/Visualization/commit/ed1b14f1cc8a82a4fbde1cf6767a0195bc16933b))
-* **loader:** Improved loader to manage specific versions ([cfcdfac](https://github.com/hpcc-systems/Visualization/commit/cfcdfacc1b162f1a5d02b06d434375424b7d225f))
-
-
-### Reverts
-
-* Revert "chore(security): Bump versions" ([cfd8239](https://github.com/hpcc-systems/Visualization/commit/cfd8239224493eacb8805cf43c2ca2c7cedf915b))
-* Revert "chore: Rework shim inclusion" ([462d55c](https://github.com/hpcc-systems/Visualization/commit/462d55c0b89cb74c6f2aacc29ccafebaf5a2c46c))
-
-
-
-
-
-
-## [2.16.0](https://github.com/hpcc-systems/Visualization/compare/phosphor-shim-v2.15.0...phosphor-shim-v2.16.0) (2024-10-23)
-
-
-### Features
-
-* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb))
-* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4))
-
-## [2.14.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.6...@hpcc-js/phosphor-shim@2.14.7) (2024-07-02)
-
-
-
-## 2.105.11 (2024-06-25)
-
-
-
-## 2.105.10 (2024-06-19)
-
-
-
-## 2.105.9 (2024-05-24)
-
-
-
-## 2.105.8 (2024-04-24)
-
-
-
-## 2.105.7 (2024-04-22)
-
-
-
-## 2.105.6 (2024-04-17)
-
-
-
-## 2.105.5 (2024-03-28)
-
-
-
-## 2.105.4 (2024-03-21)
-
-
-
-## 2.105.3 (2024-03-19)
-
-
-
-## 2.105.2 (2024-03-15)
-
-
-
-## 2.105.1 (2024-03-15)
-
-
-
-# 2.105.0 (2024-03-08)
-
-
-
-## 2.104.42 (2024-02-28)
-
-
-
-## 2.104.41 (2024-02-16)
-
-
-
-## 2.104.40 (2024-02-15)
-
-
-
-## 2.104.39 (2024-02-06)
-
-
-
-## 2.104.38 (2024-02-06)
-
-
-
-## 2.104.37 (2024-01-25)
-
-
-
-## 2.104.36 (2024-01-23)
-
-
-
-## 2.104.35 (2024-01-18)
-
-
-
-## 2.104.34 (2024-01-02)
-
-
-
-## 2.104.33 (2023-11-16)
-
-
-
-## 2.104.32 (2023-11-09)
-
-
-
-## 2.104.31 (2023-11-03)
-
-
-
-## 2.104.30 (2023-10-26)
-
-
-
-## 2.104.29 (2023-09-18)
-
-
-
-## 2.104.28 (2023-09-14)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.14.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.5...@hpcc-js/phosphor-shim@2.14.6) (2023-09-14)
-
-
-
-## 2.104.27 (2023-09-14)
-
-
-
-## 2.104.26 (2023-09-14)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.14.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.4...@hpcc-js/phosphor-shim@2.14.5) (2023-09-14)
-
-
-
-## 2.104.25 (2023-07-17)
-
-
-
-## 2.104.24 (2023-07-13)
-
-
-
-## 2.104.23 (2023-06-28)
-
-
-
-## 2.104.22 (2023-06-27)
-
-
-
-## 2.104.21 (2023-06-14)
-
-
-
-## 2.104.20 (2023-06-08)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.14.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.3...@hpcc-js/phosphor-shim@2.14.4) (2023-06-08)
-
-
-
-## 2.104.19 (2023-03-14)
-
-
-
-## 2.104.18 (2023-02-22)
-
-
-
-## 2.104.17 (2023-01-20)
-
-
-
-## 2.104.16 (2023-01-19)
-
-
-
-## 2.104.15 (2022-11-15)
-
-
-
-## 2.104.14 (2022-11-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.14.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.2...@hpcc-js/phosphor-shim@2.14.3) (2022-11-11)
-
-
-
-## 2.104.13 (2022-11-09)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.14.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.1...@hpcc-js/phosphor-shim@2.14.2) (2022-11-09)
-
-
-
-## 2.104.12 (2022-10-16)
-
-
-
-## 2.104.11 (2022-10-11)
-
-
-
-## 2.104.10 (2022-10-04)
-
-
-
-## 2.104.9 (2022-10-03)
-
-
-
-## 2.104.8 (2022-09-29)
-
-
-
-## 2.104.7 (2022-09-28)
-
-
-
-## 2.104.6 (2022-09-21)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.14.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.14.0...@hpcc-js/phosphor-shim@2.14.1) (2022-09-15)
-
-
-
-## 2.104.4 (2022-09-08)
-
-
-
-## 2.104.3 (2022-08-18)
-
-
-
-## 2.104.2 (2022-08-17)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-# [2.14.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.13.2...@hpcc-js/phosphor-shim@2.14.0) (2022-08-17)
-
-
-
-## 2.104.1 (2022-08-16)
-
-
-
-# 2.104.0 (2022-07-26)
-
-
-### Features
-
-* Add observable web component ([33fbe07](https://github.com/hpcc-systems/Visualization/commit/33fbe07eb8a5deeabd98467b1bce1fcda0d2dbab))
-
-
-
-## 2.103.6 (2022-06-27)
-
-
-
-## 2.103.5 (2022-06-23)
-
-
-
-## 2.103.4 (2022-05-31)
-
-
-
-## 2.103.3 (2022-05-13)
-
-
-
-## 2.103.2 (2022-04-27)
-
-
-
-## 2.103.1 (2022-04-20)
-
-
-
-# 2.103.0 (2022-04-07)
-
-
-
-## 2.102.11 (2022-03-24)
-
-
-
-
-
-## [2.13.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.13.1...@hpcc-js/phosphor-shim@2.13.2) (2022-03-24)
-
-
-
-## 2.102.10 (2022-03-15)
-
-
-
-## 2.102.9 (2022-03-15)
-
-
-
-## 2.102.8 (2022-03-15)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.13.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.13.0...@hpcc-js/phosphor-shim@2.13.1) (2022-03-15)
-
-
-
-## 2.102.7 (2022-03-14)
-
-
-
-## 2.102.6 (2022-03-11)
-
-
-
-## 2.102.5 (2022-03-11)
-
-
-
-## 2.102.4 (2022-03-10)
-
-
-
-## 2.102.3 (2022-03-10)
-
-
-
-## 2.102.2 (2022-03-08)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-# [2.13.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.12.1...@hpcc-js/phosphor-shim@2.13.0) (2022-03-08)
-
-
-### Features
-
-* Integrate Web Components ([e27946e](https://github.com/hpcc-systems/Visualization/commit/e27946e437a164e0e07a80a415f8513226a693be))
-
-
-
-## 2.102.1 (2022-03-08)
-
-
-
-
-
-## [2.12.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.12.0...@hpcc-js/phosphor-shim@2.12.1) (2022-03-08)
-
-
-
-# 2.102.0 (2022-03-07)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-# [2.12.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.26...@hpcc-js/phosphor-shim@2.12.0) (2022-03-07)
-
-
-### Features
-
-* Integrate Web Components ([ed1b14f](https://github.com/hpcc-systems/Visualization/commit/ed1b14f1cc8a82a4fbde1cf6767a0195bc16933b))
-
-
-
-## 2.101.2 (2022-03-05)
-
-
-
-## 2.101.1 (2022-03-04)
-
-
-
-
-
-## [2.11.26](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.26) (2022-02-23)
-
-
-
-# 2.100.0 (2022-02-18)
-
-
-
-# 2.99.0 (2022-02-10)
-
-
-
-# 2.98.0 (2022-02-10)
-
-
-### Reverts
-
-* Revert "chore(security): Bump versions" ([cfd8239](https://github.com/hpcc-systems/Visualization/commit/cfd8239224493eacb8805cf43c2ca2c7cedf915b))
-
-
-
-# 2.97.0 (2022-02-09)
-
-
-
-# 2.96.0 (2022-01-22)
-
-
-
-# 2.95.0 (2022-01-20)
-
-
-
-# 2.94.0 (2022-01-19)
-
-
-
-# 2.93.0 (2021-11-18)
-
-
-
-# 2.92.0 (2021-11-08)
-
-
-
-# 2.91.0 (2021-10-15)
-
-
-
-# 2.89.0 (2021-10-08)
-
-
-
-# 2.88.0 (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-
-
-
-
-
-## [2.11.25](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.25) (2022-02-10)
-
-
-
-# 2.98.0 (2022-02-10)
-
-
-### Reverts
-
-* Revert "chore(security): Bump versions" ([cfd8239](https://github.com/hpcc-systems/Visualization/commit/cfd8239224493eacb8805cf43c2ca2c7cedf915b))
-
-
-
-# 2.97.0 (2022-02-09)
-
-
-
-# 2.96.0 (2022-01-22)
-
-
-
-# 2.95.0 (2022-01-20)
-
-
-
-# 2.94.0 (2022-01-19)
-
-
-
-# 2.93.0 (2021-11-18)
-
-
-
-# 2.92.0 (2021-11-08)
-
-
-
-# 2.91.0 (2021-10-15)
-
-
-
-# 2.89.0 (2021-10-08)
-
-
-
-# 2.88.0 (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-
-
-
-
-
-## [2.11.24](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.24) (2022-02-10)
-
-
-### Reverts
-
-* Revert "chore(security): Bump versions" ([cfd8239](https://github.com/hpcc-systems/Visualization/commit/cfd8239224493eacb8805cf43c2ca2c7cedf915b))
-
-
-
-# 2.97.0 (2022-02-09)
-
-
-
-# 2.96.0 (2022-01-22)
-
-
-
-# 2.95.0 (2022-01-20)
-
-
-
-# 2.94.0 (2022-01-19)
-
-
-
-# 2.93.0 (2021-11-18)
-
-
-
-# 2.92.0 (2021-11-08)
-
-
-
-# 2.91.0 (2021-10-15)
-
-
-
-# 2.89.0 (2021-10-08)
-
-
-
-# 2.88.0 (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-
-
-
-
-
-## [2.11.23](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.23) (2022-02-09)
-
-
-
-# 2.96.0 (2022-01-22)
-
-
-
-# 2.95.0 (2022-01-20)
-
-
-
-# 2.94.0 (2022-01-19)
-
-
-
-# 2.93.0 (2021-11-18)
-
-
-
-# 2.92.0 (2021-11-08)
-
-
-
-# 2.91.0 (2021-10-15)
-
-
-
-# 2.89.0 (2021-10-08)
-
-
-
-# 2.88.0 (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.22](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.22) (2022-01-19)
-
-
-
-# 2.93.0 (2021-11-18)
-
-
-
-# 2.92.0 (2021-11-08)
-
-
-
-# 2.91.0 (2021-10-15)
-
-
-
-# 2.89.0 (2021-10-08)
-
-
-
-# 2.88.0 (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.11.21](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.21) (2021-10-03)
-
-
-
-# 2.87.0 (2021-10-01)
-
-
-
-# 2.86.0 (2021-09-28)
-
-
-
-# 2.85.0 (2021-09-13)
-
-
-
-# 2.84.0 (2021-09-13)
-
-
-
-# 2.83.0 (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-## 3.0.1 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.20](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.20) (2021-09-08)
-
-
-
-# 2.82.0 (2021-08-25)
-
-
-
-# 2.81.0 (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-## 3.0.1 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.11.19](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.19) (2021-08-25)
-
-
-
-# 2.80.0 (2021-08-16)
-
-
-
-# 2.79.0 (2021-08-04)
-
-
-
-# 2.76.0 (2021-07-28)
-
-
-
-# 2.75.0 (2021-07-21)
-
-
-
-# 2.74.0 (2021-07-19)
-
-
-
-# 2.73.0 (2021-07-16)
-
-
-
-# 2.72.0 (2021-07-07)
-
-
-
-# 2.71.0 (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.18](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.18) (2021-07-02)
-
-
-
-# 2.70.0 (2021-06-23)
-
-
-
-# 2.69.0 (2021-06-23)
-
-
-
-# 2.68.0 (2021-06-16)
-
-
-
-# 2.67.0 (2021-06-15)
-
-
-
-# 2.66.0 (2021-05-26)
-
-
-
-# 2.65.0 (2021-05-19)
-
-
-
-# 2.64.0 (2021-05-13)
-
-
-
-# 2.63.0 (2021-05-08)
-
-
-
-# 2.62.0 (2021-04-29)
-
-
-
-# 2.61.0 (2021-04-06)
-
-
-
-# 2.60.0 (2021-03-16)
-
-
-
-# 2.59.0 (2021-02-24)
-
-
-
-# 2.58.0 (2021-02-24)
-
-
-
-# 2.57.0 (2021-02-22)
-
-
-
-# 2.56.0 (2021-02-19)
-
-
-
-# 2.55.0 (2021-02-12)
-
-
-
-# 2.54.0 (2021-02-05)
-
-
-
-# 2.53.0 (2021-02-02)
-
-
-
-# 2.52.0 (2021-02-01)
-
-
-
-# 2.51.0 (2020-12-15)
-
-
-
-# 2.50.0 (2020-12-01)
-
-
-
-# 2.49.0 (2020-11-10)
-
-
-
-# 2.48.0 (2020-11-03)
-
-
-
-# 2.47.0 (2020-10-28)
-
-
-
-# 2.46.0 (2020-10-23)
-
-
-
-# 2.45.0 (2020-10-16)
-
-
-
-# 2.44.0 (2020-10-09)
-
-
-
-# 2.43.0 (2020-10-08)
-
-
-
-# 2.42.0 (2020-09-24)
-
-
-
-# 2.41.0 (2020-09-18)
-
-
-
-# 2.40.0 (2020-09-15)
-
-
-
-# 2.39.0 (2020-09-09)
-
-
-
-# 2.38.0 (2020-09-03)
-
-
-
-# 2.37.0 (2020-08-26)
-
-
-
-# 2.36.0 (2020-08-25)
-
-
-
-# 2.35.0 (2020-08-24)
-
-
-
-# 2.34.0 (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.11.17](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.17) (2020-08-22)
-
-
-
-# 2.33.0 (2020-08-08)
-
-
-
-# 2.32.0 (2020-08-05)
-
-
-
-# 2.31.0 (2020-07-29)
-
-
-
-# 2.30.0 (2020-07-29)
-
-
-
-# 2.29.0 (2020-07-28)
-
-
-
-# 2.28.0 (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.16](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.16) (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.15](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.15) (2020-07-22)
-
-
-
-# 2.26.0 (2020-06-26)
-
-
-
-# 2.25.0 (2020-06-24)
-
-
-
-# 2.24.0 (2020-06-23)
-
-
-
-# 2.23.0 (2020-06-23)
-
-
-
-# 2.22.0 (2020-06-17)
-
-
-
-# 2.21.0 (2020-06-17)
-
-
-
-# 2.20.0 (2020-06-17)
-
-
-
-# 2.19.0 (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.11.14](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.14) (2020-06-15)
-
-
-
-# 2.18.0 (2020-06-02)
-
-
-
-# 2.17.0 (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.13](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.13) (2020-05-31)
-
-
-
-# 2.16.0 (2020-05-21)
-
-
-
-## 2.15.21 (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.12](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.12) (2020-05-20)
-
-
-
-## 2.15.20 (2020-05-20)
-
-
-
-## 2.15.19 (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.11](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.11) (2020-05-19)
-
-
-
-## 2.15.18 (2020-05-15)
-
-
-
-## 2.15.17 (2020-05-15)
-
-
-
-## 2.15.16 (2020-05-14)
-
-
-
-## 2.15.15 (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.10](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.10) (2020-05-12)
-
-
-
-## 2.15.14 (2020-05-07)
-
-
-
-## 2.15.13 (2020-04-24)
-
-
-
-## 2.15.12 (2020-04-22)
-
-
-
-## 2.15.11 (2020-04-21)
-
-
-
-## 2.15.10 (2020-04-21)
-
-
-
-## 2.15.9 (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.9](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.9) (2020-04-17)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.8](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.8) (2020-04-11)
-
-
-
-## 2.15.7 (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.7) (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.5...@hpcc-js/phosphor-shim@2.11.6) (2020-04-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.4...@hpcc-js/phosphor-shim@2.11.5) (2020-03-30)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.3...@hpcc-js/phosphor-shim@2.11.4) (2020-01-07)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.11.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.2...@hpcc-js/phosphor-shim@2.11.3) (2019-12-11)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.1...@hpcc-js/phosphor-shim@2.11.2) (2019-08-30)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.11.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.11.0...@hpcc-js/phosphor-shim@2.11.1) (2019-08-30)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-# [2.11.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.6...@hpcc-js/phosphor-shim@2.11.0) (2019-08-13)
-
-
-### Features
-
-* **gallery:** Switch to jsdelivr from unpkg ([cb1d681](https://github.com/hpcc-systems/Visualization/commit/cb1d681))
-
-
-
-
-
-
-## [2.10.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.5...@hpcc-js/phosphor-shim@2.10.6) (2019-07-03)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.10.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.4...@hpcc-js/phosphor-shim@2.10.5) (2019-06-27)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-## [2.10.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.3...@hpcc-js/phosphor-shim@2.10.4) (2019-06-26)
-
-
-### Bug Fixes
-
-* **build:** Source map reference missing in index.min.js ([bf3bb07](https://github.com/hpcc-systems/Visualization/commit/bf3bb07))
-
-
-
-
-
-
-## [2.10.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.2...@hpcc-js/phosphor-shim@2.10.3) (2019-06-20)
-
-
-### Bug Fixes
-
-* **build:** Source maps not referencing TS files ([08c3cf3](https://github.com/hpcc-systems/Visualization/commit/08c3cf3))
-
-
-
-
-
-## [2.10.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.1...@hpcc-js/phosphor-shim@2.10.2) (2019-06-14)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.10.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.10.0...@hpcc-js/phosphor-shim@2.10.1) (2019-04-27)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.10.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.10.0) (2019-04-06)
-
-
-# [2.8.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.8.0) (2019-04-05)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.7.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.7.0) (2019-04-02)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.6.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.6.0) (2019-04-02)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.5.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.5.0) (2019-04-02)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.4.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.4.0) (2019-04-02)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.3.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.3.0) (2019-04-01)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.2.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.2.0) (2019-03-29)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.1.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.6...@hpcc-js/phosphor-shim@2.1.0) (2019-03-21)
-
-
-### Features
-
-* **loader:** Improved loader to manage specific versions ([cfcdfac](https://github.com/hpcc-systems/Visualization/commit/cfcdfac))
-
-
-
-
-
-
-## [2.0.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.5...@hpcc-js/phosphor-shim@2.0.6) (2019-02-19)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.0.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.4...@hpcc-js/phosphor-shim@2.0.5) (2018-12-13)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.0.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.3...@hpcc-js/phosphor-shim@2.0.4) (2018-12-04)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.0.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.2...@hpcc-js/phosphor-shim@2.0.3) (2018-11-27)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-
-## [2.0.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.1...@hpcc-js/phosphor-shim@2.0.2) (2018-09-24)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [2.0.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@2.0.0...@hpcc-js/phosphor-shim@2.0.1) (2018-09-01)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.0.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.79...@hpcc-js/phosphor-shim@2.0.0) (2018-08-24)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-# [2.0.0-rc.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.79...@hpcc-js/phosphor-shim@2.0.0-rc.0) (2018-08-24)
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-
-
-
-
-## [0.0.79](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.78...@hpcc-js/phosphor-shim@0.0.79) (2018-08-23)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.78](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.77...@hpcc-js/phosphor-shim@0.0.78) (2018-08-14)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.77](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.76...@hpcc-js/phosphor-shim@0.0.77) (2018-08-14)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.76](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.75...@hpcc-js/phosphor-shim@0.0.76) (2018-08-10)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.75](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.74...@hpcc-js/phosphor-shim@0.0.75) (2018-08-02)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.74](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.73...@hpcc-js/phosphor-shim@0.0.74) (2018-07-30)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.73](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.72...@hpcc-js/phosphor-shim@0.0.73) (2018-07-30)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.72](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.71...@hpcc-js/phosphor-shim@0.0.72) (2018-07-29)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.71](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.70...@hpcc-js/phosphor-shim@0.0.71) (2018-07-28)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.70](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.69...@hpcc-js/phosphor-shim@0.0.70) (2018-07-28)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.69](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.68...@hpcc-js/phosphor-shim@0.0.69) (2018-07-28)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.68](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.67...@hpcc-js/phosphor-shim@0.0.68) (2018-07-28)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.67](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.66...@hpcc-js/phosphor-shim@0.0.67) (2018-07-27)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.66](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.65...@hpcc-js/phosphor-shim@0.0.66) (2018-07-27)
-
-
-### Bug Fixes
-
-* **phosphor:** Remove "crypto" dependency ([6e42c5a](https://github.com/hpcc-systems/Visualization/commit/6e42c5a))
-
-
-
-
-
-## [0.0.65](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.64...@hpcc-js/phosphor-shim@0.0.65) (2018-06-19)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
-
-
-## [0.0.64](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/phosphor-shim@0.0.63...@hpcc-js/phosphor-shim@0.0.64) (2018-06-19)
-
-
-
-
-**Note:** Version bump only for package @hpcc-js/phosphor-shim
diff --git a/packages/phosphor-shim/esbuild.js b/packages/phosphor-shim/esbuild.js
deleted file mode 100644
index fe1b2e12f4..0000000000
--- a/packages/phosphor-shim/esbuild.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { browserTpl } from "@hpcc-js/esbuild-plugins";
-import pkg from "./package.json" with { type: "json" };
-
-// config ---
-await Promise.all([
- browserTpl("src/index.ts", "dist/index", {
- keepNames: true,
- external: [
- ...Object.keys(pkg.dependencies),
- ]
- })
-]);
diff --git a/packages/phosphor-shim/package.json b/packages/phosphor-shim/package.json
deleted file mode 100644
index b9af460056..0000000000
--- a/packages/phosphor-shim/package.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "@hpcc-js/phosphor-shim",
- "version": "3.0.0",
- "description": "hpcc-js - Phosphor shim",
- "type": "module",
- "exports": {
- ".": {
- "types": "./types/index.d.ts",
- "default": "./dist/index.js"
- },
- "./dist/*": "./dist/*"
- },
- "module": "./dist/index.js",
- "browser": "./dist/index.js",
- "types": "./types/index.d.ts",
- "files": [
- "dist/*",
- "src/*",
- "types/*"
- ],
- "scripts": {
- "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
- "bundle": "node esbuild.js",
- "bundle-watch": "npm run bundle -- --development --watch",
- "gen-types": "tsc --project tsconfig.json",
- "gen-types-watch": "npm run gen-types -- --watch",
- "build": "run-p gen-types bundle",
- "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
- "lint": "eslint ./src",
- "lint-fix": "eslint --fix src/**/*.ts",
- "docs": "typedoc --options tdoptions.json .",
- "update": "npx --yes npm-check-updates -u -t minor",
- "update-major": "npx --yes npm-check-updates -u"
- },
- "dependencies": {},
- "devDependencies": {
- "@hpcc-js/esbuild-plugins": "^1.2.0",
- "@lumino/algorithm": "1.9.2",
- "@lumino/commands": "1.21.1",
- "@lumino/messaging": "1.10.3",
- "@lumino/widgets": "1.37.2"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hpcc-systems/Visualization.git"
- },
- "author": "Gordon Smith ",
- "contributors": [],
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/hpcc-systems/Visualization/issues"
- },
- "homepage": "https://github.com/hpcc-systems/Visualization"
-}
\ No newline at end of file
diff --git a/packages/phosphor-shim/src/__package__.ts b/packages/phosphor-shim/src/__package__.ts
deleted file mode 100644
index 8673daa95a..0000000000
--- a/packages/phosphor-shim/src/__package__.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export const PKG_NAME = "@hpcc-js/phosphor-shim";
-export const PKG_VERSION = "2.16.0";
-export const BUILD_VERSION = "2.107.0";
diff --git a/packages/phosphor-shim/tsconfig.json b/packages/phosphor-shim/tsconfig.json
deleted file mode 100644
index 318ecdd23e..0000000000
--- a/packages/phosphor-shim/tsconfig.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "compilerOptions": {
- "rootDir": "src",
- "module": "NodeNext",
- "target": "ESNext",
- "resolveJsonModule": true,
- "emitDeclarationOnly": true,
- "declaration": true,
- "declarationDir": "types",
- "strict": true,
- "noImplicitAny": false,
- "strictNullChecks": false,
- "skipLibCheck": true,
- "allowImportingTsExtensions": true,
- "lib": [
- "DOM",
- "ESNext",
- "ES2020"
- ]
- },
- "include": [
- "./src/index.ts"
- ]
-}
\ No newline at end of file
diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json
index 423d71d04a..8cc6ead861 100644
--- a/packages/phosphor/package.json
+++ b/packages/phosphor/package.json
@@ -40,7 +40,10 @@
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
- "@hpcc-js/phosphor-shim": "^3.0.0"
+ "@lumino/algorithm": "1.9.2",
+ "@lumino/commands": "1.21.1",
+ "@lumino/messaging": "1.10.3",
+ "@lumino/widgets": "1.37.2"
},
"repository": {
"type": "git",
diff --git a/packages/phosphor/src/DockPanel.ts b/packages/phosphor/src/DockPanel.ts
index cfef8b9320..6c5942279e 100644
--- a/packages/phosphor/src/DockPanel.ts
+++ b/packages/phosphor/src/DockPanel.ts
@@ -1,5 +1,5 @@
import { HTMLWidget, Widget, Utility, select as d3Select } from "@hpcc-js/common";
-import { DockPanel as PhosphorDockPanel, IMessageHandler, IMessageHook, Message, MessageLoop, Widget as PWidget } from "@hpcc-js/phosphor-shim";
+import { DockPanel as PhosphorDockPanel, IMessageHandler, IMessageHook, Message, MessageLoop, Widget as PWidget } from "./phosphor-shim.ts";
import { PDockPanel } from "./PDockPanel.ts";
import { IClosable, Msg, WidgetAdapter } from "./WidgetAdapter.ts";
diff --git a/packages/phosphor/src/PDockPanel.ts b/packages/phosphor/src/PDockPanel.ts
index ef0e2bdd4a..2c2b522134 100644
--- a/packages/phosphor/src/PDockPanel.ts
+++ b/packages/phosphor/src/PDockPanel.ts
@@ -1,5 +1,5 @@
// import { Persist } from "@hpcc-js/other";
-import { DockLayout, DockPanel, TabBar, Widget } from "@hpcc-js/phosphor-shim";
+import { DockLayout, DockPanel, TabBar, Widget } from "./phosphor-shim.ts";
import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter.ts";
export class PRenderer extends DockPanel.Renderer {
diff --git a/packages/phosphor/src/SplitPanel.ts b/packages/phosphor/src/SplitPanel.ts
index cc1fd1901e..8bd495173c 100644
--- a/packages/phosphor/src/SplitPanel.ts
+++ b/packages/phosphor/src/SplitPanel.ts
@@ -1,5 +1,5 @@
import { HTMLWidget, SVGWidget, Widget } from "@hpcc-js/common";
-import { SplitPanel as PSplitPanel, Widget as PWidget } from "@hpcc-js/phosphor-shim";
+import { SplitPanel as PSplitPanel, Widget as PWidget } from "./phosphor-shim.ts";
import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter.ts";
import "../src/DockPanel.css";
diff --git a/packages/phosphor/src/TabPanel.ts b/packages/phosphor/src/TabPanel.ts
index 8931c1fa99..08ac41a922 100644
--- a/packages/phosphor/src/TabPanel.ts
+++ b/packages/phosphor/src/TabPanel.ts
@@ -1,5 +1,5 @@
import { HTMLWidget, SVGWidget, Widget } from "@hpcc-js/common";
-import { IMessageHandler, Message, TabPanel as PTabPanel, Widget as PWidget } from "@hpcc-js/phosphor-shim";
+import { IMessageHandler, Message, TabPanel as PTabPanel, Widget as PWidget } from "./phosphor-shim.ts";
import { Msg, WidgetAdapter, WidgetAdapterArray, WidgetAdapterExt } from "./WidgetAdapter.ts";
import "../src/DockPanel.css";
diff --git a/packages/phosphor/src/WidgetAdapter.ts b/packages/phosphor/src/WidgetAdapter.ts
index 4553ac357e..796f8b7b0d 100644
--- a/packages/phosphor/src/WidgetAdapter.ts
+++ b/packages/phosphor/src/WidgetAdapter.ts
@@ -1,6 +1,6 @@
import { Widget, select as d3Select } from "@hpcc-js/common";
// import { Persist } from "@hpcc-js/other";
-import { ConflatableMessage, Message, MessageLoop, Widget as PWidget } from "@hpcc-js/phosphor-shim";
+import { ConflatableMessage, Message, MessageLoop, Widget as PWidget } from "./phosphor-shim.ts";
import "../src/WidgetAdapter.css";
diff --git a/packages/phosphor/src/index.ts b/packages/phosphor/src/index.ts
index f24696222e..546305eb15 100644
--- a/packages/phosphor/src/index.ts
+++ b/packages/phosphor/src/index.ts
@@ -1,6 +1,6 @@
export * from "./__package__.ts";
-export { CommandPalette, CommandRegistry, ContextMenu } from "@hpcc-js/phosphor-shim";
-import "../../phosphor-shim/dist/index.css";
+
+export { CommandPalette, CommandRegistry, ContextMenu } from "./phosphor-shim.ts";
export * from "./DockPanel.ts";
export * from "./SplitPanel.ts";
diff --git a/packages/phosphor-shim/src/index.ts b/packages/phosphor/src/phosphor-shim.ts
similarity index 95%
rename from packages/phosphor-shim/src/index.ts
rename to packages/phosphor/src/phosphor-shim.ts
index 7c626f1ca1..9ed2d9618c 100644
--- a/packages/phosphor-shim/src/index.ts
+++ b/packages/phosphor/src/phosphor-shim.ts
@@ -1,4 +1,3 @@
-export * from "./__package__.ts";
export { each } from "@lumino/algorithm";
export { CommandRegistry } from "@lumino/commands";
export { ConflatableMessage, Message, MessageLoop } from "@lumino/messaging";