@veltdev/react 4.3.0-beta.3 → 4.3.0-beta.4

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 (76) hide show
  1. package/cjs/index.js +100 -5
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +3 -0
  4. package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +12 -0
  5. package/cjs/types/components/VeltAutocompleteGroupOptionWireframe/VeltAutocompleteGroupOptionWireframe.d.ts +6 -0
  6. package/cjs/types/components/VeltAutocompleteGroupOptionWireframe/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +6 -0
  8. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAssigned/VeltCommentsSidebarFilterAssigned.d.ts +14 -0
  9. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAssigned/index.d.ts +1 -0
  10. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +2 -0
  11. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +2 -0
  12. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +2 -0
  13. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +2 -0
  14. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterResetButton/VeltCommentsSidebarFilterResetButton.d.ts +6 -0
  15. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterResetButton/index.d.ts +1 -0
  16. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +16 -0
  17. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchDropdownIcon/VeltCommentsSidebarFilterSearchDropdownIcon.d.ts +8 -0
  18. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchDropdownIcon/index.d.ts +1 -0
  19. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchHiddenCount/VeltCommentsSidebarFilterSearchHiddenCount.d.ts +8 -0
  20. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchHiddenCount/index.d.ts +1 -0
  21. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +8 -0
  22. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/index.d.ts +1 -0
  23. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTags.d.ts +10 -0
  24. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagItem.d.ts +12 -0
  25. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemClose/VeltCommentsSidebarFilterSearchTagItemClose.d.ts +8 -0
  26. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemClose/index.d.ts +1 -0
  27. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemName/VeltCommentsSidebarFilterSearchTagItemName.d.ts +8 -0
  28. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemName/index.d.ts +1 -0
  29. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/index.d.ts +1 -0
  30. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/index.d.ts +1 -0
  31. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/index.d.ts +1 -0
  32. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterStatus/VeltCommentsSidebarFilterStatus.d.ts +2 -0
  33. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTagged/VeltCommentsSidebarFilterTagged.d.ts +14 -0
  34. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTagged/index.d.ts +1 -0
  35. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +2 -0
  36. package/cjs/types/components/index.d.ts +1 -0
  37. package/cjs/types/constants.d.ts +1 -1
  38. package/esm/index.js +100 -6
  39. package/esm/index.js.map +1 -1
  40. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +3 -0
  41. package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +12 -0
  42. package/esm/types/components/VeltAutocompleteGroupOptionWireframe/VeltAutocompleteGroupOptionWireframe.d.ts +6 -0
  43. package/esm/types/components/VeltAutocompleteGroupOptionWireframe/index.d.ts +1 -0
  44. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +6 -0
  45. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAssigned/VeltCommentsSidebarFilterAssigned.d.ts +14 -0
  46. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAssigned/index.d.ts +1 -0
  47. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +2 -0
  48. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +2 -0
  49. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +2 -0
  50. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +2 -0
  51. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterResetButton/VeltCommentsSidebarFilterResetButton.d.ts +6 -0
  52. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterResetButton/index.d.ts +1 -0
  53. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +16 -0
  54. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchDropdownIcon/VeltCommentsSidebarFilterSearchDropdownIcon.d.ts +8 -0
  55. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchDropdownIcon/index.d.ts +1 -0
  56. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchHiddenCount/VeltCommentsSidebarFilterSearchHiddenCount.d.ts +8 -0
  57. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchHiddenCount/index.d.ts +1 -0
  58. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +8 -0
  59. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/index.d.ts +1 -0
  60. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTags.d.ts +10 -0
  61. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagItem.d.ts +12 -0
  62. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemClose/VeltCommentsSidebarFilterSearchTagItemClose.d.ts +8 -0
  63. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemClose/index.d.ts +1 -0
  64. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemName/VeltCommentsSidebarFilterSearchTagItemName.d.ts +8 -0
  65. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagsItemName/index.d.ts +1 -0
  66. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTagsItem/index.d.ts +1 -0
  67. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchTags/index.d.ts +1 -0
  68. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/index.d.ts +1 -0
  69. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterStatus/VeltCommentsSidebarFilterStatus.d.ts +2 -0
  70. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTagged/VeltCommentsSidebarFilterTagged.d.ts +14 -0
  71. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTagged/index.d.ts +1 -0
  72. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +2 -0
  73. package/esm/types/components/index.d.ts +1 -0
  74. package/esm/types/constants.d.ts +1 -1
  75. package/index.d.ts +95 -1
  76. package/package.json +1 -1
@@ -131,6 +131,9 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
131
131
  atHereEnabled?: boolean;
132
132
  customAutocompleteSearch?: boolean;
133
133
  deleteThreadWithFirstComment?: boolean;
134
+ expandMentionGroups?: boolean;
135
+ showMentionGroupsFirst?: boolean;
136
+ showMentionGroupsOnly?: boolean;
134
137
  }
135
138
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
136
139
  export default SnippylyComments;
@@ -9,6 +9,8 @@ declare class FilterTypeConfig {
9
9
  declare class CommentSidebarFilterConfig {
10
10
  location?: FilterTypeConfig;
11
11
  people?: FilterTypeConfig;
12
+ tagged?: FilterTypeConfig;
13
+ assigned?: FilterTypeConfig;
12
14
  priority?: FilterTypeConfig;
13
15
  category?: FilterTypeConfig;
14
16
  commentType?: FilterTypeConfig;
@@ -24,6 +26,14 @@ declare class CommentSidebarFilters {
24
26
  userId?: string;
25
27
  email?: string;
26
28
  }[];
29
+ tagged?: {
30
+ userId?: string;
31
+ email?: string;
32
+ }[];
33
+ assigned?: {
34
+ userId?: string;
35
+ email?: string;
36
+ }[];
27
37
  priority?: string[];
28
38
  status?: string[];
29
39
  category?: string[];
@@ -67,6 +77,8 @@ export interface IVeltCommentsSidebarProps {
67
77
  focusedThreadDialogVariant?: string;
68
78
  focusedThreadMode?: boolean;
69
79
  searchPlaceholder?: string;
80
+ filterOptionLayout?: 'checkbox' | 'dropdown';
81
+ filterCount?: boolean;
70
82
  }
71
83
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
72
84
  export default SnippylyCommentsSidebar;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../constants';
3
+ export interface IVeltAutocompleteGroupOptionWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ declare const VeltAutocompleteGroupOptionWireframe: React.FC<IVeltAutocompleteGroupOptionWireframeProps>;
6
+ export default VeltAutocompleteGroupOptionWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltAutocompleteGroupOptionWireframe';
@@ -12,6 +12,9 @@ import { IVeltCommentsSidebarFilterTitleProps } from './VeltCommentsSidebarFilte
12
12
  import { IVeltCommentsSidebarFilterVersions } from './VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions';
13
13
  import { IVeltCommentsSidebarFilterItem } from './VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
14
14
  import { IVeltCommentsSidebarFilterStatus } from './VeltCommentsSidebarFilterStatus/VeltCommentsSidebarFilterStatus';
15
+ import { IVeltCommentsSidebarFilterResetButtonProps } from './VeltCommentsSidebarFilterResetButton/VeltCommentsSidebarFilterResetButton';
16
+ import { IVeltCommentsSidebarFilterAssigned } from './VeltCommentsSidebarFilterAssigned/VeltCommentsSidebarFilterAssigned';
17
+ import { IVeltCommentsSidebarFilterTagged } from './VeltCommentsSidebarFilterTagged/VeltCommentsSidebarFilterTagged';
15
18
  export interface IVeltCommentsSidebarFilterProps extends IVeltWireframeCommonProps {
16
19
  }
17
20
  export interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSidebarFilterProps> {
@@ -19,6 +22,8 @@ export interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSideba
19
22
  CloseButton: React.FC<IVeltCommentsSidebarFilterCloseButtonProps>;
20
23
  Location: IVeltCommentsSidebarFilterLocation;
21
24
  People: IVeltCommentsSidebarFilterPeople;
25
+ Assigned: IVeltCommentsSidebarFilterAssigned;
26
+ Tagged: IVeltCommentsSidebarFilterTagged;
22
27
  Category: IVeltCommentsSidebarFilterCategory;
23
28
  CommentType: IVeltCommentsSidebarFilterCommentType;
24
29
  Priority: IVeltCommentsSidebarFilterPriority;
@@ -27,6 +32,7 @@ export interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSideba
27
32
  DoneButton: React.FC<IVeltCommentsSidebarFilterDoneButtonProps>;
28
33
  Item: IVeltCommentsSidebarFilterItem;
29
34
  Status: IVeltCommentsSidebarFilterStatus;
35
+ ResetButton: React.FC<IVeltCommentsSidebarFilterResetButtonProps>;
30
36
  }
31
37
  declare const VeltCommentsSidebarFilter: IVeltCommentsSidebarFilter;
32
38
  export default VeltCommentsSidebarFilter;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
+ import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
6
+ export interface IVeltCommentsSidebarFilterAssignedProps extends IVeltWireframeCommonProps {
7
+ }
8
+ export interface IVeltCommentsSidebarFilterAssigned extends React.FC<IVeltCommentsSidebarFilterAssignedProps> {
9
+ Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
10
+ Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
12
+ }
13
+ declare const VeltCommentsSidebarFilterAssigned: IVeltCommentsSidebarFilterAssigned;
14
+ export default VeltCommentsSidebarFilterAssigned;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarFilterAssigned";
@@ -2,11 +2,13 @@ import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
4
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
5
6
  export interface IVeltCommentsSidebarFilterCategoryProps extends IVeltWireframeCommonProps {
6
7
  }
7
8
  export interface IVeltCommentsSidebarFilterCategory extends React.FC<IVeltCommentsSidebarFilterCategoryProps> {
8
9
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
9
10
  Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
10
12
  }
11
13
  declare const VeltCommentsSidebarFilterCategory: IVeltCommentsSidebarFilterCategory;
12
14
  export default VeltCommentsSidebarFilterCategory;
@@ -3,12 +3,14 @@ import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
4
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
5
  import { IVeltCommentsSidebarFilterViewAllProps } from '../VeltCommentsSidebarFilterViewAll/VeltCommentsSidebarFilterViewAll';
6
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
6
7
  export interface IVeltCommentsSidebarFilterLocationProps extends IVeltWireframeCommonProps {
7
8
  }
8
9
  export interface IVeltCommentsSidebarFilterLocation extends React.FC<IVeltCommentsSidebarFilterLocationProps> {
9
10
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
10
11
  Item: IVeltCommentsSidebarFilterItem;
11
12
  ViewAll: React.FC<IVeltCommentsSidebarFilterViewAllProps>;
13
+ Search: IVeltCommentsSidebarFilterSearch;
12
14
  }
13
15
  declare const VeltCommentsSidebarFilterLocation: IVeltCommentsSidebarFilterLocation;
14
16
  export default VeltCommentsSidebarFilterLocation;
@@ -2,11 +2,13 @@ import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
4
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
5
6
  export interface IVeltCommentsSidebarFilterPeopleProps extends IVeltWireframeCommonProps {
6
7
  }
7
8
  export interface IVeltCommentsSidebarFilterPeople extends React.FC<IVeltCommentsSidebarFilterPeopleProps> {
8
9
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
9
10
  Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
10
12
  }
11
13
  declare const VeltCommentsSidebarFilterPeople: IVeltCommentsSidebarFilterPeople;
12
14
  export default VeltCommentsSidebarFilterPeople;
@@ -2,11 +2,13 @@ import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
4
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
5
6
  export interface IVeltCommentsSidebarFilterPriorityProps extends IVeltWireframeCommonProps {
6
7
  }
7
8
  export interface IVeltCommentsSidebarFilterPriority extends React.FC<IVeltCommentsSidebarFilterPriorityProps> {
8
9
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
9
10
  Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
10
12
  }
11
13
  declare const VeltCommentsSidebarFilterPriority: IVeltCommentsSidebarFilterPriority;
12
14
  export default VeltCommentsSidebarFilterPriority;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterResetButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ declare const VeltCommentsSidebarFilterResetButton: React.FC<IVeltCommentsSidebarFilterResetButtonProps>;
6
+ export default VeltCommentsSidebarFilterResetButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarFilterResetButton";
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ import { IVeltCommentsSidebarFilterSearchDropdownIcon } from './VeltCommentsSidebarFilterSearchDropdownIcon/VeltCommentsSidebarFilterSearchDropdownIcon';
4
+ import { IVeltCommentsSidebarFilterSearchHiddenCount } from './VeltCommentsSidebarFilterSearchHiddenCount/VeltCommentsSidebarFilterSearchHiddenCount';
5
+ import { IVeltCommentsSidebarFilterSearchInput } from './VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput';
6
+ import { IVeltCommentsSidebarFilterSearchTags } from './VeltCommentsSidebarFilterSearchTags/VeltCommentsSidebarFilterSearchTags';
7
+ export interface IVeltCommentsSidebarFilterSearchProps extends IVeltWireframeCommonProps {
8
+ }
9
+ export interface IVeltCommentsSidebarFilterSearch extends React.FC<IVeltCommentsSidebarFilterSearchProps> {
10
+ DropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
11
+ Tags: IVeltCommentsSidebarFilterSearchTags;
12
+ HiddenCount: IVeltCommentsSidebarFilterSearchHiddenCount;
13
+ Input: IVeltCommentsSidebarFilterSearchInput;
14
+ }
15
+ declare const VeltCommentsSidebarFilterSearch: IVeltCommentsSidebarFilterSearch;
16
+ export default VeltCommentsSidebarFilterSearch;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterSearchDropdownIconProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFilterSearchDropdownIcon extends React.FC<IVeltCommentsSidebarFilterSearchDropdownIconProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFilterSearchDropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
8
+ export default VeltCommentsSidebarFilterSearchDropdownIcon;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterSearchHiddenCountProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFilterSearchHiddenCount extends React.FC<IVeltCommentsSidebarFilterSearchHiddenCountProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFilterSearchHiddenCount: IVeltCommentsSidebarFilterSearchHiddenCount;
8
+ export default VeltCommentsSidebarFilterSearchHiddenCount;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterSearchInputProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFilterSearchInput extends React.FC<IVeltCommentsSidebarFilterSearchInputProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFilterSearchInput: IVeltCommentsSidebarFilterSearchInput;
8
+ export default VeltCommentsSidebarFilterSearchInput;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ import { IVeltCommentsSidebarFilterSearchTagsItem } from './VeltCommentsSidebarFilterSearchTagsItem/VeltCommentsSidebarFilterSearchTagItem';
4
+ export interface IVeltCommentsSidebarFilterSearchTagsProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltCommentsSidebarFilterSearchTags extends React.FC<IVeltCommentsSidebarFilterSearchTagsProps> {
7
+ Item: IVeltCommentsSidebarFilterSearchTagsItem;
8
+ }
9
+ declare const VeltCommentsSidebarFilterSearchTags: IVeltCommentsSidebarFilterSearchTags;
10
+ export default VeltCommentsSidebarFilterSearchTags;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../constants';
3
+ import { IVeltCommentsSidebarFilterSearchTagsItemName } from './VeltCommentsSidebarFilterSearchTagsItemName/VeltCommentsSidebarFilterSearchTagItemName';
4
+ import { IVeltCommentsSidebarFilterSearchTagsItemClose } from './VeltCommentsSidebarFilterSearchTagsItemClose/VeltCommentsSidebarFilterSearchTagItemClose';
5
+ export interface IVeltCommentsSidebarFilterSearchTagsItemProps extends IVeltWireframeCommonProps {
6
+ }
7
+ export interface IVeltCommentsSidebarFilterSearchTagsItem extends React.FC<IVeltCommentsSidebarFilterSearchTagsItemProps> {
8
+ Name: IVeltCommentsSidebarFilterSearchTagsItemName;
9
+ Close: IVeltCommentsSidebarFilterSearchTagsItemClose;
10
+ }
11
+ declare const VeltCommentsSidebarFilterSearchTagsItem: IVeltCommentsSidebarFilterSearchTagsItem;
12
+ export default VeltCommentsSidebarFilterSearchTagsItem;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterSearchTagsItemCloseProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFilterSearchTagsItemClose extends React.FC<IVeltCommentsSidebarFilterSearchTagsItemCloseProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFilterSearchTagsItemClose: IVeltCommentsSidebarFilterSearchTagsItemClose;
8
+ export default VeltCommentsSidebarFilterSearchTagsItemClose;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../../constants';
3
+ export interface IVeltCommentsSidebarFilterSearchTagsItemNameProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFilterSearchTagsItemName extends React.FC<IVeltCommentsSidebarFilterSearchTagsItemNameProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFilterSearchTagsItemName: IVeltCommentsSidebarFilterSearchTagsItemName;
8
+ export default VeltCommentsSidebarFilterSearchTagsItemName;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarFilterSearch";
@@ -2,11 +2,13 @@ import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
4
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
5
6
  export interface IVeltCommentsSidebarFilterStatusProps extends IVeltWireframeCommonProps {
6
7
  }
7
8
  export interface IVeltCommentsSidebarFilterStatus extends React.FC<IVeltCommentsSidebarFilterStatusProps> {
8
9
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
9
10
  Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
10
12
  }
11
13
  declare const VeltCommentsSidebarFilterStatus: IVeltCommentsSidebarFilterStatus;
12
14
  export default VeltCommentsSidebarFilterStatus;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
4
+ import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
6
+ export interface IVeltCommentsSidebarFilterTaggedProps extends IVeltWireframeCommonProps {
7
+ }
8
+ export interface IVeltCommentsSidebarFilterTagged extends React.FC<IVeltCommentsSidebarFilterTaggedProps> {
9
+ Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
10
+ Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
12
+ }
13
+ declare const VeltCommentsSidebarFilterTagged: IVeltCommentsSidebarFilterTagged;
14
+ export default VeltCommentsSidebarFilterTagged;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarFilterTagged";
@@ -2,11 +2,13 @@ import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltCommentsSidebarFilterNameProps } from '../VeltCommentsSidebarFilterName/VeltCommentsSidebarFilterName';
4
4
  import { IVeltCommentsSidebarFilterItem } from '../VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
5
+ import { IVeltCommentsSidebarFilterSearch } from '../VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
5
6
  export interface IVeltCommentsSidebarFilterVersionsProps extends IVeltWireframeCommonProps {
6
7
  }
7
8
  export interface IVeltCommentsSidebarFilterVersions extends React.FC<IVeltCommentsSidebarFilterVersionsProps> {
8
9
  Name: React.FC<IVeltCommentsSidebarFilterNameProps>;
9
10
  Item: IVeltCommentsSidebarFilterItem;
11
+ Search: IVeltCommentsSidebarFilterSearch;
10
12
  }
11
13
  declare const VeltCommentsSidebarFilterVersions: IVeltCommentsSidebarFilterVersions;
12
14
  export default VeltCommentsSidebarFilterVersions;
@@ -50,6 +50,7 @@ export { default as VeltTextCommentToolWireframe } from "./VeltTextCommentToolWi
50
50
  export { default as VeltTextCommentToolbarWireframe } from "./VeltTextCommentToolbarWireframe";
51
51
  export { default as VeltUserSelectorDropdownWireframe } from "./VeltUserSelectorDropdownWireframe";
52
52
  export { default as VeltAutocompleteOptionWireframe } from "./VeltAutocompleteOptionWireframe";
53
+ export { default as VeltAutocompleteGroupOptionWireframe } from "./VeltAutocompleteGroupOptionWireframe";
53
54
  export { default as VeltAutocompleteChipTooltipWireframe } from "./VeltAutocompleteChipTooltipWireframe";
54
55
  export { default as VeltCommentBubbleWireframe } from "./VeltCommentBubble";
55
56
  export { default as VeltCommentDialogStatusDropdownContentWireframe } from "./VeltCommentDialogStatusDropdownContentWireframe/VeltCommentDialogStatusDropdownContentWireframe";
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.3.0-beta.3";
2
+ export declare const VELT_SDK_VERSION = "4.3.0-beta.4";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export interface IVeltWireframeCommonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
package/index.d.ts CHANGED
@@ -173,6 +173,9 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
173
173
  atHereEnabled?: boolean;
174
174
  customAutocompleteSearch?: boolean;
175
175
  deleteThreadWithFirstComment?: boolean;
176
+ expandMentionGroups?: boolean;
177
+ showMentionGroupsFirst?: boolean;
178
+ showMentionGroupsOnly?: boolean;
176
179
  }
177
180
  declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
178
181
 
@@ -186,6 +189,8 @@ declare class FilterTypeConfig$2 {
186
189
  declare class CommentSidebarFilterConfig$2 {
187
190
  location?: FilterTypeConfig$2;
188
191
  people?: FilterTypeConfig$2;
192
+ tagged?: FilterTypeConfig$2;
193
+ assigned?: FilterTypeConfig$2;
189
194
  priority?: FilterTypeConfig$2;
190
195
  category?: FilterTypeConfig$2;
191
196
  commentType?: FilterTypeConfig$2;
@@ -201,6 +206,14 @@ declare class CommentSidebarFilters$2 {
201
206
  userId?: string;
202
207
  email?: string;
203
208
  }[];
209
+ tagged?: {
210
+ userId?: string;
211
+ email?: string;
212
+ }[];
213
+ assigned?: {
214
+ userId?: string;
215
+ email?: string;
216
+ }[];
204
217
  priority?: string[];
205
218
  status?: string[];
206
219
  category?: string[];
@@ -244,6 +257,8 @@ interface IVeltCommentsSidebarProps {
244
257
  focusedThreadDialogVariant?: string;
245
258
  focusedThreadMode?: boolean;
246
259
  searchPlaceholder?: string;
260
+ filterOptionLayout?: 'checkbox' | 'dropdown';
261
+ filterCount?: boolean;
247
262
  }
248
263
  declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
249
264
 
@@ -1382,11 +1397,59 @@ interface IVeltCommentsSidebarFilterItem extends React$1.FC<IVeltCommentsSidebar
1382
1397
  interface IVeltCommentsSidebarFilterNameProps extends IVeltWireframeCommonProps {
1383
1398
  }
1384
1399
 
1400
+ interface IVeltCommentsSidebarFilterSearchDropdownIconProps extends IVeltWireframeCommonProps {
1401
+ }
1402
+ interface IVeltCommentsSidebarFilterSearchDropdownIcon extends React$1.FC<IVeltCommentsSidebarFilterSearchDropdownIconProps> {
1403
+ }
1404
+
1405
+ interface IVeltCommentsSidebarFilterSearchHiddenCountProps extends IVeltWireframeCommonProps {
1406
+ }
1407
+ interface IVeltCommentsSidebarFilterSearchHiddenCount extends React$1.FC<IVeltCommentsSidebarFilterSearchHiddenCountProps> {
1408
+ }
1409
+
1410
+ interface IVeltCommentsSidebarFilterSearchInputProps extends IVeltWireframeCommonProps {
1411
+ }
1412
+ interface IVeltCommentsSidebarFilterSearchInput extends React$1.FC<IVeltCommentsSidebarFilterSearchInputProps> {
1413
+ }
1414
+
1415
+ interface IVeltCommentsSidebarFilterSearchTagsItemNameProps extends IVeltWireframeCommonProps {
1416
+ }
1417
+ interface IVeltCommentsSidebarFilterSearchTagsItemName extends React$1.FC<IVeltCommentsSidebarFilterSearchTagsItemNameProps> {
1418
+ }
1419
+
1420
+ interface IVeltCommentsSidebarFilterSearchTagsItemCloseProps extends IVeltWireframeCommonProps {
1421
+ }
1422
+ interface IVeltCommentsSidebarFilterSearchTagsItemClose extends React$1.FC<IVeltCommentsSidebarFilterSearchTagsItemCloseProps> {
1423
+ }
1424
+
1425
+ interface IVeltCommentsSidebarFilterSearchTagsItemProps extends IVeltWireframeCommonProps {
1426
+ }
1427
+ interface IVeltCommentsSidebarFilterSearchTagsItem extends React$1.FC<IVeltCommentsSidebarFilterSearchTagsItemProps> {
1428
+ Name: IVeltCommentsSidebarFilterSearchTagsItemName;
1429
+ Close: IVeltCommentsSidebarFilterSearchTagsItemClose;
1430
+ }
1431
+
1432
+ interface IVeltCommentsSidebarFilterSearchTagsProps extends IVeltWireframeCommonProps {
1433
+ }
1434
+ interface IVeltCommentsSidebarFilterSearchTags extends React$1.FC<IVeltCommentsSidebarFilterSearchTagsProps> {
1435
+ Item: IVeltCommentsSidebarFilterSearchTagsItem;
1436
+ }
1437
+
1438
+ interface IVeltCommentsSidebarFilterSearchProps extends IVeltWireframeCommonProps {
1439
+ }
1440
+ interface IVeltCommentsSidebarFilterSearch extends React$1.FC<IVeltCommentsSidebarFilterSearchProps> {
1441
+ DropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
1442
+ Tags: IVeltCommentsSidebarFilterSearchTags;
1443
+ HiddenCount: IVeltCommentsSidebarFilterSearchHiddenCount;
1444
+ Input: IVeltCommentsSidebarFilterSearchInput;
1445
+ }
1446
+
1385
1447
  interface IVeltCommentsSidebarFilterCategoryProps extends IVeltWireframeCommonProps {
1386
1448
  }
1387
1449
  interface IVeltCommentsSidebarFilterCategory extends React$1.FC<IVeltCommentsSidebarFilterCategoryProps> {
1388
1450
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1389
1451
  Item: IVeltCommentsSidebarFilterItem;
1452
+ Search: IVeltCommentsSidebarFilterSearch;
1390
1453
  }
1391
1454
 
1392
1455
  interface IVeltCommentsSidebarFilterCloseButtonProps extends IVeltWireframeCommonProps {
@@ -1418,6 +1481,7 @@ interface IVeltCommentsSidebarFilterLocation extends React$1.FC<IVeltCommentsSid
1418
1481
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1419
1482
  Item: IVeltCommentsSidebarFilterItem;
1420
1483
  ViewAll: React$1.FC<IVeltCommentsSidebarFilterViewAllProps>;
1484
+ Search: IVeltCommentsSidebarFilterSearch;
1421
1485
  }
1422
1486
 
1423
1487
  interface IVeltCommentsSidebarFilterPeopleProps extends IVeltWireframeCommonProps {
@@ -1425,6 +1489,7 @@ interface IVeltCommentsSidebarFilterPeopleProps extends IVeltWireframeCommonProp
1425
1489
  interface IVeltCommentsSidebarFilterPeople extends React$1.FC<IVeltCommentsSidebarFilterPeopleProps> {
1426
1490
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1427
1491
  Item: IVeltCommentsSidebarFilterItem;
1492
+ Search: IVeltCommentsSidebarFilterSearch;
1428
1493
  }
1429
1494
 
1430
1495
  interface IVeltCommentsSidebarFilterPriorityProps extends IVeltWireframeCommonProps {
@@ -1432,6 +1497,7 @@ interface IVeltCommentsSidebarFilterPriorityProps extends IVeltWireframeCommonPr
1432
1497
  interface IVeltCommentsSidebarFilterPriority extends React$1.FC<IVeltCommentsSidebarFilterPriorityProps> {
1433
1498
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1434
1499
  Item: IVeltCommentsSidebarFilterItem;
1500
+ Search: IVeltCommentsSidebarFilterSearch;
1435
1501
  }
1436
1502
 
1437
1503
  interface IVeltCommentsSidebarFilterTitleProps extends IVeltWireframeCommonProps {
@@ -1442,6 +1508,7 @@ interface IVeltCommentsSidebarFilterVersionsProps extends IVeltWireframeCommonPr
1442
1508
  interface IVeltCommentsSidebarFilterVersions extends React$1.FC<IVeltCommentsSidebarFilterVersionsProps> {
1443
1509
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1444
1510
  Item: IVeltCommentsSidebarFilterItem;
1511
+ Search: IVeltCommentsSidebarFilterSearch;
1445
1512
  }
1446
1513
 
1447
1514
  interface IVeltCommentsSidebarFilterStatusProps extends IVeltWireframeCommonProps {
@@ -1449,6 +1516,26 @@ interface IVeltCommentsSidebarFilterStatusProps extends IVeltWireframeCommonProp
1449
1516
  interface IVeltCommentsSidebarFilterStatus extends React$1.FC<IVeltCommentsSidebarFilterStatusProps> {
1450
1517
  Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1451
1518
  Item: IVeltCommentsSidebarFilterItem;
1519
+ Search: IVeltCommentsSidebarFilterSearch;
1520
+ }
1521
+
1522
+ interface IVeltCommentsSidebarFilterResetButtonProps extends IVeltWireframeCommonProps {
1523
+ }
1524
+
1525
+ interface IVeltCommentsSidebarFilterAssignedProps extends IVeltWireframeCommonProps {
1526
+ }
1527
+ interface IVeltCommentsSidebarFilterAssigned extends React$1.FC<IVeltCommentsSidebarFilterAssignedProps> {
1528
+ Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1529
+ Item: IVeltCommentsSidebarFilterItem;
1530
+ Search: IVeltCommentsSidebarFilterSearch;
1531
+ }
1532
+
1533
+ interface IVeltCommentsSidebarFilterTaggedProps extends IVeltWireframeCommonProps {
1534
+ }
1535
+ interface IVeltCommentsSidebarFilterTagged extends React$1.FC<IVeltCommentsSidebarFilterTaggedProps> {
1536
+ Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
1537
+ Item: IVeltCommentsSidebarFilterItem;
1538
+ Search: IVeltCommentsSidebarFilterSearch;
1452
1539
  }
1453
1540
 
1454
1541
  interface IVeltCommentsSidebarFilterProps extends IVeltWireframeCommonProps {
@@ -1458,6 +1545,8 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
1458
1545
  CloseButton: React$1.FC<IVeltCommentsSidebarFilterCloseButtonProps>;
1459
1546
  Location: IVeltCommentsSidebarFilterLocation;
1460
1547
  People: IVeltCommentsSidebarFilterPeople;
1548
+ Assigned: IVeltCommentsSidebarFilterAssigned;
1549
+ Tagged: IVeltCommentsSidebarFilterTagged;
1461
1550
  Category: IVeltCommentsSidebarFilterCategory;
1462
1551
  CommentType: IVeltCommentsSidebarFilterCommentType;
1463
1552
  Priority: IVeltCommentsSidebarFilterPriority;
@@ -1466,6 +1555,7 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
1466
1555
  DoneButton: React$1.FC<IVeltCommentsSidebarFilterDoneButtonProps>;
1467
1556
  Item: IVeltCommentsSidebarFilterItem;
1468
1557
  Status: IVeltCommentsSidebarFilterStatus;
1558
+ ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
1469
1559
  }
1470
1560
 
1471
1561
  interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
@@ -1842,6 +1932,10 @@ declare const VeltAutocompleteOptionWireframe: React$1.FC<IVeltAutocompleteOptio
1842
1932
  Name: React$1.FC<IVeltAutocompleteOptionNameWireframeProps>;
1843
1933
  };
1844
1934
 
1935
+ interface IVeltAutocompleteGroupOptionWireframeProps extends IVeltWireframeCommonProps {
1936
+ }
1937
+ declare const VeltAutocompleteGroupOptionWireframe: React$1.FC<IVeltAutocompleteGroupOptionWireframeProps>;
1938
+
1845
1939
  interface IVeltAutocompleteChipTooltipDescriptionWireframeProps extends IVeltWireframeCommonProps {
1846
1940
  }
1847
1941
  interface IVeltAutocompleteChipTooltipDescriptionWireframe extends React$1.FC<IVeltAutocompleteChipTooltipDescriptionWireframeProps> {
@@ -3588,4 +3682,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
3588
3682
  updateLiveStateDataId: (newId?: string) => void;
3589
3683
  };
3590
3684
 
3591
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
3685
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.3.0-beta.3",
3
+ "version": "4.3.0-beta.4",
4
4
  "description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
5
5
  "homepage": "https://velt.dev",
6
6
  "keywords": [