@leav/ui 0.3.6-04ab99a → 0.3.6-0a46784

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 (339) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +9 -1
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +1 -0
  5. package/dist/__mocks__/common/form.js +18 -2
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/value.js +3 -1
  8. package/dist/__mocks__/common/value.js.map +1 -1
  9. package/dist/__mocks__/common/view.js +7 -5
  10. package/dist/__mocks__/common/view.js.map +1 -1
  11. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  12. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  14. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  15. package/dist/_gqlTypes/index.d.ts +414 -72
  16. package/dist/_gqlTypes/index.js +240 -48
  17. package/dist/_gqlTypes/index.js.map +1 -1
  18. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  19. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  20. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  21. package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
  22. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  23. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  24. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  25. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  26. package/dist/_queries/records/recordFormAttributeFragment.js +2 -0
  27. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  28. package/dist/_queries/views/saveViewMutation.js +1 -1
  29. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  30. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  31. package/dist/_utils/index.js +5 -2
  32. package/dist/_utils/index.js.map +1 -1
  33. package/dist/_utils/interleaveElement.d.ts +1 -0
  34. package/dist/_utils/interleaveElement.js +5 -0
  35. package/dist/_utils/interleaveElement.js.map +1 -0
  36. package/dist/antdTheme/index.d.ts +0 -3
  37. package/dist/antdTheme/index.js +3 -42
  38. package/dist/antdTheme/index.js.map +1 -1
  39. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  40. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  41. package/dist/components/Explorer/DataView.js +45 -18
  42. package/dist/components/Explorer/DataView.js.map +1 -1
  43. package/dist/components/Explorer/Explorer.d.ts +6 -6
  44. package/dist/components/Explorer/Explorer.js +41 -32
  45. package/dist/components/Explorer/Explorer.js.map +1 -1
  46. package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
  47. package/dist/components/Explorer/ExplorerTitle.js +28 -11
  48. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  49. package/dist/components/Explorer/TableCell.d.ts +1 -1
  50. package/dist/components/Explorer/TableCell.js +50 -8
  51. package/dist/components/Explorer/TableCell.js.map +1 -1
  52. package/dist/components/Explorer/TableTagGroup.d.ts +1 -0
  53. package/dist/components/Explorer/TableTagGroup.js +8 -0
  54. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  55. package/dist/components/Explorer/_constants.d.ts +4 -0
  56. package/dist/components/Explorer/_constants.js +17 -0
  57. package/dist/components/Explorer/_constants.js.map +1 -0
  58. package/dist/components/Explorer/_queries/useExplorerData.d.ts +18 -7
  59. package/dist/components/Explorer/_queries/useExplorerData.js +159 -11
  60. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  61. package/dist/components/Explorer/_types.d.ts +47 -1
  62. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  63. package/dist/components/Explorer/conditionsHelper.js +16 -0
  64. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  65. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
  66. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
  67. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
  68. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +1 -1
  69. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +11 -3
  70. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
  71. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
  72. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  73. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  74. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +11 -13
  75. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
  76. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  77. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +83 -0
  78. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  79. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  80. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  81. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  82. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  83. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  84. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  85. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  86. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  87. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  88. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  89. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  90. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  91. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  92. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  93. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  94. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  95. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  96. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  97. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  98. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  99. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  100. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  101. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
  102. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  103. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  110. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
  113. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
  114. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  115. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -0
  116. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  117. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +2 -0
  118. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +24 -6
  119. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  120. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
  121. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +47 -29
  122. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  123. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +25 -21
  124. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
  125. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  126. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +17 -1
  127. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  128. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +63 -5
  129. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +103 -4
  130. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  131. package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
  132. package/dist/components/Explorer/useColumnWidth.js +48 -0
  133. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  134. package/dist/components/Explorer/useCreateAction.d.ts +4 -2
  135. package/dist/components/Explorer/useCreateAction.js +35 -2
  136. package/dist/components/Explorer/useCreateAction.js.map +1 -1
  137. package/dist/components/Explorer/useEditAction.js +7 -6
  138. package/dist/components/Explorer/useEditAction.js.map +1 -1
  139. package/dist/components/Explorer/usePrimaryActions.js +14 -7
  140. package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
  141. package/dist/components/Explorer/useRemoveAction.d.ts +12 -0
  142. package/dist/components/Explorer/useRemoveAction.js +90 -0
  143. package/dist/components/Explorer/useRemoveAction.js.map +1 -0
  144. package/dist/components/Explorer/useSearchInput.d.ts +10 -0
  145. package/dist/components/Explorer/useSearchInput.js +31 -0
  146. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  147. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  148. package/dist/components/Explorer/useViewSettingsReducer.js +126 -0
  149. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  150. package/dist/components/ExportModal/ExportModal.js +2 -2
  151. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  152. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  153. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  154. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  155. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  156. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  157. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  158. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  159. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  160. package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
  161. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  162. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  163. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  164. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  165. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  166. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  167. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  168. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  169. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  170. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  171. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  172. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  173. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  174. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  175. package/dist/components/RecordEdition/EditRecord/EditRecord.js +9 -17
  176. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  177. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
  178. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  179. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -17
  180. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  181. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  182. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +15 -8
  183. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  184. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  185. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  186. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  187. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  188. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  189. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +4 -2
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +126 -290
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +9 -9
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +63 -22
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +30 -18
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +5 -2
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +20 -14
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +26 -19
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +47 -41
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +23 -20
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -9
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +26 -402
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.d.ts → DSListSelect.d.ts} +1 -1
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +35 -13
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +0 -2
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +11 -4
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  237. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  238. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  239. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  240. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  241. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  242. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +36 -3
  243. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  244. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  245. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  246. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  247. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  248. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  249. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  250. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  251. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  252. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  253. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  254. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  255. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  256. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -13
  257. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
  258. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  259. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  260. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  261. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  262. package/dist/components/RecordEdition/{EditRecordContent/reducers/standardFieldReducer → EditRecordSkeleton}/index.js +2 -2
  263. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  264. package/dist/components/RecordEdition/index.d.ts +1 -0
  265. package/dist/components/RecordEdition/index.js +1 -0
  266. package/dist/components/RecordEdition/index.js.map +1 -1
  267. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  268. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  269. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  270. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  271. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  272. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  273. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  274. package/dist/components/SelectTreeNode/index.js +1 -1
  275. package/dist/components/SelectTreeNode/index.js.map +1 -1
  276. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  277. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  278. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  279. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  280. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  281. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  282. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  283. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  284. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  285. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  286. package/dist/constants.d.ts +3 -0
  287. package/dist/constants.js +3 -0
  288. package/dist/constants.js.map +1 -1
  289. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  290. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → hooks/useExecuteSaveViewMutation/index.js} +2 -6
  291. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  292. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  293. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  294. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  295. package/dist/locales/en/shared.json +43 -7
  296. package/dist/locales/fr/shared.json +43 -7
  297. package/dist/types/views.d.ts +4 -4
  298. package/package.json +4 -2
  299. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  300. package/dist/components/Explorer/useDeactivateAction.js +0 -51
  301. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  302. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  303. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  304. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  305. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  306. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
  307. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  308. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  309. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  310. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  311. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
  312. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  313. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  314. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  315. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  316. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  317. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  318. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  319. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  320. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  321. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  322. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  323. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  324. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  325. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  326. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  327. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  328. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  329. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  330. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  331. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  332. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  333. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  334. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  335. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  336. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  337. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
  338. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  339. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -1,51 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
- // This file is released under LGPL V3
4
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
- import InlineEditor from '@ckeditor/ckeditor5-build-inline';
6
- import { CKEditor } from '@ckeditor/ckeditor5-react';
7
- import styled from 'styled-components';
8
- const CkeditorComponent = styled.div `
9
- border-width: 1px;
10
- border-style: solid;
11
- border-color: #d9d9d9;
12
- background: ${props => (props.$isEditing ? 'white' : '')};
13
- border-radius: 5px;
14
- height: 100%;
15
- position: relative;
16
- z-index: 1;
17
- `;
18
- function RichTextEditorInput({ state, fieldValue, onFocus, onChange }) {
19
- const { isEditing, editingValue } = fieldValue;
20
- const _handleOnChange = (event, editor) => {
21
- onChange(editor.getData());
22
- };
23
- const _handleOnFocus = (event, editor) => {
24
- onFocus();
25
- };
26
- const configToolBar = {
27
- toolbar: {
28
- items: [
29
- 'undo',
30
- 'redo',
31
- '|',
32
- 'heading',
33
- '|',
34
- 'bold',
35
- 'italic',
36
- '|',
37
- 'link',
38
- 'blockQuote',
39
- 'insertTable',
40
- '|',
41
- 'bulletedList',
42
- 'numberedList',
43
- 'outdent',
44
- 'indent'
45
- ]
46
- }
47
- };
48
- return (_jsx(CkeditorComponent, { "data-testid": "ckeditor", "$isEditing": isEditing, children: _jsx(CKEditor, { editor: InlineEditor, config: configToolBar, data: editingValue.toString(), onChange: _handleOnChange, onFocus: _handleOnFocus }) }));
49
- }
50
- export default RichTextEditorInput;
51
- //# sourceMappingURL=RichTextEditorInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichTextEditorInput.js","sourceRoot":"","sources":["../../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,YAAY,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AACnD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAGvC,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAuB;;;;kBAIzC,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;;;;;CAK3D,CAAC;AAEF,SAAS,mBAAmB,CAAC,EAAC,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAsB;IACpF,MAAM,EAAC,SAAS,EAAE,YAAY,EAAC,GAAG,UAAU,CAAC;IAE7C,MAAM,eAAe,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACtC,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;IAC/B,CAAC,CAAC;IAEF,MAAM,cAAc,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACrC,OAAO,EAAE,CAAC;IACd,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG;QAClB,OAAO,EAAE;YACL,KAAK,EAAE;gBACH,MAAM;gBACN,MAAM;gBACN,GAAG;gBACH,SAAS;gBACT,GAAG;gBACH,MAAM;gBACN,QAAQ;gBACR,GAAG;gBACH,MAAM;gBACN,YAAY;gBACZ,aAAa;gBACb,GAAG;gBACH,cAAc;gBACd,cAAc;gBACd,SAAS;gBACT,QAAQ;aACX;SACJ;KACJ,CAAC;IAEF,OAAO,CACH,KAAC,iBAAiB,mBAAa,UAAU,gBAAa,SAAS,YAC3D,KAAC,QAAQ,IACL,MAAM,EAAE,YAAY,EACpB,MAAM,EAAE,aAAa,EACrB,IAAI,EAAE,YAAY,CAAC,QAAQ,EAAE,EAC7B,QAAQ,EAAE,eAAe,EACzB,OAAO,EAAE,cAAc,GACzB,GACc,CACvB,CAAC;AACN,CAAC;AAED,eAAe,mBAAmB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { IStandardInputProps } from '../../../../../../../components/RecordEdition/EditRecordContent/_types';
2
- declare function TextInput({ state, fieldValue, onFocus, onChange, onPressEnter, inputRef }: IStandardInputProps): JSX.Element;
3
- export default TextInput;
@@ -1,26 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
- // This file is released under LGPL V3
4
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
- import { Input } from 'antd';
6
- import { useEffect } from 'react';
7
- function TextInput({ state, fieldValue, onFocus, onChange, onPressEnter, inputRef }) {
8
- const { isEditing, editingValue } = fieldValue;
9
- useEffect(() => {
10
- // Handle focusing via click on label (not standard focus via click on input)
11
- if (isEditing) {
12
- inputRef.current.focus();
13
- }
14
- }, [isEditing, inputRef]);
15
- const _handleChange = e => {
16
- onChange(e.target.value);
17
- };
18
- const _handleKeyPress = e => {
19
- if (e.key === 'Enter') {
20
- onPressEnter();
21
- }
22
- };
23
- return (_jsx(Input, { ref: inputRef, className: `field-wrapper ${editingValue ? 'has-value' : ''}`, value: String(editingValue), onFocus: onFocus, onChange: _handleChange, onKeyPress: _handleKeyPress, disabled: state.isReadOnly, allowClear: true, autoFocus: true }, "editing"));
24
- }
25
- export default TextInput;
26
- //# sourceMappingURL=TextInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextInput.js","sourceRoot":"","sources":["../../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,KAAK,EAAW,MAAM,MAAM,CAAC;AACrC,OAAO,EAAmB,SAAS,EAAC,MAAM,OAAO,CAAC;AAGlD,SAAS,SAAS,CAAC,EAAC,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAsB;IAClG,MAAM,EAAC,SAAS,EAAE,YAAY,EAAC,GAAG,UAAU,CAAC;IAE7C,SAAS,CAAC,GAAG,EAAE;QACX,6EAA6E;QAC7E,IAAI,SAAS,EAAE,CAAC;YACX,QAAuC,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QAC7D,CAAC;IACL,CAAC,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE1B,MAAM,aAAa,GAAG,CAAC,CAAC,EAAE;QACtB,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,CAAC,CAAC,EAAE;QACxB,IAAI,CAAC,CAAC,GAAG,KAAK,OAAO,EAAE,CAAC;YACpB,YAAY,EAAE,CAAC;QACnB,CAAC;IACL,CAAC,CAAC;IAEF,OAAO,CACH,KAAC,KAAK,IAEF,GAAG,EAAE,QAAsC,EAC3C,SAAS,EAAE,iBAAiB,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,EAC7D,KAAK,EAAE,MAAM,CAAC,YAAY,CAAC,EAC3B,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,aAAa,EACvB,UAAU,EAAE,eAAe,EAC3B,QAAQ,EAAE,KAAK,CAAC,UAAU,EAC1B,UAAU,QACV,SAAS,UATL,SAAS,CAUf,CACL,CAAC;AACN,CAAC;AAED,eAAe,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MonoValueSelect.js","sourceRoot":"","sources":["../../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- import { FetchResult } from '@apollo/client';
2
- import { AddViewMutation, AddViewMutationVariables } from '../../_gqlTypes';
3
- export interface IUseAddViewMutationHook {
4
- addView: (variables: AddViewMutationVariables) => Promise<FetchResult<AddViewMutation>>;
5
- }
6
- export default function useExecuteAddViewMutation(): IUseAddViewMutationHook;
@@ -1 +0,0 @@
1
- {"version":3,"file":"useExecuteAddViewMutation.js","sourceRoot":"","sources":["../../../src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts"],"names":[],"mappings":"AAIA,OAAO,EAKH,kBAAkB,EACrB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,iBAAiB,EAAC,MAAM,sCAAsC,CAAC;AAMvE,MAAM,CAAC,OAAO,UAAU,yBAAyB;IAC7C,MAAM,CAAC,cAAc,CAAC,GAAG,kBAAkB,EAAE,CAAC;IAE9C,OAAO;QACH,OAAO,CAAC,SAAS;YACb,OAAO,cAAc,CAAC;gBAClB,SAAS;gBACT,MAAM,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAAE;oBACvC,IAAI,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;wBAC5B,OAAO,CAAC,iBAAiB;oBAC7B,CAAC;oBAED,MAAM,aAAa,GAAG;wBAClB,KAAK,EAAE,iBAAiB;wBACxB,SAAS,EAAE;4BACP,SAAS,EAAE,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO;yBAC5C;qBACJ,CAAC;oBAEF,MAAM,SAAS,GAAG,KAAK,CAAC,SAAS,CAAgD,aAAa,CAAC,CAAC;oBAEhG,IAAI,SAAS,EAAE,CAAC;wBACZ,KAAK,CAAC,UAAU,CAAgD;4BAC5D,GAAG,aAAa;4BAChB,IAAI,EAAE;gCACF,KAAK,EAAE;oCACH,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC;oCAC7D,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC;iCAC7C;6BACJ;yBACJ,CAAC,CAAC;oBACP,CAAC;gBACL,CAAC;aACJ,CAAC,CAAC;QACP,CAAC;KACJ,CAAC;AACN,CAAC"}