@deephaven/app-utils 0.53.1-beta.4 → 0.53.1-beta.5
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.
|
@@ -11,6 +11,7 @@ import * as AdobeReactSpectrum from '@adobe/react-spectrum';
|
|
|
11
11
|
import * as DeephavenAuthPlugins from '@deephaven/auth-plugins';
|
|
12
12
|
import * as DeephavenChart from '@deephaven/chart';
|
|
13
13
|
import * as DeephavenComponents from '@deephaven/components';
|
|
14
|
+
import * as DeephavenDashboard from '@deephaven/dashboard';
|
|
14
15
|
import * as DeephavenIcons from '@deephaven/icons';
|
|
15
16
|
import * as DeephavenIrisGrid from '@deephaven/iris-grid';
|
|
16
17
|
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
|
|
@@ -26,6 +27,7 @@ export declare const resolve: {
|
|
|
26
27
|
'@deephaven/auth-plugins': typeof DeephavenAuthPlugins;
|
|
27
28
|
'@deephaven/chart': typeof DeephavenChart;
|
|
28
29
|
'@deephaven/components': typeof DeephavenComponents;
|
|
30
|
+
'@deephaven/dashboard': typeof DeephavenDashboard;
|
|
29
31
|
'@deephaven/icons': typeof DeephavenIcons;
|
|
30
32
|
'@deephaven/iris-grid': typeof DeephavenIrisGrid;
|
|
31
33
|
'@deephaven/jsapi-bootstrap': typeof DeephavenJsapiBootstrap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-component.config.d.ts","sourceRoot":"","sources":["../../src/plugins/remote-component.config.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,UAAU,MAAM,aAAa,CAAC;AAC1C,OAAO,QAAQ,MAAM,WAAW,CAAC;AACjC,OAAO,KAAK,kBAAkB,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,uBAAuB,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,wBAAwB,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAE9D,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAG9D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"remote-component.config.d.ts","sourceRoot":"","sources":["../../src/plugins/remote-component.config.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,UAAU,MAAM,aAAa,CAAC;AAC1C,OAAO,QAAQ,MAAM,WAAW,CAAC;AACjC,OAAO,KAAK,kBAAkB,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,uBAAuB,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,wBAAwB,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAE9D,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAG9D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;CAiBnB,CAAC"}
|
|
@@ -12,6 +12,7 @@ import * as AdobeReactSpectrum from '@adobe/react-spectrum';
|
|
|
12
12
|
import * as DeephavenAuthPlugins from '@deephaven/auth-plugins';
|
|
13
13
|
import * as DeephavenChart from '@deephaven/chart';
|
|
14
14
|
import * as DeephavenComponents from '@deephaven/components';
|
|
15
|
+
import * as DeephavenDashboard from '@deephaven/dashboard';
|
|
15
16
|
import * as DeephavenIcons from '@deephaven/icons';
|
|
16
17
|
import * as DeephavenIrisGrid from '@deephaven/iris-grid';
|
|
17
18
|
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
|
|
@@ -30,6 +31,7 @@ export var resolve = {
|
|
|
30
31
|
'@deephaven/auth-plugins': DeephavenAuthPlugins,
|
|
31
32
|
'@deephaven/chart': DeephavenChart,
|
|
32
33
|
'@deephaven/components': DeephavenComponents,
|
|
34
|
+
'@deephaven/dashboard': DeephavenDashboard,
|
|
33
35
|
'@deephaven/icons': DeephavenIcons,
|
|
34
36
|
'@deephaven/iris-grid': DeephavenIrisGrid,
|
|
35
37
|
'@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote-component.config.js","names":["react","redux","reactRedux","ReactDOM","AdobeReactSpectrum","DeephavenAuthPlugins","DeephavenChart","DeephavenComponents","DeephavenIcons","DeephavenIrisGrid","DeephavenJsapiBootstrap","DeephavenJsapiComponents","DeephavenJsapiUtils","DeephavenLog","DeephavenReactHooks","resolve"],"sources":["../../src/plugins/remote-component.config.ts"],"sourcesContent":["/* eslint-disable global-require */\n/**\n * remote-component.config.js\n *\n * Dependencies for Remote Components\n */\nimport react from 'react';\nimport * as redux from 'redux';\nimport * as reactRedux from 'react-redux';\nimport ReactDOM from 'react-dom';\nimport * as AdobeReactSpectrum from '@adobe/react-spectrum';\nimport * as DeephavenAuthPlugins from '@deephaven/auth-plugins';\nimport * as DeephavenChart from '@deephaven/chart';\nimport * as DeephavenComponents from '@deephaven/components';\nimport * as DeephavenIcons from '@deephaven/icons';\nimport * as DeephavenIrisGrid from '@deephaven/iris-grid';\nimport * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';\nimport * as DeephavenJsapiComponents from '@deephaven/jsapi-components';\nimport * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';\nimport DeephavenLog from '@deephaven/log';\nimport * as DeephavenReactHooks from '@deephaven/react-hooks';\n\n// eslint-disable-next-line import/prefer-default-export\nexport const resolve = {\n react,\n 'react-dom': ReactDOM,\n redux,\n 'react-redux': reactRedux,\n '@adobe/react-spectrum': AdobeReactSpectrum,\n '@deephaven/auth-plugins': DeephavenAuthPlugins,\n '@deephaven/chart': DeephavenChart,\n '@deephaven/components': DeephavenComponents,\n '@deephaven/icons': DeephavenIcons,\n '@deephaven/iris-grid': DeephavenIrisGrid,\n '@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,\n '@deephaven/jsapi-components': DeephavenJsapiComponents,\n '@deephaven/jsapi-utils': DeephavenJsapiUtils,\n '@deephaven/log': DeephavenLog,\n '@deephaven/react-hooks': DeephavenReactHooks,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAOC,QAAQ,MAAM,WAAW;AAChC,OAAO,KAAKC,kBAAkB,MAAM,uBAAuB;AAC3D,OAAO,KAAKC,oBAAoB,MAAM,yBAAyB;AAC/D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,mBAAmB,MAAM,uBAAuB;AAC5D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,iBAAiB,MAAM,sBAAsB;AACzD,OAAO,KAAKC,uBAAuB,MAAM,4BAA4B;AACrE,OAAO,KAAKC,wBAAwB,MAAM,6BAA6B;AACvE,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;;AAE7D;AACA,OAAO,IAAMC,OAAO,GAAG;
|
|
1
|
+
{"version":3,"file":"remote-component.config.js","names":["react","redux","reactRedux","ReactDOM","AdobeReactSpectrum","DeephavenAuthPlugins","DeephavenChart","DeephavenComponents","DeephavenDashboard","DeephavenIcons","DeephavenIrisGrid","DeephavenJsapiBootstrap","DeephavenJsapiComponents","DeephavenJsapiUtils","DeephavenLog","DeephavenReactHooks","resolve"],"sources":["../../src/plugins/remote-component.config.ts"],"sourcesContent":["/* eslint-disable global-require */\n/**\n * remote-component.config.js\n *\n * Dependencies for Remote Components\n */\nimport react from 'react';\nimport * as redux from 'redux';\nimport * as reactRedux from 'react-redux';\nimport ReactDOM from 'react-dom';\nimport * as AdobeReactSpectrum from '@adobe/react-spectrum';\nimport * as DeephavenAuthPlugins from '@deephaven/auth-plugins';\nimport * as DeephavenChart from '@deephaven/chart';\nimport * as DeephavenComponents from '@deephaven/components';\nimport * as DeephavenDashboard from '@deephaven/dashboard';\nimport * as DeephavenIcons from '@deephaven/icons';\nimport * as DeephavenIrisGrid from '@deephaven/iris-grid';\nimport * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';\nimport * as DeephavenJsapiComponents from '@deephaven/jsapi-components';\nimport * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';\nimport DeephavenLog from '@deephaven/log';\nimport * as DeephavenReactHooks from '@deephaven/react-hooks';\n\n// eslint-disable-next-line import/prefer-default-export\nexport const resolve = {\n react,\n 'react-dom': ReactDOM,\n redux,\n 'react-redux': reactRedux,\n '@adobe/react-spectrum': AdobeReactSpectrum,\n '@deephaven/auth-plugins': DeephavenAuthPlugins,\n '@deephaven/chart': DeephavenChart,\n '@deephaven/components': DeephavenComponents,\n '@deephaven/dashboard': DeephavenDashboard,\n '@deephaven/icons': DeephavenIcons,\n '@deephaven/iris-grid': DeephavenIrisGrid,\n '@deephaven/jsapi-bootstrap': DeephavenJsapiBootstrap,\n '@deephaven/jsapi-components': DeephavenJsapiComponents,\n '@deephaven/jsapi-utils': DeephavenJsapiUtils,\n '@deephaven/log': DeephavenLog,\n '@deephaven/react-hooks': DeephavenReactHooks,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAOC,QAAQ,MAAM,WAAW;AAChC,OAAO,KAAKC,kBAAkB,MAAM,uBAAuB;AAC3D,OAAO,KAAKC,oBAAoB,MAAM,yBAAyB;AAC/D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,mBAAmB,MAAM,uBAAuB;AAC5D,OAAO,KAAKC,kBAAkB,MAAM,sBAAsB;AAC1D,OAAO,KAAKC,cAAc,MAAM,kBAAkB;AAClD,OAAO,KAAKC,iBAAiB,MAAM,sBAAsB;AACzD,OAAO,KAAKC,uBAAuB,MAAM,4BAA4B;AACrE,OAAO,KAAKC,wBAAwB,MAAM,6BAA6B;AACvE,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;AAC7D,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAO,KAAKC,mBAAmB,MAAM,wBAAwB;;AAE7D;AACA,OAAO,IAAMC,OAAO,GAAG;EACrBhB,KAAK;EACL,WAAW,EAAEG,QAAQ;EACrBF,KAAK;EACL,aAAa,EAAEC,UAAU;EACzB,uBAAuB,EAAEE,kBAAkB;EAC3C,yBAAyB,EAAEC,oBAAoB;EAC/C,kBAAkB,EAAEC,cAAc;EAClC,uBAAuB,EAAEC,mBAAmB;EAC5C,sBAAsB,EAAEC,kBAAkB;EAC1C,kBAAkB,EAAEC,cAAc;EAClC,sBAAsB,EAAEC,iBAAiB;EACzC,4BAA4B,EAAEC,uBAAuB;EACrD,6BAA6B,EAAEC,wBAAwB;EACvD,wBAAwB,EAAEC,mBAAmB;EAC7C,gBAAgB,EAAEC,YAAY;EAC9B,wBAAwB,EAAEC;AAC5B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/app-utils",
|
|
3
|
-
"version": "0.53.1-beta.
|
|
3
|
+
"version": "0.53.1-beta.5+0a6965a4",
|
|
4
4
|
"description": "Deephaven App Utils",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,20 +29,21 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adobe/react-spectrum": "^3.29.0",
|
|
32
|
-
"@deephaven/auth-plugins": "^0.53.1-beta.
|
|
33
|
-
"@deephaven/chart": "^0.53.1-beta.
|
|
34
|
-
"@deephaven/components": "^0.53.1-beta.
|
|
35
|
-
"@deephaven/
|
|
36
|
-
"@deephaven/
|
|
37
|
-
"@deephaven/
|
|
38
|
-
"@deephaven/jsapi-
|
|
39
|
-
"@deephaven/jsapi-
|
|
40
|
-
"@deephaven/jsapi-
|
|
41
|
-
"@deephaven/
|
|
42
|
-
"@deephaven/
|
|
43
|
-
"@deephaven/
|
|
44
|
-
"@deephaven/
|
|
45
|
-
"@deephaven/
|
|
32
|
+
"@deephaven/auth-plugins": "^0.53.1-beta.5+0a6965a4",
|
|
33
|
+
"@deephaven/chart": "^0.53.1-beta.5+0a6965a4",
|
|
34
|
+
"@deephaven/components": "^0.53.1-beta.5+0a6965a4",
|
|
35
|
+
"@deephaven/dashboard": "^0.53.1-beta.5+0a6965a4",
|
|
36
|
+
"@deephaven/icons": "^0.53.1-beta.5+0a6965a4",
|
|
37
|
+
"@deephaven/iris-grid": "^0.53.1-beta.5+0a6965a4",
|
|
38
|
+
"@deephaven/jsapi-bootstrap": "^0.53.1-beta.5+0a6965a4",
|
|
39
|
+
"@deephaven/jsapi-components": "^0.53.1-beta.5+0a6965a4",
|
|
40
|
+
"@deephaven/jsapi-types": "^0.53.1-beta.5+0a6965a4",
|
|
41
|
+
"@deephaven/jsapi-utils": "^0.53.1-beta.5+0a6965a4",
|
|
42
|
+
"@deephaven/log": "^0.53.1-beta.5+0a6965a4",
|
|
43
|
+
"@deephaven/plugin": "^0.53.1-beta.5+0a6965a4",
|
|
44
|
+
"@deephaven/react-hooks": "^0.53.1-beta.5+0a6965a4",
|
|
45
|
+
"@deephaven/redux": "^0.53.1-beta.5+0a6965a4",
|
|
46
|
+
"@deephaven/utils": "^0.53.1-beta.5+0a6965a4",
|
|
46
47
|
"@paciolan/remote-component": "2.13.0",
|
|
47
48
|
"@paciolan/remote-module-loader": "^3.0.2",
|
|
48
49
|
"fira": "mozilla/fira#4.202"
|
|
@@ -62,5 +63,5 @@
|
|
|
62
63
|
"publishConfig": {
|
|
63
64
|
"access": "public"
|
|
64
65
|
},
|
|
65
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "0a6965a41953470cb032ef44d93497fa438783e4"
|
|
66
67
|
}
|