@steedos-widgets/sortable 6.3.12-beta.9 → 6.10.1-beta.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/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/sortable",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/sortable@6.3.12-beta.9/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@6.3.12-beta.9/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@6.10.1-beta.8/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@6.10.1-beta.8/dist/sortable.umd.css"
8
8
  ],
9
9
  "library": "BuilderSortable"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/sortable"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/sortable@6.3.12-beta.9/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@6.10.1-beta.8/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.12-beta.9/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.12-beta.9/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@6.10.1-beta.8/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@6.10.1-beta.8/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  declare const _default: {
3
3
  title: string;
4
4
  };
5
5
  export default _default;
6
6
  export declare const TRASH_ID = "void";
7
- export declare function MultipleContainers(props: any): JSX.Element;
7
+ export declare function MultipleContainers(props: any): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  export interface Props {
3
3
  size: number;
4
4
  step?: number;
5
5
  onSizeChange(size: number): void;
6
6
  }
7
- export declare function Grid({ size }: Props): JSX.Element;
7
+ export declare function Grid({ size }: Props): React.JSX.Element;
@@ -3,4 +3,4 @@ export interface Props {
3
3
  children: React.ReactNode;
4
4
  columns: number;
5
5
  }
6
- export declare function GridContainer({ children, columns }: Props): JSX.Element;
6
+ export declare function GridContainer({ children, columns }: Props): React.JSX.Element;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ActionProps } from '../Action';
3
- export declare function Remove(props: ActionProps): JSX.Element;
3
+ export declare function Remove(props: ActionProps): React.JSX.Element;
package/dist/meta.js CHANGED
@@ -28,6 +28,11 @@
28
28
  return t;
29
29
  };
30
30
  return __assign.apply(this, arguments);
31
+ };
32
+
33
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
34
+ var e = new Error(message);
35
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
31
36
  };
32
37
 
33
38
  var config = {