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

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