@hiver/connector-agent 2.0.5-emailSelection-beta.7 → 2.0.5-globalSearch-beta.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.
Files changed (132) hide show
  1. package/api/form.d.ts +5 -0
  2. package/api/form.d.ts.map +1 -0
  3. package/api/linkCard.d.ts +4 -0
  4. package/api/linkCard.d.ts.map +1 -0
  5. package/app/connector-cards.d.ts.map +1 -1
  6. package/constants/api.d.ts +2 -0
  7. package/constants/api.d.ts.map +1 -1
  8. package/constants/endpoints.d.ts +3 -0
  9. package/constants/endpoints.d.ts.map +1 -0
  10. package/constants/form.d.ts +14 -0
  11. package/constants/form.d.ts.map +1 -0
  12. package/constants/global-constants.d.ts +1 -1
  13. package/constants/global-constants.d.ts.map +1 -1
  14. package/{features/write-form/constants/regex-pattern.d.ts → constants/regex-patterns.d.ts} +1 -1
  15. package/constants/regex-patterns.d.ts.map +1 -0
  16. package/features/connector-cards/api/index.d.ts +0 -1
  17. package/features/connector-cards/api/index.d.ts.map +1 -1
  18. package/features/connector-cards/components/card-list/CardContent.d.ts +1 -1
  19. package/features/connector-cards/components/card-list/CardContent.d.ts.map +1 -1
  20. package/features/connector-cards/components/card-list/cards-view.d.ts +16 -0
  21. package/features/connector-cards/components/card-list/cards-view.d.ts.map +1 -0
  22. package/features/connector-cards/components/card-list/style.d.ts +0 -4
  23. package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
  24. package/features/connector-cards/constants/api.d.ts +0 -1
  25. package/features/connector-cards/constants/api.d.ts.map +1 -1
  26. package/features/connector-cards/constants/card-content.d.ts +0 -1
  27. package/features/connector-cards/constants/card-content.d.ts.map +1 -1
  28. package/features/connector-cards/store/initial-state.d.ts +0 -4
  29. package/features/connector-cards/store/initial-state.d.ts.map +1 -1
  30. package/features/connector-cards/store/selectors.d.ts +0 -4
  31. package/features/connector-cards/store/selectors.d.ts.map +1 -1
  32. package/features/connector-cards/store/slice.d.ts +1 -16
  33. package/features/connector-cards/store/slice.d.ts.map +1 -1
  34. package/features/global-search/api/getSearchResults.d.ts +10 -0
  35. package/features/global-search/api/getSearchResults.d.ts.map +1 -0
  36. package/features/global-search/components/index.d.ts +12 -0
  37. package/features/global-search/components/index.d.ts.map +1 -0
  38. package/features/global-search/components/preview-and-link/index.d.ts +8 -0
  39. package/features/global-search/components/preview-and-link/index.d.ts.map +1 -0
  40. package/features/global-search/components/preview-and-link/styles.d.ts +4 -0
  41. package/features/global-search/components/preview-and-link/styles.d.ts.map +1 -0
  42. package/features/global-search/components/search-form/SearchForm.d.ts +10 -0
  43. package/features/global-search/components/search-form/SearchForm.d.ts.map +1 -0
  44. package/features/global-search/components/search-form/reducer.d.ts +13 -0
  45. package/features/global-search/components/search-form/reducer.d.ts.map +1 -0
  46. package/features/global-search/components/search-option/index.d.ts +9 -0
  47. package/features/global-search/components/search-option/index.d.ts.map +1 -0
  48. package/features/global-search/components/search-option/styles.d.ts +5 -0
  49. package/features/global-search/components/search-option/styles.d.ts.map +1 -0
  50. package/features/global-search/components/search-results/components/index.d.ts +3 -0
  51. package/features/global-search/components/search-results/components/index.d.ts.map +1 -0
  52. package/features/global-search/components/search-results/index.d.ts +8 -0
  53. package/features/global-search/components/search-results/index.d.ts.map +1 -0
  54. package/features/global-search/components/search-results/styles.d.ts +6 -0
  55. package/features/global-search/components/search-results/styles.d.ts.map +1 -0
  56. package/features/global-search/components/search-select/components/index.d.ts +5 -0
  57. package/features/global-search/components/search-select/components/index.d.ts.map +1 -0
  58. package/features/global-search/components/search-select/components/styles.d.ts +4 -0
  59. package/features/global-search/components/search-select/components/styles.d.ts.map +1 -0
  60. package/features/global-search/components/search-select/index.d.ts +13 -0
  61. package/features/global-search/components/search-select/index.d.ts.map +1 -0
  62. package/features/global-search/components/search-select/styles.d.ts +3 -0
  63. package/features/global-search/components/search-select/styles.d.ts.map +1 -0
  64. package/features/global-search/components/search-suggestions/index.d.ts +8 -0
  65. package/features/global-search/components/search-suggestions/index.d.ts.map +1 -0
  66. package/features/global-search/components/search-suggestions/styles.d.ts +6 -0
  67. package/features/global-search/components/search-suggestions/styles.d.ts.map +1 -0
  68. package/features/global-search/components/styles.d.ts +5 -0
  69. package/features/global-search/components/styles.d.ts.map +1 -0
  70. package/features/global-search/constants/api.d.ts +2 -0
  71. package/features/global-search/constants/api.d.ts.map +1 -0
  72. package/features/global-search/constants/index.d.ts +7 -0
  73. package/features/global-search/constants/index.d.ts.map +1 -0
  74. package/features/global-search/constants/storage.d.ts +2 -0
  75. package/features/global-search/constants/storage.d.ts.map +1 -0
  76. package/features/global-search/hooks/useObjectSort.d.ts +10 -0
  77. package/features/global-search/hooks/useObjectSort.d.ts.map +1 -0
  78. package/features/global-search/store/selectors.d.ts +15 -0
  79. package/features/global-search/store/selectors.d.ts.map +1 -0
  80. package/features/global-search/types/index.d.ts +31 -0
  81. package/features/global-search/types/index.d.ts.map +1 -0
  82. package/features/toast-message/constants/toast.d.ts +2 -0
  83. package/features/toast-message/constants/toast.d.ts.map +1 -1
  84. package/features/write-form/api/index.d.ts +0 -3
  85. package/features/write-form/api/index.d.ts.map +1 -1
  86. package/features/write-form/components/card-linking/card-preview.d.ts +1 -1
  87. package/features/write-form/components/card-linking/card-preview.d.ts.map +1 -1
  88. package/features/write-form/components/write-form/index.d.ts.map +1 -1
  89. package/features/write-form/constants/api.d.ts +0 -1
  90. package/features/write-form/constants/api.d.ts.map +1 -1
  91. package/features/write-form/constants/index.d.ts +0 -12
  92. package/features/write-form/constants/index.d.ts.map +1 -1
  93. package/features/write-form/store/initial-state.d.ts +4 -2
  94. package/features/write-form/store/initial-state.d.ts.map +1 -1
  95. package/features/write-form/store/selectors.d.ts +1 -1
  96. package/features/write-form/store/slice.d.ts +8 -34
  97. package/features/write-form/store/slice.d.ts.map +1 -1
  98. package/features/write-form/types/form.d.ts +5 -68
  99. package/features/write-form/types/form.d.ts.map +1 -1
  100. package/features/write-form/utils/index.d.ts +1 -28
  101. package/features/write-form/utils/index.d.ts.map +1 -1
  102. package/hooks/useDropdownConfig.d.ts +16 -0
  103. package/hooks/useDropdownConfig.d.ts.map +1 -0
  104. package/index.es.js +18370 -17810
  105. package/index.umd.js +495 -457
  106. package/package.json +1 -1
  107. package/store/hooks.d.ts +2 -0
  108. package/store/hooks.d.ts.map +1 -1
  109. package/store/index.d.ts +6 -0
  110. package/store/index.d.ts.map +1 -1
  111. package/store/initial-state.d.ts +16 -0
  112. package/store/initial-state.d.ts.map +1 -0
  113. package/store/slice.d.ts +41 -0
  114. package/store/slice.d.ts.map +1 -0
  115. package/testing/mocks/handlers/fetch-cards.d.ts.map +1 -1
  116. package/testing/mocks/handlers/global-search.d.ts +2 -0
  117. package/testing/mocks/handlers/global-search.d.ts.map +1 -0
  118. package/testing/mocks/handlers/write-capability.d.ts.map +1 -1
  119. package/testing/mocks/handlers.d.ts.map +1 -1
  120. package/testing/test-utils.d.ts +1 -1
  121. package/types/form.d.ts +90 -0
  122. package/types/form.d.ts.map +1 -0
  123. package/utils/form.d.ts +20 -0
  124. package/utils/form.d.ts.map +1 -0
  125. package/{utils.d.ts → utils/index.d.ts} +3 -3
  126. package/utils/index.d.ts.map +1 -0
  127. package/utils/validations.d.ts +9 -0
  128. package/utils/validations.d.ts.map +1 -0
  129. package/features/connector-cards/components/card-list/email-selection.d.ts +0 -7
  130. package/features/connector-cards/components/card-list/email-selection.d.ts.map +0 -1
  131. package/features/write-form/constants/regex-pattern.d.ts.map +0 -1
  132. package/utils.d.ts.map +0 -1
package/api/form.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ import { JSONObject } from '../types/json';
2
+ export declare const fetchFieldData: (placeholders: {
3
+ [key: string]: string | number;
4
+ }, data: JSONObject, channelType?: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
5
+ //# sourceMappingURL=form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/api/form.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,eAAO,MAAM,cAAc,iBACX;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CAAE,QAC1C,UAAU,gBACH,MAAM,iEAUpB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const useLinkCard: (id: string, externalResourceId: string, conversationId?: number, callbacks?: {
2
+ onSuccess?: () => void;
3
+ }, channelType?: string) => import('@tanstack/react-query').UseMutationResult<void, Error, void, unknown>;
4
+ //# sourceMappingURL=linkCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkCard.d.ts","sourceRoot":"","sources":["../../src/api/linkCard.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,WAAW,OAClB,MAAM,sBACU,MAAM,mBACT,MAAM,cACX;IACV,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,gBACY,MAAM,kFAWjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"connector-cards.d.ts","sourceRoot":"","sources":["../../src/app/connector-cards.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAgD,MAAM,OAAO,CAAC;AAoEzE,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,SAAS,CA0RxC,CAAC"}
1
+ {"version":3,"file":"connector-cards.d.ts","sourceRoot":"","sources":["../../src/app/connector-cards.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAgD,MAAM,OAAO,CAAC;AAkEzE,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,SAAS,CAiQxC,CAAC"}
@@ -9,4 +9,6 @@ export declare const API_METHODS: {
9
9
  export declare const API_STATUS: {
10
10
  [key: string]: ApiStatus;
11
11
  };
12
+ export declare const BASE_URL = "/v1/api";
13
+ export declare const LINK_CARD_API: string;
12
14
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/constants/api.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEtD,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;CAIlD,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/constants/api.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEtD,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;CAIlD,CAAC;AAEF,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,aAAa,EAAE,MAAgD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const BASE_URL = "/v1/api";
2
+ export declare const FETCH_FIELD_DATA: string;
3
+ //# sourceMappingURL=endpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/constants/endpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,gBAAgB,EAAE,MAAqE,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const DEFAULT_AVATAR_URL = "https://avatars.githubusercontent.com/u/62397590";
2
+ export declare const INVALID_URL_MSG = "Please enter a valid URL";
3
+ export declare const INVALID_ID = "Please enter valid ID";
4
+ export declare const INVALID_INPUT = "Please enter valid input";
5
+ export declare const URL_MUST_START_WITH_HTTPS = "URL must start with https://";
6
+ export declare const URL_SHOULD_NOT_END_WITH_SLASH = "URL should not end with a slash";
7
+ export declare const INVALID_EMAIL = "Invalid email address";
8
+ export declare const STRING_EMAIL = "Email must be a string";
9
+ export declare const INVALID_DATE_MSG = "Invalid date";
10
+ export declare const PAST_DISABLED_MSG = "Date cannot be in the past";
11
+ export declare const FUTURE_DISABLED_MSG = "Date cannot be in the future";
12
+ export declare const INVALID_NUMBER = "Invalid number";
13
+ export declare const INVALID_TEXT = "Invalid text";
14
+ //# sourceMappingURL=form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/constants/form.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,qDAAqD,CAAC;AAGrF,eAAO,MAAM,eAAe,6BAA6B,CAAC;AAC1D,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,aAAa,6BAA6B,CAAC;AACxD,eAAO,MAAM,yBAAyB,iCAAiC,CAAC;AACxE,eAAO,MAAM,6BAA6B,oCAAoC,CAAC;AAC/E,eAAO,MAAM,aAAa,0BAA0B,CAAC;AACrD,eAAO,MAAM,YAAY,2BAA2B,CAAC;AACrD,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,iBAAiB,+BAA+B,CAAC;AAC9D,eAAO,MAAM,mBAAmB,iCAAiC,CAAC;AAClE,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,YAAY,iBAAiB,CAAC"}
@@ -19,5 +19,5 @@ export declare const SCHEDULE_CALL_AGENT_FEATURE_KEY = "ftr-connector-schedule-c
19
19
  export declare const FTR_CONNECTORS_EDIT = "ftr-connectors-edit";
20
20
  export declare const ENABLE_ALL_FEATURE = "enableAllConnectorFtr";
21
21
  export declare const FTR_CARDS_OPEN_STATE = "ftr-cards-open-state";
22
- export declare const CONNECTORS_EMAIL_SELECTION = "ftr-connectors-email-selection";
22
+ export declare const FTR_CONNECTORS_GLOBAL_SEARCH = "ftr-connectors-global-search";
23
23
  //# sourceMappingURL=global-constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AAEnD,eAAO,MAAM,iBAAiB;;CAE7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,6BAA6B,CAAC;AAC9D,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,qBAAqB,8BAA8B,CAAC;AACjE,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,+BAA+B,sCAAsC,CAAC;AACnF,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAC1D,eAAO,MAAM,oBAAoB,yBAAyB,CAAC;AAC3D,eAAO,MAAM,0BAA0B,mCAAmC,CAAC"}
1
+ {"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AAEnD,eAAO,MAAM,iBAAiB;;CAE7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,6BAA6B,CAAC;AAC9D,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,qBAAqB,8BAA8B,CAAC;AACjE,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,+BAA+B,sCAAsC,CAAC;AACnF,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAC1D,eAAO,MAAM,oBAAoB,yBAAyB,CAAC;AAC3D,eAAO,MAAM,4BAA4B,iCAAiC,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export declare const URL_PATTERN: RegExp;
2
2
  export declare const EMAIL_PATTERN: RegExp;
3
- //# sourceMappingURL=regex-pattern.d.ts.map
3
+ //# sourceMappingURL=regex-patterns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"regex-patterns.d.ts","sourceRoot":"","sources":["../../src/constants/regex-patterns.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,QAAuE,CAAC;AAChG,eAAO,MAAM,aAAa,QAA+B,CAAC"}
@@ -4,5 +4,4 @@ export declare const getConnectorData: ({ inboxIds, conversationId, channelType
4
4
  channelType?: string;
5
5
  }) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
6
6
  export declare const getSpecificConnectorData: (id: string, email: string, conversationId?: number, externalResourceId?: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
7
- export declare const getConversationMetaData: (conversationId: number, email: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
8
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/api/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,gBAAgB,8CAI1B;IACD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,iEAUA,CAAC;AAEF,eAAO,MAAM,wBAAwB,OAC/B,MAAM,SACH,MAAM,mBACI,MAAM,uBACF,MAAM,iEAa5B,CAAC;AAEF,eAAO,MAAM,uBAAuB,mBAAoB,MAAM,SAAS,MAAM,iEAO5E,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/api/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,8CAI1B;IACD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,iEAUA,CAAC;AAEF,eAAO,MAAM,wBAAwB,OAC/B,MAAM,SACH,MAAM,mBACI,MAAM,uBACF,MAAM,iEAa5B,CAAC"}
@@ -5,7 +5,7 @@ interface IProps {
5
5
  cardTitle: string;
6
6
  currentCard?: ICard;
7
7
  specificCardData: {
8
- [key: string]: ISpecificCard;
8
+ [key: string]: ISpecificCard | null;
9
9
  } | null;
10
10
  specificConnectorApiStatus: {
11
11
  [key: string]: ApiStatus;
@@ -1 +1 @@
1
- {"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/CardContent.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,EAAmC,aAAa,EAAE,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AASxC,UAAU,MAAM;IACd,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,gBAAgB,EAAE;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;KAC9B,GAAG,IAAI,CAAC;IACT,0BAA0B,EAAE;QAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC1B,GAAG,IAAI,CAAC;IACT,MAAM,EAAE,OAAO,CAAC;CACjB;AAID,eAAO,MAAM,WAAW,UAAW,MAAM,4CA6IxC,CAAC"}
1
+ {"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/CardContent.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,EAAmC,aAAa,EAAE,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AASxC,UAAU,MAAM;IACd,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,gBAAgB,EAAE;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI,CAAC;KACrC,GAAG,IAAI,CAAC;IACT,0BAA0B,EAAE;QAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC1B,GAAG,IAAI,CAAC;IACT,MAAM,EAAE,OAAO,CAAC;CACjB;AAID,eAAO,MAAM,WAAW,UAAW,MAAM,4CA6IxC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { SearchResultsType } from '../../../global-search/types';
2
+ import { ICard, ISpecificCard } from '../../../../types/cards';
3
+ import { ApiStatus } from '../../../../types/api';
4
+ interface CardsViewProps {
5
+ isSearchPending?: boolean;
6
+ searchResults?: SearchResultsType;
7
+ cards: ICard[] | null;
8
+ specificCardData: Record<string, ISpecificCard> | null;
9
+ email: string;
10
+ specificConnectorApiStatus: Record<string, ApiStatus> | null;
11
+ onCardUnlinking: () => void;
12
+ getCreateBanner: () => JSX.Element;
13
+ }
14
+ export declare const CardsView: ({ cards, specificCardData, email, specificConnectorApiStatus, onCardUnlinking, getCreateBanner }: CardsViewProps) => import("react/jsx-runtime").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=cards-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cards-view.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/cards-view.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAoB,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAYrF,OAAO,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,cAAc;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,IAAI,CAAC;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAI,CAAC;IAC7D,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,EAAE,MAAM,GAAG,CAAC,OAAO,CAAC;CACpC;AAED,eAAO,MAAM,SAAS,qGAOnB,cAAc,4CAsDhB,CAAC"}
@@ -45,8 +45,4 @@ export declare const FeatureWrapper: StyledComponent<StackProps>;
45
45
  export declare const WhatsNewButton: StyledComponent<ButtonProps>;
46
46
  export declare const ButtonText: StyledComponent<TypographyProps>;
47
47
  export declare const SectionWrapper: StyledComponent<BoxProps>;
48
- export declare const SelectedEmailWrapper: StyledComponent<TypographyProps>;
49
- export declare const DropDownHeading: StyledComponent<StackProps>;
50
- export declare const CheckActionIcon: StyledComponent<SvgIconProps>;
51
- export declare const DropDownItemText: StyledComponent<TypographyProps>;
52
48
  //# sourceMappingURL=style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  export declare const BASE_URL = "/v1/api";
2
2
  export declare const FETCH_ALL_CARDS_API: string;
3
3
  export declare const FETCH_SPECIFIC_CARD_API: string;
4
- export declare const FETCH_CONVERSATION_METADATA = "/v1/api/connectors/conversation/:id/metadata";
5
4
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/api.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,mBAAmB,EAAE,MAAuC,CAAC;AAC1E,eAAO,MAAM,uBAAuB,EAAE,MAAgD,CAAC;AACvF,eAAO,MAAM,2BAA2B,iDAAqD,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/api.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,mBAAmB,EAAE,MAAuC,CAAC;AAC1E,eAAO,MAAM,uBAAuB,EAAE,MAAgD,CAAC"}
@@ -2,5 +2,4 @@ export declare const SHOW_MORE = "Show more";
2
2
  export declare const SHOW_LESS = "Show less";
3
3
  export declare const SHOW_PREVIEW = "Show preview";
4
4
  export declare const HIDE_PREVIEW = "Hide preview";
5
- export declare const EMAIL_SELECTION_DROPDOWN_HEADING = "Change related email address";
6
5
  //# sourceMappingURL=card-content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card-content.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/card-content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,gCAAgC,iCAAiC,CAAC"}
1
+ {"version":3,"file":"card-content.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/card-content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,YAAY,iBAAiB,CAAC"}
@@ -6,10 +6,6 @@ export interface IConnectorState {
6
6
  [key: string]: ISpecificCard;
7
7
  } | null;
8
8
  connectorApiStatus: ApiStatus;
9
- conversationMetaDataApiStatus: ApiStatus;
10
- conversationEmailHeaders: {
11
- [key: string]: string;
12
- } | null | undefined;
13
9
  specificConnectorApiStatus: {
14
10
  [key: string]: ApiStatus;
15
11
  } | null;
@@ -1 +1 @@
1
- {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE1D,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;IACpC,gBAAgB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;KAAE,GAAG,IAAI,CAAC;IAC1D,kBAAkB,EAAE,SAAS,CAAC;IAC9B,6BAA6B,EAAE,SAAS,CAAC;IACzC,wBAAwB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACvE,0BAA0B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,IAAI,CAAC;IAChE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,0BAA0B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAC9D;AAGD,eAAO,MAAM,YAAY,EAAE,eAU1B,CAAC"}
1
+ {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE1D,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;IACpC,gBAAgB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;KAAE,GAAG,IAAI,CAAC;IAC1D,kBAAkB,EAAE,SAAS,CAAC;IAC9B,0BAA0B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,IAAI,CAAC;IAChE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,0BAA0B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAC9D;AAGD,eAAO,MAAM,YAAY,EAAE,eAQ1B,CAAC"}
@@ -12,8 +12,4 @@ export declare const selectCurrentThreadId: (state: RootState) => string | null;
12
12
  export declare const selectSpecificConnectorErrorCode: (state: RootState) => {
13
13
  [key: string]: string;
14
14
  } | null;
15
- export declare const selectConversationMetaDataApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
16
- export declare const selectConversationEmailHeaders: (state: RootState) => {
17
- [key: string]: string;
18
- } | null | undefined;
19
15
  //# sourceMappingURL=selectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,eAAO,MAAM,eAAe,UAAW,SAAS,kDAAkC,CAAC;AACnF,eAAO,MAAM,uBAAuB,UAAW,SAAS,YAAqC,CAAC;AAC9F,eAAO,MAAM,wBAAwB,UAAW,SAAS,2CAAsC,CAAC;AAChG,eAAO,MAAM,uBAAuB,UAAW,SAAS;;QAAoC,CAAC;AAC7F,eAAO,MAAM,gCAAgC,UAAW,SAAS;;QAA8C,CAAC;AAChH,eAAO,MAAM,qBAAqB,UAAW,SAAS,kBAA4B,CAAC;AACnF,eAAO,MAAM,gCAAgC,UAAW,SAAS;;QAA8C,CAAC;AAChH,eAAO,MAAM,mCAAmC,UAAW,SAAS,2CAAiD,CAAC;AACtH,eAAO,MAAM,8BAA8B,UAAW,SAAS;;oBAA4C,CAAC"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,eAAO,MAAM,eAAe,UAAW,SAAS,kDAAkC,CAAC;AACnF,eAAO,MAAM,uBAAuB,UAAW,SAAS,YAAqC,CAAC;AAC9F,eAAO,MAAM,wBAAwB,UAAW,SAAS,2CAAsC,CAAC;AAChG,eAAO,MAAM,uBAAuB,UAAW,SAAS;;QAAoC,CAAC;AAC7F,eAAO,MAAM,gCAAgC,UAAW,SAAS;;QAA8C,CAAC;AAChH,eAAO,MAAM,qBAAqB,UAAW,SAAS,kBAA4B,CAAC;AACnF,eAAO,MAAM,gCAAgC,UAAW,SAAS;;QAA8C,CAAC"}
@@ -46,21 +46,6 @@ declare const fetchSpecificCardData: import('@reduxjs/toolkit').AsyncThunk<{
46
46
  fulfilledMeta?: unknown;
47
47
  rejectedMeta?: unknown;
48
48
  }>;
49
- declare const fetchConversationMetaData: import('@reduxjs/toolkit').AsyncThunk<{
50
- emailHeaders: any;
51
- }, {
52
- conversationId: number;
53
- email: string;
54
- }, {
55
- state?: unknown;
56
- dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
57
- extra?: unknown;
58
- rejectValue?: unknown;
59
- serializedErrorType?: unknown;
60
- pendingMeta?: unknown;
61
- fulfilledMeta?: unknown;
62
- rejectedMeta?: unknown;
63
- }>;
64
49
  declare const _default: import('redux').Reducer<import('./initial-state').IConnectorState>;
65
50
  export default _default;
66
51
  export declare const actions: import('@reduxjs/toolkit').CaseReducerActions<{
@@ -70,5 +55,5 @@ export declare const actions: import('@reduxjs/toolkit').CaseReducerActions<{
70
55
  }): void;
71
56
  clearConnectorList(state: import('immer').WritableDraft<import('./initial-state').IConnectorState>): void;
72
57
  }, "connectorCardLibrary">;
73
- export { selectConnector, fetchAllCardsData, fetchSpecificCardData, fetchConversationMetaData };
58
+ export { selectConnector, fetchAllCardsData, fetchSpecificCardData };
74
59
  //# sourceMappingURL=slice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/slice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,KAAK,EAAE,aAAa,EAAsB,MAAM,eAAe,CAAC;AAKzE,eAAO,MAAM,oBAAoB;;;;;;uKAkF/B,CAAC;AAIH,QAAA,MAAM,iBAAiB;;;;cAOT,MAAM,EAAE;kBACJ,MAAM;oBACJ,MAAM;;;;;;;;;;EAazB,CAAC;AAEF,QAAA,MAAM,qBAAqB;;;;;;;QAUjB,MAAM;WACH,MAAM;qBACI,MAAM;gBACX,OAAO;yBACE,MAAM;;;;;;;;;;EA8BhC,CAAC;AAEF,QAAA,MAAM,yBAAyB;;;oBAEuB,MAAM;WAAS,MAAM;;;;;;;;;;EAU1E,CAAC;;AAEF,wBAA4C;AAC5C,eAAO,MAAM,OAAO;;;;;;0BAA+B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/slice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,KAAK,EAAE,aAAa,EAAsB,MAAM,eAAe,CAAC;AAKzE,eAAO,MAAM,oBAAoB;;;;;;uKAuE/B,CAAC;AAIH,QAAA,MAAM,iBAAiB;;;;cAOT,MAAM,EAAE;kBACJ,MAAM;oBACJ,MAAM;;;;;;;;;;EAazB,CAAC;AAEF,QAAA,MAAM,qBAAqB;;;;;;;QAUjB,MAAM;WACH,MAAM;qBACI,MAAM;gBACX,OAAO;yBACE,MAAM;;;;;;;;;;EA8BhC,CAAC;;AAEF,wBAA4C;AAC5C,eAAO,MAAM,OAAO;;;;;;0BAA+B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { SearchResultsType } from '../types';
2
+ import { FormArgValue } from '../../../types/form';
3
+ export interface SearchResultsProps {
4
+ id: string | number;
5
+ searchString: string;
6
+ interfaceId: string;
7
+ args: Record<string, FormArgValue>;
8
+ }
9
+ export declare const useGetSearchResults: () => import('@tanstack/react-query').UseMutationResult<SearchResultsType | undefined, Error, SearchResultsProps, unknown>;
10
+ //# sourceMappingURL=getSearchResults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSearchResults.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/api/getSearchResults.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAI7C,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;CACpC;AA0BD,eAAO,MAAM,mBAAmB,4HAI/B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { Dispatch, FC, SetStateAction } from 'react';
2
+ import { SearchResultsProps } from '../api/getSearchResults';
3
+ import { SearchOptionType } from '../types';
4
+ interface GlobalSearchProps {
5
+ selectedObject: SearchOptionType | null;
6
+ setSelectedObject: Dispatch<SetStateAction<SearchOptionType | null>>;
7
+ fetchSearchResults: (data: SearchResultsProps) => void;
8
+ resetSearchResults: () => void;
9
+ }
10
+ export declare const GlobalSearch: FC<GlobalSearchProps>;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/components/index.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,UAAU,iBAAiB;IACzB,cAAc,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACxC,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC;IACrE,kBAAkB,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IACvD,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAkE9C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { PreviewMeta } from '../../../write-form/types/form';
2
+ interface IProps {
3
+ meta: PreviewMeta;
4
+ onBack: () => void;
5
+ }
6
+ export declare const PreviewAndLink: ({ meta: { externalResourceId, formId }, onBack }: IProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/preview-and-link/index.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAe,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAK5E,UAAU,MAAM;IACd,IAAI,EAAE,WAAW,CAAC;IAClB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,qDAAsD,MAAM,4CA8CtF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ export declare const BackToSearch: StyledComponent<StackProps>;
4
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/preview-and-link/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAU,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAIlD,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAYpD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { SearchResultsProps } from '../../api/getSearchResults';
3
+ interface SearchFormProps {
4
+ objectId: string | number;
5
+ searchString: string;
6
+ fetchSearchResults: (props: SearchResultsProps) => void;
7
+ }
8
+ export declare const SearchForm: FC<SearchFormProps>;
9
+ export {};
10
+ //# sourceMappingURL=SearchForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchForm.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-form/SearchForm.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAKzC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,UAAU,eAAe;IACvB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAC;CACzD;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAgK1C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FormState } from '../../../../types/form';
2
+ import { FormActionValue } from '../../types';
3
+ export declare const intialState: FormState;
4
+ export declare const ACTIONS: {
5
+ SET_FIELD_VALUE: string;
6
+ CLEAR_ERROR: string;
7
+ SET_FIELD_ERROR: string;
8
+ SET_FIELDS: string;
9
+ CLEAR_FIELDS: string;
10
+ RESET_STATE: string;
11
+ };
12
+ export declare const reducer: (state: FormState, action: FormActionValue) => FormState;
13
+ //# sourceMappingURL=reducer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-form/reducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,eAAO,MAAM,WAAW,EAAE,SAGzB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;CAOnB,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,SAAS,UAAU,eAAe,KAAG,SAyDnE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { SearchOptionType } from '../../types';
3
+ interface SearchOptionProps {
4
+ data: SearchOptionType;
5
+ onSelect: (data: SearchOptionType) => void;
6
+ }
7
+ export declare const SearchOption: FC<SearchOptionProps>;
8
+ export {};
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-option/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEvE,UAAU,iBAAiB;IACzB,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAkB9C,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps, IconProps } from '@hiver/hiver-ui-kit';
3
+ export declare const OptionStyles: StyledComponent<StackProps>;
4
+ export declare const ConnectorIcon: StyledComponent<IconProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-option/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEjE,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAMpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,SAAS,CASpD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const NoSearchResults: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const SearchResultsLoading: () => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/global-search/components/search-results/components/index.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,+CAS3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,+CAYhC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { SearchOptionType, SearchResultsType } from '../../types';
2
+ interface IProps {
3
+ searchResults: Exclude<SearchResultsType, null>;
4
+ selectedObject: SearchOptionType;
5
+ }
6
+ export declare const SearchResults: ({ searchResults, selectedObject }: IProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-results/index.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAEvE,UAAU,MAAM;IACd,aAAa,EAAE,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;IAChD,cAAc,EAAE,gBAAgB,CAAC;CAClC;AAED,eAAO,MAAM,aAAa,sCAAuC,MAAM,4CAgDtE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ export declare const SearchItem: StyledComponent<StackProps & {
4
+ disableHover?: boolean;
5
+ }>;
6
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-results/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAiB,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,GAAG;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,CAkB/E,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { SelectControlProps, SelectOptionProps } from '../../../types';
3
+ export declare const CustomControl: FC<SelectControlProps>;
4
+ export declare const CustomOption: FC<SelectOptionProps>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/global-search/components/search-select/components/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAI5F,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAOhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAE9C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const SearchPrefix: StyledComponent<StackProps>;
4
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/global-search/components/search-select/components/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAEpD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { SearchOptionType } from '../../types';
3
+ export interface SearchSelectProps {
4
+ value: SearchOptionType | null;
5
+ options: SearchOptionType[];
6
+ inputValue: string;
7
+ onChange: (data: SearchOptionType | null) => void;
8
+ onInputChange: (inputValue: string) => void;
9
+ onReset: () => void;
10
+ NoOptionsMessage?: FC;
11
+ }
12
+ export declare const SearchSelect: FC<SearchSelectProps>;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-select/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;IAClD,aAAa,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gBAAgB,CAAC,EAAE,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA4C9C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { SelectStyles } from '../../types';
2
+ export declare const styles: SelectStyles;
3
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-select/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YAgBpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { SearchOptionType } from '../../types';
3
+ export interface SearchSuggestionsProps {
4
+ onSelect: (data: SearchOptionType) => void;
5
+ options: SearchOptionType[];
6
+ }
7
+ export declare const SearchSuggestions: FC<SearchSuggestionsProps>;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-suggestions/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC3C,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B;AAED,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAUxD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
3
+ export declare const SuggestionStyles: StyledComponent<StackProps>;
4
+ export declare const SuggestionPlaceholder: StyledComponent<TypographyProps>;
5
+ export declare const SuggestionTitle: StyledComponent<TypographyProps>;
6
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/global-search/components/search-suggestions/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAExD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,eAAe,CAIlE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const GlobalSearchStyles: StyledComponent<StackProps>;
4
+ export declare const FormWrapper: StyledComponent<StackProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/components/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAE1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAEnD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const FETCH_SEARCH_RESULTS_API: string;
2
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/constants/api.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,wBAAwB,EAAE,MAAsD,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const SEARCH_PLACEHOLDER = "Search in Connectors";
2
+ export declare const SUGGESTION_PLACEHOLDER = "Start typing to search..";
3
+ export declare const SUGGESTION_TITLE = "Smart search suggestion";
4
+ export declare const SEARCH_RESULTS_INFO_TEMPLATE = "{{count}} result{{countSuffix}} found for {{searchObject}} in {{connectorName}}";
5
+ export declare const BACK_TO_SEARCH_RESULTS = "Back to search results";
6
+ export declare const NO_SEARCH_RESULTS = "No search results found";
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,sBAAsB,6BAA6B,CAAC;AACjE,eAAO,MAAM,gBAAgB,4BAA4B,CAAC;AAC1D,eAAO,MAAM,4BAA4B,oFAC0C,CAAC;AACpF,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,iBAAiB,4BAA4B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const PRIORITY_KEY = "@connector-agent-global-search-priority";
2
+ //# sourceMappingURL=storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/constants/storage.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,4CAA4C,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { OptionType } from '@connector/ui';
2
+ interface ObjectSortProps {
3
+ objectList: OptionType[];
4
+ }
5
+ export declare const useObjectSort: ({ objectList }: ObjectSortProps) => {
6
+ sortedObjectList: OptionType[];
7
+ updatePriority: (objectKey: string) => void;
8
+ };
9
+ export {};
10
+ //# sourceMappingURL=useObjectSort.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useObjectSort.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/hooks/useObjectSort.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,UAAU,eAAe;IACvB,UAAU,EAAE,UAAU,EAAE,CAAC;CAC1B;AAID,eAAO,MAAM,aAAa,mBAAoB,eAAe;;gCASxB,MAAM;CAa1C,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { RootState } from '../../../store';
2
+ export declare const selectSearchObjectList: (state: RootState) => import('@connector/ui').OptionType[];
3
+ export declare const selectObjectDict: (state: RootState) => {
4
+ [key: string]: import('../../../types/form').ObjectItem;
5
+ } | null;
6
+ export declare const selectFormFields: (state: RootState) => {
7
+ [key: string]: import('../../write-form/types/form').WriteFormFields[];
8
+ } | null;
9
+ export declare const selectDependentFieldsMap: (state: RootState) => {
10
+ [key: string]: {
11
+ [key: string]: string[];
12
+ };
13
+ };
14
+ export declare const selectObjectListApiLoading: (state: RootState) => boolean;
15
+ //# sourceMappingURL=selectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/global-search/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,sBAAsB,UAAW,SAAS,yCAAiC,CAAC;AACzF,eAAO,MAAM,gBAAgB,UAAW,SAAS;;QAA2B,CAAC;AAC7E,eAAO,MAAM,gBAAgB,UAAW,SAAS;;QAA2B,CAAC;AAC7E,eAAO,MAAM,wBAAwB,UAAW,SAAS;;;;CAAmC,CAAC;AAC7F,eAAO,MAAM,0BAA0B,UAAW,SAAS,YAAkD,CAAC"}