@zealicsolutions/web-ui 1.0.116 → 1.0.118

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 (441) hide show
  1. package/dist/esm/_virtual/index3.js +1 -1
  2. package/dist/esm/_virtual/index4.js +1 -1
  3. package/dist/esm/components/Buttons/IconButton.js +1 -1
  4. package/dist/esm/components/Circle/Circle.js +1 -1
  5. package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
  6. package/dist/esm/components/RichTextViewer/components/Leaf.js +1 -1
  7. package/dist/esm/components/RichTextViewer/components/Variable.js +1 -1
  8. package/dist/esm/components/Toast/ToastContent.js +1 -1
  9. package/dist/esm/containers/Container.js +1 -1
  10. package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
  11. package/dist/esm/containers/FormContainer.js +1 -1
  12. package/dist/esm/containers/FormStepContainer.js +1 -1
  13. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js +1 -1
  14. package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
  15. package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
  16. package/dist/esm/contexts/ApiContext/globalQueries/form/useSubmitForm.js +1 -1
  17. package/dist/esm/contexts/ApiContext/globalQueries/pickList/usePickListOptions.js +1 -1
  18. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +1 -1
  19. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
  20. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js.map +1 -1
  21. package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
  22. package/dist/esm/helpers/utils.js +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/esm/molecules/Accordion/Accordion.js +1 -1
  25. package/dist/esm/molecules/Avatar/Avatar.js +1 -1
  26. package/dist/esm/molecules/BaseMolecule.js +1 -1
  27. package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
  28. package/dist/esm/molecules/BasicTextField/BasicTextField.stories.d.ts +9 -9
  29. package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.js +1 -1
  30. package/dist/esm/molecules/Button/Button.d.ts +1 -1
  31. package/dist/esm/molecules/Checkbox/Checkbox.js +1 -1
  32. package/dist/esm/molecules/Checklist/Checklist.js +1 -1
  33. package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
  34. package/dist/esm/molecules/CustomValidation/CustomValidation.js +1 -1
  35. package/dist/esm/molecules/DateCalendar/DateCalendar.js +1 -1
  36. package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
  37. package/dist/esm/molecules/Drawer/Drawer.js +1 -1
  38. package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
  39. package/dist/esm/molecules/Link/Link.js +1 -1
  40. package/dist/esm/molecules/Menu/Menu.js +1 -1
  41. package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
  42. package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
  43. package/dist/esm/molecules/PdfDocument/PdfDocument.js +1 -1
  44. package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
  45. package/dist/esm/molecules/Rating/Rating.js +1 -1
  46. package/dist/esm/molecules/Select/Select.js +1 -1
  47. package/dist/esm/molecules/Slider/Slider.js +1 -1
  48. package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
  49. package/dist/esm/molecules/Stepper/Stepper.js +1 -1
  50. package/dist/esm/molecules/Switch/Switch.js +1 -1
  51. package/dist/esm/molecules/Tabs/Tabs.js +1 -1
  52. package/dist/esm/molecules/TimePicker/TimePicker.js +1 -1
  53. package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
  54. package/dist/esm/molecules/examples/moleculeExamples.d.ts +16 -0
  55. package/dist/esm/molecules/examples/moleculeExamples.js +2 -0
  56. package/dist/esm/molecules/examples/moleculeExamples.js.map +1 -0
  57. package/dist/esm/molecules/index.d.ts +1 -0
  58. package/dist/esm/node_modules/@mui/material/esm/Accordion/Accordion.js +1 -1
  59. package/dist/esm/node_modules/@mui/material/esm/Menu/Menu.js +1 -1
  60. package/dist/esm/node_modules/@mui/material/esm/MenuList/MenuList.js +1 -1
  61. package/dist/esm/node_modules/@mui/material/esm/Select/SelectInput.js +1 -1
  62. package/dist/esm/node_modules/@mui/material/esm/SpeedDial/SpeedDial.js +1 -1
  63. package/dist/esm/node_modules/@mui/material/esm/Tabs/Tabs.js +1 -1
  64. package/dist/esm/node_modules/@mui/material/esm/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  65. package/dist/esm/node_modules/@mui/material/node_modules/react-is/index.js +1 -1
  66. package/dist/esm/node_modules/classnames/index.js +1 -1
  67. package/dist/esm/node_modules/react-slick/lib/arrows.js +1 -1
  68. package/dist/esm/node_modules/react-slick/lib/dots.js +1 -1
  69. package/dist/esm/node_modules/react-slick/lib/inner-slider.js +1 -1
  70. package/dist/esm/node_modules/react-slick/lib/track.js +1 -1
  71. package/dist/esm/organisms/CalendarDataGridOrganism/queries/useCalendarDataGridData.js +1 -1
  72. package/dist/esm/organisms/CalendarOrganism/queries/useCalendarData.js +1 -1
  73. package/dist/esm/organisms/CalendarOrganism/queries/useCreateCalendarEvent.js +1 -1
  74. package/dist/esm/organisms/CalendarOrganism/queries/useDeleteCalendarEvent.js +1 -1
  75. package/dist/esm/organisms/CalendarOrganism/queries/useUpdateCalendarEvent.js +1 -1
  76. package/dist/esm/organisms/CalendarOrganism/useCalendarOrganism.js +1 -1
  77. package/dist/esm/organisms/DataGrid/ListView/hooks/useListItemTemplate.js +1 -1
  78. package/dist/esm/organisms/DataGrid/TableView/hooks/useTableColumns.js +1 -1
  79. package/dist/esm/organisms/DataGrid/hooks/useDataGridOrganism.js +1 -1
  80. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js +1 -1
  81. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js.map +1 -1
  82. package/package.json +1 -1
  83. package/dist/cjs/components/Buttons/IconButton.d.ts +0 -12
  84. package/dist/cjs/components/Buttons/TextButton.d.ts +0 -21
  85. package/dist/cjs/components/Buttons/TouchableOpacity.d.ts +0 -16
  86. package/dist/cjs/components/Checkbox/Checkbox.d.ts +0 -14
  87. package/dist/cjs/components/Checkbox/helpers.d.ts +0 -2
  88. package/dist/cjs/components/Checkbox/types.d.ts +0 -18
  89. package/dist/cjs/components/Circle/Circle.d.ts +0 -12
  90. package/dist/cjs/components/CircularIndicator/CircularIndicator.d.ts +0 -12
  91. package/dist/cjs/components/Error/SafeRender.d.ts +0 -4
  92. package/dist/cjs/components/GroupedAutocomplete/GroupedAutocomplete.d.ts +0 -27
  93. package/dist/cjs/components/HorizontalButtons/HorizontalButtons.d.ts +0 -11
  94. package/dist/cjs/components/Icon/Icon.d.ts +0 -38
  95. package/dist/cjs/components/IconPicker/IconPicker.d.ts +0 -7
  96. package/dist/cjs/components/Input/Input.d.ts +0 -39
  97. package/dist/cjs/components/Input/helpers.d.ts +0 -43
  98. package/dist/cjs/components/Paddings/Paddings.d.ts +0 -13
  99. package/dist/cjs/components/RadioButtons/RadioButtons.d.ts +0 -56
  100. package/dist/cjs/components/RadioButtons/RadioOption.d.ts +0 -11
  101. package/dist/cjs/components/RadioButtons/helpers.d.ts +0 -17
  102. package/dist/cjs/components/RadioButtons/styles.d.ts +0 -13
  103. package/dist/cjs/components/RegularImage/RegularImage.d.ts +0 -39
  104. package/dist/cjs/components/RichTextViewer/RichTextViewer.d.ts +0 -13
  105. package/dist/cjs/components/RichTextViewer/components/EditorElement.d.ts +0 -2
  106. package/dist/cjs/components/RichTextViewer/components/Leaf.d.ts +0 -2
  107. package/dist/cjs/components/RichTextViewer/components/Variable.d.ts +0 -9
  108. package/dist/cjs/components/RichTextViewer/components/VariableFormatter.d.ts +0 -13
  109. package/dist/cjs/components/RichTextViewer/components/index.d.ts +0 -4
  110. package/dist/cjs/components/RichTextViewer/plugins/withLinks.d.ts +0 -4
  111. package/dist/cjs/components/RichTextViewer/types.d.ts +0 -60
  112. package/dist/cjs/components/RichTextViewer/withVariables.d.ts +0 -4
  113. package/dist/cjs/components/Select/Select.d.ts +0 -34
  114. package/dist/cjs/components/Select/styles.d.ts +0 -27
  115. package/dist/cjs/components/Spacer/Spacer.d.ts +0 -11
  116. package/dist/cjs/components/Spinner/Spinner.d.ts +0 -9
  117. package/dist/cjs/components/TextWrapper/TextWrapper.d.ts +0 -30
  118. package/dist/cjs/components/Toast/ToastContent.d.ts +0 -7
  119. package/dist/cjs/components/Toast/toast.d.ts +0 -3
  120. package/dist/cjs/components/Toast/types.d.ts +0 -6
  121. package/dist/cjs/components/Tooltip/Tooltip.d.ts +0 -12
  122. package/dist/cjs/components/ValidationTag/ValidationTag.d.ts +0 -6
  123. package/dist/cjs/components/index.d.ts +0 -19
  124. package/dist/cjs/constants/params.d.ts +0 -8
  125. package/dist/cjs/containers/Container.d.ts +0 -8
  126. package/dist/cjs/containers/Container.stories.d.ts +0 -22
  127. package/dist/cjs/containers/ContainerStoriesComponent.d.ts +0 -7
  128. package/dist/cjs/containers/FormContainer.d.ts +0 -10
  129. package/dist/cjs/containers/FormOrganismItem.d.ts +0 -11
  130. package/dist/cjs/containers/FormStepContainer.d.ts +0 -9
  131. package/dist/cjs/containers/OrganismItem.d.ts +0 -29
  132. package/dist/cjs/containers/ReplicatorContainer/ReplicatorContainer.d.ts +0 -14
  133. package/dist/cjs/containers/ReplicatorContainer/index.d.ts +0 -1
  134. package/dist/cjs/containers/containerConfigurators.d.ts +0 -6
  135. package/dist/cjs/containers/helpers.d.ts +0 -7
  136. package/dist/cjs/containers/hooks/index.d.ts +0 -2
  137. package/dist/cjs/containers/hooks/useCheckCondition.d.ts +0 -16
  138. package/dist/cjs/containers/hooks/useFormOrganismItem.d.ts +0 -3
  139. package/dist/cjs/containers/hooks/useStateListenerValue.d.ts +0 -13
  140. package/dist/cjs/containers/hooks/useStateModifierHandler.d.ts +0 -7
  141. package/dist/cjs/containers/hooks/useStateViewModifierHandler.d.ts +0 -2
  142. package/dist/cjs/containers/hooks/useStep.d.ts +0 -11
  143. package/dist/cjs/containers/index.d.ts +0 -8
  144. package/dist/cjs/containers/mockData.d.ts +0 -1676
  145. package/dist/cjs/containers/styles.d.ts +0 -44
  146. package/dist/cjs/containers/types/moleculeItemTypes.d.ts +0 -119
  147. package/dist/cjs/containers/types/moleculeTypes.d.ts +0 -601
  148. package/dist/cjs/containers/types/types.d.ts +0 -163
  149. package/dist/cjs/containers/utils/dataPathUtils.d.ts +0 -9
  150. package/dist/cjs/containers/utils/dataPathUtils.test.d.ts +0 -1
  151. package/dist/cjs/containers/utils.d.ts +0 -3
  152. package/dist/cjs/contexts/AccountButtonContext/AccountButtonContext.d.ts +0 -14
  153. package/dist/cjs/contexts/AccountButtonContext/AccountButtonContextProvider.d.ts +0 -9
  154. package/dist/cjs/contexts/AccountButtonContext/useAccountButtonContext.d.ts +0 -6
  155. package/dist/cjs/contexts/ApiContext/ApiContext.d.ts +0 -41
  156. package/dist/cjs/contexts/ApiContext/ApiProvider.d.ts +0 -6
  157. package/dist/cjs/contexts/ApiContext/globalQueries/form/useSubmitForm.d.ts +0 -5
  158. package/dist/cjs/contexts/ApiContext/globalQueries/index.d.ts +0 -2
  159. package/dist/cjs/contexts/ApiContext/globalQueries/pickList/usePickListOptions.d.ts +0 -5
  160. package/dist/cjs/contexts/ApiContext/globalQueries/queryKeys.d.ts +0 -6
  161. package/dist/cjs/contexts/ApiContext/useApi.d.ts +0 -2
  162. package/dist/cjs/contexts/ButtonActionsContext/ButtonActionsContext.d.ts +0 -13
  163. package/dist/cjs/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +0 -26
  164. package/dist/cjs/contexts/ButtonActionsContext/useButtonActionsContext.d.ts +0 -1
  165. package/dist/cjs/contexts/ContainerRuntimeContext/ContainerRuntimeContext.d.ts +0 -6
  166. package/dist/cjs/contexts/ContainerRuntimeContext/ContainerRuntimeContextProvider.d.ts +0 -3
  167. package/dist/cjs/contexts/ContainerRuntimeContext/index.d.ts +0 -3
  168. package/dist/cjs/contexts/ContainerRuntimeContext/types.d.ts +0 -14
  169. package/dist/cjs/contexts/FormStepContext/FormStepContext.d.ts +0 -13
  170. package/dist/cjs/contexts/FormStepContext/FormStepContextProvider.d.ts +0 -5
  171. package/dist/cjs/contexts/FormStepContext/useFormStepContext.d.ts +0 -1
  172. package/dist/cjs/contexts/FormStepContext/utils.d.ts +0 -2
  173. package/dist/cjs/contexts/LayoutContext/LayoutContext.d.ts +0 -18
  174. package/dist/cjs/contexts/LayoutContext/LayoutContextProvider.d.ts +0 -9
  175. package/dist/cjs/contexts/LayoutContext/useLayoutContext.d.ts +0 -1
  176. package/dist/cjs/contexts/MlrRichTextViewerContext/MlrRichTextViewerContext.d.ts +0 -8
  177. package/dist/cjs/contexts/MlrRichTextViewerContext/MlrRichTextViewerProvider.d.ts +0 -8
  178. package/dist/cjs/contexts/MlrRichTextViewerContext/types.d.ts +0 -15
  179. package/dist/cjs/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.d.ts +0 -1
  180. package/dist/cjs/contexts/OrganismContext/OrganismContext.d.ts +0 -65
  181. package/dist/cjs/contexts/OrganismContext/OrganismContextProvider.d.ts +0 -56
  182. package/dist/cjs/contexts/OrganismContext/useOrganismContext.d.ts +0 -1
  183. package/dist/cjs/contexts/OrganismContext/utils.d.ts +0 -5
  184. package/dist/cjs/contexts/StateContext/StateContext.d.ts +0 -8
  185. package/dist/cjs/contexts/StateContext/StateContextProvider.d.ts +0 -8
  186. package/dist/cjs/contexts/StateContext/useStateContext.d.ts +0 -1
  187. package/dist/cjs/contexts/index.d.ts +0 -27
  188. package/dist/cjs/helpers/__tests__/rwoContext.test.d.ts +0 -1
  189. package/dist/cjs/helpers/constants.d.ts +0 -6
  190. package/dist/cjs/helpers/dataResolution.d.ts +0 -9
  191. package/dist/cjs/helpers/date.d.ts +0 -3
  192. package/dist/cjs/helpers/rwoContext.d.ts +0 -49
  193. package/dist/cjs/helpers/slate.d.ts +0 -2
  194. package/dist/cjs/helpers/styles.d.ts +0 -6
  195. package/dist/cjs/helpers/useRwoContext.d.ts +0 -18
  196. package/dist/cjs/helpers/useRwoRecordId.d.ts +0 -6
  197. package/dist/cjs/helpers/utils.d.ts +0 -28
  198. package/dist/cjs/helpers/uuid.d.ts +0 -2
  199. package/dist/cjs/helpers/validations.d.ts +0 -22
  200. package/dist/cjs/icons/ArrowRight.d.ts +0 -2
  201. package/dist/cjs/icons/Bell.d.ts +0 -2
  202. package/dist/cjs/icons/Bookmark.d.ts +0 -2
  203. package/dist/cjs/icons/CaretDown.d.ts +0 -2
  204. package/dist/cjs/icons/CaretLeft.d.ts +0 -2
  205. package/dist/cjs/icons/CaretRight.d.ts +0 -2
  206. package/dist/cjs/icons/CaretUp.d.ts +0 -2
  207. package/dist/cjs/icons/Check.d.ts +0 -2
  208. package/dist/cjs/icons/Close.d.ts +0 -2
  209. package/dist/cjs/icons/Edit.d.ts +0 -2
  210. package/dist/cjs/icons/Filter.d.ts +0 -2
  211. package/dist/cjs/icons/Hide.d.ts +0 -2
  212. package/dist/cjs/icons/Info.d.ts +0 -2
  213. package/dist/cjs/icons/InfoBoxIcon.d.ts +0 -2
  214. package/dist/cjs/icons/Mail.d.ts +0 -2
  215. package/dist/cjs/icons/Menu.d.ts +0 -2
  216. package/dist/cjs/icons/Minus.d.ts +0 -2
  217. package/dist/cjs/icons/Mobile.d.ts +0 -2
  218. package/dist/cjs/icons/Play.d.ts +0 -2
  219. package/dist/cjs/icons/Save.d.ts +0 -2
  220. package/dist/cjs/icons/Search.d.ts +0 -2
  221. package/dist/cjs/icons/View.d.ts +0 -2
  222. package/dist/cjs/icons/Warning.d.ts +0 -2
  223. package/dist/cjs/icons/index.d.ts +0 -23
  224. package/dist/cjs/index.css +0 -265
  225. package/dist/cjs/index.d.ts +0 -15
  226. package/dist/cjs/index.js +0 -9729
  227. package/dist/cjs/index.js.map +0 -1
  228. package/dist/cjs/moleculeItems/BaseMoleculeItem/BaseMoleculeItem.d.ts +0 -13
  229. package/dist/cjs/moleculeItems/ChecklistItem/ChecklistItem.d.ts +0 -22
  230. package/dist/cjs/moleculeItems/StepperItem/StepperItem.d.ts +0 -34
  231. package/dist/cjs/moleculeItems/moleculeItemConfigurators.d.ts +0 -6
  232. package/dist/cjs/molecules/Accordion/Accordion.d.ts +0 -56
  233. package/dist/cjs/molecules/Accordion/Accordion.stories.d.ts +0 -146
  234. package/dist/cjs/molecules/Alert/Alert.d.ts +0 -36
  235. package/dist/cjs/molecules/Alert/Alert.stories.d.ts +0 -4
  236. package/dist/cjs/molecules/Avatar/Avatar.d.ts +0 -37
  237. package/dist/cjs/molecules/Avatar/Avatar.stories.d.ts +0 -9
  238. package/dist/cjs/molecules/Badge/Badge.d.ts +0 -18
  239. package/dist/cjs/molecules/Badge/Badge.stories.d.ts +0 -4
  240. package/dist/cjs/molecules/BaseMolecule.d.ts +0 -14
  241. package/dist/cjs/molecules/BasicTextField/BasicTextField.d.ts +0 -41
  242. package/dist/cjs/molecules/BasicTextField/BasicTextField.stories.d.ts +0 -339
  243. package/dist/cjs/molecules/BinaryRadioButtons/BinaryRadioButtons.d.ts +0 -53
  244. package/dist/cjs/molecules/BinaryRadioButtons/BinaryRadioButtons.stories.d.ts +0 -38
  245. package/dist/cjs/molecules/Button/Button.d.ts +0 -57
  246. package/dist/cjs/molecules/Button/Button.stories.d.ts +0 -16
  247. package/dist/cjs/molecules/Calendar/Calendar.d.ts +0 -6
  248. package/dist/cjs/molecules/Calendar/Calendar.stories.d.ts +0 -5
  249. package/dist/cjs/molecules/Calendar/types.d.ts +0 -24
  250. package/dist/cjs/molecules/Checkbox/Checkbox.d.ts +0 -40
  251. package/dist/cjs/molecules/Checkbox/Checkbox.stories.d.ts +0 -23
  252. package/dist/cjs/molecules/Checklist/Checklist.d.ts +0 -69
  253. package/dist/cjs/molecules/Checklist/Checklist.stories.d.ts +0 -168
  254. package/dist/cjs/molecules/Chip/Chip.d.ts +0 -27
  255. package/dist/cjs/molecules/Chip/Chip.stories.d.ts +0 -4
  256. package/dist/cjs/molecules/Consent/Consent.stories.d.ts +0 -105
  257. package/dist/cjs/molecules/Consent/ConsentMolecule.d.ts +0 -24
  258. package/dist/cjs/molecules/ContentWrapper/ContentWrapper.d.ts +0 -9
  259. package/dist/cjs/molecules/ContentWrapper/ContentWrapper.stories.d.ts +0 -10
  260. package/dist/cjs/molecules/CurrencyInputtField/CurrencyInputField.d.ts +0 -38
  261. package/dist/cjs/molecules/CurrencyInputtField/CurrencyInputField.stories.d.ts +0 -9
  262. package/dist/cjs/molecules/CustomValidation/CustomValidation.d.ts +0 -14
  263. package/dist/cjs/molecules/CustomValidation/CustomValidation.stories.d.ts +0 -8
  264. package/dist/cjs/molecules/DateCalendar/DateCalendar.d.ts +0 -41
  265. package/dist/cjs/molecules/DateCalendar/DateCalendar.stories.d.ts +0 -9
  266. package/dist/cjs/molecules/DateCalendar/index.d.ts +0 -2
  267. package/dist/cjs/molecules/DatePicker/DatePicker.d.ts +0 -40
  268. package/dist/cjs/molecules/DatePicker/DatePicker.stories.d.ts +0 -13
  269. package/dist/cjs/molecules/Divider/Divider.d.ts +0 -18
  270. package/dist/cjs/molecules/Divider/Divider.stories.d.ts +0 -9
  271. package/dist/cjs/molecules/Drawer/Drawer.d.ts +0 -3
  272. package/dist/cjs/molecules/Drawer/Drawer.stories.d.ts +0 -20
  273. package/dist/cjs/molecules/Drawer/styles.d.ts +0 -62
  274. package/dist/cjs/molecules/Drawer/types.d.ts +0 -167
  275. package/dist/cjs/molecules/EmailInputField/EmailInputField.d.ts +0 -48
  276. package/dist/cjs/molecules/EmailInputField/EmailInputField.stories.d.ts +0 -9
  277. package/dist/cjs/molecules/EmailInputField/EmailTextMask.d.ts +0 -6
  278. package/dist/cjs/molecules/Icon/IconRenderer.d.ts +0 -9
  279. package/dist/cjs/molecules/Icon/index.d.ts +0 -1
  280. package/dist/cjs/molecules/Image/Image.d.ts +0 -35
  281. package/dist/cjs/molecules/Image/Image.stories.d.ts +0 -12
  282. package/dist/cjs/molecules/Link/Link.d.ts +0 -34
  283. package/dist/cjs/molecules/Link/NewLink.stories.d.ts +0 -9
  284. package/dist/cjs/molecules/Menu/Menu.d.ts +0 -85
  285. package/dist/cjs/molecules/Menu/Menu.stories.d.ts +0 -17
  286. package/dist/cjs/molecules/NumericInputField/NumericInputField.d.ts +0 -49
  287. package/dist/cjs/molecules/NumericInputField/NumericInputField.stories.d.ts +0 -10
  288. package/dist/cjs/molecules/PasswordSetup/PasswordSetup.d.ts +0 -25
  289. package/dist/cjs/molecules/PasswordSetup/PasswordSetup.stories.d.ts +0 -8
  290. package/dist/cjs/molecules/PasswordSetup/types.d.ts +0 -25
  291. package/dist/cjs/molecules/PasswordSetup/utils.d.ts +0 -3
  292. package/dist/cjs/molecules/PdfDocument/PdfDocument.d.ts +0 -14
  293. package/dist/cjs/molecules/PdfDocument/PdfDocument.stories.d.ts +0 -8
  294. package/dist/cjs/molecules/PhoneNumberInputField/PhoneNumberInputField.d.ts +0 -57
  295. package/dist/cjs/molecules/PhoneNumberInputField/PhoneNumberInputField.stories.d.ts +0 -10
  296. package/dist/cjs/molecules/PhoneNumberInputField/PhoneTextMask.d.ts +0 -6
  297. package/dist/cjs/molecules/Rating/Rating.d.ts +0 -40
  298. package/dist/cjs/molecules/Rating/Rating.stories.d.ts +0 -19
  299. package/dist/cjs/molecules/RichText/RichText.stories.d.ts +0 -180
  300. package/dist/cjs/molecules/RichText/TextMolecule.d.ts +0 -18
  301. package/dist/cjs/molecules/Select/Select.d.ts +0 -49
  302. package/dist/cjs/molecules/Select/Select.stories.d.ts +0 -9
  303. package/dist/cjs/molecules/SimpleText/SimpleText.d.ts +0 -25
  304. package/dist/cjs/molecules/Slider/Slider.d.ts +0 -48
  305. package/dist/cjs/molecules/Slider/Slider.stories.d.ts +0 -19
  306. package/dist/cjs/molecules/SpeedDial/SpeedDial.d.ts +0 -3
  307. package/dist/cjs/molecules/SpeedDial/SpeedDial.stories.d.ts +0 -61
  308. package/dist/cjs/molecules/SpeedDial/types.d.ts +0 -60
  309. package/dist/cjs/molecules/Stepper/Stepper.d.ts +0 -47
  310. package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +0 -172
  311. package/dist/cjs/molecules/Switch/Switch.d.ts +0 -38
  312. package/dist/cjs/molecules/Switch/Switch.stories.d.ts +0 -10
  313. package/dist/cjs/molecules/Tabs/Tabs.d.ts +0 -68
  314. package/dist/cjs/molecules/Tabs/Tabs.stories.d.ts +0 -212
  315. package/dist/cjs/molecules/TimePicker/TimePicker.d.ts +0 -24
  316. package/dist/cjs/molecules/TimePicker/TimePicker.stories.d.ts +0 -42
  317. package/dist/cjs/molecules/Video/Video.d.ts +0 -29
  318. package/dist/cjs/molecules/Video/Video.stories.d.ts +0 -8
  319. package/dist/cjs/molecules/ZealUIModal/ZealUIModal.d.ts +0 -30
  320. package/dist/cjs/molecules/ZealUIModal/ZealUIModal.stories.d.ts +0 -8
  321. package/dist/cjs/molecules/index.d.ts +0 -33
  322. package/dist/cjs/molecules/moleculeConfigurators.d.ts +0 -6
  323. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.d.ts +0 -3
  324. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.stories.d.ts +0 -5
  325. package/dist/cjs/organisms/CalendarDataGridOrganism/CalendarDataGridOrganism.d.ts +0 -4
  326. package/dist/cjs/organisms/CalendarDataGridOrganism/CalendarDataGridOrganism.stories.d.ts +0 -5
  327. package/dist/cjs/organisms/CalendarDataGridOrganism/config/descriptors.d.ts +0 -446
  328. package/dist/cjs/organisms/CalendarDataGridOrganism/config/toolDescriptor/timeline.d.ts +0 -27
  329. package/dist/cjs/organisms/CalendarDataGridOrganism/index.d.ts +0 -4
  330. package/dist/cjs/organisms/CalendarDataGridOrganism/queries/useCalendarDataGridData.d.ts +0 -27
  331. package/dist/cjs/organisms/CalendarDataGridOrganism/renderers/DayCell.d.ts +0 -10
  332. package/dist/cjs/organisms/CalendarDataGridOrganism/renderers/ResourceCell.d.ts +0 -9
  333. package/dist/cjs/organisms/CalendarDataGridOrganism/types.d.ts +0 -93
  334. package/dist/cjs/organisms/CalendarDataGridOrganism/useCalendarDataGridOrganism.d.ts +0 -47
  335. package/dist/cjs/organisms/CalendarOrganism/CalendarOrganism.d.ts +0 -4
  336. package/dist/cjs/organisms/CalendarOrganism/CalendarOrganism.stories.d.ts +0 -6
  337. package/dist/cjs/organisms/CalendarOrganism/config/descriptors.d.ts +0 -343
  338. package/dist/cjs/organisms/CalendarOrganism/config/toolDescriptor/display.d.ts +0 -161
  339. package/dist/cjs/organisms/CalendarOrganism/config/toolDescriptor/eventBindings.d.ts +0 -74
  340. package/dist/cjs/organisms/CalendarOrganism/config/toolDescriptor/eventFormModal.d.ts +0 -45
  341. package/dist/cjs/organisms/CalendarOrganism/config/toolDescriptor/overlays.d.ts +0 -34
  342. package/dist/cjs/organisms/CalendarOrganism/config/toolDescriptor/resourceBindings.d.ts +0 -29
  343. package/dist/cjs/organisms/CalendarOrganism/index.d.ts +0 -3
  344. package/dist/cjs/organisms/CalendarOrganism/queries/index.d.ts +0 -5
  345. package/dist/cjs/organisms/CalendarOrganism/queries/types.d.ts +0 -37
  346. package/dist/cjs/organisms/CalendarOrganism/queries/useCalendarData.d.ts +0 -11
  347. package/dist/cjs/organisms/CalendarOrganism/queries/useCreateCalendarEvent.d.ts +0 -56
  348. package/dist/cjs/organisms/CalendarOrganism/queries/useDeleteCalendarEvent.d.ts +0 -27
  349. package/dist/cjs/organisms/CalendarOrganism/queries/useUpdateCalendarEvent.d.ts +0 -52
  350. package/dist/cjs/organisms/CalendarOrganism/types.d.ts +0 -137
  351. package/dist/cjs/organisms/CalendarOrganism/useCalendarOrganism.d.ts +0 -66
  352. package/dist/cjs/organisms/CalendarOrganism/utils/statusColorMapping.d.ts +0 -7
  353. package/dist/cjs/organisms/CalendarOrganism/utils/toPackageOverlayConfig.d.ts +0 -24
  354. package/dist/cjs/organisms/DataGrid/DataGridOrganism.d.ts +0 -4
  355. package/dist/cjs/organisms/DataGrid/ListView/ListView.d.ts +0 -21
  356. package/dist/cjs/organisms/DataGrid/ListView/hooks/useListColumns.d.ts +0 -14
  357. package/dist/cjs/organisms/DataGrid/ListView/hooks/useListItemTemplate.d.ts +0 -10
  358. package/dist/cjs/organisms/DataGrid/ListView/stories/ListView.stories.d.ts +0 -7
  359. package/dist/cjs/organisms/DataGrid/ListView/templates/components/Custom.d.ts +0 -23
  360. package/dist/cjs/organisms/DataGrid/ListView/templates/components/FourItems.d.ts +0 -24
  361. package/dist/cjs/organisms/DataGrid/ListView/templates/components/StudyCard.d.ts +0 -34
  362. package/dist/cjs/organisms/DataGrid/ListView/templates/components/SubjectCard.d.ts +0 -29
  363. package/dist/cjs/organisms/DataGrid/ListView/templates/components/VisitCard.d.ts +0 -22
  364. package/dist/cjs/organisms/DataGrid/ListView/templates/components/VisitCardCheck.d.ts +0 -22
  365. package/dist/cjs/organisms/DataGrid/ListView/templates/registry.d.ts +0 -15
  366. package/dist/cjs/organisms/DataGrid/ListView/templates/stories/Custom.stories.d.ts +0 -7
  367. package/dist/cjs/organisms/DataGrid/ListView/templates/stories/StudyCard.stories.d.ts +0 -29
  368. package/dist/cjs/organisms/DataGrid/ListView/templates/stories/SubjectCard.stories.d.ts +0 -9
  369. package/dist/cjs/organisms/DataGrid/ListView/templates/stories/VisitCard.stories.d.ts +0 -6
  370. package/dist/cjs/organisms/DataGrid/ListView/templates/stories/VisitCardCheck.stories.d.ts +0 -6
  371. package/dist/cjs/organisms/DataGrid/ListView/templates/types.d.ts +0 -46
  372. package/dist/cjs/organisms/DataGrid/ListView/templates/utils.d.ts +0 -20
  373. package/dist/cjs/organisms/DataGrid/TableView/TableView.d.ts +0 -20
  374. package/dist/cjs/organisms/DataGrid/TableView/hooks/useTableColumns.d.ts +0 -16
  375. package/dist/cjs/organisms/DataGrid/TableView/stories/TableView.stories.d.ts +0 -6
  376. package/dist/cjs/organisms/DataGrid/Toolbar/Toolbar.d.ts +0 -25
  377. package/dist/cjs/organisms/DataGrid/Toolbar/components/DensityToggle.d.ts +0 -16
  378. package/dist/cjs/organisms/DataGrid/Toolbar/components/ExportCsvButton.d.ts +0 -18
  379. package/dist/cjs/organisms/DataGrid/Toolbar/components/QuickFilters.d.ts +0 -25
  380. package/dist/cjs/organisms/DataGrid/Toolbar/components/SearchControl.d.ts +0 -19
  381. package/dist/cjs/organisms/DataGrid/config/descriptors.d.ts +0 -455
  382. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/columns.d.ts +0 -8
  383. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/controlsLayout.d.ts +0 -29
  384. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/densityToggleStyles.d.ts +0 -26
  385. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/exportButtonStyles.d.ts +0 -26
  386. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/listItemStyles.d.ts +0 -46
  387. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/quickFilters.d.ts +0 -28
  388. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/quickFiltersStyles.d.ts +0 -35
  389. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/rootWrapperStyles.d.ts +0 -33
  390. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/searchControl.d.ts +0 -32
  391. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/styles.d.ts +0 -34
  392. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/toolbar.d.ts +0 -36
  393. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/toolbarStyles.d.ts +0 -27
  394. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/view.d.ts +0 -53
  395. package/dist/cjs/organisms/DataGrid/config/toolDescriptor/wrapperStyles.d.ts +0 -51
  396. package/dist/cjs/organisms/DataGrid/config/types.d.ts +0 -109
  397. package/dist/cjs/organisms/DataGrid/hooks/useDataGridOrganism.d.ts +0 -47
  398. package/dist/cjs/organisms/DataGrid/index.d.ts +0 -5
  399. package/dist/cjs/organisms/DataGrid/queries/useDataGridRows.d.ts +0 -14
  400. package/dist/cjs/organisms/DataGrid/renderers/ActionButtonCell.d.ts +0 -12
  401. package/dist/cjs/organisms/DataGrid/renderers/AvatarTextCell.d.ts +0 -7
  402. package/dist/cjs/organisms/DataGrid/renderers/BooleanIconCell.d.ts +0 -7
  403. package/dist/cjs/organisms/DataGrid/renderers/CurrencyCell.d.ts +0 -7
  404. package/dist/cjs/organisms/DataGrid/renderers/DateCell.d.ts +0 -6
  405. package/dist/cjs/organisms/DataGrid/renderers/DefaultTextCell.d.ts +0 -5
  406. package/dist/cjs/organisms/DataGrid/renderers/EmailLinkCell.d.ts +0 -5
  407. package/dist/cjs/organisms/DataGrid/renderers/PhoneLinkCell.d.ts +0 -5
  408. package/dist/cjs/organisms/DataGrid/renderers/RatingCell.d.ts +0 -6
  409. package/dist/cjs/organisms/DataGrid/renderers/StatusChipCell.d.ts +0 -11
  410. package/dist/cjs/organisms/DataGrid/renderers/index.d.ts +0 -11
  411. package/dist/cjs/organisms/DataGrid/renderers/rendererRegistry.d.ts +0 -3
  412. package/dist/cjs/organisms/DataGrid/stories/DataGridOrganism.list.stories.d.ts +0 -7
  413. package/dist/cjs/organisms/DataGrid/stories/DataGridOrganism.stories.d.ts +0 -7
  414. package/dist/cjs/organisms/DataGrid/types/hostTypes.d.ts +0 -15
  415. package/dist/cjs/organisms/DataGrid/types/types.d.ts +0 -232
  416. package/dist/cjs/organisms/Organism/Organism.d.ts +0 -5
  417. package/dist/cjs/organisms/Organism/Organism.stories.d.ts +0 -8
  418. package/dist/cjs/organisms/Organism/mockData.d.ts +0 -410
  419. package/dist/cjs/organisms/OrganismItem/helpers.d.ts +0 -3
  420. package/dist/cjs/organisms/index.d.ts +0 -7
  421. package/dist/cjs/organisms/organismConfigurators.d.ts +0 -6
  422. package/dist/cjs/organisms/stories/AppointmentBookingDisplay.stories.d.ts +0 -4
  423. package/dist/cjs/organisms/stories/AppointmentBookingOrganism.stories.d.ts +0 -5
  424. package/dist/cjs/organisms/stories/DisplayOrganismNestedLevels.stories.d.ts +0 -5
  425. package/dist/cjs/organisms/stories/StudyDetailsDisplayOrganism.stories.d.ts +0 -5
  426. package/dist/cjs/organisms/stories/StudyWithVisitSchedulesDisplayOrganism.stories.d.ts +0 -5
  427. package/dist/cjs/organisms/stories/organism-configs/appointment-booking.d.ts +0 -1525
  428. package/dist/cjs/organisms/stories/organism-configs/organism-with-nested-replicators.d.ts +0 -1059
  429. package/dist/cjs/organisms/stories/organism-configs/study-details-display.d.ts +0 -2650
  430. package/dist/cjs/organisms/stories/organism-configs/study-with-visit-schedules.d.ts +0 -2241
  431. package/dist/cjs/organisms/stories/utils/organismMappers.d.ts +0 -1
  432. package/dist/cjs/organisms/types.d.ts +0 -21
  433. package/dist/cjs/setup/muiXLicense.d.ts +0 -1
  434. package/dist/cjs/theme/index.d.ts +0 -5
  435. package/dist/cjs/theme/provider.d.ts +0 -7
  436. package/dist/cjs/theme/theme.d.ts +0 -2
  437. package/dist/cjs/theme/toastStyles.d.ts +0 -1
  438. package/dist/cjs/theme/types.d.ts +0 -19
  439. package/dist/cjs/theme/useMediaQuery.d.ts +0 -2
  440. package/dist/cjs/typescript.d.ts +0 -20
  441. package/dist/index.d.ts +0 -5254
@@ -1,1676 +0,0 @@
1
- export declare const jdContainer: {
2
- id: string;
3
- eventId: null;
4
- instance: string;
5
- organismLibraryContainerId: string;
6
- containerLibraryId: string;
7
- type: string;
8
- ordering: number;
9
- config: {
10
- wide: {
11
- containerProps: {
12
- gap: string;
13
- border: string;
14
- borderColor: string;
15
- alignItems: string;
16
- };
17
- containerStyle: {
18
- gap: string;
19
- width: string;
20
- bottom: string;
21
- boxShadow: string;
22
- flexDirection: string;
23
- justifyContent: string;
24
- border: string;
25
- borderColor: string;
26
- padding: string;
27
- margin: string;
28
- };
29
- };
30
- compact: {
31
- containerProps: {
32
- gap: string;
33
- };
34
- containerStyle: {
35
- gap: string;
36
- };
37
- };
38
- };
39
- properties: {
40
- backgroundImage: {
41
- id: string;
42
- imageFile: {
43
- id: string;
44
- url: string;
45
- name: string;
46
- size: number;
47
- type: string;
48
- fileType: string;
49
- description: string;
50
- };
51
- attributeType: string;
52
- };
53
- enableBackgroundImage: {
54
- id: string;
55
- value: boolean;
56
- required: boolean;
57
- attributeType: string;
58
- };
59
- };
60
- metadata: {
61
- group: string[];
62
- };
63
- items: {
64
- id: string;
65
- name: string;
66
- type: string;
67
- config: {
68
- wide: {
69
- containerProps: {
70
- gap: string;
71
- alignItems: string;
72
- };
73
- containerStyle: {
74
- gap: string;
75
- width: string;
76
- height: string;
77
- zIndex: number;
78
- paddingTop: string;
79
- paddingLeft: string;
80
- paddingRight: string;
81
- paddingBottom: string;
82
- justifyContent: string;
83
- };
84
- };
85
- compact: {
86
- containerProps: {
87
- gap: string;
88
- };
89
- containerStyle: {
90
- gap: string;
91
- };
92
- };
93
- };
94
- eventId: null;
95
- instance: string;
96
- metadata: {};
97
- ordering: number;
98
- properties: {
99
- journey: {
100
- id: string;
101
- required: boolean;
102
- journeyId: string;
103
- attributeType: string;
104
- journeyNodeId: string;
105
- };
106
- backgroundImage: {
107
- id: string;
108
- imageFile: {
109
- id: string;
110
- url: string;
111
- name: string;
112
- size: number;
113
- type: string;
114
- fileType: string;
115
- description: string;
116
- };
117
- attributeType: string;
118
- };
119
- enableBackgroundImage: {
120
- id: string;
121
- value: boolean;
122
- required: boolean;
123
- attributeType: string;
124
- };
125
- };
126
- containerLibraryId: string;
127
- containerLibraryName: string;
128
- organismLibraryContainerId: string;
129
- items: {
130
- id: string;
131
- name: string;
132
- type: string;
133
- config: {
134
- wide: {
135
- containerProps: {
136
- gap: string;
137
- alignItems: string;
138
- };
139
- containerStyle: {
140
- gap: string;
141
- width: string;
142
- height: string;
143
- zIndex: number;
144
- flexDirection: string;
145
- justifyContent: string;
146
- };
147
- };
148
- compact: {
149
- containerProps: {
150
- gap: string;
151
- };
152
- containerStyle: {
153
- gap: string;
154
- };
155
- };
156
- };
157
- eventId: null;
158
- instance: string;
159
- metadata: {};
160
- ordering: number;
161
- properties: {
162
- journeyNode: {
163
- id: string;
164
- required: boolean;
165
- journeyId: string;
166
- attributeType: string;
167
- journeyNodeId: string;
168
- };
169
- backgroundImage: {
170
- id: string;
171
- imageFile: {
172
- id: string;
173
- url: string;
174
- name: string;
175
- size: number;
176
- type: string;
177
- fileType: string;
178
- description: string;
179
- };
180
- attributeType: string;
181
- };
182
- enableBackgroundImage: {
183
- id: string;
184
- value: boolean;
185
- required: boolean;
186
- attributeType: string;
187
- };
188
- };
189
- containerLibraryId: string;
190
- containerLibraryName: string;
191
- organismLibraryContainerId: string;
192
- items: {
193
- id: string;
194
- name: string;
195
- type: string;
196
- config: {
197
- props: {
198
- color: string;
199
- styles: {};
200
- fontSize: string;
201
- placement: string;
202
- textAlign: string;
203
- textColor: string;
204
- fontFamily: string;
205
- paddingTop: string;
206
- borderColor: string;
207
- paddingLeft: string;
208
- paddingRight: string;
209
- subTextColor: string;
210
- bodyTextColor: string;
211
- paddingBottom: string;
212
- subTextFontSize: string;
213
- bodyTextFontSize: string;
214
- };
215
- };
216
- children: {
217
- id: string;
218
- name: string;
219
- config: {
220
- props: {
221
- styles: {};
222
- paddingTop: string;
223
- paddingLeft: string;
224
- paddingRight: string;
225
- paddingBottom: string;
226
- };
227
- };
228
- instance: string;
229
- ordering: number;
230
- actionable: boolean;
231
- properties: {
232
- text: {
233
- id: string;
234
- text: string;
235
- required: boolean;
236
- isRichText: boolean;
237
- attributeType: string;
238
- showRichTextToolbar: boolean;
239
- };
240
- subText: {
241
- id: string;
242
- text: string;
243
- required: boolean;
244
- isRichText: boolean;
245
- attributeType: string;
246
- showRichTextToolbar: boolean;
247
- };
248
- bodyText: {
249
- id: string;
250
- text: string;
251
- required: boolean;
252
- isRichText: boolean;
253
- attributeType: string;
254
- showRichTextToolbar: boolean;
255
- };
256
- };
257
- dataCaptureProperties: never[];
258
- libraryMoleculeConfiguredId: string;
259
- }[];
260
- instance: string;
261
- metadata: {};
262
- ordering: number;
263
- properties: {};
264
- moleculeLibraryId: string;
265
- dataCaptureProperties: null;
266
- organismLibraryMoleculeId: string;
267
- }[];
268
- }[];
269
- }[];
270
- };
271
- export declare const headerWithDrawerContainer: {
272
- id: string;
273
- pmiObjectId: null;
274
- stateValueOptionMasterStateId: null;
275
- instance: string;
276
- organismLibraryContainerId: string;
277
- containerLibraryId: string;
278
- type: string;
279
- ordering: number;
280
- config: {
281
- wide: {
282
- containerProps: {
283
- gap: string;
284
- position: string;
285
- };
286
- containerStyle: {
287
- gap: string;
288
- top: string;
289
- width: string;
290
- zIndex: number;
291
- paddingTop: string;
292
- paddingLeft: string;
293
- paddingRight: string;
294
- paddingBottom: string;
295
- backgroundColor: string;
296
- };
297
- };
298
- compact: {
299
- containerProps: {
300
- gap: string;
301
- position: string;
302
- alignItems: string;
303
- };
304
- containerStyle: {
305
- gap: string;
306
- top: string;
307
- width: string;
308
- zIndex: number;
309
- marginTop: string;
310
- paddingTop: string;
311
- marginRight: string;
312
- paddingLeft: string;
313
- paddingRight: string;
314
- flexDirection: string;
315
- paddingBottom: string;
316
- justifyContent: string;
317
- backgroundColor: string;
318
- };
319
- };
320
- };
321
- metadata: {
322
- group: string[];
323
- };
324
- properties: {
325
- backgroundImage: {
326
- id: string;
327
- property: string;
328
- propertyType: string;
329
- imageFile: {
330
- id: string;
331
- url: string;
332
- name: string;
333
- size: number;
334
- type: string;
335
- source: null;
336
- property: string;
337
- fileType: string;
338
- createdAt: string;
339
- updatedAt: string;
340
- description: string;
341
- originalName: string;
342
- propertyType: string;
343
- };
344
- };
345
- };
346
- items: ({
347
- id: string;
348
- name: null;
349
- type: string;
350
- config: {
351
- wide: {
352
- containerProps: {
353
- gap: string;
354
- alignItems: string;
355
- };
356
- containerStyle: {
357
- gap: string;
358
- width: string;
359
- justifyContent: string;
360
- };
361
- };
362
- compact: {
363
- containerProps: {
364
- gap: string;
365
- };
366
- containerStyle: {
367
- gap: string;
368
- justifyContent: string;
369
- marginTop?: undefined;
370
- marginLeft?: undefined;
371
- marginRight?: undefined;
372
- paddingLeft?: undefined;
373
- paddingRight?: undefined;
374
- };
375
- };
376
- };
377
- instance: string;
378
- metadata: {
379
- group: string[];
380
- };
381
- ordering: number;
382
- properties: {
383
- backgroundImage: {
384
- id: string;
385
- property: string;
386
- propertyType: string;
387
- imageFile: {
388
- id: string;
389
- url: string;
390
- name: string;
391
- size: number;
392
- type: string;
393
- source: null;
394
- property: string;
395
- fileType: string;
396
- createdAt: string;
397
- updatedAt: string;
398
- description: string;
399
- originalName: null;
400
- propertyType: string;
401
- };
402
- };
403
- };
404
- pmiObjectId: null;
405
- containerLibraryId: string;
406
- containerLibraryName: string;
407
- organismLibraryContainerId: string;
408
- stateValueOptionMasterStateId: null;
409
- items: {
410
- id: string;
411
- name: string;
412
- type: string;
413
- config: {
414
- props: {
415
- width: string;
416
- height: string;
417
- styles: {};
418
- marginTop: string;
419
- paddingTop: string;
420
- paddingLeft: string;
421
- borderRadius: string;
422
- paddingRight: string;
423
- paddingBottom: string;
424
- };
425
- };
426
- items: never[];
427
- instance: string;
428
- metadata: {};
429
- ordering: number;
430
- actionable: boolean;
431
- properties: {
432
- link: {
433
- id: string;
434
- name: string;
435
- type: string;
436
- property: string;
437
- externalLink: string;
438
- internalLink: string;
439
- propertyType: string;
440
- };
441
- image: {
442
- id: string;
443
- property: string;
444
- propertyType: string;
445
- imageFile: {
446
- id: string;
447
- url: string;
448
- name: string;
449
- size: number;
450
- type: string;
451
- source: null;
452
- property: string;
453
- fileType: string;
454
- createdAt: string;
455
- updatedAt: string;
456
- description: string;
457
- originalName: string;
458
- propertyType: string;
459
- moleculeItemId: null;
460
- };
461
- };
462
- interacted: {
463
- id: string;
464
- value: string;
465
- property: string;
466
- createdAt: string;
467
- updatedAt: string;
468
- propertyType: string;
469
- moleculeItemId: null;
470
- organismAppliedId: null;
471
- containerAppliedId: null;
472
- };
473
- };
474
- triggerable: boolean;
475
- referenceName: string;
476
- moleculeLibraryId: string;
477
- organismLibraryMoleculeId: string;
478
- }[];
479
- } | {
480
- id: string;
481
- name: null;
482
- type: string;
483
- config: {
484
- wide: {
485
- containerProps: {
486
- gap: string;
487
- alignItems: string;
488
- };
489
- containerStyle: {
490
- gap: string;
491
- width: string;
492
- justifyContent: string;
493
- };
494
- };
495
- compact: {
496
- containerProps: {
497
- gap: string;
498
- };
499
- containerStyle: {
500
- gap: string;
501
- marginTop: string;
502
- marginLeft: string;
503
- marginRight: string;
504
- paddingLeft: string;
505
- paddingRight: string;
506
- justifyContent?: undefined;
507
- };
508
- };
509
- };
510
- instance: string;
511
- metadata: {
512
- group: string[];
513
- };
514
- ordering: number;
515
- properties: {
516
- backgroundImage: {
517
- id: string;
518
- property: string;
519
- propertyType: string;
520
- imageFile: {
521
- id: string;
522
- url: string;
523
- name: string;
524
- size: number;
525
- type: string;
526
- source: null;
527
- property: string;
528
- fileType: string;
529
- createdAt: string;
530
- updatedAt: string;
531
- description: string;
532
- originalName: null;
533
- propertyType: string;
534
- };
535
- };
536
- };
537
- pmiObjectId: null;
538
- containerLibraryId: string;
539
- containerLibraryName: string;
540
- organismLibraryContainerId: string;
541
- stateValueOptionMasterStateId: null;
542
- items: ({
543
- id: string;
544
- name: string;
545
- type: string;
546
- config: {
547
- props: {
548
- color: string;
549
- styles: {};
550
- variant: string;
551
- fontSize: string;
552
- startIcon: string;
553
- textAlign: string;
554
- textColor: string;
555
- fontFamily: string;
556
- fontWeight: string;
557
- paddingTop: string;
558
- paddingLeft: string;
559
- borderRadius: string;
560
- paddingRight: string;
561
- paddingBottom: string;
562
- disabledColor?: undefined;
563
- anchor?: undefined;
564
- withButton?: undefined;
565
- buttonText?: undefined;
566
- buttonVariant?: undefined;
567
- buttonColor?: undefined;
568
- buttonTextColor?: undefined;
569
- buttonStartIcon?: undefined;
570
- buttonCornerRadius?: undefined;
571
- withCloseIcon?: undefined;
572
- closeIconColor?: undefined;
573
- padding?: undefined;
574
- width?: undefined;
575
- backgroundColor?: undefined;
576
- };
577
- };
578
- items: never[];
579
- instance: string;
580
- metadata: {};
581
- ordering: number;
582
- actionable: boolean;
583
- properties: {
584
- text: {
585
- id: string;
586
- text: string;
587
- property: string;
588
- createdAt: string;
589
- updatedAt: string;
590
- isRichText: boolean;
591
- propertyType: string;
592
- moleculeItemId: null;
593
- showRichTextToolbar: boolean;
594
- };
595
- action: {
596
- id: string;
597
- propertyType: string;
598
- property: string;
599
- action: {
600
- type: string;
601
- link: {
602
- internalLink: null;
603
- externalLink: null;
604
- name: null;
605
- type: null;
606
- };
607
- reset?: undefined;
608
- };
609
- };
610
- disabled: {
611
- id: string;
612
- value: string;
613
- property: string;
614
- createdAt: string;
615
- updatedAt: string;
616
- propertyType: string;
617
- moleculeItemId: null;
618
- organismAppliedId: null;
619
- containerAppliedId: null;
620
- };
621
- interacted: {
622
- id: string;
623
- value: string;
624
- property: string;
625
- createdAt: string;
626
- updatedAt: string;
627
- propertyType: string;
628
- moleculeItemId: null;
629
- organismAppliedId: null;
630
- containerAppliedId: null;
631
- };
632
- };
633
- triggerable: boolean;
634
- referenceName: string;
635
- moleculeLibraryId: string;
636
- organismLibraryMoleculeId: string;
637
- } | {
638
- id: string;
639
- name: string;
640
- type: string;
641
- config: {
642
- props: {
643
- color: string;
644
- styles: {};
645
- variant: string;
646
- fontSize: string;
647
- startIcon: string;
648
- textAlign: string;
649
- textColor: string;
650
- fontFamily: string;
651
- fontWeight: string;
652
- paddingTop: string;
653
- paddingLeft: string;
654
- borderRadius: string;
655
- paddingRight: string;
656
- disabledColor: string;
657
- paddingBottom: string;
658
- anchor?: undefined;
659
- withButton?: undefined;
660
- buttonText?: undefined;
661
- buttonVariant?: undefined;
662
- buttonColor?: undefined;
663
- buttonTextColor?: undefined;
664
- buttonStartIcon?: undefined;
665
- buttonCornerRadius?: undefined;
666
- withCloseIcon?: undefined;
667
- closeIconColor?: undefined;
668
- padding?: undefined;
669
- width?: undefined;
670
- backgroundColor?: undefined;
671
- };
672
- };
673
- items: never[];
674
- instance: string;
675
- metadata: {};
676
- ordering: number;
677
- actionable: boolean;
678
- properties: {
679
- text: {
680
- id: string;
681
- text: string;
682
- property: string;
683
- createdAt: string;
684
- updatedAt: string;
685
- isRichText: boolean;
686
- propertyType: string;
687
- moleculeItemId: null;
688
- showRichTextToolbar: boolean;
689
- };
690
- action: {
691
- id: string;
692
- propertyType: string;
693
- property: string;
694
- action: {
695
- type: string;
696
- reset: {};
697
- link?: undefined;
698
- };
699
- };
700
- disabled: {
701
- id: string;
702
- value: string;
703
- property: string;
704
- createdAt: string;
705
- updatedAt: string;
706
- propertyType: string;
707
- moleculeItemId: null;
708
- organismAppliedId: null;
709
- containerAppliedId: null;
710
- };
711
- interacted: {
712
- id: string;
713
- value: string;
714
- property: string;
715
- createdAt: string;
716
- updatedAt: string;
717
- propertyType: string;
718
- moleculeItemId: null;
719
- organismAppliedId: null;
720
- containerAppliedId: null;
721
- };
722
- };
723
- triggerable: boolean;
724
- referenceName: string;
725
- moleculeLibraryId: string;
726
- organismLibraryMoleculeId: string;
727
- } | {
728
- id: string;
729
- name: string;
730
- type: string;
731
- config: {
732
- props: {
733
- color: string;
734
- styles: {};
735
- variant: string;
736
- fontSize: string;
737
- startIcon: string;
738
- textAlign: string;
739
- textColor: string;
740
- fontFamily: string;
741
- fontWeight: string;
742
- paddingTop: string;
743
- paddingLeft: string;
744
- borderRadius: string;
745
- paddingRight: string;
746
- paddingBottom: string;
747
- disabledColor?: undefined;
748
- anchor?: undefined;
749
- withButton?: undefined;
750
- buttonText?: undefined;
751
- buttonVariant?: undefined;
752
- buttonColor?: undefined;
753
- buttonTextColor?: undefined;
754
- buttonStartIcon?: undefined;
755
- buttonCornerRadius?: undefined;
756
- withCloseIcon?: undefined;
757
- closeIconColor?: undefined;
758
- padding?: undefined;
759
- width?: undefined;
760
- backgroundColor?: undefined;
761
- };
762
- };
763
- items: never[];
764
- instance: string;
765
- metadata: {};
766
- ordering: number;
767
- actionable: boolean;
768
- properties: {
769
- text: {
770
- id: string;
771
- text: string;
772
- property: string;
773
- createdAt: string;
774
- updatedAt: string;
775
- isRichText: boolean;
776
- propertyType: string;
777
- moleculeItemId: null;
778
- showRichTextToolbar: boolean;
779
- };
780
- action: {
781
- id: string;
782
- propertyType: string;
783
- property: string;
784
- action: {
785
- type: string;
786
- reset: {};
787
- link?: undefined;
788
- };
789
- };
790
- disabled: {
791
- id: string;
792
- value: string;
793
- property: string;
794
- createdAt: string;
795
- updatedAt: string;
796
- propertyType: string;
797
- moleculeItemId: null;
798
- organismAppliedId: null;
799
- containerAppliedId: null;
800
- };
801
- interacted: {
802
- id: string;
803
- value: string;
804
- property: string;
805
- createdAt: string;
806
- updatedAt: string;
807
- propertyType: string;
808
- moleculeItemId: null;
809
- organismAppliedId: null;
810
- containerAppliedId: null;
811
- };
812
- };
813
- triggerable: boolean;
814
- referenceName: string;
815
- moleculeLibraryId: string;
816
- organismLibraryMoleculeId: string;
817
- } | {
818
- id: string;
819
- name: string;
820
- type: string;
821
- config: {
822
- props: {
823
- anchor: string;
824
- variant: string;
825
- withButton: boolean;
826
- buttonText: string;
827
- buttonVariant: string;
828
- buttonColor: string;
829
- buttonTextColor: string;
830
- buttonStartIcon: string;
831
- buttonCornerRadius: string;
832
- withCloseIcon: boolean;
833
- closeIconColor: string;
834
- padding: string;
835
- width: number;
836
- backgroundColor: string;
837
- color?: undefined;
838
- styles?: undefined;
839
- fontSize?: undefined;
840
- startIcon?: undefined;
841
- textAlign?: undefined;
842
- textColor?: undefined;
843
- fontFamily?: undefined;
844
- fontWeight?: undefined;
845
- paddingTop?: undefined;
846
- paddingLeft?: undefined;
847
- borderRadius?: undefined;
848
- paddingRight?: undefined;
849
- paddingBottom?: undefined;
850
- disabledColor?: undefined;
851
- };
852
- };
853
- items: ({
854
- id: string;
855
- type: string;
856
- properties: {
857
- text: {
858
- text: string;
859
- };
860
- };
861
- config: {
862
- props: {
863
- fontSize: string;
864
- fontWeight: string;
865
- marginBottom: string;
866
- paddingLeft: string;
867
- marginTop?: undefined;
868
- color?: undefined;
869
- startIcon?: undefined;
870
- paddingTop?: undefined;
871
- paddingBottom?: undefined;
872
- endIcon?: undefined;
873
- align?: undefined;
874
- textColor?: undefined;
875
- };
876
- };
877
- instance: string;
878
- } | {
879
- id: string;
880
- type: string;
881
- config: {
882
- props: {
883
- marginBottom: string;
884
- fontSize?: undefined;
885
- fontWeight?: undefined;
886
- paddingLeft?: undefined;
887
- marginTop?: undefined;
888
- color?: undefined;
889
- startIcon?: undefined;
890
- paddingTop?: undefined;
891
- paddingBottom?: undefined;
892
- endIcon?: undefined;
893
- align?: undefined;
894
- textColor?: undefined;
895
- };
896
- };
897
- instance: string;
898
- properties?: undefined;
899
- } | {
900
- id: string;
901
- type: string;
902
- properties: {
903
- text: {
904
- text: string;
905
- };
906
- };
907
- config: {
908
- props: {
909
- fontSize: string;
910
- fontWeight: string;
911
- paddingLeft: string;
912
- marginTop: string;
913
- marginBottom: string;
914
- color: string;
915
- startIcon?: undefined;
916
- paddingTop?: undefined;
917
- paddingBottom?: undefined;
918
- endIcon?: undefined;
919
- align?: undefined;
920
- textColor?: undefined;
921
- };
922
- };
923
- instance: string;
924
- } | {
925
- id: string;
926
- type: string;
927
- properties: {
928
- text: {
929
- text: string;
930
- };
931
- };
932
- config: {
933
- props: {
934
- startIcon: string;
935
- paddingLeft: string;
936
- paddingTop: string;
937
- paddingBottom: string;
938
- fontSize?: undefined;
939
- fontWeight?: undefined;
940
- marginBottom?: undefined;
941
- marginTop?: undefined;
942
- color?: undefined;
943
- endIcon?: undefined;
944
- align?: undefined;
945
- textColor?: undefined;
946
- };
947
- };
948
- instance: string;
949
- } | {
950
- id: string;
951
- type: string;
952
- config: {
953
- props: {
954
- marginTop: string;
955
- marginBottom: string;
956
- fontSize?: undefined;
957
- fontWeight?: undefined;
958
- paddingLeft?: undefined;
959
- color?: undefined;
960
- startIcon?: undefined;
961
- paddingTop?: undefined;
962
- paddingBottom?: undefined;
963
- endIcon?: undefined;
964
- align?: undefined;
965
- textColor?: undefined;
966
- };
967
- };
968
- instance: string;
969
- properties?: undefined;
970
- } | {
971
- id: string;
972
- type: string;
973
- properties: {
974
- text: {
975
- text: string;
976
- };
977
- };
978
- config: {
979
- props: {
980
- startIcon: string;
981
- endIcon: string;
982
- paddingLeft: string;
983
- paddingTop: string;
984
- paddingBottom: string;
985
- fontSize?: undefined;
986
- fontWeight?: undefined;
987
- marginBottom?: undefined;
988
- marginTop?: undefined;
989
- color?: undefined;
990
- align?: undefined;
991
- textColor?: undefined;
992
- };
993
- };
994
- instance: string;
995
- } | {
996
- id: string;
997
- type: string;
998
- properties: {
999
- text: {
1000
- text: string;
1001
- };
1002
- };
1003
- config: {
1004
- props: {
1005
- fontSize: string;
1006
- color: string;
1007
- align: string;
1008
- paddingTop: string;
1009
- paddingBottom: string;
1010
- fontWeight?: undefined;
1011
- marginBottom?: undefined;
1012
- paddingLeft?: undefined;
1013
- marginTop?: undefined;
1014
- startIcon?: undefined;
1015
- endIcon?: undefined;
1016
- textColor?: undefined;
1017
- };
1018
- };
1019
- instance: string;
1020
- } | {
1021
- id: string;
1022
- type: string;
1023
- properties: {
1024
- text: {
1025
- text: string;
1026
- };
1027
- };
1028
- config: {
1029
- props: {
1030
- startIcon: string;
1031
- textColor: string;
1032
- paddingLeft: string;
1033
- paddingTop: string;
1034
- paddingBottom: string;
1035
- marginTop: string;
1036
- fontSize?: undefined;
1037
- fontWeight?: undefined;
1038
- marginBottom?: undefined;
1039
- color?: undefined;
1040
- endIcon?: undefined;
1041
- align?: undefined;
1042
- };
1043
- };
1044
- instance: string;
1045
- })[];
1046
- instance: string;
1047
- metadata: {};
1048
- ordering: number;
1049
- actionable: boolean;
1050
- properties: {
1051
- text?: undefined;
1052
- action?: undefined;
1053
- disabled?: undefined;
1054
- interacted?: undefined;
1055
- };
1056
- triggerable: boolean;
1057
- referenceName: string;
1058
- moleculeLibraryId: string;
1059
- organismLibraryMoleculeId: string;
1060
- })[];
1061
- })[];
1062
- };
1063
- export declare const formContainer: {
1064
- id: string;
1065
- pmiObjectId: null;
1066
- stateValueOptionMasterStateId: null;
1067
- instance: string;
1068
- organismLibraryContainerId: string;
1069
- containerLibraryId: string;
1070
- type: string;
1071
- ordering: number;
1072
- config: {
1073
- props: {
1074
- formProps: {
1075
- state: string;
1076
- };
1077
- };
1078
- wide: {
1079
- containerProps: {};
1080
- containerStyle: {
1081
- gap: string;
1082
- width: string;
1083
- flexWrap: string;
1084
- paddingTop: string;
1085
- paddingLeft: string;
1086
- paddingRight: string;
1087
- paddingBottom: string;
1088
- justifyContent: string;
1089
- };
1090
- };
1091
- compact: {
1092
- containerProps: {};
1093
- containerStyle: {
1094
- gap: string;
1095
- width: string;
1096
- flexWrap: string;
1097
- paddingTop: string;
1098
- paddingLeft: string;
1099
- paddingRight: string;
1100
- paddingBottom: string;
1101
- };
1102
- };
1103
- };
1104
- metadata: {
1105
- display: {
1106
- type: string;
1107
- itemsPerStep: number;
1108
- };
1109
- };
1110
- properties: {
1111
- backgroundImage: {
1112
- id: string;
1113
- property: string;
1114
- propertyType: string;
1115
- imageFile: {
1116
- id: string;
1117
- url: string;
1118
- name: string;
1119
- size: number;
1120
- type: string;
1121
- source: null;
1122
- property: string;
1123
- fileType: string;
1124
- createdAt: string;
1125
- updatedAt: string;
1126
- description: null;
1127
- originalName: string;
1128
- propertyType: string;
1129
- };
1130
- };
1131
- };
1132
- items: ({
1133
- id: string;
1134
- name: string;
1135
- type: string;
1136
- config: {
1137
- wide: {
1138
- containerProps: {};
1139
- containerStyle: {
1140
- gap: string;
1141
- width: string;
1142
- flexWrap: string;
1143
- paddingTop: string;
1144
- paddingLeft: string;
1145
- paddingRight: string;
1146
- flexDirection: string;
1147
- paddingBottom: string;
1148
- };
1149
- };
1150
- compact: {
1151
- containerProps: {};
1152
- containerStyle: {
1153
- gap: string;
1154
- width: string;
1155
- flexWrap: string;
1156
- paddingTop: string;
1157
- paddingLeft: string;
1158
- paddingRight: string;
1159
- paddingBottom: string;
1160
- };
1161
- };
1162
- props?: undefined;
1163
- };
1164
- instance: string;
1165
- metadata: {
1166
- group: string[];
1167
- };
1168
- ordering: number;
1169
- properties: {
1170
- backgroundImage: {
1171
- id: string;
1172
- property: string;
1173
- propertyType: string;
1174
- imageFile: {
1175
- id: string;
1176
- url: string;
1177
- name: string;
1178
- size: number;
1179
- type: string;
1180
- source: string;
1181
- property: string;
1182
- fileType: string;
1183
- createdAt: string;
1184
- updatedAt: string;
1185
- description: null;
1186
- originalName: string;
1187
- propertyType: string;
1188
- };
1189
- };
1190
- objectModification: {
1191
- id: string;
1192
- value: boolean;
1193
- property: string;
1194
- createdAt: string;
1195
- updatedAt: string;
1196
- propertyType: string;
1197
- };
1198
- text?: undefined;
1199
- action?: undefined;
1200
- disabled?: undefined;
1201
- interacted?: undefined;
1202
- };
1203
- pmiObjectId: string;
1204
- containerLibraryId: string;
1205
- containerLibraryName: string;
1206
- organismLibraryContainerId: string;
1207
- stateValueOptionMasterStateId: string;
1208
- items: {
1209
- id: string;
1210
- name: string;
1211
- type: string;
1212
- config: {
1213
- props: {
1214
- color: string;
1215
- styles: {};
1216
- fontSize: string;
1217
- inputType: string;
1218
- textAlign: string;
1219
- fontFamily: string;
1220
- paddingTop: string;
1221
- borderColor: string;
1222
- paddingLeft: string;
1223
- paddingRight: string;
1224
- paddingBottom: string;
1225
- };
1226
- };
1227
- children: never[];
1228
- instance: string;
1229
- metadata: {};
1230
- ordering: number;
1231
- actionable: boolean;
1232
- properties: {
1233
- text: {
1234
- id: string;
1235
- text: string;
1236
- property: string;
1237
- createdAt: string;
1238
- updatedAt: string;
1239
- isRichText: boolean;
1240
- propertyType: string;
1241
- moleculeItemId: null;
1242
- showRichTextToolbar: boolean;
1243
- };
1244
- required: {
1245
- id: string;
1246
- value: boolean;
1247
- property: string;
1248
- createdAt: string;
1249
- updatedAt: string;
1250
- propertyType: string;
1251
- };
1252
- dataCapture: {
1253
- id: string;
1254
- property: string;
1255
- required: boolean;
1256
- createdAt: string;
1257
- updatedAt: string;
1258
- propertyType: string;
1259
- isConfigurable: boolean;
1260
- moleculeItemId: null;
1261
- dataCaptureName: string;
1262
- sourceDataModelFieldId: string;
1263
- };
1264
- placeholderText: {
1265
- id: string;
1266
- text: string;
1267
- property: string;
1268
- createdAt: string;
1269
- updatedAt: string;
1270
- isRichText: boolean;
1271
- propertyType: string;
1272
- moleculeItemId: null;
1273
- showRichTextToolbar: boolean;
1274
- };
1275
- requiredErrorText: {
1276
- id: string;
1277
- text: string;
1278
- property: string;
1279
- createdAt: string;
1280
- updatedAt: string;
1281
- isRichText: boolean;
1282
- propertyType: string;
1283
- moleculeItemId: null;
1284
- showRichTextToolbar: boolean;
1285
- };
1286
- validationErrorText: {
1287
- id: string;
1288
- text: string;
1289
- property: string;
1290
- createdAt: string;
1291
- updatedAt: string;
1292
- isRichText: boolean;
1293
- propertyType: string;
1294
- moleculeItemId: null;
1295
- showRichTextToolbar: boolean;
1296
- };
1297
- };
1298
- triggerable: boolean;
1299
- referenceName: string;
1300
- moleculeLibraryId: string;
1301
- organismLibraryMoleculeId: string;
1302
- }[];
1303
- children?: undefined;
1304
- actionable?: undefined;
1305
- triggerable?: undefined;
1306
- referenceName?: undefined;
1307
- moleculeLibraryId?: undefined;
1308
- organismLibraryMoleculeId?: undefined;
1309
- } | {
1310
- id: string;
1311
- name: string;
1312
- type: string;
1313
- config: {
1314
- wide: {
1315
- containerProps: {};
1316
- containerStyle: {
1317
- gap: string;
1318
- width: string;
1319
- flexWrap: string;
1320
- paddingTop: string;
1321
- paddingLeft: string;
1322
- paddingRight: string;
1323
- flexDirection: string;
1324
- paddingBottom: string;
1325
- };
1326
- };
1327
- compact: {
1328
- containerProps: {};
1329
- containerStyle: {
1330
- gap: string;
1331
- width: string;
1332
- flexWrap: string;
1333
- paddingTop: string;
1334
- paddingLeft: string;
1335
- paddingRight: string;
1336
- paddingBottom: string;
1337
- };
1338
- };
1339
- props?: undefined;
1340
- };
1341
- instance: string;
1342
- metadata: {
1343
- group: string[];
1344
- };
1345
- ordering: number;
1346
- properties: {
1347
- backgroundImage: {
1348
- id: string;
1349
- property: string;
1350
- propertyType: string;
1351
- imageFile: {
1352
- id: string;
1353
- url: string;
1354
- name: string;
1355
- size: number;
1356
- type: string;
1357
- source: string;
1358
- property: string;
1359
- fileType: string;
1360
- createdAt: string;
1361
- updatedAt: string;
1362
- description: null;
1363
- originalName: string;
1364
- propertyType: string;
1365
- };
1366
- };
1367
- objectModification: {
1368
- id: string;
1369
- value: boolean;
1370
- property: string;
1371
- createdAt: string;
1372
- updatedAt: string;
1373
- propertyType: string;
1374
- };
1375
- text?: undefined;
1376
- action?: undefined;
1377
- disabled?: undefined;
1378
- interacted?: undefined;
1379
- };
1380
- pmiObjectId: string;
1381
- containerLibraryId: string;
1382
- containerLibraryName: string;
1383
- organismLibraryContainerId: string;
1384
- stateValueOptionMasterStateId: string;
1385
- items: ({
1386
- id: string;
1387
- name: string;
1388
- type: string;
1389
- config: {
1390
- props: {
1391
- color: string;
1392
- masked: string;
1393
- styles: {};
1394
- fontSize: string;
1395
- textAlign: string;
1396
- fontFamily: string;
1397
- paddingTop: string;
1398
- borderColor: string;
1399
- paddingLeft: string;
1400
- paddingRight: string;
1401
- paddingBottom: string;
1402
- textColor?: undefined;
1403
- allowNegative?: undefined;
1404
- numericPrecision?: undefined;
1405
- };
1406
- };
1407
- children: never[];
1408
- instance: string;
1409
- metadata: {};
1410
- ordering: number;
1411
- actionable: boolean;
1412
- properties: {
1413
- text: {
1414
- id: string;
1415
- text: string;
1416
- property: string;
1417
- createdAt: string;
1418
- updatedAt: string;
1419
- isRichText: boolean;
1420
- propertyType: string;
1421
- moleculeItemId: null;
1422
- showRichTextToolbar: boolean;
1423
- };
1424
- required: {
1425
- id: string;
1426
- value: boolean;
1427
- property: string;
1428
- createdAt: string;
1429
- updatedAt: string;
1430
- propertyType: string;
1431
- };
1432
- dataCapture: {
1433
- id: string;
1434
- property: string;
1435
- required: boolean;
1436
- createdAt: string;
1437
- updatedAt: string;
1438
- propertyType: string;
1439
- isConfigurable: boolean;
1440
- moleculeItemId: null;
1441
- dataCaptureName: string;
1442
- sourceDataModelFieldId: string;
1443
- };
1444
- placeholderText: {
1445
- id: string;
1446
- text: string;
1447
- property: string;
1448
- createdAt: string;
1449
- updatedAt: string;
1450
- isRichText: boolean;
1451
- propertyType: string;
1452
- moleculeItemId: null;
1453
- showRichTextToolbar: boolean;
1454
- };
1455
- requiredErrorText: {
1456
- id: string;
1457
- text: string;
1458
- property: string;
1459
- createdAt: string;
1460
- updatedAt: string;
1461
- isRichText: boolean;
1462
- propertyType: string;
1463
- moleculeItemId: null;
1464
- showRichTextToolbar: boolean;
1465
- };
1466
- validationErrorText: {
1467
- id: string;
1468
- text: string;
1469
- property: string;
1470
- createdAt: string;
1471
- updatedAt: string;
1472
- isRichText: boolean;
1473
- propertyType: string;
1474
- moleculeItemId: null;
1475
- showRichTextToolbar: boolean;
1476
- };
1477
- };
1478
- triggerable: boolean;
1479
- referenceName: string;
1480
- moleculeLibraryId: string;
1481
- organismLibraryMoleculeId: string;
1482
- } | {
1483
- id: string;
1484
- name: string;
1485
- type: string;
1486
- config: {
1487
- props: {
1488
- styles: {};
1489
- fontSize: string;
1490
- textAlign: string;
1491
- textColor: string;
1492
- fontFamily: string;
1493
- paddingTop: string;
1494
- borderColor: string;
1495
- paddingLeft: string;
1496
- paddingRight: string;
1497
- allowNegative: boolean;
1498
- paddingBottom: string;
1499
- numericPrecision: string;
1500
- color?: undefined;
1501
- masked?: undefined;
1502
- };
1503
- };
1504
- children: never[];
1505
- instance: string;
1506
- metadata: {};
1507
- ordering: number;
1508
- actionable: boolean;
1509
- properties: {
1510
- text: {
1511
- id: string;
1512
- text: string;
1513
- property: string;
1514
- createdAt: string;
1515
- updatedAt: string;
1516
- isRichText: boolean;
1517
- propertyType: string;
1518
- moleculeItemId: null;
1519
- showRichTextToolbar: boolean;
1520
- };
1521
- required: {
1522
- id: string;
1523
- value: boolean;
1524
- property: string;
1525
- createdAt: string;
1526
- updatedAt: string;
1527
- propertyType: string;
1528
- };
1529
- dataCapture: {
1530
- id: string;
1531
- property: string;
1532
- required: boolean;
1533
- createdAt: string;
1534
- updatedAt: string;
1535
- propertyType: string;
1536
- isConfigurable: boolean;
1537
- moleculeItemId: null;
1538
- dataCaptureName: string;
1539
- sourceDataModelFieldId: string;
1540
- };
1541
- placeholderText: {
1542
- id: string;
1543
- text: string;
1544
- property: string;
1545
- createdAt: string;
1546
- updatedAt: string;
1547
- isRichText: boolean;
1548
- propertyType: string;
1549
- moleculeItemId: null;
1550
- showRichTextToolbar: boolean;
1551
- };
1552
- requiredErrorText: {
1553
- id: string;
1554
- text: string;
1555
- property: string;
1556
- createdAt: string;
1557
- updatedAt: string;
1558
- isRichText: boolean;
1559
- propertyType: string;
1560
- moleculeItemId: null;
1561
- showRichTextToolbar: boolean;
1562
- };
1563
- validationErrorText: {
1564
- id: string;
1565
- text: string;
1566
- property: string;
1567
- createdAt: string;
1568
- updatedAt: string;
1569
- isRichText: boolean;
1570
- propertyType: string;
1571
- moleculeItemId: null;
1572
- showRichTextToolbar: boolean;
1573
- };
1574
- };
1575
- triggerable: boolean;
1576
- referenceName: string;
1577
- moleculeLibraryId: string;
1578
- organismLibraryMoleculeId: string;
1579
- })[];
1580
- children?: undefined;
1581
- actionable?: undefined;
1582
- triggerable?: undefined;
1583
- referenceName?: undefined;
1584
- moleculeLibraryId?: undefined;
1585
- organismLibraryMoleculeId?: undefined;
1586
- } | {
1587
- id: string;
1588
- name: string;
1589
- type: string;
1590
- config: {
1591
- props: {
1592
- color: string;
1593
- width: string;
1594
- height: string;
1595
- styles: {};
1596
- variant: string;
1597
- fontSize: string;
1598
- fullWidth: boolean;
1599
- textAlign: string;
1600
- textColor: string;
1601
- fontFamily: string;
1602
- fontWeight: string;
1603
- paddingTop: string;
1604
- paddingLeft: string;
1605
- borderRadius: string;
1606
- paddingRight: string;
1607
- paddingBottom: string;
1608
- };
1609
- wide?: undefined;
1610
- compact?: undefined;
1611
- };
1612
- children: never[];
1613
- instance: string;
1614
- metadata: {
1615
- group?: undefined;
1616
- };
1617
- ordering: number;
1618
- actionable: boolean;
1619
- properties: {
1620
- text: {
1621
- id: string;
1622
- text: string;
1623
- property: string;
1624
- createdAt: string;
1625
- updatedAt: string;
1626
- isRichText: boolean;
1627
- propertyType: string;
1628
- moleculeItemId: null;
1629
- showRichTextToolbar: boolean;
1630
- };
1631
- action: {
1632
- id: string;
1633
- propertyType: string;
1634
- property: string;
1635
- action: {
1636
- type: string;
1637
- reset: {};
1638
- };
1639
- };
1640
- disabled: {
1641
- id: string;
1642
- value: string;
1643
- property: string;
1644
- createdAt: string;
1645
- updatedAt: string;
1646
- propertyType: string;
1647
- moleculeItemId: null;
1648
- organismAppliedId: null;
1649
- containerAppliedId: null;
1650
- };
1651
- interacted: {
1652
- id: string;
1653
- value: string;
1654
- property: string;
1655
- createdAt: string;
1656
- updatedAt: string;
1657
- propertyType: string;
1658
- moleculeItemId: null;
1659
- organismAppliedId: null;
1660
- containerAppliedId: null;
1661
- };
1662
- backgroundImage?: undefined;
1663
- objectModification?: undefined;
1664
- };
1665
- triggerable: boolean;
1666
- referenceName: null;
1667
- moleculeLibraryId: string;
1668
- organismLibraryMoleculeId: string;
1669
- pmiObjectId?: undefined;
1670
- containerLibraryId?: undefined;
1671
- containerLibraryName?: undefined;
1672
- organismLibraryContainerId?: undefined;
1673
- stateValueOptionMasterStateId?: undefined;
1674
- items?: undefined;
1675
- })[];
1676
- };