@rockrms/obsidian-framework 17.0.43 → 17.2.4

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 (263) hide show
  1. package/package.json +1 -1
  2. package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +1 -1
  3. package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +3 -3
  4. package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +38 -4
  5. package/types/Controls/Grid/Columns/column.partial.d.ts +3 -3
  6. package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +4 -4
  7. package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +3 -3
  8. package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +3 -3
  9. package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +3 -3
  10. package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +4 -4
  11. package/types/Controls/Grid/Columns/editColumn.partial.d.ts +4 -4
  12. package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +3 -3
  13. package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +3 -3
  14. package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +3 -3
  15. package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +3 -3
  16. package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +3 -3
  17. package/types/Controls/Grid/Columns/personColumn.partial.d.ts +20 -3
  18. package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +4 -4
  19. package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +3 -3
  20. package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +4 -4
  21. package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +4 -4
  22. package/types/Controls/Grid/Columns/textColumn.partial.d.ts +3 -3
  23. package/types/Controls/Grid/grid.partial.obs.d.ts +2 -2
  24. package/types/Controls/Internal/EmailEditor/api.d.ts +27 -16
  25. package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +12 -1
  26. package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +29 -2
  27. package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +2 -2
  28. package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +4 -4
  29. package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
  30. package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +10 -0
  31. package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +1 -1
  32. package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -0
  33. package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +14 -1
  34. package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +2 -0
  35. package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +2 -0
  36. package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +2 -0
  37. package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +12 -1
  38. package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
  39. package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +21 -1
  40. package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +3 -3
  41. package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +1 -1
  42. package/types/Controls/Internal/EmailEditor/types.d.ts +1 -0
  43. package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +32 -5
  44. package/types/Controls/Internal/Notes/note.partial.obs.d.ts +34 -0
  45. package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +103 -0
  46. package/types/Controls/Internal/Notes/noteList.partial.obs.d.ts +24 -0
  47. package/types/Controls/Internal/Notes/types.partial.d.ts +63 -0
  48. package/types/Controls/Internal/Notes/utils.partial.d.ts +93 -0
  49. package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +1 -1
  50. package/types/Controls/Internal/notesContainer.obs.d.ts +247 -0
  51. package/types/Controls/Internal/treeListItem.obs.d.ts +1 -1
  52. package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +1 -1
  53. package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +18 -0
  54. package/types/Controls/accountPicker.obs.d.ts +2 -2
  55. package/types/Controls/achievementTypePicker.obs.d.ts +3 -3
  56. package/types/Controls/adaptiveMessagePicker.obs.d.ts +3 -3
  57. package/types/Controls/addressControl.obs.d.ts +1 -1
  58. package/types/Controls/aiProviderPicker.obs.d.ts +3 -3
  59. package/types/Controls/assessmentTypePicker.obs.d.ts +3 -3
  60. package/types/Controls/assetStorageProviderPicker.obs.d.ts +3 -3
  61. package/types/Controls/badgeComponentPicker.obs.d.ts +3 -3
  62. package/types/Controls/badgePicker.obs.d.ts +3 -3
  63. package/types/Controls/baseAsyncPicker.obs.d.ts +6 -6
  64. package/types/Controls/binaryFilePicker.obs.d.ts +9 -3
  65. package/types/Controls/binaryFileTypePicker.obs.d.ts +3 -3
  66. package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
  67. package/types/Controls/buttonGroup.obs.d.ts +2 -2
  68. package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -27
  69. package/types/Controls/campusPicker.obs.d.ts +4 -4
  70. package/types/Controls/categorizedValuePicker.obs.d.ts +1 -1
  71. package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +1 -1
  72. package/types/Controls/checkBox.obs.d.ts +1 -0
  73. package/types/Controls/checkBoxList.obs.d.ts +3 -3
  74. package/types/Controls/codeEditor.obs.d.ts +6 -6
  75. package/types/Controls/colorSelector.obs.d.ts +1 -1
  76. package/types/Controls/componentPicker.obs.d.ts +4 -4
  77. package/types/Controls/connectionRequestPicker.obs.d.ts +0 -8
  78. package/types/Controls/contentChannelItemPicker.obs.d.ts +3 -3
  79. package/types/Controls/contentDropDownPicker.obs.d.ts +1 -1
  80. package/types/Controls/copyButton.obs.d.ts +3 -3
  81. package/types/Controls/customSelect.obs.d.ts +52 -52
  82. package/types/Controls/dataViewPicker.obs.d.ts +3 -3
  83. package/types/Controls/datePicker.obs.d.ts +4 -4
  84. package/types/Controls/datePickerBase.obs.d.ts +3 -3
  85. package/types/Controls/dayOfWeekPicker.obs.d.ts +1 -1
  86. package/types/Controls/definedValuePicker.obs.d.ts +4 -4
  87. package/types/Controls/dropDownList.obs.d.ts +6 -6
  88. package/types/Controls/dropDownMenu.obs.d.ts +3 -3
  89. package/types/Controls/electronicSignature.obs.d.ts +44 -2
  90. package/types/Controls/emailEditor.d.ts +2 -2
  91. package/types/Controls/entityPicker.obs.d.ts +1 -1
  92. package/types/Controls/entityTypePicker.obs.d.ts +3 -3
  93. package/types/Controls/ethnicityPicker.obs.d.ts +3 -3
  94. package/types/Controls/eventCalendarPicker.obs.d.ts +3 -3
  95. package/types/Controls/eventItemPicker.obs.d.ts +4 -4
  96. package/types/Controls/fieldTypePicker.obs.d.ts +3 -3
  97. package/types/Controls/financialGatewayPicker.obs.d.ts +4 -4
  98. package/types/Controls/financialStatementTemplatePicker.obs.d.ts +3 -3
  99. package/types/Controls/genderPicker.obs.d.ts +4 -4
  100. package/types/Controls/geoPicker.obs.d.ts +1 -1
  101. package/types/Controls/gradePicker.obs.d.ts +3 -3
  102. package/types/Controls/groupAndRolePicker.obs.d.ts +4 -4
  103. package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
  104. package/types/Controls/groupRolePicker.obs.d.ts +3 -3
  105. package/types/Controls/groupTypeGroupPicker.obs.d.ts +4 -4
  106. package/types/Controls/groupTypePicker.obs.d.ts +3 -3
  107. package/types/Controls/highlightLabel.obs.d.ts +6 -6
  108. package/types/Controls/htmlEditor.obs.d.ts +38 -1
  109. package/types/Controls/imageEditor.obs.d.ts +2 -2
  110. package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
  111. package/types/Controls/inlineSwitch.obs.d.ts +9 -0
  112. package/types/Controls/interactionChannelPicker.obs.d.ts +3 -3
  113. package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
  114. package/types/Controls/kpi.obs.d.ts +3 -3
  115. package/types/Controls/lavaCommandPicker.obs.d.ts +3 -3
  116. package/types/Controls/listBox.obs.d.ts +2 -2
  117. package/types/Controls/listItems.obs.d.ts +1 -1
  118. package/types/Controls/locationItemPicker.obs.d.ts +1 -1
  119. package/types/Controls/locationList.obs.d.ts +3 -3
  120. package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
  121. package/types/Controls/mediaPlayer.obs.d.ts +4 -4
  122. package/types/Controls/mediaSelector.obs.d.ts +2 -2
  123. package/types/Controls/mergeFieldPicker.obs.d.ts +1 -1
  124. package/types/Controls/modal.obs.d.ts +19 -1
  125. package/types/Controls/noteTextEditor.obs.d.ts +1 -1
  126. package/types/Controls/numberBox.obs.d.ts +1 -1
  127. package/types/Controls/numberUpDown.obs.d.ts +2 -2
  128. package/types/Controls/pagePicker.obs.d.ts +1 -1
  129. package/types/Controls/panel.obs.d.ts +3 -3
  130. package/types/Controls/personAvatar.obs.d.ts +90 -0
  131. package/types/Controls/personBasicEditor.obs.d.ts +0 -11
  132. package/types/Controls/personLink.obs.d.ts +3 -3
  133. package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
  134. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +11 -0
  135. package/types/Controls/popOver.obs.d.ts +6 -6
  136. package/types/Controls/racePicker.obs.d.ts +3 -3
  137. package/types/Controls/radioButton.obs.d.ts +1 -1
  138. package/types/Controls/radioButtonList.obs.d.ts +3 -3
  139. package/types/Controls/rangeSlider.obs.d.ts +3 -3
  140. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +3 -3
  141. package/types/Controls/reminderTypePicker.obs.d.ts +3 -3
  142. package/types/Controls/remoteAuthsPicker.obs.d.ts +3 -3
  143. package/types/Controls/rockButton.obs.d.ts +13 -4
  144. package/types/Controls/rockField.obs.d.ts +23 -0
  145. package/types/Controls/rockForm.obs.d.ts +8 -1
  146. package/types/Controls/rockFormField.obs.d.ts +1 -1
  147. package/types/Controls/rockSuspense.obs.d.ts +1 -1
  148. package/types/Controls/sectionContainer.obs.d.ts +1 -1
  149. package/types/Controls/sectionHeader.obs.d.ts +1 -1
  150. package/types/Controls/smsMessageEditor.obs.d.ts +20 -2
  151. package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
  152. package/types/Controls/stepProgramPicker.obs.d.ts +3 -3
  153. package/types/Controls/stepStatusPicker.obs.d.ts +3 -3
  154. package/types/Controls/stepTypePicker.obs.d.ts +3 -3
  155. package/types/Controls/streakTypePicker.obs.d.ts +3 -3
  156. package/types/Controls/structuredContentEditor.obs.d.ts +2 -2
  157. package/types/Controls/switch.obs.d.ts +9 -0
  158. package/types/Controls/tabbedBar.obs.d.ts +10 -0
  159. package/types/Controls/textBox.obs.d.ts +2 -2
  160. package/types/Controls/timePicker.obs.d.ts +2 -2
  161. package/types/Controls/treeItemPicker.obs.d.ts +2 -2
  162. package/types/Controls/treeList.obs.d.ts +1 -1
  163. package/types/Controls/valueFilter.obs.d.ts +1 -1
  164. package/types/Controls/wordCloud.obs.d.ts +3 -3
  165. package/types/Controls/workflowBasePicker.obs.d.ts +3 -3
  166. package/types/Controls/workflowTypePicker.obs.d.ts +2 -2
  167. package/types/Controls/yearPicker.obs.d.ts +2 -2
  168. package/types/Core/Reporting/fieldFilter.d.ts +84 -0
  169. package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +3 -3
  170. package/types/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction.d.ts +15 -0
  171. package/types/Enums/Cms/mediaElementQuality.d.ts +28 -0
  172. package/types/Enums/Communication/Chat/chatNotificationMode.d.ts +13 -0
  173. package/types/Enums/Mobile/locationPermissionStatus.d.ts +15 -0
  174. package/types/Enums/Observability/featureFlags.d.ts +13 -0
  175. package/types/Enums/Observability/traceLevel.d.ts +24 -0
  176. package/types/Enums/Security/loginFailureReason.d.ts +2 -2
  177. package/types/Enums/Workflow/interactiveActionContinueMode.d.ts +33 -0
  178. package/types/Enums/Workflow/interactiveMessageType.d.ts +33 -0
  179. package/types/FieldTypes/financialTransactionField.partial.d.ts +7 -0
  180. package/types/FieldTypes/financialTransactionFieldComponents.d.ts +30 -0
  181. package/types/FieldTypes/htmlField.partial.d.ts +2 -1
  182. package/types/FieldTypes/htmlFieldComponents.d.ts +1 -0
  183. package/types/PageState/state.d.ts +1 -0
  184. package/types/SystemGuids/fieldType.d.ts +2 -0
  185. package/types/SystemGuids/group.d.ts +4 -0
  186. package/types/SystemGuids/groupRole.d.ts +4 -0
  187. package/types/SystemGuids/groupType.d.ts +2 -0
  188. package/types/SystemGuids/serviceJob.d.ts +15 -0
  189. package/types/Templates/detailBlock.d.ts +2 -2
  190. package/types/Templates/rockBlock.partial.d.ts +4 -4
  191. package/types/Types/Reporting/fieldFilterAttributeData.d.ts +29 -0
  192. package/types/Utility/block.d.ts +3 -1
  193. package/types/Utility/page.d.ts +1 -0
  194. package/types/Utility/stringUtils.d.ts +17 -0
  195. package/types/Utility/tooltip.d.ts +6 -0
  196. package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +7 -2
  197. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +6 -0
  198. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +4 -0
  199. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +9 -0
  200. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +3 -0
  201. package/types/ViewModels/Blocks/Cms/LayoutBlockList/layoutBlockListOptionsBag.d.ts +26 -0
  202. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +3 -0
  203. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementBag.d.ts +89 -0
  204. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -0
  205. package/types/ViewModels/Blocks/Cms/MediaElementList/mediaElementListOptionsBag.d.ts +28 -0
  206. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +43 -0
  207. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonSettingsBag.d.ts +31 -0
  208. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +46 -0
  209. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewInitializationBox.d.ts +42 -0
  210. package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +3 -0
  211. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +1 -1
  212. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailCommunicationTemplateBag.d.ts +117 -0
  213. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailGetPreviewMessageRequestBag.d.ts +31 -0
  214. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailInitializationBox.d.ts +166 -0
  215. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +1 -1
  216. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +1 -1
  217. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +3 -0
  218. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +3 -0
  219. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +3 -0
  220. package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +2 -2
  221. package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +2 -0
  222. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +3 -0
  223. package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -0
  224. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +4 -0
  225. package/types/ViewModels/Blocks/{Cms/BlockList/blockListOptionsBag.d.ts → Security/LoginHistory/loginHistoryOptionsBag.d.ts} +2 -2
  226. package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +3 -0
  227. package/types/ViewModels/Blocks/Workflow/WorkflowEntry/workflowEntryOptionsBag.d.ts +39 -0
  228. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +7 -0
  229. package/types/ViewModels/CheckIn/kioskBag.d.ts +6 -0
  230. package/types/ViewModels/{Blocks/Core/Notes → Controls}/saveNoteRequestBag.d.ts +2 -2
  231. package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +3 -0
  232. package/types/ViewModels/Reporting/chartNumericDataPointBag.d.ts +37 -0
  233. package/types/ViewModels/Rest/CheckIn/proximityBeaconBag.d.ts +49 -0
  234. package/types/ViewModels/Rest/CheckIn/proximityCheckInOptionsBag.d.ts +56 -0
  235. package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +3 -0
  236. package/types/ViewModels/Rest/Controls/assetManagerGetFilesResultsBag.d.ts +5 -2
  237. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +6 -0
  238. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +0 -7
  239. package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +6 -0
  240. package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +6 -0
  241. package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
  242. package/types/ViewModels/Rest/Controls/emailEditorGetAllEmailSectionsOptionsBag.d.ts +31 -0
  243. package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +6 -0
  244. package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +6 -0
  245. package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +6 -0
  246. package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +6 -0
  247. package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +3 -0
  248. package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +3 -0
  249. package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +3 -0
  250. package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +3 -0
  251. package/types/ViewModels/Workflow/entryFormButtonBag.d.ts +37 -0
  252. package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +61 -0
  253. package/types/ViewModels/Workflow/entryFormSectionBag.d.ts +54 -0
  254. package/types/ViewModels/Workflow/interactiveActionBag.d.ts +99 -0
  255. package/types/ViewModels/Workflow/interactiveActionDataBag.d.ts +61 -0
  256. package/types/ViewModels/Workflow/interactiveActionExceptionBag.d.ts +37 -0
  257. package/types/ViewModels/Workflow/interactiveMessageBag.d.ts +39 -0
  258. package/types/ViewModels/Workflow/personEntryConfigurationBag.d.ts +128 -0
  259. package/types/ViewModels/Workflow/personEntryValuesBag.d.ts +44 -0
  260. /package/types/Enums/{Blocks/Communication/CommunicationEntryWizard → Communication}/communicationType.d.ts +0 -0
  261. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteBag.d.ts +0 -0
  262. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteEditBag.d.ts +0 -0
  263. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteTypeBag.d.ts +0 -0
@@ -0,0 +1,61 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { FieldFilterGroupBag } from "@Obsidian/ViewModels/Reporting/fieldFilterGroupBag";
25
+ import { PublicAttributeBag } from "@Obsidian/ViewModels/Utility/publicAttributeBag";
26
+
27
+ /** Defines a single field to display on a workflow entry form. */
28
+ export type EntryFormFieldBag = {
29
+ /** Gets or sets the attribute associated with this field. */
30
+ attribute?: PublicAttributeBag | null;
31
+
32
+ /** The size of the column (1-12) to use when displaying this field. */
33
+ columnSize?: number | null;
34
+
35
+ /**
36
+ * Determines if this field's value should be displayed without any
37
+ * label above.
38
+ */
39
+ isLabelHidden: boolean;
40
+
41
+ /**
42
+ * Determines if this field is required in order for the form to be
43
+ * submitted.
44
+ */
45
+ isRequired: boolean;
46
+
47
+ /** Contains any HTML that should be rendered after the field. */
48
+ postHtml?: string | null;
49
+
50
+ /** Contains any HTML that should be rendered before the field. */
51
+ preHtml?: string | null;
52
+
53
+ /** The identifier of the section to display this field in. */
54
+ sectionId?: string | null;
55
+
56
+ /**
57
+ * The main rule that describes if this field should be visible or not
58
+ * depending on the values of other fields.
59
+ */
60
+ visibilityRule?: FieldFilterGroupBag | null;
61
+ };
@@ -0,0 +1,54 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { FieldFilterGroupBag } from "@Obsidian/ViewModels/Reporting/fieldFilterGroupBag";
25
+
26
+ /**
27
+ * Defines a single section that will wrap a number of fields on a
28
+ * workflow entry form.
29
+ */
30
+ export type EntryFormSectionBag = {
31
+ /** The CSS class to apply to the div element that contains the section. */
32
+ cssClass?: string | null;
33
+
34
+ /** The text to display beneath the title in the section header. */
35
+ description?: string | null;
36
+
37
+ /** The identifier of this section. */
38
+ id?: string | null;
39
+
40
+ /**
41
+ * Determines if the separator bar should be visible between the
42
+ * section header and content.
43
+ */
44
+ isHeadingSeparatorVisible: boolean;
45
+
46
+ /** The title to display at the top of the section header. */
47
+ title?: string | null;
48
+
49
+ /**
50
+ * The main rule that describes if this field should be visible or not
51
+ * depending on the values of other fields.
52
+ */
53
+ visibilityRule?: FieldFilterGroupBag | null;
54
+ };
@@ -0,0 +1,99 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { Guid } from "@Obsidian/Types";
25
+ import { NoteBag } from "@Obsidian/ViewModels/Controls/noteBag";
26
+ import { NoteTypeBag } from "@Obsidian/ViewModels/Controls/noteTypeBag";
27
+ import { InteractiveActionDataBag } from "@Obsidian/ViewModels/Workflow/interactiveActionDataBag";
28
+
29
+ /**
30
+ * The details about a single Workflow action with an interactive user
31
+ * experience that should be displayed.
32
+ */
33
+ export type InteractiveActionBag = {
34
+ /**
35
+ * The unique identifier of the component that is handling processing
36
+ * for the current action.
37
+ */
38
+ actionComponentGuid?: Guid | null;
39
+
40
+ /**
41
+ * The data that will be used to display the interactive action or
42
+ * the result of the action's execution.
43
+ */
44
+ actionData?: InteractiveActionDataBag | null;
45
+
46
+ /**
47
+ * The date and time this action was displayed. This should be passed
48
+ * back when submitting component data to update interaction duration.
49
+ */
50
+ actionStartDateTime?: string | null;
51
+
52
+ /**
53
+ * The unique identifier of the action type that will provide the
54
+ * user interface to display.
55
+ */
56
+ actionTypeGuid?: Guid | null;
57
+
58
+ /**
59
+ * The date this workflow was created. Will be null if it
60
+ * has not been persisted yet.
61
+ */
62
+ createdDateTime?: string | null;
63
+
64
+ /** The CSS icon class to display in the panel for this workflow. */
65
+ iconCssClass?: string | null;
66
+
67
+ /** Determines if the note panel should be visible and allow note entry. */
68
+ isNotesVisible: boolean;
69
+
70
+ /** The message to display if the UI for the action is not available. */
71
+ noActionMessage?: string | null;
72
+
73
+ /** The list of current notes to be displayed. */
74
+ notes?: NoteBag[] | null;
75
+
76
+ /** The list of note types that are valid for this workflow. */
77
+ noteTypes?: NoteTypeBag[] | null;
78
+
79
+ /**
80
+ * The prefixed identifier of this workflow. Will be null or
81
+ * empty if it has not been persisted yet.
82
+ */
83
+ prefixedId?: string | null;
84
+
85
+ /** The title to display in the panel for this workflow. */
86
+ title?: string | null;
87
+
88
+ /**
89
+ * The URL to use for updating the URL in the browser so that the URL
90
+ * can be copied by the individual if required.
91
+ */
92
+ url?: string | null;
93
+
94
+ /**
95
+ * The workflow unique identifier. May be null if the workflow
96
+ * has not been persisted yet.
97
+ */
98
+ workflowGuid?: Guid | null;
99
+ };
@@ -0,0 +1,61 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { InteractiveActionExceptionBag } from "@Obsidian/ViewModels/Workflow/interactiveActionExceptionBag";
25
+ import { InteractiveMessageBag } from "@Obsidian/ViewModels/Workflow/interactiveMessageBag";
26
+
27
+ /**
28
+ * Describes how to construct the UI to display a workflow action or
29
+ * display the result of its execution.
30
+ */
31
+ export type InteractiveActionDataBag = {
32
+ /**
33
+ * The custom configuration options that will be sent to the component
34
+ * to help it render correctly. These will not be sent back to the
35
+ * server.
36
+ */
37
+ componentConfiguration?: Record<string, string> | null;
38
+
39
+ /**
40
+ * The custom data to pass to the component as data values that will
41
+ * then be sent back to the server.
42
+ */
43
+ componentData?: Record<string, string> | null;
44
+
45
+ /** The URL of a component to display on the workflow entry block. */
46
+ componentUrl?: string | null;
47
+
48
+ /**
49
+ * Describes an error that occurred while processing the component
50
+ * action. This is only valid to be returned during the UpdateAction
51
+ * processing. If this is set, the component will be passed this
52
+ * error and allowed to handle it internally.
53
+ */
54
+ exception?: InteractiveActionExceptionBag | null;
55
+
56
+ /**
57
+ * The message details to display to the individual. This may be null
58
+ * to cause a generic message to be displayed, but that should be uncommon.
59
+ */
60
+ message?: InteractiveMessageBag | null;
61
+ };
@@ -0,0 +1,37 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ /** Describes an error that occurred while processing the interactive action. */
25
+ export type InteractiveActionExceptionBag = {
26
+ /**
27
+ * The error code that describes the error that occurred. This is
28
+ * specific to each component and has no meaning to Rock itself.
29
+ */
30
+ code: number;
31
+
32
+ /**
33
+ * The text that describes the error that occurred. This is intended
34
+ * to be presented to the individual.
35
+ */
36
+ message?: string | null;
37
+ };
@@ -0,0 +1,39 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { InteractiveMessageType } from "@Obsidian/Enums/Workflow/interactiveMessageType";
25
+
26
+ /**
27
+ * A message that should be displayed to the person from an interactive
28
+ * workflow action.
29
+ */
30
+ export type InteractiveMessageBag = {
31
+ /** The content of the message or action. */
32
+ content?: string | null;
33
+
34
+ /** The title of the message, this may be null or empty. */
35
+ title?: string | null;
36
+
37
+ /** The type of message to be displayed. */
38
+ type: InteractiveMessageType;
39
+ };
@@ -0,0 +1,128 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { WorkflowActionFormPersonEntryOption } from "@Obsidian/Enums/Workflow/workflowActionFormPersonEntryOption";
25
+ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
26
+
27
+ /**
28
+ * Defines the configuration information required to display the person entry
29
+ * section inside a user entry form.
30
+ */
31
+ export type PersonEntryConfigurationBag = {
32
+ /**
33
+ * Determines if the address field should be hidden, optional, or
34
+ * required.
35
+ */
36
+ addressOption: WorkflowActionFormPersonEntryOption;
37
+
38
+ /**
39
+ * Determines if the birthdate field should be hidden, optional, or
40
+ * required.
41
+ */
42
+ birthDateOption: WorkflowActionFormPersonEntryOption;
43
+
44
+ /** The list of campuses to display in the campus picker. */
45
+ campuses?: ListItemBag[] | null;
46
+
47
+ /** The description to display just below the title. */
48
+ description?: string | null;
49
+
50
+ /**
51
+ * Determines if the e-mail field should be hidden, optional, or
52
+ * required.
53
+ */
54
+ emailOption: WorkflowActionFormPersonEntryOption;
55
+
56
+ /**
57
+ * Determines if the ethnicity field should be hidden, optional, or
58
+ * required.
59
+ */
60
+ ethnicityOption: WorkflowActionFormPersonEntryOption;
61
+
62
+ /**
63
+ * Determines if the gender field should be hidden, optional, or
64
+ * required.
65
+ */
66
+ genderOption: WorkflowActionFormPersonEntryOption;
67
+
68
+ /** If true then the campus picker will be visible. */
69
+ isCampusVisible: boolean;
70
+
71
+ /** Determines if the SMS opt-in field should be visible. */
72
+ isSmsVisible: boolean;
73
+
74
+ /**
75
+ * The list of marital status options to display in the marital status
76
+ * picker.
77
+ */
78
+ maritalStatuses?: ListItemBag[] | null;
79
+
80
+ /**
81
+ * Determines if the marital status field should be hidden, optional,
82
+ * or required.
83
+ */
84
+ maritalStatusOption: WorkflowActionFormPersonEntryOption;
85
+
86
+ /**
87
+ * Determines if the mobile phone field should be hidden, optional,
88
+ * or required.
89
+ */
90
+ mobilePhoneOption: WorkflowActionFormPersonEntryOption;
91
+
92
+ /** Custom HTML to display after the editable fields on the form. */
93
+ postHtml?: string | null;
94
+
95
+ /** Custom HTML to display before the editable fields on the form. */
96
+ preHtml?: string | null;
97
+
98
+ /**
99
+ * Determines if the race field should be hidden, optional, or
100
+ * required.
101
+ */
102
+ raceOption: WorkflowActionFormPersonEntryOption;
103
+
104
+ /** The CSS class to apply to the div that wraps the entire form. */
105
+ sectionCssClass?: string | null;
106
+
107
+ /**
108
+ * If true then a separator will be displayed between the
109
+ * title/description and the rest of the form.
110
+ */
111
+ showHeadingSeparator: boolean;
112
+
113
+ /**
114
+ * The term to use for "Spouse". This will be used in the checkbox to
115
+ * show/hide the spouse fields and also prefixed on the fields in the
116
+ * spouse area.
117
+ */
118
+ spouseLabel?: string | null;
119
+
120
+ /**
121
+ * Determines if the spouse panel should be hidden, optional or
122
+ * required.
123
+ */
124
+ spouseOption: WorkflowActionFormPersonEntryOption;
125
+
126
+ /** The title to display at the top of the person entry form. */
127
+ title?: string | null;
128
+ };
@@ -0,0 +1,44 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by the Rock.CodeGeneration project
4
+ // Changes to this file will be lost when the code is regenerated.
5
+ // </auto-generated>
6
+ //------------------------------------------------------------------------------
7
+ // <copyright>
8
+ // Copyright by the Spark Development Network
9
+ //
10
+ // Licensed under the Rock Community License (the "License");
11
+ // you may not use this file except in compliance with the License.
12
+ // You may obtain a copy of the License at
13
+ //
14
+ // http://www.rockrms.com/license
15
+ //
16
+ // Unless required by applicable law or agreed to in writing, software
17
+ // distributed under the License is distributed on an "AS IS" BASIS,
18
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ // See the License for the specific language governing permissions and
20
+ // limitations under the License.
21
+ // </copyright>
22
+ //
23
+
24
+ import { Guid } from "@Obsidian/Types";
25
+ import { AddressControlBag } from "@Obsidian/ViewModels/Controls/addressControlBag";
26
+ import { PersonBasicEditorBag } from "@Obsidian/ViewModels/Rest/Controls/personBasicEditorBag";
27
+
28
+ /** The values for the Person Entry component on a Workflow Form. */
29
+ export type PersonEntryValuesBag = {
30
+ /** The address of both individuals. */
31
+ address?: AddressControlBag | null;
32
+
33
+ /** The campus unique identifier. */
34
+ campusGuid?: Guid | null;
35
+
36
+ /** The marital status between the two individuals. */
37
+ maritalStatusGuid?: Guid | null;
38
+
39
+ /** The primary person. */
40
+ person?: PersonBasicEditorBag | null;
41
+
42
+ /** The spouse of the person. */
43
+ spouse?: PersonBasicEditorBag | null;
44
+ };