@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 +5 -5
- package/dist/components/MultipleContainers.d.ts +2 -2
- package/dist/components/components/Grid/Grid.d.ts +2 -2
- package/dist/components/components/GridContainer/GridContainer.d.ts +1 -1
- package/dist/components/components/Item/components/Remove/Remove.d.ts +2 -2
- package/dist/meta.js +5 -0
- package/dist/sortable.cjs.js +9 -67228
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +9 -67224
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +16 -33588
- package/package.json +3 -3
- package/rollup.config.ts +1 -1
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.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/sortable@6.
|
|
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.
|
|
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.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@6.
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
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 = {
|