@rockrms/obsidian-framework 1.16.4-rc.1 → 1.16.5-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (708) hide show
  1. package/LICENSE.md +55 -55
  2. package/package.json +2 -1
  3. package/tsconfig.base.json +4 -2
  4. package/types/Controls/Grid/dataRow.partial.obs.d.ts +17 -0
  5. package/types/Controls/Grid/dataRows.partial.obs.d.ts +38 -0
  6. package/types/Controls/Grid/grid.partial.obs.d.ts +40 -2
  7. package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +38 -0
  8. package/types/Controls/attributeEditor.obs.d.ts +2 -5
  9. package/types/Controls/auditDetail.obs.d.ts +4 -4
  10. package/types/Controls/badgeComponentPicker.obs.d.ts +6 -7
  11. package/types/Controls/badgeList.obs.d.ts +2 -2
  12. package/types/Controls/badgePicker.obs.d.ts +7 -7
  13. package/types/Controls/baseAsyncPicker.obs.d.ts +20 -2
  14. package/types/Controls/binaryFilePicker.obs.d.ts +2 -2
  15. package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
  16. package/types/Controls/campusAccountAmountPicker.obs.d.ts +11 -13
  17. package/types/Controls/campusPicker.obs.d.ts +6 -6
  18. package/types/Controls/categoryPicker.obs.d.ts +6 -6
  19. package/types/Controls/componentPicker.obs.d.ts +3 -3
  20. package/types/Controls/contentChannelItemPicker.obs.d.ts +17 -13
  21. package/types/Controls/currencyBox.obs.d.ts +2 -5
  22. package/types/Controls/dataViewPicker.obs.d.ts +2 -2
  23. package/types/Controls/definedValuePicker.obs.d.ts +2 -2
  24. package/types/Controls/following.obs.d.ts +2 -2
  25. package/types/Controls/groupAndRolePicker.obs.d.ts +8 -4
  26. package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
  27. package/types/Controls/groupRolePicker.obs.d.ts +15 -17
  28. package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
  29. package/types/Controls/locationList.obs.d.ts +12 -12
  30. package/types/Controls/locationPicker.obs.d.ts +76 -5
  31. package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
  32. package/types/Controls/noteTextEditor.obs.d.ts +2 -6
  33. package/types/Controls/pagePicker.obs.d.ts +2 -2
  34. package/types/Controls/phoneNumberBox.obs.d.ts +2 -2
  35. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +2 -2
  36. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +7 -7
  37. package/types/Controls/registryEntry.obs.d.ts +8 -2
  38. package/types/Controls/reminderTypePicker.obs.d.ts +2 -2
  39. package/types/Controls/reportPicker.obs.d.ts +3 -3
  40. package/types/Controls/rockField.obs.d.ts +9 -0
  41. package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -4
  42. package/types/Controls/stepStatusPicker.obs.d.ts +5 -5
  43. package/types/Controls/stepTypePicker.obs.d.ts +5 -5
  44. package/types/Controls/structuredContentEditor.obs.d.ts +0 -8
  45. package/types/Controls/tagList.obs.d.ts +4 -4
  46. package/types/Controls/valueList.obs.d.ts +2 -2
  47. package/types/Controls/workflowBasePicker.obs.d.ts +5 -5
  48. package/types/Core/Core/personPreferences.d.ts +10 -0
  49. package/types/Enums/Controls/locationPickerMode.d.ts +20 -0
  50. package/types/Enums/Lms/assignTo.d.ts +11 -0
  51. package/types/Enums/Lms/availableDateCalculationMethod.d.ts +17 -0
  52. package/types/Enums/Lms/completionStatus.d.ts +13 -0
  53. package/types/Enums/Lms/configurationMode.d.ts +11 -0
  54. package/types/Enums/Lms/dueDateCalculationMethod.d.ts +15 -0
  55. package/types/Enums/Lms/learningCompletionStatus.d.ts +13 -0
  56. package/types/Enums/Lms/requirementType.d.ts +13 -0
  57. package/types/FieldTypes/campusesFieldComponents.d.ts +4 -2
  58. package/types/FieldTypes/categoriesFieldComponents.d.ts +1 -1
  59. package/types/FieldTypes/categorizedDefinedValueFieldComponents.d.ts +1 -1
  60. package/types/FieldTypes/categoryFieldComponents.d.ts +1 -1
  61. package/types/FieldTypes/colorSelectorComponents.d.ts +2 -16
  62. package/types/FieldTypes/colorSelectorField.partial.d.ts +1 -1
  63. package/types/FieldTypes/communicationPreferenceFieldComponents.d.ts +2 -16
  64. package/types/FieldTypes/communicationTemplateField.partial.d.ts +11 -0
  65. package/types/FieldTypes/communicationTemplateFieldComponents.d.ts +52 -0
  66. package/types/FieldTypes/emailField.partial.d.ts +1 -1
  67. package/types/FieldTypes/fieldType.d.ts +2 -2
  68. package/types/FieldTypes/fileField.partial.d.ts +2 -2
  69. package/types/FieldTypes/groupMemberFieldComponents.d.ts +1 -2
  70. package/types/FieldTypes/groupRoleFieldComponents.d.ts +1 -0
  71. package/types/FieldTypes/imageField.partial.d.ts +2 -2
  72. package/types/FieldTypes/imageFieldComponents.d.ts +1 -1
  73. package/types/FieldTypes/locationField.partial.d.ts +19 -0
  74. package/types/FieldTypes/locationFieldComponents.d.ts +78 -0
  75. package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +4 -4
  76. package/types/FieldTypes/ratingField.partial.d.ts +2 -1
  77. package/types/FieldTypes/ratingFieldComponents.d.ts +8 -0
  78. package/types/FieldTypes/reminderTypesFieldComponents.d.ts +0 -2
  79. package/types/FieldTypes/securityRoleField.partial.d.ts +13 -0
  80. package/types/FieldTypes/securityRoleFieldComponents.d.ts +35 -0
  81. package/types/FieldTypes/systemCommunicationField.partial.d.ts +13 -0
  82. package/types/FieldTypes/systemCommunicationFieldComponents.d.ts +52 -0
  83. package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +12 -4
  84. package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
  85. package/types/FieldTypes/workflowTypeField.partial.d.ts +11 -0
  86. package/types/FieldTypes/workflowTypeFieldComponents.d.ts +35 -0
  87. package/types/SystemGuids/attribute.d.ts +2 -0
  88. package/types/SystemGuids/blockType.d.ts +2 -0
  89. package/types/SystemGuids/definedType.d.ts +7 -0
  90. package/types/SystemGuids/definedValue.d.ts +6 -0
  91. package/types/SystemGuids/entityType.d.ts +12 -0
  92. package/types/SystemGuids/serviceJob.d.ts +2 -2
  93. package/types/Templates/detailBlock.d.ts +6 -4
  94. package/types/Types/Controls/autocomplete.d.ts +29 -29
  95. package/types/Types/Controls/datePartsPicker.d.ts +5 -5
  96. package/types/Types/Controls/dateRangePicker.d.ts +4 -4
  97. package/types/Types/Controls/dropDownMenu.d.ts +33 -33
  98. package/types/Types/Controls/geo.d.ts +58 -58
  99. package/types/Types/Controls/grid.d.ts +897 -897
  100. package/types/Types/Controls/itemsWithPreAndPostHtml.d.ts +5 -5
  101. package/types/Types/Controls/keyValueItem.d.ts +21 -21
  102. package/types/Types/Controls/numberRangeBox.d.ts +10 -10
  103. package/types/Types/Controls/numberUpDownGroup.d.ts +6 -6
  104. package/types/Types/Controls/panelAction.d.ts +47 -47
  105. package/types/Types/Controls/progressTracker.d.ts +6 -6
  106. package/types/Types/Controls/valueDetailListItem.d.ts +32 -32
  107. package/types/Types/Core/personPreferences.d.ts +120 -101
  108. package/types/Types/Reporting/comparisonValue.d.ts +28 -28
  109. package/types/Types/Utility/block.d.ts +42 -42
  110. package/types/Types/Utility/component.d.ts +29 -29
  111. package/types/Types/Utility/http.d.ts +40 -40
  112. package/types/Types/Utility/support.d.ts +26 -26
  113. package/types/Types/fieldType.d.ts +199 -194
  114. package/types/Types/index.d.ts +18 -18
  115. package/types/Types/validationRules.d.ts +44 -44
  116. package/types/Utility/address.d.ts +1 -0
  117. package/types/Utility/block.d.ts +51 -4
  118. package/types/Utility/stringUtils.d.ts +3 -3
  119. package/types/ViewModels/Blocks/Bus/QueueDetail/queueBag.d.ts +48 -48
  120. package/types/ViewModels/Blocks/Bus/QueueDetail/queueDetailOptionsBag.d.ts +25 -25
  121. package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationBag.d.ts +56 -56
  122. package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationDetailOptionsBag.d.ts +30 -30
  123. package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageBag.d.ts +69 -69
  124. package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageDetailOptionsBag.d.ts +27 -27
  125. package/types/ViewModels/Blocks/Cms/AdaptiveMessageList/adaptiveMessageListOptionsBag.d.ts +25 -25
  126. package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeBag.d.ts +66 -66
  127. package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeDetailOptionsBag.d.ts +25 -25
  128. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/attributeFilterBag.d.ts +62 -62
  129. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/availableContentSourceBag.d.ts +40 -40
  130. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionBag.d.ts +83 -83
  131. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionDetailOptionsBag.d.ts +26 -26
  132. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentSourceBag.d.ts +83 -83
  133. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/customFieldFilterBag.d.ts +48 -48
  134. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/filterSettingsBag.d.ts +62 -62
  135. package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionInitializationBox.d.ts +79 -79
  136. package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionListItemBag.d.ts +47 -47
  137. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +130 -121
  138. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsOptionsBag.d.ts +33 -33
  139. package/types/ViewModels/Blocks/Cms/ContentCollectionView/filterOptionsBag.d.ts +41 -41
  140. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchFilterBag.d.ts +49 -49
  141. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchQueryBag.d.ts +52 -52
  142. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultBag.d.ts +36 -36
  143. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultSourceBag.d.ts +54 -54
  144. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeBag.d.ts +73 -73
  145. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeDetailOptionsBag.d.ts +29 -29
  146. package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutBag.d.ts +53 -53
  147. package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutDetailOptionsBag.d.ts +28 -28
  148. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerDownloadItemBag.d.ts +40 -39
  149. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerInitializationBox.d.ts +61 -61
  150. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemBag.d.ts +91 -91
  151. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemFiltersBag.d.ts +49 -49
  152. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerValidationResultsBag.d.ts +34 -34
  153. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +55 -55
  154. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountDetailOptionsBag.d.ts +26 -26
  155. package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +79 -79
  156. package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderDetailOptionsBag.d.ts +34 -34
  157. package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteBag.d.ts +55 -55
  158. package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteDetailOptionsBag.d.ts +25 -25
  159. package/types/ViewModels/Blocks/Cms/PageRouteList/pageRouteListOptionsBag.d.ts +30 -0
  160. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +48 -48
  161. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +29 -29
  162. package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetBag.d.ts +106 -106
  163. package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetDetailOptionsBag.d.ts +26 -26
  164. package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionBag.d.ts +48 -48
  165. package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionDetailOptionsBag.d.ts +26 -26
  166. package/types/ViewModels/Blocks/Cms/SiteDetail/siteBag.d.ts +161 -161
  167. package/types/ViewModels/Blocks/Cms/SiteDetail/siteDetailOptionsBag.d.ts +33 -33
  168. package/types/ViewModels/Blocks/Cms/SiteList/siteListOptionsBag.d.ts +26 -26
  169. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +90 -90
  170. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts +42 -42
  171. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts +33 -33
  172. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetBag.d.ts +64 -64
  173. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetDetailOptionsBag.d.ts +31 -31
  174. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeBag.d.ts +57 -57
  175. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeDetailOptionsBag.d.ts +26 -26
  176. package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +87 -87
  177. package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberDetailOptionsBag.d.ts +30 -30
  178. package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderBag.d.ts +48 -48
  179. package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderDetailOptionsBag.d.ts +25 -25
  180. package/types/ViewModels/Blocks/Core/Attributes/attributesOptionsBag.d.ts +43 -0
  181. package/types/ViewModels/Blocks/Core/AuditList/auditListOptionsBag.d.ts +30 -0
  182. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileBag.d.ts +70 -70
  183. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileDetailOptionsBag.d.ts +25 -25
  184. package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +83 -83
  185. package/types/ViewModels/Blocks/Core/CampusDetail/campusDetailOptionsBag.d.ts +33 -33
  186. package/types/ViewModels/Blocks/Core/CampusDetail/campusScheduleBag.d.ts +37 -37
  187. package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +25 -25
  188. package/types/ViewModels/Blocks/Core/CategoryDetail/categoryBag.d.ts +67 -67
  189. package/types/ViewModels/Blocks/Core/CategoryDetail/categoryDetailOptionsBag.d.ts +25 -25
  190. package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsBag.d.ts +46 -46
  191. package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsOptionsBag.d.ts +29 -29
  192. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +49 -0
  193. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueListOptionsBag.d.ts +40 -0
  194. package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeBag.d.ts +73 -73
  195. package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeDetailOptionsBag.d.ts +25 -25
  196. package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelBag.d.ts +89 -89
  197. package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelDetailOptionsBag.d.ts +25 -25
  198. package/types/ViewModels/Blocks/Core/LocationDetail/addressStandardizationResultBag.d.ts +36 -36
  199. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +85 -85
  200. package/types/ViewModels/Blocks/Core/LocationDetail/locationDetailOptionsBag.d.ts +29 -29
  201. package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +82 -82
  202. package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeDetailOptionsBag.d.ts +25 -25
  203. package/types/ViewModels/Blocks/Core/Notes/deleteNoteRequestBag.d.ts +28 -28
  204. package/types/ViewModels/Blocks/Core/Notes/editNoteRequestBag.d.ts +28 -28
  205. package/types/ViewModels/Blocks/Core/Notes/noteBag.d.ts +82 -82
  206. package/types/ViewModels/Blocks/Core/Notes/noteEditBag.d.ts +52 -52
  207. package/types/ViewModels/Blocks/Core/Notes/noteTypeBag.d.ts +60 -60
  208. package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +87 -87
  209. package/types/ViewModels/Blocks/Core/Notes/saveNoteRequestBag.d.ts +33 -33
  210. package/types/ViewModels/Blocks/Core/Notes/watchNoteRequestBag.d.ts +31 -31
  211. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionRequestBag.d.ts +31 -31
  212. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionResponseBag.d.ts +36 -36
  213. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesRequestBag.d.ts +26 -26
  214. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesResponseBag.d.ts +30 -30
  215. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadRequestBag.d.ts +31 -31
  216. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadResponseBag.d.ts +31 -31
  217. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadRequestBag.d.ts +31 -31
  218. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadResponseBag.d.ts +34 -34
  219. package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageBag.d.ts +55 -55
  220. package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageListInitializationBox.d.ts +37 -37
  221. package/types/ViewModels/Blocks/Core/RestActionList/restActionListOptionsBag.d.ts +25 -0
  222. package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +25 -0
  223. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleBag.d.ts +87 -87
  224. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleDetailOptionsBag.d.ts +41 -41
  225. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleExclusionBag.d.ts +30 -30
  226. package/types/ViewModels/Blocks/Core/ScheduledJobList/scheduledJobListOptionsBag.d.ts +26 -0
  227. package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobBag.d.ts +84 -84
  228. package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +32 -32
  229. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateBag.d.ts +81 -81
  230. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateDetailOptionsBag.d.ts +32 -32
  231. package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBag.d.ts +63 -63
  232. package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBox.d.ts +54 -54
  233. package/types/ViewModels/Blocks/Core/TagDetail/tagBag.d.ts +76 -76
  234. package/types/ViewModels/Blocks/Core/TagDetail/tagDetailOptionsBag.d.ts +25 -25
  235. package/types/ViewModels/Blocks/Crm/AssessmentList/assessmentListBag.d.ts +33 -33
  236. package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeBag.d.ts +69 -69
  237. package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeDetailOptionsBag.d.ts +26 -26
  238. package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeBag.d.ts +57 -57
  239. package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeDetailOptionsBag.d.ts +25 -25
  240. package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeBag.d.ts +75 -75
  241. package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeDetailOptionsBag.d.ts +25 -25
  242. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationCreateAccountRequestBag.d.ts +31 -31
  243. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDateAndTimeFieldBag.d.ts +43 -43
  244. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDatePickerFieldBag.d.ts +40 -40
  245. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationFieldBag.d.ts +37 -37
  246. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesRequestBag.d.ts +30 -30
  247. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesResponseBag.d.ts +40 -40
  248. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +170 -170
  249. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationPersonBag.d.ts +94 -93
  250. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveRequestBag.d.ts +63 -63
  251. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveResponseBag.d.ts +31 -31
  252. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationScheduleDateBag.d.ts +42 -42
  253. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSmsOptInFieldBag.d.ts +40 -40
  254. package/types/ViewModels/Blocks/Crm/PersonDetail/Badges/badgesConfigurationBox.d.ts +48 -48
  255. package/types/ViewModels/Blocks/Crm/PersonMergeRequestList/personMergeRequestListOptionsBag.d.ts +26 -0
  256. package/types/ViewModels/Blocks/Crm/PhotoOptOut/photoOptOutBag.d.ts +39 -39
  257. package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptBag.d.ts +73 -73
  258. package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptDetailOptionsBag.d.ts +25 -25
  259. package/types/ViewModels/Blocks/Engagement/AchievementTypeList/achievementTypeListOptionsBag.d.ts +27 -0
  260. package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +26 -0
  261. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceBag.d.ts +30 -30
  262. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceDetailInitializationBox.d.ts +45 -45
  263. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendeeBag.d.ts +34 -34
  264. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpDetail/signUpDetailInitializationBox.d.ts +40 -40
  265. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/getAvailableCampusesBag.d.ts +31 -31
  266. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsBag.d.ts +106 -106
  267. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsOptionsBag.d.ts +37 -37
  268. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderInitializationBox.d.ts +85 -85
  269. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderResultsBag.d.ts +31 -31
  270. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderSelectedFiltersBag.d.ts +57 -57
  271. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +73 -73
  272. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterRequestBag.d.ts +30 -30
  273. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterResponseBag.d.ts +37 -37
  274. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegistrantBag.d.ts +73 -73
  275. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +89 -86
  276. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +33 -36
  277. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramWorkflowTriggerBag.d.ts +51 -51
  278. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +45 -45
  279. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -43
  280. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -40
  281. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -40
  282. package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +34 -34
  283. package/types/ViewModels/Blocks/Engagement/Steps/stepFlowInitializationBox.d.ts +51 -51
  284. package/types/ViewModels/Blocks/Engagement/StreakDetail/streakBag.d.ts +69 -69
  285. package/types/ViewModels/Blocks/Engagement/StreakDetail/streakDetailOptionsBag.d.ts +36 -36
  286. package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeBag.d.ts +98 -96
  287. package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeDetailOptionsBag.d.ts +36 -36
  288. package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionBag.d.ts +42 -42
  289. package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionDetailOptionsBag.d.ts +25 -25
  290. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventAttributeBag.d.ts +32 -32
  291. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarBag.d.ts +66 -66
  292. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarDetailOptionsBag.d.ts +29 -29
  293. package/types/ViewModels/Blocks/Event/EventItemDetail/eventCalendarItemAttributeBag.d.ts +39 -39
  294. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemBag.d.ts +89 -89
  295. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemDetailOptionsBag.d.ts +25 -25
  296. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemOccurenceAttributeBag.d.ts +32 -32
  297. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManager/experienceManagerInitializationBox.d.ts +72 -72
  298. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManagerOccurrences/experienceManagerOccurrencesInitializationBox.d.ts +48 -48
  299. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/experienceVisualizerInitializationBox.d.ts +43 -43
  300. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/visualizerOccurrenceBag.d.ts +36 -36
  301. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionBag.d.ts +61 -61
  302. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionTypeBag.d.ts +67 -67
  303. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceBag.d.ts +155 -155
  304. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceDetailOptionsBag.d.ts +34 -34
  305. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceScheduleBag.d.ts +55 -55
  306. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceVisualizerTypeBag.d.ts +48 -48
  307. package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperience/liveExperienceInitializationBox.d.ts +57 -57
  308. package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperienceOccurrences/liveExperienceOccurrencesInitializationBox.d.ts +49 -49
  309. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +54 -0
  310. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrarBag.d.ts +42 -0
  311. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryArgsBag.d.ts +56 -0
  312. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryCostSummaryBag.d.ts +45 -0
  313. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +39 -0
  314. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeBag.d.ts +49 -0
  315. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeItemBag.d.ts +42 -0
  316. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormBag.d.ts +30 -0
  317. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormFieldBag.d.ts +65 -0
  318. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +203 -0
  319. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryLineItemBag.d.ts +45 -0
  320. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryPaymentPlanBag.d.ts +39 -0
  321. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySessionBag.d.ts +71 -0
  322. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySignatureDocumentBag.d.ts +46 -0
  323. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +37 -0
  324. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryVisibilityBag.d.ts +34 -0
  325. package/types/ViewModels/Blocks/Event/RegistrationEntry/sessionRenewalResultBag.d.ts +31 -0
  326. package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +39 -0
  327. package/types/ViewModels/Blocks/Event/RegistrationListLavaBox.d.ts +43 -43
  328. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactBag.d.ts +30 -0
  329. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactListOptionsBag.d.ts +26 -0
  330. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailBag.d.ts +86 -86
  331. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailOptionsBag.d.ts +37 -37
  332. package/types/ViewModels/Blocks/Finance/BusinessDetail/searchKeyBag.d.ts +36 -36
  333. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchAccountTotalsBag.d.ts +31 -31
  334. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchBag.d.ts +88 -87
  335. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchCurrencyTotalsBag.d.ts +31 -31
  336. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +62 -62
  337. package/types/ViewModels/Blocks/Finance/FinancialBatchList/financialBatchListOptionsBag.d.ts +48 -48
  338. package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusRequestBag.d.ts +31 -31
  339. package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusResponseBag.d.ts +40 -40
  340. package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayBag.d.ts +63 -63
  341. package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayDetailOptionsBag.d.ts +26 -26
  342. package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeBag.d.ts +60 -60
  343. package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeDetailOptionsBag.d.ts +36 -36
  344. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryBag.d.ts +84 -84
  345. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryOptionsBag.d.ts +57 -57
  346. package/types/ViewModels/Blocks/Finance/SavedAccountList/savedAccountListOptionsBag.d.ts +26 -0
  347. package/types/ViewModels/Blocks/Fundraising/FundraisingDonationList/fundraisingDonationListOptionsBag.d.ts +40 -0
  348. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonRequestBag.d.ts +33 -33
  349. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonResponseBag.d.ts +30 -30
  350. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAttendanceBag.d.ts +51 -51
  351. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetAttendanceRequestBag.d.ts +30 -30
  352. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationScheduleDatesRequestBag.d.ts +39 -39
  353. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationSchedulesRequestBag.d.ts +36 -36
  354. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationsRequestBag.d.ts +30 -30
  355. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetOrCreateRequestBag.d.ts +55 -55
  356. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailInitializationBox.d.ts +164 -164
  357. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailMarkAttendanceRequestBag.d.ts +36 -36
  358. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterRequestBag.d.ts +39 -39
  359. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterResponseBag.d.ts +28 -28
  360. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateAttendanceOccurrenceTypeRequestBag.d.ts +33 -33
  361. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateDidNotOccurRequestBag.d.ts +33 -33
  362. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateNotesRequestBag.d.ts +33 -33
  363. package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBag.d.ts +65 -65
  364. package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +77 -77
  365. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/assignmentScheduleAndLocationBag.d.ts +37 -37
  366. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/preferencePageContentBag.d.ts +44 -44
  367. package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupBag.d.ts +33 -33
  368. package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupDataBag.d.ts +60 -60
  369. package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/confirmDeclineBag.d.ts +31 -31
  370. package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/contentBag.d.ts +28 -28
  371. package/types/ViewModels/Blocks/Group/GroupScheduleUnavailability/contentBag.d.ts +39 -39
  372. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/assignmentOptionsBag.d.ts +50 -50
  373. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/currentScheduleBag.d.ts +47 -47
  374. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/deleteAssignmentRequestBag.d.ts +33 -33
  375. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getAssignmentOptionsRequestBag.d.ts +39 -39
  376. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSchedulePreferencesRequestBag.d.ts +33 -33
  377. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSignUpsRequestBag.d.ts +33 -33
  378. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/groupBag.d.ts +39 -39
  379. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/initializationBox.d.ts +92 -92
  380. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +45 -45
  381. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionResponseBag.d.ts +52 -52
  382. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentRequestBag.d.ts +45 -45
  383. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentResponseBag.d.ts +33 -33
  384. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveDeclineReasonRequestBag.d.ts +46 -46
  385. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSchedulePreferenceRequestBag.d.ts +42 -42
  386. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +45 -45
  387. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +41 -41
  388. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveUnavailabilityRequestBag.d.ts +45 -45
  389. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceAssignmentBag.d.ts +36 -36
  390. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceBag.d.ts +44 -44
  391. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferencesBag.d.ts +37 -37
  392. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/scheduleRowBag.d.ts +62 -62
  393. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +61 -61
  394. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceLocationBag.d.ts +48 -48
  395. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpsBag.d.ts +37 -37
  396. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupScheduleOccurrenceBag.d.ts +40 -40
  397. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerAppliedFiltersBag.d.ts +41 -41
  398. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerApplyResourceSettingsBag.d.ts +40 -40
  399. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSchedulesResponseBag.d.ts +43 -43
  400. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSettingsBag.d.ts +57 -57
  401. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerFiltersBag.d.ts +51 -51
  402. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerGetPreferencesBag.d.ts +31 -31
  403. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerInitializationBox.d.ts +45 -45
  404. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerLocationsBag.d.ts +33 -33
  405. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerOccurrenceBag.d.ts +79 -79
  406. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferenceBag.d.ts +31 -31
  407. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferencesBag.d.ts +43 -43
  408. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerResourceSettingsBag.d.ts +44 -43
  409. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSchedulesBag.d.ts +33 -33
  410. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSendNowResponseBag.d.ts +37 -37
  411. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUnassignedResourceCountBag.d.ts +48 -48
  412. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUpdatePreferenceBag.d.ts +40 -40
  413. package/types/ViewModels/Blocks/Group/landingPageContentBag.d.ts +36 -36
  414. package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBag.d.ts +65 -65
  415. package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBlockBox.d.ts +65 -65
  416. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversation/conversationDetailBag.d.ts +56 -56
  417. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversationList/phoneNumberBag.d.ts +42 -42
  418. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestBag.d.ts +90 -90
  419. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailAddPersonResponseBag.d.ts +25 -25
  420. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailOptionsBag.d.ts +30 -30
  421. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +140 -140
  422. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +66 -66
  423. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +31 -31
  424. package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +25 -0
  425. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateBag.d.ts +70 -70
  426. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateDetailOptionsBag.d.ts +25 -25
  427. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateFileValidationBag.d.ts +35 -35
  428. package/types/ViewModels/Blocks/Reporting/MergeTemplateList/mergeTemplateListOptionsBag.d.ts +30 -0
  429. package/types/ViewModels/Blocks/Reporting/ReportList/reportListOptionsBag.d.ts +25 -0
  430. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsRequestBag.d.ts +36 -36
  431. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsResponseBag.d.ts +37 -37
  432. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetServiceTimesRequestBag.d.ts +33 -33
  433. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetWeekendDatesRequestBag.d.ts +31 -31
  434. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryInitializationBox.d.ts +60 -60
  435. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricCategoryBag.d.ts +34 -34
  436. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricItemBag.d.ts +37 -37
  437. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntrySaveRequestBag.d.ts +43 -43
  438. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +29 -0
  439. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDonationBag.d.ts +34 -0
  440. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +37 -0
  441. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDataBag.d.ts +37 -0
  442. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDetailsBag.d.ts +58 -0
  443. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerositySetupBag.d.ts +40 -0
  444. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryAccountInfoBag.d.ts +34 -34
  445. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryCompletedStepBag.d.ts +37 -37
  446. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryConfirmationSentStepBag.d.ts +28 -28
  447. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonItemBag.d.ts +31 -31
  448. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonSelectionStepBag.d.ts +33 -33
  449. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryExistingAccountStepBag.d.ts +28 -28
  450. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryForgotUsernameRequestBag.d.ts +34 -34
  451. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryInitializationBox.d.ts +107 -107
  452. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPasswordlessConfirmationSentStepBag.d.ts +31 -31
  453. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPersonInfoBag.d.ts +62 -61
  454. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPhoneNumberBag.d.ts +51 -51
  455. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterRequestBox.d.ts +46 -46
  456. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterResponseBox.d.ts +50 -50
  457. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAccountConfirmationViewOptionsBag.d.ts +28 -28
  458. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountActionNamesBag.d.ts +40 -40
  459. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertControlBag.d.ts +34 -34
  460. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertViewOptionsBag.d.ts +30 -30
  461. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordRequestBag.d.ts +31 -31
  462. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordViewOptionsBag.d.ts +34 -34
  463. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountConfirmRequestBag.d.ts +28 -28
  464. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountContentViewOptionsBag.d.ts +28 -28
  465. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteConfirmationViewOptionsBag.d.ts +31 -31
  466. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteRequestBag.d.ts +28 -28
  467. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountInitializationBox.d.ts +46 -46
  468. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowChangePasswordViewRequestBag.d.ts +28 -28
  469. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowDeleteConfirmationRequestBag.d.ts +28 -28
  470. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountViewBox.d.ts +68 -68
  471. package/types/ViewModels/Blocks/Security/ForgotUserName/changePasswordNotSupportedResultBag.d.ts +31 -31
  472. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameCaptionsBag.d.ts +34 -34
  473. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameInitializationBox.d.ts +45 -45
  474. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsRequestBag.d.ts +28 -28
  475. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsResultBag.d.ts +37 -37
  476. package/types/ViewModels/Blocks/Security/Login/credentialLoginMfaBag.d.ts +34 -34
  477. package/types/ViewModels/Blocks/Security/Login/credentialLoginRequestBag.d.ts +37 -37
  478. package/types/ViewModels/Blocks/Security/Login/credentialLoginResponseBag.d.ts +45 -45
  479. package/types/ViewModels/Blocks/Security/Login/externalAuthenticationButtonBag.d.ts +37 -37
  480. package/types/ViewModels/Blocks/Security/Login/loginInitializationBox.d.ts +114 -114
  481. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginAutoVerifyOptionsBag.d.ts +31 -31
  482. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginMfaBag.d.ts +34 -34
  483. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginOptionsBag.d.ts +46 -46
  484. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartRequestBag.d.ts +46 -46
  485. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartResponseBag.d.ts +34 -34
  486. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyOptionsBag.d.ts +42 -42
  487. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyRequestBag.d.ts +37 -37
  488. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyResponseBag.d.ts +49 -49
  489. package/types/ViewModels/Blocks/Security/Login/remoteLoginStartRequestBag.d.ts +31 -31
  490. package/types/ViewModels/Blocks/Security/Login/remoteLoginStartResponseBag.d.ts +28 -28
  491. package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyBag.d.ts +51 -51
  492. package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyDetailOptionsBag.d.ts +25 -25
  493. package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppBag.d.ts +72 -72
  494. package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppDetailOptionsBag.d.ts +25 -25
  495. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageBag.d.ts +57 -57
  496. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageDetailOptionsBag.d.ts +25 -25
  497. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/timeIntervalBag.d.ts +32 -30
  498. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsBag.d.ts +49 -49
  499. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsOptionsBag.d.ts +36 -36
  500. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/themeListItemBag.d.ts +43 -43
  501. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/topicAndChannelBag.d.ts +31 -31
  502. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmMetricBag.d.ts +31 -31
  503. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeBag.d.ts +69 -69
  504. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeDetailOptionsBag.d.ts +25 -25
  505. package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsBag.d.ts +60 -60
  506. package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsDetailOptionsBag.d.ts +25 -25
  507. package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerBag.d.ts +81 -81
  508. package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerDetailBox.d.ts +50 -50
  509. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +37 -37
  510. package/types/ViewModels/Blocks/blockBox.d.ts +37 -37
  511. package/types/ViewModels/Blocks/customSettingsBox.d.ts +40 -40
  512. package/types/ViewModels/Blocks/detailBlockBox.d.ts +67 -56
  513. package/types/ViewModels/Blocks/listBlockBox.d.ts +59 -59
  514. package/types/ViewModels/Cms/blockCustomActionBag.d.ts +42 -42
  515. package/types/ViewModels/Cms/contentCollectionAttributeFilterSettingsBag.d.ts +39 -39
  516. package/types/ViewModels/Cms/contentCollectionCustomFieldBag.d.ts +44 -44
  517. package/types/ViewModels/Cms/contentCollectionCustomFieldFilterSettingsBag.d.ts +39 -39
  518. package/types/ViewModels/Cms/contentCollectionFilterSettingsBag.d.ts +78 -78
  519. package/types/ViewModels/Cms/contentCollectionSourceAdditionalSettingsBag.d.ts +43 -43
  520. package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +62 -62
  521. package/types/ViewModels/Cms/obsidianBlockPreferencesBag.d.ts +42 -36
  522. package/types/ViewModels/Communication/conversationAttachmentBag.d.ts +34 -34
  523. package/types/ViewModels/Communication/conversationMessageBag.d.ts +95 -95
  524. package/types/ViewModels/Connection/connectionRequestCountsBag.d.ts +34 -34
  525. package/types/ViewModels/Controls/addressControlBag.d.ts +46 -46
  526. package/types/ViewModels/Controls/birthdayPickerBag.d.ts +34 -34
  527. package/types/ViewModels/Controls/campusPickerItemBag.d.ts +51 -51
  528. package/types/ViewModels/Controls/electronicSignatureValue.d.ts +31 -31
  529. package/types/ViewModels/Controls/fieldTypeEditorGetAvailableFieldTypesOptionsBag.d.ts +29 -29
  530. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationOptionsBag.d.ts +39 -39
  531. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +52 -52
  532. package/types/ViewModels/Controls/gatewayControlBag.d.ts +31 -31
  533. package/types/ViewModels/Controls/monthDayValue.d.ts +27 -27
  534. package/types/ViewModels/Controls/monthYearValue.d.ts +27 -27
  535. package/types/ViewModels/Controls/noteMentionItemBag.d.ts +43 -43
  536. package/types/ViewModels/Controls/phoneNumberBoxWithSmsControlBag.d.ts +34 -34
  537. package/types/ViewModels/Controls/rockCacheabilityBag.d.ts +37 -37
  538. package/types/ViewModels/Controls/slidingDateRangeBag.d.ts +43 -43
  539. package/types/ViewModels/Controls/timePickerValue.d.ts +25 -25
  540. package/types/ViewModels/Controls/universalItemSearchPickerItemBag.d.ts +63 -63
  541. package/types/ViewModels/Core/Grid/attributeFieldDefinitionBag.d.ts +47 -47
  542. package/types/ViewModels/Core/Grid/customActionBag.d.ts +48 -48
  543. package/types/ViewModels/Core/Grid/customColumnDefinitionBag.d.ts +48 -48
  544. package/types/ViewModels/Core/Grid/fieldDefinitionBag.d.ts +31 -31
  545. package/types/ViewModels/Core/Grid/gridCommunicationBag.d.ts +39 -39
  546. package/types/ViewModels/Core/Grid/gridDataBag.d.ts +28 -28
  547. package/types/ViewModels/Core/Grid/gridDefinitionBag.d.ts +76 -76
  548. package/types/ViewModels/Core/Grid/gridEntitySetBag.d.ts +39 -39
  549. package/types/ViewModels/Core/Grid/gridEntitySetItemBag.d.ts +40 -40
  550. package/types/ViewModels/Core/Grid/personFieldBag.d.ts +37 -37
  551. package/types/ViewModels/Core/notificationMessageActionBag.d.ts +42 -42
  552. package/types/ViewModels/Core/notificationMessageMetadataBag.d.ts +54 -54
  553. package/types/ViewModels/Core/personPreferenceValueBag.d.ts +34 -34
  554. package/types/ViewModels/Crm/currentPersonBag.d.ts +43 -43
  555. package/types/ViewModels/Crm/renderedBadgeBag.d.ts +31 -31
  556. package/types/ViewModels/Engagement/achievementCompletedMessageBag.d.ts +63 -63
  557. package/types/ViewModels/Event/InteractiveExperiences/actionRenderConfigurationBag.d.ts +39 -39
  558. package/types/ViewModels/Event/InteractiveExperiences/experienceActionStyleBag.d.ts +49 -49
  559. package/types/ViewModels/Event/InteractiveExperiences/experienceAnswerBag.d.ts +49 -49
  560. package/types/ViewModels/Event/InteractiveExperiences/experienceOccurrenceStateBag.d.ts +31 -31
  561. package/types/ViewModels/Event/InteractiveExperiences/experiencePlaceholderStyleBag.d.ts +34 -34
  562. package/types/ViewModels/Event/InteractiveExperiences/experienceSettingsBag.d.ts +42 -42
  563. package/types/ViewModels/Event/InteractiveExperiences/experienceStyleBag.d.ts +47 -47
  564. package/types/ViewModels/Event/InteractiveExperiences/experienceVisualizerStyleBag.d.ts +46 -46
  565. package/types/ViewModels/Event/InteractiveExperiences/joinExperienceResponseBag.d.ts +47 -47
  566. package/types/ViewModels/Event/InteractiveExperiences/pingExperienceResponseBag.d.ts +28 -28
  567. package/types/ViewModels/Event/InteractiveExperiences/visualizerRenderConfigurationBag.d.ts +42 -42
  568. package/types/ViewModels/Event/attendanceOccurrenceUpdatedMessageBag.d.ts +45 -45
  569. package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +68 -67
  570. package/types/ViewModels/Finance/savedFinancialAccountListItemBag.d.ts +49 -49
  571. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +38 -38
  572. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +48 -48
  573. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +30 -30
  574. package/types/ViewModels/Reporting/fieldFilterGroupBag.d.ts +40 -40
  575. package/types/ViewModels/Reporting/fieldFilterRuleBag.d.ts +52 -52
  576. package/types/ViewModels/Reporting/fieldFilterSourceBag.d.ts +46 -46
  577. package/types/ViewModels/Rest/Controls/accountPickerGetChildrenOptionsBag.d.ts +42 -42
  578. package/types/ViewModels/Rest/Controls/accountPickerGetParentGuidsOptionsBag.d.ts +33 -33
  579. package/types/ViewModels/Rest/Controls/accountPickerGetPreviewItemsOptionsBag.d.ts +36 -36
  580. package/types/ViewModels/Rest/Controls/accountPickerGetSearchedAccountsOptionsBag.d.ts +37 -37
  581. package/types/ViewModels/Rest/Controls/achievementTypePickerGetAchievementTypesOptionsBag.d.ts +29 -29
  582. package/types/ViewModels/Rest/Controls/addressControlConfigurationBag.d.ts +82 -82
  583. package/types/ViewModels/Rest/Controls/addressControlGetConfigurationOptionsBag.d.ts +34 -34
  584. package/types/ViewModels/Rest/Controls/addressControlValidateAddressOptionsBag.d.ts +49 -49
  585. package/types/ViewModels/Rest/Controls/addressControlValidateAddressResultsBag.d.ts +39 -39
  586. package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +31 -31
  587. package/types/ViewModels/Rest/Controls/assetStorageProviderPickerGetAssetStorageProvidersOptionsBag.d.ts +29 -29
  588. package/types/ViewModels/Rest/Controls/auditDetailGetAuditDetailsOptionsBag.d.ts +45 -45
  589. package/types/ViewModels/Rest/Controls/badgeComponentPickerGetBadgeComponentsOptionsBag.d.ts +33 -33
  590. package/types/ViewModels/Rest/Controls/badgeListGetBadgesOptionsBag.d.ts +51 -51
  591. package/types/ViewModels/Rest/Controls/badgePickerGetBadgesOptionsBag.d.ts +34 -34
  592. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +33 -33
  593. package/types/ViewModels/Rest/Controls/binaryFileTypePickerGetBinaryFileTypesOptionsBag.d.ts +29 -29
  594. package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesOptionsBag.d.ts +39 -39
  595. package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesResultsBag.d.ts +35 -35
  596. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsOptionsBag.d.ts +48 -48
  597. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +43 -43
  598. package/types/ViewModels/Rest/Controls/campusPickerGetCampusesOptionsBag.d.ts +29 -29
  599. package/types/ViewModels/Rest/Controls/captchaControlConfigurationBag.d.ts +31 -31
  600. package/types/ViewModels/Rest/Controls/captchaControlTokenValidateTokenResultBag.d.ts +28 -28
  601. package/types/ViewModels/Rest/Controls/captchaControlValidateTokenOptionsBag.d.ts +27 -27
  602. package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeOptionsBag.d.ts +36 -36
  603. package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeResultsBag.d.ts +36 -36
  604. package/types/ViewModels/Rest/Controls/categorizedValuePickerNodeBag.d.ts +40 -40
  605. package/types/ViewModels/Rest/Controls/categoryPickerChildTreeItemsOptionsBag.d.ts +119 -119
  606. package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +31 -31
  607. package/types/ViewModels/Rest/Controls/connectionRequestPickerGetChildrenOptionsBag.d.ts +42 -42
  608. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemOptionsBag.d.ts +40 -40
  609. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemResultsBag.d.ts +36 -36
  610. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetContentChannelItemsOptionsBag.d.ts +40 -40
  611. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts +33 -33
  612. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoResultsBag.d.ts +31 -31
  613. package/types/ViewModels/Rest/Controls/dataViewPickerGetDataViewsOptionsBag.d.ts +86 -86
  614. package/types/ViewModels/Rest/Controls/definedValuePickerGetAttributesOptionsBag.d.ts +39 -39
  615. package/types/ViewModels/Rest/Controls/definedValuePickerGetDefinedValuesOptionsBag.d.ts +42 -42
  616. package/types/ViewModels/Rest/Controls/definedValuePickerSaveNewValueOptionsBag.d.ts +45 -45
  617. package/types/ViewModels/Rest/Controls/entityTagListAddEntityTagOptionsBag.d.ts +48 -48
  618. package/types/ViewModels/Rest/Controls/entityTagListCreatePersonalTagOptionsBag.d.ts +51 -51
  619. package/types/ViewModels/Rest/Controls/entityTagListGetAvailableTagsOptionsBag.d.ts +63 -63
  620. package/types/ViewModels/Rest/Controls/entityTagListGetEntityTagsOptionsBag.d.ts +60 -60
  621. package/types/ViewModels/Rest/Controls/entityTagListRemoveEntityTagOptionsBag.d.ts +48 -48
  622. package/types/ViewModels/Rest/Controls/entityTagListSaveTagValuesOptionsBag.d.ts +64 -64
  623. package/types/ViewModels/Rest/Controls/entityTagListTagBag.d.ts +49 -49
  624. package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +29 -29
  625. package/types/ViewModels/Rest/Controls/ethnicityPickerGetEthnicitiesResultsBag.d.ts +33 -33
  626. package/types/ViewModels/Rest/Controls/eventItemPickerGetEventItemsOptionsBag.d.ts +31 -31
  627. package/types/ViewModels/Rest/Controls/financialGatewayPickerGetFinancialGatewaysOptionsBag.d.ts +43 -43
  628. package/types/ViewModels/Rest/Controls/followingGetFollowingOptionsBag.d.ts +45 -45
  629. package/types/ViewModels/Rest/Controls/followingGetFollowingResponseBag.d.ts +31 -31
  630. package/types/ViewModels/Rest/Controls/followingSetFollowingOptionsBag.d.ts +48 -48
  631. package/types/ViewModels/Rest/Controls/geoPickerGetGoogleMapSettingsOptionsBag.d.ts +33 -33
  632. package/types/ViewModels/Rest/Controls/geoPickerGetSettingsOptionsBag.d.ts +33 -33
  633. package/types/ViewModels/Rest/Controls/geoPickerGoogleMapSettingsBag.d.ts +43 -43
  634. package/types/ViewModels/Rest/Controls/geoPickerSettingsBag.d.ts +40 -40
  635. package/types/ViewModels/Rest/Controls/gradePickerGetGradesOptionsBag.d.ts +34 -34
  636. package/types/ViewModels/Rest/Controls/groupAndRolePickerGetRolesOptionsBag.d.ts +33 -33
  637. package/types/ViewModels/Rest/Controls/groupMemberPickerGetGroupMembersOptionsBag.d.ts +33 -33
  638. package/types/ViewModels/Rest/Controls/groupPickerGetChildrenOptionsBag.d.ts +54 -54
  639. package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleOptionsBag.d.ts +45 -45
  640. package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleResultsBag.d.ts +39 -39
  641. package/types/ViewModels/Rest/Controls/groupRolePickerGetGroupRolesOptionsBag.d.ts +40 -40
  642. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupTypeOfGroupOptionsBag.d.ts +33 -33
  643. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupsOptionsBag.d.ts +33 -33
  644. package/types/ViewModels/Rest/Controls/groupTypePickerGetGroupTypesOptionsBag.d.ts +39 -39
  645. package/types/ViewModels/Rest/Controls/interactionChannelInteractionComponentPickerGetChannelFromComponentOptionsBag.d.ts +33 -33
  646. package/types/ViewModels/Rest/Controls/interactionComponentPickerGetInteractionComponentsOptionsBag.d.ts +33 -33
  647. package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +48 -48
  648. package/types/ViewModels/Rest/Controls/locationListGetLocationsOptionsBag.d.ts +42 -42
  649. package/types/ViewModels/Rest/Controls/locationListSaveNewLocationOptionsBag.d.ts +52 -52
  650. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaElementsOptionsBag.d.ts +33 -33
  651. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaFoldersOptionsBag.d.ts +33 -33
  652. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeOptionsBag.d.ts +39 -39
  653. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeResultsBag.d.ts +45 -45
  654. package/types/ViewModels/Rest/Controls/mergeFieldPickerFormatSelectedValueOptionsBag.d.ts +28 -28
  655. package/types/ViewModels/Rest/Controls/mergeFieldPickerGetChildrenOptionsBag.d.ts +31 -31
  656. package/types/ViewModels/Rest/Controls/mergeTemplatePickerGetMergeTemplatesOptionsBag.d.ts +52 -52
  657. package/types/ViewModels/Rest/Controls/metricCategoryPickerGetChildrenOptionsBag.d.ts +48 -48
  658. package/types/ViewModels/Rest/Controls/metricItemPickerGetChildrenOptionsBag.d.ts +54 -54
  659. package/types/ViewModels/Rest/Controls/noteEditorMentionSearchOptionsBag.d.ts +37 -37
  660. package/types/ViewModels/Rest/Controls/noteEditorMentionSearchResultsBag.d.ts +30 -30
  661. package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +57 -57
  662. package/types/ViewModels/Rest/Controls/pagePickerGetPageNameOptionsBag.d.ts +42 -42
  663. package/types/ViewModels/Rest/Controls/pagePickerGetPageRoutesOptionsBag.d.ts +42 -42
  664. package/types/ViewModels/Rest/Controls/pagePickerGetSelectedPageHierarchyOptionsBag.d.ts +42 -42
  665. package/types/ViewModels/Rest/Controls/pageRouteValueBag.d.ts +33 -33
  666. package/types/ViewModels/Rest/Controls/personLinkGetPopupHtmlOptionsBag.d.ts +34 -34
  667. package/types/ViewModels/Rest/Controls/personPickerSearchOptionsBag.d.ts +49 -49
  668. package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationOptionsBag.d.ts +28 -28
  669. package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationResultsBag.d.ts +36 -36
  670. package/types/ViewModels/Rest/Controls/phoneNumberCountryCodeRulesConfigurationBag.d.ts +31 -31
  671. package/types/ViewModels/Rest/Controls/racePickerGetRacesResultsBag.d.ts +33 -33
  672. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationInstancesOptionsBag.d.ts +33 -33
  673. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationTemplateForInstanceOptionsBag.d.ts +33 -33
  674. package/types/ViewModels/Rest/Controls/registrationTemplatePickerGetChildrenOptionsBag.d.ts +42 -42
  675. package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +33 -33
  676. package/types/ViewModels/Rest/Controls/reportPickerGetChildrenOptionsBag.d.ts +48 -48
  677. package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountOptionsBag.d.ts +48 -48
  678. package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountResultBag.d.ts +37 -37
  679. package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +45 -45
  680. package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +33 -33
  681. package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +33 -33
  682. package/types/ViewModels/Rest/Controls/structuredContentEditorConfigurationBag.d.ts +31 -31
  683. package/types/ViewModels/Rest/Controls/structuredContentEditorGetConfigurationOptionsBag.d.ts +33 -33
  684. package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +34 -34
  685. package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +49 -49
  686. package/types/ViewModels/Rest/Controls/workflowActionTypePickerGetChildrenOptionsBag.d.ts +40 -40
  687. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowTypeForWorkflowOptionsBag.d.ts +36 -36
  688. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowsOptionsBag.d.ts +36 -36
  689. package/types/ViewModels/Rest/Controls/workflowTypePickerGetWorkflowTypesOptionsBag.d.ts +90 -90
  690. package/types/ViewModels/Rest/Utilities/currencyInfoBag.d.ts +34 -34
  691. package/types/ViewModels/Rest/Utilities/updatePersonPreferencesAccessedOptionsBag.d.ts +34 -34
  692. package/types/ViewModels/Rest/Utilities/updatePersonPreferencesOptionsBag.d.ts +31 -31
  693. package/types/ViewModels/Utility/currencyInfoBag.d.ts +34 -34
  694. package/types/ViewModels/Utility/debugTiming.d.ts +32 -32
  695. package/types/ViewModels/Utility/entityAuditBag.d.ts +54 -54
  696. package/types/ViewModels/Utility/listItemBag.d.ts +37 -37
  697. package/types/ViewModels/Utility/publicAttributeBag.d.ts +64 -64
  698. package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +40 -40
  699. package/types/ViewModels/Utility/publicComparisonValueBag.d.ts +31 -31
  700. package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +132 -132
  701. package/types/ViewModels/Utility/taskActivityProgressLogBag.d.ts +31 -31
  702. package/types/ViewModels/Utility/taskActivityProgressStatusBag.d.ts +52 -52
  703. package/types/ViewModels/Utility/taskActivityProgressUpdateBag.d.ts +37 -37
  704. package/types/ViewModels/Utility/timeIntervalBag.d.ts +33 -31
  705. package/types/ViewModels/Utility/treeItemBag.d.ts +64 -64
  706. package/types/ViewModels/Utility/validPropertiesBox.d.ts +31 -31
  707. package/types/ViewModels/entity.d.ts +24 -24
  708. package/types/ViewModels/index.d.ts +22 -22
@@ -15,7 +15,6 @@ declare const _default: import("vue").DefineComponent<{
15
15
  default: "";
16
16
  };
17
17
  validationTitle: {
18
- /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
19
18
  type: PropType<string>;
20
19
  default: "";
21
20
  };
@@ -29,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
29
28
  amount: number | null;
30
29
  account: ListItemBag | null;
31
30
  readOnly: boolean;
32
- }[]>;
31
+ }[] | undefined>;
33
32
  required: false;
34
33
  };
35
34
  /** V-Model of the Guid of the selected campus */
@@ -39,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
39
38
  };
40
39
  /** Specifies the currency used */
41
40
  currencyCodeDefinedValueGuid: {
42
- type: PropType<string>;
41
+ type: PropType<string | null>;
43
42
  default: null;
44
43
  };
45
44
  /**
@@ -97,12 +96,12 @@ declare const _default: import("vue").DefineComponent<{
97
96
  };
98
97
  /** Campus type defined value guids that limit which campuses are included in the list of options. */
99
98
  campusTypeFilter: {
100
- type: PropType<string | string[]>;
99
+ type: PropType<string | string[] | null>;
101
100
  default: null;
102
101
  };
103
102
  /** Campus status defined value guids that limit which campuses are included in the list of options. */
104
103
  campusStatusFilter: {
105
- type: PropType<string | string[]>;
104
+ type: PropType<string | string[] | null>;
106
105
  default: null;
107
106
  };
108
107
  /** HTML class attribute applied to the single amount textbox */
@@ -133,7 +132,6 @@ declare const _default: import("vue").DefineComponent<{
133
132
  default: "";
134
133
  };
135
134
  validationTitle: {
136
- /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
137
135
  type: PropType<string>;
138
136
  default: "";
139
137
  };
@@ -147,7 +145,7 @@ declare const _default: import("vue").DefineComponent<{
147
145
  amount: number | null;
148
146
  account: ListItemBag | null;
149
147
  readOnly: boolean;
150
- }[]>;
148
+ }[] | undefined>;
151
149
  required: false;
152
150
  };
153
151
  /** V-Model of the Guid of the selected campus */
@@ -157,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
157
155
  };
158
156
  /** Specifies the currency used */
159
157
  currencyCodeDefinedValueGuid: {
160
- type: PropType<string>;
158
+ type: PropType<string | null>;
161
159
  default: null;
162
160
  };
163
161
  /**
@@ -215,12 +213,12 @@ declare const _default: import("vue").DefineComponent<{
215
213
  };
216
214
  /** Campus type defined value guids that limit which campuses are included in the list of options. */
217
215
  campusTypeFilter: {
218
- type: PropType<string | string[]>;
216
+ type: PropType<string | string[] | null>;
219
217
  default: null;
220
218
  };
221
219
  /** Campus status defined value guids that limit which campuses are included in the list of options. */
222
220
  campusStatusFilter: {
223
- type: PropType<string | string[]>;
221
+ type: PropType<string | string[] | null>;
224
222
  default: null;
225
223
  };
226
224
  /** HTML class attribute applied to the single amount textbox */
@@ -242,9 +240,9 @@ declare const _default: import("vue").DefineComponent<{
242
240
  formGroupClasses: string;
243
241
  validationTitle: string;
244
242
  isRequiredIndicatorHidden: boolean;
245
- currencyCodeDefinedValueGuid: string;
246
- campusTypeFilter: string | string[];
247
- campusStatusFilter: string | string[];
243
+ currencyCodeDefinedValueGuid: string | null;
244
+ campusTypeFilter: string | string[] | null;
245
+ campusStatusFilter: string | string[] | null;
248
246
  campusGuid: string | null;
249
247
  accountAmountEntryMode: "singleAccount" | "multipleAccounts";
250
248
  disableAccountCampusMappingLogic: boolean;
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
53
53
  };
54
54
  /** The currently selected campus value(s). */
55
55
  modelValue: {
56
- type: PropType<ListItemBag | ListItemBag[] | null>;
56
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
57
57
  required: false;
58
58
  };
59
59
  /** Forces the picker to be displayed even if only one campus can be selected. */
@@ -68,12 +68,12 @@ declare const _default: import("vue").DefineComponent<{
68
68
  };
69
69
  /** Campus type defined value guids that limit which campuses are included in the list of options. */
70
70
  campusTypeFilter: {
71
- type: PropType<string | string[]>;
71
+ type: PropType<string | string[] | undefined>;
72
72
  required: false;
73
73
  };
74
74
  /** Campus status defined value guids that limit which campuses are included in the list of options. */
75
75
  campusStatusFilter: {
76
- type: PropType<string | string[]>;
76
+ type: PropType<string | string[] | undefined>;
77
77
  required: false;
78
78
  };
79
79
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
132
132
  };
133
133
  /** The currently selected campus value(s). */
134
134
  modelValue: {
135
- type: PropType<ListItemBag | ListItemBag[] | null>;
135
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
136
136
  required: false;
137
137
  };
138
138
  /** Forces the picker to be displayed even if only one campus can be selected. */
@@ -147,12 +147,12 @@ declare const _default: import("vue").DefineComponent<{
147
147
  };
148
148
  /** Campus type defined value guids that limit which campuses are included in the list of options. */
149
149
  campusTypeFilter: {
150
- type: PropType<string | string[]>;
150
+ type: PropType<string | string[] | undefined>;
151
151
  required: false;
152
152
  };
153
153
  /** Campus status defined value guids that limit which campuses are included in the list of options. */
154
154
  campusStatusFilter: {
155
- type: PropType<string | string[]>;
155
+ type: PropType<string | string[] | undefined>;
156
156
  required: false;
157
157
  };
158
158
  }>> & {
@@ -2,14 +2,14 @@ import { PropType } from "vue";
2
2
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  modelValue: {
5
- type: PropType<ListItemBag | ListItemBag[] | null>;
5
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
6
6
  required: false;
7
7
  };
8
8
  rootCategoryGuid: {
9
- type: PropType<string>;
9
+ type: PropType<string | undefined>;
10
10
  };
11
11
  entityTypeGuid: {
12
- type: PropType<string>;
12
+ type: PropType<string | undefined>;
13
13
  };
14
14
  entityTypeQualifierColumn: {
15
15
  type: PropType<string>;
@@ -29,14 +29,14 @@ declare const _default: import("vue").DefineComponent<{
29
29
  "update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
30
30
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  modelValue: {
32
- type: PropType<ListItemBag | ListItemBag[] | null>;
32
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
33
33
  required: false;
34
34
  };
35
35
  rootCategoryGuid: {
36
- type: PropType<string>;
36
+ type: PropType<string | undefined>;
37
37
  };
38
38
  entityTypeGuid: {
39
- type: PropType<string>;
39
+ type: PropType<string | undefined>;
40
40
  };
41
41
  entityTypeQualifierColumn: {
42
42
  type: PropType<string>;
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
55
55
  required: false;
56
56
  };
57
57
  containerType: {
58
- type: PropType<string>;
58
+ type: PropType<string | null>;
59
59
  default: null;
60
60
  };
61
61
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
115
115
  required: false;
116
116
  };
117
117
  containerType: {
118
- type: PropType<string>;
118
+ type: PropType<string | null>;
119
119
  default: null;
120
120
  };
121
121
  }>> & {
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
134
134
  showBlankItem: boolean;
135
135
  blankValue: string;
136
136
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
- containerType: string;
137
+ containerType: string | null;
138
138
  }>;
139
139
  export default _default;
@@ -12,9 +12,6 @@ declare const _default: import("vue").DefineComponent<{
12
12
  rules: import("@Obsidian/ValidationRules").RulesPropType;
13
13
  formGroupClasses: {
14
14
  type: PropType<string>;
15
- /**
16
- * Loads the content channels from the server.
17
- */
18
15
  default: "";
19
16
  };
20
17
  validationTitle: {
@@ -23,8 +20,13 @@ declare const _default: import("vue").DefineComponent<{
23
20
  };
24
21
  isRequiredIndicatorHidden: {
25
22
  type: PropType<boolean>;
23
+ /**
24
+ * Loads the content channels from the server.
25
+ */
26
26
  default: false;
27
- };
27
+ }; /**
28
+ * Loads the content channels from the server.
29
+ */
28
30
  enhanceForLongLists: {
29
31
  type: PropType<boolean>;
30
32
  default: false;
@@ -58,11 +60,11 @@ declare const _default: import("vue").DefineComponent<{
58
60
  required: true;
59
61
  };
60
62
  excludeContentChannelItems: {
61
- type: PropType<string[]>;
63
+ type: PropType<string[] | undefined>;
62
64
  };
63
65
  /** If you specify the channel, the channel picker will be hidden and we'll just show CC Items for this type */
64
66
  contentChannelGuid: {
65
- type: PropType<string>;
67
+ type: PropType<string | null>;
66
68
  default: null;
67
69
  };
68
70
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -79,9 +81,6 @@ declare const _default: import("vue").DefineComponent<{
79
81
  rules: import("@Obsidian/ValidationRules").RulesPropType;
80
82
  formGroupClasses: {
81
83
  type: PropType<string>;
82
- /**
83
- * Loads the content channels from the server.
84
- */
85
84
  default: "";
86
85
  };
87
86
  validationTitle: {
@@ -90,8 +89,13 @@ declare const _default: import("vue").DefineComponent<{
90
89
  };
91
90
  isRequiredIndicatorHidden: {
92
91
  type: PropType<boolean>;
92
+ /**
93
+ * Loads the content channels from the server.
94
+ */
93
95
  default: false;
94
- };
96
+ }; /**
97
+ * Loads the content channels from the server.
98
+ */
95
99
  enhanceForLongLists: {
96
100
  type: PropType<boolean>;
97
101
  default: false;
@@ -125,11 +129,11 @@ declare const _default: import("vue").DefineComponent<{
125
129
  required: true;
126
130
  };
127
131
  excludeContentChannelItems: {
128
- type: PropType<string[]>;
132
+ type: PropType<string[] | undefined>;
129
133
  };
130
134
  /** If you specify the channel, the channel picker will be hidden and we'll just show CC Items for this type */
131
135
  contentChannelGuid: {
132
- type: PropType<string>;
136
+ type: PropType<string | null>;
133
137
  default: null;
134
138
  };
135
139
  }>> & {
@@ -148,6 +152,6 @@ declare const _default: import("vue").DefineComponent<{
148
152
  showBlankItem: boolean;
149
153
  blankValue: string;
150
154
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
151
- contentChannelGuid: string;
155
+ contentChannelGuid: string | null;
152
156
  }>;
153
157
  export default _default;
@@ -13,8 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  type: PropType<number | null>;
14
14
  };
15
15
  currencyCodeDefinedValueGuid: {
16
- type: PropType<string>;
17
- default: string;
16
+ type: PropType<string | null | undefined>;
18
17
  };
19
18
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
19
  "update:modelValue": (value: number | null) => void;
@@ -32,13 +31,11 @@ declare const _default: import("vue").DefineComponent<{
32
31
  type: PropType<number | null>;
33
32
  };
34
33
  currencyCodeDefinedValueGuid: {
35
- type: PropType<string>;
36
- default: string;
34
+ type: PropType<string | null | undefined>;
37
35
  };
38
36
  }>> & {
39
37
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
40
38
  }, {
41
39
  modelValue: number | null;
42
- currencyCodeDefinedValueGuid: string;
43
40
  }>;
44
41
  export default _default;
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
55
55
  required: false;
56
56
  };
57
57
  entityTypeGuid: {
58
- type: PropType<string>;
58
+ type: PropType<string | null | undefined>;
59
59
  required: false;
60
60
  };
61
61
  displayPersistedOnly: {
@@ -119,7 +119,7 @@ declare const _default: import("vue").DefineComponent<{
119
119
  required: false;
120
120
  };
121
121
  entityTypeGuid: {
122
- type: PropType<string>;
122
+ type: PropType<string | null | undefined>;
123
123
  required: false;
124
124
  };
125
125
  displayPersistedOnly: {
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
60
60
  default: boolean;
61
61
  };
62
62
  definedTypeGuid: {
63
- type: PropType<string>;
63
+ type: PropType<string | null | undefined>;
64
64
  required: false;
65
65
  };
66
66
  allowAdd: {
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  default: boolean;
130
130
  };
131
131
  definedTypeGuid: {
132
- type: PropType<string>;
132
+ type: PropType<string | null | undefined>;
133
133
  required: false;
134
134
  };
135
135
  allowAdd: {
@@ -2,7 +2,7 @@ import { PropType } from "vue";
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  /** The unique identifier of the entity type that will be followed. */
4
4
  entityTypeGuid: {
5
- type: PropType<string>;
5
+ type: PropType<string | undefined>;
6
6
  required: false;
7
7
  };
8
8
  /** The identifier key of the entity that will be followed. */
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  /** The unique identifier of the entity type that will be followed. */
20
20
  entityTypeGuid: {
21
- type: PropType<string>;
21
+ type: PropType<string | undefined>;
22
22
  required: false;
23
23
  };
24
24
  /** The identifier key of the entity that will be followed. */
@@ -16,7 +16,6 @@ declare const _default: import("vue").DefineComponent<{
16
16
  default: "";
17
17
  };
18
18
  validationTitle: {
19
- /** Loads the group items from the server. */
20
19
  type: PropType<string>;
21
20
  default: "";
22
21
  };
@@ -25,6 +24,7 @@ declare const _default: import("vue").DefineComponent<{
25
24
  default: false;
26
25
  };
27
26
  enhanceForLongLists: {
27
+ /** Reload Roles if the type changes */
28
28
  type: PropType<boolean>;
29
29
  default: false;
30
30
  };
@@ -37,15 +37,17 @@ declare const _default: import("vue").DefineComponent<{
37
37
  default: false;
38
38
  };
39
39
  showBlankItem: {
40
+ /** V-model for the group type so you can get/set it */
40
41
  type: PropType<boolean>;
41
42
  default: false;
42
43
  };
43
44
  blankValue: {
44
45
  type: PropType<string>;
46
+ /** V-model for the group */
45
47
  default: "";
46
48
  };
47
49
  displayStyle: {
48
- type: PropType<PickerDisplayStyle>;
50
+ type: PropType<PickerDisplayStyle>; /** Label for the group picker */
49
51
  default: "auto";
50
52
  };
51
53
  columnCount: {
@@ -97,7 +99,6 @@ declare const _default: import("vue").DefineComponent<{
97
99
  default: "";
98
100
  };
99
101
  validationTitle: {
100
- /** Loads the group items from the server. */
101
102
  type: PropType<string>;
102
103
  default: "";
103
104
  };
@@ -106,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
106
107
  default: false;
107
108
  };
108
109
  enhanceForLongLists: {
110
+ /** Reload Roles if the type changes */
109
111
  type: PropType<boolean>;
110
112
  default: false;
111
113
  };
@@ -118,15 +120,17 @@ declare const _default: import("vue").DefineComponent<{
118
120
  default: false;
119
121
  };
120
122
  showBlankItem: {
123
+ /** V-model for the group type so you can get/set it */
121
124
  type: PropType<boolean>;
122
125
  default: false;
123
126
  };
124
127
  blankValue: {
125
128
  type: PropType<string>;
129
+ /** V-model for the group */
126
130
  default: "";
127
131
  };
128
132
  displayStyle: {
129
- type: PropType<PickerDisplayStyle>;
133
+ type: PropType<PickerDisplayStyle>; /** Label for the group picker */
130
134
  default: "auto";
131
135
  };
132
136
  columnCount: {
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
55
55
  required: false;
56
56
  };
57
57
  groupGuid: {
58
- type: PropType<string>;
58
+ type: PropType<string | null>;
59
59
  default: null;
60
60
  };
61
61
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
115
115
  required: false;
116
116
  };
117
117
  groupGuid: {
118
- type: PropType<string>;
118
+ type: PropType<string | null>;
119
119
  default: null;
120
120
  };
121
121
  }>> & {
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
134
134
  showBlankItem: boolean;
135
135
  blankValue: string;
136
136
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
- groupGuid: string;
137
+ groupGuid: string | null;
138
138
  }>;
139
139
  export default _default;
@@ -5,6 +5,10 @@ declare const _default: import("vue").DefineComponent<{
5
5
  type: PropType<string>;
6
6
  default: "";
7
7
  };
8
+ /**
9
+ * The actual items to make available to the picker. This allows us to do any
10
+ * post-processing, such as adding additional items, and still be lazy loaded as well.
11
+ */
8
12
  help: {
9
13
  type: PropType<string>;
10
14
  default: "";
@@ -12,13 +16,8 @@ declare const _default: import("vue").DefineComponent<{
12
16
  rules: import("@Obsidian/ValidationRules").RulesPropType;
13
17
  formGroupClasses: {
14
18
  type: PropType<string>;
15
- /**
16
- * Loads the group type items from the server.
17
- */
18
19
  default: "";
19
- }; /**
20
- * Loads the group type items from the server.
21
- */
20
+ };
22
21
  validationTitle: {
23
22
  type: PropType<string>;
24
23
  default: "";
@@ -60,11 +59,11 @@ declare const _default: import("vue").DefineComponent<{
60
59
  required: true;
61
60
  };
62
61
  excludeGroupRoles: {
63
- type: PropType<string[]>;
62
+ type: PropType<string[] | undefined>;
64
63
  };
65
64
  /** If you specify the group type, the group type picker will be hidden and we'll just show roles for this type */
66
65
  groupTypeGuid: {
67
- type: PropType<string>;
66
+ type: PropType<string | null>;
68
67
  default: null;
69
68
  };
70
69
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -74,6 +73,10 @@ declare const _default: import("vue").DefineComponent<{
74
73
  type: PropType<string>;
75
74
  default: "";
76
75
  };
76
+ /**
77
+ * The actual items to make available to the picker. This allows us to do any
78
+ * post-processing, such as adding additional items, and still be lazy loaded as well.
79
+ */
77
80
  help: {
78
81
  type: PropType<string>;
79
82
  default: "";
@@ -81,13 +84,8 @@ declare const _default: import("vue").DefineComponent<{
81
84
  rules: import("@Obsidian/ValidationRules").RulesPropType;
82
85
  formGroupClasses: {
83
86
  type: PropType<string>;
84
- /**
85
- * Loads the group type items from the server.
86
- */
87
87
  default: "";
88
- }; /**
89
- * Loads the group type items from the server.
90
- */
88
+ };
91
89
  validationTitle: {
92
90
  type: PropType<string>;
93
91
  default: "";
@@ -129,11 +127,11 @@ declare const _default: import("vue").DefineComponent<{
129
127
  required: true;
130
128
  };
131
129
  excludeGroupRoles: {
132
- type: PropType<string[]>;
130
+ type: PropType<string[] | undefined>;
133
131
  };
134
132
  /** If you specify the group type, the group type picker will be hidden and we'll just show roles for this type */
135
133
  groupTypeGuid: {
136
- type: PropType<string>;
134
+ type: PropType<string | null>;
137
135
  default: null;
138
136
  };
139
137
  }>> & {
@@ -152,6 +150,6 @@ declare const _default: import("vue").DefineComponent<{
152
150
  showBlankItem: boolean;
153
151
  blankValue: string;
154
152
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
155
- groupTypeGuid: string;
153
+ groupTypeGuid: string | null;
156
154
  }>;
157
155
  export default _default;
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
55
55
  required: false;
56
56
  };
57
57
  interactionChannelGuid: {
58
- type: PropType<string>;
58
+ type: PropType<string | null>;
59
59
  default: null;
60
60
  };
61
61
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
115
115
  required: false;
116
116
  };
117
117
  interactionChannelGuid: {
118
- type: PropType<string>;
118
+ type: PropType<string | null>;
119
119
  default: null;
120
120
  };
121
121
  }>> & {
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
134
134
  showBlankItem: boolean;
135
135
  blankValue: string;
136
136
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
- interactionChannelGuid: string;
137
+ interactionChannelGuid: string | null;
138
138
  }>;
139
139
  export default _default;
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
51
51
  default: 0;
52
52
  };
53
53
  modelValue: {
54
- type: PropType<ListItemBag | ListItemBag[] | null>;
54
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
55
55
  required: false;
56
56
  };
57
57
  allowAdd: {
@@ -59,12 +59,12 @@ declare const _default: import("vue").DefineComponent<{
59
59
  default: boolean;
60
60
  };
61
61
  locationTypeValueGuid: {
62
- type: PropType<string>;
63
- default: string;
62
+ type: PropType<string | null>;
63
+ default: null;
64
64
  };
65
65
  parentLocationGuid: {
66
- type: PropType<string>;
67
- default: string;
66
+ type: PropType<string | null>;
67
+ default: null;
68
68
  };
69
69
  showCityState: {
70
70
  type: PropType<boolean>;
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
127
127
  default: 0;
128
128
  };
129
129
  modelValue: {
130
- type: PropType<ListItemBag | ListItemBag[] | null>;
130
+ type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
131
131
  required: false;
132
132
  };
133
133
  allowAdd: {
@@ -135,12 +135,12 @@ declare const _default: import("vue").DefineComponent<{
135
135
  default: boolean;
136
136
  };
137
137
  locationTypeValueGuid: {
138
- type: PropType<string>;
139
- default: string;
138
+ type: PropType<string | null>;
139
+ default: null;
140
140
  };
141
141
  parentLocationGuid: {
142
- type: PropType<string>;
143
- default: string;
142
+ type: PropType<string | null>;
143
+ default: null;
144
144
  };
145
145
  showCityState: {
146
146
  type: PropType<boolean>;
@@ -167,8 +167,8 @@ declare const _default: import("vue").DefineComponent<{
167
167
  blankValue: string;
168
168
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
169
169
  allowAdd: boolean;
170
- locationTypeValueGuid: string;
171
- parentLocationGuid: string;
170
+ locationTypeValueGuid: string | null;
171
+ parentLocationGuid: string | null;
172
172
  showCityState: boolean;
173
173
  isAddressRequired: boolean;
174
174
  }>;