@rockrms/obsidian-framework 1.16.5-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 (632) hide show
  1. package/LICENSE.md +55 -55
  2. package/package.json +1 -1
  3. package/types/Controls/baseAsyncPicker.obs.d.ts +8 -18
  4. package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
  5. package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -2
  6. package/types/Controls/contentChannelItemPicker.obs.d.ts +12 -8
  7. package/types/Controls/groupAndRolePicker.obs.d.ts +8 -6
  8. package/types/Controls/groupRolePicker.obs.d.ts +10 -12
  9. package/types/Controls/mediaElementPicker.obs.d.ts +2 -2
  10. package/types/Controls/noteTextEditor.obs.d.ts +0 -6
  11. package/types/Controls/phoneNumberBox.obs.d.ts +2 -2
  12. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +2 -2
  13. package/types/Controls/registryEntry.obs.d.ts +8 -2
  14. package/types/Controls/reminderTypePicker.obs.d.ts +2 -2
  15. package/types/FieldTypes/campusesFieldComponents.d.ts +4 -2
  16. package/types/FieldTypes/colorSelectorComponents.d.ts +2 -16
  17. package/types/FieldTypes/communicationPreferenceFieldComponents.d.ts +2 -16
  18. package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +4 -4
  19. package/types/FieldTypes/ratingFieldComponents.d.ts +8 -0
  20. package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +12 -4
  21. package/types/Types/Controls/autocomplete.d.ts +29 -29
  22. package/types/Types/Controls/datePartsPicker.d.ts +5 -5
  23. package/types/Types/Controls/dateRangePicker.d.ts +4 -4
  24. package/types/Types/Controls/dropDownMenu.d.ts +33 -33
  25. package/types/Types/Controls/geo.d.ts +58 -58
  26. package/types/Types/Controls/grid.d.ts +897 -897
  27. package/types/Types/Controls/itemsWithPreAndPostHtml.d.ts +5 -5
  28. package/types/Types/Controls/keyValueItem.d.ts +21 -21
  29. package/types/Types/Controls/numberRangeBox.d.ts +10 -10
  30. package/types/Types/Controls/numberUpDownGroup.d.ts +6 -6
  31. package/types/Types/Controls/panelAction.d.ts +47 -47
  32. package/types/Types/Controls/progressTracker.d.ts +6 -6
  33. package/types/Types/Controls/valueDetailListItem.d.ts +32 -32
  34. package/types/Types/Core/personPreferences.d.ts +120 -120
  35. package/types/Types/Reporting/comparisonValue.d.ts +28 -28
  36. package/types/Types/Utility/block.d.ts +42 -42
  37. package/types/Types/Utility/component.d.ts +29 -29
  38. package/types/Types/Utility/http.d.ts +40 -40
  39. package/types/Types/Utility/support.d.ts +26 -26
  40. package/types/Types/fieldType.d.ts +199 -199
  41. package/types/Types/index.d.ts +18 -18
  42. package/types/Types/validationRules.d.ts +44 -44
  43. package/types/ViewModels/Blocks/Bus/QueueDetail/queueBag.d.ts +48 -48
  44. package/types/ViewModels/Blocks/Bus/QueueDetail/queueDetailOptionsBag.d.ts +25 -25
  45. package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationBag.d.ts +56 -56
  46. package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationDetailOptionsBag.d.ts +30 -30
  47. package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageBag.d.ts +69 -69
  48. package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageDetailOptionsBag.d.ts +27 -27
  49. package/types/ViewModels/Blocks/Cms/AdaptiveMessageList/adaptiveMessageListOptionsBag.d.ts +25 -25
  50. package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeBag.d.ts +66 -66
  51. package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeDetailOptionsBag.d.ts +25 -25
  52. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/attributeFilterBag.d.ts +62 -62
  53. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/availableContentSourceBag.d.ts +40 -40
  54. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionBag.d.ts +83 -83
  55. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionDetailOptionsBag.d.ts +26 -26
  56. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentSourceBag.d.ts +83 -83
  57. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/customFieldFilterBag.d.ts +48 -48
  58. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/filterSettingsBag.d.ts +62 -62
  59. package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionInitializationBox.d.ts +79 -79
  60. package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionListItemBag.d.ts +47 -47
  61. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +130 -130
  62. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsOptionsBag.d.ts +33 -33
  63. package/types/ViewModels/Blocks/Cms/ContentCollectionView/filterOptionsBag.d.ts +41 -41
  64. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchFilterBag.d.ts +49 -49
  65. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchQueryBag.d.ts +52 -52
  66. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultBag.d.ts +36 -36
  67. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultSourceBag.d.ts +54 -54
  68. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeBag.d.ts +73 -73
  69. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeDetailOptionsBag.d.ts +29 -29
  70. package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutBag.d.ts +53 -53
  71. package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutDetailOptionsBag.d.ts +28 -28
  72. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerDownloadItemBag.d.ts +40 -40
  73. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerInitializationBox.d.ts +61 -61
  74. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemBag.d.ts +91 -91
  75. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemFiltersBag.d.ts +49 -49
  76. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerValidationResultsBag.d.ts +34 -34
  77. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +55 -55
  78. package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountDetailOptionsBag.d.ts +26 -26
  79. package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +79 -79
  80. package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderDetailOptionsBag.d.ts +34 -34
  81. package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteBag.d.ts +55 -55
  82. package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteDetailOptionsBag.d.ts +25 -25
  83. package/types/ViewModels/Blocks/Cms/PageRouteList/pageRouteListOptionsBag.d.ts +30 -30
  84. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +48 -48
  85. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +29 -29
  86. package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetBag.d.ts +106 -106
  87. package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetDetailOptionsBag.d.ts +26 -26
  88. package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionBag.d.ts +48 -48
  89. package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionDetailOptionsBag.d.ts +26 -26
  90. package/types/ViewModels/Blocks/Cms/SiteDetail/siteBag.d.ts +161 -161
  91. package/types/ViewModels/Blocks/Cms/SiteDetail/siteDetailOptionsBag.d.ts +33 -33
  92. package/types/ViewModels/Blocks/Cms/SiteList/siteListOptionsBag.d.ts +26 -26
  93. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +90 -90
  94. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts +42 -42
  95. package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts +33 -33
  96. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetBag.d.ts +64 -64
  97. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetDetailOptionsBag.d.ts +31 -31
  98. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeBag.d.ts +57 -57
  99. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeDetailOptionsBag.d.ts +26 -26
  100. package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +87 -87
  101. package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberDetailOptionsBag.d.ts +30 -30
  102. package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderBag.d.ts +48 -48
  103. package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderDetailOptionsBag.d.ts +25 -25
  104. package/types/ViewModels/Blocks/Core/Attributes/attributesOptionsBag.d.ts +43 -43
  105. package/types/ViewModels/Blocks/Core/AuditList/auditListOptionsBag.d.ts +30 -30
  106. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileBag.d.ts +70 -70
  107. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileDetailOptionsBag.d.ts +25 -25
  108. package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +83 -83
  109. package/types/ViewModels/Blocks/Core/CampusDetail/campusDetailOptionsBag.d.ts +33 -33
  110. package/types/ViewModels/Blocks/Core/CampusDetail/campusScheduleBag.d.ts +37 -37
  111. package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +25 -25
  112. package/types/ViewModels/Blocks/Core/CategoryDetail/categoryBag.d.ts +67 -67
  113. package/types/ViewModels/Blocks/Core/CategoryDetail/categoryDetailOptionsBag.d.ts +25 -25
  114. package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsBag.d.ts +46 -46
  115. package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsOptionsBag.d.ts +29 -29
  116. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +49 -49
  117. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueListOptionsBag.d.ts +40 -40
  118. package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeBag.d.ts +73 -73
  119. package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeDetailOptionsBag.d.ts +25 -25
  120. package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelBag.d.ts +89 -89
  121. package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelDetailOptionsBag.d.ts +25 -25
  122. package/types/ViewModels/Blocks/Core/LocationDetail/addressStandardizationResultBag.d.ts +36 -36
  123. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +85 -85
  124. package/types/ViewModels/Blocks/Core/LocationDetail/locationDetailOptionsBag.d.ts +29 -29
  125. package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +82 -82
  126. package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeDetailOptionsBag.d.ts +25 -25
  127. package/types/ViewModels/Blocks/Core/Notes/deleteNoteRequestBag.d.ts +28 -28
  128. package/types/ViewModels/Blocks/Core/Notes/editNoteRequestBag.d.ts +28 -28
  129. package/types/ViewModels/Blocks/Core/Notes/noteBag.d.ts +82 -82
  130. package/types/ViewModels/Blocks/Core/Notes/noteEditBag.d.ts +52 -52
  131. package/types/ViewModels/Blocks/Core/Notes/noteTypeBag.d.ts +60 -60
  132. package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +87 -87
  133. package/types/ViewModels/Blocks/Core/Notes/saveNoteRequestBag.d.ts +33 -33
  134. package/types/ViewModels/Blocks/Core/Notes/watchNoteRequestBag.d.ts +31 -31
  135. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionRequestBag.d.ts +31 -31
  136. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionResponseBag.d.ts +36 -36
  137. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesRequestBag.d.ts +26 -26
  138. package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesResponseBag.d.ts +30 -30
  139. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadRequestBag.d.ts +31 -31
  140. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadResponseBag.d.ts +31 -31
  141. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadRequestBag.d.ts +31 -31
  142. package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadResponseBag.d.ts +34 -34
  143. package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageBag.d.ts +55 -55
  144. package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageListInitializationBox.d.ts +37 -37
  145. package/types/ViewModels/Blocks/Core/RestActionList/restActionListOptionsBag.d.ts +25 -25
  146. package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +25 -25
  147. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleBag.d.ts +87 -87
  148. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleDetailOptionsBag.d.ts +41 -41
  149. package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleExclusionBag.d.ts +30 -30
  150. package/types/ViewModels/Blocks/Core/ScheduledJobList/scheduledJobListOptionsBag.d.ts +26 -26
  151. package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobBag.d.ts +84 -84
  152. package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +32 -32
  153. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateBag.d.ts +81 -81
  154. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateDetailOptionsBag.d.ts +32 -32
  155. package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBag.d.ts +63 -63
  156. package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBox.d.ts +54 -54
  157. package/types/ViewModels/Blocks/Core/TagDetail/tagBag.d.ts +76 -76
  158. package/types/ViewModels/Blocks/Core/TagDetail/tagDetailOptionsBag.d.ts +25 -25
  159. package/types/ViewModels/Blocks/Crm/AssessmentList/assessmentListBag.d.ts +33 -33
  160. package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeBag.d.ts +69 -69
  161. package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeDetailOptionsBag.d.ts +26 -26
  162. package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeBag.d.ts +57 -57
  163. package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeDetailOptionsBag.d.ts +25 -25
  164. package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeBag.d.ts +75 -75
  165. package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeDetailOptionsBag.d.ts +25 -25
  166. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationCreateAccountRequestBag.d.ts +31 -31
  167. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDateAndTimeFieldBag.d.ts +43 -43
  168. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDatePickerFieldBag.d.ts +40 -40
  169. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationFieldBag.d.ts +37 -37
  170. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesRequestBag.d.ts +30 -30
  171. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesResponseBag.d.ts +40 -40
  172. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +170 -170
  173. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationPersonBag.d.ts +94 -94
  174. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveRequestBag.d.ts +63 -63
  175. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveResponseBag.d.ts +31 -31
  176. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationScheduleDateBag.d.ts +42 -42
  177. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSmsOptInFieldBag.d.ts +40 -40
  178. package/types/ViewModels/Blocks/Crm/PersonDetail/Badges/badgesConfigurationBox.d.ts +48 -48
  179. package/types/ViewModels/Blocks/Crm/PersonMergeRequestList/personMergeRequestListOptionsBag.d.ts +26 -26
  180. package/types/ViewModels/Blocks/Crm/PhotoOptOut/photoOptOutBag.d.ts +39 -39
  181. package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptBag.d.ts +73 -73
  182. package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptDetailOptionsBag.d.ts +25 -25
  183. package/types/ViewModels/Blocks/Engagement/AchievementTypeList/achievementTypeListOptionsBag.d.ts +27 -27
  184. package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +26 -26
  185. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceBag.d.ts +30 -30
  186. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceDetailInitializationBox.d.ts +45 -45
  187. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendeeBag.d.ts +34 -34
  188. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpDetail/signUpDetailInitializationBox.d.ts +40 -40
  189. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/getAvailableCampusesBag.d.ts +31 -31
  190. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsBag.d.ts +106 -106
  191. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsOptionsBag.d.ts +37 -37
  192. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderInitializationBox.d.ts +85 -85
  193. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderResultsBag.d.ts +31 -31
  194. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderSelectedFiltersBag.d.ts +57 -57
  195. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +73 -73
  196. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterRequestBag.d.ts +30 -30
  197. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterResponseBag.d.ts +37 -37
  198. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegistrantBag.d.ts +73 -73
  199. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +89 -89
  200. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +33 -33
  201. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramWorkflowTriggerBag.d.ts +51 -51
  202. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +45 -45
  203. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -43
  204. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -40
  205. package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -40
  206. package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +34 -34
  207. package/types/ViewModels/Blocks/Engagement/Steps/stepFlowInitializationBox.d.ts +51 -51
  208. package/types/ViewModels/Blocks/Engagement/StreakDetail/streakBag.d.ts +69 -69
  209. package/types/ViewModels/Blocks/Engagement/StreakDetail/streakDetailOptionsBag.d.ts +36 -36
  210. package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeBag.d.ts +98 -98
  211. package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeDetailOptionsBag.d.ts +36 -36
  212. package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionBag.d.ts +42 -42
  213. package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionDetailOptionsBag.d.ts +25 -25
  214. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventAttributeBag.d.ts +32 -32
  215. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarBag.d.ts +66 -66
  216. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarDetailOptionsBag.d.ts +29 -29
  217. package/types/ViewModels/Blocks/Event/EventItemDetail/eventCalendarItemAttributeBag.d.ts +39 -39
  218. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemBag.d.ts +89 -89
  219. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemDetailOptionsBag.d.ts +25 -25
  220. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemOccurenceAttributeBag.d.ts +32 -32
  221. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManager/experienceManagerInitializationBox.d.ts +72 -72
  222. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManagerOccurrences/experienceManagerOccurrencesInitializationBox.d.ts +48 -48
  223. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/experienceVisualizerInitializationBox.d.ts +43 -43
  224. package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/visualizerOccurrenceBag.d.ts +36 -36
  225. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionBag.d.ts +61 -61
  226. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionTypeBag.d.ts +67 -67
  227. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceBag.d.ts +155 -155
  228. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceDetailOptionsBag.d.ts +34 -34
  229. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceScheduleBag.d.ts +55 -55
  230. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceVisualizerTypeBag.d.ts +48 -48
  231. package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperience/liveExperienceInitializationBox.d.ts +57 -57
  232. package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperienceOccurrences/liveExperienceOccurrencesInitializationBox.d.ts +49 -49
  233. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +54 -54
  234. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrarBag.d.ts +42 -42
  235. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryArgsBag.d.ts +56 -56
  236. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryCostSummaryBag.d.ts +45 -45
  237. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +39 -39
  238. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeBag.d.ts +49 -49
  239. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeItemBag.d.ts +42 -42
  240. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormBag.d.ts +30 -30
  241. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormFieldBag.d.ts +65 -65
  242. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +203 -203
  243. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryLineItemBag.d.ts +45 -45
  244. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryPaymentPlanBag.d.ts +39 -39
  245. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySessionBag.d.ts +71 -71
  246. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySignatureDocumentBag.d.ts +46 -46
  247. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +37 -37
  248. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryVisibilityBag.d.ts +34 -34
  249. package/types/ViewModels/Blocks/Event/RegistrationEntry/sessionRenewalResultBag.d.ts +31 -31
  250. package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +39 -39
  251. package/types/ViewModels/Blocks/Event/RegistrationListLavaBox.d.ts +43 -43
  252. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactBag.d.ts +30 -30
  253. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactListOptionsBag.d.ts +26 -26
  254. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailBag.d.ts +86 -86
  255. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailOptionsBag.d.ts +37 -37
  256. package/types/ViewModels/Blocks/Finance/BusinessDetail/searchKeyBag.d.ts +36 -36
  257. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchAccountTotalsBag.d.ts +31 -31
  258. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchBag.d.ts +88 -88
  259. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchCurrencyTotalsBag.d.ts +31 -31
  260. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +62 -62
  261. package/types/ViewModels/Blocks/Finance/FinancialBatchList/financialBatchListOptionsBag.d.ts +48 -48
  262. package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusRequestBag.d.ts +31 -31
  263. package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusResponseBag.d.ts +40 -40
  264. package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayBag.d.ts +63 -63
  265. package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayDetailOptionsBag.d.ts +26 -26
  266. package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeBag.d.ts +60 -60
  267. package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeDetailOptionsBag.d.ts +36 -36
  268. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryBag.d.ts +84 -84
  269. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryOptionsBag.d.ts +57 -57
  270. package/types/ViewModels/Blocks/Finance/SavedAccountList/savedAccountListOptionsBag.d.ts +26 -26
  271. package/types/ViewModels/Blocks/Fundraising/FundraisingDonationList/fundraisingDonationListOptionsBag.d.ts +40 -40
  272. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonRequestBag.d.ts +33 -33
  273. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonResponseBag.d.ts +30 -30
  274. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAttendanceBag.d.ts +51 -51
  275. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetAttendanceRequestBag.d.ts +30 -30
  276. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationScheduleDatesRequestBag.d.ts +39 -39
  277. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationSchedulesRequestBag.d.ts +36 -36
  278. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationsRequestBag.d.ts +30 -30
  279. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetOrCreateRequestBag.d.ts +55 -55
  280. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailInitializationBox.d.ts +164 -164
  281. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailMarkAttendanceRequestBag.d.ts +36 -36
  282. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterRequestBag.d.ts +39 -39
  283. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterResponseBag.d.ts +28 -28
  284. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateAttendanceOccurrenceTypeRequestBag.d.ts +33 -33
  285. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateDidNotOccurRequestBag.d.ts +33 -33
  286. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateNotesRequestBag.d.ts +33 -33
  287. package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBag.d.ts +65 -65
  288. package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +77 -77
  289. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/assignmentScheduleAndLocationBag.d.ts +37 -37
  290. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/preferencePageContentBag.d.ts +44 -44
  291. package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupBag.d.ts +33 -33
  292. package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupDataBag.d.ts +60 -60
  293. package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/confirmDeclineBag.d.ts +31 -31
  294. package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/contentBag.d.ts +28 -28
  295. package/types/ViewModels/Blocks/Group/GroupScheduleUnavailability/contentBag.d.ts +39 -39
  296. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/assignmentOptionsBag.d.ts +50 -50
  297. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/currentScheduleBag.d.ts +47 -47
  298. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/deleteAssignmentRequestBag.d.ts +33 -33
  299. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getAssignmentOptionsRequestBag.d.ts +39 -39
  300. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSchedulePreferencesRequestBag.d.ts +33 -33
  301. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSignUpsRequestBag.d.ts +33 -33
  302. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/groupBag.d.ts +39 -39
  303. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/initializationBox.d.ts +92 -92
  304. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +45 -45
  305. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionResponseBag.d.ts +52 -52
  306. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentRequestBag.d.ts +45 -45
  307. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentResponseBag.d.ts +33 -33
  308. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveDeclineReasonRequestBag.d.ts +46 -46
  309. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSchedulePreferenceRequestBag.d.ts +42 -42
  310. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +45 -45
  311. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +41 -41
  312. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveUnavailabilityRequestBag.d.ts +45 -45
  313. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceAssignmentBag.d.ts +36 -36
  314. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceBag.d.ts +44 -44
  315. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferencesBag.d.ts +37 -37
  316. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/scheduleRowBag.d.ts +62 -62
  317. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +61 -61
  318. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceLocationBag.d.ts +48 -48
  319. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpsBag.d.ts +37 -37
  320. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupScheduleOccurrenceBag.d.ts +40 -40
  321. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerAppliedFiltersBag.d.ts +41 -41
  322. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerApplyResourceSettingsBag.d.ts +40 -40
  323. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSchedulesResponseBag.d.ts +43 -43
  324. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSettingsBag.d.ts +57 -57
  325. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerFiltersBag.d.ts +51 -51
  326. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerGetPreferencesBag.d.ts +31 -31
  327. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerInitializationBox.d.ts +45 -45
  328. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerLocationsBag.d.ts +33 -33
  329. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerOccurrenceBag.d.ts +79 -79
  330. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferenceBag.d.ts +31 -31
  331. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferencesBag.d.ts +43 -43
  332. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerResourceSettingsBag.d.ts +44 -44
  333. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSchedulesBag.d.ts +33 -33
  334. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSendNowResponseBag.d.ts +37 -37
  335. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUnassignedResourceCountBag.d.ts +48 -48
  336. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUpdatePreferenceBag.d.ts +40 -40
  337. package/types/ViewModels/Blocks/Group/landingPageContentBag.d.ts +36 -36
  338. package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBag.d.ts +65 -65
  339. package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBlockBox.d.ts +65 -65
  340. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversation/conversationDetailBag.d.ts +56 -56
  341. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversationList/phoneNumberBag.d.ts +42 -42
  342. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestBag.d.ts +90 -90
  343. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailAddPersonResponseBag.d.ts +25 -25
  344. package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailOptionsBag.d.ts +30 -30
  345. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +140 -140
  346. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +66 -66
  347. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +31 -31
  348. package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +25 -25
  349. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateBag.d.ts +70 -70
  350. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateDetailOptionsBag.d.ts +25 -25
  351. package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateFileValidationBag.d.ts +35 -35
  352. package/types/ViewModels/Blocks/Reporting/MergeTemplateList/mergeTemplateListOptionsBag.d.ts +30 -30
  353. package/types/ViewModels/Blocks/Reporting/ReportList/reportListOptionsBag.d.ts +25 -25
  354. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsRequestBag.d.ts +36 -36
  355. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsResponseBag.d.ts +37 -37
  356. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetServiceTimesRequestBag.d.ts +33 -33
  357. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetWeekendDatesRequestBag.d.ts +31 -31
  358. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryInitializationBox.d.ts +60 -60
  359. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricCategoryBag.d.ts +34 -34
  360. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricItemBag.d.ts +37 -37
  361. package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntrySaveRequestBag.d.ts +43 -43
  362. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +29 -29
  363. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDonationBag.d.ts +34 -34
  364. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +37 -37
  365. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDataBag.d.ts +37 -37
  366. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDetailsBag.d.ts +58 -58
  367. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerositySetupBag.d.ts +40 -40
  368. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryAccountInfoBag.d.ts +34 -34
  369. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryCompletedStepBag.d.ts +37 -37
  370. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryConfirmationSentStepBag.d.ts +28 -28
  371. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonItemBag.d.ts +31 -31
  372. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonSelectionStepBag.d.ts +33 -33
  373. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryExistingAccountStepBag.d.ts +28 -28
  374. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryForgotUsernameRequestBag.d.ts +34 -34
  375. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryInitializationBox.d.ts +107 -107
  376. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPasswordlessConfirmationSentStepBag.d.ts +31 -31
  377. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPersonInfoBag.d.ts +62 -62
  378. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPhoneNumberBag.d.ts +51 -51
  379. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterRequestBox.d.ts +46 -46
  380. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterResponseBox.d.ts +50 -50
  381. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAccountConfirmationViewOptionsBag.d.ts +28 -28
  382. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountActionNamesBag.d.ts +40 -40
  383. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertControlBag.d.ts +34 -34
  384. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertViewOptionsBag.d.ts +30 -30
  385. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordRequestBag.d.ts +31 -31
  386. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordViewOptionsBag.d.ts +34 -34
  387. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountConfirmRequestBag.d.ts +28 -28
  388. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountContentViewOptionsBag.d.ts +28 -28
  389. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteConfirmationViewOptionsBag.d.ts +31 -31
  390. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteRequestBag.d.ts +28 -28
  391. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountInitializationBox.d.ts +46 -46
  392. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowChangePasswordViewRequestBag.d.ts +28 -28
  393. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowDeleteConfirmationRequestBag.d.ts +28 -28
  394. package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountViewBox.d.ts +68 -68
  395. package/types/ViewModels/Blocks/Security/ForgotUserName/changePasswordNotSupportedResultBag.d.ts +31 -31
  396. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameCaptionsBag.d.ts +34 -34
  397. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameInitializationBox.d.ts +45 -45
  398. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsRequestBag.d.ts +28 -28
  399. package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsResultBag.d.ts +37 -37
  400. package/types/ViewModels/Blocks/Security/Login/credentialLoginMfaBag.d.ts +34 -34
  401. package/types/ViewModels/Blocks/Security/Login/credentialLoginRequestBag.d.ts +37 -37
  402. package/types/ViewModels/Blocks/Security/Login/credentialLoginResponseBag.d.ts +45 -45
  403. package/types/ViewModels/Blocks/Security/Login/externalAuthenticationButtonBag.d.ts +37 -37
  404. package/types/ViewModels/Blocks/Security/Login/loginInitializationBox.d.ts +114 -114
  405. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginAutoVerifyOptionsBag.d.ts +31 -31
  406. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginMfaBag.d.ts +34 -34
  407. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginOptionsBag.d.ts +46 -46
  408. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartRequestBag.d.ts +46 -46
  409. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartResponseBag.d.ts +34 -34
  410. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyOptionsBag.d.ts +42 -42
  411. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyRequestBag.d.ts +37 -37
  412. package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyResponseBag.d.ts +49 -49
  413. package/types/ViewModels/Blocks/Security/Login/remoteLoginStartRequestBag.d.ts +31 -31
  414. package/types/ViewModels/Blocks/Security/Login/remoteLoginStartResponseBag.d.ts +28 -28
  415. package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyBag.d.ts +51 -51
  416. package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyDetailOptionsBag.d.ts +25 -25
  417. package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppBag.d.ts +72 -72
  418. package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppDetailOptionsBag.d.ts +25 -25
  419. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageBag.d.ts +57 -57
  420. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageDetailOptionsBag.d.ts +25 -25
  421. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/timeIntervalBag.d.ts +32 -32
  422. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsBag.d.ts +49 -49
  423. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsOptionsBag.d.ts +36 -36
  424. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/themeListItemBag.d.ts +43 -43
  425. package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/topicAndChannelBag.d.ts +31 -31
  426. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmMetricBag.d.ts +31 -31
  427. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeBag.d.ts +69 -69
  428. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeDetailOptionsBag.d.ts +25 -25
  429. package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsBag.d.ts +60 -60
  430. package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsDetailOptionsBag.d.ts +25 -25
  431. package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerBag.d.ts +81 -81
  432. package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerDetailBox.d.ts +50 -50
  433. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +37 -37
  434. package/types/ViewModels/Blocks/blockBox.d.ts +37 -37
  435. package/types/ViewModels/Blocks/customSettingsBox.d.ts +40 -40
  436. package/types/ViewModels/Blocks/detailBlockBox.d.ts +67 -67
  437. package/types/ViewModels/Blocks/listBlockBox.d.ts +59 -59
  438. package/types/ViewModels/Cms/blockCustomActionBag.d.ts +42 -42
  439. package/types/ViewModels/Cms/contentCollectionAttributeFilterSettingsBag.d.ts +39 -39
  440. package/types/ViewModels/Cms/contentCollectionCustomFieldBag.d.ts +44 -44
  441. package/types/ViewModels/Cms/contentCollectionCustomFieldFilterSettingsBag.d.ts +39 -39
  442. package/types/ViewModels/Cms/contentCollectionFilterSettingsBag.d.ts +78 -78
  443. package/types/ViewModels/Cms/contentCollectionSourceAdditionalSettingsBag.d.ts +43 -43
  444. package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +62 -62
  445. package/types/ViewModels/Cms/obsidianBlockPreferencesBag.d.ts +42 -42
  446. package/types/ViewModels/Communication/conversationAttachmentBag.d.ts +34 -34
  447. package/types/ViewModels/Communication/conversationMessageBag.d.ts +95 -95
  448. package/types/ViewModels/Connection/connectionRequestCountsBag.d.ts +34 -34
  449. package/types/ViewModels/Controls/addressControlBag.d.ts +46 -46
  450. package/types/ViewModels/Controls/birthdayPickerBag.d.ts +34 -34
  451. package/types/ViewModels/Controls/campusPickerItemBag.d.ts +51 -51
  452. package/types/ViewModels/Controls/electronicSignatureValue.d.ts +31 -31
  453. package/types/ViewModels/Controls/fieldTypeEditorGetAvailableFieldTypesOptionsBag.d.ts +29 -29
  454. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationOptionsBag.d.ts +39 -39
  455. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +52 -52
  456. package/types/ViewModels/Controls/gatewayControlBag.d.ts +31 -31
  457. package/types/ViewModels/Controls/monthDayValue.d.ts +27 -27
  458. package/types/ViewModels/Controls/monthYearValue.d.ts +27 -27
  459. package/types/ViewModels/Controls/noteMentionItemBag.d.ts +43 -43
  460. package/types/ViewModels/Controls/phoneNumberBoxWithSmsControlBag.d.ts +34 -34
  461. package/types/ViewModels/Controls/rockCacheabilityBag.d.ts +37 -37
  462. package/types/ViewModels/Controls/slidingDateRangeBag.d.ts +43 -43
  463. package/types/ViewModels/Controls/timePickerValue.d.ts +25 -25
  464. package/types/ViewModels/Controls/universalItemSearchPickerItemBag.d.ts +63 -63
  465. package/types/ViewModels/Core/Grid/attributeFieldDefinitionBag.d.ts +47 -47
  466. package/types/ViewModels/Core/Grid/customActionBag.d.ts +48 -48
  467. package/types/ViewModels/Core/Grid/customColumnDefinitionBag.d.ts +48 -48
  468. package/types/ViewModels/Core/Grid/fieldDefinitionBag.d.ts +31 -31
  469. package/types/ViewModels/Core/Grid/gridCommunicationBag.d.ts +39 -39
  470. package/types/ViewModels/Core/Grid/gridDataBag.d.ts +28 -28
  471. package/types/ViewModels/Core/Grid/gridDefinitionBag.d.ts +76 -76
  472. package/types/ViewModels/Core/Grid/gridEntitySetBag.d.ts +39 -39
  473. package/types/ViewModels/Core/Grid/gridEntitySetItemBag.d.ts +40 -40
  474. package/types/ViewModels/Core/Grid/personFieldBag.d.ts +37 -37
  475. package/types/ViewModels/Core/notificationMessageActionBag.d.ts +42 -42
  476. package/types/ViewModels/Core/notificationMessageMetadataBag.d.ts +54 -54
  477. package/types/ViewModels/Core/personPreferenceValueBag.d.ts +34 -34
  478. package/types/ViewModels/Crm/currentPersonBag.d.ts +43 -43
  479. package/types/ViewModels/Crm/renderedBadgeBag.d.ts +31 -31
  480. package/types/ViewModels/Engagement/achievementCompletedMessageBag.d.ts +63 -63
  481. package/types/ViewModels/Event/InteractiveExperiences/actionRenderConfigurationBag.d.ts +39 -39
  482. package/types/ViewModels/Event/InteractiveExperiences/experienceActionStyleBag.d.ts +49 -49
  483. package/types/ViewModels/Event/InteractiveExperiences/experienceAnswerBag.d.ts +49 -49
  484. package/types/ViewModels/Event/InteractiveExperiences/experienceOccurrenceStateBag.d.ts +31 -31
  485. package/types/ViewModels/Event/InteractiveExperiences/experiencePlaceholderStyleBag.d.ts +34 -34
  486. package/types/ViewModels/Event/InteractiveExperiences/experienceSettingsBag.d.ts +42 -42
  487. package/types/ViewModels/Event/InteractiveExperiences/experienceStyleBag.d.ts +47 -47
  488. package/types/ViewModels/Event/InteractiveExperiences/experienceVisualizerStyleBag.d.ts +46 -46
  489. package/types/ViewModels/Event/InteractiveExperiences/joinExperienceResponseBag.d.ts +47 -47
  490. package/types/ViewModels/Event/InteractiveExperiences/pingExperienceResponseBag.d.ts +28 -28
  491. package/types/ViewModels/Event/InteractiveExperiences/visualizerRenderConfigurationBag.d.ts +42 -42
  492. package/types/ViewModels/Event/attendanceOccurrenceUpdatedMessageBag.d.ts +45 -45
  493. package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +68 -68
  494. package/types/ViewModels/Finance/savedFinancialAccountListItemBag.d.ts +49 -49
  495. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +38 -38
  496. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +48 -48
  497. package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +30 -30
  498. package/types/ViewModels/Reporting/fieldFilterGroupBag.d.ts +40 -40
  499. package/types/ViewModels/Reporting/fieldFilterRuleBag.d.ts +52 -52
  500. package/types/ViewModels/Reporting/fieldFilterSourceBag.d.ts +46 -46
  501. package/types/ViewModels/Rest/Controls/accountPickerGetChildrenOptionsBag.d.ts +42 -42
  502. package/types/ViewModels/Rest/Controls/accountPickerGetParentGuidsOptionsBag.d.ts +33 -33
  503. package/types/ViewModels/Rest/Controls/accountPickerGetPreviewItemsOptionsBag.d.ts +36 -36
  504. package/types/ViewModels/Rest/Controls/accountPickerGetSearchedAccountsOptionsBag.d.ts +37 -37
  505. package/types/ViewModels/Rest/Controls/achievementTypePickerGetAchievementTypesOptionsBag.d.ts +29 -29
  506. package/types/ViewModels/Rest/Controls/addressControlConfigurationBag.d.ts +82 -82
  507. package/types/ViewModels/Rest/Controls/addressControlGetConfigurationOptionsBag.d.ts +34 -34
  508. package/types/ViewModels/Rest/Controls/addressControlValidateAddressOptionsBag.d.ts +49 -49
  509. package/types/ViewModels/Rest/Controls/addressControlValidateAddressResultsBag.d.ts +39 -39
  510. package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +31 -31
  511. package/types/ViewModels/Rest/Controls/assetStorageProviderPickerGetAssetStorageProvidersOptionsBag.d.ts +29 -29
  512. package/types/ViewModels/Rest/Controls/auditDetailGetAuditDetailsOptionsBag.d.ts +45 -45
  513. package/types/ViewModels/Rest/Controls/badgeComponentPickerGetBadgeComponentsOptionsBag.d.ts +33 -33
  514. package/types/ViewModels/Rest/Controls/badgeListGetBadgesOptionsBag.d.ts +51 -51
  515. package/types/ViewModels/Rest/Controls/badgePickerGetBadgesOptionsBag.d.ts +34 -34
  516. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +33 -33
  517. package/types/ViewModels/Rest/Controls/binaryFileTypePickerGetBinaryFileTypesOptionsBag.d.ts +29 -29
  518. package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesOptionsBag.d.ts +39 -39
  519. package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesResultsBag.d.ts +35 -35
  520. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsOptionsBag.d.ts +48 -48
  521. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +43 -43
  522. package/types/ViewModels/Rest/Controls/campusPickerGetCampusesOptionsBag.d.ts +29 -29
  523. package/types/ViewModels/Rest/Controls/captchaControlConfigurationBag.d.ts +31 -31
  524. package/types/ViewModels/Rest/Controls/captchaControlTokenValidateTokenResultBag.d.ts +28 -28
  525. package/types/ViewModels/Rest/Controls/captchaControlValidateTokenOptionsBag.d.ts +27 -27
  526. package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeOptionsBag.d.ts +36 -36
  527. package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeResultsBag.d.ts +36 -36
  528. package/types/ViewModels/Rest/Controls/categorizedValuePickerNodeBag.d.ts +40 -40
  529. package/types/ViewModels/Rest/Controls/categoryPickerChildTreeItemsOptionsBag.d.ts +119 -119
  530. package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +31 -31
  531. package/types/ViewModels/Rest/Controls/connectionRequestPickerGetChildrenOptionsBag.d.ts +42 -42
  532. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemOptionsBag.d.ts +40 -40
  533. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemResultsBag.d.ts +36 -36
  534. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetContentChannelItemsOptionsBag.d.ts +40 -40
  535. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts +33 -33
  536. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoResultsBag.d.ts +31 -31
  537. package/types/ViewModels/Rest/Controls/dataViewPickerGetDataViewsOptionsBag.d.ts +86 -86
  538. package/types/ViewModels/Rest/Controls/definedValuePickerGetAttributesOptionsBag.d.ts +39 -39
  539. package/types/ViewModels/Rest/Controls/definedValuePickerGetDefinedValuesOptionsBag.d.ts +42 -42
  540. package/types/ViewModels/Rest/Controls/definedValuePickerSaveNewValueOptionsBag.d.ts +45 -45
  541. package/types/ViewModels/Rest/Controls/entityTagListAddEntityTagOptionsBag.d.ts +48 -48
  542. package/types/ViewModels/Rest/Controls/entityTagListCreatePersonalTagOptionsBag.d.ts +51 -51
  543. package/types/ViewModels/Rest/Controls/entityTagListGetAvailableTagsOptionsBag.d.ts +63 -63
  544. package/types/ViewModels/Rest/Controls/entityTagListGetEntityTagsOptionsBag.d.ts +60 -60
  545. package/types/ViewModels/Rest/Controls/entityTagListRemoveEntityTagOptionsBag.d.ts +48 -48
  546. package/types/ViewModels/Rest/Controls/entityTagListSaveTagValuesOptionsBag.d.ts +64 -64
  547. package/types/ViewModels/Rest/Controls/entityTagListTagBag.d.ts +49 -49
  548. package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +29 -29
  549. package/types/ViewModels/Rest/Controls/ethnicityPickerGetEthnicitiesResultsBag.d.ts +33 -33
  550. package/types/ViewModels/Rest/Controls/eventItemPickerGetEventItemsOptionsBag.d.ts +31 -31
  551. package/types/ViewModels/Rest/Controls/financialGatewayPickerGetFinancialGatewaysOptionsBag.d.ts +43 -43
  552. package/types/ViewModels/Rest/Controls/followingGetFollowingOptionsBag.d.ts +45 -45
  553. package/types/ViewModels/Rest/Controls/followingGetFollowingResponseBag.d.ts +31 -31
  554. package/types/ViewModels/Rest/Controls/followingSetFollowingOptionsBag.d.ts +48 -48
  555. package/types/ViewModels/Rest/Controls/geoPickerGetGoogleMapSettingsOptionsBag.d.ts +33 -33
  556. package/types/ViewModels/Rest/Controls/geoPickerGetSettingsOptionsBag.d.ts +33 -33
  557. package/types/ViewModels/Rest/Controls/geoPickerGoogleMapSettingsBag.d.ts +43 -43
  558. package/types/ViewModels/Rest/Controls/geoPickerSettingsBag.d.ts +40 -40
  559. package/types/ViewModels/Rest/Controls/gradePickerGetGradesOptionsBag.d.ts +34 -34
  560. package/types/ViewModels/Rest/Controls/groupAndRolePickerGetRolesOptionsBag.d.ts +33 -33
  561. package/types/ViewModels/Rest/Controls/groupMemberPickerGetGroupMembersOptionsBag.d.ts +33 -33
  562. package/types/ViewModels/Rest/Controls/groupPickerGetChildrenOptionsBag.d.ts +54 -54
  563. package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleOptionsBag.d.ts +45 -45
  564. package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleResultsBag.d.ts +39 -39
  565. package/types/ViewModels/Rest/Controls/groupRolePickerGetGroupRolesOptionsBag.d.ts +40 -40
  566. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupTypeOfGroupOptionsBag.d.ts +33 -33
  567. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupsOptionsBag.d.ts +33 -33
  568. package/types/ViewModels/Rest/Controls/groupTypePickerGetGroupTypesOptionsBag.d.ts +39 -39
  569. package/types/ViewModels/Rest/Controls/interactionChannelInteractionComponentPickerGetChannelFromComponentOptionsBag.d.ts +33 -33
  570. package/types/ViewModels/Rest/Controls/interactionComponentPickerGetInteractionComponentsOptionsBag.d.ts +33 -33
  571. package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +48 -48
  572. package/types/ViewModels/Rest/Controls/locationListGetLocationsOptionsBag.d.ts +42 -42
  573. package/types/ViewModels/Rest/Controls/locationListSaveNewLocationOptionsBag.d.ts +52 -52
  574. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaElementsOptionsBag.d.ts +33 -33
  575. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaFoldersOptionsBag.d.ts +33 -33
  576. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeOptionsBag.d.ts +39 -39
  577. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeResultsBag.d.ts +45 -45
  578. package/types/ViewModels/Rest/Controls/mergeFieldPickerFormatSelectedValueOptionsBag.d.ts +28 -28
  579. package/types/ViewModels/Rest/Controls/mergeFieldPickerGetChildrenOptionsBag.d.ts +31 -31
  580. package/types/ViewModels/Rest/Controls/mergeTemplatePickerGetMergeTemplatesOptionsBag.d.ts +52 -52
  581. package/types/ViewModels/Rest/Controls/metricCategoryPickerGetChildrenOptionsBag.d.ts +48 -48
  582. package/types/ViewModels/Rest/Controls/metricItemPickerGetChildrenOptionsBag.d.ts +54 -54
  583. package/types/ViewModels/Rest/Controls/noteEditorMentionSearchOptionsBag.d.ts +37 -37
  584. package/types/ViewModels/Rest/Controls/noteEditorMentionSearchResultsBag.d.ts +30 -30
  585. package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +57 -57
  586. package/types/ViewModels/Rest/Controls/pagePickerGetPageNameOptionsBag.d.ts +42 -42
  587. package/types/ViewModels/Rest/Controls/pagePickerGetPageRoutesOptionsBag.d.ts +42 -42
  588. package/types/ViewModels/Rest/Controls/pagePickerGetSelectedPageHierarchyOptionsBag.d.ts +42 -42
  589. package/types/ViewModels/Rest/Controls/pageRouteValueBag.d.ts +33 -33
  590. package/types/ViewModels/Rest/Controls/personLinkGetPopupHtmlOptionsBag.d.ts +34 -34
  591. package/types/ViewModels/Rest/Controls/personPickerSearchOptionsBag.d.ts +49 -49
  592. package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationOptionsBag.d.ts +28 -28
  593. package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationResultsBag.d.ts +36 -36
  594. package/types/ViewModels/Rest/Controls/phoneNumberCountryCodeRulesConfigurationBag.d.ts +31 -31
  595. package/types/ViewModels/Rest/Controls/racePickerGetRacesResultsBag.d.ts +33 -33
  596. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationInstancesOptionsBag.d.ts +33 -33
  597. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationTemplateForInstanceOptionsBag.d.ts +33 -33
  598. package/types/ViewModels/Rest/Controls/registrationTemplatePickerGetChildrenOptionsBag.d.ts +42 -42
  599. package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +33 -33
  600. package/types/ViewModels/Rest/Controls/reportPickerGetChildrenOptionsBag.d.ts +48 -48
  601. package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountOptionsBag.d.ts +48 -48
  602. package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountResultBag.d.ts +37 -37
  603. package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +45 -45
  604. package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +33 -33
  605. package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +33 -33
  606. package/types/ViewModels/Rest/Controls/structuredContentEditorConfigurationBag.d.ts +31 -31
  607. package/types/ViewModels/Rest/Controls/structuredContentEditorGetConfigurationOptionsBag.d.ts +33 -33
  608. package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +34 -34
  609. package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +49 -49
  610. package/types/ViewModels/Rest/Controls/workflowActionTypePickerGetChildrenOptionsBag.d.ts +40 -40
  611. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowTypeForWorkflowOptionsBag.d.ts +36 -36
  612. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowsOptionsBag.d.ts +36 -36
  613. package/types/ViewModels/Rest/Controls/workflowTypePickerGetWorkflowTypesOptionsBag.d.ts +90 -90
  614. package/types/ViewModels/Rest/Utilities/currencyInfoBag.d.ts +34 -34
  615. package/types/ViewModels/Rest/Utilities/updatePersonPreferencesAccessedOptionsBag.d.ts +34 -34
  616. package/types/ViewModels/Rest/Utilities/updatePersonPreferencesOptionsBag.d.ts +31 -31
  617. package/types/ViewModels/Utility/currencyInfoBag.d.ts +34 -34
  618. package/types/ViewModels/Utility/debugTiming.d.ts +32 -32
  619. package/types/ViewModels/Utility/entityAuditBag.d.ts +54 -54
  620. package/types/ViewModels/Utility/listItemBag.d.ts +37 -37
  621. package/types/ViewModels/Utility/publicAttributeBag.d.ts +64 -64
  622. package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +40 -40
  623. package/types/ViewModels/Utility/publicComparisonValueBag.d.ts +31 -31
  624. package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +132 -132
  625. package/types/ViewModels/Utility/taskActivityProgressLogBag.d.ts +31 -31
  626. package/types/ViewModels/Utility/taskActivityProgressStatusBag.d.ts +52 -52
  627. package/types/ViewModels/Utility/taskActivityProgressUpdateBag.d.ts +37 -37
  628. package/types/ViewModels/Utility/timeIntervalBag.d.ts +33 -33
  629. package/types/ViewModels/Utility/treeItemBag.d.ts +64 -64
  630. package/types/ViewModels/Utility/validPropertiesBox.d.ts +31 -31
  631. package/types/ViewModels/entity.d.ts +24 -24
  632. package/types/ViewModels/index.d.ts +22 -22
package/LICENSE.md CHANGED
@@ -1,55 +1,55 @@
1
-
2
- # Rock Community License Agreement
3
-
4
- Establishing an open innovation platform for faith-based organizations.
5
-
6
- THIS LICENSE PERMITS THE USE, REPRODUCTION, PREPARATION OF DERIVATIVE WORKS OF, PUBLIC DISPLAY, PUBLIC PERFORMANCE, SUBLICENSE, AND DISTRIBUTION OF THE WORK AND DERIVATIVE WORKS SOLELY FOR INTERNAL USE BY FAITH BASED ORGANIZATIONS. FOR ANY USE, REPRODUCTION, PREPARATION OF DERIVATIVE WORKS OF, PUBLIC DISPLAY, PUBLIC PERFORMANCE, SUBLICENSE, AND DISTRIBUTION OF THE WORK AND DERIVATIVE WORKS FOR ANY OTHER PURPOSE, PLEASE CONTACT SPARK DEVELOPMENT, INC. FOR A COMMERCIAL LICENSE AT info@sparkdevnetwork.org
7
-
8
- # 1. Definitions
9
-
10
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
13
-
14
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
15
-
16
- "Faith Based Organization" shall mean a Legal Entity that is a faith based Legal Entity approved by the Internal Revenue Services as a 501(c)(3) organization.
17
-
18
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
19
-
20
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
21
-
22
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
23
-
24
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
25
-
26
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
27
-
28
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
29
-
30
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31
-
32
- # 2. Grant of Copyright License
33
-
34
- Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form solely for internal use by Faith Based Organizations.
35
-
36
- # 3. Grant of Patent License
37
-
38
- Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work solely for internal use by Faith Based Organizations, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39
-
40
- # 4. Redistribution
41
-
42
- You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
43
-
44
-
45
- 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
46
- 2. You must cause any modified files to carry prominent notices stating that You changed the files; and
47
- 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
48
- 4. You may only distribute copies of the Work or Derivative Works to Faith Based Organizations for their internal use; and
49
- 5. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
50
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
51
- 6. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
52
- 7. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
53
- 8. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
54
- 9. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
55
- 10. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1
+
2
+ # Rock Community License Agreement
3
+
4
+ Establishing an open innovation platform for faith-based organizations.
5
+
6
+ THIS LICENSE PERMITS THE USE, REPRODUCTION, PREPARATION OF DERIVATIVE WORKS OF, PUBLIC DISPLAY, PUBLIC PERFORMANCE, SUBLICENSE, AND DISTRIBUTION OF THE WORK AND DERIVATIVE WORKS SOLELY FOR INTERNAL USE BY FAITH BASED ORGANIZATIONS. FOR ANY USE, REPRODUCTION, PREPARATION OF DERIVATIVE WORKS OF, PUBLIC DISPLAY, PUBLIC PERFORMANCE, SUBLICENSE, AND DISTRIBUTION OF THE WORK AND DERIVATIVE WORKS FOR ANY OTHER PURPOSE, PLEASE CONTACT SPARK DEVELOPMENT, INC. FOR A COMMERCIAL LICENSE AT info@sparkdevnetwork.org
7
+
8
+ # 1. Definitions
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
13
+
14
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
15
+
16
+ "Faith Based Organization" shall mean a Legal Entity that is a faith based Legal Entity approved by the Internal Revenue Services as a 501(c)(3) organization.
17
+
18
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
19
+
20
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
21
+
22
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
23
+
24
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
25
+
26
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
27
+
28
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
29
+
30
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
31
+
32
+ # 2. Grant of Copyright License
33
+
34
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form solely for internal use by Faith Based Organizations.
35
+
36
+ # 3. Grant of Patent License
37
+
38
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work solely for internal use by Faith Based Organizations, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
39
+
40
+ # 4. Redistribution
41
+
42
+ You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
43
+
44
+
45
+ 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
46
+ 2. You must cause any modified files to carry prominent notices stating that You changed the files; and
47
+ 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
48
+ 4. You may only distribute copies of the Work or Derivative Works to Faith Based Organizations for their internal use; and
49
+ 5. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
50
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
51
+ 6. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
52
+ 7. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
53
+ 8. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
54
+ 9. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
55
+ 10. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/SparkDevNetwork/Rock.git"
10
10
  },
11
- "version": "1.16.5-rc.1",
11
+ "version": "1.16.5-rc.2",
12
12
  "peerDependencies": {
13
13
  "vue": "3.2.35"
14
14
  }
@@ -13,6 +13,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
13
13
  };
14
14
  rules: import("@Obsidian/ValidationRules").RulesPropType;
15
15
  formGroupClasses: {
16
+ type: PropType<string>;
17
+ default: "";
18
+ };
19
+ validationTitle: {
16
20
  /**
17
21
  * Initial items is used to make sure that our currently selected value
18
22
  * is considered valid and not erased automatically before our real
@@ -25,10 +29,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
25
29
  * list of items is available.
26
30
  */
27
31
  };
28
- validationTitle: {
29
- type: PropType<string>;
30
- default: "";
31
- };
32
32
  isRequiredIndicatorHidden: {
33
33
  type: PropType<boolean>;
34
34
  default: false;
@@ -57,11 +57,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
57
57
  type: PropType<PickerDisplayStyle>;
58
58
  default: "auto";
59
59
  };
60
- /**
61
- * Loads the items from the propery and sets the loadedItems value. This
62
- * function handles the cases of items property being either a Promise or
63
- * a Function and all the necessary deconstruction.
64
- */
65
60
  columnCount: {
66
61
  type: PropType<number>;
67
62
  default: 0;
@@ -96,6 +91,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
96
91
  };
97
92
  rules: import("@Obsidian/ValidationRules").RulesPropType;
98
93
  formGroupClasses: {
94
+ type: PropType<string>;
95
+ default: "";
96
+ };
97
+ validationTitle: {
99
98
  /**
100
99
  * Initial items is used to make sure that our currently selected value
101
100
  * is considered valid and not erased automatically before our real
@@ -108,10 +107,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
108
107
  * list of items is available.
109
108
  */
110
109
  };
111
- validationTitle: {
112
- type: PropType<string>;
113
- default: "";
114
- };
115
110
  isRequiredIndicatorHidden: {
116
111
  type: PropType<boolean>;
117
112
  default: false;
@@ -140,11 +135,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140
135
  type: PropType<PickerDisplayStyle>;
141
136
  default: "auto";
142
137
  };
143
- /**
144
- * Loads the items from the propery and sets the loadedItems value. This
145
- * function handles the cases of items property being either a Promise or
146
- * a Function and all the necessary deconstruction.
147
- */
148
138
  columnCount: {
149
139
  type: PropType<number>;
150
140
  default: 0;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
17
17
  validationTitle: {
18
18
  type: PropType<string>;
19
19
  default: "";
20
- }; /** The v-model value this control */
20
+ };
21
21
  isRequiredIndicatorHidden: {
22
22
  type: PropType<boolean>;
23
23
  default: false;
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
64
64
  validationTitle: {
65
65
  type: PropType<string>;
66
66
  default: "";
67
- }; /** The v-model value this control */
67
+ };
68
68
  isRequiredIndicatorHidden: {
69
69
  type: PropType<boolean>;
70
70
  default: false;
@@ -16,7 +16,6 @@ declare const _default: import("vue").DefineComponent<{
16
16
  };
17
17
  validationTitle: {
18
18
  type: PropType<string>;
19
- /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
20
19
  default: "";
21
20
  };
22
21
  isRequiredIndicatorHidden: {
@@ -134,7 +133,6 @@ declare const _default: import("vue").DefineComponent<{
134
133
  };
135
134
  validationTitle: {
136
135
  type: PropType<string>;
137
- /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
138
136
  default: "";
139
137
  };
140
138
  isRequiredIndicatorHidden: {
@@ -16,15 +16,17 @@ declare const _default: import("vue").DefineComponent<{
16
16
  };
17
17
  validationTitle: {
18
18
  type: PropType<string>;
19
- /**
20
- * Loads the content channels from the server.
21
- */
22
19
  default: "";
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;
@@ -83,15 +85,17 @@ declare const _default: import("vue").DefineComponent<{
83
85
  };
84
86
  validationTitle: {
85
87
  type: PropType<string>;
86
- /**
87
- * Loads the content channels from the server.
88
- */
89
88
  default: "";
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;
@@ -19,13 +19,12 @@ declare const _default: import("vue").DefineComponent<{
19
19
  type: PropType<string>;
20
20
  default: "";
21
21
  };
22
- /** Loads the group items from the server. */
23
22
  isRequiredIndicatorHidden: {
24
23
  type: PropType<boolean>;
25
24
  default: false;
26
25
  };
27
- /** Reload Roles if the type changes */
28
26
  enhanceForLongLists: {
27
+ /** Reload Roles if the type changes */
29
28
  type: PropType<boolean>;
30
29
  default: false;
31
30
  };
@@ -38,15 +37,17 @@ declare const _default: import("vue").DefineComponent<{
38
37
  default: false;
39
38
  };
40
39
  showBlankItem: {
40
+ /** V-model for the group type so you can get/set it */
41
41
  type: PropType<boolean>;
42
42
  default: false;
43
43
  };
44
44
  blankValue: {
45
45
  type: PropType<string>;
46
+ /** V-model for the group */
46
47
  default: "";
47
48
  };
48
49
  displayStyle: {
49
- type: PropType<PickerDisplayStyle>;
50
+ type: PropType<PickerDisplayStyle>; /** Label for the group picker */
50
51
  default: "auto";
51
52
  };
52
53
  columnCount: {
@@ -101,13 +102,12 @@ declare const _default: import("vue").DefineComponent<{
101
102
  type: PropType<string>;
102
103
  default: "";
103
104
  };
104
- /** Loads the group items from the server. */
105
105
  isRequiredIndicatorHidden: {
106
106
  type: PropType<boolean>;
107
107
  default: false;
108
108
  };
109
- /** Reload Roles if the type changes */
110
109
  enhanceForLongLists: {
110
+ /** Reload Roles if the type changes */
111
111
  type: PropType<boolean>;
112
112
  default: false;
113
113
  };
@@ -120,15 +120,17 @@ declare const _default: import("vue").DefineComponent<{
120
120
  default: false;
121
121
  };
122
122
  showBlankItem: {
123
+ /** V-model for the group type so you can get/set it */
123
124
  type: PropType<boolean>;
124
125
  default: false;
125
126
  };
126
127
  blankValue: {
127
128
  type: PropType<string>;
129
+ /** V-model for the group */
128
130
  default: "";
129
131
  };
130
132
  displayStyle: {
131
- type: PropType<PickerDisplayStyle>;
133
+ type: PropType<PickerDisplayStyle>; /** Label for the group picker */
132
134
  default: "auto";
133
135
  };
134
136
  columnCount: {
@@ -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: "";
@@ -18,9 +22,6 @@ declare const _default: import("vue").DefineComponent<{
18
22
  type: PropType<string>;
19
23
  default: "";
20
24
  };
21
- /**
22
- * Loads the group type items from the server.
23
- */
24
25
  isRequiredIndicatorHidden: {
25
26
  type: PropType<boolean>;
26
27
  default: false;
@@ -40,9 +41,7 @@ declare const _default: import("vue").DefineComponent<{
40
41
  showBlankItem: {
41
42
  type: PropType<boolean>;
42
43
  default: false;
43
- }; /**
44
- * Gets all the data needed to fill in the pickers when we're given a value to start
45
- */
44
+ };
46
45
  blankValue: {
47
46
  type: PropType<string>;
48
47
  default: "";
@@ -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: "";
@@ -87,9 +90,6 @@ declare const _default: import("vue").DefineComponent<{
87
90
  type: PropType<string>;
88
91
  default: "";
89
92
  };
90
- /**
91
- * Loads the group type items from the server.
92
- */
93
93
  isRequiredIndicatorHidden: {
94
94
  type: PropType<boolean>;
95
95
  default: false;
@@ -109,9 +109,7 @@ declare const _default: import("vue").DefineComponent<{
109
109
  showBlankItem: {
110
110
  type: PropType<boolean>;
111
111
  default: false;
112
- }; /**
113
- * Gets all the data needed to fill in the pickers when we're given a value to start
114
- */
112
+ };
115
113
  blankValue: {
116
114
  type: PropType<string>;
117
115
  default: "";
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
45
45
  };
46
46
  displayStyle: {
47
47
  type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
48
- default: "auto";
48
+ default: "auto"; /** Load media elements for the selected folder from server and returns them */
49
49
  };
50
50
  columnCount: {
51
51
  type: PropType<number>;
@@ -141,7 +141,7 @@ declare const _default: import("vue").DefineComponent<{
141
141
  };
142
142
  displayStyle: {
143
143
  type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
144
- default: "auto";
144
+ default: "auto"; /** Load media elements for the selected folder from server and returns them */
145
145
  };
146
146
  columnCount: {
147
147
  type: PropType<number>;
@@ -6,9 +6,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
6
6
  default: "";
7
7
  };
8
8
  help: {
9
- /**
10
- * Update the content from our model value.
11
- */
12
9
  type: PropType<string>;
13
10
  default: "";
14
11
  };
@@ -49,9 +46,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
49
46
  default: "";
50
47
  };
51
48
  help: {
52
- /**
53
- * Update the content from our model value.
54
- */
55
49
  type: PropType<string>;
56
50
  default: "";
57
51
  };
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  };
20
20
  isRequiredIndicatorHidden: {
21
21
  type: PropType<boolean>;
22
- default: false; /** Retrieve the country code data, validation data, and formatting data from the server */
22
+ default: false;
23
23
  };
24
24
  /** v-model of Phone Number */
25
25
  modelValue: {
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
59
59
  };
60
60
  isRequiredIndicatorHidden: {
61
61
  type: PropType<boolean>;
62
- default: false; /** Retrieve the country code data, validation data, and formatting data from the server */
62
+ default: false;
63
63
  };
64
64
  /** v-model of Phone Number */
65
65
  modelValue: {
@@ -1,9 +1,9 @@
1
1
  import { PropType } from "vue";
2
2
  import { PhoneNumberBoxWithSmsControlBag } from "@Obsidian/ViewModels/Controls/phoneNumberBoxWithSmsControlBag";
3
3
  declare const _default: import("vue").DefineComponent<{
4
- /** Uses the configuration we received from the server to determine whether the entered number is valid */
5
4
  label: {
6
5
  type: PropType<string>;
6
+ /** Uses the configuration we received from the server to determine whether the entered number is valid */
7
7
  default: "";
8
8
  };
9
9
  help: {
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<{
35
35
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  "update:modelValue": (value: PhoneNumberBoxWithSmsControlBag) => void;
37
37
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
- /** Uses the configuration we received from the server to determine whether the entered number is valid */
39
38
  label: {
40
39
  type: PropType<string>;
40
+ /** Uses the configuration we received from the server to determine whether the entered number is valid */
41
41
  default: "";
42
42
  };
43
43
  help: {
@@ -10,7 +10,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
10
  rules: import("@Obsidian/ValidationRules").RulesPropType;
11
11
  formGroupClasses: {
12
12
  type: import("vue").PropType<string>;
13
- default: "";
13
+ default: ""; /**
14
+ * Validate if all the filled inputs are numbers. This is really only necessary for older browsers
15
+ * that can't use the `pattern` attribute on inputs.
16
+ */
14
17
  };
15
18
  validationTitle: {
16
19
  type: import("vue").PropType<string>;
@@ -42,7 +45,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
42
45
  rules: import("@Obsidian/ValidationRules").RulesPropType;
43
46
  formGroupClasses: {
44
47
  type: import("vue").PropType<string>;
45
- default: "";
48
+ default: ""; /**
49
+ * Validate if all the filled inputs are numbers. This is really only necessary for older browsers
50
+ * that can't use the `pattern` attribute on inputs.
51
+ */
46
52
  };
47
53
  validationTitle: {
48
54
  type: import("vue").PropType<string>;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
17
17
  };
18
18
  validationTitle: {
19
19
  type: PropType<string>;
20
- default: ""; /** The currently selected value(s). */
20
+ default: "";
21
21
  };
22
22
  isRequiredIndicatorHidden: {
23
23
  type: PropType<boolean>;
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
79
79
  };
80
80
  validationTitle: {
81
81
  type: PropType<string>;
82
- default: ""; /** The currently selected value(s). */
82
+ default: "";
83
83
  };
84
84
  isRequiredIndicatorHidden: {
85
85
  type: PropType<boolean>;
@@ -7,7 +7,8 @@ export declare const EditComponent: import("vue").DefineComponent<{
7
7
  configurationValues: {
8
8
  type: import("vue").PropType<import("./utils").ConfigurationValues>;
9
9
  default: () => import("./utils").ConfigurationValues;
10
- }; /** The options to choose from in the drop down list */
10
+ };
11
+ /** The options to choose from in the drop down list */
11
12
  dataEntryMode: {
12
13
  type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
13
14
  };
@@ -24,7 +25,8 @@ export declare const EditComponent: import("vue").DefineComponent<{
24
25
  configurationValues: {
25
26
  type: import("vue").PropType<import("./utils").ConfigurationValues>;
26
27
  default: () => import("./utils").ConfigurationValues;
27
- }; /** The options to choose from in the drop down list */
28
+ };
29
+ /** The options to choose from in the drop down list */
28
30
  dataEntryMode: {
29
31
  type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
30
32
  };
@@ -35,14 +35,7 @@ export declare const EditComponent: import("vue").DefineComponent<{
35
35
  };
36
36
  dataEntryMode: {
37
37
  type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
38
- }; /**
39
- * Update the modelValue property if any value of the dictionary has
40
- * actually changed. This helps prevent unwanted postbacks if the value
41
- * didn't really change - which can happen if multiple values get updated
42
- * at the same time.
43
- *
44
- * @returns true if a new modelValue was emitted to the parent component.
45
- */
38
+ };
46
39
  }, {
47
40
  allowMultiple: import("vue").ComputedRef<boolean>;
48
41
  selectedColors: import("vue").WritableComputedRef<string[]>;
@@ -58,14 +51,7 @@ export declare const EditComponent: import("vue").DefineComponent<{
58
51
  };
59
52
  dataEntryMode: {
60
53
  type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
61
- }; /**
62
- * Update the modelValue property if any value of the dictionary has
63
- * actually changed. This helps prevent unwanted postbacks if the value
64
- * didn't really change - which can happen if multiple values get updated
65
- * at the same time.
66
- *
67
- * @returns true if a new modelValue was emitted to the parent component.
68
- */
54
+ };
69
55
  }>> & {
70
56
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
71
57
  }, {
@@ -37,14 +37,7 @@ export declare const ConfigurationComponent: import("vue").DefineComponent<{
37
37
  };
38
38
  configurationProperties: {
39
39
  type: import("vue").PropType<Record<string, string>>;
40
- required: true; /**
41
- * Update the modelValue property if any value of the dictionary has
42
- * actually changed. This helps prevent unwanted postbacks if the value
43
- * didn't really change - which can happen if multiple values get updated
44
- * at the same time.
45
- *
46
- * @returns true if a new modelValue was emitted to the parent component.
47
- */
40
+ required: true;
48
41
  };
49
42
  }, {
50
43
  columns: import("vue").Ref<string>;
@@ -55,14 +48,7 @@ export declare const ConfigurationComponent: import("vue").DefineComponent<{
55
48
  };
56
49
  configurationProperties: {
57
50
  type: import("vue").PropType<Record<string, string>>;
58
- required: true; /**
59
- * Update the modelValue property if any value of the dictionary has
60
- * actually changed. This helps prevent unwanted postbacks if the value
61
- * didn't really change - which can happen if multiple values get updated
62
- * at the same time.
63
- *
64
- * @returns true if a new modelValue was emitted to the parent component.
65
- */
51
+ required: true;
66
52
  };
67
53
  }>> & {
68
54
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;