@dhis2/ui 7.12.2 → 7.13.0

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.
@@ -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.12.2",
3
+ "version": "7.13.0",
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.12.2",
24
- "@dhis2-ui/box": "7.12.2",
25
- "@dhis2-ui/button": "7.12.2",
26
- "@dhis2-ui/card": "7.12.2",
27
- "@dhis2-ui/center": "7.12.2",
28
- "@dhis2-ui/checkbox": "7.12.2",
29
- "@dhis2-ui/chip": "7.12.2",
30
- "@dhis2-ui/cover": "7.12.2",
31
- "@dhis2-ui/css": "7.12.2",
32
- "@dhis2-ui/divider": "7.12.2",
33
- "@dhis2-ui/field": "7.12.2",
34
- "@dhis2-ui/file-input": "7.12.2",
35
- "@dhis2-ui/header-bar": "7.12.2",
36
- "@dhis2-ui/help": "7.12.2",
37
- "@dhis2-ui/input": "7.12.2",
38
- "@dhis2-ui/intersection-detector": "7.12.2",
39
- "@dhis2-ui/label": "7.12.2",
40
- "@dhis2-ui/layer": "7.12.2",
41
- "@dhis2-ui/legend": "7.12.2",
42
- "@dhis2-ui/loader": "7.12.2",
43
- "@dhis2-ui/logo": "7.12.2",
44
- "@dhis2-ui/menu": "7.12.2",
45
- "@dhis2-ui/modal": "7.12.2",
46
- "@dhis2-ui/node": "7.12.2",
47
- "@dhis2-ui/notice-box": "7.12.2",
48
- "@dhis2-ui/organisation-unit-tree": "7.12.2",
49
- "@dhis2-ui/pagination": "7.12.2",
50
- "@dhis2-ui/popover": "7.12.2",
51
- "@dhis2-ui/popper": "7.12.2",
52
- "@dhis2-ui/portal": "7.12.2",
53
- "@dhis2-ui/radio": "7.12.2",
54
- "@dhis2-ui/required": "7.12.2",
55
- "@dhis2-ui/segmented-control": "7.12.2",
56
- "@dhis2-ui/select": "7.12.2",
57
- "@dhis2-ui/selector-bar": "7.12.2",
58
- "@dhis2-ui/sharing-dialog": "7.12.2",
59
- "@dhis2-ui/switch": "7.12.2",
60
- "@dhis2-ui/tab": "7.12.2",
61
- "@dhis2-ui/table": "7.12.2",
62
- "@dhis2-ui/tag": "7.12.2",
63
- "@dhis2-ui/text-area": "7.12.2",
64
- "@dhis2-ui/tooltip": "7.12.2",
65
- "@dhis2-ui/transfer": "7.12.2",
66
- "@dhis2-ui/user-avatar": "7.12.2",
67
- "@dhis2/ui-constants": "7.12.2",
68
- "@dhis2/ui-forms": "7.12.2",
69
- "@dhis2/ui-icons": "7.12.2",
23
+ "@dhis2-ui/alert": "7.13.0",
24
+ "@dhis2-ui/box": "7.13.0",
25
+ "@dhis2-ui/button": "7.13.0",
26
+ "@dhis2-ui/card": "7.13.0",
27
+ "@dhis2-ui/center": "7.13.0",
28
+ "@dhis2-ui/checkbox": "7.13.0",
29
+ "@dhis2-ui/chip": "7.13.0",
30
+ "@dhis2-ui/cover": "7.13.0",
31
+ "@dhis2-ui/css": "7.13.0",
32
+ "@dhis2-ui/divider": "7.13.0",
33
+ "@dhis2-ui/field": "7.13.0",
34
+ "@dhis2-ui/file-input": "7.13.0",
35
+ "@dhis2-ui/header-bar": "7.13.0",
36
+ "@dhis2-ui/help": "7.13.0",
37
+ "@dhis2-ui/input": "7.13.0",
38
+ "@dhis2-ui/intersection-detector": "7.13.0",
39
+ "@dhis2-ui/label": "7.13.0",
40
+ "@dhis2-ui/layer": "7.13.0",
41
+ "@dhis2-ui/legend": "7.13.0",
42
+ "@dhis2-ui/loader": "7.13.0",
43
+ "@dhis2-ui/logo": "7.13.0",
44
+ "@dhis2-ui/menu": "7.13.0",
45
+ "@dhis2-ui/modal": "7.13.0",
46
+ "@dhis2-ui/node": "7.13.0",
47
+ "@dhis2-ui/notice-box": "7.13.0",
48
+ "@dhis2-ui/organisation-unit-tree": "7.13.0",
49
+ "@dhis2-ui/pagination": "7.13.0",
50
+ "@dhis2-ui/popover": "7.13.0",
51
+ "@dhis2-ui/popper": "7.13.0",
52
+ "@dhis2-ui/portal": "7.13.0",
53
+ "@dhis2-ui/radio": "7.13.0",
54
+ "@dhis2-ui/required": "7.13.0",
55
+ "@dhis2-ui/segmented-control": "7.13.0",
56
+ "@dhis2-ui/select": "7.13.0",
57
+ "@dhis2-ui/selector-bar": "7.13.0",
58
+ "@dhis2-ui/sharing-dialog": "7.13.0",
59
+ "@dhis2-ui/switch": "7.13.0",
60
+ "@dhis2-ui/tab": "7.13.0",
61
+ "@dhis2-ui/table": "7.13.0",
62
+ "@dhis2-ui/tag": "7.13.0",
63
+ "@dhis2-ui/text-area": "7.13.0",
64
+ "@dhis2-ui/tooltip": "7.13.0",
65
+ "@dhis2-ui/transfer": "7.13.0",
66
+ "@dhis2-ui/user-avatar": "7.13.0",
67
+ "@dhis2/ui-constants": "7.13.0",
68
+ "@dhis2/ui-forms": "7.13.0",
69
+ "@dhis2/ui-icons": "7.13.0",
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'