@onehat/ui 0.2.20 → 0.2.21
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
|
@@ -23,7 +23,7 @@ import IconButton from '../../Buttons/IconButton.js';
|
|
|
23
23
|
import withValue from '../../Hoc/withValue.js';
|
|
24
24
|
import emptyFn from '../../../Functions/emptyFn.js';
|
|
25
25
|
import Calendar from '../../Icons/Calendar.js';
|
|
26
|
-
import getComponentFromType from '../../../Functions/getComponentFromType';
|
|
26
|
+
import getComponentFromType from '../../../Functions/getComponentFromType.js';
|
|
27
27
|
import _ from 'lodash';
|
|
28
28
|
|
|
29
29
|
|
|
@@ -12,7 +12,7 @@ import useBlocking from '../../Hooks/useBlocking.js';
|
|
|
12
12
|
import {
|
|
13
13
|
v4 as uuid,
|
|
14
14
|
} from 'uuid';
|
|
15
|
-
import getComponentFromType from '../../Functions/getComponentFromType';
|
|
15
|
+
import getComponentFromType from '../../Functions/getComponentFromType.js';
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import UiGlobals from '../UiGlobals.js';
|
|
2
2
|
import CKEditor from '../Components/Form/Field/CKEditor/CKEditor.js';
|
|
3
|
-
import Datetime from '../PlatformImports/Web/Datetime';
|
|
4
|
-
import Draggable from '../PlatformImports/Web/Draggable';
|
|
3
|
+
import Datetime from '../PlatformImports/Web/Datetime.js';
|
|
4
|
+
import Draggable from '../PlatformImports/Web/Draggable.js';
|
|
5
5
|
import _ from 'lodash';
|
|
6
6
|
|
|
7
|
-
export function registerWebComponents() {
|
|
7
|
+
export default function registerWebComponents() {
|
|
8
8
|
_.merge(UiGlobals.components, {
|
|
9
9
|
CKEditor,
|
|
10
10
|
Datetime,
|