@deephaven/iris-grid 0.49.1-beta.6 → 0.49.1-deephaven-ui.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/iris-grid",
3
- "version": "0.49.1-beta.6+55926276",
3
+ "version": "0.49.1-deephaven-ui.8+6ced1528",
4
4
  "description": "Deephaven Iris Grid",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
32
32
  },
33
33
  "dependencies": {
34
- "@deephaven/components": "^0.49.1-beta.6+55926276",
35
- "@deephaven/console": "^0.49.1-beta.6+55926276",
36
- "@deephaven/filters": "^0.49.1-beta.6+55926276",
37
- "@deephaven/grid": "^0.49.1-beta.6+55926276",
38
- "@deephaven/icons": "^0.49.1-beta.6+55926276",
39
- "@deephaven/jsapi-types": "^0.49.1-beta.6+55926276",
40
- "@deephaven/jsapi-utils": "^0.49.1-beta.6+55926276",
41
- "@deephaven/log": "^0.49.1-beta.6+55926276",
42
- "@deephaven/react-hooks": "^0.49.1-beta.6+55926276",
43
- "@deephaven/storage": "^0.49.1-beta.6+55926276",
44
- "@deephaven/utils": "^0.49.1-beta.6+55926276",
34
+ "@deephaven/components": "^0.49.1-deephaven-ui.8+6ced1528",
35
+ "@deephaven/console": "^0.49.1-deephaven-ui.8+6ced1528",
36
+ "@deephaven/filters": "^0.49.1-deephaven-ui.8+6ced1528",
37
+ "@deephaven/grid": "^0.49.1-deephaven-ui.8+6ced1528",
38
+ "@deephaven/icons": "^0.49.1-deephaven-ui.8+6ced1528",
39
+ "@deephaven/jsapi-types": "^0.49.1-deephaven-ui.8+6ced1528",
40
+ "@deephaven/jsapi-utils": "^0.49.1-deephaven-ui.8+6ced1528",
41
+ "@deephaven/log": "^0.49.1-deephaven-ui.8+6ced1528",
42
+ "@deephaven/react-hooks": "^0.49.1-deephaven-ui.8+6ced1528",
43
+ "@deephaven/storage": "^0.49.1-deephaven-ui.8+6ced1528",
44
+ "@deephaven/utils": "^0.49.1-deephaven-ui.8+6ced1528",
45
45
  "@dnd-kit/core": "^6.0.5",
46
46
  "@dnd-kit/sortable": "^7.0.0",
47
47
  "@dnd-kit/utilities": "^3.2.0",
@@ -64,8 +64,8 @@
64
64
  "react-dom": "^17.x"
65
65
  },
66
66
  "devDependencies": {
67
- "@deephaven/jsapi-shim": "^0.49.1-beta.6+55926276",
68
- "@deephaven/mocks": "^0.49.1-beta.6+55926276"
67
+ "@deephaven/jsapi-shim": "^0.49.1-deephaven-ui.8+6ced1528",
68
+ "@deephaven/mocks": "^0.49.1-deephaven-ui.8+6ced1528"
69
69
  },
70
70
  "files": [
71
71
  "dist"
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "55926276f8a3cb40a320235d1262467c9460bc95"
79
+ "gitHead": "6ced1528b3748bbe83e2d00ab3f299c477fb6d70"
80
80
  }
@@ -1,13 +0,0 @@
1
- declare class DownloadServiceWorkerUtils {
2
- static serviceWorkerRegistration: ServiceWorkerRegistration | null;
3
- /**
4
- * Register the download service worker at the specified URL
5
- * Will unregister any existing service worker if register is called multiple times
6
- * @param url The URL of the service worker file
7
- */
8
- static register(url: URL): void;
9
- static getServiceWorker(): Promise<ServiceWorker>;
10
- static unregisterSW(): void;
11
- }
12
- export default DownloadServiceWorkerUtils;
13
- //# sourceMappingURL=DownloadServiceWorkerUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadServiceWorkerUtils.d.ts","sourceRoot":"","sources":["../../src/sidebar/DownloadServiceWorkerUtils.ts"],"names":[],"mappings":"AAIA,cAAM,0BAA0B;IAC9B,MAAM,CAAC,yBAAyB,EAAE,yBAAyB,GAAG,IAAI,CAAQ;IAE1E;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;WAqBlB,gBAAgB,IAAI,OAAO,CAAC,aAAa,CAAC;IAYvD,MAAM,CAAC,YAAY,IAAI,IAAI;CAG5B;AAED,eAAe,0BAA0B,CAAC"}
@@ -1,50 +0,0 @@
1
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
2
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
3
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
5
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
6
- import Log from '@deephaven/log';
7
- var log = Log.module('DownloadServiceWorkerUtils');
8
- class DownloadServiceWorkerUtils {
9
- /**
10
- * Register the download service worker at the specified URL
11
- * Will unregister any existing service worker if register is called multiple times
12
- * @param url The URL of the service worker file
13
- */
14
- static register(url) {
15
- if (DownloadServiceWorkerUtils.serviceWorkerRegistration) {
16
- DownloadServiceWorkerUtils.unregisterSW();
17
- }
18
- if ('serviceWorker' in navigator) {
19
- navigator.serviceWorker.register(url).then(reg => {
20
- reg.update();
21
- DownloadServiceWorkerUtils.serviceWorkerRegistration = reg;
22
- log.info('Registering service worker on ', url, reg);
23
- }).catch(err => {
24
- log.error('Failed to register service worker', err);
25
- });
26
- } else {
27
- log.info('Service worker is not supported.');
28
- }
29
- }
30
- static getServiceWorker() {
31
- return _asyncToGenerator(function* () {
32
- if ('serviceWorker' in navigator) {
33
- var swReg = DownloadServiceWorkerUtils.serviceWorkerRegistration;
34
- if (swReg && swReg.active) {
35
- log.info('Download service worker is active.');
36
- return swReg.active;
37
- }
38
- throw new Error('Can not find download service worker.');
39
- }
40
- throw new Error('Download service worker is not available.');
41
- })();
42
- }
43
- static unregisterSW() {
44
- var _DownloadServiceWorke;
45
- (_DownloadServiceWorke = DownloadServiceWorkerUtils.serviceWorkerRegistration) === null || _DownloadServiceWorke === void 0 ? void 0 : _DownloadServiceWorke.unregister();
46
- }
47
- }
48
- _defineProperty(DownloadServiceWorkerUtils, "serviceWorkerRegistration", null);
49
- export default DownloadServiceWorkerUtils;
50
- //# sourceMappingURL=DownloadServiceWorkerUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadServiceWorkerUtils.js","names":["Log","log","module","DownloadServiceWorkerUtils","register","url","serviceWorkerRegistration","unregisterSW","navigator","serviceWorker","then","reg","update","info","catch","err","error","getServiceWorker","swReg","active","Error","unregister"],"sources":["../../src/sidebar/DownloadServiceWorkerUtils.ts"],"sourcesContent":["import Log from '@deephaven/log';\n\nconst log = Log.module('DownloadServiceWorkerUtils');\n\nclass DownloadServiceWorkerUtils {\n static serviceWorkerRegistration: ServiceWorkerRegistration | null = null;\n\n /**\n * Register the download service worker at the specified URL\n * Will unregister any existing service worker if register is called multiple times\n * @param url The URL of the service worker file\n */\n static register(url: URL): void {\n if (DownloadServiceWorkerUtils.serviceWorkerRegistration) {\n DownloadServiceWorkerUtils.unregisterSW();\n }\n\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker\n .register(url)\n .then(reg => {\n reg.update();\n DownloadServiceWorkerUtils.serviceWorkerRegistration = reg;\n log.info('Registering service worker on ', url, reg);\n })\n .catch(err => {\n log.error('Failed to register service worker', err);\n });\n } else {\n log.info('Service worker is not supported.');\n }\n }\n\n static async getServiceWorker(): Promise<ServiceWorker> {\n if ('serviceWorker' in navigator) {\n const swReg = DownloadServiceWorkerUtils.serviceWorkerRegistration;\n if (swReg && swReg.active) {\n log.info('Download service worker is active.');\n return swReg.active;\n }\n throw new Error('Can not find download service worker.');\n }\n throw new Error('Download service worker is not available.');\n }\n\n static unregisterSW(): void {\n DownloadServiceWorkerUtils.serviceWorkerRegistration?.unregister();\n }\n}\n\nexport default DownloadServiceWorkerUtils;\n"],"mappings":";;;;;AAAA,OAAOA,GAAG,MAAM,gBAAgB;AAEhC,IAAMC,GAAG,GAAGD,GAAG,CAACE,MAAM,CAAC,4BAA4B,CAAC;AAEpD,MAAMC,0BAA0B,CAAC;EAG/B;AACF;AACA;AACA;AACA;EACE,OAAOC,QAAQ,CAACC,GAAQ,EAAQ;IAC9B,IAAIF,0BAA0B,CAACG,yBAAyB,EAAE;MACxDH,0BAA0B,CAACI,YAAY,EAAE;IAC3C;IAEA,IAAI,eAAe,IAAIC,SAAS,EAAE;MAChCA,SAAS,CAACC,aAAa,CACpBL,QAAQ,CAACC,GAAG,CAAC,CACbK,IAAI,CAACC,GAAG,IAAI;QACXA,GAAG,CAACC,MAAM,EAAE;QACZT,0BAA0B,CAACG,yBAAyB,GAAGK,GAAG;QAC1DV,GAAG,CAACY,IAAI,CAAC,gCAAgC,EAAER,GAAG,EAAEM,GAAG,CAAC;MACtD,CAAC,CAAC,CACDG,KAAK,CAACC,GAAG,IAAI;QACZd,GAAG,CAACe,KAAK,CAAC,mCAAmC,EAAED,GAAG,CAAC;MACrD,CAAC,CAAC;IACN,CAAC,MAAM;MACLd,GAAG,CAACY,IAAI,CAAC,kCAAkC,CAAC;IAC9C;EACF;EAEA,OAAaI,gBAAgB,GAA2B;IAAA;MACtD,IAAI,eAAe,IAAIT,SAAS,EAAE;QAChC,IAAMU,KAAK,GAAGf,0BAA0B,CAACG,yBAAyB;QAClE,IAAIY,KAAK,IAAIA,KAAK,CAACC,MAAM,EAAE;UACzBlB,GAAG,CAACY,IAAI,CAAC,oCAAoC,CAAC;UAC9C,OAAOK,KAAK,CAACC,MAAM;QACrB;QACA,MAAM,IAAIC,KAAK,CAAC,uCAAuC,CAAC;MAC1D;MACA,MAAM,IAAIA,KAAK,CAAC,2CAA2C,CAAC;IAAC;EAC/D;EAEA,OAAOb,YAAY,GAAS;IAAA;IAC1B,yBAAAJ,0BAA0B,CAACG,yBAAyB,0DAApD,sBAAsDe,UAAU,EAAE;EACpE;AACF;AAAC,gBA5CKlB,0BAA0B,+BACuC,IAAI;AA6C3E,eAAeA,0BAA0B"}