@elliemae/ds-datagrids 3.31.4 → 3.32.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -5,6 +5,10 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
8
12
  var __copyProps = (to, from, except, desc) => {
9
13
  if (from && typeof from === "object" || typeof from === "function") {
10
14
  for (let key of __getOwnPropNames(from))
@@ -24,7 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
28
  ));
25
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
26
30
  var src_exports = {};
31
+ __export(src_exports, {
32
+ default: () => import_ds_legacy_datagrids.default
33
+ });
27
34
  module.exports = __toCommonJS(src_exports);
28
35
  var React = __toESM(require("react"));
29
36
  __reExport(src_exports, require("@elliemae/ds-legacy-datagrids"), module.exports);
37
+ var import_ds_legacy_datagrids = __toESM(require("@elliemae/ds-legacy-datagrids"));
30
38
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,0CAAd;",
4
+ "sourcesContent": ["export * from '@elliemae/ds-legacy-datagrids';\nexport { default } from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,0CAAd;AACA,iCAAwB;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,3 +1,7 @@
1
1
  import * as React from "react";
2
2
  export * from "@elliemae/ds-legacy-datagrids";
3
+ import { default as default2 } from "@elliemae/ds-legacy-datagrids";
4
+ export {
5
+ default2 as default
6
+ };
3
7
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-datagrids';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;",
6
- "names": []
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-datagrids';\nexport { default } from '@elliemae/ds-legacy-datagrids';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,SAAS,WAAAA,gBAAe;",
6
+ "names": ["default"]
7
7
  }
@@ -1 +1,2 @@
1
1
  export * from '@elliemae/ds-legacy-datagrids';
2
+ export { default } from '@elliemae/ds-legacy-datagrids';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.31.4",
3
+ "version": "3.32.0-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "~9.0.0-next.31",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.31.4"
47
+ "@elliemae/ds-monorepo-devops": "3.32.0-rc.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "lodash": "^4.17.21",