@dhis2/ui 7.12.1 → 7.14.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/build/cjs/index.js +14 -0
- package/build/es/index.js +1 -1
- package/package.json +48 -48
- package/src/index.js +2 -0
package/build/cjs/index.js
CHANGED
|
@@ -55,6 +55,8 @@ var _exportNames = {
|
|
|
55
55
|
Node: true,
|
|
56
56
|
NoticeBox: true,
|
|
57
57
|
OrganisationUnitTree: true,
|
|
58
|
+
OrganisationUnitTreeRootError: true,
|
|
59
|
+
OrganisationUnitTreeRootLoading: true,
|
|
58
60
|
getAllExpandedOrgUnitPaths: true,
|
|
59
61
|
Popover: true,
|
|
60
62
|
Popper: true,
|
|
@@ -414,6 +416,18 @@ Object.defineProperty(exports, "OrganisationUnitTree", {
|
|
|
414
416
|
return _organisationUnitTree.OrganisationUnitTree;
|
|
415
417
|
}
|
|
416
418
|
});
|
|
419
|
+
Object.defineProperty(exports, "OrganisationUnitTreeRootError", {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function () {
|
|
422
|
+
return _organisationUnitTree.OrganisationUnitTreeRootError;
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
Object.defineProperty(exports, "OrganisationUnitTreeRootLoading", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function () {
|
|
428
|
+
return _organisationUnitTree.OrganisationUnitTreeRootLoading;
|
|
429
|
+
}
|
|
430
|
+
});
|
|
417
431
|
Object.defineProperty(exports, "getAllExpandedOrgUnitPaths", {
|
|
418
432
|
enumerable: true,
|
|
419
433
|
get: function () {
|
package/build/es/index.js
CHANGED
|
@@ -28,7 +28,7 @@ export { Menu, MenuDivider, MenuItem, MenuSectionHeader, FlyoutMenu } from '@dhi
|
|
|
28
28
|
export { Modal, ModalActions, ModalContent, ModalTitle } from '@dhis2-ui/modal';
|
|
29
29
|
export { Node } from '@dhis2-ui/node';
|
|
30
30
|
export { NoticeBox } from '@dhis2-ui/notice-box';
|
|
31
|
-
export { OrganisationUnitTree, getAllExpandedOrgUnitPaths } from '@dhis2-ui/organisation-unit-tree';
|
|
31
|
+
export { OrganisationUnitTree, OrganisationUnitTreeRootError, OrganisationUnitTreeRootLoading, getAllExpandedOrgUnitPaths } from '@dhis2-ui/organisation-unit-tree';
|
|
32
32
|
export { Popover } from '@dhis2-ui/popover';
|
|
33
33
|
export { Popper } from '@dhis2-ui/popper';
|
|
34
34
|
export { Portal } from '@dhis2-ui/portal';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2/ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.14.1",
|
|
4
4
|
"main": "./build/cjs/index.js",
|
|
5
5
|
"module": "./build/es/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -20,53 +20,53 @@
|
|
|
20
20
|
"build": "d2-app-scripts build"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@dhis2-ui/alert": "7.
|
|
24
|
-
"@dhis2-ui/box": "7.
|
|
25
|
-
"@dhis2-ui/button": "7.
|
|
26
|
-
"@dhis2-ui/card": "7.
|
|
27
|
-
"@dhis2-ui/center": "7.
|
|
28
|
-
"@dhis2-ui/checkbox": "7.
|
|
29
|
-
"@dhis2-ui/chip": "7.
|
|
30
|
-
"@dhis2-ui/cover": "7.
|
|
31
|
-
"@dhis2-ui/css": "7.
|
|
32
|
-
"@dhis2-ui/divider": "7.
|
|
33
|
-
"@dhis2-ui/field": "7.
|
|
34
|
-
"@dhis2-ui/file-input": "7.
|
|
35
|
-
"@dhis2-ui/header-bar": "7.
|
|
36
|
-
"@dhis2-ui/help": "7.
|
|
37
|
-
"@dhis2-ui/input": "7.
|
|
38
|
-
"@dhis2-ui/intersection-detector": "7.
|
|
39
|
-
"@dhis2-ui/label": "7.
|
|
40
|
-
"@dhis2-ui/layer": "7.
|
|
41
|
-
"@dhis2-ui/legend": "7.
|
|
42
|
-
"@dhis2-ui/loader": "7.
|
|
43
|
-
"@dhis2-ui/logo": "7.
|
|
44
|
-
"@dhis2-ui/menu": "7.
|
|
45
|
-
"@dhis2-ui/modal": "7.
|
|
46
|
-
"@dhis2-ui/node": "7.
|
|
47
|
-
"@dhis2-ui/notice-box": "7.
|
|
48
|
-
"@dhis2-ui/organisation-unit-tree": "7.
|
|
49
|
-
"@dhis2-ui/pagination": "7.
|
|
50
|
-
"@dhis2-ui/popover": "7.
|
|
51
|
-
"@dhis2-ui/popper": "7.
|
|
52
|
-
"@dhis2-ui/portal": "7.
|
|
53
|
-
"@dhis2-ui/radio": "7.
|
|
54
|
-
"@dhis2-ui/required": "7.
|
|
55
|
-
"@dhis2-ui/segmented-control": "7.
|
|
56
|
-
"@dhis2-ui/select": "7.
|
|
57
|
-
"@dhis2-ui/selector-bar": "7.
|
|
58
|
-
"@dhis2-ui/sharing-dialog": "7.
|
|
59
|
-
"@dhis2-ui/switch": "7.
|
|
60
|
-
"@dhis2-ui/tab": "7.
|
|
61
|
-
"@dhis2-ui/table": "7.
|
|
62
|
-
"@dhis2-ui/tag": "7.
|
|
63
|
-
"@dhis2-ui/text-area": "7.
|
|
64
|
-
"@dhis2-ui/tooltip": "7.
|
|
65
|
-
"@dhis2-ui/transfer": "7.
|
|
66
|
-
"@dhis2-ui/user-avatar": "7.
|
|
67
|
-
"@dhis2/ui-constants": "7.
|
|
68
|
-
"@dhis2/ui-forms": "7.
|
|
69
|
-
"@dhis2/ui-icons": "7.
|
|
23
|
+
"@dhis2-ui/alert": "7.14.1",
|
|
24
|
+
"@dhis2-ui/box": "7.14.1",
|
|
25
|
+
"@dhis2-ui/button": "7.14.1",
|
|
26
|
+
"@dhis2-ui/card": "7.14.1",
|
|
27
|
+
"@dhis2-ui/center": "7.14.1",
|
|
28
|
+
"@dhis2-ui/checkbox": "7.14.1",
|
|
29
|
+
"@dhis2-ui/chip": "7.14.1",
|
|
30
|
+
"@dhis2-ui/cover": "7.14.1",
|
|
31
|
+
"@dhis2-ui/css": "7.14.1",
|
|
32
|
+
"@dhis2-ui/divider": "7.14.1",
|
|
33
|
+
"@dhis2-ui/field": "7.14.1",
|
|
34
|
+
"@dhis2-ui/file-input": "7.14.1",
|
|
35
|
+
"@dhis2-ui/header-bar": "7.14.1",
|
|
36
|
+
"@dhis2-ui/help": "7.14.1",
|
|
37
|
+
"@dhis2-ui/input": "7.14.1",
|
|
38
|
+
"@dhis2-ui/intersection-detector": "7.14.1",
|
|
39
|
+
"@dhis2-ui/label": "7.14.1",
|
|
40
|
+
"@dhis2-ui/layer": "7.14.1",
|
|
41
|
+
"@dhis2-ui/legend": "7.14.1",
|
|
42
|
+
"@dhis2-ui/loader": "7.14.1",
|
|
43
|
+
"@dhis2-ui/logo": "7.14.1",
|
|
44
|
+
"@dhis2-ui/menu": "7.14.1",
|
|
45
|
+
"@dhis2-ui/modal": "7.14.1",
|
|
46
|
+
"@dhis2-ui/node": "7.14.1",
|
|
47
|
+
"@dhis2-ui/notice-box": "7.14.1",
|
|
48
|
+
"@dhis2-ui/organisation-unit-tree": "7.14.1",
|
|
49
|
+
"@dhis2-ui/pagination": "7.14.1",
|
|
50
|
+
"@dhis2-ui/popover": "7.14.1",
|
|
51
|
+
"@dhis2-ui/popper": "7.14.1",
|
|
52
|
+
"@dhis2-ui/portal": "7.14.1",
|
|
53
|
+
"@dhis2-ui/radio": "7.14.1",
|
|
54
|
+
"@dhis2-ui/required": "7.14.1",
|
|
55
|
+
"@dhis2-ui/segmented-control": "7.14.1",
|
|
56
|
+
"@dhis2-ui/select": "7.14.1",
|
|
57
|
+
"@dhis2-ui/selector-bar": "7.14.1",
|
|
58
|
+
"@dhis2-ui/sharing-dialog": "7.14.1",
|
|
59
|
+
"@dhis2-ui/switch": "7.14.1",
|
|
60
|
+
"@dhis2-ui/tab": "7.14.1",
|
|
61
|
+
"@dhis2-ui/table": "7.14.1",
|
|
62
|
+
"@dhis2-ui/tag": "7.14.1",
|
|
63
|
+
"@dhis2-ui/text-area": "7.14.1",
|
|
64
|
+
"@dhis2-ui/tooltip": "7.14.1",
|
|
65
|
+
"@dhis2-ui/transfer": "7.14.1",
|
|
66
|
+
"@dhis2-ui/user-avatar": "7.14.1",
|
|
67
|
+
"@dhis2/ui-constants": "7.14.1",
|
|
68
|
+
"@dhis2/ui-forms": "7.14.1",
|
|
69
|
+
"@dhis2/ui-icons": "7.14.1",
|
|
70
70
|
"prop-types": "^15.7.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
package/src/index.js
CHANGED
|
@@ -49,6 +49,8 @@ export { Node } from '@dhis2-ui/node'
|
|
|
49
49
|
export { NoticeBox } from '@dhis2-ui/notice-box'
|
|
50
50
|
export {
|
|
51
51
|
OrganisationUnitTree,
|
|
52
|
+
OrganisationUnitTreeRootError,
|
|
53
|
+
OrganisationUnitTreeRootLoading,
|
|
52
54
|
getAllExpandedOrgUnitPaths,
|
|
53
55
|
} from '@dhis2-ui/organisation-unit-tree'
|
|
54
56
|
export { Popover } from '@dhis2-ui/popover'
|