@reltio/components 1.4.845 → 1.4.849

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.
Files changed (128) hide show
  1. package/components/AttributeSelector/AttributeSelector.d.ts +14 -0
  2. package/components/{activityLog/ActivityFilterEditor → AttributeSelector}/AttributeSelector.js +10 -10
  3. package/components/AttributeSelector/styles.d.ts +4 -0
  4. package/components/AttributeSelector/styles.js +41 -0
  5. package/components/DateIntervalSelector/DateIntervalSelector.d.ts +8 -0
  6. package/components/{activityLog/ActivityFilterEditor/IntervalSelector.js → DateIntervalSelector/DateIntervalSelector.js} +8 -17
  7. package/components/DateIntervalSelector/styles.d.ts +1 -0
  8. package/components/DateIntervalSelector/styles.js +25 -0
  9. package/components/DateRangePicker/styles.d.ts +1 -1
  10. package/components/ImageGalleryDialog/styles.d.ts +1 -1
  11. package/components/ProfileBand/styles.js +1 -1
  12. package/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
  13. package/components/UserSelector/UserSelector.d.ts +9 -0
  14. package/components/{activityLog/ActivityFilterEditor → UserSelector}/UserSelector.js +6 -6
  15. package/components/UserSelector/styles.d.ts +5 -0
  16. package/components/UserSelector/styles.js +39 -0
  17. package/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +4 -4
  18. package/components/activityLog/ActivityFilterEditor/DateRangeSelector.d.ts +3 -3
  19. package/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +6 -6
  20. package/components/activityLog/ActivityFilterEditor/styles.d.ts +1 -1
  21. package/components/activityLog/ActivityFilterEditor/styles.js +3 -32
  22. package/components/activityLog/ActivityLogFilter/helpers.js +1 -1
  23. package/components/activityLog/types/ActivitiesFilter.d.ts +2 -7
  24. package/components/activityLog/types/index.d.ts +1 -3
  25. package/components/activityLog/types/index.js +1 -3
  26. package/components/activityLog/utils/filters.d.ts +2 -2
  27. package/components/activityLog/utils/filters.js +1 -1
  28. package/components/attributes/OvIcon/OvIcon.d.ts +3 -1
  29. package/components/attributes/OvIcon/OvIcon.js +4 -4
  30. package/components/attributes/editMode/AttributesFactory/AttributesFactory.js +3 -2
  31. package/components/attributes/editMode/AttributesList/AttributesList.d.ts +3 -1
  32. package/components/attributes/editMode/AttributesList/AttributesList.js +4 -8
  33. package/components/attributes/editMode/AttributesPager/AttributeRenderer.d.ts +1 -1
  34. package/components/attributes/editMode/AttributesPager/AttributeRenderer.js +8 -7
  35. package/components/attributes/editMode/AttributesPager/AttributesPager.d.ts +1 -1
  36. package/components/attributes/editMode/AttributesPager/AttributesPager.js +5 -5
  37. package/components/attributes/editMode/AttributesPager/index.d.ts +2 -1
  38. package/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +3 -1
  39. package/components/attributes/editMode/ComplexAttribute/ComplexAttribute.js +2 -2
  40. package/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +1 -0
  41. package/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +1 -0
  42. package/components/attributes/editMode/ReferenceAttribute/index.d.ts +1 -0
  43. package/components/attributes/inline/AttributesList/AttributesList.d.ts +2 -2
  44. package/components/attributes/inline/AttributesPager/AttributesPager.d.ts +2 -2
  45. package/components/attributes/inline/ComplexAttribute/ComplexAttribute.d.ts +3 -3
  46. package/components/attributes/inline/ComplexAttribute/ComplexAttribute.js +6 -6
  47. package/components/attributes/inline/ImageAttribute/ImageAttribute.d.ts +2 -2
  48. package/components/attributes/inline/ImageAttributesBlock/ImageAttributesBlock.d.ts +2 -2
  49. package/components/attributes/inline/NestedAttribute/NestedAttribute.d.ts +2 -2
  50. package/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.d.ts +3 -3
  51. package/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.js +3 -3
  52. package/components/attributes/inline/ReferenceAttribute/ReferenceAttribute.d.ts +2 -2
  53. package/components/attributes/inline/ReferenceAttributesBlock/ReferenceAttributesBlock.d.ts +2 -2
  54. package/components/attributes/inline/SimpleAttribute/SimpleAttribute.d.ts +3 -3
  55. package/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +5 -5
  56. package/components/attributes/inline/SimpleAttributeEditor/styles.d.ts +1 -1
  57. package/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.d.ts +3 -3
  58. package/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +3 -3
  59. package/components/attributes/readMode/AttributesList/AttributesList.d.ts +2 -1
  60. package/components/attributes/readMode/AttributesList/AttributesList.js +7 -3
  61. package/components/attributes/readMode/AttributesPager/AttributesPager.d.ts +2 -1
  62. package/components/attributes/readMode/AttributesPager/AttributesPager.js +13 -7
  63. package/components/attributes/readMode/AttributesPager/MultiLineRenderer.d.ts +5 -3
  64. package/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +8 -8
  65. package/components/attributes/readMode/AttributesPager/OneLineRenderer.d.ts +4 -2
  66. package/components/attributes/readMode/AttributesPager/OneLineRenderer.js +3 -3
  67. package/components/attributes/readMode/AttributesPager/index.d.ts +3 -1
  68. package/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -1
  69. package/components/attributes/readMode/ComplexAttribute/ComplexAttribute.js +4 -3
  70. package/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +1 -0
  71. package/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +1 -0
  72. package/components/attributes/readMode/ReferenceAttribute/index.d.ts +1 -0
  73. package/components/crosswalks/AttributesTable/AttributesTable.d.ts +8 -7
  74. package/components/crosswalks/AttributesTable/AttributesTable.js +12 -9
  75. package/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.d.ts +2 -1
  76. package/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +3 -3
  77. package/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.d.ts +9 -2
  78. package/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +19 -3
  79. package/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.d.ts +2 -0
  80. package/components/{activityLog/ActivityFilterEditor/ActivityDateRangeEditor.d.ts → editors/CustomDateRangeEditor/CustomDateRangeEditor.d.ts} +3 -3
  81. package/components/{activityLog/ActivityFilterEditor/ActivityDateRangeEditor.js → editors/CustomDateRangeEditor/CustomDateRangeEditor.js} +6 -5
  82. package/components/editors/CustomDateRangeEditor/styles.d.ts +1 -0
  83. package/components/editors/CustomDateRangeEditor/styles.js +25 -0
  84. package/components/editors/DateRangeEditor/styles.d.ts +1 -1
  85. package/components/history/DateRangeSelector/DateRangeSelector.d.ts +9 -0
  86. package/components/history/DateRangeSelector/DateRangeSelector.js +91 -0
  87. package/components/history/DateRangeSelector/styles.d.ts +1 -0
  88. package/components/history/DateRangeSelector/styles.js +22 -0
  89. package/components/history/DateRangeSelector/utils.d.ts +3 -0
  90. package/components/history/DateRangeSelector/utils.js +19 -0
  91. package/components/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +9 -0
  92. package/components/history/HistoryActivitySelector/HistoryActivitySelector.js +27 -0
  93. package/components/history/HistoryActivitySelector/styles.d.ts +4 -0
  94. package/components/history/HistoryActivitySelector/styles.js +42 -0
  95. package/components/history/HistoryActivitySelector/utils.d.ts +3 -0
  96. package/components/history/HistoryActivitySelector/utils.js +23 -0
  97. package/components/history/HistoryFilterButton/HistoryFilterButton.d.ts +10 -0
  98. package/components/history/HistoryFilterButton/HistoryFilterButton.js +87 -0
  99. package/components/history/HistoryFilterButton/styles.d.ts +1 -1
  100. package/components/history/HistoryFilterButton/styles.js +26 -0
  101. package/components/history/HistoryHeader/HistoryHeader.d.ts +6 -1
  102. package/components/history/HistoryHeader/HistoryHeader.js +3 -3
  103. package/components/history/ProfileBandHistory/ProfileBandHistory.d.ts +3 -0
  104. package/components/history/ProfileBandHistory/ProfileBandHistory.js +45 -0
  105. package/components/history/ProfileBandHistory/styles.d.ts +1 -0
  106. package/components/history/ProfileBandHistory/styles.js +18 -0
  107. package/components/history/hooks/useHistorySlice.d.ts +4 -0
  108. package/components/history/hooks/useHistorySlice.js +58 -0
  109. package/components/history/index.d.ts +3 -2
  110. package/components/history/index.js +16 -5
  111. package/components/history/types/HistoryFilter.d.ts +12 -0
  112. package/components/history/types/HistoryFilter.js +9 -0
  113. package/components/history/types/index.d.ts +2 -0
  114. package/components/history/types/index.js +5 -0
  115. package/components/index.d.ts +1 -0
  116. package/components/index.js +3 -1
  117. package/package.json +3 -3
  118. package/types/index.d.ts +17 -0
  119. package/types/index.js +7 -0
  120. package/components/activityLog/ActivityFilterEditor/AttributeSelector.d.ts +0 -10
  121. package/components/activityLog/ActivityFilterEditor/IntervalSelector.d.ts +0 -8
  122. package/components/activityLog/ActivityFilterEditor/UserSelector.d.ts +0 -7
  123. package/components/activityLog/types/AttributeOption.d.ts +0 -8
  124. package/components/activityLog/types/AttributeOption.js +0 -2
  125. package/components/activityLog/types/DateRangeTypes.d.ts +0 -5
  126. package/components/activityLog/types/DateRangeTypes.js +0 -9
  127. package/components/history/HistoryFilterButton/HistoryFilterBitton.d.ts +0 -3
  128. package/components/history/HistoryFilterButton/HistoryFilterBitton.js +0 -14
@@ -1,8 +0,0 @@
1
- import { AttributeType } from '@reltio/mdm-sdk';
2
- export declare type AttributeOption = {
3
- label: string;
4
- value: string;
5
- attrType: AttributeType;
6
- chipLabel: string;
7
- level: number;
8
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export declare enum DateRangeTypes {
2
- WITHIN = "within",
3
- AGO = "ago",
4
- BETWEEN = "between"
5
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DateRangeTypes = void 0;
4
- var DateRangeTypes;
5
- (function (DateRangeTypes) {
6
- DateRangeTypes["WITHIN"] = "within";
7
- DateRangeTypes["AGO"] = "ago";
8
- DateRangeTypes["BETWEEN"] = "between";
9
- })(DateRangeTypes = exports.DateRangeTypes || (exports.DateRangeTypes = {}));
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const HistoryFilterButton: () => JSX.Element;
3
- export default HistoryFilterButton;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var react_1 = __importDefault(require("react"));
7
- var FilterList_1 = __importDefault(require("@material-ui/icons/FilterList"));
8
- var SmallIconButton_1 = require("../../SmallIconButton");
9
- var styles_1 = require("./styles");
10
- var HistoryFilterButton = function () {
11
- var styles = styles_1.useStyles();
12
- return react_1.default.createElement(SmallIconButton_1.SmallIconButton, { icon: FilterList_1.default, size: "XS", onClick: function () { }, className: styles.icon });
13
- };
14
- exports.default = HistoryFilterButton;