@rockrms/obsidian-framework 18.1.0 → 19.1.8

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 (910) hide show
  1. package/package.json +1 -1
  2. package/types/Controls/Grid/Cells/attributeCell.partial.obs.d.ts +1 -27
  3. package/types/Controls/Grid/Cells/booleanCell.partial.obs.d.ts +1 -27
  4. package/types/Controls/Grid/Cells/buttonCell.partial.obs.d.ts +1 -27
  5. package/types/Controls/Grid/Cells/copyCell.partial.obs.d.ts +1 -28
  6. package/types/Controls/Grid/Cells/currencyCell.partial.obs.d.ts +1 -27
  7. package/types/Controls/Grid/Cells/currencySkeletonCell.partial.obs.d.ts +1 -19
  8. package/types/Controls/Grid/Cells/dateCell.partial.obs.d.ts +1 -27
  9. package/types/Controls/Grid/Cells/dateSkeletonCell.partial.obs.d.ts +1 -19
  10. package/types/Controls/Grid/Cells/dateTimeCell.partial.obs.d.ts +1 -27
  11. package/types/Controls/Grid/Cells/dateTimeSkeletonCell.partial.obs.d.ts +1 -19
  12. package/types/Controls/Grid/Cells/deleteCell.partial.obs.d.ts +1 -27
  13. package/types/Controls/Grid/Cells/editCell.partial.obs.d.ts +1 -27
  14. package/types/Controls/Grid/Cells/highlightDetailCell.partial.obs.d.ts +1 -27
  15. package/types/Controls/Grid/Cells/highlightDetailSkeletonCell.partial.obs.d.ts +1 -19
  16. package/types/Controls/Grid/Cells/htmlSkeletonCell.partial.obs.d.ts +1 -19
  17. package/types/Controls/Grid/Cells/labelCell.partial.obs.d.ts +1 -27
  18. package/types/Controls/Grid/Cells/labelSkeletonCell.partial.obs.d.ts +1 -19
  19. package/types/Controls/Grid/Cells/numberBadgeCell.partial.obs.d.ts +1 -27
  20. package/types/Controls/Grid/Cells/numberBadgeSkeletonCell.partial.obs.d.ts +1 -19
  21. package/types/Controls/Grid/Cells/numberCell.partial.obs.d.ts +1 -27
  22. package/types/Controls/Grid/Cells/numberSkeletonCell.partial.obs.d.ts +1 -19
  23. package/types/Controls/Grid/Cells/personCell.partial.obs.d.ts +1 -27
  24. package/types/Controls/Grid/Cells/personSkeletonCell.partial.obs.d.ts +1 -19
  25. package/types/Controls/Grid/Cells/reorderCell.partial.obs.d.ts +1 -28
  26. package/types/Controls/Grid/Cells/rockFieldCell.partial.obs.d.ts +1 -27
  27. package/types/Controls/Grid/Cells/securityCell.partial.obs.d.ts +1 -28
  28. package/types/Controls/Grid/Cells/selectCell.partial.obs.d.ts +1 -27
  29. package/types/Controls/Grid/Cells/selectHeaderCell.partial.obs.d.ts +1 -19
  30. package/types/Controls/Grid/Cells/textSkeletonCell.partial.obs.d.ts +1 -19
  31. package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +5 -93
  32. package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +10 -62
  33. package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +13 -65
  34. package/types/Controls/Grid/Columns/column.partial.d.ts +8 -8
  35. package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +12 -64
  36. package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +10 -98
  37. package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +12 -100
  38. package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +12 -100
  39. package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +14 -66
  40. package/types/Controls/Grid/Columns/dynamicColumns.partial.d.ts +6 -6
  41. package/types/Controls/Grid/Columns/editColumn.partial.d.ts +14 -66
  42. package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +27 -112
  43. package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +7 -43
  44. package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +11 -99
  45. package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +12 -100
  46. package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +12 -100
  47. package/types/Controls/Grid/Columns/personColumn.partial.d.ts +23 -96
  48. package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +20 -72
  49. package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +10 -62
  50. package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +14 -66
  51. package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +28 -134
  52. package/types/Controls/Grid/Columns/textColumn.partial.d.ts +10 -46
  53. package/types/Controls/Grid/Filters/booleanFilter.partial.obs.d.ts +2 -28
  54. package/types/Controls/Grid/Filters/dateFilter.partial.obs.d.ts +2 -28
  55. package/types/Controls/Grid/Filters/numberFilter.partial.obs.d.ts +2 -28
  56. package/types/Controls/Grid/Filters/pickExistingFilter.partial.obs.d.ts +2 -28
  57. package/types/Controls/Grid/Filters/textFilter.partial.obs.d.ts +2 -28
  58. package/types/Controls/Grid/columnHeaderCell.partial.obs.d.ts +21 -0
  59. package/types/Controls/Grid/columnHeaderRow.partial.obs.d.ts +34 -5
  60. package/types/Controls/Grid/dataRow.partial.obs.d.ts +2 -2
  61. package/types/Controls/Grid/dataRows.partial.obs.d.ts +2 -2
  62. package/types/Controls/Grid/filterHeaderRow.partial.obs.d.ts +26 -5
  63. package/types/Controls/Grid/grid.partial.obs.d.ts +90 -14
  64. package/types/Controls/Grid/lightFooterRow.partial.obs.d.ts +3 -3
  65. package/types/Controls/Grid/skeletonRow.partial.obs.d.ts +2 -2
  66. package/types/Controls/Grid/skeletonRows.partial.obs.d.ts +2 -2
  67. package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +2 -2
  68. package/types/Controls/Internal/AI/Skills/groupManagerSkill.obs.d.ts +2 -28
  69. package/types/Controls/Internal/AI/Skills/prayerSkill.obs.d.ts +2 -28
  70. package/types/Controls/Internal/AI/Skills/skillConfiguration.obs.d.ts +2 -28
  71. package/types/Controls/Internal/Automation/Events/launchWorkflow.obs.d.ts +2 -26
  72. package/types/Controls/Internal/Automation/Events/lavaEvent.obs.d.ts +2 -26
  73. package/types/Controls/Internal/Automation/Events/logMessage.obs.d.ts +2 -26
  74. package/types/Controls/Internal/Automation/Events/sendFallbackChatNotification.obs.d.ts +2 -26
  75. package/types/Controls/Internal/Automation/Triggers/ChatMessage/criteria.partial.obs.d.ts +3 -2
  76. package/types/Controls/Internal/Automation/Triggers/ChatMessage/editRule.partial.obs.d.ts +3 -2
  77. package/types/Controls/Internal/Automation/Triggers/chatMessage.obs.d.ts +2 -28
  78. package/types/Controls/Internal/Automation/Triggers/entityChange.obs.d.ts +2 -28
  79. package/types/Controls/Internal/EmailEditor/accordion.partial.obs.d.ts +9 -6
  80. package/types/Controls/Internal/EmailEditor/accordionGroup.partial.obs.d.ts +8 -5
  81. package/types/Controls/Internal/EmailEditor/api.d.ts +3 -0
  82. package/types/Controls/Internal/EmailEditor/borderPicker.partial.obs.d.ts +39 -0
  83. package/types/Controls/Internal/EmailEditor/borderStylePicker.partial.obs.d.ts +37 -0
  84. package/types/Controls/Internal/EmailEditor/buttonWidthPicker.partial.obs.d.ts +28 -0
  85. package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +24 -6
  86. package/types/Controls/Internal/EmailEditor/contentToggle.partial.obs.d.ts +41 -0
  87. package/types/Controls/Internal/EmailEditor/emailDesigner.partial.obs.d.ts +18 -4
  88. package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +16 -10
  89. package/types/Controls/Internal/EmailEditor/emailIFrame.partial.obs.d.ts +18 -4
  90. package/types/Controls/Internal/EmailEditor/flatPanel.partial.obs.d.ts +12 -7
  91. package/types/Controls/{searchField.obs.d.ts → Internal/EmailEditor/fontFamilyPicker.partial.obs.d.ts} +5 -5
  92. package/types/Controls/Internal/EmailEditor/horizontalAlignmentPicker.partial.obs.d.ts +12 -3
  93. package/types/Controls/Internal/EmailEditor/hrefPicker.partial.obs.d.ts +26 -0
  94. package/types/Controls/Internal/EmailEditor/letterCasePicker.partial.obs.d.ts +85 -0
  95. package/types/Controls/Internal/EmailEditor/lineHeightPicker.partial.obs.d.ts +10 -1
  96. package/types/Controls/Internal/EmailEditor/lineHeightPicker2.partial.obs.d.ts +84 -0
  97. package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +23 -11
  98. package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +11 -8
  99. package/types/Controls/Internal/EmailEditor/percentRangeSlider.partial.obs.d.ts +55 -0
  100. package/types/Controls/Internal/EmailEditor/pixelBox.partial.obs.d.ts +84 -0
  101. package/types/Controls/Internal/EmailEditor/properties/buttonWidthProperty.partial.obs.d.ts +3 -3
  102. package/types/Controls/Internal/EmailEditor/properties/colorPickerProperty.partial.obs.d.ts +3 -3
  103. package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +3 -2
  104. package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentProperty.partial.obs.d.ts +2 -2
  105. package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentTextAlignProperty.partial.obs.d.ts +2 -2
  106. package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
  107. package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +6 -5
  108. package/types/Controls/Internal/EmailEditor/properties/textBoxProperty.partial.obs.d.ts +8 -5
  109. package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +9 -6
  110. package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +1 -1
  111. package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +22 -6
  112. package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +4 -5
  113. package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +11 -8
  114. package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +10 -1
  115. package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +42 -6
  116. package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +4 -3
  117. package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +1 -1
  118. package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +1 -1
  119. package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +2 -2
  120. package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +5 -4
  121. package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +1 -1
  122. package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +1 -1
  123. package/types/Controls/Internal/EmailEditor/providers.partial.d.ts +3 -21
  124. package/types/Controls/Internal/EmailEditor/shorthandBorderStylePicker.partial.obs.d.ts +37 -0
  125. package/types/Controls/Internal/EmailEditor/shorthandColorPicker.partial.obs.d.ts +82 -0
  126. package/types/Controls/Internal/EmailEditor/shorthandDropDownList.partial.obs.d.ts +91 -0
  127. package/types/Controls/Internal/EmailEditor/shorthandPixelBox.partial.obs.d.ts +82 -0
  128. package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +45 -11
  129. package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +25 -12
  130. package/types/Controls/Internal/EmailEditor/textAlignPicker.partial.obs.d.ts +10 -1
  131. package/types/Controls/Internal/EmailEditor/textAlignmentPicker.partial.obs.d.ts +85 -0
  132. package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +10 -1
  133. package/types/Controls/Internal/EmailEditor/textFormatPicker2.partial.obs.d.ts +113 -0
  134. package/types/Controls/Internal/EmailEditor/textTransformPicker.partial.obs.d.ts +10 -1
  135. package/types/Controls/Internal/EmailEditor/types.partial.d.ts +516 -5
  136. package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +63 -115
  137. package/types/Controls/Internal/LearningActivity/acknowledgmentLearningActivity.obs.d.ts +7 -5
  138. package/types/Controls/Internal/LearningActivity/assessmentLearningActivity.obs.d.ts +9 -7
  139. package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.obs.d.ts +7 -5
  140. package/types/Controls/Internal/LearningActivity/fileUploadLearningActivity.obs.d.ts +7 -5
  141. package/types/Controls/Internal/LearningActivity/learningActivity.d.ts +4 -0
  142. package/types/Controls/Internal/LearningActivity/pointAssessmentLearningActivity.obs.d.ts +7 -5
  143. package/types/Controls/Internal/LearningActivity/videoWatchLearningActivity.obs.d.ts +7 -5
  144. package/types/Controls/Internal/MobilePreview/mobilePreview.partial.obs.d.ts +7 -4
  145. package/types/Controls/{NoteEditor/utils.partial.d.ts → Internal/NoteEditor/utils.d.ts} +1 -1
  146. package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +1 -1
  147. package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +9 -6
  148. package/types/Controls/Internal/actionToolbar.obs.d.ts +47 -0
  149. package/types/Controls/Internal/assetPicker.obs.d.ts +10 -1
  150. package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +11 -2
  151. package/types/Controls/Internal/communicationRecipientActivity.obs.d.ts +10 -6
  152. package/types/Controls/Internal/contentSectionNav.obs.d.ts +8 -0
  153. package/types/Controls/Internal/definedValueEditor.obs.d.ts +6 -5
  154. package/types/Controls/Internal/devicePreview.obs.d.ts +2 -2
  155. package/types/Controls/Internal/dockedPanel.obs.d.ts +110 -0
  156. package/types/Controls/Internal/groupMemberRequirementCard.obs.d.ts +7 -6
  157. package/types/Controls/Internal/groupedGridPanel.obs.d.ts +176 -0
  158. package/types/Controls/Internal/mobileNavigationActionEditor.obs.d.ts +10 -1
  159. package/types/Controls/Internal/nmiGatewayControl.obs.d.ts +4 -4
  160. package/types/Controls/Internal/notesContainer.obs.d.ts +30 -10
  161. package/types/Controls/Internal/pageDebugTimings.obs.d.ts +1 -13
  162. package/types/Controls/Internal/pageDebugTraceRow.partial.obs.d.ts +67 -0
  163. package/types/Controls/Internal/quickFilter.obs.d.ts +49 -0
  164. package/types/Controls/Internal/reminderButton.obs.d.ts +11 -10
  165. package/types/Controls/Internal/reminderModal.obs.d.ts +85 -0
  166. package/types/Controls/Internal/testGatewayControl.obs.d.ts +1 -1
  167. package/types/Controls/Internal/treeListItem.obs.d.ts +20 -1
  168. package/types/Controls/Internal/valueFilterItem.obs.d.ts +1 -1
  169. package/types/Controls/NoteEditor/countDownPlugin.partial.obs.d.ts +0 -22
  170. package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +11 -61
  171. package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +0 -47
  172. package/types/Controls/NoteEditor/shortLinkPlugin.partial.obs.d.ts +3 -49
  173. package/types/Controls/NoteEditor/stylesheetsPlugin.partial.obs.d.ts +0 -35
  174. package/types/Controls/NoteEditor/toolbarCharCountPlugin.partial.obs.d.ts +0 -45
  175. package/types/Controls/NoteEditor/toolbarCountDownPlugin.partial.obs.d.ts +0 -46
  176. package/types/Controls/NoteEditor/toolbarLabelPlugin.partial.obs.d.ts +8 -5
  177. package/types/Controls/accountPicker.obs.d.ts +31 -16
  178. package/types/Controls/achievementTypePicker.obs.d.ts +19 -10
  179. package/types/Controls/adaptiveMessagePicker.obs.d.ts +19 -10
  180. package/types/Controls/addressControl.obs.d.ts +1 -1
  181. package/types/Controls/aiProviderPicker.obs.d.ts +19 -10
  182. package/types/Controls/assessmentTypePicker.obs.d.ts +16 -7
  183. package/types/Controls/assetStorageProviderPicker.obs.d.ts +19 -10
  184. package/types/Controls/attributeEditor.obs.d.ts +3 -2
  185. package/types/Controls/attributeValuesContainer.obs.d.ts +52 -2
  186. package/types/Controls/auditDetail.obs.d.ts +3 -2
  187. package/types/Controls/badge.obs.d.ts +8 -5
  188. package/types/Controls/badgeComponentPicker.obs.d.ts +22 -12
  189. package/types/Controls/badgeControl.obs.d.ts +5 -4
  190. package/types/Controls/badgeList.obs.d.ts +5 -4
  191. package/types/Controls/badgePicker.obs.d.ts +22 -12
  192. package/types/Controls/barChart.obs.d.ts +210 -7
  193. package/types/Controls/baseAsyncPicker.obs.d.ts +68 -34
  194. package/types/Controls/billboard.obs.d.ts +3 -2
  195. package/types/Controls/binaryFilePicker.obs.d.ts +22 -12
  196. package/types/Controls/binaryFileTypePicker.obs.d.ts +19 -10
  197. package/types/Controls/blockTemplatePicker.obs.d.ts +17 -7
  198. package/types/Controls/bulletedList.obs.d.ts +15 -10
  199. package/types/Controls/buttonDropDownList.obs.d.ts +12 -3
  200. package/types/Controls/buttonGroup.obs.d.ts +11 -2
  201. package/types/Controls/campusAccountAmountPicker.obs.d.ts +21 -11
  202. package/types/Controls/campusContextPicker.obs.d.ts +5 -4
  203. package/types/Controls/campusPicker.obs.d.ts +22 -20
  204. package/types/Controls/captcha.obs.d.ts +63 -20
  205. package/types/Controls/categorizedValuePicker.obs.d.ts +16 -6
  206. package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +11 -2
  207. package/types/Controls/categoryPicker.obs.d.ts +22 -4
  208. package/types/Controls/categoryTree.obs.d.ts +22 -4
  209. package/types/Controls/chart.obs.d.ts +12 -158
  210. package/types/Controls/checkBox.obs.d.ts +13 -15
  211. package/types/Controls/checkBoxList.obs.d.ts +41 -18
  212. package/types/Controls/codeEditor.obs.d.ts +16 -8
  213. package/types/Controls/colorPicker.obs.d.ts +90 -18
  214. package/types/Controls/colorSelector.obs.d.ts +15 -6
  215. package/types/Controls/componentPicker.obs.d.ts +20 -11
  216. package/types/Controls/conditionalWell.obs.d.ts +7 -4
  217. package/types/Controls/contentChannelItemPicker.obs.d.ts +24 -14
  218. package/types/Controls/contentDropDownPicker.obs.d.ts +51 -28
  219. package/types/Controls/contentSection.obs.d.ts +65 -12
  220. package/types/Controls/contentSectionContainer.obs.d.ts +13 -6
  221. package/types/Controls/contentStack.obs.d.ts +28 -9
  222. package/types/Controls/contextSlicer.obs.d.ts +13 -9
  223. package/types/Controls/copyButton.obs.d.ts +11 -8
  224. package/types/Controls/currencyBox.obs.d.ts +21 -14
  225. package/types/Controls/customSelect.obs.d.ts +27 -436
  226. package/types/Controls/dataViewPicker.obs.d.ts +22 -12
  227. package/types/Controls/datePartsPicker.obs.d.ts +1 -1
  228. package/types/Controls/datePicker.obs.d.ts +23 -5
  229. package/types/Controls/datePickerBase.obs.d.ts +1 -1
  230. package/types/Controls/definedValuePicker.obs.d.ts +22 -12
  231. package/types/Controls/dialog.obs.d.ts +12 -7
  232. package/types/Controls/displayCard.obs.d.ts +34 -11
  233. package/types/Controls/doughnutChart.obs.d.ts +376 -0
  234. package/types/Controls/dropDownContent.obs.d.ts +19 -6
  235. package/types/Controls/dropDownList.obs.d.ts +58 -39
  236. package/types/Controls/dropDownMenu.obs.d.ts +102 -9
  237. package/types/Controls/emailBox.obs.d.ts +1 -1
  238. package/types/Controls/emailEditor.d.ts +1 -1
  239. package/types/Controls/entityPicker.obs.d.ts +10 -1
  240. package/types/Controls/entityTypePicker.obs.d.ts +31 -12
  241. package/types/Controls/ethnicityPicker.obs.d.ts +21 -16
  242. package/types/Controls/eventCalendarPicker.obs.d.ts +19 -18
  243. package/types/Controls/eventItemOccurrencePicker.obs.d.ts +187 -0
  244. package/types/Controls/eventItemPicker.obs.d.ts +50 -11
  245. package/types/Controls/expanderPanel.obs.d.ts +10 -6
  246. package/types/Controls/experienceModePicker.obs.d.ts +95 -0
  247. package/types/Controls/fieldFilterContainer.obs.d.ts +10 -6
  248. package/types/Controls/fieldTypeEditor.obs.d.ts +3 -2
  249. package/types/Controls/fieldTypePicker.obs.d.ts +19 -26
  250. package/types/Controls/fileAssetManager.obs.d.ts +4 -4
  251. package/types/Controls/fileUploader.obs.d.ts +74 -3
  252. package/types/Controls/financialGatewayPicker.obs.d.ts +19 -10
  253. package/types/Controls/financialStatementTemplatePicker.obs.d.ts +19 -26
  254. package/types/Controls/firstNameTextBox.obs.d.ts +10 -1
  255. package/types/Controls/flyout.obs.d.ts +51 -0
  256. package/types/Controls/following.obs.d.ts +3 -2
  257. package/types/Controls/fullscreen.obs.d.ts +3 -3
  258. package/types/Controls/genderPicker.obs.d.ts +17 -8
  259. package/types/Controls/geoPicker.obs.d.ts +36 -24
  260. package/types/Controls/geoPickerMap.obs.d.ts +3 -2
  261. package/types/Controls/gradePicker.obs.d.ts +19 -10
  262. package/types/Controls/groupAndRolePicker.obs.d.ts +19 -10
  263. package/types/Controls/groupMemberPicker.obs.d.ts +23 -13
  264. package/types/Controls/groupMemberRequirementsContainer.obs.d.ts +9 -8
  265. package/types/Controls/groupPicker.obs.d.ts +16 -4
  266. package/types/Controls/groupRolePicker.obs.d.ts +37 -14
  267. package/types/Controls/groupTypeGroupPicker.obs.d.ts +16 -7
  268. package/types/Controls/groupTypePicker.obs.d.ts +35 -16
  269. package/types/Controls/highlightLabel.obs.d.ts +16 -11
  270. package/types/Controls/hint.obs.d.ts +3 -2
  271. package/types/Controls/htmlEditor.obs.d.ts +28 -2
  272. package/types/Controls/iconPicker.obs.d.ts +29 -15
  273. package/types/Controls/imageEditor.obs.d.ts +15 -5
  274. package/types/Controls/imageUploader.obs.d.ts +127 -5
  275. package/types/Controls/inlineCheckBox.obs.d.ts +19 -0
  276. package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
  277. package/types/Controls/inlineSwitch.obs.d.ts +1 -1
  278. package/types/Controls/inputGroupDropDown.obs.d.ts +10 -1
  279. package/types/Controls/interactionChannelInteractionComponentPicker.obs.d.ts +3 -2
  280. package/types/Controls/interactionChannelPicker.obs.d.ts +19 -18
  281. package/types/Controls/interactionComponentPicker.obs.d.ts +22 -12
  282. package/types/Controls/intervalPicker.obs.d.ts +10 -1
  283. package/types/Controls/javaScriptAnchor.obs.d.ts +7 -4
  284. package/types/Controls/jsonFieldsBuilder.obs.d.ts +13 -22
  285. package/types/Controls/keyValueList.obs.d.ts +11 -2
  286. package/types/Controls/kpi.obs.d.ts +14 -11
  287. package/types/Controls/lavaCommandPicker.obs.d.ts +18 -27
  288. package/types/Controls/learningClassActivityPicker.obs.d.ts +22 -12
  289. package/types/Controls/learningClassPicker.obs.d.ts +22 -12
  290. package/types/Controls/lineChart.obs.d.ts +15 -3
  291. package/types/Controls/linearGaugeChart.obs.d.ts +247 -0
  292. package/types/Controls/listBox.obs.d.ts +4 -4
  293. package/types/Controls/listItems.obs.d.ts +11 -2
  294. package/types/Controls/loading.obs.d.ts +8 -5
  295. package/types/Controls/locationAddressPicker.obs.d.ts +30 -15
  296. package/types/Controls/locationItemPicker.obs.d.ts +21 -15
  297. package/types/Controls/locationList.obs.d.ts +24 -14
  298. package/types/Controls/locationPicker.obs.d.ts +66 -16
  299. package/types/Controls/mediaElementPicker.obs.d.ts +18 -11
  300. package/types/Controls/mediaPlayer.obs.d.ts +18 -6
  301. package/types/Controls/mediaSelector.obs.d.ts +16 -7
  302. package/types/Controls/mergeFieldPicker.obs.d.ts +39 -20
  303. package/types/Controls/metricCategoryPicker.obs.d.ts +1 -1
  304. package/types/Controls/metricItemPicker.obs.d.ts +4 -3
  305. package/types/Controls/modal.obs.d.ts +16 -11
  306. package/types/Controls/modalAlert.obs.d.ts +8 -5
  307. package/types/Controls/noteTextEditor.obs.d.ts +25 -12
  308. package/types/Controls/notificationBox.obs.d.ts +10 -6
  309. package/types/Controls/numberBox.obs.d.ts +20 -14
  310. package/types/Controls/numberUpDown.obs.d.ts +11 -2
  311. package/types/Controls/numberUpDownBase.obs.d.ts +1 -1
  312. package/types/Controls/pageNavButtons.obs.d.ts +3 -2
  313. package/types/Controls/pagePicker.obs.d.ts +32 -3
  314. package/types/Controls/panel.obs.d.ts +68 -22
  315. package/types/Controls/pdfViewer.obs.d.ts +2 -2
  316. package/types/Controls/personAvatar.obs.d.ts +18 -3
  317. package/types/Controls/personBasicEditor.obs.d.ts +1 -1
  318. package/types/Controls/personLink.obs.d.ts +3 -3
  319. package/types/Controls/phoneNumberBox.obs.d.ts +40 -19
  320. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +19 -1
  321. package/types/Controls/pieChart.obs.d.ts +15 -3
  322. package/types/Controls/pill.obs.d.ts +60 -0
  323. package/types/Controls/pillList.obs.d.ts +182 -0
  324. package/types/Controls/popOver.obs.d.ts +15 -11
  325. package/types/Controls/progressBar.obs.d.ts +2 -2
  326. package/types/Controls/progressTracker.obs.d.ts +8 -5
  327. package/types/Controls/racePicker.obs.d.ts +21 -18
  328. package/types/Controls/radioButton.obs.d.ts +20 -7
  329. package/types/Controls/radioButtonList.obs.d.ts +19 -15
  330. package/types/Controls/rangeSlider.obs.d.ts +20 -8
  331. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +24 -14
  332. package/types/Controls/registrationInstancePicker.obs.d.ts +4 -3
  333. package/types/Controls/registryEntry.obs.d.ts +24 -11
  334. package/types/Controls/reminderTypePicker.obs.d.ts +19 -17
  335. package/types/Controls/remoteAuthsPicker.obs.d.ts +19 -26
  336. package/types/Controls/reportPicker.obs.d.ts +5 -4
  337. package/types/Controls/rockButton.obs.d.ts +16 -10
  338. package/types/Controls/rockForm.obs.d.ts +10 -7
  339. package/types/Controls/rockFormField.obs.d.ts +57 -33
  340. package/types/Controls/rockLabel.obs.d.ts +8 -5
  341. package/types/Controls/rockLiteral.obs.d.ts +10 -6
  342. package/types/Controls/rockSuspense.obs.d.ts +12 -8
  343. package/types/Controls/saveFinancialAccountForm.obs.d.ts +11 -7
  344. package/types/Controls/scheduleBuilder.obs.d.ts +32 -1
  345. package/types/Controls/schedulePicker.obs.d.ts +12 -0
  346. package/types/Controls/searchResultsSearchField.obs.d.ts +102 -0
  347. package/types/Controls/sectionContainer.obs.d.ts +11 -7
  348. package/types/Controls/sectionHeader.obs.d.ts +8 -5
  349. package/types/Controls/slidingDateRangePicker.obs.d.ts +6 -6
  350. package/types/Controls/smsMessageEditor.obs.d.ts +24 -4
  351. package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
  352. package/types/Controls/standardFilterDaysBack.obs.d.ts +10 -1
  353. package/types/Controls/staticFormControl.obs.d.ts +14 -9
  354. package/types/Controls/stepProgramPicker.obs.d.ts +19 -18
  355. package/types/Controls/stepProgramStepStatusPicker.obs.d.ts +3 -2
  356. package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -3
  357. package/types/Controls/stepStatusPicker.obs.d.ts +22 -12
  358. package/types/Controls/stepTypePicker.obs.d.ts +22 -12
  359. package/types/Controls/streakTypePicker.obs.d.ts +19 -26
  360. package/types/Controls/structuredContentEditor.obs.d.ts +14 -4
  361. package/types/Controls/tabbedContent.obs.d.ts +11 -8
  362. package/types/Controls/tabbedModal.obs.d.ts +15 -10
  363. package/types/Controls/tagList.obs.d.ts +5 -4
  364. package/types/Controls/termDescription.obs.d.ts +10 -6
  365. package/types/Controls/textBox.obs.d.ts +51 -20
  366. package/types/Controls/timeIntervalPicker.obs.d.ts +10 -1
  367. package/types/Controls/timePicker.obs.d.ts +11 -2
  368. package/types/Controls/toggle.obs.d.ts +96 -13
  369. package/types/Controls/transitionVerticalCollapse.obs.d.ts +25 -7
  370. package/types/Controls/treeItemPicker.obs.d.ts +69 -23
  371. package/types/Controls/treeList.obs.d.ts +37 -3
  372. package/types/Controls/valueFilter.obs.d.ts +11 -2
  373. package/types/Controls/valueList.obs.d.ts +4 -3
  374. package/types/Controls/warningBlock.obs.d.ts +7 -4
  375. package/types/Controls/wordCloud.obs.d.ts +6 -6
  376. package/types/Controls/workflowBasePicker.obs.d.ts +22 -12
  377. package/types/Controls/workflowPicker.obs.d.ts +3 -2
  378. package/types/Controls/workflowTypePicker.obs.d.ts +10 -1
  379. package/types/Controls/yearPicker.obs.d.ts +11 -2
  380. package/types/Core/Controls/chart.d.ts +90 -3
  381. package/types/Core/Controls/contentSection.d.ts +15 -1
  382. package/types/Core/Controls/grid.d.ts +11 -9
  383. package/types/Core/Controls/valueDetailListItemBuilder.d.ts +8 -0
  384. package/types/Core/Utilities/rockColor.d.ts +2 -0
  385. package/types/Directives/tooltip.d.ts +39 -0
  386. package/types/Enums/AI/Agent/modelServiceRole.d.ts +0 -4
  387. package/types/Enums/AI/Agent/sessionType.d.ts +23 -0
  388. package/types/Enums/AI/Agent/toolStatus.d.ts +13 -3
  389. package/types/Enums/Blocks/Mobile/Engagement/AddContact/contactMatch.d.ts +19 -0
  390. package/types/Enums/Cms/captchaMode.d.ts +13 -0
  391. package/types/Enums/Cms/shortcodeScopeBehavior.d.ts +11 -0
  392. package/types/Enums/Communication/Chat/chatAttachmentType.d.ts +15 -0
  393. package/types/Enums/Connection/activityEntryType.d.ts +15 -0
  394. package/types/Enums/Connection/aiSummaryTriggerMode.d.ts +11 -0
  395. package/types/Enums/Connection/connectionState.d.ts +15 -0
  396. package/types/Enums/Connection/connectionWorkflowTriggerType.d.ts +15 -1
  397. package/types/Enums/Connection/createConnectionRequestOptions.d.ts +23 -0
  398. package/types/Enums/Connection/dueDateCalculationMode.d.ts +13 -0
  399. package/types/Enums/Connection/dueStatus.d.ts +13 -0
  400. package/types/Enums/Connection/enabledFeatureFlags.d.ts +15 -0
  401. package/types/Enums/Connection/enabledViewFlags.d.ts +19 -0
  402. package/types/Enums/Connection/familyLimits.d.ts +20 -0
  403. package/types/Enums/Connection/personNoteCreationBehavior.d.ts +13 -0
  404. package/types/Enums/Connection/systemUpdateType.d.ts +31 -0
  405. package/types/Enums/Core/daysOfWeekFlags.d.ts +25 -0
  406. package/types/Enums/Engagement/outreachCadence.d.ts +21 -0
  407. package/types/Enums/Engagement/outreachNotificationTimeOfDay.d.ts +13 -0
  408. package/types/Enums/Engagement/relationshipFocus.d.ts +15 -0
  409. package/types/Enums/Engagement/relationshipStrength.d.ts +17 -0
  410. package/types/Enums/Engagement/touchpointCommunicationMedium.d.ts +15 -0
  411. package/types/Enums/Engagement/touchpointType.d.ts +42 -0
  412. package/types/Enums/Group/appliesToPlacementConfiguration.d.ts +13 -0
  413. package/types/Enums/Group/groupLocationPickerMode.d.ts +21 -0
  414. package/types/Enums/Group/groupMemberWorkflowTriggerType.d.ts +19 -0
  415. package/types/Enums/Group/scheduleType.d.ts +15 -0
  416. package/types/Enums/Security/apiKeyPurpose.d.ts +11 -0
  417. package/types/Enums/Security/captchaMode.d.ts +13 -0
  418. package/types/Enums/Security/stringValidationProfile.d.ts +57 -0
  419. package/types/Enums/Security/stringValidationRule.d.ts +86 -0
  420. package/types/FieldTypes/achievementTypeField.partial.d.ts +1 -1
  421. package/types/FieldTypes/assessmentTypesField.partial.d.ts +1 -1
  422. package/types/FieldTypes/attributeField.partial.d.ts +1 -1
  423. package/types/FieldTypes/audioFileField.partial.d.ts +1 -1
  424. package/types/FieldTypes/audioFileFieldComponents.d.ts +2 -30
  425. package/types/FieldTypes/backgroundCheckField.partial.d.ts +1 -1
  426. package/types/FieldTypes/backgroundCheckFieldComponents.d.ts +2 -29
  427. package/types/FieldTypes/badgesField.partial.d.ts +1 -1
  428. package/types/FieldTypes/binaryFileField.partial.d.ts +1 -1
  429. package/types/FieldTypes/binaryFileFieldComponents.d.ts +2 -44
  430. package/types/FieldTypes/binaryFileTypesField.partial.d.ts +1 -1
  431. package/types/FieldTypes/blockTemplateField.partial.d.ts +1 -1
  432. package/types/FieldTypes/booleanField.partial.d.ts +1 -1
  433. package/types/FieldTypes/campusField.partial.d.ts +1 -1
  434. package/types/FieldTypes/campusesField.partial.d.ts +1 -1
  435. package/types/FieldTypes/campusesFieldComponents.d.ts +0 -2
  436. package/types/FieldTypes/captchaFieldComponents.d.ts +1 -1
  437. package/types/FieldTypes/categoriesField.partial.d.ts +1 -1
  438. package/types/FieldTypes/categorizedDefinedValueField.partial.d.ts +1 -1
  439. package/types/FieldTypes/categoryField.partial.d.ts +1 -1
  440. package/types/FieldTypes/checkListField.partial.d.ts +1 -1
  441. package/types/FieldTypes/checkinConfigurationTypeField.partial.d.ts +1 -1
  442. package/types/FieldTypes/codeEditorField.partial.d.ts +2 -4
  443. package/types/FieldTypes/codeEditorFieldComponents.d.ts +0 -3
  444. package/types/FieldTypes/colorFieldComponents.d.ts +3 -3
  445. package/types/FieldTypes/colorSelectorComponents.d.ts +0 -16
  446. package/types/FieldTypes/colorSelectorField.types.partial.d.ts +1 -1
  447. package/types/FieldTypes/communicationFlowField.partial.d.ts +1 -1
  448. package/types/FieldTypes/communicationPreferenceField.partial.d.ts +1 -1
  449. package/types/FieldTypes/communicationTemplateField.partial.d.ts +1 -1
  450. package/types/FieldTypes/comparisonField.partial.d.ts +1 -1
  451. package/types/FieldTypes/componentField.partial.d.ts +1 -1
  452. package/types/FieldTypes/componentsField.partial.d.ts +1 -1
  453. package/types/FieldTypes/conditionalScaleField.partial.d.ts +1 -1
  454. package/types/FieldTypes/conditionalScaleFieldComponents.d.ts +1 -1
  455. package/types/FieldTypes/connectionActivityTypeField.partial.d.ts +1 -1
  456. package/types/FieldTypes/connectionOpportunityField.partial.d.ts +1 -1
  457. package/types/FieldTypes/connectionStateField.partial.d.ts +1 -1
  458. package/types/FieldTypes/connectionStatusField.partial.d.ts +1 -1
  459. package/types/FieldTypes/connectionTypeField.partial.d.ts +1 -1
  460. package/types/FieldTypes/connectionTypesField.partial.d.ts +1 -1
  461. package/types/FieldTypes/contentChannelField.partial.d.ts +1 -1
  462. package/types/FieldTypes/contentChannelItemField.partial.d.ts +1 -1
  463. package/types/FieldTypes/contentChannelTypeField.partial.d.ts +1 -1
  464. package/types/FieldTypes/contentChannelTypesField.partial.d.ts +1 -1
  465. package/types/FieldTypes/contentChannelsField.partial.d.ts +1 -1
  466. package/types/FieldTypes/dataEntryRequirementLevelField.partial.d.ts +1 -1
  467. package/types/FieldTypes/dataViewField.partial.d.ts +1 -1
  468. package/types/FieldTypes/dataViewsField.partial.d.ts +2 -2
  469. package/types/FieldTypes/dataViewsFieldComponents.d.ts +5 -23
  470. package/types/FieldTypes/dateField.partial.d.ts +1 -1
  471. package/types/FieldTypes/dateFieldComponents.d.ts +4 -3
  472. package/types/FieldTypes/dateTimeField.partial.d.ts +1 -1
  473. package/types/FieldTypes/dateTimeFieldComponents.d.ts +4 -3
  474. package/types/FieldTypes/definedTypeField.partial.d.ts +1 -1
  475. package/types/FieldTypes/definedValueField.partial.d.ts +1 -1
  476. package/types/FieldTypes/definedValueRangeField.partial.d.ts +1 -1
  477. package/types/FieldTypes/documentTypeField.partial.d.ts +1 -1
  478. package/types/FieldTypes/encryptedTextField.partial.d.ts +3 -2
  479. package/types/FieldTypes/encryptedTextFieldComponents.d.ts +1 -0
  480. package/types/FieldTypes/entityField.partial.d.ts +1 -1
  481. package/types/FieldTypes/entityTypeField.partial.d.ts +1 -1
  482. package/types/FieldTypes/fileField.partial.d.ts +1 -1
  483. package/types/FieldTypes/financialAccountField.partial.d.ts +1 -1
  484. package/types/FieldTypes/financialAccountsField.partial.d.ts +1 -1
  485. package/types/FieldTypes/groupAndRoleField.partial.d.ts +1 -1
  486. package/types/FieldTypes/groupLocationTypeField.partial.d.ts +1 -1
  487. package/types/FieldTypes/groupMemberField.partial.d.ts +1 -1
  488. package/types/FieldTypes/groupRoleField.partial.d.ts +1 -1
  489. package/types/FieldTypes/groupRoleFieldComponents.d.ts +2 -16
  490. package/types/FieldTypes/groupTypeField.partial.d.ts +1 -1
  491. package/types/FieldTypes/groupTypeGroupField.partial.d.ts +1 -1
  492. package/types/FieldTypes/groupTypesField.partial.d.ts +1 -1
  493. package/types/FieldTypes/htmlField.partial.d.ts +1 -1
  494. package/types/FieldTypes/imageField.partial.d.ts +12 -2
  495. package/types/FieldTypes/imageFieldComponents.d.ts +10 -0
  496. package/types/FieldTypes/interactionChannelInteractionComponentField.partial.d.ts +1 -1
  497. package/types/FieldTypes/interactionChannelsField.partial.d.ts +1 -1
  498. package/types/FieldTypes/keyValueListField.partial.d.ts +1 -1
  499. package/types/FieldTypes/labelField.partial.d.ts +1 -1
  500. package/types/FieldTypes/lavaCommandsField.partial.d.ts +1 -1
  501. package/types/FieldTypes/lavaField.partial.d.ts +2 -4
  502. package/types/FieldTypes/lavaFieldComponents.d.ts +0 -3
  503. package/types/FieldTypes/locationField.partial.d.ts +1 -1
  504. package/types/FieldTypes/locationListField.partial.d.ts +1 -1
  505. package/types/FieldTypes/matrixField.partial.d.ts +1 -1
  506. package/types/FieldTypes/matrixFieldComponents.d.ts +6 -6
  507. package/types/FieldTypes/mediaElementField.partial.d.ts +1 -1
  508. package/types/FieldTypes/mediaSelectorField.partial.d.ts +1 -1
  509. package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +2 -2
  510. package/types/FieldTypes/mediaWatchField.partial.d.ts +1 -1
  511. package/types/FieldTypes/memoField.partial.d.ts +3 -1
  512. package/types/FieldTypes/multiSelectField.partial.d.ts +1 -1
  513. package/types/FieldTypes/multiSelectFieldComponents.d.ts +2 -2
  514. package/types/FieldTypes/noteTypeField.partial.d.ts +1 -1
  515. package/types/FieldTypes/noteTypesField.partial.d.ts +1 -1
  516. package/types/FieldTypes/persistedDatasetField.partial.d.ts +1 -1
  517. package/types/FieldTypes/personField.partial.d.ts +1 -1
  518. package/types/FieldTypes/prayerRequestFieldComponents.d.ts +1 -1
  519. package/types/FieldTypes/rangeSliderField.partial.d.ts +1 -1
  520. package/types/FieldTypes/ratingField.partial.d.ts +1 -1
  521. package/types/FieldTypes/ratingFieldComponents.d.ts +0 -8
  522. package/types/FieldTypes/registrationInstanceField.partial.d.ts +1 -1
  523. package/types/FieldTypes/reminderTypeField.partial.d.ts +1 -1
  524. package/types/FieldTypes/reminderTypesField.partial.d.ts +1 -1
  525. package/types/FieldTypes/remoteAuthsField.partial.d.ts +1 -1
  526. package/types/FieldTypes/reportField.partial.d.ts +1 -1
  527. package/types/FieldTypes/scheduleBuilderField.partial.d.ts +11 -0
  528. package/types/FieldTypes/scheduleBuilderFieldComponents.d.ts +36 -0
  529. package/types/FieldTypes/secondaryAuthsField.partial.d.ts +1 -1
  530. package/types/FieldTypes/securityRoleField.partial.d.ts +1 -1
  531. package/types/FieldTypes/singleSelectField.partial.d.ts +1 -1
  532. package/types/FieldTypes/siteField.partial.d.ts +4 -3
  533. package/types/FieldTypes/siteFieldComponents.d.ts +1 -0
  534. package/types/FieldTypes/slidingDateRangeField.partial.d.ts +1 -1
  535. package/types/FieldTypes/slidingDateRangeFieldComponents.d.ts +1 -1
  536. package/types/FieldTypes/socialMediaAccountField.partial.d.ts +1 -1
  537. package/types/FieldTypes/stepProgramField.partial.d.ts +1 -1
  538. package/types/FieldTypes/stepProgramStepStatusField.partial.d.ts +1 -1
  539. package/types/FieldTypes/streakTypeField.partial.d.ts +1 -1
  540. package/types/FieldTypes/systemCommunicationField.partial.d.ts +1 -1
  541. package/types/FieldTypes/systemEmailField.partial.d.ts +1 -1
  542. package/types/FieldTypes/systemPhoneNumberField.partial.d.ts +1 -1
  543. package/types/FieldTypes/textField.partial.d.ts +4 -2
  544. package/types/FieldTypes/textFieldComponents.d.ts +5 -2
  545. package/types/FieldTypes/timeZoneField.partial.d.ts +1 -1
  546. package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +8 -12
  547. package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
  548. package/types/FieldTypes/valueFilterField.partial.d.ts +1 -1
  549. package/types/FieldTypes/valueFilterFieldComponents.d.ts +1 -1
  550. package/types/FieldTypes/valueListField.partial.d.ts +1 -1
  551. package/types/FieldTypes/valueListFieldComponents.d.ts +2 -2
  552. package/types/FieldTypes/videoFileField.partial.d.ts +1 -1
  553. package/types/FieldTypes/videoFileFieldComponents.d.ts +2 -30
  554. package/types/FieldTypes/workflowActivityField.partial.d.ts +1 -1
  555. package/types/FieldTypes/workflowAttributeField.partial.d.ts +1 -1
  556. package/types/FieldTypes/workflowField.partial.d.ts +1 -1
  557. package/types/PageState/index.d.ts +2 -0
  558. package/types/PageState/state.d.ts +1 -1
  559. package/types/SystemGuids/attribute.d.ts +2 -0
  560. package/types/SystemGuids/binaryFiletype.d.ts +2 -0
  561. package/types/SystemGuids/blockType.d.ts +14 -0
  562. package/types/SystemGuids/definedType.d.ts +0 -9
  563. package/types/SystemGuids/entityType.d.ts +25 -1
  564. package/types/SystemGuids/fieldType.d.ts +2 -0
  565. package/types/SystemGuids/noteType.d.ts +4 -0
  566. package/types/SystemGuids/page.d.ts +20 -5
  567. package/types/SystemGuids/person.d.ts +5 -0
  568. package/types/SystemGuids/serviceJob.d.ts +20 -2
  569. package/types/Templates/detailBlock.d.ts +39 -2
  570. package/types/Templates/rockBlock.partial.d.ts +26 -26
  571. package/types/Templates/rockPage.d.ts +1 -1
  572. package/types/Types/Controls/grid.d.ts +11 -0
  573. package/types/Types/Controls/valueDetailListItem.d.ts +3 -0
  574. package/types/Types/Utility/http.d.ts +2 -2
  575. package/types/Utility/component.d.ts +9 -0
  576. package/types/Utility/dom.d.ts +11 -0
  577. package/types/Utility/file.d.ts +5 -1
  578. package/types/Utility/http.d.ts +41 -9
  579. package/types/Utility/lava.d.ts +2 -0
  580. package/types/Utility/linq.d.ts +22 -20
  581. package/types/Utility/page.d.ts +1 -0
  582. package/types/Utility/rockDateTime.d.ts +13 -0
  583. package/types/Utility/treeItemProviders.d.ts +72 -10
  584. package/types/Utility/url.d.ts +30 -7
  585. package/types/ViewModels/Blocks/Administration/NotificationList/notificationItemBag.d.ts +52 -0
  586. package/types/ViewModels/Blocks/Administration/NotificationList/notificationListBag.d.ts +33 -0
  587. package/types/ViewModels/{Rest/Controls/captchaControlConfigurationBag.d.ts → Blocks/Administration/NotificationList/notificationListOptionsBag.d.ts} +2 -7
  588. package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +6 -0
  589. package/types/ViewModels/Blocks/Administration/SystemConfiguration/uiSettingsConfigurationBag.d.ts +4 -5
  590. package/types/ViewModels/Blocks/BulkImport/csvImportBox.d.ts +54 -0
  591. package/types/ViewModels/Blocks/BulkImport/csvImportDeleteFileOptionsBag.d.ts +28 -0
  592. package/types/ViewModels/Blocks/BulkImport/csvImportGetCsvFieldsOptionsBag.d.ts +28 -0
  593. package/types/ViewModels/Blocks/BulkImport/csvImportGetCsvFieldsResultsBag.d.ts +36 -0
  594. package/types/ViewModels/Blocks/BulkImport/csvImportStartImportOptionsBag.d.ts +46 -0
  595. package/types/ViewModels/Blocks/BulkImport/csvImportValidateMappingsOptionsBag.d.ts +28 -0
  596. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +6 -0
  597. package/types/ViewModels/Blocks/CheckIn/Manager/CheckInContextSetter/checkInContextSetterOptionsBag.d.ts +59 -0
  598. package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendanceBag.d.ts +74 -0
  599. package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendeeBadgeBag.d.ts +37 -0
  600. package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendeeBag.d.ts +46 -0
  601. package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterOptionsBag.d.ts +62 -0
  602. package/types/ViewModels/Blocks/Cms/ContentChannelDetail/contentChannelDetailOptionsBag.d.ts +6 -2
  603. package/types/ViewModels/Blocks/Cms/ContentChannelItemList/contentChannelItemListOptionsBag.d.ts +25 -0
  604. package/types/ViewModels/Blocks/Cms/ContentChannelItemList/getLinkedMediaElementsRequestBag.d.ts +28 -0
  605. package/types/ViewModels/Blocks/Cms/ContentChannelItemList/getLinkedMediaElementsResponseBag.d.ts +30 -0
  606. package/types/ViewModels/Blocks/Cms/ContentChannelItemList/linkedMediaElementBag.d.ts +32 -0
  607. package/types/ViewModels/Blocks/Cms/ContentCollectionList/contentCollectionListOptionsBag.d.ts +26 -0
  608. package/types/ViewModels/Blocks/Cms/FileEditor/fileEditorBag.d.ts +31 -0
  609. package/types/ViewModels/Blocks/Cms/FileEditor/fileEditorOptionsBag.d.ts +37 -0
  610. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeBag.d.ts +7 -0
  611. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeDetailOptionsBag.d.ts +3 -0
  612. package/types/ViewModels/Blocks/Cms/PageMap/pageMapBag.d.ts +33 -0
  613. package/types/ViewModels/Blocks/Cms/PageMap/pageMapBlockAttributesBag.d.ts +34 -0
  614. package/types/ViewModels/Blocks/Cms/PageMap/pageMapOptionsBag.d.ts +30 -0
  615. package/types/ViewModels/Blocks/Cms/PageMap/pageMapTreeListBag.d.ts +40 -0
  616. package/types/ViewModels/Blocks/Cms/PageSearch/pageSearchBag.d.ts +4 -0
  617. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +3 -0
  618. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/additionalFilterConfigurationBag.d.ts +56 -0
  619. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/filterDescriptionResultBag.d.ts +27 -0
  620. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/interactionSegmentFilterBag.d.ts +49 -0
  621. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/pageViewSegmentFilterBag.d.ts +94 -0
  622. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/personalizationSegmentBag.d.ts +89 -0
  623. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/personalizationSegmentDetailOptionsBag.d.ts +30 -0
  624. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/sessionCountSegmentFilterBag.d.ts +45 -0
  625. package/types/ViewModels/Blocks/Cms/PersonalizationSegmentResults/personalizationSegmentResultsOptionsBag.d.ts +28 -0
  626. package/types/ViewModels/Blocks/Communication/Chat/ChatConfiguration/chatConfigurationBag.d.ts +3 -0
  627. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +3 -0
  628. package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySendResponseBag.d.ts +3 -0
  629. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +13 -2
  630. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCustomTextBag.d.ts +37 -0
  631. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +19 -1
  632. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardRecipientBag.d.ts +2 -4
  633. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/smsFromNumberListItemBag.d.ts +43 -0
  634. package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListItemBag.d.ts +56 -0
  635. package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListPreferenceRequestBag.d.ts +34 -0
  636. package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeBag.d.ts +36 -0
  637. package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeOptionsBag.d.ts +31 -0
  638. package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeRequestBag.d.ts +33 -0
  639. package/types/ViewModels/Blocks/Communication/CommunicationTemplateList/communicationTemplateListOptionsBag.d.ts +37 -0
  640. package/types/ViewModels/Blocks/Communication/CommunicationUnsubscribeReport/communicationUnsubscribeReportOptionsBag.d.ts +30 -0
  641. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetDetailOptionsBag.d.ts +5 -2
  642. package/types/ViewModels/Blocks/Communication/SnippetList/snippetListOptionsBag.d.ts +37 -0
  643. package/types/ViewModels/Blocks/Communication/SnippetTypeList/snippetTypeListOptionsBag.d.ts +26 -0
  644. package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationBag.d.ts +104 -0
  645. package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationDetailGetPreviewMessageRequestBag.d.ts +37 -0
  646. package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationDetailOptionsBag.d.ts +49 -0
  647. package/types/ViewModels/Blocks/Communication/SystemPhoneNumberList/systemPhoneNumberListOptionsBag.d.ts +26 -0
  648. package/types/ViewModels/Blocks/Connection/CampaignConfiguration/campaignConfigurationBag.d.ts +93 -0
  649. package/types/ViewModels/Blocks/Connection/CampaignConfiguration/campaignConfigurationOptionsBag.d.ts +36 -0
  650. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunityNavigationDetailsBag.d.ts +53 -0
  651. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunityNavigationInitializationBox.d.ts +49 -0
  652. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunitySummaryBag.d.ts +59 -0
  653. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionRequestCountsPerDayBag.d.ts +34 -0
  654. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionTypeSummaryBag.d.ts +48 -0
  655. package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/getNavigationDetailsRequestBag.d.ts +28 -0
  656. package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionFavoriteOpportunityBag.d.ts +37 -0
  657. package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionFavoriteOpportunityGroupBag.d.ts +42 -0
  658. package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionTypeNavigationInitializationBox.d.ts +56 -0
  659. package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionTypeSummaryBag.d.ts +73 -0
  660. package/types/ViewModels/Blocks/Core/AttributeCategoryList/attributeCategoryBag.d.ts +48 -0
  661. package/types/ViewModels/Blocks/Core/AttributeCategoryList/attributeCategoryListOptionsBag.d.ts +26 -0
  662. package/types/ViewModels/Blocks/Core/BinaryFileTypeDetail/binaryFileTypeBag.d.ts +3 -0
  663. package/types/ViewModels/Blocks/Core/CampusContextSetter/campusContextSetterOptionsBag.d.ts +36 -0
  664. package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +6 -0
  665. package/types/ViewModels/Blocks/Core/ComponentList/componentListEditBag.d.ts +48 -0
  666. package/types/ViewModels/Blocks/Core/ComponentList/componentListOptionsBag.d.ts +39 -0
  667. package/types/ViewModels/Blocks/Core/ComponentList/componentListRowBag.d.ts +48 -0
  668. package/types/ViewModels/Blocks/Core/DefinedTypeList/definedTypeListOptionsBag.d.ts +0 -2
  669. package/types/ViewModels/Blocks/Core/DocumentTypeDetail/documentTypeBag.d.ts +3 -0
  670. package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionDetailBag.d.ts +39 -0
  671. package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionDetailOptionsBag.d.ts +26 -0
  672. package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionLogItemBag.d.ts +66 -0
  673. package/types/ViewModels/Blocks/Core/ExceptionOccurrenceList/exceptionOccurrenceListOptionsBag.d.ts +39 -0
  674. package/types/ViewModels/Blocks/Core/McpServerList/initializationBox.d.ts +48 -0
  675. package/types/ViewModels/Blocks/Core/McpServerList/mcpServerListItemBag.d.ts +42 -0
  676. package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +0 -3
  677. package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobBag.d.ts +0 -3
  678. package/types/ViewModels/Blocks/Core/SmartSearch/searchFilterBag.d.ts +37 -0
  679. package/types/ViewModels/Blocks/Core/SmartSearch/smartSearchOptionsBag.d.ts +33 -0
  680. package/types/ViewModels/Blocks/Crm/PersonDuplicateList/personDuplicateListOptionsBag.d.ts +44 -0
  681. package/types/ViewModels/Blocks/Crm/PersonalDeviceInteractions/personalDeviceInteractionsOptionsBag.d.ts +40 -0
  682. package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDeviceListItemBag.d.ts +71 -0
  683. package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDevicesBag.d.ts +33 -0
  684. package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDevicesOptionsBag.d.ts +30 -0
  685. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/completionMetricsBag.d.ts +49 -0
  686. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/connectorBag.d.ts +45 -0
  687. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/filtersBag.d.ts +33 -0
  688. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/getMetricsBag.d.ts +33 -0
  689. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/idKeyListItemBag.d.ts +40 -0
  690. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/metricsBag.d.ts +38 -0
  691. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/optionsBag.d.ts +59 -0
  692. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/preferenceKeysBag.d.ts +31 -0
  693. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestStateBag.d.ts +45 -0
  694. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestStatusCountBag.d.ts +34 -0
  695. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestTimelineBag.d.ts +30 -0
  696. package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/upcomingFollowUpBag.d.ts +31 -0
  697. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/canDeleteRequestBag.d.ts +33 -0
  698. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/canDeleteResponseBag.d.ts +34 -0
  699. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionOpportunityBag.d.ts +111 -0
  700. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionOpportunityDetailOptionsBag.d.ts +39 -0
  701. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowBag.d.ts +54 -0
  702. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowQualifierOptionsResponseBag.d.ts +29 -0
  703. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowQualifierValueBag.d.ts +31 -0
  704. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectorGroupBag.d.ts +37 -0
  705. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/defaultConnectorBag.d.ts +30 -0
  706. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/defaultConnectorOptionsRequestBag.d.ts +31 -0
  707. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/inheritedAttributeBag.d.ts +38 -0
  708. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/inheritedConnectionWorkflowBag.d.ts +41 -0
  709. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/placementGroupBag.d.ts +43 -0
  710. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/placementGroupConfigBag.d.ts +43 -0
  711. package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityList/connectionOpportunityListOptionsBag.d.ts +2 -0
  712. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/canDeleteRequestBag.d.ts +33 -0
  713. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/canDeleteResponseBag.d.ts +37 -0
  714. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionActivityTypeBag.d.ts +57 -0
  715. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionStatusAutomationBag.d.ts +47 -0
  716. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionStatusBag.d.ts +67 -0
  717. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeAdditionalRequestToShowBag.d.ts +44 -0
  718. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeAdditionalSettingsBag.d.ts +56 -0
  719. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeBag.d.ts +121 -0
  720. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeCommunicationSettingsBag.d.ts +33 -0
  721. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeDetailOptionsBag.d.ts +36 -0
  722. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeSourceBag.d.ts +33 -0
  723. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowBag.d.ts +55 -0
  724. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowQualifierOptionsResponseBag.d.ts +29 -0
  725. package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowQualifierValueBag.d.ts +31 -0
  726. package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +5 -0
  727. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/activityBag.d.ts +43 -0
  728. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/activityEntryBag.d.ts +47 -0
  729. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/additionalRequestBag.d.ts +46 -0
  730. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/assignFromCampaignBag.d.ts +34 -0
  731. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/bulkRequestViewBag.d.ts +60 -0
  732. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/cardEntryBag.d.ts +63 -0
  733. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationAttachmentBag.d.ts +30 -0
  734. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationBag.d.ts +66 -0
  735. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationRecipientBag.d.ts +61 -0
  736. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationTemplateBag.d.ts +48 -0
  737. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionActivityTypeBag.d.ts +34 -0
  738. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionCampaignBag.d.ts +39 -0
  739. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionListGridUpdateBag.d.ts +98 -0
  740. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionListUpdateBox.d.ts +33 -0
  741. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionOpportunityBag.d.ts +55 -0
  742. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionOpportunityDetailBag.d.ts +47 -0
  743. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestBag.d.ts +92 -0
  744. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailBox.d.ts +34 -0
  745. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailOptionsBag.d.ts +102 -0
  746. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailsBag.d.ts +115 -0
  747. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestNoteBag.d.ts +34 -0
  748. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestUpdateBag.d.ts +48 -0
  749. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestUpdateBox.d.ts +31 -0
  750. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionStatusBag.d.ts +48 -0
  751. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionWorkflowBag.d.ts +37 -0
  752. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionsHubOptionsBag.d.ts +105 -0
  753. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectorItemBag.d.ts +40 -0
  754. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectorOptionsBag.d.ts +33 -0
  755. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getAiSummaryResponseBag.d.ts +28 -0
  756. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getCommunicationRecipientsRequestBag.d.ts +31 -0
  757. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getCommunicationRecipientsResponseBag.d.ts +37 -0
  758. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getEmailConfigurationRequestBag.d.ts +31 -0
  759. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getEmailConfigurationResponseBag.d.ts +34 -0
  760. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getSmsConfigurationRequestBag.d.ts +31 -0
  761. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getSmsConfigurationResponseBag.d.ts +37 -0
  762. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/gridDataToShowItemBag.d.ts +44 -0
  763. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/gridUpdateBag.d.ts +34 -0
  764. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/groupMemberRequirementBag.d.ts +45 -0
  765. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/launchWorkflowBag.d.ts +31 -0
  766. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/launchWorkflowResultBag.d.ts +31 -0
  767. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/logActivityBag.d.ts +34 -0
  768. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/messageEntryBag.d.ts +30 -0
  769. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/personNoteBag.d.ts +49 -0
  770. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/placementGroupDetailsBag.d.ts +63 -0
  771. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/placementGroupMemberAttributesBag.d.ts +30 -0
  772. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/requesterPersonBag.d.ts +49 -0
  773. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/systemUpdateBag.d.ts +36 -0
  774. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/transferConnectionRequestBag.d.ts +48 -0
  775. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/transferConnectionRequestDetailsBag.d.ts +69 -0
  776. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/updateConnectionRequestStatesBag.d.ts +40 -0
  777. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/updateGroupMemberRequirementBag.d.ts +37 -0
  778. package/types/ViewModels/Blocks/Engagement/ConnectionsHub/upsertCelebrationBag.d.ts +31 -0
  779. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +1 -4
  780. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceList/interactiveExperienceListOptionsBag.d.ts +28 -0
  781. package/types/ViewModels/Blocks/Event/RegistrationEntry/persistSessionResponseBag.d.ts +34 -0
  782. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantEligibilityBag.d.ts +46 -0
  783. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +6 -0
  784. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +7 -0
  785. package/types/ViewModels/Blocks/Event/RegistrationEntry/resolveRegistrantPersonResultBag.d.ts +40 -0
  786. package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageContextBag.d.ts +30 -0
  787. package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailBag.d.ts +50 -0
  788. package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailCalendarItemBag.d.ts +42 -0
  789. package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailOptionsBag.d.ts +30 -0
  790. package/types/ViewModels/Blocks/Example/ModelMap/modelMapCategoryBag.d.ts +37 -0
  791. package/types/ViewModels/Blocks/Example/ModelMap/modelMapInitializationBox.d.ts +37 -0
  792. package/types/ViewModels/Blocks/Example/ModelMap/modelMapMethodBag.d.ts +43 -0
  793. package/types/ViewModels/Blocks/Example/ModelMap/modelMapModelBag.d.ts +52 -0
  794. package/types/ViewModels/Blocks/Example/ModelMap/modelMapPropertyBag.d.ts +70 -0
  795. package/types/ViewModels/Blocks/Example/ModelMap/modelMapXmlCommentBag.d.ts +31 -0
  796. package/types/ViewModels/Blocks/Example/SampleData/sampleDataBag.d.ts +40 -0
  797. package/types/ViewModels/Blocks/Example/SampleData/sampleDataOptionsBag.d.ts +26 -0
  798. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceDocumentBag.d.ts +46 -0
  799. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestBag.d.ts +80 -0
  800. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestDetailOptionsBag.d.ts +74 -0
  801. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestWorkflowBag.d.ts +46 -0
  802. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceResultBag.d.ts +48 -0
  803. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceTypeBag.d.ts +42 -0
  804. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceTypeOptionsBag.d.ts +38 -0
  805. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/campusBag.d.ts +42 -0
  806. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/connectionStatusBag.d.ts +36 -0
  807. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/locationBag.d.ts +47 -0
  808. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/personBag.d.ts +81 -0
  809. package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/phoneNumberBag.d.ts +47 -0
  810. package/types/ViewModels/Blocks/Finance/ConvertBusiness/conversionResultBag.d.ts +28 -0
  811. package/types/ViewModels/Blocks/Finance/ConvertBusiness/conversionSelectionResultBag.d.ts +51 -0
  812. package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertBusinessBag.d.ts +30 -0
  813. package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertToBusinessRequestBag.d.ts +33 -0
  814. package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertToPersonRequestBag.d.ts +47 -0
  815. package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsBlockBox.d.ts +50 -0
  816. package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsBlockDataBag.d.ts +30 -0
  817. package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsFiltersBag.d.ts +48 -0
  818. package/types/ViewModels/Blocks/Group/GroupPlacement/personFiltersBag.d.ts +56 -0
  819. package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingsBag.d.ts +4 -0
  820. package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBag.d.ts +9 -0
  821. package/types/ViewModels/Blocks/Group/GroupRequirementTypeDetail/groupRequirementTypeBag.d.ts +0 -3
  822. package/types/ViewModels/Blocks/Group/GroupTypeDetail/canDeleteRequestBag.d.ts +33 -0
  823. package/types/ViewModels/Blocks/Group/GroupTypeDetail/canDeleteResponseBag.d.ts +37 -0
  824. package/types/ViewModels/Blocks/Group/GroupTypeDetail/getInheritedAttributesResponseBag.d.ts +36 -0
  825. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupRequirementTypeBag.d.ts +36 -0
  826. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeBag.d.ts +340 -0
  827. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeDetailOptionsBag.d.ts +52 -0
  828. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupMemberWorkflowTriggerBag.d.ts +75 -0
  829. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupRequirementBag.d.ts +60 -0
  830. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupScheduleExclusionBag.d.ts +36 -0
  831. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeInheritedAttributeBag.d.ts +45 -0
  832. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeRoleBag.d.ts +89 -0
  833. package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeRoleDefaultAttributesResponseBag.d.ts +36 -0
  834. package/types/ViewModels/Blocks/Lms/LearningClassActivityCompletionDetail/learningClassActivityCompletionBag.d.ts +6 -0
  835. package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +3 -0
  836. package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailBag.d.ts +52 -0
  837. package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailInitializationBox.d.ts +49 -0
  838. package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailOptionsBag.d.ts +33 -0
  839. package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +12 -0
  840. package/types/ViewModels/Blocks/Reporting/DynamicData/gridResultsBag.d.ts +0 -8
  841. package/types/ViewModels/Blocks/Reporting/ReportSearch/reportSearchOptionsBag.d.ts +26 -0
  842. package/types/ViewModels/Blocks/Reporting/ReportSearch/reportSearchResultBag.d.ts +37 -0
  843. package/types/ViewModels/Blocks/Security/AuthClaims/authClaimBag.d.ts +43 -0
  844. package/types/ViewModels/Blocks/Security/AuthClaims/authClaimRequestBag.d.ts +40 -0
  845. package/types/ViewModels/Blocks/Security/AuthClaims/authClaimsOptionsBag.d.ts +31 -0
  846. package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrRequestList/checkrRequestListOptionsBag.d.ts +26 -0
  847. package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrSettings/checkrSettingsOptionsBag.d.ts +46 -0
  848. package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrSettings/checkrSettingsSaveTokenRequestBag.d.ts +28 -0
  849. package/types/ViewModels/Blocks/Security/BackgroundCheck/RequestList/requestListOptionsBag.d.ts +26 -0
  850. package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordBag.d.ts +37 -0
  851. package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordRequestBag.d.ts +31 -0
  852. package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordResponseBag.d.ts +34 -0
  853. package/types/ViewModels/Blocks/Security/Logout/logoutBag.d.ts +31 -0
  854. package/types/ViewModels/Blocks/Security/Logout/logoutOptionsBag.d.ts +31 -0
  855. package/types/ViewModels/Blocks/Security/PersonViewedDetail/personViewedDetailOptionsBag.d.ts +28 -0
  856. package/types/ViewModels/Blocks/Security/PersonViewedSummary/personViewedSummaryOptionsBag.d.ts +31 -0
  857. package/types/ViewModels/Blocks/Store/PackageDetail/installedPackageBag.d.ts +31 -0
  858. package/types/ViewModels/Blocks/Store/PackageDetail/latestVersionDisplayBag.d.ts +48 -0
  859. package/types/ViewModels/Blocks/Store/PackageDetail/packageBag.d.ts +128 -0
  860. package/types/ViewModels/Blocks/Store/PackageDetail/packageDetailOptionsBag.d.ts +26 -0
  861. package/types/ViewModels/Blocks/Store/PackageDetail/packageVersionBag.d.ts +52 -0
  862. package/types/ViewModels/Blocks/Store/PackageDetail/packageVersionRatingBag.d.ts +43 -0
  863. package/types/ViewModels/Blocks/Store/PackageDetail/rockSemanticVersionBag.d.ts +34 -0
  864. package/types/ViewModels/Blocks/Store/PackageDetail/screenshotBag.d.ts +28 -0
  865. package/types/ViewModels/Blocks/Store/PackageDetail/vendorBag.d.ts +31 -0
  866. package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListBag.d.ts +46 -0
  867. package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListCategorySecurityBag.d.ts +31 -0
  868. package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListItemBag.d.ts +56 -0
  869. package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListLinkToFormBag.d.ts +37 -0
  870. package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/updateFormCategoryBag.d.ts +45 -0
  871. package/types/ViewModels/Blocks/customBlockBox.d.ts +47 -0
  872. package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +7 -0
  873. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +6 -0
  874. package/types/ViewModels/Core/Grid/groupingFieldBag.d.ts +58 -0
  875. package/types/ViewModels/Rest/Controls/captchaConfigurationBag.d.ts +30 -0
  876. package/types/ViewModels/Rest/Controls/captchaInitializeProofOfWorkBag.d.ts +37 -0
  877. package/types/ViewModels/Rest/Controls/captchaInitializeResultBag.d.ts +30 -0
  878. package/types/ViewModels/Rest/Controls/captchaProofOfWorkChallengeBag.d.ts +37 -0
  879. package/types/ViewModels/Rest/Controls/captchaProofOfWorkVerifyOptionsBag.d.ts +31 -0
  880. package/types/ViewModels/Rest/Controls/captchaTokenBag.d.ts +33 -0
  881. package/types/ViewModels/Rest/Controls/{captchaControlValidateTokenOptionsBag.d.ts → captchaValidateTokenOptionsBag.d.ts} +2 -1
  882. package/types/ViewModels/Rest/Controls/{captchaControlTokenValidateTokenResultBag.d.ts → captchaValidateTokenResultBag.d.ts} +1 -1
  883. package/types/ViewModels/Rest/Controls/captchaVerifyOptionsBag.d.ts +33 -0
  884. package/types/ViewModels/Rest/Controls/captchaVerifyProofOfWorkOptionsBag.d.ts +31 -0
  885. package/types/ViewModels/Rest/Controls/captchaVerifyResultBag.d.ts +37 -0
  886. package/types/ViewModels/Rest/Controls/colorPickerGetColorPickerSwatchesOptionsBag.d.ts +34 -0
  887. package/types/ViewModels/Rest/Controls/colorPickerSwatchBag.d.ts +34 -0
  888. package/types/ViewModels/Rest/Controls/connectionRequestPickerGetChildrenOptionsBag.d.ts +9 -0
  889. package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
  890. package/types/ViewModels/Rest/Controls/emailEditorGetGroupOptionsBag.d.ts +36 -0
  891. package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +3 -0
  892. package/types/ViewModels/Rest/Controls/eventItemOccurrencePickerGetEventItemOccurrencesOptionsBag.d.ts +42 -0
  893. package/types/ViewModels/Rest/Controls/eventItemPickerGetEventItemsOptionsBag.d.ts +11 -0
  894. package/types/ViewModels/Rest/Controls/groupPickerGetChildrenOptionsBag.d.ts +12 -0
  895. package/types/ViewModels/Rest/Controls/groupTypePickerGetGroupTypesOptionsBag.d.ts +3 -0
  896. package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +3 -0
  897. package/types/ViewModels/Rest/Controls/mergeTemplatePickerGetMergeTemplatesOptionsBag.d.ts +9 -0
  898. package/types/ViewModels/Rest/Controls/metricCategoryPickerGetChildrenOptionsBag.d.ts +9 -0
  899. package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +9 -0
  900. package/types/ViewModels/Rest/Controls/registrationTemplatePickerGetChildrenOptionsBag.d.ts +9 -0
  901. package/types/ViewModels/Rest/Controls/reportPickerGetChildrenOptionsBag.d.ts +9 -0
  902. package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +15 -0
  903. package/types/ViewModels/Rest/Controls/workflowActionTypePickerGetChildrenOptionsBag.d.ts +9 -0
  904. package/types/ViewModels/Utility/csvImportActivityProgressStatusBag.d.ts +37 -0
  905. package/types/ViewModels/Utility/publicAttributeBag.d.ts +6 -0
  906. package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +3 -0
  907. package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +7 -0
  908. package/types/Controls/Internal/EmailEditor/types.d.ts +0 -9
  909. package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +0 -22
  910. /package/types/Controls/{NoteEditor/types.partial.d.ts → Internal/NoteEditor/types.d.ts} +0 -0
@@ -29,6 +29,13 @@ export type Legend = {
29
29
  position?: LegendPosition | undefined;
30
30
  align?: LegendAlign | undefined;
31
31
  };
32
+ export declare const TitleAlign: {
33
+ readonly Start: "start";
34
+ readonly Center: "center";
35
+ readonly End: "end";
36
+ };
37
+ export declare const TitleAlignDescription: Record<string, string>;
38
+ export type TitleAlign = typeof TitleAlign[keyof typeof TitleAlign];
32
39
  export type TimeInput = string | number | RockDateTime;
33
40
  export type XYPoint = {
34
41
  x: TimeInput;
@@ -63,7 +70,7 @@ export declare const LineStyleDescription: Record<string, string>;
63
70
  export type LineStyle = typeof LineStyle[keyof typeof LineStyle];
64
71
  export type BarSeries = {
65
72
  label: string;
66
- data: (number | null)[];
73
+ data: ([number, number] | number | null)[];
67
74
  /** Color of the bars. Can be a single value or an array for each data point. */
68
75
  color?: string | string[] | undefined;
69
76
  isUnfilled?: boolean | undefined;
@@ -78,7 +85,7 @@ export type BarChartClickEvent = {
78
85
  labelIndex: number;
79
86
  label: string;
80
87
  series: BarSeries;
81
- value: number | null;
88
+ value: [number, number] | number | null;
82
89
  }[];
83
90
  };
84
91
  export type BarLabelPosition = "inside" | "outside";
@@ -86,7 +93,7 @@ export type BarLabelContext = {
86
93
  /** Dataset (series) label, e.g. “Revenue”. */
87
94
  seriesName: string;
88
95
  /** Category label on the cross-axis, e.g. “Jan”. */
89
- label: string;
96
+ label: (string | string[]);
90
97
  /** Formatted version of the label (may be `undefined`). */
91
98
  formattedLabel: string | undefined;
92
99
  /** Numeric value that determines bar length. */
@@ -102,12 +109,92 @@ export type BarLabelSpec = {
102
109
  color?: string | undefined;
103
110
  };
104
111
  export type BarLabelsConfig = Partial<Record<BarLabelPosition, BarLabelSpec>>;
112
+ export type BarChartAppearanceType = "default" | "stylized";
105
113
  /** Represents a pie chart series where each data + color combination is a slice of the pie. */
106
114
  export type PieSeries = {
107
115
  label: string;
108
116
  data: number[];
109
117
  colors?: string[] | undefined;
110
118
  };
119
+ /** Represents a doughnut chart series where each data + color combination is a slice of the doughnut. */
120
+ export type DoughnutSeries = {
121
+ label: string;
122
+ data: number[];
123
+ colors?: string[] | undefined;
124
+ };
125
+ /**
126
+ * A data series for a LinearGaugeChart.
127
+ *
128
+ * Each LinearGaugeSeries represents a single section (for example, "On Track").
129
+ * The `data` array contains the values for that section across one or more linear gauges.
130
+ *
131
+ * Index alignment:
132
+ * 1. `data[i]` is the value of this section in the i-th linear gauge.
133
+ * 2. Each linear gauge is formed by combining the i-th value from every series.
134
+ * 3. If the chart is also given gauge labels (for example via a `labels` prop),
135
+ * `labels[i]` corresponds to the i-th linear gauge (the same index used by `data[i]`).
136
+ *
137
+ * Null values indicate that the section has no value for that gauge index and should not render.
138
+ *
139
+ * @example
140
+ * ```ts
141
+ * // Example for a single linear gauge composed of three sections
142
+ * // representing request health (On Track, Due Soon, Overdue)
143
+ * const series: LinearGaugeSeries[] = [
144
+ * { label: "On Track", data: [55], color: "var(--color-success-strong)" },
145
+ * { label: "Due Soon", data: [18], color: "#F59E0B" },
146
+ * { label: "Overdue", data: [8], color: "#EF4444" }
147
+ * ];
148
+ * ```
149
+ *
150
+ * @example
151
+ * ```ts
152
+ * // Example for multiple linear gauges using the same sections.
153
+ * // Each index across the data arrays forms a complete gauge.
154
+ * const series: LinearGaugeSeries[] = [
155
+ * { label: "On Track", data: [55, 42], color: "var(--color-success-strong)" },
156
+ * { label: "Due Soon", data: [18, 25], color: "#F59E0B" },
157
+ * { label: "Overdue", data: [8, 13], color: "#EF4444" }
158
+ * ];
159
+ * ```
160
+ */
161
+ export type LinearGaugeSeries = {
162
+ /**
163
+ * The section label.
164
+ *
165
+ * This label is shared across all rendered linear gauges and is used in the legend and tooltips.
166
+ */
167
+ label: string;
168
+ /**
169
+ * The values for this section across one or more linear gauges.
170
+ *
171
+ * Each element corresponds to a single gauge index:
172
+ * `data[i]` is the value for this section in the i-th linear gauge.
173
+ *
174
+ * The length of this array contributes to how many linear gauges the chart can render.
175
+ * If some series have fewer entries than others, missing indices are treated as null.
176
+ *
177
+ * Null indicates "no value for this section in this gauge" and should not render.
178
+ */
179
+ data: (number | null)[];
180
+ /**
181
+ * The color used to render this section in each linear gauge.
182
+ * If omitted, the chart may apply a default color.
183
+ */
184
+ color?: string | undefined;
185
+ };
186
+ /**
187
+ * Defines the visual style of each section in a linear gauge.
188
+ */
189
+ export declare const LinearGaugeSectionStyle: {
190
+ readonly Segmented: "segmented";
191
+ readonly Continuous: "continuous";
192
+ };
193
+ export declare const LinearGaugeSectionStyleDescription: Record<string, string>;
194
+ /**
195
+ * Defines the visual style of each section in a linear gauge.
196
+ */
197
+ export type LinearGaugeSectionStyle = typeof LinearGaugeSectionStyle[keyof typeof LinearGaugeSectionStyle];
111
198
  export declare class XYPointEnumerable extends Enumerable<XYPoint> {
112
199
  /**
113
200
  * Creates an XYPointEnumerable from a regular iterable (e.g., Array, Set).
@@ -18,6 +18,14 @@ export interface IContentSectionHolder {
18
18
  * This is used to control the visibility of the section content.
19
19
  */
20
20
  readonly isCollapsed: Ref<boolean>;
21
+ /**
22
+ * Indicates whether animations are disabled for this section. When true,
23
+ * transitions such as expand/collapse will occur instantly without
24
+ * animation effects.
25
+ */
26
+ readonly isAnimationDisabled: Ref<boolean>;
27
+ /** The order of the section in relation to other sections. */
28
+ readonly order: Ref<number>;
21
29
  }
22
30
  /**
23
31
  * Interface for a content section container. This is used to manage the collection
@@ -29,6 +37,9 @@ export interface IContentSectionHolder {
29
37
  export interface IContentSectionContainerHolder {
30
38
  addSection: (section: IContentSectionHolder) => void;
31
39
  removeSection: (section: IContentSectionHolder) => void;
40
+ onSectionTransitionStart?: (section: IContentSectionHolder) => void;
41
+ onSectionTransitionEnd?: (section: IContentSectionHolder) => void;
42
+ waitForAllTransitions?: () => Promise<void>;
32
43
  }
33
44
  /**
34
45
  * Provides a content section container holder to child components.
@@ -56,7 +67,10 @@ export declare function useSectionContainer(): IContentSectionContainerHolder;
56
67
  *
57
68
  * @param title The title of the section.
58
69
  * @param icon The icon for the section, if any.
70
+ * @param isCollapsed Indicates whether the section is collapsed or expanded.
71
+ * @param isAnimationDisabled Indicates whether animations are disabled for this section.
72
+ * @param order The order of the section in relation to other sections.
59
73
  *
60
74
  * @returns A new content section holder to be registered with the content section container.
61
75
  */
62
- export declare function createSection(title: Readonly<Ref<string | undefined>>, icon: Readonly<Ref<string | undefined>>, isCollapsed: Readonly<Ref<boolean>>): IContentSectionHolder;
76
+ export declare function createSection(title: Readonly<Ref<string | undefined>>, icon: Readonly<Ref<string | undefined>>, isCollapsed: Readonly<Ref<boolean>>, isAnimationDisabled: Readonly<Ref<boolean>>, order: Readonly<Ref<number>>): IContentSectionHolder;
@@ -277,6 +277,8 @@ export declare class GridState implements IGridState {
277
277
  private readonly emitter;
278
278
  /** A background worker that will populate all the row cache data. */
279
279
  private populateRowCacheWorker;
280
+ /** A function that can be used to override the selected keys. */
281
+ private selectedKeysOverride?;
280
282
  /**
281
283
  * Creates a new instance of the GridState for use with the Grid component.
282
284
  *
@@ -286,7 +288,7 @@ export declare class GridState implements IGridState {
286
288
  * @param itemTerm The word or phrase that describes each row.
287
289
  * @param entityTypeGuid The unique identifier of the entity type this grid represents, or `undefined`.
288
290
  */
289
- constructor(columns: ColumnDefinition[], gridDefinition: GridDefinitionBag | undefined, liveUpdates: boolean, itemTerm: string, entityTypeGuid: Guid | undefined);
291
+ constructor(columns: ColumnDefinition[], gridDefinition: GridDefinitionBag | undefined, liveUpdates: boolean, itemTerm: string, entityTypeGuid: Guid | undefined, selectedKeysOverride: ((selectedKeys: string[]) => string[]) | undefined);
290
292
  /**
291
293
  * Dispose of all resources this grid state has. This includes any watchers
292
294
  * and other things that might need to be manually destroyed to free up
@@ -316,6 +318,14 @@ export declare class GridState implements IGridState {
316
318
  getSortedRows(): Record<string, unknown>[];
317
319
  on(event: keyof GridEvents, callback: (grid: IGridState) => void): void;
318
320
  off(event: keyof GridEvents, callback: (grid: IGridState) => void): void;
321
+ /**
322
+ * Sorts the given set of rows.
323
+ *
324
+ * @param rows The rows that should be sorted according to the current sorting definition.
325
+ *
326
+ * @returns A new array of rows that is properly sorted.
327
+ */
328
+ sortRows(rows: ReadonlyArray<Record<string, unknown>>, columnSort: ColumnSort): Record<string, unknown>[];
319
329
  /**
320
330
  * Begins tracking all rows in the grid so that we can monitor for
321
331
  * changes and update the UI accordingly.
@@ -331,14 +341,6 @@ export declare class GridState implements IGridState {
331
341
  * match the filters.
332
342
  */
333
343
  private updateFilteredRows;
334
- /**
335
- * Sorts the given set of rows.
336
- *
337
- * @param rows The rows that should be sorted according to the current sorting definition.
338
- *
339
- * @returns A new array of rows that is properly sorted.
340
- */
341
- private sortRows;
342
344
  /**
343
345
  * Takes the {@link filteredRows} and sorts them according to the information
344
346
  * tracked by the Grid and updates the {@link sortedRows} property.
@@ -21,6 +21,14 @@ export declare class ValueDetailListItemBuilder {
21
21
  * @param html The text value to be displayed.
22
22
  */
23
23
  addHtmlValue(title: string, html: string): void;
24
+ /**
25
+ * Add a new field value with an HTML Element as the value. The element
26
+ * will be displayed as-is.
27
+ *
28
+ * @param title The title of the field to be displayed.
29
+ * @param element The HTMLElement to be displayed.
30
+ */
31
+ addElementValue(title: string, element: HTMLElement): void;
24
32
  /**
25
33
  * Builds the values to be displayed.
26
34
  *
@@ -107,6 +107,8 @@ export declare class RockColor {
107
107
  * @returns An instance of {@link RockColor} that represents the color or `null` if not found.
108
108
  */
109
109
  static getColorFromKeyword(keyword: string): RockColor | null;
110
+ static getKeywordFromColor(hex: string): string | null;
111
+ static getKeywordFromColor(red: number, green: number, blue: number, alpha?: number): string | null;
110
112
  /**
111
113
  * Calculates the contrast ratio between two colors.
112
114
  *
@@ -0,0 +1,39 @@
1
+ import { Directive } from "vue";
2
+ /** The content that can be displayed in a tooltip. */
3
+ type TooltipContent = string | HTMLElement | null | undefined;
4
+ /** Configuration options for a tooltip. */
5
+ export type TooltipConfiguration = {
6
+ /** The content to display in the tooltip. */
7
+ content: TooltipContent | (() => TooltipContent | Promise<TooltipContent>);
8
+ /** Whether the content contains HTML or plain text. */
9
+ html?: boolean;
10
+ /**
11
+ * Whether the popup will show right away or the configured
12
+ * delay value will be used.
13
+ */
14
+ immediate?: boolean;
15
+ /** Whether the tooltip should be displayed in a wide format. */
16
+ wide?: boolean;
17
+ /** Overrides the default show delay in milliseconds. */
18
+ showDelay?: number;
19
+ /** Overrides the default hide delay in milliseconds. */
20
+ hideDelay?: number;
21
+ /**
22
+ * Whether the tooltip should only be shown when the content of the element
23
+ * it is attached to overflows. This is useful for showing tooltips on
24
+ * truncated text.
25
+ */
26
+ overflow?: boolean;
27
+ };
28
+ /**
29
+ * Directive that adds a tooltip to an element.
30
+ *
31
+ * The directive value can be either a string/HTMLElement for simple content or an object for full configuration.
32
+ *
33
+ * The following modifiers are supported:
34
+ * - `html`: Treat the content as HTML instead of plain text.
35
+ * - `immediate`: Show and hide the tooltip immediately on hover without any delay.
36
+ * - `wide`: Use a wider style for the tooltip, allowing more content to fit on a single line.
37
+ */
38
+ export declare const vTooltip: Directive<HTMLElement, TooltipContent | (() => TooltipContent | Promise<TooltipContent>) | TooltipConfiguration>;
39
+ export {};
@@ -5,10 +5,6 @@
5
5
  export declare const ModelServiceRole: {
6
6
  /** Fast, low-cost, general-purpose model for chat and standard tasks. */
7
7
  readonly Default: 0;
8
- /** Optimized for code generation, structured output, and logic-heavy tasks. */
9
- readonly Code: 1;
10
- /** High-quality, reasoning-focused model used for writing, summarization, and complex queries. */
11
- readonly Research: 2;
12
8
  };
13
9
  /**
14
10
  * The role of the model service in the AI agent's architecture. This is used
@@ -0,0 +1,23 @@
1
+ /**
2
+ * The type of session. This is used for filtering and determining the
3
+ * available functionality of the session.
4
+ */
5
+ export declare const SessionType: {
6
+ /** A standard session type that is used by normal chat agents. */
7
+ readonly Standard: 0;
8
+ /**
9
+ * The session is used by a block in docked mode. These sessions are
10
+ * automatically deleted more frequently than default sessions.
11
+ */
12
+ readonly Docked: 1;
13
+ };
14
+ /**
15
+ * The type of session. This is used for filtering and determining the
16
+ * available functionality of the session.
17
+ */
18
+ export declare const SessionTypeDescription: Record<number, string>;
19
+ /**
20
+ * The type of session. This is used for filtering and determining the
21
+ * available functionality of the session.
22
+ */
23
+ export type SessionType = typeof SessionType[keyof typeof SessionType];
@@ -1,10 +1,20 @@
1
1
  /** Indicates the overall outcome of a tool call. */
2
2
  export declare const ToolStatus: {
3
- /** The lookup executed successfully and returned one or more items. */
3
+ /**
4
+ * The tool executed successfully and optionally one or more content
5
+ * items. This should also be used in cases where no content is expected,
6
+ * such as a delete operation.
7
+ */
4
8
  readonly Success: 0;
5
- /** The lookup executed successfully but returned no items. */
9
+ /**
10
+ * The tool executed successfully but returned no items. This should
11
+ * be used when data is expected but none is available. For example,
12
+ * a tool that lists items should return Rock.Enums.AI.Agent.ToolStatus.NoData instead
13
+ * of Rock.Enums.AI.Agent.ToolStatus.Success if no items were found as an otherwise
14
+ * empty response might confuse the agent.
15
+ */
6
16
  readonly NoData: 1;
7
- /** The lookup failed. See the error message on the result for details. */
17
+ /** The tool failed. See the error message on the result for details. */
8
18
  readonly Error: 2;
9
19
  };
10
20
  /** Indicates the overall outcome of a tool call. */
@@ -0,0 +1,19 @@
1
+ /** The type of match that was found for an existing contact. */
2
+ export declare const ContactMatch: {
3
+ /** No contact was found that matches the provided information. */
4
+ readonly NoMatch: 0;
5
+ /**
6
+ * A contact was found that could potentially match the provided
7
+ * information.
8
+ */
9
+ readonly SoftMatch: 1;
10
+ /**
11
+ * A contact was found taht definitely matches the provided
12
+ * information.
13
+ */
14
+ readonly HardMatch: 2;
15
+ };
16
+ /** The type of match that was found for an existing contact. */
17
+ export declare const ContactMatchDescription: Record<number, string>;
18
+ /** The type of match that was found for an existing contact. */
19
+ export type ContactMatch = typeof ContactMatch[keyof typeof ContactMatch];
@@ -0,0 +1,13 @@
1
+ /** The captcha mode. */
2
+ export declare const CaptchaMode: {
3
+ /** CAPTCHA should be visible and requires manual interaction. */
4
+ readonly Visible: 0;
5
+ /** CAPTCHA should be invisible and run automatically. */
6
+ readonly Invisible: 1;
7
+ /** CAPTCHA is disabled. */
8
+ readonly Disabled: 2;
9
+ };
10
+ /** The captcha mode. */
11
+ export declare const CaptchaModeDescription: Record<number, string>;
12
+ /** The captcha mode. */
13
+ export type CaptchaMode = typeof CaptchaMode[keyof typeof CaptchaMode];
@@ -0,0 +1,11 @@
1
+ /** Determines how variables defined within Lava shortcodes are scoped. */
2
+ export declare const ShortcodeScopeBehavior: {
3
+ /** Variables defined in the shortcode are not accessible in the surrounding Lava after the shortcode runs. */
4
+ readonly Isolated: 0;
5
+ /** Variables defined in the shortcode are accessible in the surrounding Lava after the shortcode runs. */
6
+ readonly Shared: 1;
7
+ };
8
+ /** Determines how variables defined within Lava shortcodes are scoped. */
9
+ export declare const ShortcodeScopeBehaviorDescription: Record<number, string>;
10
+ /** Determines how variables defined within Lava shortcodes are scoped. */
11
+ export type ShortcodeScopeBehavior = typeof ShortcodeScopeBehavior[keyof typeof ShortcodeScopeBehavior];
@@ -0,0 +1,15 @@
1
+ /** The type of attachment being sent in a chat message. */
2
+ export declare const ChatAttachmentType: {
3
+ /** Image Attachment. */
4
+ readonly Image: 0;
5
+ /** File Attachment. */
6
+ readonly File: 1;
7
+ /** Audio Attachment. */
8
+ readonly Audio: 2;
9
+ /** Video Attachment. */
10
+ readonly Video: 3;
11
+ };
12
+ /** The type of attachment being sent in a chat message. */
13
+ export declare const ChatAttachmentTypeDescription: Record<number, string>;
14
+ /** The type of attachment being sent in a chat message. */
15
+ export type ChatAttachmentType = typeof ChatAttachmentType[keyof typeof ChatAttachmentType];
@@ -0,0 +1,15 @@
1
+ /** Activity Entry Types */
2
+ export declare const ActivityEntryType: {
3
+ /** Activity type. */
4
+ readonly Activity: 0;
5
+ /** Request Note type */
6
+ readonly RequestNote: 1;
7
+ /** System Update type. */
8
+ readonly SystemUpdate: 2;
9
+ /** Communication type. */
10
+ readonly Communication: 3;
11
+ };
12
+ /** Activity Entry Types */
13
+ export declare const ActivityEntryTypeDescription: Record<number, string>;
14
+ /** Activity Entry Types */
15
+ export type ActivityEntryType = typeof ActivityEntryType[keyof typeof ActivityEntryType];
@@ -0,0 +1,11 @@
1
+ /** Determines when AI summaries are generated for connection requests. */
2
+ export declare const AISummaryTriggerMode: {
3
+ /** AI summaries are only generated when manually triggered. */
4
+ readonly Manual: 0;
5
+ /** AI summaries are generated automatically. */
6
+ readonly Automatic: 1;
7
+ };
8
+ /** Determines when AI summaries are generated for connection requests. */
9
+ export declare const AISummaryTriggerModeDescription: Record<number, string>;
10
+ /** Determines when AI summaries are generated for connection requests. */
11
+ export type AISummaryTriggerMode = typeof AISummaryTriggerMode[keyof typeof AISummaryTriggerMode];
@@ -0,0 +1,15 @@
1
+ /** Type of connection state */
2
+ export declare const ConnectionState: {
3
+ /** Active */
4
+ readonly Active: 0;
5
+ /** Inactive */
6
+ readonly Inactive: 1;
7
+ /** Future Follow-up */
8
+ readonly FutureFollowUp: 2;
9
+ /** Connected */
10
+ readonly Connected: 3;
11
+ };
12
+ /** Type of connection state */
13
+ export declare const ConnectionStateDescription: Record<number, string>;
14
+ /** Type of connection state */
15
+ export type ConnectionState = typeof ConnectionState[keyof typeof ConnectionState];
@@ -18,8 +18,22 @@ export declare const ConnectionWorkflowTriggerType: {
18
18
  readonly RequestTransferred: 7;
19
19
  /** Request Assigned */
20
20
  readonly RequestAssigned: 8;
21
- /** Future Follow-up Date Reached */
21
+ /** Future Follow-Up Date Reached */
22
22
  readonly FutureFollowupDateReached: 9;
23
+ /** Request Becomes Due */
24
+ readonly RequestBecomesDue: 10;
25
+ /** Request Becomes Due Soon */
26
+ readonly RequestBecomesDueSoon: 11;
27
+ /** Request Becomes Overdue */
28
+ readonly RequestBecomesOverdue: 12;
29
+ /** Status Becomes Due */
30
+ readonly StatusBecomesDue: 13;
31
+ /** Status Becomes Due Soon */
32
+ readonly StatusBecomesDueSoon: 14;
33
+ /** Status Becomes Overdue */
34
+ readonly StatusBecomesOverdue: 15;
35
+ /** Connection Celebration Added */
36
+ readonly ConnectionCelebrationAdded: 16;
23
37
  };
24
38
  /** Type of workflow trigger */
25
39
  export declare const ConnectionWorkflowTriggerTypeDescription: Record<number, string>;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Controls whether campaign connection requests are created all at once
3
+ * or only as needed to meet the daily connection limit.
4
+ */
5
+ export declare const CreateConnectionRequestOptions: {
6
+ /**
7
+ * Create requests only as needed, based on how many assigned requests
8
+ * each connector currently has.
9
+ */
10
+ readonly AsNeeded: 0;
11
+ /** Create all connection requests at once when the job runs. */
12
+ readonly AllAtOnce: 1;
13
+ };
14
+ /**
15
+ * Controls whether campaign connection requests are created all at once
16
+ * or only as needed to meet the daily connection limit.
17
+ */
18
+ export declare const CreateConnectionRequestOptionsDescription: Record<number, string>;
19
+ /**
20
+ * Controls whether campaign connection requests are created all at once
21
+ * or only as needed to meet the daily connection limit.
22
+ */
23
+ export type CreateConnectionRequestOptions = typeof CreateConnectionRequestOptions[keyof typeof CreateConnectionRequestOptions];
@@ -0,0 +1,13 @@
1
+ /** Due Date Calculation Mode */
2
+ export declare const DueDateCalculationMode: {
3
+ /** Fixed Days from Start configured on Connection Type */
4
+ readonly FixedDaysFromStartTypeLevel: 0;
5
+ /** Fixed Days from Start configured on Connection Opportunity */
6
+ readonly FixedDaysFromStartOpportunityLevel: 1;
7
+ /** Sets the due date according to the allowed time for the request’s current status, updating each time the status changes. */
8
+ readonly DurationPerStatus: 2;
9
+ };
10
+ /** Due Date Calculation Mode */
11
+ export declare const DueDateCalculationModeDescription: Record<number, string>;
12
+ /** Due Date Calculation Mode */
13
+ export type DueDateCalculationMode = typeof DueDateCalculationMode[keyof typeof DueDateCalculationMode];
@@ -0,0 +1,13 @@
1
+ /** Due Status */
2
+ export declare const DueStatus: {
3
+ /** The request is not due yet. */
4
+ readonly DueLater: 0;
5
+ /** The request is due soon. */
6
+ readonly DueSoon: 1;
7
+ /** The request is overdue. */
8
+ readonly Overdue: 2;
9
+ };
10
+ /** Due Status */
11
+ export declare const DueStatusDescription: Record<number, string>;
12
+ /** Due Status */
13
+ export type DueStatus = typeof DueStatus[keyof typeof DueStatus];
@@ -0,0 +1,15 @@
1
+ /** Enabled Feature Flags */
2
+ export declare const EnabledFeatureFlags: {
3
+ /** No features are enabled. Represents the default value. */
4
+ readonly None: 0;
5
+ /** Enables reminders. */
6
+ readonly Reminder: 1;
7
+ /** Enables celebrations. */
8
+ readonly Celebration: 2;
9
+ /** Enables group placement. */
10
+ readonly GroupPlacement: 4;
11
+ };
12
+ /** Enabled Feature Flags */
13
+ export declare const EnabledFeatureFlagsDescription: Record<number, string>;
14
+ /** Enabled Feature Flags */
15
+ export type EnabledFeatureFlags = number;
@@ -0,0 +1,19 @@
1
+ /** Enabled View Flags */
2
+ export declare const EnabledViewFlags: {
3
+ /** No views are enabled. Represents the default value. */
4
+ readonly None: 0;
5
+ /** Enables the List view. */
6
+ readonly List: 1;
7
+ /** Enables the Board view. */
8
+ readonly Board: 2;
9
+ /** Enables the Grid view. */
10
+ readonly Grid: 4;
11
+ /** Enables the Snapshot view for high-level summaries. */
12
+ readonly Snapshot: 8;
13
+ /** Enables the Analytics view. */
14
+ readonly Analytics: 16;
15
+ };
16
+ /** Enabled View Flags */
17
+ export declare const EnabledViewFlagsDescription: Record<number, string>;
18
+ /** Enabled View Flags */
19
+ export type EnabledViewFlags = number;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Determines whether a Campaign Connection creates requests for every
3
+ * person in the data view or limits them to the head of household.
4
+ */
5
+ export declare const FamilyLimits: {
6
+ /** Only the head of household in each family receives a connection request. */
7
+ readonly HeadOfHouse: 0;
8
+ /** Every person in the data view receives a connection request. */
9
+ readonly Everyone: 1;
10
+ };
11
+ /**
12
+ * Determines whether a Campaign Connection creates requests for every
13
+ * person in the data view or limits them to the head of household.
14
+ */
15
+ export declare const FamilyLimitsDescription: Record<number, string>;
16
+ /**
17
+ * Determines whether a Campaign Connection creates requests for every
18
+ * person in the data view or limits them to the head of household.
19
+ */
20
+ export type FamilyLimits = typeof FamilyLimits[keyof typeof FamilyLimits];
@@ -0,0 +1,13 @@
1
+ /** Person Note Creation Behavior */
2
+ export declare const PersonNoteCreationBehavior: {
3
+ /** Does not create a person note. */
4
+ readonly DoNotCreatePersonNote: 0;
5
+ /** Asks whether to create a person note at activity creation. */
6
+ readonly AskAtActivityCreation: 1;
7
+ /** Always creates a person note. */
8
+ readonly AlwaysCreateAPersonNote: 2;
9
+ };
10
+ /** Person Note Creation Behavior */
11
+ export declare const PersonNoteCreationBehaviorDescription: Record<number, string>;
12
+ /** Person Note Creation Behavior */
13
+ export type PersonNoteCreationBehavior = typeof PersonNoteCreationBehavior[keyof typeof PersonNoteCreationBehavior];
@@ -0,0 +1,31 @@
1
+ /** System Update Types */
2
+ export declare const SystemUpdateType: {
3
+ /** Creation type. */
4
+ readonly Creation: 0;
5
+ /** Status Set type */
6
+ readonly StatusSet: 1;
7
+ /** Status Updated type */
8
+ readonly StatusUpdated: 2;
9
+ /** Status Cleared type */
10
+ readonly StatusCleared: 3;
11
+ /** State Change type. */
12
+ readonly StateChange: 4;
13
+ /** Assignment type. */
14
+ readonly Assignment: 5;
15
+ /** Unassignment type. */
16
+ readonly Unassignment: 6;
17
+ /** Reassignment type. */
18
+ readonly Reassignment: 7;
19
+ /** Transfer type. */
20
+ readonly Transfer: 8;
21
+ /** Due Date Change type. */
22
+ readonly DueDateChange: 9;
23
+ /** Due Soon Date Change type. */
24
+ readonly DueSoonDateChange: 10;
25
+ /** Completion type. */
26
+ readonly Completion: 11;
27
+ };
28
+ /** System Update Types */
29
+ export declare const SystemUpdateTypeDescription: Record<number, string>;
30
+ /** System Update Types */
31
+ export type SystemUpdateType = typeof SystemUpdateType[keyof typeof SystemUpdateType];