@rockrms/obsidian-framework 1.16.3-rc.3 → 1.16.5-rc.1

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 (293) hide show
  1. package/package.json +3 -2
  2. package/tsconfig.base.json +4 -2
  3. package/types/Controls/Grid/dataRow.partial.obs.d.ts +17 -0
  4. package/types/Controls/Grid/dataRows.partial.obs.d.ts +38 -0
  5. package/types/Controls/Grid/filterHeaderRow.partial.obs.d.ts +22 -0
  6. package/types/Controls/Grid/grid.partial.obs.d.ts +74 -2
  7. package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +38 -0
  8. package/types/Controls/Internal/treeListItem.obs.d.ts +7 -0
  9. package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +53 -0
  10. package/types/Controls/Internal/universalItemSearchPickerResult.partial.obs.d.ts +28 -0
  11. package/types/Controls/attributeEditor.obs.d.ts +2 -5
  12. package/types/Controls/auditDetail.obs.d.ts +4 -4
  13. package/types/Controls/badgeComponentPicker.obs.d.ts +6 -7
  14. package/types/Controls/badgeList.obs.d.ts +2 -2
  15. package/types/Controls/badgePicker.obs.d.ts +7 -7
  16. package/types/Controls/baseAsyncPicker.obs.d.ts +30 -2
  17. package/types/Controls/binaryFilePicker.obs.d.ts +2 -2
  18. package/types/Controls/buttonGroup.obs.d.ts +9 -0
  19. package/types/Controls/cacheabilityPicker.obs.d.ts +5 -5
  20. package/types/Controls/campusAccountAmountPicker.obs.d.ts +13 -13
  21. package/types/Controls/campusPicker.obs.d.ts +6 -6
  22. package/types/Controls/categoryPicker.obs.d.ts +6 -6
  23. package/types/Controls/componentPicker.obs.d.ts +3 -3
  24. package/types/Controls/contentChannelItemPicker.obs.d.ts +11 -11
  25. package/types/Controls/currencyBox.obs.d.ts +8 -0
  26. package/types/Controls/dataViewPicker.obs.d.ts +2 -2
  27. package/types/Controls/definedValuePicker.obs.d.ts +2 -2
  28. package/types/Controls/following.obs.d.ts +2 -2
  29. package/types/Controls/groupAndRolePicker.obs.d.ts +4 -2
  30. package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
  31. package/types/Controls/groupRolePicker.obs.d.ts +19 -19
  32. package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
  33. package/types/Controls/intervalPicker.obs.d.ts +5 -5
  34. package/types/Controls/keyValueList.obs.d.ts +58 -0
  35. package/types/Controls/lavaCommandPicker.obs.d.ts +34 -25
  36. package/types/Controls/listItems.obs.d.ts +58 -2
  37. package/types/Controls/locationList.obs.d.ts +12 -12
  38. package/types/Controls/locationPicker.obs.d.ts +76 -5
  39. package/types/Controls/mediaElementPicker.obs.d.ts +2 -2
  40. package/types/Controls/noteTextEditor.obs.d.ts +19 -3
  41. package/types/Controls/pagePicker.obs.d.ts +2 -2
  42. package/types/Controls/panel.obs.d.ts +18 -0
  43. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +7 -7
  44. package/types/Controls/reminderTypePicker.obs.d.ts +4 -4
  45. package/types/Controls/reportPicker.obs.d.ts +3 -3
  46. package/types/Controls/rockField.obs.d.ts +9 -0
  47. package/types/Controls/rockForm.obs.d.ts +8 -3
  48. package/types/Controls/rockFormField.obs.d.ts +9 -0
  49. package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -4
  50. package/types/Controls/stepStatusPicker.obs.d.ts +5 -5
  51. package/types/Controls/stepTypePicker.obs.d.ts +5 -5
  52. package/types/Controls/structuredContentEditor.obs.d.ts +0 -8
  53. package/types/Controls/tagList.obs.d.ts +4 -4
  54. package/types/Controls/textBox.obs.d.ts +57 -8
  55. package/types/Controls/timeIntervalPicker.obs.d.ts +5 -5
  56. package/types/Controls/valueList.obs.d.ts +2 -2
  57. package/types/Controls/workflowBasePicker.obs.d.ts +5 -5
  58. package/types/Core/Core/personPreferences.d.ts +10 -0
  59. package/types/Enums/Controls/locationPickerMode.d.ts +20 -0
  60. package/types/Enums/Controls/rockCacheabilityType.d.ts +15 -10
  61. package/types/Enums/Controls/universalItemValuePickerDisplayStyle.d.ts +19 -0
  62. package/types/Enums/Core/benchmarkRepititionMode.d.ts +22 -0
  63. package/types/Enums/Lms/assignTo.d.ts +11 -0
  64. package/types/Enums/Lms/availableDateCalculationMethod.d.ts +17 -0
  65. package/types/Enums/Lms/completionStatus.d.ts +13 -0
  66. package/types/Enums/Lms/configurationMode.d.ts +11 -0
  67. package/types/Enums/Lms/dueDateCalculationMethod.d.ts +15 -0
  68. package/types/Enums/Lms/learningCompletionStatus.d.ts +13 -0
  69. package/types/Enums/Lms/requirementType.d.ts +13 -0
  70. package/types/FieldTypes/categoriesFieldComponents.d.ts +1 -1
  71. package/types/FieldTypes/categorizedDefinedValueFieldComponents.d.ts +1 -1
  72. package/types/FieldTypes/categoryFieldComponents.d.ts +1 -1
  73. package/types/FieldTypes/colorSelectorField.partial.d.ts +1 -1
  74. package/types/FieldTypes/communicationTemplateField.partial.d.ts +11 -0
  75. package/types/FieldTypes/communicationTemplateFieldComponents.d.ts +52 -0
  76. package/types/FieldTypes/emailField.partial.d.ts +1 -1
  77. package/types/FieldTypes/fieldType.d.ts +10 -10
  78. package/types/FieldTypes/fileField.partial.d.ts +2 -2
  79. package/types/FieldTypes/groupMemberFieldComponents.d.ts +1 -2
  80. package/types/FieldTypes/groupRoleFieldComponents.d.ts +1 -0
  81. package/types/FieldTypes/imageField.partial.d.ts +2 -2
  82. package/types/FieldTypes/imageFieldComponents.d.ts +1 -1
  83. package/types/FieldTypes/keyValueListFieldComponents.d.ts +2 -0
  84. package/types/FieldTypes/locationField.partial.d.ts +19 -0
  85. package/types/FieldTypes/locationFieldComponents.d.ts +78 -0
  86. package/types/FieldTypes/ratingField.partial.d.ts +2 -1
  87. package/types/FieldTypes/reminderTypesFieldComponents.d.ts +0 -2
  88. package/types/FieldTypes/securityRoleField.partial.d.ts +13 -0
  89. package/types/FieldTypes/securityRoleFieldComponents.d.ts +35 -0
  90. package/types/FieldTypes/systemCommunicationField.partial.d.ts +13 -0
  91. package/types/FieldTypes/systemCommunicationFieldComponents.d.ts +52 -0
  92. package/types/FieldTypes/universalItemFieldComponents.d.ts +27 -0
  93. package/types/FieldTypes/universalItemPickerField.partial.d.ts +15 -0
  94. package/types/FieldTypes/universalItemPickerFieldComponents.d.ts +79 -0
  95. package/types/FieldTypes/universalItemSearchPickerField.partial.d.ts +13 -0
  96. package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +76 -0
  97. package/types/FieldTypes/universalItemTreePickerField.partial.d.ts +15 -0
  98. package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +119 -0
  99. package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
  100. package/types/FieldTypes/workflowTypeField.partial.d.ts +11 -0
  101. package/types/FieldTypes/workflowTypeFieldComponents.d.ts +35 -0
  102. package/types/SystemGuids/attribute.d.ts +2 -0
  103. package/types/SystemGuids/blockType.d.ts +2 -0
  104. package/types/SystemGuids/definedType.d.ts +9 -0
  105. package/types/SystemGuids/definedValue.d.ts +8 -0
  106. package/types/SystemGuids/entityType.d.ts +12 -0
  107. package/types/SystemGuids/serviceJob.d.ts +2 -2
  108. package/types/Templates/detailBlock.d.ts +21 -4
  109. package/types/Templates/rockBlock.partial.d.ts +8 -0
  110. package/types/Types/Core/personPreferences.d.ts +19 -0
  111. package/types/Types/fieldType.d.ts +38 -12
  112. package/types/Utility/address.d.ts +1 -0
  113. package/types/Utility/block.d.ts +63 -4
  114. package/types/Utility/numberUtils.d.ts +2 -1
  115. package/types/Utility/stringUtils.d.ts +12 -3
  116. package/types/Utility/treeItemProviders.d.ts +15 -1
  117. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/attributeFilterBag.d.ts +1 -1
  118. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/availableContentSourceBag.d.ts +1 -1
  119. package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentSourceBag.d.ts +3 -3
  120. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +9 -0
  121. package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultSourceBag.d.ts +1 -1
  122. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerDownloadItemBag.d.ts +3 -2
  123. package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemBag.d.ts +1 -1
  124. package/types/ViewModels/Blocks/Cms/PageRouteList/pageRouteListOptionsBag.d.ts +30 -0
  125. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetBag.d.ts +3 -0
  126. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeBag.d.ts +3 -0
  127. package/types/ViewModels/Blocks/Core/Attributes/attributesOptionsBag.d.ts +43 -0
  128. package/types/ViewModels/Blocks/Core/AuditList/auditListOptionsBag.d.ts +30 -0
  129. package/types/ViewModels/Blocks/Core/CampusDetail/campusScheduleBag.d.ts +1 -1
  130. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +49 -0
  131. package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueListOptionsBag.d.ts +40 -0
  132. package/types/ViewModels/{Controls/rockCacheability.d.ts → Blocks/Core/RestActionList/restActionListOptionsBag.d.ts} +7 -15
  133. package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +25 -0
  134. package/types/ViewModels/Blocks/Core/ScheduledJobList/scheduledJobListOptionsBag.d.ts +26 -0
  135. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +1 -1
  136. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationPersonBag.d.ts +3 -2
  137. package/types/ViewModels/Blocks/Crm/PersonMergeRequestList/personMergeRequestListOptionsBag.d.ts +26 -0
  138. package/types/ViewModels/Blocks/Engagement/AchievementTypeList/achievementTypeListOptionsBag.d.ts +27 -0
  139. package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +26 -0
  140. package/types/ViewModels/Blocks/{Tv/AppleTvPageDetail/rockCacheabilityBag.d.ts → Engagement/SignUp/SignUpFinder/getAvailableCampusesBag.d.ts} +6 -10
  141. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsBag.d.ts +6 -0
  142. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsOptionsBag.d.ts +3 -0
  143. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +7 -0
  144. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegistrantBag.d.ts +6 -0
  145. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +89 -0
  146. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +33 -0
  147. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramWorkflowTriggerBag.d.ts +51 -0
  148. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +45 -0
  149. package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeBag.d.ts +4 -2
  150. package/types/ViewModels/Blocks/Event/EventItemDetail/eventCalendarItemAttributeBag.d.ts +1 -1
  151. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionBag.d.ts +1 -1
  152. package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceScheduleBag.d.ts +1 -1
  153. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +54 -0
  154. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrarBag.d.ts +42 -0
  155. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryArgsBag.d.ts +56 -0
  156. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryCostSummaryBag.d.ts +45 -0
  157. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +39 -0
  158. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeBag.d.ts +49 -0
  159. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeItemBag.d.ts +42 -0
  160. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormBag.d.ts +30 -0
  161. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormFieldBag.d.ts +65 -0
  162. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +203 -0
  163. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryLineItemBag.d.ts +45 -0
  164. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryPaymentPlanBag.d.ts +39 -0
  165. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySessionBag.d.ts +71 -0
  166. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySignatureDocumentBag.d.ts +46 -0
  167. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +37 -0
  168. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryVisibilityBag.d.ts +34 -0
  169. package/types/ViewModels/Blocks/Event/RegistrationEntry/sessionRenewalResultBag.d.ts +31 -0
  170. package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +39 -0
  171. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactBag.d.ts +30 -0
  172. package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactListOptionsBag.d.ts +26 -0
  173. package/types/ViewModels/Blocks/Finance/BusinessDetail/searchKeyBag.d.ts +1 -1
  174. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchBag.d.ts +2 -1
  175. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +4 -0
  176. package/types/ViewModels/Blocks/Finance/FinancialBatchList/financialBatchListOptionsBag.d.ts +4 -0
  177. package/types/ViewModels/Blocks/Finance/SavedAccountList/savedAccountListOptionsBag.d.ts +26 -0
  178. package/types/ViewModels/Blocks/Fundraising/FundraisingDonationList/fundraisingDonationListOptionsBag.d.ts +40 -0
  179. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonRequestBag.d.ts +2 -2
  180. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAttendanceBag.d.ts +1 -1
  181. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetAttendanceRequestBag.d.ts +1 -1
  182. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailInitializationBox.d.ts +1 -1
  183. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailMarkAttendanceRequestBag.d.ts +1 -1
  184. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateAttendanceOccurrenceTypeRequestBag.d.ts +2 -2
  185. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateDidNotOccurRequestBag.d.ts +1 -1
  186. package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateNotesRequestBag.d.ts +1 -1
  187. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/assignmentScheduleAndLocationBag.d.ts +1 -1
  188. package/types/ViewModels/Blocks/Group/GroupSchedulePreference/preferencePageContentBag.d.ts +1 -1
  189. package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupDataBag.d.ts +3 -3
  190. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/deleteAssignmentRequestBag.d.ts +2 -2
  191. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getAssignmentOptionsRequestBag.d.ts +2 -2
  192. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSchedulePreferencesRequestBag.d.ts +1 -1
  193. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSignUpsRequestBag.d.ts +1 -1
  194. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/groupBag.d.ts +1 -1
  195. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +2 -2
  196. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentRequestBag.d.ts +3 -3
  197. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveDeclineReasonRequestBag.d.ts +2 -2
  198. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSchedulePreferenceRequestBag.d.ts +2 -2
  199. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +4 -4
  200. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +1 -1
  201. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveUnavailabilityRequestBag.d.ts +1 -1
  202. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceAssignmentBag.d.ts +1 -1
  203. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/scheduleRowBag.d.ts +1 -1
  204. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +1 -1
  205. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceLocationBag.d.ts +1 -1
  206. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerResourceSettingsBag.d.ts +2 -1
  207. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSendNowResponseBag.d.ts +3 -3
  208. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUnassignedResourceCountBag.d.ts +1 -1
  209. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversation/conversationDetailBag.d.ts +1 -1
  210. package/types/ViewModels/Blocks/Mobile/Communication/SmsConversationList/phoneNumberBag.d.ts +1 -1
  211. package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +25 -0
  212. package/types/ViewModels/Blocks/Reporting/MergeTemplateList/mergeTemplateListOptionsBag.d.ts +30 -0
  213. package/types/ViewModels/{Utility/timeInterval.d.ts → Blocks/Reporting/ReportList/reportListOptionsBag.d.ts} +8 -10
  214. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +29 -0
  215. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDonationBag.d.ts +34 -0
  216. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +37 -0
  217. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDataBag.d.ts +37 -0
  218. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDetailsBag.d.ts +58 -0
  219. package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerositySetupBag.d.ts +40 -0
  220. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPersonInfoBag.d.ts +2 -1
  221. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPhoneNumberBag.d.ts +1 -1
  222. package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/timeIntervalBag.d.ts +3 -1
  223. package/types/ViewModels/Blocks/detailBlockBox.d.ts +11 -0
  224. package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +1 -1
  225. package/types/ViewModels/Cms/obsidianBlockPreferencesBag.d.ts +6 -0
  226. package/types/ViewModels/Communication/conversationMessageBag.d.ts +1 -1
  227. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationOptionsBag.d.ts +1 -1
  228. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +12 -6
  229. package/types/ViewModels/Controls/rockCacheabilityBag.d.ts +2 -1
  230. package/types/ViewModels/Controls/universalItemSearchPickerItemBag.d.ts +63 -0
  231. package/types/ViewModels/Core/Grid/attributeFieldDefinitionBag.d.ts +1 -1
  232. package/types/ViewModels/Engagement/achievementCompletedMessageBag.d.ts +3 -3
  233. package/types/ViewModels/Event/InteractiveExperiences/actionRenderConfigurationBag.d.ts +1 -1
  234. package/types/ViewModels/Event/InteractiveExperiences/visualizerRenderConfigurationBag.d.ts +1 -1
  235. package/types/ViewModels/Event/attendanceOccurrenceUpdatedMessageBag.d.ts +1 -1
  236. package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +5 -4
  237. package/types/ViewModels/Reporting/fieldFilterGroupBag.d.ts +1 -1
  238. package/types/ViewModels/Reporting/fieldFilterRuleBag.d.ts +1 -1
  239. package/types/ViewModels/Reporting/fieldFilterSourceBag.d.ts +1 -1
  240. package/types/ViewModels/Rest/Controls/accountPickerGetChildrenOptionsBag.d.ts +1 -1
  241. package/types/ViewModels/Rest/Controls/auditDetailGetAuditDetailsOptionsBag.d.ts +1 -1
  242. package/types/ViewModels/Rest/Controls/badgeListGetBadgesOptionsBag.d.ts +1 -1
  243. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +1 -1
  244. package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesResultsBag.d.ts +1 -1
  245. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +1 -1
  246. package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeOptionsBag.d.ts +1 -1
  247. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemOptionsBag.d.ts +1 -1
  248. package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetContentChannelItemsOptionsBag.d.ts +1 -1
  249. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts +33 -0
  250. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoResultsBag.d.ts +31 -0
  251. package/types/ViewModels/Rest/Controls/definedValuePickerGetAttributesOptionsBag.d.ts +1 -1
  252. package/types/ViewModels/Rest/Controls/definedValuePickerGetDefinedValuesOptionsBag.d.ts +1 -1
  253. package/types/ViewModels/Rest/Controls/definedValuePickerSaveNewValueOptionsBag.d.ts +1 -1
  254. package/types/ViewModels/Rest/Controls/entityTagListAddEntityTagOptionsBag.d.ts +1 -1
  255. package/types/ViewModels/Rest/Controls/entityTagListCreatePersonalTagOptionsBag.d.ts +1 -1
  256. package/types/ViewModels/Rest/Controls/entityTagListGetAvailableTagsOptionsBag.d.ts +1 -1
  257. package/types/ViewModels/Rest/Controls/entityTagListGetEntityTagsOptionsBag.d.ts +1 -1
  258. package/types/ViewModels/Rest/Controls/entityTagListRemoveEntityTagOptionsBag.d.ts +1 -1
  259. package/types/ViewModels/Rest/Controls/entityTagListSaveTagValuesOptionsBag.d.ts +1 -1
  260. package/types/ViewModels/Rest/Controls/entityTagListTagBag.d.ts +1 -1
  261. package/types/ViewModels/Rest/Controls/followingGetFollowingOptionsBag.d.ts +1 -1
  262. package/types/ViewModels/Rest/Controls/followingSetFollowingOptionsBag.d.ts +1 -1
  263. package/types/ViewModels/Rest/Controls/geoPickerGetGoogleMapSettingsOptionsBag.d.ts +1 -1
  264. package/types/ViewModels/Rest/Controls/geoPickerGetSettingsOptionsBag.d.ts +1 -1
  265. package/types/ViewModels/Rest/Controls/groupAndRolePickerGetRolesOptionsBag.d.ts +1 -1
  266. package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleOptionsBag.d.ts +1 -1
  267. package/types/ViewModels/Rest/Controls/groupRolePickerGetGroupRolesOptionsBag.d.ts +1 -1
  268. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupTypeOfGroupOptionsBag.d.ts +1 -1
  269. package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupsOptionsBag.d.ts +1 -1
  270. package/types/ViewModels/Rest/Controls/interactionChannelInteractionComponentPickerGetChannelFromComponentOptionsBag.d.ts +1 -1
  271. package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +2 -2
  272. package/types/ViewModels/Rest/Controls/locationListGetLocationsOptionsBag.d.ts +2 -2
  273. package/types/ViewModels/Rest/Controls/locationListSaveNewLocationOptionsBag.d.ts +2 -2
  274. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaElementsOptionsBag.d.ts +1 -1
  275. package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaFoldersOptionsBag.d.ts +1 -1
  276. package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +1 -1
  277. package/types/ViewModels/Rest/Controls/pagePickerGetPageNameOptionsBag.d.ts +1 -1
  278. package/types/ViewModels/Rest/Controls/pagePickerGetPageRoutesOptionsBag.d.ts +1 -1
  279. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationInstancesOptionsBag.d.ts +1 -1
  280. package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationTemplateForInstanceOptionsBag.d.ts +1 -1
  281. package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountOptionsBag.d.ts +1 -1
  282. package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +34 -0
  283. package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +49 -0
  284. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowTypeForWorkflowOptionsBag.d.ts +1 -1
  285. package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowsOptionsBag.d.ts +1 -1
  286. package/types/ViewModels/Rest/Utilities/currencyInfoBag.d.ts +34 -0
  287. package/types/ViewModels/Utility/currencyInfoBag.d.ts +34 -0
  288. package/types/ViewModels/Utility/publicAttributeBag.d.ts +2 -2
  289. package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +1 -1
  290. package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +9 -0
  291. package/types/ViewModels/Utility/timeIntervalBag.d.ts +3 -1
  292. package/types/ViewModels/Utility/treeItemBag.d.ts +7 -0
  293. package/types/ViewModels/entity.d.ts +1 -1
package/package.json CHANGED
@@ -3,12 +3,13 @@
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.3-rc.3",
11
+ "version": "1.16.5-rc.1",
11
12
  "peerDependencies": {
12
- "vue": "^3.2.35"
13
+ "vue": "3.2.35"
13
14
  }
14
15
  }
@@ -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;
@@ -31,6 +31,16 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: PropType<string>;
32
32
  required: false;
33
33
  };
34
+ /** Determines if the count message is visible. */
35
+ isCountMessageVisible: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ /** Determines if the search box is visible. */
40
+ isSearchVisible: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
34
44
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
45
  "update:quickFilterValue": (value: string) => void;
36
46
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,6 +74,16 @@ declare const _default: import("vue").DefineComponent<{
64
74
  type: PropType<string>;
65
75
  required: false;
66
76
  };
77
+ /** Determines if the count message is visible. */
78
+ isCountMessageVisible: {
79
+ type: PropType<boolean>;
80
+ default: boolean;
81
+ };
82
+ /** Determines if the search box is visible. */
83
+ isSearchVisible: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
67
87
  }>> & {
68
88
  "onUpdate:quickFilterValue"?: ((value: string) => any) | undefined;
69
89
  }, {
@@ -72,5 +92,7 @@ declare const _default: import("vue").DefineComponent<{
72
92
  })[];
73
93
  quickFilterValue: string;
74
94
  visibleColumnCount: number;
95
+ isCountMessageVisible: boolean;
96
+ isSearchVisible: boolean;
75
97
  }>;
76
98
  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
@@ -253,6 +271,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
253
271
  type: PropType<(key: string) => void | Promise<void>>;
254
272
  required: false;
255
273
  };
274
+ /**
275
+ * When `true`, the row count message will be displayed. When `false`,
276
+ * the row count message will be hidden.
277
+ */
278
+ isCountMessageVisible: {
279
+ type: PropType<boolean>;
280
+ default: boolean;
281
+ };
282
+ /**
283
+ * When `true`, the search box will be displayed. When `false`, the
284
+ * search box will be hidden.
285
+ */
286
+ isSearchVisible: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
256
290
  }, {
257
291
  deleteRow: (keyOrIndex: string | number) => void;
258
292
  rowUpdated: (keyOrIndex: string | number) => void;
@@ -351,7 +385,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
351
385
  * The unique identifier of the entity type that the rows represent.
352
386
  */
353
387
  entityTypeGuid: {
354
- type: PropType<string>;
388
+ type: PropType<string | undefined>;
355
389
  required: false;
356
390
  };
357
391
  /**
@@ -436,6 +470,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
436
470
  type: PropType<boolean | undefined>;
437
471
  default: undefined;
438
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
+ };
439
491
  /**
440
492
  * Any fields that should be included when sending a communication. If
441
493
  * a column name matches the field name then the formatted value of
@@ -514,12 +566,32 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
514
566
  type: PropType<(key: string) => void | Promise<void>>;
515
567
  required: false;
516
568
  };
569
+ /**
570
+ * When `true`, the row count message will be displayed. When `false`,
571
+ * the row count message will be hidden.
572
+ */
573
+ isCountMessageVisible: {
574
+ type: PropType<boolean>;
575
+ default: boolean;
576
+ };
577
+ /**
578
+ * When `true`, the search box will be displayed. When `false`, the
579
+ * search box will be hidden.
580
+ */
581
+ isSearchVisible: {
582
+ type: BooleanConstructor;
583
+ default: boolean;
584
+ };
517
585
  }>> & {
518
586
  onFilteredRowsChanged?: ((grid: IGridState) => any) | undefined;
519
587
  onSelectedKeysChanged?: ((grid: IGridState) => any) | undefined;
520
588
  onGridSettingsClick?: (() => any) | undefined;
521
589
  }, {
522
590
  light: boolean;
591
+ markInactiveRows: boolean;
592
+ rowClass: string | ((row: Record<string, unknown>) => string);
593
+ isCountMessageVisible: boolean;
594
+ isSearchVisible: boolean;
523
595
  stickyHeader: boolean;
524
596
  personAsBusiness: boolean;
525
597
  mergeTemplateAsPerson: 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;
@@ -1,5 +1,6 @@
1
1
  import { PropType } from "vue";
2
2
  import { TreeItemBag } from "@Obsidian/ViewModels/Utility/treeItemBag";
3
+ import { ITreeItemProvider } from "@Obsidian/Utility/treeItemProviders";
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  modelValue: {
5
6
  type: PropType<string[]>;
@@ -17,6 +18,9 @@ declare const _default: import("vue").DefineComponent<{
17
18
  type: PropType<boolean>;
18
19
  default: boolean;
19
20
  };
21
+ provider: {
22
+ type: PropType<ITreeItemProvider>;
23
+ };
20
24
  /**
21
25
  * Automatically open to show children if a selected value is a child of this item
22
26
  */
@@ -52,6 +56,9 @@ declare const _default: import("vue").DefineComponent<{
52
56
  type: PropType<boolean>;
53
57
  default: boolean;
54
58
  };
59
+ provider: {
60
+ type: PropType<ITreeItemProvider>;
61
+ };
55
62
  /**
56
63
  * Automatically open to show children if a selected value is a child of this item
57
64
  */
@@ -0,0 +1,53 @@
1
+ import { PropType } from "vue";
2
+ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: PropType<ListItemBag | null>;
6
+ required: false;
7
+ };
8
+ iconCssClass: {
9
+ type: PropType<string>;
10
+ required: false;
11
+ };
12
+ areDetailsAlwaysVisible: {
13
+ type: PropType<boolean>;
14
+ default: boolean;
15
+ };
16
+ isIncludeInactiveVisible: {
17
+ type: PropType<boolean>;
18
+ default: boolean;
19
+ };
20
+ searchUrl: {
21
+ type: PropType<string>;
22
+ required: false;
23
+ };
24
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ "update:modelValue": (value: ListItemBag | null) => void;
26
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ modelValue: {
28
+ type: PropType<ListItemBag | null>;
29
+ required: false;
30
+ };
31
+ iconCssClass: {
32
+ type: PropType<string>;
33
+ required: false;
34
+ };
35
+ areDetailsAlwaysVisible: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ isIncludeInactiveVisible: {
40
+ type: PropType<boolean>;
41
+ default: boolean;
42
+ };
43
+ searchUrl: {
44
+ type: PropType<string>;
45
+ required: false;
46
+ };
47
+ }>> & {
48
+ "onUpdate:modelValue"?: ((value: ListItemBag | null) => any) | undefined;
49
+ }, {
50
+ areDetailsAlwaysVisible: boolean;
51
+ isIncludeInactiveVisible: boolean;
52
+ }>;
53
+ export default _default;
@@ -0,0 +1,28 @@
1
+ import { PropType } from "vue";
2
+ import { UniversalItemSearchPickerItemBag } from "@Obsidian/ViewModels/Controls/universalItemSearchPickerItemBag";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ result: {
5
+ type: PropType<UniversalItemSearchPickerItemBag>;
6
+ required: true;
7
+ };
8
+ areDetailsAlwaysVisible: {
9
+ type: PropType<boolean>;
10
+ default: boolean;
11
+ };
12
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ select: (value: UniversalItemSearchPickerItemBag) => void;
14
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ result: {
16
+ type: PropType<UniversalItemSearchPickerItemBag>;
17
+ required: true;
18
+ };
19
+ areDetailsAlwaysVisible: {
20
+ type: PropType<boolean>;
21
+ default: boolean;
22
+ };
23
+ }>> & {
24
+ onSelect?: ((value: UniversalItemSearchPickerItemBag) => any) | undefined;
25
+ }, {
26
+ areDetailsAlwaysVisible: boolean;
27
+ }>;
28
+ 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;
@@ -13,8 +13,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
13
13
  };
14
14
  rules: import("@Obsidian/ValidationRules").RulesPropType;
15
15
  formGroupClasses: {
16
+ /**
17
+ * Initial items is used to make sure that our currently selected value
18
+ * is considered valid and not erased automatically before our real
19
+ * list of items is available.
20
+ */
16
21
  type: PropType<string>;
17
- default: "";
22
+ default: ""; /**
23
+ * Initial items is used to make sure that our currently selected value
24
+ * is considered valid and not erased automatically before our real
25
+ * list of items is available.
26
+ */
18
27
  };
19
28
  validationTitle: {
20
29
  type: PropType<string>;
@@ -48,6 +57,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
48
57
  type: PropType<PickerDisplayStyle>;
49
58
  default: "auto";
50
59
  };
60
+ /**
61
+ * Loads the items from the propery and sets the loadedItems value. This
62
+ * function handles the cases of items property being either a Promise or
63
+ * a Function and all the necessary deconstruction.
64
+ */
51
65
  columnCount: {
52
66
  type: PropType<number>;
53
67
  default: 0;
@@ -82,8 +96,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
82
96
  };
83
97
  rules: import("@Obsidian/ValidationRules").RulesPropType;
84
98
  formGroupClasses: {
99
+ /**
100
+ * Initial items is used to make sure that our currently selected value
101
+ * is considered valid and not erased automatically before our real
102
+ * list of items is available.
103
+ */
85
104
  type: PropType<string>;
86
- default: "";
105
+ default: ""; /**
106
+ * Initial items is used to make sure that our currently selected value
107
+ * is considered valid and not erased automatically before our real
108
+ * list of items is available.
109
+ */
87
110
  };
88
111
  validationTitle: {
89
112
  type: PropType<string>;
@@ -117,6 +140,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
140
  type: PropType<PickerDisplayStyle>;
118
141
  default: "auto";
119
142
  };
143
+ /**
144
+ * Loads the items from the propery and sets the loadedItems value. This
145
+ * function handles the cases of items property being either a Promise or
146
+ * a Function and all the necessary deconstruction.
147
+ */
120
148
  columnCount: {
121
149
  type: PropType<number>;
122
150
  default: 0;