@deephaven/iris-grid 1.5.2-beta.0 → 1.5.2-beta.1
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/dist/LazyIrisGrid.d.ts.map +1 -1
- package/dist/LazyIrisGrid.js +3 -1
- package/dist/LazyIrisGrid.js.map +1 -1
- package/package.json +16 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LazyIrisGrid.d.ts","sourceRoot":"","sources":["../src/LazyIrisGrid.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,YAAY,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAIhD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"LazyIrisGrid.d.ts","sourceRoot":"","sources":["../src/LazyIrisGrid.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,YAAY,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAIhD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAgBjB,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
package/dist/LazyIrisGrid.js
CHANGED
|
@@ -10,7 +10,9 @@ var IrisGrid = /*#__PURE__*/lazy(() => import('./IrisGrid.js'));
|
|
|
10
10
|
var LazyIrisGrid = /*#__PURE__*/forwardRef((
|
|
11
11
|
// This creates the correct type to make defaultProps optional
|
|
12
12
|
props, ref) => /*#__PURE__*/_jsx(Suspense, {
|
|
13
|
-
fallback: /*#__PURE__*/_jsx(LoadingOverlay, {
|
|
13
|
+
fallback: /*#__PURE__*/_jsx(LoadingOverlay, {
|
|
14
|
+
"data-testid": "lazy-iris-grid-loading"
|
|
15
|
+
}),
|
|
14
16
|
children: /*#__PURE__*/_jsx(IrisGrid, _objectSpread({
|
|
15
17
|
ref: ref
|
|
16
18
|
}, props))
|
package/dist/LazyIrisGrid.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LazyIrisGrid.js","names":["forwardRef","lazy","Suspense","LoadingOverlay","jsx","_jsx","IrisGrid","LazyIrisGrid","props","ref","fallback","children","_objectSpread","displayName"],"sources":["../src/LazyIrisGrid.tsx"],"sourcesContent":["import { forwardRef, lazy, Suspense } from 'react';\nimport { LoadingOverlay } from '@deephaven/components';\nimport type IrisGridType from './IrisGrid';\nimport type { IrisGridProps } from './IrisGrid';\n\nconst IrisGrid = lazy(() => import('./IrisGrid.js'));\n\nconst LazyIrisGrid = forwardRef<\n IrisGridType,\n JSX.LibraryManagedAttributes<typeof IrisGridType, IrisGridProps>\n>(\n (\n // This creates the correct type to make defaultProps optional\n props,\n ref\n ): JSX.Element => (\n <Suspense
|
|
1
|
+
{"version":3,"file":"LazyIrisGrid.js","names":["forwardRef","lazy","Suspense","LoadingOverlay","jsx","_jsx","IrisGrid","LazyIrisGrid","props","ref","fallback","children","_objectSpread","displayName"],"sources":["../src/LazyIrisGrid.tsx"],"sourcesContent":["import { forwardRef, lazy, Suspense } from 'react';\nimport { LoadingOverlay } from '@deephaven/components';\nimport type IrisGridType from './IrisGrid';\nimport type { IrisGridProps } from './IrisGrid';\n\nconst IrisGrid = lazy(() => import('./IrisGrid.js'));\n\nconst LazyIrisGrid = forwardRef<\n IrisGridType,\n JSX.LibraryManagedAttributes<typeof IrisGridType, IrisGridProps>\n>(\n (\n // This creates the correct type to make defaultProps optional\n props,\n ref\n ): JSX.Element => (\n <Suspense\n fallback={<LoadingOverlay data-testid=\"lazy-iris-grid-loading\" />}\n >\n {/* eslint-disable-next-line react/jsx-props-no-spreading */}\n <IrisGrid ref={ref} {...props} />\n </Suspense>\n )\n);\n\nLazyIrisGrid.displayName = 'LazyIrisGrid';\n\nexport default LazyIrisGrid;\n"],"mappings":";;;;;AAAA,SAASA,UAAU,EAAEC,IAAI,EAAEC,QAAQ,QAAQ,OAAO;AAClD,SAASC,cAAc,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAIvD,IAAMC,QAAQ,gBAAGL,IAAI,CAAC,MAAM,MAAM,CAAC,eAAe,CAAC,CAAC;AAEpD,IAAMM,YAAY,gBAAGP,UAAU,CAI7B;AACE;AACAQ,KAAK,EACLC,GAAG,kBAEHJ,IAAA,CAACH,QAAQ;EACPQ,QAAQ,eAAEL,IAAA,CAACF,cAAc;IAAC,eAAY;EAAwB,CAAE,CAAE;EAAAQ,QAAA,eAGlEN,IAAA,CAACC,QAAQ,EAAAM,aAAA;IAACH,GAAG,EAAEA;EAAI,GAAKD,KAAK,CAAG;AAAC,CACzB,CAEd,CAAC;AAEDD,YAAY,CAACM,WAAW,GAAG,cAAc;AAEzC,eAAeN,YAAY"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/iris-grid",
|
|
3
|
-
"version": "1.5.2-beta.
|
|
3
|
+
"version": "1.5.2-beta.1+8793afa7",
|
|
4
4
|
"description": "Deephaven Iris Grid",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@deephaven/components": "^1.5.2-beta.
|
|
35
|
-
"@deephaven/console": "^1.5.2-beta.
|
|
36
|
-
"@deephaven/filters": "^1.5.2-beta.
|
|
37
|
-
"@deephaven/grid": "^1.5.2-beta.
|
|
38
|
-
"@deephaven/icons": "^1.5.2-beta.
|
|
39
|
-
"@deephaven/jsapi-components": "^1.5.2-beta.
|
|
34
|
+
"@deephaven/components": "^1.5.2-beta.1+8793afa7",
|
|
35
|
+
"@deephaven/console": "^1.5.2-beta.1+8793afa7",
|
|
36
|
+
"@deephaven/filters": "^1.5.2-beta.1+8793afa7",
|
|
37
|
+
"@deephaven/grid": "^1.5.2-beta.1+8793afa7",
|
|
38
|
+
"@deephaven/icons": "^1.5.2-beta.1+8793afa7",
|
|
39
|
+
"@deephaven/jsapi-components": "^1.5.2-beta.1+8793afa7",
|
|
40
40
|
"@deephaven/jsapi-types": "^1.0.0-dev0.39.4",
|
|
41
|
-
"@deephaven/jsapi-utils": "^1.5.2-beta.
|
|
42
|
-
"@deephaven/log": "^1.5.2-beta.
|
|
43
|
-
"@deephaven/react-hooks": "^1.5.2-beta.
|
|
44
|
-
"@deephaven/storage": "^1.5.2-beta.
|
|
45
|
-
"@deephaven/utils": "^1.5.2-beta.
|
|
41
|
+
"@deephaven/jsapi-utils": "^1.5.2-beta.1+8793afa7",
|
|
42
|
+
"@deephaven/log": "^1.5.2-beta.1+8793afa7",
|
|
43
|
+
"@deephaven/react-hooks": "^1.5.2-beta.1+8793afa7",
|
|
44
|
+
"@deephaven/storage": "^1.5.2-beta.1+8793afa7",
|
|
45
|
+
"@deephaven/utils": "^1.5.2-beta.1+8793afa7",
|
|
46
46
|
"@dnd-kit/core": "^6.1.0",
|
|
47
47
|
"@dnd-kit/sortable": "^7.0.2",
|
|
48
48
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"react-dom": ">=16.8.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@deephaven/jsapi-shim": "^1.5.2-beta.
|
|
69
|
-
"@deephaven/mocks": "^1.5.2-beta.
|
|
70
|
-
"@deephaven/test-utils": "^1.5.2-beta.
|
|
68
|
+
"@deephaven/jsapi-shim": "^1.5.2-beta.1+8793afa7",
|
|
69
|
+
"@deephaven/mocks": "^1.5.2-beta.1+8793afa7",
|
|
70
|
+
"@deephaven/test-utils": "^1.5.2-beta.1+8793afa7",
|
|
71
71
|
"deep-equal": "2.2.3"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "8793afa7d6549b898df34d939a63b5853c6758c3"
|
|
84
84
|
}
|