@leav/ui 0.0.1-alpha-1 → 0.0.1-alpha-2

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 (2395) hide show
  1. package/README.md +37 -1
  2. package/apollo.apiKey.js.example +7 -0
  3. package/codegen.ts +48 -0
  4. package/dist/__mocks__/common/application.d.ts +3 -0
  5. package/dist/__mocks__/common/application.js +26 -0
  6. package/dist/__mocks__/common/application.js.map +1 -0
  7. package/dist/__mocks__/common/attribute.d.ts +13 -0
  8. package/dist/__mocks__/common/attribute.js +115 -0
  9. package/dist/__mocks__/common/attribute.js.map +1 -0
  10. package/dist/__mocks__/common/filter.d.ts +4 -0
  11. package/dist/__mocks__/common/filter.js +32 -0
  12. package/dist/__mocks__/common/filter.js.map +1 -0
  13. package/dist/__mocks__/common/form.d.ts +38 -0
  14. package/dist/__mocks__/common/form.js +143 -0
  15. package/dist/__mocks__/common/form.js.map +1 -0
  16. package/dist/__mocks__/common/import.d.ts +2 -0
  17. package/dist/__mocks__/common/import.js +29 -0
  18. package/dist/__mocks__/common/import.js.map +1 -0
  19. package/dist/__mocks__/common/label.d.ts +4 -0
  20. package/dist/__mocks__/common/label.js +8 -0
  21. package/dist/__mocks__/common/label.js.map +1 -0
  22. package/dist/__mocks__/common/library.d.ts +109 -0
  23. package/dist/__mocks__/common/library.js +100 -0
  24. package/dist/__mocks__/common/library.js.map +1 -0
  25. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  26. package/dist/__mocks__/common/mockSearchContextProvider.js +12 -0
  27. package/dist/__mocks__/common/mockSearchContextProvider.js.map +1 -0
  28. package/dist/__mocks__/common/record.d.ts +4 -0
  29. package/dist/__mocks__/common/record.js +21 -0
  30. package/dist/__mocks__/common/record.js.map +1 -0
  31. package/dist/__mocks__/common/tree.d.ts +3 -0
  32. package/dist/__mocks__/common/tree.js +32 -0
  33. package/dist/__mocks__/common/tree.js.map +1 -0
  34. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  35. package/dist/__mocks__/common/treeElements.js +59 -0
  36. package/dist/__mocks__/common/treeElements.js.map +1 -0
  37. package/dist/__mocks__/common/value.d.ts +5 -0
  38. package/dist/__mocks__/common/value.js +35 -0
  39. package/dist/__mocks__/common/value.js.map +1 -0
  40. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  41. package/dist/__mocks__/common/versionProfile.js +6 -0
  42. package/dist/__mocks__/common/versionProfile.js.map +1 -0
  43. package/dist/__mocks__/common/view.d.ts +2 -0
  44. package/dist/__mocks__/common/view.js +26 -0
  45. package/dist/__mocks__/common/view.js.map +1 -0
  46. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  47. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +57 -0
  48. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -0
  49. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  50. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +33 -0
  51. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -0
  52. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  53. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +40 -0
  54. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -0
  55. package/dist/__mocks__/react-i18next.d.ts +31 -0
  56. package/dist/__mocks__/react-i18next.js +65 -0
  57. package/dist/__mocks__/react-i18next.js.map +1 -0
  58. package/dist/_gqlTypes/index.d.ts +7080 -0
  59. package/dist/_gqlTypes/index.js +2643 -0
  60. package/dist/_gqlTypes/index.js.map +1 -0
  61. package/dist/_queries/applications/applicationDetailsFragment.js +27 -0
  62. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -0
  63. package/dist/_queries/applications/checkApplicationExistence.js +12 -0
  64. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -0
  65. package/dist/_queries/applications/getApplicationDetails.js +16 -0
  66. package/dist/_queries/applications/getApplicationDetails.js.map +1 -0
  67. package/dist/_queries/applications/getApplicationsModulesQuery.js +14 -0
  68. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -0
  69. package/dist/_queries/applications/installApplicationMutation.js +10 -0
  70. package/dist/_queries/applications/installApplicationMutation.js.map +1 -0
  71. package/dist/_queries/applications/saveApplicationMutation.js +14 -0
  72. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -0
  73. package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
  74. package/dist/_queries/attributes/attributeDetailsFragment.js +57 -0
  75. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -0
  76. package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
  77. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +12 -0
  78. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -0
  79. package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
  80. package/dist/_queries/attributes/deleteAttributeMutation.js +12 -0
  81. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -0
  82. package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
  83. package/dist/_queries/attributes/getAttributeByIdQuery.js +16 -0
  84. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -0
  85. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
  86. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +31 -0
  87. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -0
  88. package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
  89. package/dist/_queries/attributes/getAttributesByLib.js +48 -0
  90. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -0
  91. package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
  92. package/dist/_queries/attributes/getAttributesQuery.js +19 -0
  93. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -0
  94. package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
  95. package/dist/_queries/attributes/getVersionProfilesQuery.js +15 -0
  96. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -0
  97. package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
  98. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +24 -0
  99. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -0
  100. package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
  101. package/dist/_queries/attributes/saveAttributeMutation.js +14 -0
  102. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -0
  103. package/dist/_queries/export/exportQuery.d.ts +1 -0
  104. package/dist/_queries/export/exportQuery.js +10 -0
  105. package/dist/_queries/export/exportQuery.js.map +1 -0
  106. package/dist/_queries/files/createDirectory.d.ts +1 -0
  107. package/dist/_queries/files/createDirectory.js +14 -0
  108. package/dist/_queries/files/createDirectory.js.map +1 -0
  109. package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
  110. package/dist/_queries/files/forcePreviewsGenerationMutation.js +22 -0
  111. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -0
  112. package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
  113. package/dist/_queries/files/getDirectoryDataQuery.js +53 -0
  114. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -0
  115. package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
  116. package/dist/_queries/files/getUploadUpdates.js +23 -0
  117. package/dist/_queries/files/getUploadUpdates.js.map +1 -0
  118. package/dist/_queries/files/uploadMutation.d.ts +1 -0
  119. package/dist/_queries/files/uploadMutation.js +17 -0
  120. package/dist/_queries/files/uploadMutation.js.map +1 -0
  121. package/dist/_queries/import/importExcel.d.ts +1 -0
  122. package/dist/_queries/import/importExcel.js +10 -0
  123. package/dist/_queries/import/importExcel.js.map +1 -0
  124. package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
  125. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +12 -0
  126. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -0
  127. package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
  128. package/dist/_queries/libraries/deleteLibraryMutation.js +12 -0
  129. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -0
  130. package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
  131. package/dist/_queries/libraries/getLibrariesQuery.js +29 -0
  132. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -0
  133. package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
  134. package/dist/_queries/libraries/getLibraryByIdQuery.js +16 -0
  135. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -0
  136. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +102 -0
  137. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +133 -0
  138. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -0
  139. package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
  140. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +20 -0
  141. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -0
  142. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
  143. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +29 -0
  144. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -0
  145. package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
  146. package/dist/_queries/libraries/libraryDetailsFragment.js +87 -0
  147. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -0
  148. package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
  149. package/dist/_queries/libraries/saveLibraryMutation.js +14 -0
  150. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -0
  151. package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
  152. package/dist/_queries/permissions/isAllowedQuery.js +18 -0
  153. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -0
  154. package/dist/_queries/records/createRecordMutation.d.ts +2 -0
  155. package/dist/_queries/records/createRecordMutation.js +24 -0
  156. package/dist/_queries/records/createRecordMutation.js.map +1 -0
  157. package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
  158. package/dist/_queries/records/deactivateRecordsMutation.js +15 -0
  159. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -0
  160. package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
  161. package/dist/_queries/records/doesFileExistAsChild.js +10 -0
  162. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -0
  163. package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
  164. package/dist/_queries/records/getFileDataQuery.js +58 -0
  165. package/dist/_queries/records/getFileDataQuery.js.map +1 -0
  166. package/dist/_queries/records/getRecordColumnsValues.d.ts +38 -0
  167. package/dist/_queries/records/getRecordColumnsValues.js +41 -0
  168. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -0
  169. package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
  170. package/dist/_queries/records/getRecordFormQuery.js +62 -0
  171. package/dist/_queries/records/getRecordFormQuery.js.map +1 -0
  172. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +73 -0
  173. package/dist/_queries/records/getRecordPropertiesQuery.js +77 -0
  174. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -0
  175. package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
  176. package/dist/_queries/records/getRecordUpdatesSubscription.js +31 -0
  177. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -0
  178. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
  179. package/dist/_queries/records/getRecordsFromLibraryQuery.js +109 -0
  180. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -0
  181. package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
  182. package/dist/_queries/records/indexRecordsMutation.js +10 -0
  183. package/dist/_queries/records/indexRecordsMutation.js.map +1 -0
  184. package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
  185. package/dist/_queries/records/recordFormAttributeFragment.js +94 -0
  186. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -0
  187. package/dist/_queries/records/recordIdentityFragment.js +20 -0
  188. package/dist/_queries/records/recordIdentityFragment.js.map +1 -0
  189. package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
  190. package/dist/_queries/tasks/cancelTaskMutation.js +10 -0
  191. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -0
  192. package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
  193. package/dist/_queries/trees/checkTreeExistenceQuery.js +12 -0
  194. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -0
  195. package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
  196. package/dist/_queries/trees/deleteTreeMutation.js +12 -0
  197. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -0
  198. package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
  199. package/dist/_queries/trees/getTreeByIdQuery.js +16 -0
  200. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -0
  201. package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
  202. package/dist/_queries/trees/getTreeLibraries.js +30 -0
  203. package/dist/_queries/trees/getTreeLibraries.js.map +1 -0
  204. package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
  205. package/dist/_queries/trees/getTreesQuery.js +18 -0
  206. package/dist/_queries/trees/getTreesQuery.js.map +1 -0
  207. package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
  208. package/dist/_queries/trees/saveTreeMutation.js +14 -0
  209. package/dist/_queries/trees/saveTreeMutation.js.map +1 -0
  210. package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
  211. package/dist/_queries/trees/treeDetailsFragment.js +24 -0
  212. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -0
  213. package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
  214. package/dist/_queries/trees/treeNodeChildrenQuery.js +48 -0
  215. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -0
  216. package/dist/_queries/user/getUserInfoQuery.js +19 -0
  217. package/dist/_queries/user/getUserInfoQuery.js.map +1 -0
  218. package/dist/_queries/userData/getUserData.d.ts +1 -0
  219. package/dist/_queries/userData/getUserData.js +13 -0
  220. package/dist/_queries/userData/getUserData.js.map +1 -0
  221. package/dist/_queries/userData/saveUserData.d.ts +1 -0
  222. package/dist/_queries/userData/saveUserData.js +13 -0
  223. package/dist/_queries/userData/saveUserData.js.map +1 -0
  224. package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
  225. package/dist/_queries/values/deleteValueMutation.js +14 -0
  226. package/dist/_queries/values/deleteValueMutation.js.map +1 -0
  227. package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
  228. package/dist/_queries/values/saveValueBatchMutation.js +34 -0
  229. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -0
  230. package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
  231. package/dist/_queries/values/valueDetailsFragment.js +76 -0
  232. package/dist/_queries/values/valueDetailsFragment.js.map +1 -0
  233. package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
  234. package/dist/_queries/values/valuesVersionFragment.js +23 -0
  235. package/dist/_queries/values/valuesVersionFragment.js.map +1 -0
  236. package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
  237. package/dist/_queries/views/deleteViewMutation.js +14 -0
  238. package/dist/_queries/views/deleteViewMutation.js.map +1 -0
  239. package/dist/_queries/views/getViewById.d.ts +1 -0
  240. package/dist/_queries/views/getViewById.js +16 -0
  241. package/dist/_queries/views/getViewById.js.map +1 -0
  242. package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
  243. package/dist/_queries/views/getViewsListQuery.js +17 -0
  244. package/dist/_queries/views/getViewsListQuery.js.map +1 -0
  245. package/dist/_queries/views/saveViewMutation.d.ts +2 -0
  246. package/dist/_queries/views/saveViewMutation.js +15 -0
  247. package/dist/_queries/views/saveViewMutation.js.map +1 -0
  248. package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
  249. package/dist/_queries/views/viewDetailsFragment.js +58 -0
  250. package/dist/_queries/views/viewDetailsFragment.js.map +1 -0
  251. package/dist/_tests/testUtils.d.ts +10 -0
  252. package/dist/_tests/testUtils.js +25 -0
  253. package/dist/_tests/testUtils.js.map +1 -0
  254. package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
  255. package/dist/_utils/getFiltersFromRequest.js +90 -0
  256. package/dist/_utils/getFiltersFromRequest.js.map +1 -0
  257. package/dist/_utils/getRequestFromFilter.d.ts +3 -0
  258. package/dist/_utils/getRequestFromFilter.js +53 -0
  259. package/dist/_utils/getRequestFromFilter.js.map +1 -0
  260. package/dist/_utils/index.d.ts +31 -0
  261. package/dist/_utils/index.js +125 -0
  262. package/dist/_utils/index.js.map +1 -0
  263. package/dist/antdTheme/index.d.ts +27 -0
  264. package/dist/antdTheme/index.js +101 -0
  265. package/dist/antdTheme/index.js.map +1 -0
  266. package/dist/antdTheme/types.js +2 -0
  267. package/dist/antdTheme/types.js.map +1 -0
  268. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js +51 -0
  269. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js.map +1 -0
  270. package/dist/components/ApplicationInstallTag/index.js +5 -0
  271. package/dist/components/ApplicationInstallTag/index.js.map +1 -0
  272. package/dist/components/AttributePicker/AttributePicker.d.ts +13 -0
  273. package/dist/components/AttributePicker/AttributePicker.js +26 -0
  274. package/dist/components/AttributePicker/AttributePicker.js.map +1 -0
  275. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +11 -0
  276. package/dist/components/AttributePicker/AttributesList/AttributesList.js +209 -0
  277. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -0
  278. package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
  279. package/dist/components/AttributePicker/AttributesList/index.js +5 -0
  280. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -0
  281. package/dist/components/AttributePicker/index.d.ts +1 -0
  282. package/dist/components/AttributePicker/index.js +5 -0
  283. package/dist/components/AttributePicker/index.js.map +1 -0
  284. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +4 -0
  285. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +50 -0
  286. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -0
  287. package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
  288. package/dist/components/AttributesSelectionList/Attribute/index.js +6 -0
  289. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -0
  290. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +11 -0
  291. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +70 -0
  292. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -0
  293. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +8 -0
  294. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +39 -0
  295. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -0
  296. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
  297. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +6 -0
  298. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -0
  299. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +3 -0
  300. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +55 -0
  301. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -0
  302. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
  303. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +6 -0
  304. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -0
  305. package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
  306. package/dist/components/AttributesSelectionList/_types.js +2 -0
  307. package/dist/components/AttributesSelectionList/_types.js.map +1 -0
  308. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
  309. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +3 -0
  310. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -0
  311. package/dist/components/AttributesSelectionList/index.d.ts +2 -0
  312. package/dist/components/AttributesSelectionList/index.js +6 -0
  313. package/dist/components/AttributesSelectionList/index.js.map +1 -0
  314. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  315. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +10 -0
  316. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -0
  317. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
  318. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +71 -0
  319. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -0
  320. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
  321. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +8 -0
  322. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -0
  323. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +806 -0
  324. package/dist/components/AttributesSelectionList/sharedComponents.js +16 -0
  325. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -0
  326. package/dist/components/BasicButton/BasicButton.d.ts +8 -0
  327. package/dist/components/BasicButton/BasicButton.js +38 -0
  328. package/dist/components/BasicButton/BasicButton.js.map +1 -0
  329. package/dist/components/BasicButton/index.d.ts +1 -0
  330. package/dist/components/BasicButton/index.js +5 -0
  331. package/dist/components/BasicButton/index.js.map +1 -0
  332. package/dist/components/CreateDirectory/CreateDirectory.d.ts +10 -0
  333. package/dist/components/CreateDirectory/CreateDirectory.js +118 -0
  334. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -0
  335. package/dist/components/CreateDirectory/index.d.ts +1 -0
  336. package/dist/components/CreateDirectory/index.js +5 -0
  337. package/dist/components/CreateDirectory/index.js.map +1 -0
  338. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +11 -0
  339. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +39 -0
  340. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -0
  341. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  342. package/dist/components/DeactivateRecordsModal/index.js +5 -0
  343. package/dist/components/DeactivateRecordsModal/index.js.map +1 -0
  344. package/dist/components/Dimmer/Dimmer.d.ts +6 -0
  345. package/dist/components/Dimmer/Dimmer.js +17 -0
  346. package/dist/components/Dimmer/Dimmer.js.map +1 -0
  347. package/dist/components/Dimmer/index.d.ts +2 -0
  348. package/dist/components/Dimmer/index.js +6 -0
  349. package/dist/components/Dimmer/index.js.map +1 -0
  350. package/dist/components/EditApplication/EditApplication.d.ts +4 -0
  351. package/dist/components/EditApplication/EditApplication.js +48 -0
  352. package/dist/components/EditApplication/EditApplication.js.map +1 -0
  353. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +8 -0
  354. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +135 -0
  355. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -0
  356. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +12 -0
  357. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +154 -0
  358. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -0
  359. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +45 -0
  360. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -0
  361. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +6 -0
  362. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -0
  363. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +6 -0
  364. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -0
  365. package/dist/components/EditApplication/EditApplicationInfo/index.js +5 -0
  366. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -0
  367. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js +43 -0
  368. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js.map +1 -0
  369. package/dist/components/EditApplication/EditApplicationInstall/index.js +6 -0
  370. package/dist/components/EditApplication/EditApplicationInstall/index.js.map +1 -0
  371. package/dist/components/EditApplication/_types.d.ts +9 -0
  372. package/dist/components/EditApplication/_types.js +2 -0
  373. package/dist/components/EditApplication/_types.js.map +1 -0
  374. package/dist/components/EditApplication/index.js +6 -0
  375. package/dist/components/EditApplication/index.js.map +1 -0
  376. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +9 -0
  377. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +51 -0
  378. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -0
  379. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +9 -0
  380. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +155 -0
  381. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -0
  382. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +13 -0
  383. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +172 -0
  384. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -0
  385. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
  386. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +38 -0
  387. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -0
  388. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
  389. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +5 -0
  390. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -0
  391. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
  392. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +38 -0
  393. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -0
  394. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
  395. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +5 -0
  396. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -0
  397. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
  398. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +38 -0
  399. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -0
  400. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
  401. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +5 -0
  402. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -0
  403. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
  404. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +5 -0
  405. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -0
  406. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
  407. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +5 -0
  408. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -0
  409. package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
  410. package/dist/components/EditAttributeModal/EditAttribute/index.js +5 -0
  411. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -0
  412. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +12 -0
  413. package/dist/components/EditAttributeModal/EditAttributeModal.js +102 -0
  414. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -0
  415. package/dist/components/EditAttributeModal/index.d.ts +1 -0
  416. package/dist/components/EditAttributeModal/index.js +5 -0
  417. package/dist/components/EditAttributeModal/index.js.map +1 -0
  418. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +10 -0
  419. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +73 -0
  420. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -0
  421. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +7 -0
  422. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +43 -0
  423. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -0
  424. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
  425. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +5 -0
  426. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -0
  427. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +16 -0
  428. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +172 -0
  429. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -0
  430. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +9 -0
  431. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +26 -0
  432. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -0
  433. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
  434. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +5 -0
  435. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -0
  436. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
  437. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +5 -0
  438. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -0
  439. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +8 -0
  440. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +43 -0
  441. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -0
  442. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
  443. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +5 -0
  444. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -0
  445. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +9 -0
  446. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +68 -0
  447. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -0
  448. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
  449. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +5 -0
  450. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -0
  451. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +9 -0
  452. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +128 -0
  453. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -0
  454. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +13 -0
  455. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +177 -0
  456. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -0
  457. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
  458. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +5 -0
  459. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -0
  460. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
  461. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +5 -0
  462. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -0
  463. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +8 -0
  464. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +37 -0
  465. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -0
  466. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +11 -0
  467. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +65 -0
  468. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -0
  469. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +9 -0
  470. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +111 -0
  471. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -0
  472. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
  473. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +5 -0
  474. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -0
  475. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
  476. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +5 -0
  477. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -0
  478. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +9 -0
  479. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +143 -0
  480. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -0
  481. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
  482. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +5 -0
  483. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -0
  484. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
  485. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +5 -0
  486. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -0
  487. package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
  488. package/dist/components/EditLibraryModal/EditLibrary/index.js +5 -0
  489. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -0
  490. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +13 -0
  491. package/dist/components/EditLibraryModal/EditLibraryModal.js +99 -0
  492. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -0
  493. package/dist/components/EditLibraryModal/index.d.ts +1 -0
  494. package/dist/components/EditLibraryModal/index.js +5 -0
  495. package/dist/components/EditLibraryModal/index.js.map +1 -0
  496. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +9 -0
  497. package/dist/components/EditTreeModal/EditTree/EditTree.js +51 -0
  498. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -0
  499. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +9 -0
  500. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +147 -0
  501. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -0
  502. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +14 -0
  503. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +122 -0
  504. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -0
  505. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
  506. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +116 -0
  507. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -0
  508. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
  509. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +5 -0
  510. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -0
  511. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
  512. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +5 -0
  513. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -0
  514. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
  515. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +5 -0
  516. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -0
  517. package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
  518. package/dist/components/EditTreeModal/EditTree/index.js +5 -0
  519. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -0
  520. package/dist/components/EditTreeModal/EditTreeModal.d.ts +12 -0
  521. package/dist/components/EditTreeModal/EditTreeModal.js +99 -0
  522. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -0
  523. package/dist/components/EditTreeModal/index.d.ts +1 -0
  524. package/dist/components/EditTreeModal/index.js +5 -0
  525. package/dist/components/EditTreeModal/index.js.map +1 -0
  526. package/dist/components/EntityCard/EntityCard.d.ts +17 -0
  527. package/dist/components/EntityCard/EntityCard.js +99 -0
  528. package/dist/components/EntityCard/EntityCard.js.map +1 -0
  529. package/dist/components/EntityCard/_types.d.ts +6 -0
  530. package/dist/components/EntityCard/_types.js +2 -0
  531. package/dist/components/EntityCard/_types.js.map +1 -0
  532. package/dist/components/EntityCard/index.d.ts +2 -0
  533. package/dist/components/EntityCard/index.js +6 -0
  534. package/dist/components/EntityCard/index.js.map +1 -0
  535. package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
  536. package/dist/components/EntityPreview/EntityPreview.js +15 -0
  537. package/dist/components/EntityPreview/EntityPreview.js.map +1 -0
  538. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +4 -0
  539. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +58 -0
  540. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -0
  541. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +6 -0
  542. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +24 -0
  543. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -0
  544. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
  545. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +6 -0
  546. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -0
  547. package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
  548. package/dist/components/EntityPreview/EntityPreviewList/index.js +6 -0
  549. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -0
  550. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +4 -0
  551. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +61 -0
  552. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -0
  553. package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
  554. package/dist/components/EntityPreview/EntityPreviewTile/index.js +6 -0
  555. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -0
  556. package/dist/components/EntityPreview/_types.d.ts +21 -0
  557. package/dist/components/EntityPreview/_types.js +2 -0
  558. package/dist/components/EntityPreview/_types.js.map +1 -0
  559. package/dist/components/EntityPreview/index.d.ts +2 -0
  560. package/dist/components/EntityPreview/index.js +6 -0
  561. package/dist/components/EntityPreview/index.js.map +1 -0
  562. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  563. package/dist/components/ErrorBoundary/ErrorBoundary.js +28 -0
  564. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  565. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
  566. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +37 -0
  567. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -0
  568. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
  569. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +6 -0
  570. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -0
  571. package/dist/components/ErrorBoundary/index.d.ts +1 -0
  572. package/dist/components/ErrorBoundary/index.js +5 -0
  573. package/dist/components/ErrorBoundary/index.js.map +1 -0
  574. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
  575. package/dist/components/ErrorDisplay/ErrorDisplay.js +38 -0
  576. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -0
  577. package/dist/components/ErrorDisplay/index.d.ts +1 -0
  578. package/dist/components/ErrorDisplay/index.js +5 -0
  579. package/dist/components/ErrorDisplay/index.js.map +1 -0
  580. package/dist/components/ErrorMessage/ErrorMessage.d.ts +7 -0
  581. package/dist/components/ErrorMessage/ErrorMessage.js +21 -0
  582. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -0
  583. package/dist/components/ErrorMessage/index.d.ts +2 -0
  584. package/dist/components/ErrorMessage/index.js +6 -0
  585. package/dist/components/ErrorMessage/index.js.map +1 -0
  586. package/dist/components/ExportModal/ExportModal.d.ts +11 -0
  587. package/dist/components/ExportModal/ExportModal.js +126 -0
  588. package/dist/components/ExportModal/ExportModal.js.map +1 -0
  589. package/dist/components/ExportModal/index.d.ts +1 -0
  590. package/dist/components/ExportModal/index.js +5 -0
  591. package/dist/components/ExportModal/index.js.map +1 -0
  592. package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
  593. package/dist/components/FieldsGroup/FieldsGroup.js +29 -0
  594. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -0
  595. package/dist/components/FieldsGroup/index.js +6 -0
  596. package/dist/components/FieldsGroup/index.js.map +1 -0
  597. package/dist/components/FloatingMenu/FloatingMenu.d.ts +11 -0
  598. package/dist/components/FloatingMenu/FloatingMenu.js +46 -0
  599. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -0
  600. package/dist/components/FloatingMenu/_types.d.ts +14 -0
  601. package/dist/components/FloatingMenu/_types.js +2 -0
  602. package/dist/components/FloatingMenu/_types.js.map +1 -0
  603. package/dist/components/FloatingMenu/index.d.ts +2 -0
  604. package/dist/components/FloatingMenu/index.js +6 -0
  605. package/dist/components/FloatingMenu/index.js.map +1 -0
  606. package/dist/components/ImageLoading/ImageLoading.d.ts +6 -0
  607. package/dist/components/ImageLoading/ImageLoading.js +27 -0
  608. package/dist/components/ImageLoading/ImageLoading.js.map +1 -0
  609. package/dist/components/ImageLoading/index.js +5 -0
  610. package/dist/components/ImageLoading/index.js.map +1 -0
  611. package/dist/components/ImageMissing/ImageMissing.d.ts +6 -0
  612. package/dist/components/ImageMissing/ImageMissing.js +21 -0
  613. package/dist/components/ImageMissing/ImageMissing.js.map +1 -0
  614. package/dist/components/ImageMissing/index.js +5 -0
  615. package/dist/components/ImageMissing/index.js.map +1 -0
  616. package/dist/components/ImportModal/ImportModal.d.ts +11 -0
  617. package/dist/components/ImportModal/ImportModal.js +186 -0
  618. package/dist/components/ImportModal/ImportModal.js.map +1 -0
  619. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +9 -0
  620. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +32 -0
  621. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -0
  622. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
  623. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +6 -0
  624. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -0
  625. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +7 -0
  626. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +25 -0
  627. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -0
  628. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
  629. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +6 -0
  630. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -0
  631. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +8 -0
  632. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +188 -0
  633. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -0
  634. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +11 -0
  635. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +21 -0
  636. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -0
  637. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
  638. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +6 -0
  639. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -0
  640. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +13 -0
  641. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +59 -0
  642. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -0
  643. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
  644. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +6 -0
  645. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -0
  646. package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
  647. package/dist/components/ImportModal/ImportModalConfigStep/index.js +6 -0
  648. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -0
  649. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +6 -0
  650. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +15 -0
  651. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -0
  652. package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
  653. package/dist/components/ImportModal/ImportModalDoneStep/index.js +6 -0
  654. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -0
  655. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +3 -0
  656. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +15 -0
  657. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -0
  658. package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
  659. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +6 -0
  660. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -0
  661. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +7 -0
  662. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +158 -0
  663. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -0
  664. package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
  665. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +6 -0
  666. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -0
  667. package/dist/components/ImportModal/_types.d.ts +34 -0
  668. package/dist/components/ImportModal/_types.js +18 -0
  669. package/dist/components/ImportModal/_types.js.map +1 -0
  670. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +11 -0
  671. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +12 -0
  672. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -0
  673. package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
  674. package/dist/components/ImportModal/importReducer/importReducer.js +110 -0
  675. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -0
  676. package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
  677. package/dist/components/ImportModal/importReducer/index.js +6 -0
  678. package/dist/components/ImportModal/importReducer/index.js.map +1 -0
  679. package/dist/components/ImportModal/index.d.ts +1 -0
  680. package/dist/components/ImportModal/index.js +5 -0
  681. package/dist/components/ImportModal/index.js.map +1 -0
  682. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +3 -0
  683. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +80 -0
  684. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -0
  685. package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
  686. package/dist/components/LibraryItemsList/DisplayOptions/index.js +6 -0
  687. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -0
  688. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +3 -0
  689. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +22 -0
  690. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -0
  691. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
  692. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +6 -0
  693. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -0
  694. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +14 -0
  695. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +244 -0
  696. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -0
  697. package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
  698. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +6 -0
  699. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -0
  700. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +16 -0
  701. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +340 -0
  702. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -0
  703. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +8 -0
  704. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +87 -0
  705. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -0
  706. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
  707. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +6 -0
  708. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -0
  709. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +4 -0
  710. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +13 -0
  711. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -0
  712. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
  713. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +6 -0
  714. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -0
  715. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +4 -0
  716. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +27 -0
  717. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -0
  718. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
  719. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +6 -0
  720. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -0
  721. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +4 -0
  722. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +23 -0
  723. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -0
  724. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
  725. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +6 -0
  726. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -0
  727. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +4 -0
  728. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +35 -0
  729. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -0
  730. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
  731. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +6 -0
  732. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -0
  733. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +4 -0
  734. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +35 -0
  735. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -0
  736. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
  737. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +6 -0
  738. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -0
  739. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
  740. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +6 -0
  741. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -0
  742. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
  743. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +23 -0
  744. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -0
  745. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
  746. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +6 -0
  747. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -0
  748. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +7 -0
  749. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +35 -0
  750. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -0
  751. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
  752. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +6 -0
  753. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -0
  754. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
  755. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +157 -0
  756. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -0
  757. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +3 -0
  758. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +122 -0
  759. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -0
  760. package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
  761. package/dist/components/LibraryItemsList/FiltersPanel/index.js +6 -0
  762. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -0
  763. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
  764. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +17 -0
  765. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -0
  766. package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
  767. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +18 -0
  768. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -0
  769. package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
  770. package/dist/components/LibraryItemsList/IconViewType/index.js +6 -0
  771. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -0
  772. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
  773. package/dist/components/LibraryItemsList/LibraryItemsList.js +18 -0
  774. package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -0
  775. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
  776. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +191 -0
  777. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -0
  778. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
  779. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +6 -0
  780. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -0
  781. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +3 -0
  782. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +38 -0
  783. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -0
  784. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
  785. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +6 -0
  786. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -0
  787. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +3 -0
  788. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +21 -0
  789. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -0
  790. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
  791. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +6 -0
  792. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -0
  793. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +9 -0
  794. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +43 -0
  795. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -0
  796. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
  797. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +6 -0
  798. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -0
  799. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +8 -0
  800. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +56 -0
  801. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -0
  802. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
  803. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +6 -0
  804. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -0
  805. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
  806. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +52 -0
  807. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -0
  808. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
  809. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +6 -0
  810. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -0
  811. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
  812. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +51 -0
  813. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -0
  814. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +10 -0
  815. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +43 -0
  816. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -0
  817. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
  818. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +6 -0
  819. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -0
  820. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +6 -0
  821. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +34 -0
  822. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -0
  823. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
  824. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +6 -0
  825. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -0
  826. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +6 -0
  827. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +23 -0
  828. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -0
  829. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +9 -0
  830. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +74 -0
  831. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -0
  832. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
  833. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +6 -0
  834. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -0
  835. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
  836. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +6 -0
  837. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -0
  838. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +7 -0
  839. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +84 -0
  840. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -0
  841. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
  842. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +6 -0
  843. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -0
  844. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
  845. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +141 -0
  846. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -0
  847. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
  848. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +6 -0
  849. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -0
  850. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +3 -0
  851. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +232 -0
  852. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -0
  853. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
  854. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +6 -0
  855. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -0
  856. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +8 -0
  857. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +54 -0
  858. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -0
  859. package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
  860. package/dist/components/LibraryItemsList/MenuItemList/index.js +6 -0
  861. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -0
  862. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +3 -0
  863. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +75 -0
  864. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -0
  865. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  866. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +6 -0
  867. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -0
  868. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +6 -0
  869. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +139 -0
  870. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -0
  871. package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
  872. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +6 -0
  873. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -0
  874. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +3 -0
  875. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +58 -0
  876. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -0
  877. package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
  878. package/dist/components/LibraryItemsList/MenuSelection/index.js +6 -0
  879. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -0
  880. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +7 -0
  881. package/dist/components/LibraryItemsList/MenuView/MenuView.js +163 -0
  882. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -0
  883. package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
  884. package/dist/components/LibraryItemsList/MenuView/index.js +6 -0
  885. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -0
  886. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +3 -0
  887. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +21 -0
  888. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -0
  889. package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
  890. package/dist/components/LibraryItemsList/SearchItems/index.js +6 -0
  891. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -0
  892. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +3 -0
  893. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +58 -0
  894. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -0
  895. package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
  896. package/dist/components/LibraryItemsList/Sidebar/index.js +6 -0
  897. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -0
  898. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +7 -0
  899. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +199 -0
  900. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -0
  901. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
  902. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +6 -0
  903. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -0
  904. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +3 -0
  905. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +50 -0
  906. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -0
  907. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
  908. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +11 -0
  909. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -0
  910. package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
  911. package/dist/components/LibraryItemsList/TileDisplay/index.js +6 -0
  912. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -0
  913. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +3 -0
  914. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +66 -0
  915. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -0
  916. package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
  917. package/dist/components/LibraryItemsList/VersionsPanel/index.js +6 -0
  918. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -0
  919. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +10 -0
  920. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +80 -0
  921. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -0
  922. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
  923. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +6 -0
  924. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -0
  925. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +10 -0
  926. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +140 -0
  927. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -0
  928. package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
  929. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +6 -0
  930. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -0
  931. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +3 -0
  932. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +189 -0
  933. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -0
  934. package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
  935. package/dist/components/LibraryItemsList/ViewPanel/index.js +6 -0
  936. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -0
  937. package/dist/components/LibraryItemsList/constants.d.ts +12 -0
  938. package/dist/components/LibraryItemsList/constants.js +19 -0
  939. package/dist/components/LibraryItemsList/constants.js.map +1 -0
  940. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
  941. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +18 -0
  942. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -0
  943. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
  944. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +15 -0
  945. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -0
  946. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
  947. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +64 -0
  948. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -0
  949. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
  950. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +40 -0
  951. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -0
  952. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
  953. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +16 -0
  954. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -0
  955. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
  956. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +13 -0
  957. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -0
  958. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
  959. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +15 -0
  960. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -0
  961. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
  962. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +99 -0
  963. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -0
  964. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +69 -0
  965. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +2 -0
  966. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +1 -0
  967. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
  968. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +6 -0
  969. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -0
  970. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
  971. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +7 -0
  972. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -0
  973. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +124 -0
  974. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +206 -0
  975. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -0
  976. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +6 -0
  977. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +8 -0
  978. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -0
  979. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
  980. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +34 -0
  981. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -0
  982. package/dist/components/LibraryItemsList/index.d.ts +1 -0
  983. package/dist/components/LibraryItemsList/index.js +5 -0
  984. package/dist/components/LibraryItemsList/index.js.map +1 -0
  985. package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
  986. package/dist/components/LibraryItemsList/manageItems.js +102 -0
  987. package/dist/components/LibraryItemsList/manageItems.js.map +1 -0
  988. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +8 -0
  989. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +50 -0
  990. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -0
  991. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
  992. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +6 -0
  993. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -0
  994. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +16 -0
  995. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +45 -0
  996. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -0
  997. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +10 -0
  998. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +136 -0
  999. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -0
  1000. package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
  1001. package/dist/components/LibraryPicker/LibrariesList/index.js +5 -0
  1002. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -0
  1003. package/dist/components/LibraryPicker/LibraryPicker.d.ts +12 -0
  1004. package/dist/components/LibraryPicker/LibraryPicker.js +22 -0
  1005. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -0
  1006. package/dist/components/LibraryPicker/index.d.ts +1 -0
  1007. package/dist/components/LibraryPicker/index.js +5 -0
  1008. package/dist/components/LibraryPicker/index.js.map +1 -0
  1009. package/dist/components/List/List.d.ts +13 -0
  1010. package/dist/components/List/List.js +64 -0
  1011. package/dist/components/List/List.js.map +1 -0
  1012. package/dist/components/List/index.d.ts +2 -0
  1013. package/dist/components/List/index.js +6 -0
  1014. package/dist/components/List/index.js.map +1 -0
  1015. package/dist/components/Loading/Loading.js +18 -0
  1016. package/dist/components/Loading/Loading.js.map +1 -0
  1017. package/dist/components/Loading/index.d.ts +1 -0
  1018. package/dist/components/Loading/index.js +5 -0
  1019. package/dist/components/Loading/index.js.map +1 -0
  1020. package/dist/components/RecordCard/RecordCard.d.ts +4 -0
  1021. package/dist/components/RecordCard/RecordCard.js +36 -0
  1022. package/dist/components/RecordCard/RecordCard.js.map +1 -0
  1023. package/dist/components/RecordCard/_types.d.ts +16 -0
  1024. package/dist/components/RecordCard/_types.js +2 -0
  1025. package/dist/components/RecordCard/_types.js.map +1 -0
  1026. package/dist/components/RecordCard/index.js +6 -0
  1027. package/dist/components/RecordCard/index.js.map +1 -0
  1028. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +13 -0
  1029. package/dist/components/RecordEdition/EditRecord/EditRecord.js +89 -0
  1030. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -0
  1031. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +6 -0
  1032. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +13 -0
  1033. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +1 -0
  1034. package/dist/components/RecordEdition/EditRecord/_types.d.ts +109 -0
  1035. package/dist/components/RecordEdition/EditRecord/_types.js +12 -0
  1036. package/dist/components/RecordEdition/EditRecord/_types.js.map +1 -0
  1037. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +3 -0
  1038. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +11 -0
  1039. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +1 -0
  1040. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +2 -0
  1041. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +6 -0
  1042. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +1 -0
  1043. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
  1044. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +4 -0
  1045. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
  1046. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -0
  1047. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +5 -0
  1048. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +1 -0
  1049. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -0
  1050. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +5 -0
  1051. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +1 -0
  1052. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
  1053. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +21 -0
  1054. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
  1055. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  1056. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js +9 -0
  1057. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js.map +1 -0
  1058. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  1059. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js +9 -0
  1060. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js.map +1 -0
  1061. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
  1062. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +5 -0
  1063. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
  1064. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
  1065. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +40 -0
  1066. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +1 -0
  1067. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
  1068. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +62 -0
  1069. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
  1070. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +4 -0
  1071. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +7 -0
  1072. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +1 -0
  1073. package/dist/components/RecordEdition/EditRecord/index.d.ts +2 -0
  1074. package/dist/components/RecordEdition/EditRecord/index.js +6 -0
  1075. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -0
  1076. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.d.ts +2 -0
  1077. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +6 -0
  1078. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +1 -0
  1079. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  1080. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +110 -0
  1081. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
  1082. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +2 -0
  1083. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +6 -0
  1084. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +1 -0
  1085. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +100 -0
  1086. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +200 -0
  1087. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -0
  1088. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.d.ts +1 -0
  1089. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js +303 -0
  1090. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js.map +1 -0
  1091. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +10 -0
  1092. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +31 -0
  1093. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +1 -0
  1094. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.d.ts +2 -0
  1095. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +6 -0
  1096. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +1 -0
  1097. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +6 -0
  1098. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +21 -0
  1099. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
  1100. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.d.ts +2 -0
  1101. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +6 -0
  1102. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +1 -0
  1103. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +7 -0
  1104. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +26 -0
  1105. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
  1106. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.d.ts +2 -0
  1107. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +6 -0
  1108. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +1 -0
  1109. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +9 -0
  1110. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +28 -0
  1111. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +1 -0
  1112. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.d.ts +2 -0
  1113. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +6 -0
  1114. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +1 -0
  1115. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +7 -0
  1116. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +22 -0
  1117. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
  1118. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.d.ts +2 -0
  1119. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +6 -0
  1120. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +1 -0
  1121. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +8 -0
  1122. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +33 -0
  1123. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +1 -0
  1124. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.d.ts +2 -0
  1125. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +6 -0
  1126. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +1 -0
  1127. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +3 -0
  1128. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +13 -0
  1129. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
  1130. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.d.ts +2 -0
  1131. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +6 -0
  1132. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +1 -0
  1133. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +11 -0
  1134. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +42 -0
  1135. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
  1136. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.d.ts +2 -0
  1137. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +6 -0
  1138. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +1 -0
  1139. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +14 -0
  1140. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +68 -0
  1141. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
  1142. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.d.ts +2 -0
  1143. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +6 -0
  1144. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +1 -0
  1145. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +9 -0
  1146. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +34 -0
  1147. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
  1148. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.d.ts +2 -0
  1149. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +6 -0
  1150. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +1 -0
  1151. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +4 -0
  1152. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +14 -0
  1153. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +1 -0
  1154. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.d.ts +2 -0
  1155. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +6 -0
  1156. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +1 -0
  1157. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +5 -0
  1158. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +63 -0
  1159. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +1 -0
  1160. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.d.ts +2 -0
  1161. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +6 -0
  1162. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +1 -0
  1163. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +5 -0
  1164. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +9 -0
  1165. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +1 -0
  1166. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.d.ts +2 -0
  1167. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +6 -0
  1168. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +1 -0
  1169. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +5 -0
  1170. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +57 -0
  1171. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +1 -0
  1172. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.d.ts +2 -0
  1173. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +6 -0
  1174. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +1 -0
  1175. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +14 -0
  1176. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +29 -0
  1177. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -0
  1178. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +2 -0
  1179. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +6 -0
  1180. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -0
  1181. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +13 -0
  1182. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +313 -0
  1183. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +1 -0
  1184. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +7 -0
  1185. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +11 -0
  1186. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -0
  1187. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +2 -0
  1188. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +6 -0
  1189. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -0
  1190. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +14 -0
  1191. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +52 -0
  1192. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -0
  1193. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +2 -0
  1194. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +6 -0
  1195. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -0
  1196. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1197. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +214 -0
  1198. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -0
  1199. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +2 -0
  1200. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +6 -0
  1201. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +1 -0
  1202. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.d.ts +2 -0
  1203. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +6 -0
  1204. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +1 -0
  1205. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +5 -0
  1206. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +210 -0
  1207. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +1 -0
  1208. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +4 -0
  1209. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +14 -0
  1210. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -0
  1211. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +4 -0
  1212. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +22 -0
  1213. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -0
  1214. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +4 -0
  1215. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +23 -0
  1216. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +1 -0
  1217. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
  1218. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +29 -0
  1219. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
  1220. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +4 -0
  1221. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +19 -0
  1222. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -0
  1223. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +4 -0
  1224. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +32 -0
  1225. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -0
  1226. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +4 -0
  1227. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +51 -0
  1228. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -0
  1229. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +4 -0
  1230. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +26 -0
  1231. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -0
  1232. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -0
  1233. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +423 -0
  1234. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
  1235. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +17 -0
  1236. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +35 -0
  1237. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -0
  1238. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +2 -0
  1239. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +6 -0
  1240. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -0
  1241. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
  1242. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +6 -0
  1243. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
  1244. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.d.ts +2 -0
  1245. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +6 -0
  1246. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +1 -0
  1247. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +5 -0
  1248. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +7 -0
  1249. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +1 -0
  1250. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.d.ts +2 -0
  1251. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +6 -0
  1252. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +1 -0
  1253. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +5 -0
  1254. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +225 -0
  1255. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +1 -0
  1256. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +11 -0
  1257. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +50 -0
  1258. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -0
  1259. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +2 -0
  1260. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +6 -0
  1261. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +1 -0
  1262. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1263. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +109 -0
  1264. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -0
  1265. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +2 -0
  1266. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +6 -0
  1267. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +1 -0
  1268. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.d.ts +2 -0
  1269. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +6 -0
  1270. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +1 -0
  1271. package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +6 -0
  1272. package/dist/components/RecordEdition/EditRecord/uiElements/index.js +24 -0
  1273. package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +1 -0
  1274. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +10 -0
  1275. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +34 -0
  1276. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -0
  1277. package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
  1278. package/dist/components/RecordEdition/EditRecordBtn/index.js +6 -0
  1279. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -0
  1280. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +13 -0
  1281. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +333 -0
  1282. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -0
  1283. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +3 -0
  1284. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +54 -0
  1285. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +1 -0
  1286. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +2 -0
  1287. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +6 -0
  1288. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +1 -0
  1289. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +9 -0
  1290. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +37 -0
  1291. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
  1292. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.d.ts +2 -0
  1293. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +6 -0
  1294. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +1 -0
  1295. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +7 -0
  1296. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +7 -0
  1297. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +1 -0
  1298. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +2 -0
  1299. package/dist/components/RecordEdition/EditRecordModal/index.js +6 -0
  1300. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -0
  1301. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +7 -0
  1302. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -0
  1303. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -0
  1304. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +14 -0
  1305. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +13 -0
  1306. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -0
  1307. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
  1308. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +6 -0
  1309. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -0
  1310. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +289 -0
  1311. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +74 -0
  1312. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -0
  1313. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
  1314. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +6 -0
  1315. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -0
  1316. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +7 -0
  1317. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +56 -0
  1318. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -0
  1319. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +2 -0
  1320. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +6 -0
  1321. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -0
  1322. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +9 -0
  1323. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +34 -0
  1324. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -0
  1325. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +2 -0
  1326. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +6 -0
  1327. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -0
  1328. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +11 -0
  1329. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +64 -0
  1330. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -0
  1331. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +3 -0
  1332. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +77 -0
  1333. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -0
  1334. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +2 -0
  1335. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +6 -0
  1336. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -0
  1337. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +11 -0
  1338. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +53 -0
  1339. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -0
  1340. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +2 -0
  1341. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +6 -0
  1342. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -0
  1343. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +2 -0
  1344. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +6 -0
  1345. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -0
  1346. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +3 -0
  1347. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +59 -0
  1348. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -0
  1349. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
  1350. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +6 -0
  1351. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -0
  1352. package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
  1353. package/dist/components/RecordEdition/EditRecordSidebar/index.js +6 -0
  1354. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -0
  1355. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +66 -0
  1356. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +67 -0
  1357. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +1 -0
  1358. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +7 -0
  1359. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +10 -0
  1360. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +1 -0
  1361. package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +2 -0
  1362. package/dist/components/RecordEdition/editRecordModalReducer/index.js +6 -0
  1363. package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +1 -0
  1364. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -0
  1365. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +7 -0
  1366. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +1 -0
  1367. package/dist/components/RecordEdition/index.d.ts +4 -0
  1368. package/dist/components/RecordEdition/index.js +5 -0
  1369. package/dist/components/RecordEdition/index.js.map +1 -0
  1370. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +9 -0
  1371. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +40 -0
  1372. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -0
  1373. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +4 -0
  1374. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +17 -0
  1375. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -0
  1376. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
  1377. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +6 -0
  1378. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -0
  1379. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +4 -0
  1380. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +28 -0
  1381. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -0
  1382. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
  1383. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +6 -0
  1384. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -0
  1385. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +7 -0
  1386. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +85 -0
  1387. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -0
  1388. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +7 -0
  1389. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +84 -0
  1390. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -0
  1391. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
  1392. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +6 -0
  1393. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -0
  1394. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +4 -0
  1395. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +33 -0
  1396. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -0
  1397. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
  1398. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +6 -0
  1399. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -0
  1400. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +7 -0
  1401. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +45 -0
  1402. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -0
  1403. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
  1404. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +6 -0
  1405. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -0
  1406. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +4 -0
  1407. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +22 -0
  1408. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -0
  1409. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
  1410. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +6 -0
  1411. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -0
  1412. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
  1413. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +2 -0
  1414. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js.map +1 -0
  1415. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
  1416. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +6 -0
  1417. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -0
  1418. package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
  1419. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +6 -0
  1420. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -0
  1421. package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
  1422. package/dist/components/RecordPreviewWithModal/FileModal/index.js +6 -0
  1423. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -0
  1424. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
  1425. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +57 -0
  1426. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -0
  1427. package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
  1428. package/dist/components/RecordPreviewWithModal/index.js +5 -0
  1429. package/dist/components/RecordPreviewWithModal/index.js.map +1 -0
  1430. package/dist/components/SearchModal/SearchModal.d.ts +10 -0
  1431. package/dist/components/SearchModal/SearchModal.js +46 -0
  1432. package/dist/components/SearchModal/SearchModal.js.map +1 -0
  1433. package/dist/components/SearchModal/index.d.ts +1 -0
  1434. package/dist/components/SearchModal/index.js +5 -0
  1435. package/dist/components/SearchModal/index.js.map +1 -0
  1436. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +17 -0
  1437. package/dist/components/SelectTreeNode/SelectTreeNode.js +154 -0
  1438. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -0
  1439. package/dist/components/SelectTreeNode/index.d.ts +1 -0
  1440. package/dist/components/SelectTreeNode/index.js +5 -0
  1441. package/dist/components/SelectTreeNode/index.js.map +1 -0
  1442. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +16 -0
  1443. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +32 -0
  1444. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -0
  1445. package/dist/components/SelectTreeNodeModal/index.d.ts +2 -0
  1446. package/dist/components/SelectTreeNodeModal/index.js +6 -0
  1447. package/dist/components/SelectTreeNodeModal/index.js.map +1 -0
  1448. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  1449. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +28 -0
  1450. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -0
  1451. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  1452. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +26 -0
  1453. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -0
  1454. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  1455. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +6 -0
  1456. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -0
  1457. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  1458. package/dist/components/SimpleErrorBoundary/index.js +5 -0
  1459. package/dist/components/SimpleErrorBoundary/index.js.map +1 -0
  1460. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +8 -0
  1461. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +69 -0
  1462. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -0
  1463. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
  1464. package/dist/components/SubmitStateNotifier/_types.js +2 -0
  1465. package/dist/components/SubmitStateNotifier/_types.js.map +1 -0
  1466. package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
  1467. package/dist/components/SubmitStateNotifier/index.js +6 -0
  1468. package/dist/components/SubmitStateNotifier/index.js.map +1 -0
  1469. package/dist/components/TreePicker/TreePicker.d.ts +12 -0
  1470. package/dist/components/TreePicker/TreePicker.js +25 -0
  1471. package/dist/components/TreePicker/TreePicker.js.map +1 -0
  1472. package/dist/components/TreePicker/TreesList/TreesList.d.ts +10 -0
  1473. package/dist/components/TreePicker/TreesList/TreesList.js +137 -0
  1474. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -0
  1475. package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
  1476. package/dist/components/TreePicker/TreesList/index.js +5 -0
  1477. package/dist/components/TreePicker/TreesList/index.js.map +1 -0
  1478. package/dist/components/TreePicker/index.d.ts +1 -0
  1479. package/dist/components/TreePicker/index.js +5 -0
  1480. package/dist/components/TreePicker/index.js.map +1 -0
  1481. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +11 -0
  1482. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +88 -0
  1483. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -0
  1484. package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
  1485. package/dist/components/TriggerPreviewsGenerationModal/index.js +3 -0
  1486. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -0
  1487. package/dist/components/UploadFiles/UploadFiles.d.ts +14 -0
  1488. package/dist/components/UploadFiles/UploadFiles.js +226 -0
  1489. package/dist/components/UploadFiles/UploadFiles.js.map +1 -0
  1490. package/dist/components/UploadFiles/index.d.ts +1 -0
  1491. package/dist/components/UploadFiles/index.js +5 -0
  1492. package/dist/components/UploadFiles/index.js.map +1 -0
  1493. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +10 -0
  1494. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +42 -0
  1495. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -0
  1496. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +11 -0
  1497. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +77 -0
  1498. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -0
  1499. package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
  1500. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +6 -0
  1501. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -0
  1502. package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
  1503. package/dist/components/ValuesVersionConfigurator/index.js +6 -0
  1504. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -0
  1505. package/dist/components/index.d.ts +37 -0
  1506. package/dist/components/index.js +41 -0
  1507. package/dist/components/index.js.map +1 -0
  1508. package/dist/constants.d.ts +26 -0
  1509. package/dist/constants.js +44 -0
  1510. package/dist/constants.js.map +1 -0
  1511. package/dist/contexts/LangContext/LangContext.js +7 -0
  1512. package/dist/contexts/LangContext/LangContext.js.map +1 -0
  1513. package/dist/contexts/LangContext/_types.js +2 -0
  1514. package/dist/contexts/LangContext/_types.js.map +1 -0
  1515. package/dist/contexts/LangContext/index.js +6 -0
  1516. package/dist/contexts/LangContext/index.js.map +1 -0
  1517. package/dist/contexts/UserContext/UserContext.d.ts +3 -0
  1518. package/dist/contexts/UserContext/UserContext.js +6 -0
  1519. package/dist/contexts/UserContext/UserContext.js.map +1 -0
  1520. package/dist/contexts/UserContext/index.d.ts +2 -0
  1521. package/dist/contexts/UserContext/index.js +3 -0
  1522. package/dist/contexts/UserContext/index.js.map +1 -0
  1523. package/dist/contexts/UserContext/types.d.ts +9 -0
  1524. package/dist/contexts/UserContext/types.js +2 -0
  1525. package/dist/contexts/UserContext/types.js.map +1 -0
  1526. package/dist/contexts/index.d.ts +2 -0
  1527. package/dist/contexts/index.js +6 -0
  1528. package/dist/contexts/index.js.map +1 -0
  1529. package/dist/gqlFragments/index.d.ts +1 -0
  1530. package/dist/gqlFragments/index.js +5 -0
  1531. package/dist/gqlFragments/index.js.map +1 -0
  1532. package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
  1533. package/dist/gqlFragments/recordIdentityFragment.js +21 -0
  1534. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -0
  1535. package/dist/gqlPossibleTypes/index.d.ts +20 -0
  1536. package/dist/gqlPossibleTypes/index.js +24 -0
  1537. package/dist/gqlPossibleTypes/index.js.map +1 -0
  1538. package/dist/helpers/extractPermissionFromQuery.d.ts +2 -0
  1539. package/dist/helpers/extractPermissionFromQuery.js +7 -0
  1540. package/dist/helpers/extractPermissionFromQuery.js.map +1 -0
  1541. package/dist/hooks/index.d.ts +13 -0
  1542. package/dist/hooks/index.js +17 -0
  1543. package/dist/hooks/index.js.map +1 -0
  1544. package/dist/hooks/useAntdLocale/index.d.ts +1 -0
  1545. package/dist/hooks/useAntdLocale/index.js +5 -0
  1546. package/dist/hooks/useAntdLocale/index.js.map +1 -0
  1547. package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
  1548. package/dist/hooks/useAntdLocale/useAntdLocale.js +12 -0
  1549. package/dist/hooks/useAntdLocale/useAntdLocale.js.map +1 -0
  1550. package/dist/hooks/useAppLang/index.d.ts +1 -0
  1551. package/dist/hooks/useAppLang/index.js +5 -0
  1552. package/dist/hooks/useAppLang/index.js.map +1 -0
  1553. package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
  1554. package/dist/hooks/useAppLang/useAppLang.js +33 -0
  1555. package/dist/hooks/useAppLang/useAppLang.js.map +1 -0
  1556. package/dist/hooks/useAuth/index.d.ts +1 -0
  1557. package/dist/hooks/useAuth/index.js +5 -0
  1558. package/dist/hooks/useAuth/index.js.map +1 -0
  1559. package/dist/hooks/useAuth/useAuth.d.ts +5 -0
  1560. package/dist/hooks/useAuth/useAuth.js +16 -0
  1561. package/dist/hooks/useAuth/useAuth.js.map +1 -0
  1562. package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
  1563. package/dist/hooks/useCanEditRecord/index.js +2 -0
  1564. package/dist/hooks/useCanEditRecord/index.js.map +1 -0
  1565. package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
  1566. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +49 -0
  1567. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -0
  1568. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +6 -0
  1569. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +33 -0
  1570. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -0
  1571. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
  1572. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +19 -0
  1573. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js.map +1 -0
  1574. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
  1575. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +16 -0
  1576. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -0
  1577. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
  1578. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +37 -0
  1579. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -0
  1580. package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
  1581. package/dist/hooks/useGetRecordForm/index.js +6 -0
  1582. package/dist/hooks/useGetRecordForm/index.js.map +1 -0
  1583. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +51 -0
  1584. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +52 -0
  1585. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -0
  1586. package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
  1587. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +5 -0
  1588. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -0
  1589. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
  1590. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +17 -0
  1591. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -0
  1592. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +10 -0
  1593. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +48 -0
  1594. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -0
  1595. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  1596. package/dist/hooks/useLang/__mocks__/index.js +6 -0
  1597. package/dist/hooks/useLang/__mocks__/index.js.map +1 -0
  1598. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  1599. package/dist/hooks/useLang/__mocks__/useLang.js +12 -0
  1600. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -0
  1601. package/dist/hooks/useLang/index.js +6 -0
  1602. package/dist/hooks/useLang/index.js.map +1 -0
  1603. package/dist/hooks/useLang/useLang.js +14 -0
  1604. package/dist/hooks/useLang/useLang.js.map +1 -0
  1605. package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
  1606. package/dist/hooks/useLibraryVersionTrees/index.js +5 -0
  1607. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -0
  1608. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
  1609. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +21 -0
  1610. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -0
  1611. package/dist/hooks/useLocalStorage/index.d.ts +1 -0
  1612. package/dist/hooks/useLocalStorage/index.js +5 -0
  1613. package/dist/hooks/useLocalStorage/index.js.map +1 -0
  1614. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
  1615. package/dist/hooks/useLocalStorage/useLocalStorage.js +19 -0
  1616. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  1617. package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
  1618. package/dist/hooks/useRecordsConsultationHistory/index.js +6 -0
  1619. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -0
  1620. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
  1621. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +33 -0
  1622. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -0
  1623. package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
  1624. package/dist/hooks/useRefreshFieldValues/index.js +5 -0
  1625. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -0
  1626. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
  1627. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +51 -0
  1628. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -0
  1629. package/dist/hooks/useRefreshToken/index.d.ts +1 -0
  1630. package/dist/hooks/useRefreshToken/index.js +5 -0
  1631. package/dist/hooks/useRefreshToken/index.js.map +1 -0
  1632. package/dist/hooks/useRefreshToken/useRefreshToken.d.ts +4 -0
  1633. package/dist/hooks/useRefreshToken/useRefreshToken.js +30 -0
  1634. package/dist/hooks/useRefreshToken/useRefreshToken.js.map +1 -0
  1635. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  1636. package/dist/hooks/useSharedTranslation/__mocks__/index.js +5 -0
  1637. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -0
  1638. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  1639. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js +13 -0
  1640. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -0
  1641. package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
  1642. package/dist/hooks/useSharedTranslation/index.js +5 -0
  1643. package/dist/hooks/useSharedTranslation/index.js.map +1 -0
  1644. package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
  1645. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +35 -0
  1646. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -0
  1647. package/dist/hooks/useUser/index.d.ts +1 -0
  1648. package/dist/hooks/useUser/index.js +2 -0
  1649. package/dist/hooks/useUser/index.js.map +1 -0
  1650. package/dist/hooks/useUser/useUser.d.ts +1 -0
  1651. package/dist/hooks/useUser/useUser.js +13 -0
  1652. package/dist/hooks/useUser/useUser.js.map +1 -0
  1653. package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
  1654. package/dist/hooks/useValuesCacheUpdate/index.js +5 -0
  1655. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -0
  1656. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
  1657. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +41 -0
  1658. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -0
  1659. package/dist/index.d.ts +9 -0
  1660. package/dist/index.js +13 -0
  1661. package/dist/index.js.map +1 -0
  1662. package/dist/locales/en/shared.json +576 -0
  1663. package/dist/locales/fr/shared.json +578 -0
  1664. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +16 -0
  1665. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -0
  1666. package/dist/testing/MockedLangContextProvider/index.js +6 -0
  1667. package/dist/testing/MockedLangContextProvider/index.js.map +1 -0
  1668. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +5 -0
  1669. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +19 -0
  1670. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -0
  1671. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  1672. package/dist/testing/MockedUserContextProvider/index.js +6 -0
  1673. package/dist/testing/MockedUserContextProvider/index.js.map +1 -0
  1674. package/dist/testing/index.js +5 -0
  1675. package/dist/testing/index.js.map +1 -0
  1676. package/dist/types/attributes.d.ts +21 -0
  1677. package/dist/types/attributes.js +2 -0
  1678. package/dist/types/attributes.js.map +1 -0
  1679. package/dist/types/index.d.ts +8 -0
  1680. package/dist/types/index.js +9 -0
  1681. package/dist/types/index.js.map +1 -0
  1682. package/dist/types/misc.d.ts +2 -0
  1683. package/dist/types/misc.js +2 -0
  1684. package/dist/types/misc.js.map +1 -0
  1685. package/dist/types/records.d.ts +25 -0
  1686. package/dist/types/records.js +2 -0
  1687. package/dist/types/records.js.map +1 -0
  1688. package/dist/types/scalars.d.ts +1 -0
  1689. package/dist/types/scalars.js +2 -0
  1690. package/dist/types/scalars.js.map +1 -0
  1691. package/dist/types/search.d.ts +205 -0
  1692. package/dist/types/search.js +43 -0
  1693. package/dist/types/search.js.map +1 -0
  1694. package/dist/types/trees.d.ts +17 -0
  1695. package/dist/types/trees.js +2 -0
  1696. package/dist/types/trees.js.map +1 -0
  1697. package/dist/types/values.d.ts +7 -0
  1698. package/dist/types/values.js +2 -0
  1699. package/dist/types/values.js.map +1 -0
  1700. package/dist/types/views.d.ts +34 -0
  1701. package/dist/types/views.js +2 -0
  1702. package/dist/types/views.js.map +1 -0
  1703. package/graphql_codegen.ts +19 -0
  1704. package/jest.config.js +21 -0
  1705. package/package.json +13 -29
  1706. package/scripts/createComponent.js +79 -0
  1707. package/setupTests.ts +21 -0
  1708. package/src/__mocks__/common/application.ts +30 -0
  1709. package/src/__mocks__/common/attribute.ts +164 -0
  1710. package/src/__mocks__/common/filter.ts +41 -0
  1711. package/src/__mocks__/common/form.tsx +291 -0
  1712. package/src/__mocks__/common/import.ts +31 -0
  1713. package/src/__mocks__/common/label.ts +7 -0
  1714. package/src/__mocks__/common/library.ts +111 -0
  1715. package/src/__mocks__/common/mockSearchContextProvider.tsx +23 -0
  1716. package/src/__mocks__/common/record.ts +27 -0
  1717. package/src/__mocks__/common/tree.ts +33 -0
  1718. package/src/__mocks__/common/treeElements.ts +73 -0
  1719. package/src/__mocks__/common/value.ts +48 -0
  1720. package/src/__mocks__/common/versionProfile.ts +10 -0
  1721. package/src/__mocks__/common/view.ts +28 -0
  1722. package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +66 -0
  1723. package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +42 -0
  1724. package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +52 -0
  1725. package/src/__mocks__/react-i18next.js +73 -0
  1726. package/src/_gqlTypes/index.ts +3853 -0
  1727. package/src/_queries/applications/applicationDetailsFragment.ts +27 -0
  1728. package/src/_queries/applications/checkApplicationExistence.ts +12 -0
  1729. package/src/_queries/applications/getApplicationDetails.ts +16 -0
  1730. package/src/_queries/applications/getApplicationsModulesQuery.ts +14 -0
  1731. package/src/_queries/applications/saveApplicationMutation.ts +14 -0
  1732. package/src/_queries/attributes/attributeDetailsFragment.ts +57 -0
  1733. package/src/_queries/attributes/checkAttributeExistenceQuery.ts +12 -0
  1734. package/src/_queries/attributes/deleteAttributeMutation.ts +12 -0
  1735. package/src/_queries/attributes/getAttributeByIdQuery.ts +16 -0
  1736. package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +32 -0
  1737. package/src/_queries/attributes/getAttributesByLib.ts +48 -0
  1738. package/src/_queries/attributes/getAttributesQuery.ts +19 -0
  1739. package/src/_queries/attributes/getVersionProfilesQuery.ts +15 -0
  1740. package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +24 -0
  1741. package/src/_queries/attributes/saveAttributeMutation.ts +14 -0
  1742. package/src/_queries/export/exportQuery.ts +10 -0
  1743. package/src/_queries/files/createDirectory.ts +14 -0
  1744. package/src/_queries/files/forcePreviewsGenerationMutation.ts +22 -0
  1745. package/src/_queries/files/getDirectoryDataQuery.ts +53 -0
  1746. package/src/_queries/files/getUploadUpdates.ts +23 -0
  1747. package/src/_queries/files/uploadMutation.ts +18 -0
  1748. package/src/_queries/import/importExcel.ts +11 -0
  1749. package/src/_queries/libraries/checkLibraryExistenceQuery.ts +12 -0
  1750. package/src/_queries/libraries/deleteLibraryMutation.ts +12 -0
  1751. package/src/_queries/libraries/getLibrariesQuery.ts +29 -0
  1752. package/src/_queries/libraries/getLibraryByIdQuery.ts +16 -0
  1753. package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +259 -0
  1754. package/src/_queries/libraries/getLibraryPermissionsQuery.ts +20 -0
  1755. package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +29 -0
  1756. package/src/_queries/libraries/libraryDetailsFragment.ts +87 -0
  1757. package/src/_queries/libraries/saveLibraryMutation.ts +14 -0
  1758. package/src/_queries/permissions/isAllowedQuery.ts +18 -0
  1759. package/src/_queries/records/createRecordMutation.ts +26 -0
  1760. package/src/_queries/records/deactivateRecordsMutation.ts +15 -0
  1761. package/src/_queries/records/doesFileExistAsChild.ts +10 -0
  1762. package/src/_queries/records/getFileDataQuery.ts +77 -0
  1763. package/src/_queries/records/getRecordColumnsValues.ts +90 -0
  1764. package/src/_queries/records/getRecordFormQuery.ts +62 -0
  1765. package/src/_queries/records/getRecordPropertiesQuery.ts +165 -0
  1766. package/src/_queries/records/getRecordUpdatesSubscription.ts +31 -0
  1767. package/src/_queries/records/getRecordsFromLibraryQuery.ts +137 -0
  1768. package/src/_queries/records/indexRecordsMutation.ts +10 -0
  1769. package/src/_queries/records/recordFormAttributeFragment.ts +94 -0
  1770. package/src/_queries/tasks/cancelTaskMutation.ts +10 -0
  1771. package/src/_queries/trees/checkTreeExistenceQuery.ts +12 -0
  1772. package/src/_queries/trees/deleteTreeMutation.ts +12 -0
  1773. package/src/_queries/trees/getTreeByIdQuery.ts +16 -0
  1774. package/src/_queries/trees/getTreeLibraries.ts +30 -0
  1775. package/src/_queries/trees/getTreesQuery.ts +18 -0
  1776. package/src/_queries/trees/saveTreeMutation.ts +14 -0
  1777. package/src/_queries/trees/treeDetailsFragment.ts +24 -0
  1778. package/src/_queries/trees/treeNodeChildrenQuery.ts +48 -0
  1779. package/src/_queries/userData/getUserData.ts +13 -0
  1780. package/src/_queries/userData/saveUserData.ts +13 -0
  1781. package/src/_queries/values/deleteValueMutation.ts +14 -0
  1782. package/src/_queries/values/saveValueBatchMutation.ts +34 -0
  1783. package/src/_queries/values/valueDetailsFragment.ts +76 -0
  1784. package/src/_queries/values/valuesVersionFragment.ts +23 -0
  1785. package/src/_queries/views/deleteViewMutation.ts +23 -0
  1786. package/src/_queries/views/getViewById.ts +16 -0
  1787. package/src/_queries/views/getViewsListQuery.ts +17 -0
  1788. package/src/_queries/views/saveViewMutation.ts +16 -0
  1789. package/src/_queries/views/viewDetailsFragment.ts +59 -0
  1790. package/src/_tests/testUtils.tsx +46 -0
  1791. package/src/_utils/getFiltersFromRequest.ts +136 -0
  1792. package/src/_utils/getRequestFromFilter.ts +61 -0
  1793. package/src/_utils/index.ts +189 -0
  1794. package/src/antdTheme/index.ts +108 -0
  1795. package/src/antdTheme/types.ts +5 -0
  1796. package/src/components/AttributePicker/AttributePicker.test.tsx +286 -0
  1797. package/src/components/AttributePicker/AttributePicker.tsx +71 -0
  1798. package/src/components/AttributePicker/AttributesList/AttributesList.tsx +330 -0
  1799. package/src/components/AttributePicker/AttributesList/index.ts +4 -0
  1800. package/src/components/AttributePicker/index.ts +4 -0
  1801. package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +67 -0
  1802. package/src/components/AttributesSelectionList/Attribute/index.ts +5 -0
  1803. package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +115 -0
  1804. package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +132 -0
  1805. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +69 -0
  1806. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +5 -0
  1807. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +96 -0
  1808. package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +5 -0
  1809. package/src/components/AttributesSelectionList/_types.ts +16 -0
  1810. package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +11 -0
  1811. package/src/components/AttributesSelectionList/index.ts +5 -0
  1812. package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +10 -0
  1813. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +202 -0
  1814. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +118 -0
  1815. package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +16 -0
  1816. package/src/components/AttributesSelectionList/sharedComponents.tsx +18 -0
  1817. package/src/components/BasicButton/BasicButton.test.tsx +14 -0
  1818. package/src/components/BasicButton/BasicButton.tsx +36 -0
  1819. package/src/components/BasicButton/index.ts +4 -0
  1820. package/src/components/CreateDirectory/CreateDirectory.test.tsx +291 -0
  1821. package/src/components/CreateDirectory/CreateDirectory.tsx +222 -0
  1822. package/src/components/CreateDirectory/index.ts +4 -0
  1823. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.test.tsx +147 -0
  1824. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.tsx +78 -0
  1825. package/src/components/DeactivateRecordsModal/index.ts +4 -0
  1826. package/src/components/Dimmer/Dimmer.test.tsx +21 -0
  1827. package/src/components/Dimmer/Dimmer.tsx +27 -0
  1828. package/src/components/Dimmer/index.ts +5 -0
  1829. package/src/components/EditApplication/EditApplication.test.tsx +315 -0
  1830. package/src/components/EditApplication/EditApplication.tsx +64 -0
  1831. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +166 -0
  1832. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +316 -0
  1833. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +51 -0
  1834. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +5 -0
  1835. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +5 -0
  1836. package/src/components/EditApplication/EditApplicationInfo/index.ts +4 -0
  1837. package/src/components/EditApplication/_types.ts +12 -0
  1838. package/src/components/EditApplication/index.ts +5 -0
  1839. package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +68 -0
  1840. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +188 -0
  1841. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +382 -0
  1842. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +88 -0
  1843. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +4 -0
  1844. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +84 -0
  1845. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +4 -0
  1846. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +100 -0
  1847. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +4 -0
  1848. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +4 -0
  1849. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +4 -0
  1850. package/src/components/EditAttributeModal/EditAttribute/index.ts +4 -0
  1851. package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +335 -0
  1852. package/src/components/EditAttributeModal/EditAttributeModal.tsx +178 -0
  1853. package/src/components/EditAttributeModal/index.ts +4 -0
  1854. package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +119 -0
  1855. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +61 -0
  1856. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +4 -0
  1857. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +273 -0
  1858. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +52 -0
  1859. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +4 -0
  1860. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +4 -0
  1861. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +116 -0
  1862. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +56 -0
  1863. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +4 -0
  1864. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +134 -0
  1865. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +4 -0
  1866. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +159 -0
  1867. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +306 -0
  1868. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +4 -0
  1869. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +4 -0
  1870. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +85 -0
  1871. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +51 -0
  1872. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +76 -0
  1873. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +180 -0
  1874. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +182 -0
  1875. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +4 -0
  1876. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +4 -0
  1877. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +241 -0
  1878. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +4 -0
  1879. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +4 -0
  1880. package/src/components/EditLibraryModal/EditLibrary/index.ts +4 -0
  1881. package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +346 -0
  1882. package/src/components/EditLibraryModal/EditLibraryModal.tsx +178 -0
  1883. package/src/components/EditLibraryModal/index.ts +4 -0
  1884. package/src/components/EditTreeModal/EditTree/EditTree.tsx +68 -0
  1885. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +171 -0
  1886. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +216 -0
  1887. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +239 -0
  1888. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +4 -0
  1889. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +4 -0
  1890. package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +4 -0
  1891. package/src/components/EditTreeModal/EditTree/index.ts +4 -0
  1892. package/src/components/EditTreeModal/EditTreeModal.test.tsx +516 -0
  1893. package/src/components/EditTreeModal/EditTreeModal.tsx +167 -0
  1894. package/src/components/EditTreeModal/index.ts +4 -0
  1895. package/src/components/EntityCard/EntityCard.test.tsx +50 -0
  1896. package/src/components/EntityCard/EntityCard.tsx +177 -0
  1897. package/src/components/EntityCard/_types.ts +9 -0
  1898. package/src/components/EntityCard/index.ts +5 -0
  1899. package/src/components/EntityPreview/EntityPreview.test.tsx +50 -0
  1900. package/src/components/EntityPreview/EntityPreview.tsx +17 -0
  1901. package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +106 -0
  1902. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +34 -0
  1903. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +5 -0
  1904. package/src/components/EntityPreview/EntityPreviewList/index.ts +5 -0
  1905. package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +105 -0
  1906. package/src/components/EntityPreview/EntityPreviewTile/index.ts +5 -0
  1907. package/src/components/EntityPreview/_types.ts +25 -0
  1908. package/src/components/EntityPreview/index.ts +5 -0
  1909. package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +43 -0
  1910. package/src/components/ErrorBoundary/ErrorBoundary.tsx +46 -0
  1911. package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +59 -0
  1912. package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +5 -0
  1913. package/src/components/ErrorBoundary/index.ts +4 -0
  1914. package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +15 -0
  1915. package/src/components/ErrorDisplay/ErrorDisplay.tsx +67 -0
  1916. package/src/components/ErrorDisplay/index.ts +4 -0
  1917. package/src/components/ErrorMessage/ErrorMessage.test.tsx +30 -0
  1918. package/src/components/ErrorMessage/ErrorMessage.tsx +45 -0
  1919. package/src/components/ErrorMessage/index.ts +5 -0
  1920. package/src/components/ExportModal/ExportModal.test.tsx +44 -0
  1921. package/src/components/ExportModal/ExportModal.tsx +205 -0
  1922. package/src/components/ExportModal/index.ts +4 -0
  1923. package/src/components/FieldsGroup/FieldsGroup.test.tsx +18 -0
  1924. package/src/components/FieldsGroup/FieldsGroup.tsx +43 -0
  1925. package/src/components/FieldsGroup/index.ts +5 -0
  1926. package/src/components/FloatingMenu/FloatingMenu.test.tsx +81 -0
  1927. package/src/components/FloatingMenu/FloatingMenu.tsx +94 -0
  1928. package/src/components/FloatingMenu/_types.ts +20 -0
  1929. package/src/components/FloatingMenu/index.ts +5 -0
  1930. package/src/components/ImageLoading/ImageLoading.tsx +32 -0
  1931. package/src/components/ImageLoading/index.ts +4 -0
  1932. package/src/components/ImageMissing/ImageMissing.tsx +38 -0
  1933. package/src/components/ImageMissing/index.ts +4 -0
  1934. package/src/components/ImportModal/ImportModal.tsx +287 -0
  1935. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +60 -0
  1936. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +5 -0
  1937. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +37 -0
  1938. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +5 -0
  1939. package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +298 -0
  1940. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +52 -0
  1941. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +5 -0
  1942. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +155 -0
  1943. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +5 -0
  1944. package/src/components/ImportModal/ImportModalConfigStep/index.ts +5 -0
  1945. package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +28 -0
  1946. package/src/components/ImportModal/ImportModalDoneStep/index.ts +5 -0
  1947. package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +17 -0
  1948. package/src/components/ImportModal/ImportModalProcessingStep/index.ts +5 -0
  1949. package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +212 -0
  1950. package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +5 -0
  1951. package/src/components/ImportModal/_types.ts +44 -0
  1952. package/src/components/ImportModal/importReducer/ImportReducerContext.ts +17 -0
  1953. package/src/components/ImportModal/importReducer/importReducer.test.ts +125 -0
  1954. package/src/components/ImportModal/importReducer/importReducer.ts +171 -0
  1955. package/src/components/ImportModal/importReducer/index.ts +5 -0
  1956. package/src/components/ImportModal/index.ts +4 -0
  1957. package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +121 -0
  1958. package/src/components/LibraryItemsList/DisplayOptions/index.ts +5 -0
  1959. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +29 -0
  1960. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +23 -0
  1961. package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +5 -0
  1962. package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +341 -0
  1963. package/src/components/LibraryItemsList/FiltersDropdown/index.ts +5 -0
  1964. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +75 -0
  1965. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +544 -0
  1966. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +134 -0
  1967. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +5 -0
  1968. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +38 -0
  1969. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +23 -0
  1970. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +5 -0
  1971. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +14 -0
  1972. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +43 -0
  1973. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +5 -0
  1974. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +14 -0
  1975. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +36 -0
  1976. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +5 -0
  1977. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +14 -0
  1978. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +50 -0
  1979. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +5 -0
  1980. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +16 -0
  1981. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +52 -0
  1982. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +5 -0
  1983. package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +5 -0
  1984. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +27 -0
  1985. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +5 -0
  1986. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +23 -0
  1987. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +54 -0
  1988. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +5 -0
  1989. package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +192 -0
  1990. package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +190 -0
  1991. package/src/components/LibraryItemsList/FiltersPanel/index.ts +5 -0
  1992. package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +19 -0
  1993. package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +24 -0
  1994. package/src/components/LibraryItemsList/IconViewType/index.ts +5 -0
  1995. package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +107 -0
  1996. package/src/components/LibraryItemsList/LibraryItemsList.tsx +55 -0
  1997. package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +288 -0
  1998. package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +5 -0
  1999. package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +106 -0
  2000. package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +5 -0
  2001. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +20 -0
  2002. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +36 -0
  2003. package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +5 -0
  2004. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +39 -0
  2005. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +70 -0
  2006. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +6 -0
  2007. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +48 -0
  2008. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +93 -0
  2009. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +5 -0
  2010. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +88 -0
  2011. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +5 -0
  2012. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +75 -0
  2013. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +78 -0
  2014. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +38 -0
  2015. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +91 -0
  2016. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +5 -0
  2017. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +13 -0
  2018. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +46 -0
  2019. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +5 -0
  2020. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +33 -0
  2021. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +117 -0
  2022. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +5 -0
  2023. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +5 -0
  2024. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +3 -0
  2025. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +45 -0
  2026. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +144 -0
  2027. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +5 -0
  2028. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +73 -0
  2029. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +197 -0
  2030. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +5 -0
  2031. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +39 -0
  2032. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +328 -0
  2033. package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +5 -0
  2034. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +75 -0
  2035. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +104 -0
  2036. package/src/components/LibraryItemsList/MenuItemList/index.ts +5 -0
  2037. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.test.tsx +29 -0
  2038. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.tsx +107 -0
  2039. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.ts +5 -0
  2040. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +18 -0
  2041. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +182 -0
  2042. package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +5 -0
  2043. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +16 -0
  2044. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +74 -0
  2045. package/src/components/LibraryItemsList/MenuSelection/index.ts +5 -0
  2046. package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +20 -0
  2047. package/src/components/LibraryItemsList/MenuView/MenuView.tsx +248 -0
  2048. package/src/components/LibraryItemsList/MenuView/index.ts +5 -0
  2049. package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +20 -0
  2050. package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +37 -0
  2051. package/src/components/LibraryItemsList/SearchItems/index.ts +5 -0
  2052. package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +66 -0
  2053. package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +71 -0
  2054. package/src/components/LibraryItemsList/Sidebar/index.ts +5 -0
  2055. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +40 -0
  2056. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +322 -0
  2057. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +5 -0
  2058. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +50 -0
  2059. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +75 -0
  2060. package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +13 -0
  2061. package/src/components/LibraryItemsList/TileDisplay/index.ts +5 -0
  2062. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +24 -0
  2063. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +85 -0
  2064. package/src/components/LibraryItemsList/VersionsPanel/index.ts +5 -0
  2065. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +41 -0
  2066. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +176 -0
  2067. package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +5 -0
  2068. package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +36 -0
  2069. package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +262 -0
  2070. package/src/components/LibraryItemsList/ViewPanel/View/index.ts +5 -0
  2071. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +143 -0
  2072. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +299 -0
  2073. package/src/components/LibraryItemsList/ViewPanel/index.ts +5 -0
  2074. package/src/components/LibraryItemsList/constants.ts +24 -0
  2075. package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +18 -0
  2076. package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +15 -0
  2077. package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +86 -0
  2078. package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +50 -0
  2079. package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +23 -0
  2080. package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +14 -0
  2081. package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +16 -0
  2082. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +146 -0
  2083. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +118 -0
  2084. package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +80 -0
  2085. package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +6 -0
  2086. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +11 -0
  2087. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +380 -0
  2088. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +302 -0
  2089. package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +9 -0
  2090. package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +54 -0
  2091. package/src/components/LibraryItemsList/index.ts +4 -0
  2092. package/src/components/LibraryItemsList/manageItems.test.ts +367 -0
  2093. package/src/components/LibraryItemsList/manageItems.ts +124 -0
  2094. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +49 -0
  2095. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +53 -0
  2096. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +5 -0
  2097. package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +50 -0
  2098. package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +211 -0
  2099. package/src/components/LibraryPicker/LibrariesList/index.ts +4 -0
  2100. package/src/components/LibraryPicker/LibraryPicker.test.tsx +207 -0
  2101. package/src/components/LibraryPicker/LibraryPicker.tsx +62 -0
  2102. package/src/components/LibraryPicker/index.ts +4 -0
  2103. package/src/components/List/List.test.tsx +66 -0
  2104. package/src/components/List/List.tsx +95 -0
  2105. package/src/components/List/index.ts +5 -0
  2106. package/src/components/Loading/Loading.tsx +23 -0
  2107. package/src/components/Loading/index.ts +4 -0
  2108. package/src/components/RecordCard/RecordCard.test.tsx +40 -0
  2109. package/src/components/RecordCard/RecordCard.tsx +64 -0
  2110. package/src/components/RecordCard/_types.ts +19 -0
  2111. package/src/components/RecordCard/index.ts +5 -0
  2112. package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +137 -0
  2113. package/src/components/RecordEdition/EditRecord/EditRecord.tsx +140 -0
  2114. package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +29 -0
  2115. package/src/components/RecordEdition/EditRecord/_types.ts +154 -0
  2116. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.tsx +115 -0
  2117. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +26 -0
  2118. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +5 -0
  2119. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +8 -0
  2120. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +4 -0
  2121. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +4 -0
  2122. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +87 -0
  2123. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +27 -0
  2124. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +8 -0
  2125. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +8 -0
  2126. package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +4 -0
  2127. package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +50 -0
  2128. package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +75 -0
  2129. package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +9 -0
  2130. package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +134 -0
  2131. package/src/components/RecordEdition/EditRecord/index.ts +5 -0
  2132. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +5 -0
  2133. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +173 -0
  2134. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +205 -0
  2135. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +5 -0
  2136. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +473 -0
  2137. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +434 -0
  2138. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +27 -0
  2139. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +36 -0
  2140. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +5 -0
  2141. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +25 -0
  2142. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +48 -0
  2143. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +5 -0
  2144. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +26 -0
  2145. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +40 -0
  2146. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +5 -0
  2147. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +17 -0
  2148. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +42 -0
  2149. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +5 -0
  2150. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +28 -0
  2151. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +33 -0
  2152. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +5 -0
  2153. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +29 -0
  2154. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +56 -0
  2155. package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +5 -0
  2156. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +18 -0
  2157. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +5 -0
  2158. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +54 -0
  2159. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +45 -0
  2160. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +5 -0
  2161. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +49 -0
  2162. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +104 -0
  2163. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +5 -0
  2164. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +42 -0
  2165. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +5 -0
  2166. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +35 -0
  2167. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +37 -0
  2168. package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +5 -0
  2169. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +35 -0
  2170. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +82 -0
  2171. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +5 -0
  2172. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +25 -0
  2173. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +14 -0
  2174. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +5 -0
  2175. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +35 -0
  2176. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +50 -0
  2177. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +5 -0
  2178. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +60 -0
  2179. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +5 -0
  2180. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +593 -0
  2181. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +494 -0
  2182. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +16 -0
  2183. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +5 -0
  2184. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +83 -0
  2185. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +5 -0
  2186. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +419 -0
  2187. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +5 -0
  2188. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +5 -0
  2189. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +627 -0
  2190. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +320 -0
  2191. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +26 -0
  2192. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +38 -0
  2193. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +62 -0
  2194. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +67 -0
  2195. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +34 -0
  2196. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +53 -0
  2197. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +67 -0
  2198. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +44 -0
  2199. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +629 -0
  2200. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +79 -0
  2201. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +5 -0
  2202. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +5 -0
  2203. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +5 -0
  2204. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +15 -0
  2205. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +13 -0
  2206. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +5 -0
  2207. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +249 -0
  2208. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +349 -0
  2209. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +68 -0
  2210. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +5 -0
  2211. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +198 -0
  2212. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +5 -0
  2213. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +5 -0
  2214. package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +27 -0
  2215. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +30 -0
  2216. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +52 -0
  2217. package/src/components/RecordEdition/EditRecordBtn/index.ts +5 -0
  2218. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +84 -0
  2219. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +531 -0
  2220. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +93 -0
  2221. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +5 -0
  2222. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +57 -0
  2223. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +5 -0
  2224. package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +12 -0
  2225. package/src/components/RecordEdition/EditRecordModal/index.ts +5 -0
  2226. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +159 -0
  2227. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +33 -0
  2228. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +36 -0
  2229. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +46 -0
  2230. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +5 -0
  2231. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +50 -0
  2232. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +107 -0
  2233. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +5 -0
  2234. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +75 -0
  2235. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +5 -0
  2236. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +56 -0
  2237. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +5 -0
  2238. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +109 -0
  2239. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +106 -0
  2240. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +5 -0
  2241. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +96 -0
  2242. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +5 -0
  2243. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +5 -0
  2244. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +91 -0
  2245. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +5 -0
  2246. package/src/components/RecordEdition/EditRecordSidebar/index.ts +5 -0
  2247. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +174 -0
  2248. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +155 -0
  2249. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +15 -0
  2250. package/src/components/RecordEdition/editRecordModalReducer/index.ts +5 -0
  2251. package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +7 -0
  2252. package/src/components/RecordEdition/index.ts +4 -0
  2253. package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +357 -0
  2254. package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +71 -0
  2255. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +27 -0
  2256. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +5 -0
  2257. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +44 -0
  2258. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +5 -0
  2259. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +103 -0
  2260. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +127 -0
  2261. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +5 -0
  2262. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +52 -0
  2263. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +5 -0
  2264. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +79 -0
  2265. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +5 -0
  2266. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +33 -0
  2267. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +5 -0
  2268. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +11 -0
  2269. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +5 -0
  2270. package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +5 -0
  2271. package/src/components/RecordPreviewWithModal/FileModal/index.ts +5 -0
  2272. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +48 -0
  2273. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +84 -0
  2274. package/src/components/RecordPreviewWithModal/index.ts +4 -0
  2275. package/src/components/SearchModal/SearchModal.test.tsx +38 -0
  2276. package/src/components/SearchModal/SearchModal.tsx +85 -0
  2277. package/src/components/SearchModal/index.ts +4 -0
  2278. package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +100 -0
  2279. package/src/components/SelectTreeNode/SelectTreeNode.tsx +232 -0
  2280. package/src/components/SelectTreeNode/index.ts +4 -0
  2281. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +35 -0
  2282. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +75 -0
  2283. package/src/components/SelectTreeNodeModal/index.ts +5 -0
  2284. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.test.tsx +24 -0
  2285. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.tsx +39 -0
  2286. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.tsx +41 -0
  2287. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.ts +5 -0
  2288. package/src/components/SimpleErrorBoundary/index.ts +4 -0
  2289. package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +13 -0
  2290. package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +83 -0
  2291. package/src/components/SubmitStateNotifier/_types.ts +4 -0
  2292. package/src/components/SubmitStateNotifier/index.ts +5 -0
  2293. package/src/components/TreePicker/TreePicker.test.tsx +208 -0
  2294. package/src/components/TreePicker/TreePicker.tsx +60 -0
  2295. package/src/components/TreePicker/TreesList/TreesList.tsx +208 -0
  2296. package/src/components/TreePicker/TreesList/index.ts +4 -0
  2297. package/src/components/TreePicker/index.ts +4 -0
  2298. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +161 -0
  2299. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +146 -0
  2300. package/src/components/TriggerPreviewsGenerationModal/index.ts +2 -0
  2301. package/src/components/UploadFiles/UploadFiles.test.tsx +200 -0
  2302. package/src/components/UploadFiles/UploadFiles.tsx +406 -0
  2303. package/src/components/UploadFiles/index.ts +4 -0
  2304. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +106 -0
  2305. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +72 -0
  2306. package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +125 -0
  2307. package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +5 -0
  2308. package/src/components/ValuesVersionConfigurator/index.ts +5 -0
  2309. package/src/components/index.ts +40 -0
  2310. package/src/constants.ts +52 -0
  2311. package/src/contexts/LangContext/LangContext.tsx +9 -0
  2312. package/src/contexts/LangContext/_types.ts +9 -0
  2313. package/src/contexts/LangContext/index.ts +5 -0
  2314. package/src/contexts/UserContext/UserContext.ts +7 -0
  2315. package/src/contexts/UserContext/index.ts +2 -0
  2316. package/src/contexts/UserContext/types.ts +11 -0
  2317. package/src/contexts/index.ts +5 -0
  2318. package/src/gqlFragments/index.ts +4 -0
  2319. package/src/gqlFragments/recordIdentityFragment.ts +21 -0
  2320. package/src/gqlPossibleTypes/index.ts +28 -0
  2321. package/src/hooks/index.ts +17 -0
  2322. package/src/hooks/useAntdLocale/index.ts +4 -0
  2323. package/src/hooks/useAntdLocale/useAntdLocale.ts +17 -0
  2324. package/src/hooks/useAppLang/index.ts +4 -0
  2325. package/src/hooks/useAppLang/useAppLang.tsx +39 -0
  2326. package/src/hooks/useAuth/index.ts +4 -0
  2327. package/src/hooks/useAuth/useAuth.ts +23 -0
  2328. package/src/hooks/useCanEditRecord/index.ts +1 -0
  2329. package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +195 -0
  2330. package/src/hooks/useCanEditRecord/useCanEditRecord.ts +71 -0
  2331. package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +54 -0
  2332. package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +29 -0
  2333. package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +30 -0
  2334. package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +54 -0
  2335. package/src/hooks/useGetRecordForm/index.ts +5 -0
  2336. package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +159 -0
  2337. package/src/hooks/useGetRecordForm/useGetRecordForm.ts +153 -0
  2338. package/src/hooks/useGetRecordUpdatesSubscription/index.ts +4 -0
  2339. package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +21 -0
  2340. package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +82 -0
  2341. package/src/hooks/useLang/__mocks__/index.ts +5 -0
  2342. package/src/hooks/useLang/__mocks__/useLang.tsx +13 -0
  2343. package/src/hooks/useLang/index.ts +5 -0
  2344. package/src/hooks/useLang/useLang.test.tsx +34 -0
  2345. package/src/hooks/useLang/useLang.tsx +17 -0
  2346. package/src/hooks/useLibraryVersionTrees/index.ts +4 -0
  2347. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +95 -0
  2348. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +35 -0
  2349. package/src/hooks/useLocalStorage/index.ts +4 -0
  2350. package/src/hooks/useLocalStorage/useLocalStorage.ts +23 -0
  2351. package/src/hooks/useRecordsConsultationHistory/index.ts +5 -0
  2352. package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +38 -0
  2353. package/src/hooks/useRefreshFieldValues/index.ts +4 -0
  2354. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +75 -0
  2355. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +63 -0
  2356. package/src/hooks/useRefreshToken/index.ts +4 -0
  2357. package/src/hooks/useRefreshToken/useRefreshToken.ts +34 -0
  2358. package/src/hooks/useSharedTranslation/__mocks__/index.ts +4 -0
  2359. package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +21 -0
  2360. package/src/hooks/useSharedTranslation/index.ts +4 -0
  2361. package/src/hooks/useSharedTranslation/useSharedTranslation.ts +45 -0
  2362. package/src/hooks/useUser/index.ts +1 -0
  2363. package/src/hooks/useUser/useUser.test.tsx +28 -0
  2364. package/src/hooks/useUser/useUser.ts +15 -0
  2365. package/src/hooks/useValuesCacheUpdate/index.ts +4 -0
  2366. package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +56 -0
  2367. package/src/index.ts +12 -0
  2368. package/src/locales/en/shared.json +576 -0
  2369. package/src/locales/fr/shared.json +578 -0
  2370. package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +17 -0
  2371. package/src/testing/MockedLangContextProvider/index.ts +5 -0
  2372. package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +27 -0
  2373. package/src/testing/MockedUserContextProvider/index.ts +5 -0
  2374. package/src/testing/index.ts +4 -0
  2375. package/src/types/attributes.ts +23 -0
  2376. package/src/types/index.ts +8 -0
  2377. package/src/types/misc.ts +3 -0
  2378. package/src/types/records.ts +32 -0
  2379. package/src/types/scalars.ts +4 -0
  2380. package/src/types/search.ts +207 -0
  2381. package/src/types/trees.ts +20 -0
  2382. package/src/types/values.ts +8 -0
  2383. package/src/types/views.ts +39 -0
  2384. package/tsconfig.build.json +21 -0
  2385. package/tsconfig.json +20 -0
  2386. package/dist/RichTextDisplay-VHFbHGsa.js +0 -3622
  2387. package/dist/RichTextEditorInput-Iw9u6qzh.js +0 -30331
  2388. package/dist/index-9w_Vhu14.js +0 -21765
  2389. package/dist/index-PMijvJqf.js +0 -155554
  2390. package/dist/index-bDhlCrqn.js +0 -12
  2391. package/dist/index-dqtAhqlh.js +0 -17
  2392. package/dist/index-eZQTM_lC.js +0 -322
  2393. package/dist/minimatch-x8aONUPa.js +0 -1573
  2394. package/dist/ui.js +0 -1148
  2395. package/dist/ui2.js +0 -66
@@ -1,3622 +0,0 @@
1
- import { r as Te, n as Kn, o as pi, s as di, j as An, p as mi } from "./index-PMijvJqf.js";
2
- import { g as Qn, c as G } from "./minimatch-x8aONUPa.js";
3
- var Jn = {}, Gt = {};
4
- Object.defineProperty(Gt, "__esModule", { value: !0 });
5
- var hi = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, name: "ellipsis", theme: "outlined" };
6
- Gt.default = hi;
7
- var er = {}, $t = {};
8
- (function(e) {
9
- Object.defineProperty(e, "__esModule", {
10
- value: !0
11
- }), Object.defineProperty(e, "default", {
12
- enumerable: !0,
13
- get: function() {
14
- return r;
15
- }
16
- });
17
- var t = Te, n = /* @__PURE__ */ (0, t.createContext)({}), r = n;
18
- })($t);
19
- var Vt = {}, at = {}, De = {}, tr = { exports: {} };
20
- (function(e) {
21
- function t(n) {
22
- return n && n.__esModule ? n : {
23
- default: n
24
- };
25
- }
26
- e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
27
- })(tr);
28
- var vi = tr.exports, Xt = {};
29
- Object.defineProperty(Xt, "__esModule", {
30
- value: !0
31
- });
32
- Xt.default = gi;
33
- function gi() {
34
- return !!(typeof window < "u" && window.document && window.document.createElement);
35
- }
36
- var Yt = {};
37
- Object.defineProperty(Yt, "__esModule", {
38
- value: !0
39
- });
40
- Yt.default = yi;
41
- function yi(e, t) {
42
- if (!e)
43
- return !1;
44
- if (e.contains)
45
- return e.contains(t);
46
- for (var n = t; n; ) {
47
- if (n === e)
48
- return !0;
49
- n = n.parentNode;
50
- }
51
- return !1;
52
- }
53
- var nr = vi.default;
54
- Object.defineProperty(De, "__esModule", {
55
- value: !0
56
- });
57
- De.clearContainerCache = wi;
58
- De.injectCSS = qt;
59
- De.removeCSS = Oi;
60
- De.updateCSS = Ai;
61
- var _i = nr(Xt), Ti = nr(Yt), Sn = "data-rc-order", xn = "data-rc-priority", Ei = "rc-util-key", it = /* @__PURE__ */ new Map();
62
- function rr() {
63
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.mark;
64
- return t ? t.startsWith("data-") ? t : "data-".concat(t) : Ei;
65
- }
66
- function lt(e) {
67
- if (e.attachTo)
68
- return e.attachTo;
69
- var t = document.querySelector("head");
70
- return t || document.body;
71
- }
72
- function bi(e) {
73
- return e === "queue" ? "prependQueue" : e ? "prepend" : "append";
74
- }
75
- function ir(e) {
76
- return Array.from((it.get(e) || e).children).filter(function(t) {
77
- return t.tagName === "STYLE";
78
- });
79
- }
80
- function qt(e) {
81
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
82
- if (!(0, _i.default)())
83
- return null;
84
- var n = t.csp, r = t.prepend, a = t.priority, p = a === void 0 ? 0 : a, m = bi(r), l = m === "prependQueue", o = document.createElement("style");
85
- o.setAttribute(Sn, m), l && p && o.setAttribute(xn, "".concat(p)), n != null && n.nonce && (o.nonce = n == null ? void 0 : n.nonce), o.innerHTML = e;
86
- var s = lt(t), _ = s.firstChild;
87
- if (r) {
88
- if (l) {
89
- var w = ir(s).filter(function(M) {
90
- if (!["prepend", "prependQueue"].includes(M.getAttribute(Sn)))
91
- return !1;
92
- var d = Number(M.getAttribute(xn) || 0);
93
- return p >= d;
94
- });
95
- if (w.length)
96
- return s.insertBefore(o, w[w.length - 1].nextSibling), o;
97
- }
98
- s.insertBefore(o, _);
99
- } else
100
- s.appendChild(o);
101
- return o;
102
- }
103
- function or(e) {
104
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = lt(t);
105
- return ir(n).find(function(r) {
106
- return r.getAttribute(rr(t)) === e;
107
- });
108
- }
109
- function Oi(e) {
110
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = or(e, t);
111
- if (n) {
112
- var r = lt(t);
113
- r.removeChild(n);
114
- }
115
- }
116
- function Ci(e, t) {
117
- var n = it.get(e);
118
- if (!n || !(0, Ti.default)(document, n)) {
119
- var r = qt("", t), a = r.parentNode;
120
- it.set(e, a), e.removeChild(r);
121
- }
122
- }
123
- function wi() {
124
- it.clear();
125
- }
126
- function Ai(e, t) {
127
- var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = lt(n);
128
- Ci(r, n);
129
- var a = or(t, n);
130
- if (a) {
131
- var p, m;
132
- if ((p = n.csp) !== null && p !== void 0 && p.nonce && a.nonce !== ((m = n.csp) === null || m === void 0 ? void 0 : m.nonce)) {
133
- var l;
134
- a.nonce = (l = n.csp) === null || l === void 0 ? void 0 : l.nonce;
135
- }
136
- return a.innerHTML !== e && (a.innerHTML = e), a;
137
- }
138
- var o = qt(e, n);
139
- return o.setAttribute(rr(n), t), o;
140
- }
141
- var st = {};
142
- Object.defineProperty(st, "__esModule", {
143
- value: !0
144
- });
145
- st.getShadowRoot = Si;
146
- st.inShadow = lr;
147
- function ar(e) {
148
- var t;
149
- return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
150
- }
151
- function lr(e) {
152
- return ar(e) instanceof ShadowRoot;
153
- }
154
- function Si(e) {
155
- return lr(e) ? ar(e) : null;
156
- }
157
- var ee = {};
158
- Object.defineProperty(ee, "__esModule", {
159
- value: !0
160
- });
161
- ee.call = Kt;
162
- ee.default = void 0;
163
- ee.note = ur;
164
- ee.noteOnce = pr;
165
- ee.preMessage = void 0;
166
- ee.resetWarned = fr;
167
- ee.warning = cr;
168
- ee.warningOnce = He;
169
- var Ut = {}, Zt = [], sr = function(t) {
170
- Zt.push(t);
171
- };
172
- ee.preMessage = sr;
173
- function cr(e, t) {
174
- if (process.env.NODE_ENV !== "production" && !e && console !== void 0) {
175
- var n = Zt.reduce(function(r, a) {
176
- return a(r ?? "", "warning");
177
- }, t);
178
- n && console.error("Warning: ".concat(n));
179
- }
180
- }
181
- function ur(e, t) {
182
- if (process.env.NODE_ENV !== "production" && !e && console !== void 0) {
183
- var n = Zt.reduce(function(r, a) {
184
- return a(r ?? "", "note");
185
- }, t);
186
- n && console.warn("Note: ".concat(n));
187
- }
188
- }
189
- function fr() {
190
- Ut = {};
191
- }
192
- function Kt(e, t, n) {
193
- !t && !Ut[n] && (e(!1, n), Ut[n] = !0);
194
- }
195
- function He(e, t) {
196
- Kt(cr, e, t);
197
- }
198
- function pr(e, t) {
199
- Kt(ur, e, t);
200
- }
201
- He.preMessage = sr;
202
- He.resetWarned = fr;
203
- He.noteOnce = pr;
204
- var xi = He;
205
- ee.default = xi;
206
- (function(e) {
207
- Object.defineProperty(e, "__esModule", {
208
- value: !0
209
- });
210
- function t(y, x) {
211
- for (var c in x)
212
- Object.defineProperty(y, c, {
213
- enumerable: !0,
214
- get: x[c]
215
- });
216
- }
217
- t(e, {
218
- warning: function() {
219
- return v;
220
- },
221
- isIconDefinition: function() {
222
- return f;
223
- },
224
- normalizeAttrs: function() {
225
- return u;
226
- },
227
- generate: function() {
228
- return b;
229
- },
230
- getSecondaryColor: function() {
231
- return A;
232
- },
233
- normalizeTwoToneColors: function() {
234
- return C;
235
- },
236
- svgBaseProps: function() {
237
- return I;
238
- },
239
- iconStyles: function() {
240
- return k;
241
- },
242
- useInsertStyles: function() {
243
- return K;
244
- }
245
- });
246
- var n = Kn, r = De, a = st, p = /* @__PURE__ */ s(ee), m = /* @__PURE__ */ w(Te), l = /* @__PURE__ */ s($t);
247
- function o(y, x, c) {
248
- return x in y ? Object.defineProperty(y, x, {
249
- value: c,
250
- enumerable: !0,
251
- configurable: !0,
252
- writable: !0
253
- }) : y[x] = c, y;
254
- }
255
- function s(y) {
256
- return y && y.__esModule ? y : {
257
- default: y
258
- };
259
- }
260
- function _(y) {
261
- if (typeof WeakMap != "function")
262
- return null;
263
- var x = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap();
264
- return (_ = function(g) {
265
- return g ? c : x;
266
- })(y);
267
- }
268
- function w(y, x) {
269
- if (!x && y && y.__esModule)
270
- return y;
271
- if (y === null || typeof y != "object" && typeof y != "function")
272
- return {
273
- default: y
274
- };
275
- var c = _(x);
276
- if (c && c.has(y))
277
- return c.get(y);
278
- var g = {}, E = Object.defineProperty && Object.getOwnPropertyDescriptor;
279
- for (var S in y)
280
- if (S !== "default" && Object.prototype.hasOwnProperty.call(y, S)) {
281
- var R = E ? Object.getOwnPropertyDescriptor(y, S) : null;
282
- R && (R.get || R.set) ? Object.defineProperty(g, S, R) : g[S] = y[S];
283
- }
284
- return g.default = y, c && c.set(y, g), g;
285
- }
286
- function M(y) {
287
- for (var x = 1; x < arguments.length; x++) {
288
- var c = arguments[x] != null ? arguments[x] : {}, g = Object.keys(c);
289
- typeof Object.getOwnPropertySymbols == "function" && (g = g.concat(Object.getOwnPropertySymbols(c).filter(function(E) {
290
- return Object.getOwnPropertyDescriptor(c, E).enumerable;
291
- }))), g.forEach(function(E) {
292
- o(y, E, c[E]);
293
- });
294
- }
295
- return y;
296
- }
297
- function d(y) {
298
- return y.replace(/-(.)/g, function(x, c) {
299
- return c.toUpperCase();
300
- });
301
- }
302
- function v(y, x) {
303
- (0, p.default)(y, "[@ant-design/icons] ".concat(x));
304
- }
305
- function f(y) {
306
- return typeof y == "object" && typeof y.name == "string" && typeof y.theme == "string" && (typeof y.icon == "object" || typeof y.icon == "function");
307
- }
308
- function u() {
309
- var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
310
- return Object.keys(y).reduce(function(x, c) {
311
- var g = y[c];
312
- switch (c) {
313
- case "class":
314
- x.className = g, delete x.class;
315
- break;
316
- default:
317
- delete x[c], x[d(c)] = g;
318
- }
319
- return x;
320
- }, {});
321
- }
322
- function b(y, x, c) {
323
- return c ? m.default.createElement(y.tag, M({
324
- key: x
325
- }, u(y.attrs), c), (y.children || []).map(function(g, E) {
326
- return b(g, "".concat(x, "-").concat(y.tag, "-").concat(E));
327
- })) : m.default.createElement(y.tag, M({
328
- key: x
329
- }, u(y.attrs)), (y.children || []).map(function(g, E) {
330
- return b(g, "".concat(x, "-").concat(y.tag, "-").concat(E));
331
- }));
332
- }
333
- function A(y) {
334
- return (0, n.generate)(y)[0];
335
- }
336
- function C(y) {
337
- return y ? Array.isArray(y) ? y : [
338
- y
339
- ] : [];
340
- }
341
- var I = {
342
- width: "1em",
343
- height: "1em",
344
- fill: "currentColor",
345
- "aria-hidden": "true",
346
- focusable: "false"
347
- }, k = `
348
- .anticon {
349
- display: inline-block;
350
- color: inherit;
351
- font-style: normal;
352
- line-height: 0;
353
- text-align: center;
354
- text-transform: none;
355
- vertical-align: -0.125em;
356
- text-rendering: optimizeLegibility;
357
- -webkit-font-smoothing: antialiased;
358
- -moz-osx-font-smoothing: grayscale;
359
- }
360
-
361
- .anticon > * {
362
- line-height: 1;
363
- }
364
-
365
- .anticon svg {
366
- display: inline-block;
367
- }
368
-
369
- .anticon::before {
370
- display: none;
371
- }
372
-
373
- .anticon .anticon-icon {
374
- display: block;
375
- }
376
-
377
- .anticon[tabindex] {
378
- cursor: pointer;
379
- }
380
-
381
- .anticon-spin::before,
382
- .anticon-spin {
383
- display: inline-block;
384
- -webkit-animation: loadingCircle 1s infinite linear;
385
- animation: loadingCircle 1s infinite linear;
386
- }
387
-
388
- @-webkit-keyframes loadingCircle {
389
- 100% {
390
- -webkit-transform: rotate(360deg);
391
- transform: rotate(360deg);
392
- }
393
- }
394
-
395
- @keyframes loadingCircle {
396
- 100% {
397
- -webkit-transform: rotate(360deg);
398
- transform: rotate(360deg);
399
- }
400
- }
401
- `, K = function(y) {
402
- var x = (0, m.useContext)(l.default), c = x.csp, g = x.prefixCls, E = k;
403
- g && (E = E.replace(/anticon/g, g)), (0, m.useEffect)(function() {
404
- var S = y.current, R = (0, a.getShadowRoot)(S);
405
- (0, r.updateCSS)(E, "@ant-design-icons", {
406
- prepend: !0,
407
- csp: c,
408
- attachTo: R
409
- });
410
- }, []);
411
- };
412
- })(at);
413
- (function(e) {
414
- Object.defineProperty(e, "__esModule", {
415
- value: !0
416
- }), Object.defineProperty(e, "default", {
417
- enumerable: !0,
418
- get: function() {
419
- return f;
420
- }
421
- });
422
- var t = /* @__PURE__ */ p(Te), n = at;
423
- function r(u, b, A) {
424
- return b in u ? Object.defineProperty(u, b, {
425
- value: A,
426
- enumerable: !0,
427
- configurable: !0,
428
- writable: !0
429
- }) : u[b] = A, u;
430
- }
431
- function a(u) {
432
- if (typeof WeakMap != "function")
433
- return null;
434
- var b = /* @__PURE__ */ new WeakMap(), A = /* @__PURE__ */ new WeakMap();
435
- return (a = function(C) {
436
- return C ? A : b;
437
- })(u);
438
- }
439
- function p(u, b) {
440
- if (!b && u && u.__esModule)
441
- return u;
442
- if (u === null || typeof u != "object" && typeof u != "function")
443
- return {
444
- default: u
445
- };
446
- var A = a(b);
447
- if (A && A.has(u))
448
- return A.get(u);
449
- var C = {}, I = Object.defineProperty && Object.getOwnPropertyDescriptor;
450
- for (var k in u)
451
- if (k !== "default" && Object.prototype.hasOwnProperty.call(u, k)) {
452
- var K = I ? Object.getOwnPropertyDescriptor(u, k) : null;
453
- K && (K.get || K.set) ? Object.defineProperty(C, k, K) : C[k] = u[k];
454
- }
455
- return C.default = u, A && A.set(u, C), C;
456
- }
457
- function m(u) {
458
- for (var b = 1; b < arguments.length; b++) {
459
- var A = arguments[b] != null ? arguments[b] : {}, C = Object.keys(A);
460
- typeof Object.getOwnPropertySymbols == "function" && (C = C.concat(Object.getOwnPropertySymbols(A).filter(function(I) {
461
- return Object.getOwnPropertyDescriptor(A, I).enumerable;
462
- }))), C.forEach(function(I) {
463
- r(u, I, A[I]);
464
- });
465
- }
466
- return u;
467
- }
468
- function l(u, b) {
469
- var A = Object.keys(u);
470
- if (Object.getOwnPropertySymbols) {
471
- var C = Object.getOwnPropertySymbols(u);
472
- b && (C = C.filter(function(I) {
473
- return Object.getOwnPropertyDescriptor(u, I).enumerable;
474
- })), A.push.apply(A, C);
475
- }
476
- return A;
477
- }
478
- function o(u, b) {
479
- return b = b ?? {}, Object.getOwnPropertyDescriptors ? Object.defineProperties(u, Object.getOwnPropertyDescriptors(b)) : l(Object(b)).forEach(function(A) {
480
- Object.defineProperty(u, A, Object.getOwnPropertyDescriptor(b, A));
481
- }), u;
482
- }
483
- function s(u, b) {
484
- if (u == null)
485
- return {};
486
- var A = _(u, b), C, I;
487
- if (Object.getOwnPropertySymbols) {
488
- var k = Object.getOwnPropertySymbols(u);
489
- for (I = 0; I < k.length; I++)
490
- C = k[I], !(b.indexOf(C) >= 0) && Object.prototype.propertyIsEnumerable.call(u, C) && (A[C] = u[C]);
491
- }
492
- return A;
493
- }
494
- function _(u, b) {
495
- if (u == null)
496
- return {};
497
- var A = {}, C = Object.keys(u), I, k;
498
- for (k = 0; k < C.length; k++)
499
- I = C[k], !(b.indexOf(I) >= 0) && (A[I] = u[I]);
500
- return A;
501
- }
502
- var w = {
503
- primaryColor: "#333",
504
- secondaryColor: "#E6E6E6",
505
- calculated: !1
506
- };
507
- function M(u) {
508
- var b = u.primaryColor, A = u.secondaryColor;
509
- w.primaryColor = b, w.secondaryColor = A || (0, n.getSecondaryColor)(b), w.calculated = !!A;
510
- }
511
- function d() {
512
- return m({}, w);
513
- }
514
- var v = function(u) {
515
- var b = u.icon, A = u.className, C = u.onClick, I = u.style, k = u.primaryColor, K = u.secondaryColor, y = s(u, [
516
- "icon",
517
- "className",
518
- "onClick",
519
- "style",
520
- "primaryColor",
521
- "secondaryColor"
522
- ]), x = t.useRef(), c = w;
523
- if (k && (c = {
524
- primaryColor: k,
525
- secondaryColor: K || (0, n.getSecondaryColor)(k)
526
- }), (0, n.useInsertStyles)(x), (0, n.warning)((0, n.isIconDefinition)(b), "icon should be icon definiton, but got ".concat(b)), !(0, n.isIconDefinition)(b))
527
- return null;
528
- var g = b;
529
- return g && typeof g.icon == "function" && (g = o(m({}, g), {
530
- icon: g.icon(c.primaryColor, c.secondaryColor)
531
- })), (0, n.generate)(g.icon, "svg-".concat(g.name), o(m({
532
- className: A,
533
- onClick: C,
534
- style: I,
535
- "data-icon": g.name,
536
- width: "1em",
537
- height: "1em",
538
- fill: "currentColor",
539
- "aria-hidden": "true"
540
- }, y), {
541
- ref: x
542
- }));
543
- };
544
- v.displayName = "IconReact", v.getTwoToneColors = d, v.setTwoToneColors = M;
545
- var f = v;
546
- })(Vt);
547
- var dr = {};
548
- (function(e) {
549
- Object.defineProperty(e, "__esModule", {
550
- value: !0
551
- });
552
- function t(d, v) {
553
- for (var f in v)
554
- Object.defineProperty(d, f, {
555
- enumerable: !0,
556
- get: v[f]
557
- });
558
- }
559
- t(e, {
560
- setTwoToneColor: function() {
561
- return w;
562
- },
563
- getTwoToneColor: function() {
564
- return M;
565
- }
566
- });
567
- var n = /* @__PURE__ */ m(Vt), r = at;
568
- function a(d, v) {
569
- (v == null || v > d.length) && (v = d.length);
570
- for (var f = 0, u = new Array(v); f < v; f++)
571
- u[f] = d[f];
572
- return u;
573
- }
574
- function p(d) {
575
- if (Array.isArray(d))
576
- return d;
577
- }
578
- function m(d) {
579
- return d && d.__esModule ? d : {
580
- default: d
581
- };
582
- }
583
- function l(d, v) {
584
- var f = d == null ? null : typeof Symbol < "u" && d[Symbol.iterator] || d["@@iterator"];
585
- if (f != null) {
586
- var u = [], b = !0, A = !1, C, I;
587
- try {
588
- for (f = f.call(d); !(b = (C = f.next()).done) && (u.push(C.value), !(v && u.length === v)); b = !0)
589
- ;
590
- } catch (k) {
591
- A = !0, I = k;
592
- } finally {
593
- try {
594
- !b && f.return != null && f.return();
595
- } finally {
596
- if (A)
597
- throw I;
598
- }
599
- }
600
- return u;
601
- }
602
- }
603
- function o() {
604
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
605
- }
606
- function s(d, v) {
607
- return p(d) || l(d, v) || _(d, v) || o();
608
- }
609
- function _(d, v) {
610
- if (d) {
611
- if (typeof d == "string")
612
- return a(d, v);
613
- var f = Object.prototype.toString.call(d).slice(8, -1);
614
- if (f === "Object" && d.constructor && (f = d.constructor.name), f === "Map" || f === "Set")
615
- return Array.from(f);
616
- if (f === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(f))
617
- return a(d, v);
618
- }
619
- }
620
- function w(d) {
621
- var v = s((0, r.normalizeTwoToneColors)(d), 2), f = v[0], u = v[1];
622
- return n.default.setTwoToneColors({
623
- primaryColor: f,
624
- secondaryColor: u
625
- });
626
- }
627
- function M() {
628
- var d = n.default.getTwoToneColors();
629
- return d.calculated ? [
630
- d.primaryColor,
631
- d.secondaryColor
632
- ] : d.primaryColor;
633
- }
634
- })(dr);
635
- (function(e) {
636
- "use client";
637
- Object.defineProperty(e, "__esModule", {
638
- value: !0
639
- }), Object.defineProperty(e, "default", {
640
- enumerable: !0,
641
- get: function() {
642
- return x;
643
- }
644
- });
645
- var t = /* @__PURE__ */ d(Te), n = /* @__PURE__ */ w(pi), r = Kn, a = /* @__PURE__ */ w($t), p = /* @__PURE__ */ w(Vt), m = dr, l = at;
646
- function o(c, g) {
647
- (g == null || g > c.length) && (g = c.length);
648
- for (var E = 0, S = new Array(g); E < g; E++)
649
- S[E] = c[E];
650
- return S;
651
- }
652
- function s(c) {
653
- if (Array.isArray(c))
654
- return c;
655
- }
656
- function _(c, g, E) {
657
- return g in c ? Object.defineProperty(c, g, {
658
- value: E,
659
- enumerable: !0,
660
- configurable: !0,
661
- writable: !0
662
- }) : c[g] = E, c;
663
- }
664
- function w(c) {
665
- return c && c.__esModule ? c : {
666
- default: c
667
- };
668
- }
669
- function M(c) {
670
- if (typeof WeakMap != "function")
671
- return null;
672
- var g = /* @__PURE__ */ new WeakMap(), E = /* @__PURE__ */ new WeakMap();
673
- return (M = function(S) {
674
- return S ? E : g;
675
- })(c);
676
- }
677
- function d(c, g) {
678
- if (!g && c && c.__esModule)
679
- return c;
680
- if (c === null || typeof c != "object" && typeof c != "function")
681
- return {
682
- default: c
683
- };
684
- var E = M(g);
685
- if (E && E.has(c))
686
- return E.get(c);
687
- var S = {}, R = Object.defineProperty && Object.getOwnPropertyDescriptor;
688
- for (var F in c)
689
- if (F !== "default" && Object.prototype.hasOwnProperty.call(c, F)) {
690
- var ne = R ? Object.getOwnPropertyDescriptor(c, F) : null;
691
- ne && (ne.get || ne.set) ? Object.defineProperty(S, F, ne) : S[F] = c[F];
692
- }
693
- return S.default = c, E && E.set(c, S), S;
694
- }
695
- function v(c, g) {
696
- var E = c == null ? null : typeof Symbol < "u" && c[Symbol.iterator] || c["@@iterator"];
697
- if (E != null) {
698
- var S = [], R = !0, F = !1, ne, de;
699
- try {
700
- for (E = E.call(c); !(R = (ne = E.next()).done) && (S.push(ne.value), !(g && S.length === g)); R = !0)
701
- ;
702
- } catch (Ee) {
703
- F = !0, de = Ee;
704
- } finally {
705
- try {
706
- !R && E.return != null && E.return();
707
- } finally {
708
- if (F)
709
- throw de;
710
- }
711
- }
712
- return S;
713
- }
714
- }
715
- function f() {
716
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
717
- }
718
- function u(c) {
719
- for (var g = 1; g < arguments.length; g++) {
720
- var E = arguments[g] != null ? arguments[g] : {}, S = Object.keys(E);
721
- typeof Object.getOwnPropertySymbols == "function" && (S = S.concat(Object.getOwnPropertySymbols(E).filter(function(R) {
722
- return Object.getOwnPropertyDescriptor(E, R).enumerable;
723
- }))), S.forEach(function(R) {
724
- _(c, R, E[R]);
725
- });
726
- }
727
- return c;
728
- }
729
- function b(c, g) {
730
- var E = Object.keys(c);
731
- if (Object.getOwnPropertySymbols) {
732
- var S = Object.getOwnPropertySymbols(c);
733
- g && (S = S.filter(function(R) {
734
- return Object.getOwnPropertyDescriptor(c, R).enumerable;
735
- })), E.push.apply(E, S);
736
- }
737
- return E;
738
- }
739
- function A(c, g) {
740
- return g = g ?? {}, Object.getOwnPropertyDescriptors ? Object.defineProperties(c, Object.getOwnPropertyDescriptors(g)) : b(Object(g)).forEach(function(E) {
741
- Object.defineProperty(c, E, Object.getOwnPropertyDescriptor(g, E));
742
- }), c;
743
- }
744
- function C(c, g) {
745
- if (c == null)
746
- return {};
747
- var E = I(c, g), S, R;
748
- if (Object.getOwnPropertySymbols) {
749
- var F = Object.getOwnPropertySymbols(c);
750
- for (R = 0; R < F.length; R++)
751
- S = F[R], !(g.indexOf(S) >= 0) && Object.prototype.propertyIsEnumerable.call(c, S) && (E[S] = c[S]);
752
- }
753
- return E;
754
- }
755
- function I(c, g) {
756
- if (c == null)
757
- return {};
758
- var E = {}, S = Object.keys(c), R, F;
759
- for (F = 0; F < S.length; F++)
760
- R = S[F], !(g.indexOf(R) >= 0) && (E[R] = c[R]);
761
- return E;
762
- }
763
- function k(c, g) {
764
- return s(c) || v(c, g) || K(c, g) || f();
765
- }
766
- function K(c, g) {
767
- if (c) {
768
- if (typeof c == "string")
769
- return o(c, g);
770
- var E = Object.prototype.toString.call(c).slice(8, -1);
771
- if (E === "Object" && c.constructor && (E = c.constructor.name), E === "Map" || E === "Set")
772
- return Array.from(E);
773
- if (E === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E))
774
- return o(c, g);
775
- }
776
- }
777
- (0, m.setTwoToneColor)(r.blue.primary);
778
- var y = /* @__PURE__ */ t.forwardRef(function(c, g) {
779
- var E = c.className, S = c.icon, R = c.spin, F = c.rotate, ne = c.tabIndex, de = c.onClick, Ee = c.twoToneColor, Be = C(c, [
780
- "className",
781
- "icon",
782
- "spin",
783
- "rotate",
784
- "tabIndex",
785
- "onClick",
786
- "twoToneColor"
787
- ]), z = t.useContext(a.default), Re = z.prefixCls, H = Re === void 0 ? "anticon" : Re, We = z.rootClassName, j, me = (0, n.default)(We, H, (j = {}, _(j, "".concat(H, "-").concat(S.name), !!S.name), _(j, "".concat(H, "-spin"), !!R || S.name === "loading"), j), E), he = ne;
788
- he === void 0 && de && (he = -1);
789
- var Ge = F ? {
790
- msTransform: "rotate(".concat(F, "deg)"),
791
- transform: "rotate(".concat(F, "deg)")
792
- } : void 0, be = k((0, l.normalizeTwoToneColors)(Ee), 2), $e = be[0], Ve = be[1];
793
- return /* @__PURE__ */ t.createElement("span", A(u({
794
- role: "img",
795
- "aria-label": S.name
796
- }, Be), {
797
- ref: g,
798
- tabIndex: he,
799
- onClick: de,
800
- className: me
801
- }), /* @__PURE__ */ t.createElement(p.default, {
802
- icon: S,
803
- primaryColor: $e,
804
- secondaryColor: Ve,
805
- style: Ge
806
- }));
807
- });
808
- y.displayName = "AntdIcon", y.getTwoToneColor = m.getTwoToneColor, y.setTwoToneColor = m.setTwoToneColor;
809
- var x = y;
810
- })(er);
811
- (function(e) {
812
- Object.defineProperty(e, "__esModule", {
813
- value: !0
814
- }), Object.defineProperty(e, "default", {
815
- enumerable: !0,
816
- get: function() {
817
- return M;
818
- }
819
- });
820
- var t = /* @__PURE__ */ l(Te), n = /* @__PURE__ */ p(Gt), r = /* @__PURE__ */ p(er);
821
- function a(d, v, f) {
822
- return v in d ? Object.defineProperty(d, v, {
823
- value: f,
824
- enumerable: !0,
825
- configurable: !0,
826
- writable: !0
827
- }) : d[v] = f, d;
828
- }
829
- function p(d) {
830
- return d && d.__esModule ? d : {
831
- default: d
832
- };
833
- }
834
- function m(d) {
835
- if (typeof WeakMap != "function")
836
- return null;
837
- var v = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap();
838
- return (m = function(u) {
839
- return u ? f : v;
840
- })(d);
841
- }
842
- function l(d, v) {
843
- if (!v && d && d.__esModule)
844
- return d;
845
- if (d === null || typeof d != "object" && typeof d != "function")
846
- return {
847
- default: d
848
- };
849
- var f = m(v);
850
- if (f && f.has(d))
851
- return f.get(d);
852
- var u = {}, b = Object.defineProperty && Object.getOwnPropertyDescriptor;
853
- for (var A in d)
854
- if (A !== "default" && Object.prototype.hasOwnProperty.call(d, A)) {
855
- var C = b ? Object.getOwnPropertyDescriptor(d, A) : null;
856
- C && (C.get || C.set) ? Object.defineProperty(u, A, C) : u[A] = d[A];
857
- }
858
- return u.default = d, f && f.set(d, u), u;
859
- }
860
- function o(d) {
861
- for (var v = 1; v < arguments.length; v++) {
862
- var f = arguments[v] != null ? arguments[v] : {}, u = Object.keys(f);
863
- typeof Object.getOwnPropertySymbols == "function" && (u = u.concat(Object.getOwnPropertySymbols(f).filter(function(b) {
864
- return Object.getOwnPropertyDescriptor(f, b).enumerable;
865
- }))), u.forEach(function(b) {
866
- a(d, b, f[b]);
867
- });
868
- }
869
- return d;
870
- }
871
- function s(d, v) {
872
- var f = Object.keys(d);
873
- if (Object.getOwnPropertySymbols) {
874
- var u = Object.getOwnPropertySymbols(d);
875
- v && (u = u.filter(function(b) {
876
- return Object.getOwnPropertyDescriptor(d, b).enumerable;
877
- })), f.push.apply(f, u);
878
- }
879
- return f;
880
- }
881
- function _(d, v) {
882
- return v = v ?? {}, Object.getOwnPropertyDescriptors ? Object.defineProperties(d, Object.getOwnPropertyDescriptors(v)) : s(Object(v)).forEach(function(f) {
883
- Object.defineProperty(d, f, Object.getOwnPropertyDescriptor(v, f));
884
- }), d;
885
- }
886
- var w = function(d, v) {
887
- return /* @__PURE__ */ t.createElement(r.default, _(o({}, d), {
888
- ref: v,
889
- icon: n.default
890
- }));
891
- };
892
- process.env.NODE_ENV !== "production" && (w.displayName = "EllipsisOutlined");
893
- var M = /* @__PURE__ */ t.forwardRef(w);
894
- })(Jn);
895
- const Ni = /* @__PURE__ */ Qn(Jn);
896
- var mr = {}, ze = {};
897
- (function(e) {
898
- Object.defineProperty(e, "__esModule", { value: !0 }), e.Doctype = e.CDATA = e.Tag = e.Style = e.Script = e.Comment = e.Directive = e.Text = e.Root = e.isTag = e.ElementType = void 0;
899
- var t;
900
- (function(r) {
901
- r.Root = "root", r.Text = "text", r.Directive = "directive", r.Comment = "comment", r.Script = "script", r.Style = "style", r.Tag = "tag", r.CDATA = "cdata", r.Doctype = "doctype";
902
- })(t = e.ElementType || (e.ElementType = {}));
903
- function n(r) {
904
- return r.type === t.Tag || r.type === t.Script || r.type === t.Style;
905
- }
906
- e.isTag = n, e.Root = t.Root, e.Text = t.Text, e.Directive = t.Directive, e.Comment = t.Comment, e.Script = t.Script, e.Style = t.Style, e.Tag = t.Tag, e.CDATA = t.CDATA, e.Doctype = t.Doctype;
907
- })(ze);
908
- var P = {}, ce = G && G.__extends || /* @__PURE__ */ function() {
909
- var e = function(t, n) {
910
- return e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, a) {
911
- r.__proto__ = a;
912
- } || function(r, a) {
913
- for (var p in a)
914
- Object.prototype.hasOwnProperty.call(a, p) && (r[p] = a[p]);
915
- }, e(t, n);
916
- };
917
- return function(t, n) {
918
- if (typeof n != "function" && n !== null)
919
- throw new TypeError("Class extends value " + String(n) + " is not a constructor or null");
920
- e(t, n);
921
- function r() {
922
- this.constructor = t;
923
- }
924
- t.prototype = n === null ? Object.create(n) : (r.prototype = n.prototype, new r());
925
- };
926
- }(), je = G && G.__assign || function() {
927
- return je = Object.assign || function(e) {
928
- for (var t, n = 1, r = arguments.length; n < r; n++) {
929
- t = arguments[n];
930
- for (var a in t)
931
- Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]);
932
- }
933
- return e;
934
- }, je.apply(this, arguments);
935
- };
936
- Object.defineProperty(P, "__esModule", { value: !0 });
937
- P.cloneNode = P.hasChildren = P.isDocument = P.isDirective = P.isComment = P.isText = P.isCDATA = P.isTag = P.Element = P.Document = P.CDATA = P.NodeWithChildren = P.ProcessingInstruction = P.Comment = P.Text = P.DataNode = P.Node = void 0;
938
- var Y = ze, Qt = (
939
- /** @class */
940
- function() {
941
- function e() {
942
- this.parent = null, this.prev = null, this.next = null, this.startIndex = null, this.endIndex = null;
943
- }
944
- return Object.defineProperty(e.prototype, "parentNode", {
945
- // Read-write aliases for properties
946
- /**
947
- * Same as {@link parent}.
948
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
949
- */
950
- get: function() {
951
- return this.parent;
952
- },
953
- set: function(t) {
954
- this.parent = t;
955
- },
956
- enumerable: !1,
957
- configurable: !0
958
- }), Object.defineProperty(e.prototype, "previousSibling", {
959
- /**
960
- * Same as {@link prev}.
961
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
962
- */
963
- get: function() {
964
- return this.prev;
965
- },
966
- set: function(t) {
967
- this.prev = t;
968
- },
969
- enumerable: !1,
970
- configurable: !0
971
- }), Object.defineProperty(e.prototype, "nextSibling", {
972
- /**
973
- * Same as {@link next}.
974
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
975
- */
976
- get: function() {
977
- return this.next;
978
- },
979
- set: function(t) {
980
- this.next = t;
981
- },
982
- enumerable: !1,
983
- configurable: !0
984
- }), e.prototype.cloneNode = function(t) {
985
- return t === void 0 && (t = !1), Jt(this, t);
986
- }, e;
987
- }()
988
- );
989
- P.Node = Qt;
990
- var ct = (
991
- /** @class */
992
- function(e) {
993
- ce(t, e);
994
- function t(n) {
995
- var r = e.call(this) || this;
996
- return r.data = n, r;
997
- }
998
- return Object.defineProperty(t.prototype, "nodeValue", {
999
- /**
1000
- * Same as {@link data}.
1001
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1002
- */
1003
- get: function() {
1004
- return this.data;
1005
- },
1006
- set: function(n) {
1007
- this.data = n;
1008
- },
1009
- enumerable: !1,
1010
- configurable: !0
1011
- }), t;
1012
- }(Qt)
1013
- );
1014
- P.DataNode = ct;
1015
- var hr = (
1016
- /** @class */
1017
- function(e) {
1018
- ce(t, e);
1019
- function t() {
1020
- var n = e !== null && e.apply(this, arguments) || this;
1021
- return n.type = Y.ElementType.Text, n;
1022
- }
1023
- return Object.defineProperty(t.prototype, "nodeType", {
1024
- get: function() {
1025
- return 3;
1026
- },
1027
- enumerable: !1,
1028
- configurable: !0
1029
- }), t;
1030
- }(ct)
1031
- );
1032
- P.Text = hr;
1033
- var vr = (
1034
- /** @class */
1035
- function(e) {
1036
- ce(t, e);
1037
- function t() {
1038
- var n = e !== null && e.apply(this, arguments) || this;
1039
- return n.type = Y.ElementType.Comment, n;
1040
- }
1041
- return Object.defineProperty(t.prototype, "nodeType", {
1042
- get: function() {
1043
- return 8;
1044
- },
1045
- enumerable: !1,
1046
- configurable: !0
1047
- }), t;
1048
- }(ct)
1049
- );
1050
- P.Comment = vr;
1051
- var gr = (
1052
- /** @class */
1053
- function(e) {
1054
- ce(t, e);
1055
- function t(n, r) {
1056
- var a = e.call(this, r) || this;
1057
- return a.name = n, a.type = Y.ElementType.Directive, a;
1058
- }
1059
- return Object.defineProperty(t.prototype, "nodeType", {
1060
- get: function() {
1061
- return 1;
1062
- },
1063
- enumerable: !1,
1064
- configurable: !0
1065
- }), t;
1066
- }(ct)
1067
- );
1068
- P.ProcessingInstruction = gr;
1069
- var ut = (
1070
- /** @class */
1071
- function(e) {
1072
- ce(t, e);
1073
- function t(n) {
1074
- var r = e.call(this) || this;
1075
- return r.children = n, r;
1076
- }
1077
- return Object.defineProperty(t.prototype, "firstChild", {
1078
- // Aliases
1079
- /** First child of the node. */
1080
- get: function() {
1081
- var n;
1082
- return (n = this.children[0]) !== null && n !== void 0 ? n : null;
1083
- },
1084
- enumerable: !1,
1085
- configurable: !0
1086
- }), Object.defineProperty(t.prototype, "lastChild", {
1087
- /** Last child of the node. */
1088
- get: function() {
1089
- return this.children.length > 0 ? this.children[this.children.length - 1] : null;
1090
- },
1091
- enumerable: !1,
1092
- configurable: !0
1093
- }), Object.defineProperty(t.prototype, "childNodes", {
1094
- /**
1095
- * Same as {@link children}.
1096
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1097
- */
1098
- get: function() {
1099
- return this.children;
1100
- },
1101
- set: function(n) {
1102
- this.children = n;
1103
- },
1104
- enumerable: !1,
1105
- configurable: !0
1106
- }), t;
1107
- }(Qt)
1108
- );
1109
- P.NodeWithChildren = ut;
1110
- var yr = (
1111
- /** @class */
1112
- function(e) {
1113
- ce(t, e);
1114
- function t() {
1115
- var n = e !== null && e.apply(this, arguments) || this;
1116
- return n.type = Y.ElementType.CDATA, n;
1117
- }
1118
- return Object.defineProperty(t.prototype, "nodeType", {
1119
- get: function() {
1120
- return 4;
1121
- },
1122
- enumerable: !1,
1123
- configurable: !0
1124
- }), t;
1125
- }(ut)
1126
- );
1127
- P.CDATA = yr;
1128
- var _r = (
1129
- /** @class */
1130
- function(e) {
1131
- ce(t, e);
1132
- function t() {
1133
- var n = e !== null && e.apply(this, arguments) || this;
1134
- return n.type = Y.ElementType.Root, n;
1135
- }
1136
- return Object.defineProperty(t.prototype, "nodeType", {
1137
- get: function() {
1138
- return 9;
1139
- },
1140
- enumerable: !1,
1141
- configurable: !0
1142
- }), t;
1143
- }(ut)
1144
- );
1145
- P.Document = _r;
1146
- var Tr = (
1147
- /** @class */
1148
- function(e) {
1149
- ce(t, e);
1150
- function t(n, r, a, p) {
1151
- a === void 0 && (a = []), p === void 0 && (p = n === "script" ? Y.ElementType.Script : n === "style" ? Y.ElementType.Style : Y.ElementType.Tag);
1152
- var m = e.call(this, a) || this;
1153
- return m.name = n, m.attribs = r, m.type = p, m;
1154
- }
1155
- return Object.defineProperty(t.prototype, "nodeType", {
1156
- get: function() {
1157
- return 1;
1158
- },
1159
- enumerable: !1,
1160
- configurable: !0
1161
- }), Object.defineProperty(t.prototype, "tagName", {
1162
- // DOM Level 1 aliases
1163
- /**
1164
- * Same as {@link name}.
1165
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1166
- */
1167
- get: function() {
1168
- return this.name;
1169
- },
1170
- set: function(n) {
1171
- this.name = n;
1172
- },
1173
- enumerable: !1,
1174
- configurable: !0
1175
- }), Object.defineProperty(t.prototype, "attributes", {
1176
- get: function() {
1177
- var n = this;
1178
- return Object.keys(this.attribs).map(function(r) {
1179
- var a, p;
1180
- return {
1181
- name: r,
1182
- value: n.attribs[r],
1183
- namespace: (a = n["x-attribsNamespace"]) === null || a === void 0 ? void 0 : a[r],
1184
- prefix: (p = n["x-attribsPrefix"]) === null || p === void 0 ? void 0 : p[r]
1185
- };
1186
- });
1187
- },
1188
- enumerable: !1,
1189
- configurable: !0
1190
- }), t;
1191
- }(ut)
1192
- );
1193
- P.Element = Tr;
1194
- function Er(e) {
1195
- return (0, Y.isTag)(e);
1196
- }
1197
- P.isTag = Er;
1198
- function br(e) {
1199
- return e.type === Y.ElementType.CDATA;
1200
- }
1201
- P.isCDATA = br;
1202
- function Or(e) {
1203
- return e.type === Y.ElementType.Text;
1204
- }
1205
- P.isText = Or;
1206
- function Cr(e) {
1207
- return e.type === Y.ElementType.Comment;
1208
- }
1209
- P.isComment = Cr;
1210
- function wr(e) {
1211
- return e.type === Y.ElementType.Directive;
1212
- }
1213
- P.isDirective = wr;
1214
- function Ar(e) {
1215
- return e.type === Y.ElementType.Root;
1216
- }
1217
- P.isDocument = Ar;
1218
- function Pi(e) {
1219
- return Object.prototype.hasOwnProperty.call(e, "children");
1220
- }
1221
- P.hasChildren = Pi;
1222
- function Jt(e, t) {
1223
- t === void 0 && (t = !1);
1224
- var n;
1225
- if (Or(e))
1226
- n = new hr(e.data);
1227
- else if (Cr(e))
1228
- n = new vr(e.data);
1229
- else if (Er(e)) {
1230
- var r = t ? Nt(e.children) : [], a = new Tr(e.name, je({}, e.attribs), r);
1231
- r.forEach(function(o) {
1232
- return o.parent = a;
1233
- }), e.namespace != null && (a.namespace = e.namespace), e["x-attribsNamespace"] && (a["x-attribsNamespace"] = je({}, e["x-attribsNamespace"])), e["x-attribsPrefix"] && (a["x-attribsPrefix"] = je({}, e["x-attribsPrefix"])), n = a;
1234
- } else if (br(e)) {
1235
- var r = t ? Nt(e.children) : [], p = new yr(r);
1236
- r.forEach(function(s) {
1237
- return s.parent = p;
1238
- }), n = p;
1239
- } else if (Ar(e)) {
1240
- var r = t ? Nt(e.children) : [], m = new _r(r);
1241
- r.forEach(function(s) {
1242
- return s.parent = m;
1243
- }), e["x-mode"] && (m["x-mode"] = e["x-mode"]), n = m;
1244
- } else if (wr(e)) {
1245
- var l = new gr(e.name, e.data);
1246
- e["x-name"] != null && (l["x-name"] = e["x-name"], l["x-publicId"] = e["x-publicId"], l["x-systemId"] = e["x-systemId"]), n = l;
1247
- } else
1248
- throw new Error("Not implemented yet: ".concat(e.type));
1249
- return n.startIndex = e.startIndex, n.endIndex = e.endIndex, e.sourceCodeLocation != null && (n.sourceCodeLocation = e.sourceCodeLocation), n;
1250
- }
1251
- P.cloneNode = Jt;
1252
- function Nt(e) {
1253
- for (var t = e.map(function(r) {
1254
- return Jt(r, !0);
1255
- }), n = 1; n < t.length; n++)
1256
- t[n].prev = t[n - 1], t[n - 1].next = t[n];
1257
- return t;
1258
- }
1259
- (function(e) {
1260
- var t = G && G.__createBinding || (Object.create ? function(l, o, s, _) {
1261
- _ === void 0 && (_ = s);
1262
- var w = Object.getOwnPropertyDescriptor(o, s);
1263
- (!w || ("get" in w ? !o.__esModule : w.writable || w.configurable)) && (w = { enumerable: !0, get: function() {
1264
- return o[s];
1265
- } }), Object.defineProperty(l, _, w);
1266
- } : function(l, o, s, _) {
1267
- _ === void 0 && (_ = s), l[_] = o[s];
1268
- }), n = G && G.__exportStar || function(l, o) {
1269
- for (var s in l)
1270
- s !== "default" && !Object.prototype.hasOwnProperty.call(o, s) && t(o, l, s);
1271
- };
1272
- Object.defineProperty(e, "__esModule", { value: !0 }), e.DomHandler = void 0;
1273
- var r = ze, a = P;
1274
- n(P, e);
1275
- var p = {
1276
- withStartIndices: !1,
1277
- withEndIndices: !1,
1278
- xmlMode: !1
1279
- }, m = (
1280
- /** @class */
1281
- function() {
1282
- function l(o, s, _) {
1283
- this.dom = [], this.root = new a.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null, typeof s == "function" && (_ = s, s = p), typeof o == "object" && (s = o, o = void 0), this.callback = o ?? null, this.options = s ?? p, this.elementCB = _ ?? null;
1284
- }
1285
- return l.prototype.onparserinit = function(o) {
1286
- this.parser = o;
1287
- }, l.prototype.onreset = function() {
1288
- this.dom = [], this.root = new a.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null;
1289
- }, l.prototype.onend = function() {
1290
- this.done || (this.done = !0, this.parser = null, this.handleCallback(null));
1291
- }, l.prototype.onerror = function(o) {
1292
- this.handleCallback(o);
1293
- }, l.prototype.onclosetag = function() {
1294
- this.lastNode = null;
1295
- var o = this.tagStack.pop();
1296
- this.options.withEndIndices && (o.endIndex = this.parser.endIndex), this.elementCB && this.elementCB(o);
1297
- }, l.prototype.onopentag = function(o, s) {
1298
- var _ = this.options.xmlMode ? r.ElementType.Tag : void 0, w = new a.Element(o, s, void 0, _);
1299
- this.addNode(w), this.tagStack.push(w);
1300
- }, l.prototype.ontext = function(o) {
1301
- var s = this.lastNode;
1302
- if (s && s.type === r.ElementType.Text)
1303
- s.data += o, this.options.withEndIndices && (s.endIndex = this.parser.endIndex);
1304
- else {
1305
- var _ = new a.Text(o);
1306
- this.addNode(_), this.lastNode = _;
1307
- }
1308
- }, l.prototype.oncomment = function(o) {
1309
- if (this.lastNode && this.lastNode.type === r.ElementType.Comment) {
1310
- this.lastNode.data += o;
1311
- return;
1312
- }
1313
- var s = new a.Comment(o);
1314
- this.addNode(s), this.lastNode = s;
1315
- }, l.prototype.oncommentend = function() {
1316
- this.lastNode = null;
1317
- }, l.prototype.oncdatastart = function() {
1318
- var o = new a.Text(""), s = new a.CDATA([o]);
1319
- this.addNode(s), o.parent = s, this.lastNode = o;
1320
- }, l.prototype.oncdataend = function() {
1321
- this.lastNode = null;
1322
- }, l.prototype.onprocessinginstruction = function(o, s) {
1323
- var _ = new a.ProcessingInstruction(o, s);
1324
- this.addNode(_);
1325
- }, l.prototype.handleCallback = function(o) {
1326
- if (typeof this.callback == "function")
1327
- this.callback(o, this.dom);
1328
- else if (o)
1329
- throw o;
1330
- }, l.prototype.addNode = function(o) {
1331
- var s = this.tagStack[this.tagStack.length - 1], _ = s.children[s.children.length - 1];
1332
- this.options.withStartIndices && (o.startIndex = this.parser.startIndex), this.options.withEndIndices && (o.endIndex = this.parser.endIndex), s.children.push(o), _ && (o.prev = _, _.next = o), o.parent = s, this.lastNode = null;
1333
- }, l;
1334
- }()
1335
- );
1336
- e.DomHandler = m, e.default = m;
1337
- })(mr);
1338
- var Nn = "html", Pn = "head", Je = "body", Di = /<([a-zA-Z]+[0-9]?)/, Dn = /<head[^]*>/i, Rn = /<body[^]*>/i, ot = function() {
1339
- throw new Error(
1340
- "This browser does not support `document.implementation.createHTMLDocument`"
1341
- );
1342
- }, Ht = function() {
1343
- throw new Error(
1344
- "This browser does not support `DOMParser.prototype.parseFromString`"
1345
- );
1346
- }, In = typeof window == "object" && window.DOMParser;
1347
- if (typeof In == "function") {
1348
- var Ri = new In(), Ii = "text/html";
1349
- Ht = function(e, t) {
1350
- return t && (e = "<" + t + ">" + e + "</" + t + ">"), Ri.parseFromString(e, Ii);
1351
- }, ot = Ht;
1352
- }
1353
- if (typeof document == "object" && document.implementation) {
1354
- var et = document.implementation.createHTMLDocument();
1355
- ot = function(e, t) {
1356
- if (t) {
1357
- var n = et.documentElement.querySelector(t);
1358
- return n.innerHTML = e, et;
1359
- }
1360
- return et.documentElement.innerHTML = e, et;
1361
- };
1362
- }
1363
- var Pt = typeof document == "object" ? document.createElement("template") : {}, zt;
1364
- Pt.content && (zt = function(e) {
1365
- return Pt.innerHTML = e, Pt.content.childNodes;
1366
- });
1367
- function Mi(e) {
1368
- var t, n = e.match(Di);
1369
- n && n[1] && (t = n[1].toLowerCase());
1370
- var r, a, p;
1371
- switch (t) {
1372
- case Nn:
1373
- return r = Ht(e), Dn.test(e) || (a = r.querySelector(Pn), a && a.parentNode.removeChild(a)), Rn.test(e) || (a = r.querySelector(Je), a && a.parentNode.removeChild(a)), r.querySelectorAll(Nn);
1374
- case Pn:
1375
- case Je:
1376
- return r = ot(e), p = r.querySelectorAll(t), Rn.test(e) && Dn.test(e) ? p[0].parentNode.childNodes : p;
1377
- default:
1378
- return zt ? zt(e) : (a = ot(e, Je).querySelector(Je), a.childNodes);
1379
- }
1380
- }
1381
- var ki = Mi, en = {}, Sr = {}, D = {}, ue = G && G.__extends || /* @__PURE__ */ function() {
1382
- var e = function(t, n) {
1383
- return e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, a) {
1384
- r.__proto__ = a;
1385
- } || function(r, a) {
1386
- for (var p in a)
1387
- Object.prototype.hasOwnProperty.call(a, p) && (r[p] = a[p]);
1388
- }, e(t, n);
1389
- };
1390
- return function(t, n) {
1391
- if (typeof n != "function" && n !== null)
1392
- throw new TypeError("Class extends value " + String(n) + " is not a constructor or null");
1393
- e(t, n);
1394
- function r() {
1395
- this.constructor = t;
1396
- }
1397
- t.prototype = n === null ? Object.create(n) : (r.prototype = n.prototype, new r());
1398
- };
1399
- }(), Fe = G && G.__assign || function() {
1400
- return Fe = Object.assign || function(e) {
1401
- for (var t, n = 1, r = arguments.length; n < r; n++) {
1402
- t = arguments[n];
1403
- for (var a in t)
1404
- Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]);
1405
- }
1406
- return e;
1407
- }, Fe.apply(this, arguments);
1408
- };
1409
- Object.defineProperty(D, "__esModule", { value: !0 });
1410
- D.cloneNode = D.hasChildren = D.isDocument = D.isDirective = D.isComment = D.isText = D.isCDATA = D.isTag = D.Element = D.Document = D.CDATA = D.NodeWithChildren = D.ProcessingInstruction = D.Comment = D.Text = D.DataNode = D.Node = void 0;
1411
- var q = ze, tn = (
1412
- /** @class */
1413
- function() {
1414
- function e() {
1415
- this.parent = null, this.prev = null, this.next = null, this.startIndex = null, this.endIndex = null;
1416
- }
1417
- return Object.defineProperty(e.prototype, "parentNode", {
1418
- // Read-write aliases for properties
1419
- /**
1420
- * Same as {@link parent}.
1421
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1422
- */
1423
- get: function() {
1424
- return this.parent;
1425
- },
1426
- set: function(t) {
1427
- this.parent = t;
1428
- },
1429
- enumerable: !1,
1430
- configurable: !0
1431
- }), Object.defineProperty(e.prototype, "previousSibling", {
1432
- /**
1433
- * Same as {@link prev}.
1434
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1435
- */
1436
- get: function() {
1437
- return this.prev;
1438
- },
1439
- set: function(t) {
1440
- this.prev = t;
1441
- },
1442
- enumerable: !1,
1443
- configurable: !0
1444
- }), Object.defineProperty(e.prototype, "nextSibling", {
1445
- /**
1446
- * Same as {@link next}.
1447
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1448
- */
1449
- get: function() {
1450
- return this.next;
1451
- },
1452
- set: function(t) {
1453
- this.next = t;
1454
- },
1455
- enumerable: !1,
1456
- configurable: !0
1457
- }), e.prototype.cloneNode = function(t) {
1458
- return t === void 0 && (t = !1), nn(this, t);
1459
- }, e;
1460
- }()
1461
- );
1462
- D.Node = tn;
1463
- var ft = (
1464
- /** @class */
1465
- function(e) {
1466
- ue(t, e);
1467
- function t(n) {
1468
- var r = e.call(this) || this;
1469
- return r.data = n, r;
1470
- }
1471
- return Object.defineProperty(t.prototype, "nodeValue", {
1472
- /**
1473
- * Same as {@link data}.
1474
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1475
- */
1476
- get: function() {
1477
- return this.data;
1478
- },
1479
- set: function(n) {
1480
- this.data = n;
1481
- },
1482
- enumerable: !1,
1483
- configurable: !0
1484
- }), t;
1485
- }(tn)
1486
- );
1487
- D.DataNode = ft;
1488
- var xr = (
1489
- /** @class */
1490
- function(e) {
1491
- ue(t, e);
1492
- function t() {
1493
- var n = e !== null && e.apply(this, arguments) || this;
1494
- return n.type = q.ElementType.Text, n;
1495
- }
1496
- return Object.defineProperty(t.prototype, "nodeType", {
1497
- get: function() {
1498
- return 3;
1499
- },
1500
- enumerable: !1,
1501
- configurable: !0
1502
- }), t;
1503
- }(ft)
1504
- );
1505
- D.Text = xr;
1506
- var Nr = (
1507
- /** @class */
1508
- function(e) {
1509
- ue(t, e);
1510
- function t() {
1511
- var n = e !== null && e.apply(this, arguments) || this;
1512
- return n.type = q.ElementType.Comment, n;
1513
- }
1514
- return Object.defineProperty(t.prototype, "nodeType", {
1515
- get: function() {
1516
- return 8;
1517
- },
1518
- enumerable: !1,
1519
- configurable: !0
1520
- }), t;
1521
- }(ft)
1522
- );
1523
- D.Comment = Nr;
1524
- var Pr = (
1525
- /** @class */
1526
- function(e) {
1527
- ue(t, e);
1528
- function t(n, r) {
1529
- var a = e.call(this, r) || this;
1530
- return a.name = n, a.type = q.ElementType.Directive, a;
1531
- }
1532
- return Object.defineProperty(t.prototype, "nodeType", {
1533
- get: function() {
1534
- return 1;
1535
- },
1536
- enumerable: !1,
1537
- configurable: !0
1538
- }), t;
1539
- }(ft)
1540
- );
1541
- D.ProcessingInstruction = Pr;
1542
- var pt = (
1543
- /** @class */
1544
- function(e) {
1545
- ue(t, e);
1546
- function t(n) {
1547
- var r = e.call(this) || this;
1548
- return r.children = n, r;
1549
- }
1550
- return Object.defineProperty(t.prototype, "firstChild", {
1551
- // Aliases
1552
- /** First child of the node. */
1553
- get: function() {
1554
- var n;
1555
- return (n = this.children[0]) !== null && n !== void 0 ? n : null;
1556
- },
1557
- enumerable: !1,
1558
- configurable: !0
1559
- }), Object.defineProperty(t.prototype, "lastChild", {
1560
- /** Last child of the node. */
1561
- get: function() {
1562
- return this.children.length > 0 ? this.children[this.children.length - 1] : null;
1563
- },
1564
- enumerable: !1,
1565
- configurable: !0
1566
- }), Object.defineProperty(t.prototype, "childNodes", {
1567
- /**
1568
- * Same as {@link children}.
1569
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1570
- */
1571
- get: function() {
1572
- return this.children;
1573
- },
1574
- set: function(n) {
1575
- this.children = n;
1576
- },
1577
- enumerable: !1,
1578
- configurable: !0
1579
- }), t;
1580
- }(tn)
1581
- );
1582
- D.NodeWithChildren = pt;
1583
- var Dr = (
1584
- /** @class */
1585
- function(e) {
1586
- ue(t, e);
1587
- function t() {
1588
- var n = e !== null && e.apply(this, arguments) || this;
1589
- return n.type = q.ElementType.CDATA, n;
1590
- }
1591
- return Object.defineProperty(t.prototype, "nodeType", {
1592
- get: function() {
1593
- return 4;
1594
- },
1595
- enumerable: !1,
1596
- configurable: !0
1597
- }), t;
1598
- }(pt)
1599
- );
1600
- D.CDATA = Dr;
1601
- var Rr = (
1602
- /** @class */
1603
- function(e) {
1604
- ue(t, e);
1605
- function t() {
1606
- var n = e !== null && e.apply(this, arguments) || this;
1607
- return n.type = q.ElementType.Root, n;
1608
- }
1609
- return Object.defineProperty(t.prototype, "nodeType", {
1610
- get: function() {
1611
- return 9;
1612
- },
1613
- enumerable: !1,
1614
- configurable: !0
1615
- }), t;
1616
- }(pt)
1617
- );
1618
- D.Document = Rr;
1619
- var Ir = (
1620
- /** @class */
1621
- function(e) {
1622
- ue(t, e);
1623
- function t(n, r, a, p) {
1624
- a === void 0 && (a = []), p === void 0 && (p = n === "script" ? q.ElementType.Script : n === "style" ? q.ElementType.Style : q.ElementType.Tag);
1625
- var m = e.call(this, a) || this;
1626
- return m.name = n, m.attribs = r, m.type = p, m;
1627
- }
1628
- return Object.defineProperty(t.prototype, "nodeType", {
1629
- get: function() {
1630
- return 1;
1631
- },
1632
- enumerable: !1,
1633
- configurable: !0
1634
- }), Object.defineProperty(t.prototype, "tagName", {
1635
- // DOM Level 1 aliases
1636
- /**
1637
- * Same as {@link name}.
1638
- * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1639
- */
1640
- get: function() {
1641
- return this.name;
1642
- },
1643
- set: function(n) {
1644
- this.name = n;
1645
- },
1646
- enumerable: !1,
1647
- configurable: !0
1648
- }), Object.defineProperty(t.prototype, "attributes", {
1649
- get: function() {
1650
- var n = this;
1651
- return Object.keys(this.attribs).map(function(r) {
1652
- var a, p;
1653
- return {
1654
- name: r,
1655
- value: n.attribs[r],
1656
- namespace: (a = n["x-attribsNamespace"]) === null || a === void 0 ? void 0 : a[r],
1657
- prefix: (p = n["x-attribsPrefix"]) === null || p === void 0 ? void 0 : p[r]
1658
- };
1659
- });
1660
- },
1661
- enumerable: !1,
1662
- configurable: !0
1663
- }), t;
1664
- }(pt)
1665
- );
1666
- D.Element = Ir;
1667
- function Mr(e) {
1668
- return (0, q.isTag)(e);
1669
- }
1670
- D.isTag = Mr;
1671
- function kr(e) {
1672
- return e.type === q.ElementType.CDATA;
1673
- }
1674
- D.isCDATA = kr;
1675
- function Lr(e) {
1676
- return e.type === q.ElementType.Text;
1677
- }
1678
- D.isText = Lr;
1679
- function jr(e) {
1680
- return e.type === q.ElementType.Comment;
1681
- }
1682
- D.isComment = jr;
1683
- function Fr(e) {
1684
- return e.type === q.ElementType.Directive;
1685
- }
1686
- D.isDirective = Fr;
1687
- function Ur(e) {
1688
- return e.type === q.ElementType.Root;
1689
- }
1690
- D.isDocument = Ur;
1691
- function Li(e) {
1692
- return Object.prototype.hasOwnProperty.call(e, "children");
1693
- }
1694
- D.hasChildren = Li;
1695
- function nn(e, t) {
1696
- t === void 0 && (t = !1);
1697
- var n;
1698
- if (Lr(e))
1699
- n = new xr(e.data);
1700
- else if (jr(e))
1701
- n = new Nr(e.data);
1702
- else if (Mr(e)) {
1703
- var r = t ? Dt(e.children) : [], a = new Ir(e.name, Fe({}, e.attribs), r);
1704
- r.forEach(function(o) {
1705
- return o.parent = a;
1706
- }), e.namespace != null && (a.namespace = e.namespace), e["x-attribsNamespace"] && (a["x-attribsNamespace"] = Fe({}, e["x-attribsNamespace"])), e["x-attribsPrefix"] && (a["x-attribsPrefix"] = Fe({}, e["x-attribsPrefix"])), n = a;
1707
- } else if (kr(e)) {
1708
- var r = t ? Dt(e.children) : [], p = new Dr(r);
1709
- r.forEach(function(s) {
1710
- return s.parent = p;
1711
- }), n = p;
1712
- } else if (Ur(e)) {
1713
- var r = t ? Dt(e.children) : [], m = new Rr(r);
1714
- r.forEach(function(s) {
1715
- return s.parent = m;
1716
- }), e["x-mode"] && (m["x-mode"] = e["x-mode"]), n = m;
1717
- } else if (Fr(e)) {
1718
- var l = new Pr(e.name, e.data);
1719
- e["x-name"] != null && (l["x-name"] = e["x-name"], l["x-publicId"] = e["x-publicId"], l["x-systemId"] = e["x-systemId"]), n = l;
1720
- } else
1721
- throw new Error("Not implemented yet: ".concat(e.type));
1722
- return n.startIndex = e.startIndex, n.endIndex = e.endIndex, e.sourceCodeLocation != null && (n.sourceCodeLocation = e.sourceCodeLocation), n;
1723
- }
1724
- D.cloneNode = nn;
1725
- function Dt(e) {
1726
- for (var t = e.map(function(r) {
1727
- return nn(r, !0);
1728
- }), n = 1; n < t.length; n++)
1729
- t[n].prev = t[n - 1], t[n - 1].next = t[n];
1730
- return t;
1731
- }
1732
- (function(e) {
1733
- var t = G && G.__createBinding || (Object.create ? function(l, o, s, _) {
1734
- _ === void 0 && (_ = s);
1735
- var w = Object.getOwnPropertyDescriptor(o, s);
1736
- (!w || ("get" in w ? !o.__esModule : w.writable || w.configurable)) && (w = { enumerable: !0, get: function() {
1737
- return o[s];
1738
- } }), Object.defineProperty(l, _, w);
1739
- } : function(l, o, s, _) {
1740
- _ === void 0 && (_ = s), l[_] = o[s];
1741
- }), n = G && G.__exportStar || function(l, o) {
1742
- for (var s in l)
1743
- s !== "default" && !Object.prototype.hasOwnProperty.call(o, s) && t(o, l, s);
1744
- };
1745
- Object.defineProperty(e, "__esModule", { value: !0 }), e.DomHandler = void 0;
1746
- var r = ze, a = D;
1747
- n(D, e);
1748
- var p = {
1749
- withStartIndices: !1,
1750
- withEndIndices: !1,
1751
- xmlMode: !1
1752
- }, m = (
1753
- /** @class */
1754
- function() {
1755
- function l(o, s, _) {
1756
- this.dom = [], this.root = new a.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null, typeof s == "function" && (_ = s, s = p), typeof o == "object" && (s = o, o = void 0), this.callback = o ?? null, this.options = s ?? p, this.elementCB = _ ?? null;
1757
- }
1758
- return l.prototype.onparserinit = function(o) {
1759
- this.parser = o;
1760
- }, l.prototype.onreset = function() {
1761
- this.dom = [], this.root = new a.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null;
1762
- }, l.prototype.onend = function() {
1763
- this.done || (this.done = !0, this.parser = null, this.handleCallback(null));
1764
- }, l.prototype.onerror = function(o) {
1765
- this.handleCallback(o);
1766
- }, l.prototype.onclosetag = function() {
1767
- this.lastNode = null;
1768
- var o = this.tagStack.pop();
1769
- this.options.withEndIndices && (o.endIndex = this.parser.endIndex), this.elementCB && this.elementCB(o);
1770
- }, l.prototype.onopentag = function(o, s) {
1771
- var _ = this.options.xmlMode ? r.ElementType.Tag : void 0, w = new a.Element(o, s, void 0, _);
1772
- this.addNode(w), this.tagStack.push(w);
1773
- }, l.prototype.ontext = function(o) {
1774
- var s = this.lastNode;
1775
- if (s && s.type === r.ElementType.Text)
1776
- s.data += o, this.options.withEndIndices && (s.endIndex = this.parser.endIndex);
1777
- else {
1778
- var _ = new a.Text(o);
1779
- this.addNode(_), this.lastNode = _;
1780
- }
1781
- }, l.prototype.oncomment = function(o) {
1782
- if (this.lastNode && this.lastNode.type === r.ElementType.Comment) {
1783
- this.lastNode.data += o;
1784
- return;
1785
- }
1786
- var s = new a.Comment(o);
1787
- this.addNode(s), this.lastNode = s;
1788
- }, l.prototype.oncommentend = function() {
1789
- this.lastNode = null;
1790
- }, l.prototype.oncdatastart = function() {
1791
- var o = new a.Text(""), s = new a.CDATA([o]);
1792
- this.addNode(s), o.parent = s, this.lastNode = o;
1793
- }, l.prototype.oncdataend = function() {
1794
- this.lastNode = null;
1795
- }, l.prototype.onprocessinginstruction = function(o, s) {
1796
- var _ = new a.ProcessingInstruction(o, s);
1797
- this.addNode(_);
1798
- }, l.prototype.handleCallback = function(o) {
1799
- if (typeof this.callback == "function")
1800
- this.callback(o, this.dom);
1801
- else if (o)
1802
- throw o;
1803
- }, l.prototype.addNode = function(o) {
1804
- var s = this.tagStack[this.tagStack.length - 1], _ = s.children[s.children.length - 1];
1805
- this.options.withStartIndices && (o.startIndex = this.parser.startIndex), this.options.withEndIndices && (o.endIndex = this.parser.endIndex), s.children.push(o), _ && (o.prev = _, _.next = o), o.parent = s, this.lastNode = null;
1806
- }, l;
1807
- }()
1808
- );
1809
- e.DomHandler = m, e.default = m;
1810
- })(Sr);
1811
- var Hr = {};
1812
- Hr.CASE_SENSITIVE_TAG_NAMES = [
1813
- "animateMotion",
1814
- "animateTransform",
1815
- "clipPath",
1816
- "feBlend",
1817
- "feColorMatrix",
1818
- "feComponentTransfer",
1819
- "feComposite",
1820
- "feConvolveMatrix",
1821
- "feDiffuseLighting",
1822
- "feDisplacementMap",
1823
- "feDropShadow",
1824
- "feFlood",
1825
- "feFuncA",
1826
- "feFuncB",
1827
- "feFuncG",
1828
- "feFuncR",
1829
- "feGaussianBlur",
1830
- "feImage",
1831
- "feMerge",
1832
- "feMergeNode",
1833
- "feMorphology",
1834
- "feOffset",
1835
- "fePointLight",
1836
- "feSpecularLighting",
1837
- "feSpotLight",
1838
- "feTile",
1839
- "feTurbulence",
1840
- "foreignObject",
1841
- "linearGradient",
1842
- "radialGradient",
1843
- "textPath"
1844
- ];
1845
- var dt = Sr, ji = Hr, Mn = ji.CASE_SENSITIVE_TAG_NAMES, Fi = dt.Comment, Ui = dt.Element, Hi = dt.ProcessingInstruction, zi = dt.Text, zr = {}, Rt;
1846
- for (var It = 0, Bi = Mn.length; It < Bi; It++)
1847
- Rt = Mn[It], zr[Rt.toLowerCase()] = Rt;
1848
- function Wi(e) {
1849
- return zr[e];
1850
- }
1851
- function Br(e) {
1852
- for (var t = {}, n, r = 0, a = e.length; r < a; r++)
1853
- n = e[r], t[n.name] = n.value;
1854
- return t;
1855
- }
1856
- function Gi(e) {
1857
- e = e.toLowerCase();
1858
- var t = Wi(e);
1859
- return t || e;
1860
- }
1861
- function Wr(e, t, n) {
1862
- t = t || null;
1863
- for (var r = [], a, p = 0, m = e.length; p < m; p++) {
1864
- var l = e[p], o;
1865
- switch (l.nodeType) {
1866
- case 1:
1867
- a = Gi(l.nodeName), o = new Ui(a, Br(l.attributes)), o.children = Wr(
1868
- // template children are on content
1869
- a === "template" ? l.content.childNodes : l.childNodes,
1870
- o
1871
- );
1872
- break;
1873
- case 3:
1874
- o = new zi(l.nodeValue);
1875
- break;
1876
- case 8:
1877
- o = new Fi(l.nodeValue);
1878
- break;
1879
- default:
1880
- continue;
1881
- }
1882
- var s = r[p - 1] || null;
1883
- s && (s.next = o), o.parent = t, o.prev = s, o.next = null, r.push(o);
1884
- }
1885
- return n && (o = new Hi(
1886
- n.substring(0, n.indexOf(" ")).toLowerCase(),
1887
- n
1888
- ), o.next = r[0] || null, o.parent = t, r.unshift(o), r[1] && (r[1].prev = r[0])), r;
1889
- }
1890
- en.formatAttributes = Br;
1891
- en.formatDOM = Wr;
1892
- var $i = ki, Vi = en, Xi = Vi.formatDOM, Yi = /<(![a-zA-Z\s]+)>/;
1893
- function qi(e) {
1894
- if (typeof e != "string")
1895
- throw new TypeError("First argument must be a string");
1896
- if (e === "")
1897
- return [];
1898
- var t = e.match(Yi), n;
1899
- return t && t[1] && (n = t[1]), Xi($i(e), null, n);
1900
- }
1901
- var Zi = qi, te = {}, mt = {}, Ki = 0;
1902
- mt.SAME = Ki;
1903
- var Qi = 1;
1904
- mt.CAMELCASE = Qi;
1905
- mt.possibleStandardNames = {
1906
- accept: 0,
1907
- acceptCharset: 1,
1908
- "accept-charset": "acceptCharset",
1909
- accessKey: 1,
1910
- action: 0,
1911
- allowFullScreen: 1,
1912
- alt: 0,
1913
- as: 0,
1914
- async: 0,
1915
- autoCapitalize: 1,
1916
- autoComplete: 1,
1917
- autoCorrect: 1,
1918
- autoFocus: 1,
1919
- autoPlay: 1,
1920
- autoSave: 1,
1921
- capture: 0,
1922
- cellPadding: 1,
1923
- cellSpacing: 1,
1924
- challenge: 0,
1925
- charSet: 1,
1926
- checked: 0,
1927
- children: 0,
1928
- cite: 0,
1929
- class: "className",
1930
- classID: 1,
1931
- className: 1,
1932
- cols: 0,
1933
- colSpan: 1,
1934
- content: 0,
1935
- contentEditable: 1,
1936
- contextMenu: 1,
1937
- controls: 0,
1938
- controlsList: 1,
1939
- coords: 0,
1940
- crossOrigin: 1,
1941
- dangerouslySetInnerHTML: 1,
1942
- data: 0,
1943
- dateTime: 1,
1944
- default: 0,
1945
- defaultChecked: 1,
1946
- defaultValue: 1,
1947
- defer: 0,
1948
- dir: 0,
1949
- disabled: 0,
1950
- disablePictureInPicture: 1,
1951
- disableRemotePlayback: 1,
1952
- download: 0,
1953
- draggable: 0,
1954
- encType: 1,
1955
- enterKeyHint: 1,
1956
- for: "htmlFor",
1957
- form: 0,
1958
- formMethod: 1,
1959
- formAction: 1,
1960
- formEncType: 1,
1961
- formNoValidate: 1,
1962
- formTarget: 1,
1963
- frameBorder: 1,
1964
- headers: 0,
1965
- height: 0,
1966
- hidden: 0,
1967
- high: 0,
1968
- href: 0,
1969
- hrefLang: 1,
1970
- htmlFor: 1,
1971
- httpEquiv: 1,
1972
- "http-equiv": "httpEquiv",
1973
- icon: 0,
1974
- id: 0,
1975
- innerHTML: 1,
1976
- inputMode: 1,
1977
- integrity: 0,
1978
- is: 0,
1979
- itemID: 1,
1980
- itemProp: 1,
1981
- itemRef: 1,
1982
- itemScope: 1,
1983
- itemType: 1,
1984
- keyParams: 1,
1985
- keyType: 1,
1986
- kind: 0,
1987
- label: 0,
1988
- lang: 0,
1989
- list: 0,
1990
- loop: 0,
1991
- low: 0,
1992
- manifest: 0,
1993
- marginWidth: 1,
1994
- marginHeight: 1,
1995
- max: 0,
1996
- maxLength: 1,
1997
- media: 0,
1998
- mediaGroup: 1,
1999
- method: 0,
2000
- min: 0,
2001
- minLength: 1,
2002
- multiple: 0,
2003
- muted: 0,
2004
- name: 0,
2005
- noModule: 1,
2006
- nonce: 0,
2007
- noValidate: 1,
2008
- open: 0,
2009
- optimum: 0,
2010
- pattern: 0,
2011
- placeholder: 0,
2012
- playsInline: 1,
2013
- poster: 0,
2014
- preload: 0,
2015
- profile: 0,
2016
- radioGroup: 1,
2017
- readOnly: 1,
2018
- referrerPolicy: 1,
2019
- rel: 0,
2020
- required: 0,
2021
- reversed: 0,
2022
- role: 0,
2023
- rows: 0,
2024
- rowSpan: 1,
2025
- sandbox: 0,
2026
- scope: 0,
2027
- scoped: 0,
2028
- scrolling: 0,
2029
- seamless: 0,
2030
- selected: 0,
2031
- shape: 0,
2032
- size: 0,
2033
- sizes: 0,
2034
- span: 0,
2035
- spellCheck: 1,
2036
- src: 0,
2037
- srcDoc: 1,
2038
- srcLang: 1,
2039
- srcSet: 1,
2040
- start: 0,
2041
- step: 0,
2042
- style: 0,
2043
- summary: 0,
2044
- tabIndex: 1,
2045
- target: 0,
2046
- title: 0,
2047
- type: 0,
2048
- useMap: 1,
2049
- value: 0,
2050
- width: 0,
2051
- wmode: 0,
2052
- wrap: 0,
2053
- about: 0,
2054
- accentHeight: 1,
2055
- "accent-height": "accentHeight",
2056
- accumulate: 0,
2057
- additive: 0,
2058
- alignmentBaseline: 1,
2059
- "alignment-baseline": "alignmentBaseline",
2060
- allowReorder: 1,
2061
- alphabetic: 0,
2062
- amplitude: 0,
2063
- arabicForm: 1,
2064
- "arabic-form": "arabicForm",
2065
- ascent: 0,
2066
- attributeName: 1,
2067
- attributeType: 1,
2068
- autoReverse: 1,
2069
- azimuth: 0,
2070
- baseFrequency: 1,
2071
- baselineShift: 1,
2072
- "baseline-shift": "baselineShift",
2073
- baseProfile: 1,
2074
- bbox: 0,
2075
- begin: 0,
2076
- bias: 0,
2077
- by: 0,
2078
- calcMode: 1,
2079
- capHeight: 1,
2080
- "cap-height": "capHeight",
2081
- clip: 0,
2082
- clipPath: 1,
2083
- "clip-path": "clipPath",
2084
- clipPathUnits: 1,
2085
- clipRule: 1,
2086
- "clip-rule": "clipRule",
2087
- color: 0,
2088
- colorInterpolation: 1,
2089
- "color-interpolation": "colorInterpolation",
2090
- colorInterpolationFilters: 1,
2091
- "color-interpolation-filters": "colorInterpolationFilters",
2092
- colorProfile: 1,
2093
- "color-profile": "colorProfile",
2094
- colorRendering: 1,
2095
- "color-rendering": "colorRendering",
2096
- contentScriptType: 1,
2097
- contentStyleType: 1,
2098
- cursor: 0,
2099
- cx: 0,
2100
- cy: 0,
2101
- d: 0,
2102
- datatype: 0,
2103
- decelerate: 0,
2104
- descent: 0,
2105
- diffuseConstant: 1,
2106
- direction: 0,
2107
- display: 0,
2108
- divisor: 0,
2109
- dominantBaseline: 1,
2110
- "dominant-baseline": "dominantBaseline",
2111
- dur: 0,
2112
- dx: 0,
2113
- dy: 0,
2114
- edgeMode: 1,
2115
- elevation: 0,
2116
- enableBackground: 1,
2117
- "enable-background": "enableBackground",
2118
- end: 0,
2119
- exponent: 0,
2120
- externalResourcesRequired: 1,
2121
- fill: 0,
2122
- fillOpacity: 1,
2123
- "fill-opacity": "fillOpacity",
2124
- fillRule: 1,
2125
- "fill-rule": "fillRule",
2126
- filter: 0,
2127
- filterRes: 1,
2128
- filterUnits: 1,
2129
- floodOpacity: 1,
2130
- "flood-opacity": "floodOpacity",
2131
- floodColor: 1,
2132
- "flood-color": "floodColor",
2133
- focusable: 0,
2134
- fontFamily: 1,
2135
- "font-family": "fontFamily",
2136
- fontSize: 1,
2137
- "font-size": "fontSize",
2138
- fontSizeAdjust: 1,
2139
- "font-size-adjust": "fontSizeAdjust",
2140
- fontStretch: 1,
2141
- "font-stretch": "fontStretch",
2142
- fontStyle: 1,
2143
- "font-style": "fontStyle",
2144
- fontVariant: 1,
2145
- "font-variant": "fontVariant",
2146
- fontWeight: 1,
2147
- "font-weight": "fontWeight",
2148
- format: 0,
2149
- from: 0,
2150
- fx: 0,
2151
- fy: 0,
2152
- g1: 0,
2153
- g2: 0,
2154
- glyphName: 1,
2155
- "glyph-name": "glyphName",
2156
- glyphOrientationHorizontal: 1,
2157
- "glyph-orientation-horizontal": "glyphOrientationHorizontal",
2158
- glyphOrientationVertical: 1,
2159
- "glyph-orientation-vertical": "glyphOrientationVertical",
2160
- glyphRef: 1,
2161
- gradientTransform: 1,
2162
- gradientUnits: 1,
2163
- hanging: 0,
2164
- horizAdvX: 1,
2165
- "horiz-adv-x": "horizAdvX",
2166
- horizOriginX: 1,
2167
- "horiz-origin-x": "horizOriginX",
2168
- ideographic: 0,
2169
- imageRendering: 1,
2170
- "image-rendering": "imageRendering",
2171
- in2: 0,
2172
- in: 0,
2173
- inlist: 0,
2174
- intercept: 0,
2175
- k1: 0,
2176
- k2: 0,
2177
- k3: 0,
2178
- k4: 0,
2179
- k: 0,
2180
- kernelMatrix: 1,
2181
- kernelUnitLength: 1,
2182
- kerning: 0,
2183
- keyPoints: 1,
2184
- keySplines: 1,
2185
- keyTimes: 1,
2186
- lengthAdjust: 1,
2187
- letterSpacing: 1,
2188
- "letter-spacing": "letterSpacing",
2189
- lightingColor: 1,
2190
- "lighting-color": "lightingColor",
2191
- limitingConeAngle: 1,
2192
- local: 0,
2193
- markerEnd: 1,
2194
- "marker-end": "markerEnd",
2195
- markerHeight: 1,
2196
- markerMid: 1,
2197
- "marker-mid": "markerMid",
2198
- markerStart: 1,
2199
- "marker-start": "markerStart",
2200
- markerUnits: 1,
2201
- markerWidth: 1,
2202
- mask: 0,
2203
- maskContentUnits: 1,
2204
- maskUnits: 1,
2205
- mathematical: 0,
2206
- mode: 0,
2207
- numOctaves: 1,
2208
- offset: 0,
2209
- opacity: 0,
2210
- operator: 0,
2211
- order: 0,
2212
- orient: 0,
2213
- orientation: 0,
2214
- origin: 0,
2215
- overflow: 0,
2216
- overlinePosition: 1,
2217
- "overline-position": "overlinePosition",
2218
- overlineThickness: 1,
2219
- "overline-thickness": "overlineThickness",
2220
- paintOrder: 1,
2221
- "paint-order": "paintOrder",
2222
- panose1: 0,
2223
- "panose-1": "panose1",
2224
- pathLength: 1,
2225
- patternContentUnits: 1,
2226
- patternTransform: 1,
2227
- patternUnits: 1,
2228
- pointerEvents: 1,
2229
- "pointer-events": "pointerEvents",
2230
- points: 0,
2231
- pointsAtX: 1,
2232
- pointsAtY: 1,
2233
- pointsAtZ: 1,
2234
- prefix: 0,
2235
- preserveAlpha: 1,
2236
- preserveAspectRatio: 1,
2237
- primitiveUnits: 1,
2238
- property: 0,
2239
- r: 0,
2240
- radius: 0,
2241
- refX: 1,
2242
- refY: 1,
2243
- renderingIntent: 1,
2244
- "rendering-intent": "renderingIntent",
2245
- repeatCount: 1,
2246
- repeatDur: 1,
2247
- requiredExtensions: 1,
2248
- requiredFeatures: 1,
2249
- resource: 0,
2250
- restart: 0,
2251
- result: 0,
2252
- results: 0,
2253
- rotate: 0,
2254
- rx: 0,
2255
- ry: 0,
2256
- scale: 0,
2257
- security: 0,
2258
- seed: 0,
2259
- shapeRendering: 1,
2260
- "shape-rendering": "shapeRendering",
2261
- slope: 0,
2262
- spacing: 0,
2263
- specularConstant: 1,
2264
- specularExponent: 1,
2265
- speed: 0,
2266
- spreadMethod: 1,
2267
- startOffset: 1,
2268
- stdDeviation: 1,
2269
- stemh: 0,
2270
- stemv: 0,
2271
- stitchTiles: 1,
2272
- stopColor: 1,
2273
- "stop-color": "stopColor",
2274
- stopOpacity: 1,
2275
- "stop-opacity": "stopOpacity",
2276
- strikethroughPosition: 1,
2277
- "strikethrough-position": "strikethroughPosition",
2278
- strikethroughThickness: 1,
2279
- "strikethrough-thickness": "strikethroughThickness",
2280
- string: 0,
2281
- stroke: 0,
2282
- strokeDasharray: 1,
2283
- "stroke-dasharray": "strokeDasharray",
2284
- strokeDashoffset: 1,
2285
- "stroke-dashoffset": "strokeDashoffset",
2286
- strokeLinecap: 1,
2287
- "stroke-linecap": "strokeLinecap",
2288
- strokeLinejoin: 1,
2289
- "stroke-linejoin": "strokeLinejoin",
2290
- strokeMiterlimit: 1,
2291
- "stroke-miterlimit": "strokeMiterlimit",
2292
- strokeWidth: 1,
2293
- "stroke-width": "strokeWidth",
2294
- strokeOpacity: 1,
2295
- "stroke-opacity": "strokeOpacity",
2296
- suppressContentEditableWarning: 1,
2297
- suppressHydrationWarning: 1,
2298
- surfaceScale: 1,
2299
- systemLanguage: 1,
2300
- tableValues: 1,
2301
- targetX: 1,
2302
- targetY: 1,
2303
- textAnchor: 1,
2304
- "text-anchor": "textAnchor",
2305
- textDecoration: 1,
2306
- "text-decoration": "textDecoration",
2307
- textLength: 1,
2308
- textRendering: 1,
2309
- "text-rendering": "textRendering",
2310
- to: 0,
2311
- transform: 0,
2312
- typeof: 0,
2313
- u1: 0,
2314
- u2: 0,
2315
- underlinePosition: 1,
2316
- "underline-position": "underlinePosition",
2317
- underlineThickness: 1,
2318
- "underline-thickness": "underlineThickness",
2319
- unicode: 0,
2320
- unicodeBidi: 1,
2321
- "unicode-bidi": "unicodeBidi",
2322
- unicodeRange: 1,
2323
- "unicode-range": "unicodeRange",
2324
- unitsPerEm: 1,
2325
- "units-per-em": "unitsPerEm",
2326
- unselectable: 0,
2327
- vAlphabetic: 1,
2328
- "v-alphabetic": "vAlphabetic",
2329
- values: 0,
2330
- vectorEffect: 1,
2331
- "vector-effect": "vectorEffect",
2332
- version: 0,
2333
- vertAdvY: 1,
2334
- "vert-adv-y": "vertAdvY",
2335
- vertOriginX: 1,
2336
- "vert-origin-x": "vertOriginX",
2337
- vertOriginY: 1,
2338
- "vert-origin-y": "vertOriginY",
2339
- vHanging: 1,
2340
- "v-hanging": "vHanging",
2341
- vIdeographic: 1,
2342
- "v-ideographic": "vIdeographic",
2343
- viewBox: 1,
2344
- viewTarget: 1,
2345
- visibility: 0,
2346
- vMathematical: 1,
2347
- "v-mathematical": "vMathematical",
2348
- vocab: 0,
2349
- widths: 0,
2350
- wordSpacing: 1,
2351
- "word-spacing": "wordSpacing",
2352
- writingMode: 1,
2353
- "writing-mode": "writingMode",
2354
- x1: 0,
2355
- x2: 0,
2356
- x: 0,
2357
- xChannelSelector: 1,
2358
- xHeight: 1,
2359
- "x-height": "xHeight",
2360
- xlinkActuate: 1,
2361
- "xlink:actuate": "xlinkActuate",
2362
- xlinkArcrole: 1,
2363
- "xlink:arcrole": "xlinkArcrole",
2364
- xlinkHref: 1,
2365
- "xlink:href": "xlinkHref",
2366
- xlinkRole: 1,
2367
- "xlink:role": "xlinkRole",
2368
- xlinkShow: 1,
2369
- "xlink:show": "xlinkShow",
2370
- xlinkTitle: 1,
2371
- "xlink:title": "xlinkTitle",
2372
- xlinkType: 1,
2373
- "xlink:type": "xlinkType",
2374
- xmlBase: 1,
2375
- "xml:base": "xmlBase",
2376
- xmlLang: 1,
2377
- "xml:lang": "xmlLang",
2378
- xmlns: 0,
2379
- "xml:space": "xmlSpace",
2380
- xmlnsXlink: 1,
2381
- "xmlns:xlink": "xmlnsXlink",
2382
- xmlSpace: 1,
2383
- y1: 0,
2384
- y2: 0,
2385
- y: 0,
2386
- yChannelSelector: 1,
2387
- z: 0,
2388
- zoomAndPan: 1
2389
- };
2390
- Object.defineProperty(te, "__esModule", { value: !0 });
2391
- function Ji(e, t) {
2392
- return eo(e) || to(e, t) || no(e, t) || ro();
2393
- }
2394
- function eo(e) {
2395
- if (Array.isArray(e))
2396
- return e;
2397
- }
2398
- function to(e, t) {
2399
- var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
2400
- if (n != null) {
2401
- var r = [], a = !0, p = !1, m, l;
2402
- try {
2403
- for (n = n.call(e); !(a = (m = n.next()).done) && (r.push(m.value), !(t && r.length === t)); a = !0)
2404
- ;
2405
- } catch (o) {
2406
- p = !0, l = o;
2407
- } finally {
2408
- try {
2409
- !a && n.return != null && n.return();
2410
- } finally {
2411
- if (p)
2412
- throw l;
2413
- }
2414
- }
2415
- return r;
2416
- }
2417
- }
2418
- function no(e, t) {
2419
- if (e) {
2420
- if (typeof e == "string")
2421
- return kn(e, t);
2422
- var n = Object.prototype.toString.call(e).slice(8, -1);
2423
- if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set")
2424
- return Array.from(e);
2425
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
2426
- return kn(e, t);
2427
- }
2428
- }
2429
- function kn(e, t) {
2430
- (t == null || t > e.length) && (t = e.length);
2431
- for (var n = 0, r = new Array(t); n < t; n++)
2432
- r[n] = e[n];
2433
- return r;
2434
- }
2435
- function ro() {
2436
- throw new TypeError(`Invalid attempt to destructure non-iterable instance.
2437
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
2438
- }
2439
- var Gr = 0, fe = 1, ht = 2, vt = 3, rn = 4, $r = 5, Vr = 6;
2440
- function io(e) {
2441
- return $.hasOwnProperty(e) ? $[e] : null;
2442
- }
2443
- function X(e, t, n, r, a, p, m) {
2444
- this.acceptsBooleans = t === ht || t === vt || t === rn, this.attributeName = r, this.attributeNamespace = a, this.mustUseProperty = n, this.propertyName = e, this.type = t, this.sanitizeURL = p, this.removeEmptyString = m;
2445
- }
2446
- var $ = {}, oo = [
2447
- "children",
2448
- "dangerouslySetInnerHTML",
2449
- // TODO: This prevents the assignment of defaultValue to regular
2450
- // elements (not just inputs). Now that ReactDOMInput assigns to the
2451
- // defaultValue property -- do we need this?
2452
- "defaultValue",
2453
- "defaultChecked",
2454
- "innerHTML",
2455
- "suppressContentEditableWarning",
2456
- "suppressHydrationWarning",
2457
- "style"
2458
- ];
2459
- oo.forEach(function(e) {
2460
- $[e] = new X(
2461
- e,
2462
- Gr,
2463
- !1,
2464
- // mustUseProperty
2465
- e,
2466
- // attributeName
2467
- null,
2468
- // attributeNamespace
2469
- !1,
2470
- // sanitizeURL
2471
- !1
2472
- );
2473
- });
2474
- [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
2475
- var t = Ji(e, 2), n = t[0], r = t[1];
2476
- $[n] = new X(
2477
- n,
2478
- fe,
2479
- !1,
2480
- // mustUseProperty
2481
- r,
2482
- // attributeName
2483
- null,
2484
- // attributeNamespace
2485
- !1,
2486
- // sanitizeURL
2487
- !1
2488
- );
2489
- });
2490
- ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
2491
- $[e] = new X(
2492
- e,
2493
- ht,
2494
- !1,
2495
- // mustUseProperty
2496
- e.toLowerCase(),
2497
- // attributeName
2498
- null,
2499
- // attributeNamespace
2500
- !1,
2501
- // sanitizeURL
2502
- !1
2503
- );
2504
- });
2505
- ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
2506
- $[e] = new X(
2507
- e,
2508
- ht,
2509
- !1,
2510
- // mustUseProperty
2511
- e,
2512
- // attributeName
2513
- null,
2514
- // attributeNamespace
2515
- !1,
2516
- // sanitizeURL
2517
- !1
2518
- );
2519
- });
2520
- [
2521
- "allowFullScreen",
2522
- "async",
2523
- // Note: there is a special case that prevents it from being written to the DOM
2524
- // on the client side because the browsers are inconsistent. Instead we call focus().
2525
- "autoFocus",
2526
- "autoPlay",
2527
- "controls",
2528
- "default",
2529
- "defer",
2530
- "disabled",
2531
- "disablePictureInPicture",
2532
- "disableRemotePlayback",
2533
- "formNoValidate",
2534
- "hidden",
2535
- "loop",
2536
- "noModule",
2537
- "noValidate",
2538
- "open",
2539
- "playsInline",
2540
- "readOnly",
2541
- "required",
2542
- "reversed",
2543
- "scoped",
2544
- "seamless",
2545
- // Microdata
2546
- "itemScope"
2547
- ].forEach(function(e) {
2548
- $[e] = new X(
2549
- e,
2550
- vt,
2551
- !1,
2552
- // mustUseProperty
2553
- e.toLowerCase(),
2554
- // attributeName
2555
- null,
2556
- // attributeNamespace
2557
- !1,
2558
- // sanitizeURL
2559
- !1
2560
- );
2561
- });
2562
- [
2563
- "checked",
2564
- // Note: `option.selected` is not updated if `select.multiple` is
2565
- // disabled with `removeAttribute`. We have special logic for handling this.
2566
- "multiple",
2567
- "muted",
2568
- "selected"
2569
- // NOTE: if you add a camelCased prop to this list,
2570
- // you'll need to set attributeName to name.toLowerCase()
2571
- // instead in the assignment below.
2572
- ].forEach(function(e) {
2573
- $[e] = new X(
2574
- e,
2575
- vt,
2576
- !0,
2577
- // mustUseProperty
2578
- e,
2579
- // attributeName
2580
- null,
2581
- // attributeNamespace
2582
- !1,
2583
- // sanitizeURL
2584
- !1
2585
- );
2586
- });
2587
- [
2588
- "capture",
2589
- "download"
2590
- // NOTE: if you add a camelCased prop to this list,
2591
- // you'll need to set attributeName to name.toLowerCase()
2592
- // instead in the assignment below.
2593
- ].forEach(function(e) {
2594
- $[e] = new X(
2595
- e,
2596
- rn,
2597
- !1,
2598
- // mustUseProperty
2599
- e,
2600
- // attributeName
2601
- null,
2602
- // attributeNamespace
2603
- !1,
2604
- // sanitizeURL
2605
- !1
2606
- );
2607
- });
2608
- [
2609
- "cols",
2610
- "rows",
2611
- "size",
2612
- "span"
2613
- // NOTE: if you add a camelCased prop to this list,
2614
- // you'll need to set attributeName to name.toLowerCase()
2615
- // instead in the assignment below.
2616
- ].forEach(function(e) {
2617
- $[e] = new X(
2618
- e,
2619
- Vr,
2620
- !1,
2621
- // mustUseProperty
2622
- e,
2623
- // attributeName
2624
- null,
2625
- // attributeNamespace
2626
- !1,
2627
- // sanitizeURL
2628
- !1
2629
- );
2630
- });
2631
- ["rowSpan", "start"].forEach(function(e) {
2632
- $[e] = new X(
2633
- e,
2634
- $r,
2635
- !1,
2636
- // mustUseProperty
2637
- e.toLowerCase(),
2638
- // attributeName
2639
- null,
2640
- // attributeNamespace
2641
- !1,
2642
- // sanitizeURL
2643
- !1
2644
- );
2645
- });
2646
- var on = /[\-\:]([a-z])/g, an = function(t) {
2647
- return t[1].toUpperCase();
2648
- };
2649
- [
2650
- "accent-height",
2651
- "alignment-baseline",
2652
- "arabic-form",
2653
- "baseline-shift",
2654
- "cap-height",
2655
- "clip-path",
2656
- "clip-rule",
2657
- "color-interpolation",
2658
- "color-interpolation-filters",
2659
- "color-profile",
2660
- "color-rendering",
2661
- "dominant-baseline",
2662
- "enable-background",
2663
- "fill-opacity",
2664
- "fill-rule",
2665
- "flood-color",
2666
- "flood-opacity",
2667
- "font-family",
2668
- "font-size",
2669
- "font-size-adjust",
2670
- "font-stretch",
2671
- "font-style",
2672
- "font-variant",
2673
- "font-weight",
2674
- "glyph-name",
2675
- "glyph-orientation-horizontal",
2676
- "glyph-orientation-vertical",
2677
- "horiz-adv-x",
2678
- "horiz-origin-x",
2679
- "image-rendering",
2680
- "letter-spacing",
2681
- "lighting-color",
2682
- "marker-end",
2683
- "marker-mid",
2684
- "marker-start",
2685
- "overline-position",
2686
- "overline-thickness",
2687
- "paint-order",
2688
- "panose-1",
2689
- "pointer-events",
2690
- "rendering-intent",
2691
- "shape-rendering",
2692
- "stop-color",
2693
- "stop-opacity",
2694
- "strikethrough-position",
2695
- "strikethrough-thickness",
2696
- "stroke-dasharray",
2697
- "stroke-dashoffset",
2698
- "stroke-linecap",
2699
- "stroke-linejoin",
2700
- "stroke-miterlimit",
2701
- "stroke-opacity",
2702
- "stroke-width",
2703
- "text-anchor",
2704
- "text-decoration",
2705
- "text-rendering",
2706
- "underline-position",
2707
- "underline-thickness",
2708
- "unicode-bidi",
2709
- "unicode-range",
2710
- "units-per-em",
2711
- "v-alphabetic",
2712
- "v-hanging",
2713
- "v-ideographic",
2714
- "v-mathematical",
2715
- "vector-effect",
2716
- "vert-adv-y",
2717
- "vert-origin-x",
2718
- "vert-origin-y",
2719
- "word-spacing",
2720
- "writing-mode",
2721
- "xmlns:xlink",
2722
- "x-height"
2723
- // NOTE: if you add a camelCased prop to this list,
2724
- // you'll need to set attributeName to name.toLowerCase()
2725
- // instead in the assignment below.
2726
- ].forEach(function(e) {
2727
- var t = e.replace(on, an);
2728
- $[t] = new X(
2729
- t,
2730
- fe,
2731
- !1,
2732
- // mustUseProperty
2733
- e,
2734
- null,
2735
- // attributeNamespace
2736
- !1,
2737
- // sanitizeURL
2738
- !1
2739
- );
2740
- });
2741
- [
2742
- "xlink:actuate",
2743
- "xlink:arcrole",
2744
- "xlink:role",
2745
- "xlink:show",
2746
- "xlink:title",
2747
- "xlink:type"
2748
- // NOTE: if you add a camelCased prop to this list,
2749
- // you'll need to set attributeName to name.toLowerCase()
2750
- // instead in the assignment below.
2751
- ].forEach(function(e) {
2752
- var t = e.replace(on, an);
2753
- $[t] = new X(
2754
- t,
2755
- fe,
2756
- !1,
2757
- // mustUseProperty
2758
- e,
2759
- "http://www.w3.org/1999/xlink",
2760
- !1,
2761
- // sanitizeURL
2762
- !1
2763
- );
2764
- });
2765
- [
2766
- "xml:base",
2767
- "xml:lang",
2768
- "xml:space"
2769
- // NOTE: if you add a camelCased prop to this list,
2770
- // you'll need to set attributeName to name.toLowerCase()
2771
- // instead in the assignment below.
2772
- ].forEach(function(e) {
2773
- var t = e.replace(on, an);
2774
- $[t] = new X(
2775
- t,
2776
- fe,
2777
- !1,
2778
- // mustUseProperty
2779
- e,
2780
- "http://www.w3.org/XML/1998/namespace",
2781
- !1,
2782
- // sanitizeURL
2783
- !1
2784
- );
2785
- });
2786
- ["tabIndex", "crossOrigin"].forEach(function(e) {
2787
- $[e] = new X(
2788
- e,
2789
- fe,
2790
- !1,
2791
- // mustUseProperty
2792
- e.toLowerCase(),
2793
- // attributeName
2794
- null,
2795
- // attributeNamespace
2796
- !1,
2797
- // sanitizeURL
2798
- !1
2799
- );
2800
- });
2801
- var ao = "xlinkHref";
2802
- $[ao] = new X(
2803
- "xlinkHref",
2804
- fe,
2805
- !1,
2806
- // mustUseProperty
2807
- "xlink:href",
2808
- "http://www.w3.org/1999/xlink",
2809
- !0,
2810
- // sanitizeURL
2811
- !1
2812
- );
2813
- ["src", "href", "action", "formAction"].forEach(function(e) {
2814
- $[e] = new X(
2815
- e,
2816
- fe,
2817
- !1,
2818
- // mustUseProperty
2819
- e.toLowerCase(),
2820
- // attributeName
2821
- null,
2822
- // attributeNamespace
2823
- !0,
2824
- // sanitizeURL
2825
- !0
2826
- );
2827
- });
2828
- var ln = mt, lo = ln.CAMELCASE, so = ln.SAME, Ln = ln.possibleStandardNames, co = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", uo = co + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", fo = RegExp.prototype.test.bind(
2829
- // eslint-disable-next-line no-misleading-character-class
2830
- new RegExp("^(data|aria)-[" + uo + "]*$")
2831
- ), po = Object.keys(Ln).reduce(function(e, t) {
2832
- var n = Ln[t];
2833
- return n === so ? e[t] = t : n === lo ? e[t.toLowerCase()] = t : e[t] = n, e;
2834
- }, {});
2835
- te.BOOLEAN = vt;
2836
- te.BOOLEANISH_STRING = ht;
2837
- te.NUMERIC = $r;
2838
- te.OVERLOADED_BOOLEAN = rn;
2839
- te.POSITIVE_NUMERIC = Vr;
2840
- te.RESERVED = Gr;
2841
- te.STRING = fe;
2842
- te.getPropertyInfo = io;
2843
- te.isCustomAttribute = fo;
2844
- te.possibleStandardNames = po;
2845
- var sn = {}, cn = { exports: {} }, jn = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, mo = /\n/g, ho = /^\s*/, vo = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, go = /^:\s*/, yo = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, _o = /^[;\s]*/, To = /^\s+|\s+$/g, Eo = `
2846
- `, Fn = "/", Un = "*", _e = "", bo = "comment", Oo = "declaration", Co = function(e, t) {
2847
- if (typeof e != "string")
2848
- throw new TypeError("First argument must be a string");
2849
- if (!e)
2850
- return [];
2851
- t = t || {};
2852
- var n = 1, r = 1;
2853
- function a(v) {
2854
- var f = v.match(mo);
2855
- f && (n += f.length);
2856
- var u = v.lastIndexOf(Eo);
2857
- r = ~u ? v.length - u : r + v.length;
2858
- }
2859
- function p() {
2860
- var v = { line: n, column: r };
2861
- return function(f) {
2862
- return f.position = new m(v), s(), f;
2863
- };
2864
- }
2865
- function m(v) {
2866
- this.start = v, this.end = { line: n, column: r }, this.source = t.source;
2867
- }
2868
- m.prototype.content = e;
2869
- function l(v) {
2870
- var f = new Error(
2871
- t.source + ":" + n + ":" + r + ": " + v
2872
- );
2873
- if (f.reason = v, f.filename = t.source, f.line = n, f.column = r, f.source = e, !t.silent)
2874
- throw f;
2875
- }
2876
- function o(v) {
2877
- var f = v.exec(e);
2878
- if (f) {
2879
- var u = f[0];
2880
- return a(u), e = e.slice(u.length), f;
2881
- }
2882
- }
2883
- function s() {
2884
- o(ho);
2885
- }
2886
- function _(v) {
2887
- var f;
2888
- for (v = v || []; f = w(); )
2889
- f !== !1 && v.push(f);
2890
- return v;
2891
- }
2892
- function w() {
2893
- var v = p();
2894
- if (!(Fn != e.charAt(0) || Un != e.charAt(1))) {
2895
- for (var f = 2; _e != e.charAt(f) && (Un != e.charAt(f) || Fn != e.charAt(f + 1)); )
2896
- ++f;
2897
- if (f += 2, _e === e.charAt(f - 1))
2898
- return l("End of comment missing");
2899
- var u = e.slice(2, f - 2);
2900
- return r += 2, a(u), e = e.slice(f), r += 2, v({
2901
- type: bo,
2902
- comment: u
2903
- });
2904
- }
2905
- }
2906
- function M() {
2907
- var v = p(), f = o(vo);
2908
- if (f) {
2909
- if (w(), !o(go))
2910
- return l("property missing ':'");
2911
- var u = o(yo), b = v({
2912
- type: Oo,
2913
- property: Hn(f[0].replace(jn, _e)),
2914
- value: u ? Hn(u[0].replace(jn, _e)) : _e
2915
- });
2916
- return o(_o), b;
2917
- }
2918
- }
2919
- function d() {
2920
- var v = [];
2921
- _(v);
2922
- for (var f; f = M(); )
2923
- f !== !1 && (v.push(f), _(v));
2924
- return v;
2925
- }
2926
- return s(), d();
2927
- };
2928
- function Hn(e) {
2929
- return e ? e.replace(To, _e) : _e;
2930
- }
2931
- var wo = Co;
2932
- function Xr(e, t) {
2933
- var n = null;
2934
- if (!e || typeof e != "string")
2935
- return n;
2936
- for (var r, a = wo(e), p = typeof t == "function", m, l, o = 0, s = a.length; o < s; o++)
2937
- r = a[o], m = r.property, l = r.value, p ? t(m, l, r) : l && (n || (n = {}), n[m] = l);
2938
- return n;
2939
- }
2940
- cn.exports = Xr;
2941
- cn.exports.default = Xr;
2942
- var Ao = cn.exports, gt = {};
2943
- Object.defineProperty(gt, "__esModule", { value: !0 });
2944
- gt.camelCase = void 0;
2945
- var So = /^--[a-zA-Z0-9-]+$/, xo = /-([a-z])/g, No = /^[^-]+$/, Po = /^-(webkit|moz|ms|o|khtml)-/, Do = /^-(ms)-/, Ro = function(e) {
2946
- return !e || No.test(e) || So.test(e);
2947
- }, Io = function(e, t) {
2948
- return t.toUpperCase();
2949
- }, zn = function(e, t) {
2950
- return "".concat(t, "-");
2951
- }, Mo = function(e, t) {
2952
- return t === void 0 && (t = {}), Ro(e) ? e : (e = e.toLowerCase(), t.reactCompat ? e = e.replace(Do, zn) : e = e.replace(Po, zn), e.replace(xo, Io));
2953
- };
2954
- gt.camelCase = Mo;
2955
- var ko = G && G.__importDefault || function(e) {
2956
- return e && e.__esModule ? e : { default: e };
2957
- };
2958
- Object.defineProperty(sn, "__esModule", { value: !0 });
2959
- var Lo = ko(Ao), jo = gt;
2960
- function Fo(e, t) {
2961
- var n = {};
2962
- return !e || typeof e != "string" || (0, Lo.default)(e, function(r, a) {
2963
- r && a && (n[(0, jo.camelCase)(r, t)] = a);
2964
- }), n;
2965
- }
2966
- sn.default = Fo;
2967
- var Uo = Te, Ho = sn.default;
2968
- function zo(e, t) {
2969
- if (!e || typeof e != "object")
2970
- throw new TypeError("First argument must be an object");
2971
- var n = typeof t == "function", r = {}, a = {};
2972
- for (var p in e) {
2973
- var m = e[p];
2974
- if (n && (r = t(p, m), r && r.length === 2)) {
2975
- a[r[0]] = r[1];
2976
- continue;
2977
- }
2978
- typeof m == "string" && (a[m] = p);
2979
- }
2980
- return a;
2981
- }
2982
- var Bo = /* @__PURE__ */ new Set([
2983
- "annotation-xml",
2984
- "color-profile",
2985
- "font-face",
2986
- "font-face-src",
2987
- "font-face-uri",
2988
- "font-face-format",
2989
- "font-face-name",
2990
- "missing-glyph"
2991
- ]);
2992
- function Wo(e, t) {
2993
- return e.indexOf("-") === -1 ? t && typeof t.is == "string" : !Bo.has(e);
2994
- }
2995
- var Go = { reactCompat: !0 };
2996
- function $o(e, t) {
2997
- if (e != null)
2998
- try {
2999
- t.style = Ho(e, Go);
3000
- } catch {
3001
- t.style = {};
3002
- }
3003
- }
3004
- var Vo = Uo.version.split(".")[0] >= 16, Yr = /* @__PURE__ */ new Set([
3005
- "tr",
3006
- "tbody",
3007
- "thead",
3008
- "tfoot",
3009
- "colgroup",
3010
- "table",
3011
- "head",
3012
- "html",
3013
- "frameset"
3014
- ]);
3015
- function Xo(e) {
3016
- return !Yr.has(e.name);
3017
- }
3018
- function Yo(e) {
3019
- return e;
3020
- }
3021
- var qr = {
3022
- PRESERVE_CUSTOM_ATTRIBUTES: Vo,
3023
- ELEMENTS_WITH_NO_TEXT_CHILDREN: Yr,
3024
- invertObject: zo,
3025
- isCustomComponent: Wo,
3026
- setStyleProp: $o,
3027
- canTextBeChildOfNode: Xo,
3028
- returnFirstArg: Yo
3029
- }, Le = te, Bn = qr, qo = ["checked", "value"], Zo = ["input", "select", "textarea"], Ko = {
3030
- reset: !0,
3031
- submit: !0
3032
- }, Zr = function(t, n) {
3033
- t = t || {};
3034
- var r, a, p, m, l, o = {}, s = t.type && Ko[t.type];
3035
- for (r in t) {
3036
- if (p = t[r], Le.isCustomAttribute(r)) {
3037
- o[r] = p;
3038
- continue;
3039
- }
3040
- if (a = r.toLowerCase(), m = Wn(a), m) {
3041
- switch (l = Le.getPropertyInfo(m), qo.indexOf(m) !== -1 && Zo.indexOf(n) !== -1 && !s && (m = Wn("default" + a)), o[m] = p, l && l.type) {
3042
- case Le.BOOLEAN:
3043
- o[m] = !0;
3044
- break;
3045
- case Le.OVERLOADED_BOOLEAN:
3046
- p === "" && (o[m] = !0);
3047
- break;
3048
- }
3049
- continue;
3050
- }
3051
- Bn.PRESERVE_CUSTOM_ATTRIBUTES && (o[r] = p);
3052
- }
3053
- return Bn.setStyleProp(t.style, o), o;
3054
- };
3055
- function Wn(e) {
3056
- return Le.possibleStandardNames[e];
3057
- }
3058
- var Qo = Te, Jo = Zr, Ue = qr, ea = Ue.setStyleProp, ta = Ue.canTextBeChildOfNode;
3059
- function Kr(e, t) {
3060
- t = t || {};
3061
- for (var n = t.library || Qo, r = n.cloneElement, a = n.createElement, p = n.isValidElement, m = [], l, o, s = typeof t.replace == "function", _ = t.transform || Ue.returnFirstArg, w, M, d, v = t.trim, f = 0, u = e.length; f < u; f++) {
3062
- if (l = e[f], s && (w = t.replace(l), p(w))) {
3063
- u > 1 && (w = r(w, {
3064
- key: w.key || f
3065
- })), m.push(_(w, l, f));
3066
- continue;
3067
- }
3068
- if (l.type === "text") {
3069
- if (o = !l.data.trim().length, o && l.parent && !ta(l.parent) || v && o)
3070
- continue;
3071
- m.push(_(l.data, l, f));
3072
- continue;
3073
- }
3074
- switch (M = l.attribs, na(l) ? ea(M.style, M) : M && (M = Jo(M, l.name)), d = null, l.type) {
3075
- case "script":
3076
- case "style":
3077
- l.children[0] && (M.dangerouslySetInnerHTML = {
3078
- __html: l.children[0].data
3079
- });
3080
- break;
3081
- case "tag":
3082
- l.name === "textarea" && l.children[0] ? M.defaultValue = l.children[0].data : l.children && l.children.length && (d = Kr(l.children, t));
3083
- break;
3084
- default:
3085
- continue;
3086
- }
3087
- u > 1 && (M.key = f), m.push(_(a(l.name, M, d), l, f));
3088
- }
3089
- return m.length === 1 ? m[0] : m;
3090
- }
3091
- function na(e) {
3092
- return Ue.PRESERVE_CUSTOM_ATTRIBUTES && e.type === "tag" && Ue.isCustomComponent(e.name, e.attribs);
3093
- }
3094
- var ra = Kr, yt = mr, Pe = Zi, ia = Zr, Qr = ra;
3095
- Pe = /* istanbul ignore next */
3096
- typeof Pe.default == "function" ? Pe.default : Pe;
3097
- var oa = { lowerCaseAttributeNames: !1 };
3098
- function ae(e, t) {
3099
- if (typeof e != "string")
3100
- throw new TypeError("First argument must be a string");
3101
- return e === "" ? [] : (t = t || {}, Qr(
3102
- Pe(e, t.htmlparser2 || oa),
3103
- t
3104
- ));
3105
- }
3106
- ae.domToReact = Qr;
3107
- ae.htmlToDOM = Pe;
3108
- ae.attributesToProps = ia;
3109
- ae.Comment = yt.Comment;
3110
- ae.Element = yt.Element;
3111
- ae.ProcessingInstruction = yt.ProcessingInstruction;
3112
- ae.Text = yt.Text;
3113
- var aa = ae;
3114
- ae.default = ae;
3115
- const pe = /* @__PURE__ */ Qn(aa);
3116
- pe.domToReact;
3117
- pe.htmlToDOM;
3118
- pe.attributesToProps;
3119
- pe.Comment;
3120
- pe.Element;
3121
- pe.ProcessingInstruction;
3122
- pe.Text;
3123
- /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
3124
- const {
3125
- entries: Jr,
3126
- setPrototypeOf: Gn,
3127
- isFrozen: la,
3128
- getPrototypeOf: sa,
3129
- getOwnPropertyDescriptor: ca
3130
- } = Object;
3131
- let {
3132
- freeze: V,
3133
- seal: ie,
3134
- create: ua
3135
- } = Object, {
3136
- apply: Bt,
3137
- construct: Wt
3138
- } = typeof Reflect < "u" && Reflect;
3139
- Bt || (Bt = function(t, n, r) {
3140
- return t.apply(n, r);
3141
- });
3142
- V || (V = function(t) {
3143
- return t;
3144
- });
3145
- ie || (ie = function(t) {
3146
- return t;
3147
- });
3148
- Wt || (Wt = function(t, n) {
3149
- return new t(...n);
3150
- });
3151
- const fa = J(Array.prototype.forEach), $n = J(Array.prototype.pop), Me = J(Array.prototype.push), rt = J(String.prototype.toLowerCase), Mt = J(String.prototype.toString), pa = J(String.prototype.match), re = J(String.prototype.replace), da = J(String.prototype.indexOf), ma = J(String.prototype.trim), Z = J(RegExp.prototype.test), ke = ha(TypeError);
3152
- function J(e) {
3153
- return function(t) {
3154
- for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), a = 1; a < n; a++)
3155
- r[a - 1] = arguments[a];
3156
- return Bt(e, t, r);
3157
- };
3158
- }
3159
- function ha(e) {
3160
- return function() {
3161
- for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
3162
- n[r] = arguments[r];
3163
- return Wt(e, n);
3164
- };
3165
- }
3166
- function N(e, t, n) {
3167
- var r;
3168
- n = (r = n) !== null && r !== void 0 ? r : rt, Gn && Gn(e, null);
3169
- let a = t.length;
3170
- for (; a--; ) {
3171
- let p = t[a];
3172
- if (typeof p == "string") {
3173
- const m = n(p);
3174
- m !== p && (la(t) || (t[a] = m), p = m);
3175
- }
3176
- e[p] = !0;
3177
- }
3178
- return e;
3179
- }
3180
- function Ne(e) {
3181
- const t = ua(null);
3182
- for (const [n, r] of Jr(e))
3183
- t[n] = r;
3184
- return t;
3185
- }
3186
- function tt(e, t) {
3187
- for (; e !== null; ) {
3188
- const r = ca(e, t);
3189
- if (r) {
3190
- if (r.get)
3191
- return J(r.get);
3192
- if (typeof r.value == "function")
3193
- return J(r.value);
3194
- }
3195
- e = sa(e);
3196
- }
3197
- function n(r) {
3198
- return console.warn("fallback value for", r), null;
3199
- }
3200
- return n;
3201
- }
3202
- const Vn = V(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), kt = V(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), Lt = V(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), va = V(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), jt = V(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), ga = V(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Xn = V(["#text"]), Yn = V(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), Ft = V(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), qn = V(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), nt = V(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ya = ie(/\{\{[\w\W]*|[\w\W]*\}\}/gm), _a = ie(/<%[\w\W]*|[\w\W]*%>/gm), Ta = ie(/\${[\w\W]*}/gm), Ea = ie(/^data-[\-\w.\u00B7-\uFFFF]/), ba = ie(/^aria-[\-\w]+$/), ei = ie(
3203
- /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
3204
- // eslint-disable-line no-useless-escape
3205
- ), Oa = ie(/^(?:\w+script|data):/i), Ca = ie(
3206
- /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
3207
- // eslint-disable-line no-control-regex
3208
- ), ti = ie(/^html$/i);
3209
- var Zn = /* @__PURE__ */ Object.freeze({
3210
- __proto__: null,
3211
- MUSTACHE_EXPR: ya,
3212
- ERB_EXPR: _a,
3213
- TMPLIT_EXPR: Ta,
3214
- DATA_ATTR: Ea,
3215
- ARIA_ATTR: ba,
3216
- IS_ALLOWED_URI: ei,
3217
- IS_SCRIPT_OR_DATA: Oa,
3218
- ATTR_WHITESPACE: Ca,
3219
- DOCTYPE_NAME: ti
3220
- });
3221
- const wa = () => typeof window > "u" ? null : window, Aa = function(t, n) {
3222
- if (typeof t != "object" || typeof t.createPolicy != "function")
3223
- return null;
3224
- let r = null;
3225
- const a = "data-tt-policy-suffix";
3226
- n && n.hasAttribute(a) && (r = n.getAttribute(a));
3227
- const p = "dompurify" + (r ? "#" + r : "");
3228
- try {
3229
- return t.createPolicy(p, {
3230
- createHTML(m) {
3231
- return m;
3232
- },
3233
- createScriptURL(m) {
3234
- return m;
3235
- }
3236
- });
3237
- } catch {
3238
- return console.warn("TrustedTypes policy " + p + " could not be created."), null;
3239
- }
3240
- };
3241
- function ni() {
3242
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : wa();
3243
- const t = (O) => ni(O);
3244
- if (t.version = "3.0.5", t.removed = [], !e || !e.document || e.document.nodeType !== 9)
3245
- return t.isSupported = !1, t;
3246
- const n = e.document, r = n.currentScript;
3247
- let {
3248
- document: a
3249
- } = e;
3250
- const {
3251
- DocumentFragment: p,
3252
- HTMLTemplateElement: m,
3253
- Node: l,
3254
- Element: o,
3255
- NodeFilter: s,
3256
- NamedNodeMap: _ = e.NamedNodeMap || e.MozNamedAttrMap,
3257
- HTMLFormElement: w,
3258
- DOMParser: M,
3259
- trustedTypes: d
3260
- } = e, v = o.prototype, f = tt(v, "cloneNode"), u = tt(v, "nextSibling"), b = tt(v, "childNodes"), A = tt(v, "parentNode");
3261
- if (typeof m == "function") {
3262
- const O = a.createElement("template");
3263
- O.content && O.content.ownerDocument && (a = O.content.ownerDocument);
3264
- }
3265
- let C, I = "";
3266
- const {
3267
- implementation: k,
3268
- createNodeIterator: K,
3269
- createDocumentFragment: y,
3270
- getElementsByTagName: x
3271
- } = a, {
3272
- importNode: c
3273
- } = n;
3274
- let g = {};
3275
- t.isSupported = typeof Jr == "function" && typeof A == "function" && k && k.createHTMLDocument !== void 0;
3276
- const {
3277
- MUSTACHE_EXPR: E,
3278
- ERB_EXPR: S,
3279
- TMPLIT_EXPR: R,
3280
- DATA_ATTR: F,
3281
- ARIA_ATTR: ne,
3282
- IS_SCRIPT_OR_DATA: de,
3283
- ATTR_WHITESPACE: Ee
3284
- } = Zn;
3285
- let {
3286
- IS_ALLOWED_URI: Be
3287
- } = Zn, z = null;
3288
- const Re = N({}, [...Vn, ...kt, ...Lt, ...jt, ...Xn]);
3289
- let H = null;
3290
- const We = N({}, [...Yn, ...Ft, ...qn, ...nt]);
3291
- let j = Object.seal(Object.create(null, {
3292
- tagNameCheck: {
3293
- writable: !0,
3294
- configurable: !1,
3295
- enumerable: !0,
3296
- value: null
3297
- },
3298
- attributeNameCheck: {
3299
- writable: !0,
3300
- configurable: !1,
3301
- enumerable: !0,
3302
- value: null
3303
- },
3304
- allowCustomizedBuiltInElements: {
3305
- writable: !0,
3306
- configurable: !1,
3307
- enumerable: !0,
3308
- value: !1
3309
- }
3310
- })), me = null, he = null, Ge = !0, be = !0, $e = !1, Ve = !0, Oe = !1, ve = !1, _t = !1, Tt = !1, Ce = !1, Xe = !1, Ye = !1, un = !0, fn = !1;
3311
- const ri = "user-content-";
3312
- let Et = !0, Ie = !1, we = {}, Ae = null;
3313
- const pn = N({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
3314
- let dn = null;
3315
- const mn = N({}, ["audio", "video", "img", "source", "image", "track"]);
3316
- let bt = null;
3317
- const hn = N({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), qe = "http://www.w3.org/1998/Math/MathML", Ze = "http://www.w3.org/2000/svg", le = "http://www.w3.org/1999/xhtml";
3318
- let Se = le, Ot = !1, Ct = null;
3319
- const ii = N({}, [qe, Ze, le], Mt);
3320
- let ge;
3321
- const oi = ["application/xhtml+xml", "text/html"], ai = "text/html";
3322
- let B, xe = null;
3323
- const li = a.createElement("form"), vn = function(i) {
3324
- return i instanceof RegExp || i instanceof Function;
3325
- }, wt = function(i) {
3326
- if (!(xe && xe === i)) {
3327
- if ((!i || typeof i != "object") && (i = {}), i = Ne(i), ge = // eslint-disable-next-line unicorn/prefer-includes
3328
- oi.indexOf(i.PARSER_MEDIA_TYPE) === -1 ? ge = ai : ge = i.PARSER_MEDIA_TYPE, B = ge === "application/xhtml+xml" ? Mt : rt, z = "ALLOWED_TAGS" in i ? N({}, i.ALLOWED_TAGS, B) : Re, H = "ALLOWED_ATTR" in i ? N({}, i.ALLOWED_ATTR, B) : We, Ct = "ALLOWED_NAMESPACES" in i ? N({}, i.ALLOWED_NAMESPACES, Mt) : ii, bt = "ADD_URI_SAFE_ATTR" in i ? N(
3329
- Ne(hn),
3330
- // eslint-disable-line indent
3331
- i.ADD_URI_SAFE_ATTR,
3332
- // eslint-disable-line indent
3333
- B
3334
- // eslint-disable-line indent
3335
- ) : hn, dn = "ADD_DATA_URI_TAGS" in i ? N(
3336
- Ne(mn),
3337
- // eslint-disable-line indent
3338
- i.ADD_DATA_URI_TAGS,
3339
- // eslint-disable-line indent
3340
- B
3341
- // eslint-disable-line indent
3342
- ) : mn, Ae = "FORBID_CONTENTS" in i ? N({}, i.FORBID_CONTENTS, B) : pn, me = "FORBID_TAGS" in i ? N({}, i.FORBID_TAGS, B) : {}, he = "FORBID_ATTR" in i ? N({}, i.FORBID_ATTR, B) : {}, we = "USE_PROFILES" in i ? i.USE_PROFILES : !1, Ge = i.ALLOW_ARIA_ATTR !== !1, be = i.ALLOW_DATA_ATTR !== !1, $e = i.ALLOW_UNKNOWN_PROTOCOLS || !1, Ve = i.ALLOW_SELF_CLOSE_IN_ATTR !== !1, Oe = i.SAFE_FOR_TEMPLATES || !1, ve = i.WHOLE_DOCUMENT || !1, Ce = i.RETURN_DOM || !1, Xe = i.RETURN_DOM_FRAGMENT || !1, Ye = i.RETURN_TRUSTED_TYPE || !1, Tt = i.FORCE_BODY || !1, un = i.SANITIZE_DOM !== !1, fn = i.SANITIZE_NAMED_PROPS || !1, Et = i.KEEP_CONTENT !== !1, Ie = i.IN_PLACE || !1, Be = i.ALLOWED_URI_REGEXP || ei, Se = i.NAMESPACE || le, j = i.CUSTOM_ELEMENT_HANDLING || {}, i.CUSTOM_ELEMENT_HANDLING && vn(i.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (j.tagNameCheck = i.CUSTOM_ELEMENT_HANDLING.tagNameCheck), i.CUSTOM_ELEMENT_HANDLING && vn(i.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (j.attributeNameCheck = i.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), i.CUSTOM_ELEMENT_HANDLING && typeof i.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (j.allowCustomizedBuiltInElements = i.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), Oe && (be = !1), Xe && (Ce = !0), we && (z = N({}, [...Xn]), H = [], we.html === !0 && (N(z, Vn), N(H, Yn)), we.svg === !0 && (N(z, kt), N(H, Ft), N(H, nt)), we.svgFilters === !0 && (N(z, Lt), N(H, Ft), N(H, nt)), we.mathMl === !0 && (N(z, jt), N(H, qn), N(H, nt))), i.ADD_TAGS && (z === Re && (z = Ne(z)), N(z, i.ADD_TAGS, B)), i.ADD_ATTR && (H === We && (H = Ne(H)), N(H, i.ADD_ATTR, B)), i.ADD_URI_SAFE_ATTR && N(bt, i.ADD_URI_SAFE_ATTR, B), i.FORBID_CONTENTS && (Ae === pn && (Ae = Ne(Ae)), N(Ae, i.FORBID_CONTENTS, B)), Et && (z["#text"] = !0), ve && N(z, ["html", "head", "body"]), z.table && (N(z, ["tbody"]), delete me.tbody), i.TRUSTED_TYPES_POLICY) {
3343
- if (typeof i.TRUSTED_TYPES_POLICY.createHTML != "function")
3344
- throw ke('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
3345
- if (typeof i.TRUSTED_TYPES_POLICY.createScriptURL != "function")
3346
- throw ke('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
3347
- C = i.TRUSTED_TYPES_POLICY, I = C.createHTML("");
3348
- } else
3349
- C === void 0 && (C = Aa(d, r)), C !== null && typeof I == "string" && (I = C.createHTML(""));
3350
- V && V(i), xe = i;
3351
- }
3352
- }, gn = N({}, ["mi", "mo", "mn", "ms", "mtext"]), yn = N({}, ["foreignobject", "desc", "title", "annotation-xml"]), si = N({}, ["title", "style", "font", "a", "script"]), Ke = N({}, kt);
3353
- N(Ke, Lt), N(Ke, va);
3354
- const At = N({}, jt);
3355
- N(At, ga);
3356
- const ci = function(i) {
3357
- let h = A(i);
3358
- (!h || !h.tagName) && (h = {
3359
- namespaceURI: Se,
3360
- tagName: "template"
3361
- });
3362
- const T = rt(i.tagName), L = rt(h.tagName);
3363
- return Ct[i.namespaceURI] ? i.namespaceURI === Ze ? h.namespaceURI === le ? T === "svg" : h.namespaceURI === qe ? T === "svg" && (L === "annotation-xml" || gn[L]) : !!Ke[T] : i.namespaceURI === qe ? h.namespaceURI === le ? T === "math" : h.namespaceURI === Ze ? T === "math" && yn[L] : !!At[T] : i.namespaceURI === le ? h.namespaceURI === Ze && !yn[L] || h.namespaceURI === qe && !gn[L] ? !1 : !At[T] && (si[T] || !Ke[T]) : !!(ge === "application/xhtml+xml" && Ct[i.namespaceURI]) : !1;
3364
- }, ye = function(i) {
3365
- Me(t.removed, {
3366
- element: i
3367
- });
3368
- try {
3369
- i.parentNode.removeChild(i);
3370
- } catch {
3371
- i.remove();
3372
- }
3373
- }, St = function(i, h) {
3374
- try {
3375
- Me(t.removed, {
3376
- attribute: h.getAttributeNode(i),
3377
- from: h
3378
- });
3379
- } catch {
3380
- Me(t.removed, {
3381
- attribute: null,
3382
- from: h
3383
- });
3384
- }
3385
- if (h.removeAttribute(i), i === "is" && !H[i])
3386
- if (Ce || Xe)
3387
- try {
3388
- ye(h);
3389
- } catch {
3390
- }
3391
- else
3392
- try {
3393
- h.setAttribute(i, "");
3394
- } catch {
3395
- }
3396
- }, _n = function(i) {
3397
- let h, T;
3398
- if (Tt)
3399
- i = "<remove></remove>" + i;
3400
- else {
3401
- const Q = pa(i, /^[\r\n\t ]+/);
3402
- T = Q && Q[0];
3403
- }
3404
- ge === "application/xhtml+xml" && Se === le && (i = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + i + "</body></html>");
3405
- const L = C ? C.createHTML(i) : i;
3406
- if (Se === le)
3407
- try {
3408
- h = new M().parseFromString(L, ge);
3409
- } catch {
3410
- }
3411
- if (!h || !h.documentElement) {
3412
- h = k.createDocument(Se, "template", null);
3413
- try {
3414
- h.documentElement.innerHTML = Ot ? I : L;
3415
- } catch {
3416
- }
3417
- }
3418
- const W = h.body || h.documentElement;
3419
- return i && T && W.insertBefore(a.createTextNode(T), W.childNodes[0] || null), Se === le ? x.call(h, ve ? "html" : "body")[0] : ve ? h.documentElement : W;
3420
- }, Tn = function(i) {
3421
- return K.call(
3422
- i.ownerDocument || i,
3423
- i,
3424
- // eslint-disable-next-line no-bitwise
3425
- s.SHOW_ELEMENT | s.SHOW_COMMENT | s.SHOW_TEXT,
3426
- null,
3427
- !1
3428
- );
3429
- }, ui = function(i) {
3430
- return i instanceof w && (typeof i.nodeName != "string" || typeof i.textContent != "string" || typeof i.removeChild != "function" || !(i.attributes instanceof _) || typeof i.removeAttribute != "function" || typeof i.setAttribute != "function" || typeof i.namespaceURI != "string" || typeof i.insertBefore != "function" || typeof i.hasChildNodes != "function");
3431
- }, Qe = function(i) {
3432
- return typeof l == "object" ? i instanceof l : i && typeof i == "object" && typeof i.nodeType == "number" && typeof i.nodeName == "string";
3433
- }, se = function(i, h, T) {
3434
- g[i] && fa(g[i], (L) => {
3435
- L.call(t, h, T, xe);
3436
- });
3437
- }, En = function(i) {
3438
- let h;
3439
- if (se("beforeSanitizeElements", i, null), ui(i))
3440
- return ye(i), !0;
3441
- const T = B(i.nodeName);
3442
- if (se("uponSanitizeElement", i, {
3443
- tagName: T,
3444
- allowedTags: z
3445
- }), i.hasChildNodes() && !Qe(i.firstElementChild) && (!Qe(i.content) || !Qe(i.content.firstElementChild)) && Z(/<[/\w]/g, i.innerHTML) && Z(/<[/\w]/g, i.textContent))
3446
- return ye(i), !0;
3447
- if (!z[T] || me[T]) {
3448
- if (!me[T] && On(T) && (j.tagNameCheck instanceof RegExp && Z(j.tagNameCheck, T) || j.tagNameCheck instanceof Function && j.tagNameCheck(T)))
3449
- return !1;
3450
- if (Et && !Ae[T]) {
3451
- const L = A(i) || i.parentNode, W = b(i) || i.childNodes;
3452
- if (W && L) {
3453
- const Q = W.length;
3454
- for (let U = Q - 1; U >= 0; --U)
3455
- L.insertBefore(f(W[U], !0), u(i));
3456
- }
3457
- }
3458
- return ye(i), !0;
3459
- }
3460
- return i instanceof o && !ci(i) || (T === "noscript" || T === "noembed" || T === "noframes") && Z(/<\/no(script|embed|frames)/i, i.innerHTML) ? (ye(i), !0) : (Oe && i.nodeType === 3 && (h = i.textContent, h = re(h, E, " "), h = re(h, S, " "), h = re(h, R, " "), i.textContent !== h && (Me(t.removed, {
3461
- element: i.cloneNode()
3462
- }), i.textContent = h)), se("afterSanitizeElements", i, null), !1);
3463
- }, bn = function(i, h, T) {
3464
- if (un && (h === "id" || h === "name") && (T in a || T in li))
3465
- return !1;
3466
- if (!(be && !he[h] && Z(F, h))) {
3467
- if (!(Ge && Z(ne, h))) {
3468
- if (!H[h] || he[h]) {
3469
- if (
3470
- // First condition does a very basic check if a) it's basically a valid custom element tagname AND
3471
- // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
3472
- // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
3473
- !(On(i) && (j.tagNameCheck instanceof RegExp && Z(j.tagNameCheck, i) || j.tagNameCheck instanceof Function && j.tagNameCheck(i)) && (j.attributeNameCheck instanceof RegExp && Z(j.attributeNameCheck, h) || j.attributeNameCheck instanceof Function && j.attributeNameCheck(h)) || // Alternative, second condition checks if it's an `is`-attribute, AND
3474
- // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
3475
- h === "is" && j.allowCustomizedBuiltInElements && (j.tagNameCheck instanceof RegExp && Z(j.tagNameCheck, T) || j.tagNameCheck instanceof Function && j.tagNameCheck(T)))
3476
- )
3477
- return !1;
3478
- } else if (!bt[h]) {
3479
- if (!Z(Be, re(T, Ee, ""))) {
3480
- if (!((h === "src" || h === "xlink:href" || h === "href") && i !== "script" && da(T, "data:") === 0 && dn[i])) {
3481
- if (!($e && !Z(de, re(T, Ee, "")))) {
3482
- if (T)
3483
- return !1;
3484
- }
3485
- }
3486
- }
3487
- }
3488
- }
3489
- }
3490
- return !0;
3491
- }, On = function(i) {
3492
- return i.indexOf("-") > 0;
3493
- }, Cn = function(i) {
3494
- let h, T, L, W;
3495
- se("beforeSanitizeAttributes", i, null);
3496
- const {
3497
- attributes: Q
3498
- } = i;
3499
- if (!Q)
3500
- return;
3501
- const U = {
3502
- attrName: "",
3503
- attrValue: "",
3504
- keepAttr: !0,
3505
- allowedAttributes: H
3506
- };
3507
- for (W = Q.length; W--; ) {
3508
- h = Q[W];
3509
- const {
3510
- name: oe,
3511
- namespaceURI: xt
3512
- } = h;
3513
- if (T = oe === "value" ? h.value : ma(h.value), L = B(oe), U.attrName = L, U.attrValue = T, U.keepAttr = !0, U.forceKeepAttr = void 0, se("uponSanitizeAttribute", i, U), T = U.attrValue, U.forceKeepAttr || (St(oe, i), !U.keepAttr))
3514
- continue;
3515
- if (!Ve && Z(/\/>/i, T)) {
3516
- St(oe, i);
3517
- continue;
3518
- }
3519
- Oe && (T = re(T, E, " "), T = re(T, S, " "), T = re(T, R, " "));
3520
- const wn = B(i.nodeName);
3521
- if (bn(wn, L, T)) {
3522
- if (fn && (L === "id" || L === "name") && (St(oe, i), T = ri + T), C && typeof d == "object" && typeof d.getAttributeType == "function" && !xt)
3523
- switch (d.getAttributeType(wn, L)) {
3524
- case "TrustedHTML": {
3525
- T = C.createHTML(T);
3526
- break;
3527
- }
3528
- case "TrustedScriptURL": {
3529
- T = C.createScriptURL(T);
3530
- break;
3531
- }
3532
- }
3533
- try {
3534
- xt ? i.setAttributeNS(xt, oe, T) : i.setAttribute(oe, T), $n(t.removed);
3535
- } catch {
3536
- }
3537
- }
3538
- }
3539
- se("afterSanitizeAttributes", i, null);
3540
- }, fi = function O(i) {
3541
- let h;
3542
- const T = Tn(i);
3543
- for (se("beforeSanitizeShadowDOM", i, null); h = T.nextNode(); )
3544
- se("uponSanitizeShadowNode", h, null), !En(h) && (h.content instanceof p && O(h.content), Cn(h));
3545
- se("afterSanitizeShadowDOM", i, null);
3546
- };
3547
- return t.sanitize = function(O) {
3548
- let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, h, T, L, W;
3549
- if (Ot = !O, Ot && (O = "<!-->"), typeof O != "string" && !Qe(O))
3550
- if (typeof O.toString == "function") {
3551
- if (O = O.toString(), typeof O != "string")
3552
- throw ke("dirty is not a string, aborting");
3553
- } else
3554
- throw ke("toString is not a function");
3555
- if (!t.isSupported)
3556
- return O;
3557
- if (_t || wt(i), t.removed = [], typeof O == "string" && (Ie = !1), Ie) {
3558
- if (O.nodeName) {
3559
- const oe = B(O.nodeName);
3560
- if (!z[oe] || me[oe])
3561
- throw ke("root node is forbidden and cannot be sanitized in-place");
3562
- }
3563
- } else if (O instanceof l)
3564
- h = _n("<!---->"), T = h.ownerDocument.importNode(O, !0), T.nodeType === 1 && T.nodeName === "BODY" || T.nodeName === "HTML" ? h = T : h.appendChild(T);
3565
- else {
3566
- if (!Ce && !Oe && !ve && // eslint-disable-next-line unicorn/prefer-includes
3567
- O.indexOf("<") === -1)
3568
- return C && Ye ? C.createHTML(O) : O;
3569
- if (h = _n(O), !h)
3570
- return Ce ? null : Ye ? I : "";
3571
- }
3572
- h && Tt && ye(h.firstChild);
3573
- const Q = Tn(Ie ? O : h);
3574
- for (; L = Q.nextNode(); )
3575
- En(L) || (L.content instanceof p && fi(L.content), Cn(L));
3576
- if (Ie)
3577
- return O;
3578
- if (Ce) {
3579
- if (Xe)
3580
- for (W = y.call(h.ownerDocument); h.firstChild; )
3581
- W.appendChild(h.firstChild);
3582
- else
3583
- W = h;
3584
- return (H.shadowroot || H.shadowrootmode) && (W = c.call(n, W, !0)), W;
3585
- }
3586
- let U = ve ? h.outerHTML : h.innerHTML;
3587
- return ve && z["!doctype"] && h.ownerDocument && h.ownerDocument.doctype && h.ownerDocument.doctype.name && Z(ti, h.ownerDocument.doctype.name) && (U = "<!DOCTYPE " + h.ownerDocument.doctype.name + `>
3588
- ` + U), Oe && (U = re(U, E, " "), U = re(U, S, " "), U = re(U, R, " ")), C && Ye ? C.createHTML(U) : U;
3589
- }, t.setConfig = function(O) {
3590
- wt(O), _t = !0;
3591
- }, t.clearConfig = function() {
3592
- xe = null, _t = !1;
3593
- }, t.isValidAttribute = function(O, i, h) {
3594
- xe || wt({});
3595
- const T = B(O), L = B(i);
3596
- return bn(T, L, h);
3597
- }, t.addHook = function(O, i) {
3598
- typeof i == "function" && (g[O] = g[O] || [], Me(g[O], i));
3599
- }, t.removeHook = function(O) {
3600
- if (g[O])
3601
- return $n(g[O]);
3602
- }, t.removeHooks = function(O) {
3603
- g[O] && (g[O] = []);
3604
- }, t.removeAllHooks = function() {
3605
- g = {};
3606
- }, t;
3607
- }
3608
- var Sa = ni();
3609
- const xa = di(Ni)`
3610
- border-width: 1px;
3611
- border-style: solid;
3612
- border-color: #d9d9d9;
3613
- background: white;
3614
- border-radius: 10px;
3615
- `;
3616
- function Ra({ displayedValue: e }) {
3617
- const t = Sa.sanitize(e), n = pe(t);
3618
- return /* @__PURE__ */ An.jsx(mi, { overlay: n, children: /* @__PURE__ */ An.jsx(xa, {}) });
3619
- }
3620
- export {
3621
- Ra as default
3622
- };