@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.
- package/LICENSE.md +55 -55
- package/package.json +2 -1
- package/tsconfig.base.json +4 -2
- package/types/Controls/Grid/dataRow.partial.obs.d.ts +17 -0
- package/types/Controls/Grid/dataRows.partial.obs.d.ts +38 -0
- package/types/Controls/Grid/grid.partial.obs.d.ts +40 -2
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +38 -0
- package/types/Controls/attributeEditor.obs.d.ts +2 -5
- package/types/Controls/auditDetail.obs.d.ts +4 -4
- package/types/Controls/badgeComponentPicker.obs.d.ts +6 -7
- package/types/Controls/badgeList.obs.d.ts +2 -2
- package/types/Controls/badgePicker.obs.d.ts +7 -7
- package/types/Controls/baseAsyncPicker.obs.d.ts +20 -2
- package/types/Controls/binaryFilePicker.obs.d.ts +2 -2
- package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +11 -13
- package/types/Controls/campusPicker.obs.d.ts +6 -6
- package/types/Controls/categoryPicker.obs.d.ts +6 -6
- package/types/Controls/componentPicker.obs.d.ts +3 -3
- package/types/Controls/contentChannelItemPicker.obs.d.ts +17 -13
- package/types/Controls/currencyBox.obs.d.ts +2 -5
- package/types/Controls/dataViewPicker.obs.d.ts +2 -2
- package/types/Controls/definedValuePicker.obs.d.ts +2 -2
- package/types/Controls/following.obs.d.ts +2 -2
- package/types/Controls/groupAndRolePicker.obs.d.ts +8 -4
- package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
- package/types/Controls/groupRolePicker.obs.d.ts +15 -17
- package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
- package/types/Controls/locationList.obs.d.ts +12 -12
- package/types/Controls/locationPicker.obs.d.ts +76 -5
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/noteTextEditor.obs.d.ts +2 -6
- package/types/Controls/pagePicker.obs.d.ts +2 -2
- package/types/Controls/phoneNumberBox.obs.d.ts +2 -2
- package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +2 -2
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +7 -7
- package/types/Controls/registryEntry.obs.d.ts +8 -2
- package/types/Controls/reminderTypePicker.obs.d.ts +2 -2
- package/types/Controls/reportPicker.obs.d.ts +3 -3
- package/types/Controls/rockField.obs.d.ts +9 -0
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -4
- package/types/Controls/stepStatusPicker.obs.d.ts +5 -5
- package/types/Controls/stepTypePicker.obs.d.ts +5 -5
- package/types/Controls/structuredContentEditor.obs.d.ts +0 -8
- package/types/Controls/tagList.obs.d.ts +4 -4
- package/types/Controls/valueList.obs.d.ts +2 -2
- package/types/Controls/workflowBasePicker.obs.d.ts +5 -5
- package/types/Core/Core/personPreferences.d.ts +10 -0
- package/types/Enums/Controls/locationPickerMode.d.ts +20 -0
- package/types/Enums/Lms/assignTo.d.ts +11 -0
- package/types/Enums/Lms/availableDateCalculationMethod.d.ts +17 -0
- package/types/Enums/Lms/completionStatus.d.ts +13 -0
- package/types/Enums/Lms/configurationMode.d.ts +11 -0
- package/types/Enums/Lms/dueDateCalculationMethod.d.ts +15 -0
- package/types/Enums/Lms/learningCompletionStatus.d.ts +13 -0
- package/types/Enums/Lms/requirementType.d.ts +13 -0
- package/types/FieldTypes/campusesFieldComponents.d.ts +4 -2
- package/types/FieldTypes/categoriesFieldComponents.d.ts +1 -1
- package/types/FieldTypes/categorizedDefinedValueFieldComponents.d.ts +1 -1
- package/types/FieldTypes/categoryFieldComponents.d.ts +1 -1
- package/types/FieldTypes/colorSelectorComponents.d.ts +2 -16
- package/types/FieldTypes/colorSelectorField.partial.d.ts +1 -1
- package/types/FieldTypes/communicationPreferenceFieldComponents.d.ts +2 -16
- package/types/FieldTypes/communicationTemplateField.partial.d.ts +11 -0
- package/types/FieldTypes/communicationTemplateFieldComponents.d.ts +52 -0
- package/types/FieldTypes/emailField.partial.d.ts +1 -1
- package/types/FieldTypes/fieldType.d.ts +2 -2
- package/types/FieldTypes/fileField.partial.d.ts +2 -2
- package/types/FieldTypes/groupMemberFieldComponents.d.ts +1 -2
- package/types/FieldTypes/groupRoleFieldComponents.d.ts +1 -0
- package/types/FieldTypes/imageField.partial.d.ts +2 -2
- package/types/FieldTypes/imageFieldComponents.d.ts +1 -1
- package/types/FieldTypes/locationField.partial.d.ts +19 -0
- package/types/FieldTypes/locationFieldComponents.d.ts +78 -0
- package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +4 -4
- package/types/FieldTypes/ratingField.partial.d.ts +2 -1
- package/types/FieldTypes/ratingFieldComponents.d.ts +8 -0
- package/types/FieldTypes/reminderTypesFieldComponents.d.ts +0 -2
- package/types/FieldTypes/securityRoleField.partial.d.ts +13 -0
- package/types/FieldTypes/securityRoleFieldComponents.d.ts +35 -0
- package/types/FieldTypes/systemCommunicationField.partial.d.ts +13 -0
- package/types/FieldTypes/systemCommunicationFieldComponents.d.ts +52 -0
- package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +12 -4
- package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
- package/types/FieldTypes/workflowTypeField.partial.d.ts +11 -0
- package/types/FieldTypes/workflowTypeFieldComponents.d.ts +35 -0
- package/types/SystemGuids/attribute.d.ts +2 -0
- package/types/SystemGuids/blockType.d.ts +2 -0
- package/types/SystemGuids/definedType.d.ts +7 -0
- package/types/SystemGuids/definedValue.d.ts +6 -0
- package/types/SystemGuids/entityType.d.ts +12 -0
- package/types/SystemGuids/serviceJob.d.ts +2 -2
- package/types/Templates/detailBlock.d.ts +6 -4
- package/types/Types/Controls/autocomplete.d.ts +29 -29
- package/types/Types/Controls/datePartsPicker.d.ts +5 -5
- package/types/Types/Controls/dateRangePicker.d.ts +4 -4
- package/types/Types/Controls/dropDownMenu.d.ts +33 -33
- package/types/Types/Controls/geo.d.ts +58 -58
- package/types/Types/Controls/grid.d.ts +897 -897
- package/types/Types/Controls/itemsWithPreAndPostHtml.d.ts +5 -5
- package/types/Types/Controls/keyValueItem.d.ts +21 -21
- package/types/Types/Controls/numberRangeBox.d.ts +10 -10
- package/types/Types/Controls/numberUpDownGroup.d.ts +6 -6
- package/types/Types/Controls/panelAction.d.ts +47 -47
- package/types/Types/Controls/progressTracker.d.ts +6 -6
- package/types/Types/Controls/valueDetailListItem.d.ts +32 -32
- package/types/Types/Core/personPreferences.d.ts +120 -101
- package/types/Types/Reporting/comparisonValue.d.ts +28 -28
- package/types/Types/Utility/block.d.ts +42 -42
- package/types/Types/Utility/component.d.ts +29 -29
- package/types/Types/Utility/http.d.ts +40 -40
- package/types/Types/Utility/support.d.ts +26 -26
- package/types/Types/fieldType.d.ts +199 -194
- package/types/Types/index.d.ts +18 -18
- package/types/Types/validationRules.d.ts +44 -44
- package/types/Utility/address.d.ts +1 -0
- package/types/Utility/block.d.ts +51 -4
- package/types/Utility/stringUtils.d.ts +3 -3
- package/types/ViewModels/Blocks/Bus/QueueDetail/queueBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Bus/QueueDetail/queueDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationBag.d.ts +56 -56
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageAdaptationDetail/adaptiveMessageAdaptationDetailOptionsBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageBag.d.ts +69 -69
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageDetail/adaptiveMessageDetailOptionsBag.d.ts +27 -27
- package/types/ViewModels/Blocks/Cms/AdaptiveMessageList/adaptiveMessageListOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeBag.d.ts +66 -66
- package/types/ViewModels/Blocks/Cms/BlockTypeDetail/blockTypeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/attributeFilterBag.d.ts +62 -62
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/availableContentSourceBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionBag.d.ts +83 -83
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentCollectionDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentSourceBag.d.ts +83 -83
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/customFieldFilterBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/filterSettingsBag.d.ts +62 -62
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionInitializationBox.d.ts +79 -79
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/contentCollectionListItemBag.d.ts +47 -47
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +130 -121
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/filterOptionsBag.d.ts +41 -41
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchFilterBag.d.ts +49 -49
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchQueryBag.d.ts +52 -52
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultSourceBag.d.ts +54 -54
- package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeBag.d.ts +73 -73
- package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeDetailOptionsBag.d.ts +29 -29
- package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutBag.d.ts +53 -53
- package/types/ViewModels/Blocks/Cms/LayoutDetail/layoutDetailOptionsBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerDownloadItemBag.d.ts +40 -39
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerInitializationBox.d.ts +61 -61
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemBag.d.ts +91 -91
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemFiltersBag.d.ts +49 -49
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerValidationResultsBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +55 -55
- package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +79 -79
- package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderDetailOptionsBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteBag.d.ts +55 -55
- package/types/ViewModels/Blocks/Cms/PageRouteDetail/pageRouteDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Cms/PageRouteList/pageRouteListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +29 -29
- package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetBag.d.ts +106 -106
- package/types/ViewModels/Blocks/Cms/PersistedDatasetDetail/persistedDatasetDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Cms/PersonalLinkSectionDetail/personalLinkSectionDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Cms/SiteDetail/siteBag.d.ts +161 -161
- package/types/ViewModels/Blocks/Cms/SiteDetail/siteDetailOptionsBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Cms/SiteList/siteListOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +90 -90
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetBag.d.ts +64 -64
- package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetDetailOptionsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +87 -87
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberDetailOptionsBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Core/AssetStorageProviderDetail/assetStorageProviderDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/Attributes/attributesOptionsBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Core/AuditList/auditListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileBag.d.ts +70 -70
- package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +83 -83
- package/types/ViewModels/Blocks/Core/CampusDetail/campusDetailOptionsBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Core/CampusDetail/campusScheduleBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/CategoryDetail/categoryBag.d.ts +67 -67
- package/types/ViewModels/Blocks/Core/CategoryDetail/categoryDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsBag.d.ts +46 -46
- package/types/ViewModels/Blocks/Core/CategoryDetail/customSettingsOptionsBag.d.ts +29 -29
- package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueListOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeBag.d.ts +73 -73
- package/types/ViewModels/Blocks/Core/FollowingEventTypeDetail/followingEventTypeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelBag.d.ts +89 -89
- package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/LocationDetail/addressStandardizationResultBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +85 -85
- package/types/ViewModels/Blocks/Core/LocationDetail/locationDetailOptionsBag.d.ts +29 -29
- package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +82 -82
- package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Core/Notes/deleteNoteRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Core/Notes/editNoteRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Core/Notes/noteBag.d.ts +82 -82
- package/types/ViewModels/Blocks/Core/Notes/noteEditBag.d.ts +52 -52
- package/types/ViewModels/Blocks/Core/Notes/noteTypeBag.d.ts +60 -60
- package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +87 -87
- package/types/ViewModels/Blocks/Core/Notes/saveNoteRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Core/Notes/watchNoteRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessageActionResponseBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesRequestBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Core/NotificationMessageList/getMessagesResponseBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessageAsReadResponseBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Core/NotificationMessageList/markMessagesAsReadResponseBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageBag.d.ts +55 -55
- package/types/ViewModels/Blocks/Core/NotificationMessageList/notificationMessageListInitializationBox.d.ts +37 -37
- package/types/ViewModels/Blocks/Core/RestActionList/restActionListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleBag.d.ts +87 -87
- package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleDetailOptionsBag.d.ts +41 -41
- package/types/ViewModels/Blocks/Core/ScheduleDetail/scheduleExclusionBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Core/ScheduledJobList/scheduledJobListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobBag.d.ts +84 -84
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +32 -32
- package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateBag.d.ts +81 -81
- package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateDetailOptionsBag.d.ts +32 -32
- package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBag.d.ts +63 -63
- package/types/ViewModels/Blocks/Core/SuggestionDetail/suggestionDetailBox.d.ts +54 -54
- package/types/ViewModels/Blocks/Core/TagDetail/tagBag.d.ts +76 -76
- package/types/ViewModels/Blocks/Core/TagDetail/tagDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Crm/AssessmentList/assessmentListBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeBag.d.ts +69 -69
- package/types/ViewModels/Blocks/Crm/AssessmentTypeDetail/assessmentTypeDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Crm/BadgeDetail/badgeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeBag.d.ts +75 -75
- package/types/ViewModels/Blocks/Crm/DocumentTypeDetail/documentTypeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationCreateAccountRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDateAndTimeFieldBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationDatePickerFieldBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationFieldBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesRequestBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationGetScheduleDatesResponseBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +170 -170
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationPersonBag.d.ts +94 -93
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveRequestBag.d.ts +63 -63
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSaveResponseBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationScheduleDateBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationSmsOptInFieldBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Crm/PersonDetail/Badges/badgesConfigurationBox.d.ts +48 -48
- package/types/ViewModels/Blocks/Crm/PersonMergeRequestList/personMergeRequestListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Crm/PhotoOptOut/photoOptOutBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptBag.d.ts +73 -73
- package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Engagement/AchievementTypeList/achievementTypeListOptionsBag.d.ts +27 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendanceDetailInitializationBox.d.ts +45 -45
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpAttendanceDetail/signUpAttendeeBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpDetail/signUpDetailInitializationBox.d.ts +40 -40
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/getAvailableCampusesBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsBag.d.ts +106 -106
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsOptionsBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderInitializationBox.d.ts +85 -85
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderResultsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderSelectedFiltersBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +73 -73
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterRequestBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterResponseBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegistrantBag.d.ts +73 -73
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +89 -86
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +33 -36
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramWorkflowTriggerBag.d.ts +51 -51
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowInitializationBox.d.ts +51 -51
- package/types/ViewModels/Blocks/Engagement/StreakDetail/streakBag.d.ts +69 -69
- package/types/ViewModels/Blocks/Engagement/StreakDetail/streakDetailOptionsBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeBag.d.ts +98 -96
- package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeDetailOptionsBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionDetail/streakTypeExclusionDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventAttributeBag.d.ts +32 -32
- package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarBag.d.ts +66 -66
- package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarDetailOptionsBag.d.ts +29 -29
- package/types/ViewModels/Blocks/Event/EventItemDetail/eventCalendarItemAttributeBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemBag.d.ts +89 -89
- package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemOccurenceAttributeBag.d.ts +32 -32
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManager/experienceManagerInitializationBox.d.ts +72 -72
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceManagerOccurrences/experienceManagerOccurrencesInitializationBox.d.ts +48 -48
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/experienceVisualizerInitializationBox.d.ts +43 -43
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/ExperienceVisualizer/visualizerOccurrenceBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionBag.d.ts +61 -61
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionTypeBag.d.ts +67 -67
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceBag.d.ts +155 -155
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceDetailOptionsBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceScheduleBag.d.ts +55 -55
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceVisualizerTypeBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperience/liveExperienceInitializationBox.d.ts +57 -57
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/LiveExperienceOccurrences/liveExperienceOccurrencesInitializationBox.d.ts +49 -49
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +54 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrarBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryArgsBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryCostSummaryBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeItemBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormFieldBag.d.ts +65 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +203 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryLineItemBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryPaymentPlanBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySessionBag.d.ts +71 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySignatureDocumentBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryVisibilityBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/sessionRenewalResultBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Event/RegistrationListLavaBox.d.ts +43 -43
- package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailBag.d.ts +86 -86
- package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailOptionsBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Finance/BusinessDetail/searchKeyBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchAccountTotalsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchBag.d.ts +88 -87
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchCurrencyTotalsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +62 -62
- package/types/ViewModels/Blocks/Finance/FinancialBatchList/financialBatchListOptionsBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Finance/FinancialBatchList/setBulkBatchStatusResponseBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayBag.d.ts +63 -63
- package/types/ViewModels/Blocks/Finance/FinancialGatewayDetail/financialGatewayDetailOptionsBag.d.ts +26 -26
- package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeBag.d.ts +60 -60
- package/types/ViewModels/Blocks/Finance/FinancialPledgeDetail/financialPledgeDetailOptionsBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryBag.d.ts +84 -84
- package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryOptionsBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Finance/SavedAccountList/savedAccountListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Fundraising/FundraisingDonationList/fundraisingDonationListOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonResponseBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAttendanceBag.d.ts +51 -51
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetAttendanceRequestBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationScheduleDatesRequestBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationSchedulesRequestBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetGroupLocationsRequestBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetOrCreateRequestBag.d.ts +55 -55
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailInitializationBox.d.ts +164 -164
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailMarkAttendanceRequestBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterRequestBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailPrintRosterResponseBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateAttendanceOccurrenceTypeRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateDidNotOccurRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateNotesRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBag.d.ts +65 -65
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +77 -77
- package/types/ViewModels/Blocks/Group/GroupSchedulePreference/assignmentScheduleAndLocationBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Group/GroupSchedulePreference/preferencePageContentBag.d.ts +44 -44
- package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupDataBag.d.ts +60 -60
- package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/confirmDeclineBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Group/GroupScheduleToolbox/contentBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Group/GroupScheduleUnavailability/contentBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/assignmentOptionsBag.d.ts +50 -50
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/currentScheduleBag.d.ts +47 -47
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/deleteAssignmentRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getAssignmentOptionsRequestBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSchedulePreferencesRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSignUpsRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/groupBag.d.ts +39 -39
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/initializationBox.d.ts +92 -92
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionResponseBag.d.ts +52 -52
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentRequestBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentResponseBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveDeclineReasonRequestBag.d.ts +46 -46
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSchedulePreferenceRequestBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +41 -41
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveUnavailabilityRequestBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceAssignmentBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceBag.d.ts +44 -44
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferencesBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/scheduleRowBag.d.ts +62 -62
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +61 -61
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceLocationBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpsBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupScheduleOccurrenceBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerAppliedFiltersBag.d.ts +41 -41
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerApplyResourceSettingsBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSchedulesResponseBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerCloneSettingsBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerFiltersBag.d.ts +51 -51
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerGetPreferencesBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerInitializationBox.d.ts +45 -45
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerLocationsBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerOccurrenceBag.d.ts +79 -79
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferenceBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerPreferencesBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerResourceSettingsBag.d.ts +44 -43
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSchedulesBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSendNowResponseBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUnassignedResourceCountBag.d.ts +48 -48
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUpdatePreferenceBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Group/landingPageContentBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBag.d.ts +65 -65
- package/types/ViewModels/Blocks/Groups/GroupRegistration/groupRegistrationBlockBox.d.ts +65 -65
- package/types/ViewModels/Blocks/Mobile/Communication/SmsConversation/conversationDetailBag.d.ts +56 -56
- package/types/ViewModels/Blocks/Mobile/Communication/SmsConversationList/phoneNumberBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestBag.d.ts +90 -90
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailAddPersonResponseBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Prayer/PrayerRequestDetail/prayerRequestDetailOptionsBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +140 -140
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +66 -66
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateBag.d.ts +70 -70
- package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Reporting/MergeTemplateDetail/mergeTemplateFileValidationBag.d.ts +35 -35
- package/types/ViewModels/Blocks/Reporting/MergeTemplateList/mergeTemplateListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/ReportList/reportListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsRequestBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetMetricsResponseBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetServiceTimesRequestBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryGetWeekendDatesRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryInitializationBox.d.ts +60 -60
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricCategoryBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntryMetricItemBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Reporting/ServiceMetricsEntry/serviceMetricsEntrySaveRequestBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDonationBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDetailsBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerositySetupBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryAccountInfoBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryCompletedStepBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryConfirmationSentStepBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonItemBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryDuplicatePersonSelectionStepBag.d.ts +33 -33
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryExistingAccountStepBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryForgotUsernameRequestBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryInitializationBox.d.ts +107 -107
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPasswordlessConfirmationSentStepBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPersonInfoBag.d.ts +62 -61
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPhoneNumberBag.d.ts +51 -51
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterRequestBox.d.ts +46 -46
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryRegisterResponseBox.d.ts +50 -50
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAccountConfirmationViewOptionsBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountActionNamesBag.d.ts +40 -40
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertControlBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountAlertViewOptionsBag.d.ts +30 -30
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountChangePasswordViewOptionsBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountConfirmRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountContentViewOptionsBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteConfirmationViewOptionsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountDeleteRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountInitializationBox.d.ts +46 -46
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowChangePasswordViewRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountShowDeleteConfirmationRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ConfirmAccount/confirmAccountViewBox.d.ts +68 -68
- package/types/ViewModels/Blocks/Security/ForgotUserName/changePasswordNotSupportedResultBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameCaptionsBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameInitializationBox.d.ts +45 -45
- package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsRequestBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/ForgotUserName/forgotUserNameSendInstructionsResultBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Security/Login/credentialLoginMfaBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/Login/credentialLoginRequestBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Security/Login/credentialLoginResponseBag.d.ts +45 -45
- package/types/ViewModels/Blocks/Security/Login/externalAuthenticationButtonBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Security/Login/loginInitializationBox.d.ts +114 -114
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginAutoVerifyOptionsBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginMfaBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginOptionsBag.d.ts +46 -46
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartRequestBag.d.ts +46 -46
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginStartResponseBag.d.ts +34 -34
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyOptionsBag.d.ts +42 -42
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyRequestBag.d.ts +37 -37
- package/types/ViewModels/Blocks/Security/Login/passwordlessLoginVerifyResponseBag.d.ts +49 -49
- package/types/ViewModels/Blocks/Security/Login/remoteLoginStartRequestBag.d.ts +31 -31
- package/types/ViewModels/Blocks/Security/Login/remoteLoginStartResponseBag.d.ts +28 -28
- package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyBag.d.ts +51 -51
- package/types/ViewModels/Blocks/Security/RestKeyDetail/restKeyDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppBag.d.ts +72 -72
- package/types/ViewModels/Blocks/Tv/AppleTvAppDetail/appleTvAppDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageBag.d.ts +57 -57
- package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/appleTvPageDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/timeIntervalBag.d.ts +32 -30
- package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsBag.d.ts +49 -49
- package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/customSettingsOptionsBag.d.ts +36 -36
- package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/themeListItemBag.d.ts +43 -43
- package/types/ViewModels/Blocks/Utility/RealTimeVisualizer/topicAndChannelBag.d.ts +31 -31
- package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmMetricBag.d.ts +31 -31
- package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeBag.d.ts +69 -69
- package/types/ViewModels/Blocks/WebFarm/WebFarmNodeDetail/webFarmNodeDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsBag.d.ts +60 -60
- package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsDetailOptionsBag.d.ts +25 -25
- package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerBag.d.ts +81 -81
- package/types/ViewModels/Blocks/Workflow/WorkflowTriggerDetail/workflowTriggerDetailBox.d.ts +50 -50
- package/types/ViewModels/Blocks/blockActionContextBag.d.ts +37 -37
- package/types/ViewModels/Blocks/blockBox.d.ts +37 -37
- package/types/ViewModels/Blocks/customSettingsBox.d.ts +40 -40
- package/types/ViewModels/Blocks/detailBlockBox.d.ts +67 -56
- package/types/ViewModels/Blocks/listBlockBox.d.ts +59 -59
- package/types/ViewModels/Cms/blockCustomActionBag.d.ts +42 -42
- package/types/ViewModels/Cms/contentCollectionAttributeFilterSettingsBag.d.ts +39 -39
- package/types/ViewModels/Cms/contentCollectionCustomFieldBag.d.ts +44 -44
- package/types/ViewModels/Cms/contentCollectionCustomFieldFilterSettingsBag.d.ts +39 -39
- package/types/ViewModels/Cms/contentCollectionFilterSettingsBag.d.ts +78 -78
- package/types/ViewModels/Cms/contentCollectionSourceAdditionalSettingsBag.d.ts +43 -43
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +62 -62
- package/types/ViewModels/Cms/obsidianBlockPreferencesBag.d.ts +42 -36
- package/types/ViewModels/Communication/conversationAttachmentBag.d.ts +34 -34
- package/types/ViewModels/Communication/conversationMessageBag.d.ts +95 -95
- package/types/ViewModels/Connection/connectionRequestCountsBag.d.ts +34 -34
- package/types/ViewModels/Controls/addressControlBag.d.ts +46 -46
- package/types/ViewModels/Controls/birthdayPickerBag.d.ts +34 -34
- package/types/ViewModels/Controls/campusPickerItemBag.d.ts +51 -51
- package/types/ViewModels/Controls/electronicSignatureValue.d.ts +31 -31
- package/types/ViewModels/Controls/fieldTypeEditorGetAvailableFieldTypesOptionsBag.d.ts +29 -29
- package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationOptionsBag.d.ts +39 -39
- package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +52 -52
- package/types/ViewModels/Controls/gatewayControlBag.d.ts +31 -31
- package/types/ViewModels/Controls/monthDayValue.d.ts +27 -27
- package/types/ViewModels/Controls/monthYearValue.d.ts +27 -27
- package/types/ViewModels/Controls/noteMentionItemBag.d.ts +43 -43
- package/types/ViewModels/Controls/phoneNumberBoxWithSmsControlBag.d.ts +34 -34
- package/types/ViewModels/Controls/rockCacheabilityBag.d.ts +37 -37
- package/types/ViewModels/Controls/slidingDateRangeBag.d.ts +43 -43
- package/types/ViewModels/Controls/timePickerValue.d.ts +25 -25
- package/types/ViewModels/Controls/universalItemSearchPickerItemBag.d.ts +63 -63
- package/types/ViewModels/Core/Grid/attributeFieldDefinitionBag.d.ts +47 -47
- package/types/ViewModels/Core/Grid/customActionBag.d.ts +48 -48
- package/types/ViewModels/Core/Grid/customColumnDefinitionBag.d.ts +48 -48
- package/types/ViewModels/Core/Grid/fieldDefinitionBag.d.ts +31 -31
- package/types/ViewModels/Core/Grid/gridCommunicationBag.d.ts +39 -39
- package/types/ViewModels/Core/Grid/gridDataBag.d.ts +28 -28
- package/types/ViewModels/Core/Grid/gridDefinitionBag.d.ts +76 -76
- package/types/ViewModels/Core/Grid/gridEntitySetBag.d.ts +39 -39
- package/types/ViewModels/Core/Grid/gridEntitySetItemBag.d.ts +40 -40
- package/types/ViewModels/Core/Grid/personFieldBag.d.ts +37 -37
- package/types/ViewModels/Core/notificationMessageActionBag.d.ts +42 -42
- package/types/ViewModels/Core/notificationMessageMetadataBag.d.ts +54 -54
- package/types/ViewModels/Core/personPreferenceValueBag.d.ts +34 -34
- package/types/ViewModels/Crm/currentPersonBag.d.ts +43 -43
- package/types/ViewModels/Crm/renderedBadgeBag.d.ts +31 -31
- package/types/ViewModels/Engagement/achievementCompletedMessageBag.d.ts +63 -63
- package/types/ViewModels/Event/InteractiveExperiences/actionRenderConfigurationBag.d.ts +39 -39
- package/types/ViewModels/Event/InteractiveExperiences/experienceActionStyleBag.d.ts +49 -49
- package/types/ViewModels/Event/InteractiveExperiences/experienceAnswerBag.d.ts +49 -49
- package/types/ViewModels/Event/InteractiveExperiences/experienceOccurrenceStateBag.d.ts +31 -31
- package/types/ViewModels/Event/InteractiveExperiences/experiencePlaceholderStyleBag.d.ts +34 -34
- package/types/ViewModels/Event/InteractiveExperiences/experienceSettingsBag.d.ts +42 -42
- package/types/ViewModels/Event/InteractiveExperiences/experienceStyleBag.d.ts +47 -47
- package/types/ViewModels/Event/InteractiveExperiences/experienceVisualizerStyleBag.d.ts +46 -46
- package/types/ViewModels/Event/InteractiveExperiences/joinExperienceResponseBag.d.ts +47 -47
- package/types/ViewModels/Event/InteractiveExperiences/pingExperienceResponseBag.d.ts +28 -28
- package/types/ViewModels/Event/InteractiveExperiences/visualizerRenderConfigurationBag.d.ts +42 -42
- package/types/ViewModels/Event/attendanceOccurrenceUpdatedMessageBag.d.ts +45 -45
- package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +68 -67
- package/types/ViewModels/Finance/savedFinancialAccountListItemBag.d.ts +49 -49
- package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +38 -38
- package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveRequestBag.d.ts +48 -48
- package/types/ViewModels/Prayer/PrayerRequestEntry/prayerRequestEntrySaveResponseBag.d.ts +30 -30
- package/types/ViewModels/Reporting/fieldFilterGroupBag.d.ts +40 -40
- package/types/ViewModels/Reporting/fieldFilterRuleBag.d.ts +52 -52
- package/types/ViewModels/Reporting/fieldFilterSourceBag.d.ts +46 -46
- package/types/ViewModels/Rest/Controls/accountPickerGetChildrenOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/accountPickerGetParentGuidsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/accountPickerGetPreviewItemsOptionsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/accountPickerGetSearchedAccountsOptionsBag.d.ts +37 -37
- package/types/ViewModels/Rest/Controls/achievementTypePickerGetAchievementTypesOptionsBag.d.ts +29 -29
- package/types/ViewModels/Rest/Controls/addressControlConfigurationBag.d.ts +82 -82
- package/types/ViewModels/Rest/Controls/addressControlGetConfigurationOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Controls/addressControlValidateAddressOptionsBag.d.ts +49 -49
- package/types/ViewModels/Rest/Controls/addressControlValidateAddressResultsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/assetStorageProviderPickerGetAssetStorageProvidersOptionsBag.d.ts +29 -29
- package/types/ViewModels/Rest/Controls/auditDetailGetAuditDetailsOptionsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/badgeComponentPickerGetBadgeComponentsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/badgeListGetBadgesOptionsBag.d.ts +51 -51
- package/types/ViewModels/Rest/Controls/badgePickerGetBadgesOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/binaryFileTypePickerGetBinaryFileTypesOptionsBag.d.ts +29 -29
- package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesOptionsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesResultsBag.d.ts +35 -35
- package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +43 -43
- package/types/ViewModels/Rest/Controls/campusPickerGetCampusesOptionsBag.d.ts +29 -29
- package/types/ViewModels/Rest/Controls/captchaControlConfigurationBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/captchaControlTokenValidateTokenResultBag.d.ts +28 -28
- package/types/ViewModels/Rest/Controls/captchaControlValidateTokenOptionsBag.d.ts +27 -27
- package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeOptionsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeResultsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/categorizedValuePickerNodeBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/categoryPickerChildTreeItemsOptionsBag.d.ts +119 -119
- package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/connectionRequestPickerGetChildrenOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemOptionsBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemResultsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetContentChannelItemsOptionsBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoResultsBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/dataViewPickerGetDataViewsOptionsBag.d.ts +86 -86
- package/types/ViewModels/Rest/Controls/definedValuePickerGetAttributesOptionsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/definedValuePickerGetDefinedValuesOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/definedValuePickerSaveNewValueOptionsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/entityTagListAddEntityTagOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/entityTagListCreatePersonalTagOptionsBag.d.ts +51 -51
- package/types/ViewModels/Rest/Controls/entityTagListGetAvailableTagsOptionsBag.d.ts +63 -63
- package/types/ViewModels/Rest/Controls/entityTagListGetEntityTagsOptionsBag.d.ts +60 -60
- package/types/ViewModels/Rest/Controls/entityTagListRemoveEntityTagOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/entityTagListSaveTagValuesOptionsBag.d.ts +64 -64
- package/types/ViewModels/Rest/Controls/entityTagListTagBag.d.ts +49 -49
- package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +29 -29
- package/types/ViewModels/Rest/Controls/ethnicityPickerGetEthnicitiesResultsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/eventItemPickerGetEventItemsOptionsBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/financialGatewayPickerGetFinancialGatewaysOptionsBag.d.ts +43 -43
- package/types/ViewModels/Rest/Controls/followingGetFollowingOptionsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/followingGetFollowingResponseBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/followingSetFollowingOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/geoPickerGetGoogleMapSettingsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/geoPickerGetSettingsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/geoPickerGoogleMapSettingsBag.d.ts +43 -43
- package/types/ViewModels/Rest/Controls/geoPickerSettingsBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/gradePickerGetGradesOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Controls/groupAndRolePickerGetRolesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/groupMemberPickerGetGroupMembersOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/groupPickerGetChildrenOptionsBag.d.ts +54 -54
- package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleOptionsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleResultsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/groupRolePickerGetGroupRolesOptionsBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupTypeOfGroupOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/groupTypePickerGetGroupTypesOptionsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/interactionChannelInteractionComponentPickerGetChannelFromComponentOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/interactionComponentPickerGetInteractionComponentsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/locationListGetLocationsOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/locationListSaveNewLocationOptionsBag.d.ts +52 -52
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaElementsOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaFoldersOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeOptionsBag.d.ts +39 -39
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaTreeResultsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/mergeFieldPickerFormatSelectedValueOptionsBag.d.ts +28 -28
- package/types/ViewModels/Rest/Controls/mergeFieldPickerGetChildrenOptionsBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/mergeTemplatePickerGetMergeTemplatesOptionsBag.d.ts +52 -52
- package/types/ViewModels/Rest/Controls/metricCategoryPickerGetChildrenOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/metricItemPickerGetChildrenOptionsBag.d.ts +54 -54
- package/types/ViewModels/Rest/Controls/noteEditorMentionSearchOptionsBag.d.ts +37 -37
- package/types/ViewModels/Rest/Controls/noteEditorMentionSearchResultsBag.d.ts +30 -30
- package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +57 -57
- package/types/ViewModels/Rest/Controls/pagePickerGetPageNameOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/pagePickerGetPageRoutesOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/pagePickerGetSelectedPageHierarchyOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/pageRouteValueBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/personLinkGetPopupHtmlOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Controls/personPickerSearchOptionsBag.d.ts +49 -49
- package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationOptionsBag.d.ts +28 -28
- package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationResultsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/phoneNumberCountryCodeRulesConfigurationBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/racePickerGetRacesResultsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationInstancesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationTemplateForInstanceOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/registrationTemplatePickerGetChildrenOptionsBag.d.ts +42 -42
- package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/reportPickerGetChildrenOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountOptionsBag.d.ts +48 -48
- package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountResultBag.d.ts +37 -37
- package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +45 -45
- package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/structuredContentEditorConfigurationBag.d.ts +31 -31
- package/types/ViewModels/Rest/Controls/structuredContentEditorGetConfigurationOptionsBag.d.ts +33 -33
- package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +49 -49
- package/types/ViewModels/Rest/Controls/workflowActionTypePickerGetChildrenOptionsBag.d.ts +40 -40
- package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowTypeForWorkflowOptionsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowsOptionsBag.d.ts +36 -36
- package/types/ViewModels/Rest/Controls/workflowTypePickerGetWorkflowTypesOptionsBag.d.ts +90 -90
- package/types/ViewModels/Rest/Utilities/currencyInfoBag.d.ts +34 -34
- package/types/ViewModels/Rest/Utilities/updatePersonPreferencesAccessedOptionsBag.d.ts +34 -34
- package/types/ViewModels/Rest/Utilities/updatePersonPreferencesOptionsBag.d.ts +31 -31
- package/types/ViewModels/Utility/currencyInfoBag.d.ts +34 -34
- package/types/ViewModels/Utility/debugTiming.d.ts +32 -32
- package/types/ViewModels/Utility/entityAuditBag.d.ts +54 -54
- package/types/ViewModels/Utility/listItemBag.d.ts +37 -37
- package/types/ViewModels/Utility/publicAttributeBag.d.ts +64 -64
- package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +40 -40
- package/types/ViewModels/Utility/publicComparisonValueBag.d.ts +31 -31
- package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +132 -132
- package/types/ViewModels/Utility/taskActivityProgressLogBag.d.ts +31 -31
- package/types/ViewModels/Utility/taskActivityProgressStatusBag.d.ts +52 -52
- package/types/ViewModels/Utility/taskActivityProgressUpdateBag.d.ts +37 -37
- package/types/ViewModels/Utility/timeIntervalBag.d.ts +33 -31
- package/types/ViewModels/Utility/treeItemBag.d.ts +64 -64
- package/types/ViewModels/Utility/validPropertiesBox.d.ts +31 -31
- package/types/ViewModels/entity.d.ts +24 -24
- package/types/ViewModels/index.d.ts +22 -22
|
@@ -15,7 +15,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
default: "";
|
|
16
16
|
};
|
|
17
17
|
validationTitle: {
|
|
18
|
-
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
19
18
|
type: PropType<string>;
|
|
20
19
|
default: "";
|
|
21
20
|
};
|
|
@@ -29,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
28
|
amount: number | null;
|
|
30
29
|
account: ListItemBag | null;
|
|
31
30
|
readOnly: boolean;
|
|
32
|
-
}[]>;
|
|
31
|
+
}[] | undefined>;
|
|
33
32
|
required: false;
|
|
34
33
|
};
|
|
35
34
|
/** V-Model of the Guid of the selected campus */
|
|
@@ -39,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
38
|
};
|
|
40
39
|
/** Specifies the currency used */
|
|
41
40
|
currencyCodeDefinedValueGuid: {
|
|
42
|
-
type: PropType<string>;
|
|
41
|
+
type: PropType<string | null>;
|
|
43
42
|
default: null;
|
|
44
43
|
};
|
|
45
44
|
/**
|
|
@@ -97,12 +96,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
96
|
};
|
|
98
97
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
99
98
|
campusTypeFilter: {
|
|
100
|
-
type: PropType<string | string[]>;
|
|
99
|
+
type: PropType<string | string[] | null>;
|
|
101
100
|
default: null;
|
|
102
101
|
};
|
|
103
102
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
104
103
|
campusStatusFilter: {
|
|
105
|
-
type: PropType<string | string[]>;
|
|
104
|
+
type: PropType<string | string[] | null>;
|
|
106
105
|
default: null;
|
|
107
106
|
};
|
|
108
107
|
/** HTML class attribute applied to the single amount textbox */
|
|
@@ -133,7 +132,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
132
|
default: "";
|
|
134
133
|
};
|
|
135
134
|
validationTitle: {
|
|
136
|
-
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
137
135
|
type: PropType<string>;
|
|
138
136
|
default: "";
|
|
139
137
|
};
|
|
@@ -147,7 +145,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
145
|
amount: number | null;
|
|
148
146
|
account: ListItemBag | null;
|
|
149
147
|
readOnly: boolean;
|
|
150
|
-
}[]>;
|
|
148
|
+
}[] | undefined>;
|
|
151
149
|
required: false;
|
|
152
150
|
};
|
|
153
151
|
/** V-Model of the Guid of the selected campus */
|
|
@@ -157,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
155
|
};
|
|
158
156
|
/** Specifies the currency used */
|
|
159
157
|
currencyCodeDefinedValueGuid: {
|
|
160
|
-
type: PropType<string>;
|
|
158
|
+
type: PropType<string | null>;
|
|
161
159
|
default: null;
|
|
162
160
|
};
|
|
163
161
|
/**
|
|
@@ -215,12 +213,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
213
|
};
|
|
216
214
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
217
215
|
campusTypeFilter: {
|
|
218
|
-
type: PropType<string | string[]>;
|
|
216
|
+
type: PropType<string | string[] | null>;
|
|
219
217
|
default: null;
|
|
220
218
|
};
|
|
221
219
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
222
220
|
campusStatusFilter: {
|
|
223
|
-
type: PropType<string | string[]>;
|
|
221
|
+
type: PropType<string | string[] | null>;
|
|
224
222
|
default: null;
|
|
225
223
|
};
|
|
226
224
|
/** HTML class attribute applied to the single amount textbox */
|
|
@@ -242,9 +240,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
242
240
|
formGroupClasses: string;
|
|
243
241
|
validationTitle: string;
|
|
244
242
|
isRequiredIndicatorHidden: boolean;
|
|
245
|
-
currencyCodeDefinedValueGuid: string;
|
|
246
|
-
campusTypeFilter: string | string[];
|
|
247
|
-
campusStatusFilter: string | string[];
|
|
243
|
+
currencyCodeDefinedValueGuid: string | null;
|
|
244
|
+
campusTypeFilter: string | string[] | null;
|
|
245
|
+
campusStatusFilter: string | string[] | null;
|
|
248
246
|
campusGuid: string | null;
|
|
249
247
|
accountAmountEntryMode: "singleAccount" | "multipleAccounts";
|
|
250
248
|
disableAccountCampusMappingLogic: boolean;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
};
|
|
54
54
|
/** The currently selected campus value(s). */
|
|
55
55
|
modelValue: {
|
|
56
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
56
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
57
57
|
required: false;
|
|
58
58
|
};
|
|
59
59
|
/** Forces the picker to be displayed even if only one campus can be selected. */
|
|
@@ -68,12 +68,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
70
70
|
campusTypeFilter: {
|
|
71
|
-
type: PropType<string | string[]>;
|
|
71
|
+
type: PropType<string | string[] | undefined>;
|
|
72
72
|
required: false;
|
|
73
73
|
};
|
|
74
74
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
75
75
|
campusStatusFilter: {
|
|
76
|
-
type: PropType<string | string[]>;
|
|
76
|
+
type: PropType<string | string[] | undefined>;
|
|
77
77
|
required: false;
|
|
78
78
|
};
|
|
79
79
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
};
|
|
133
133
|
/** The currently selected campus value(s). */
|
|
134
134
|
modelValue: {
|
|
135
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
135
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
136
136
|
required: false;
|
|
137
137
|
};
|
|
138
138
|
/** Forces the picker to be displayed even if only one campus can be selected. */
|
|
@@ -147,12 +147,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
};
|
|
148
148
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
149
149
|
campusTypeFilter: {
|
|
150
|
-
type: PropType<string | string[]>;
|
|
150
|
+
type: PropType<string | string[] | undefined>;
|
|
151
151
|
required: false;
|
|
152
152
|
};
|
|
153
153
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
154
154
|
campusStatusFilter: {
|
|
155
|
-
type: PropType<string | string[]>;
|
|
155
|
+
type: PropType<string | string[] | undefined>;
|
|
156
156
|
required: false;
|
|
157
157
|
};
|
|
158
158
|
}>> & {
|
|
@@ -2,14 +2,14 @@ import { PropType } from "vue";
|
|
|
2
2
|
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
modelValue: {
|
|
5
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
5
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
6
6
|
required: false;
|
|
7
7
|
};
|
|
8
8
|
rootCategoryGuid: {
|
|
9
|
-
type: PropType<string>;
|
|
9
|
+
type: PropType<string | undefined>;
|
|
10
10
|
};
|
|
11
11
|
entityTypeGuid: {
|
|
12
|
-
type: PropType<string>;
|
|
12
|
+
type: PropType<string | undefined>;
|
|
13
13
|
};
|
|
14
14
|
entityTypeQualifierColumn: {
|
|
15
15
|
type: PropType<string>;
|
|
@@ -29,14 +29,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
"update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
|
|
30
30
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
modelValue: {
|
|
32
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
32
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
rootCategoryGuid: {
|
|
36
|
-
type: PropType<string>;
|
|
36
|
+
type: PropType<string | undefined>;
|
|
37
37
|
};
|
|
38
38
|
entityTypeGuid: {
|
|
39
|
-
type: PropType<string>;
|
|
39
|
+
type: PropType<string | undefined>;
|
|
40
40
|
};
|
|
41
41
|
entityTypeQualifierColumn: {
|
|
42
42
|
type: PropType<string>;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
containerType: {
|
|
58
|
-
type: PropType<string>;
|
|
58
|
+
type: PropType<string | null>;
|
|
59
59
|
default: null;
|
|
60
60
|
};
|
|
61
61
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
containerType: {
|
|
118
|
-
type: PropType<string>;
|
|
118
|
+
type: PropType<string | null>;
|
|
119
119
|
default: null;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
showBlankItem: boolean;
|
|
135
135
|
blankValue: string;
|
|
136
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
-
containerType: string;
|
|
137
|
+
containerType: string | null;
|
|
138
138
|
}>;
|
|
139
139
|
export default _default;
|
|
@@ -12,9 +12,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
13
13
|
formGroupClasses: {
|
|
14
14
|
type: PropType<string>;
|
|
15
|
-
/**
|
|
16
|
-
* Loads the content channels from the server.
|
|
17
|
-
*/
|
|
18
15
|
default: "";
|
|
19
16
|
};
|
|
20
17
|
validationTitle: {
|
|
@@ -23,8 +20,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
20
|
};
|
|
24
21
|
isRequiredIndicatorHidden: {
|
|
25
22
|
type: PropType<boolean>;
|
|
23
|
+
/**
|
|
24
|
+
* Loads the content channels from the server.
|
|
25
|
+
*/
|
|
26
26
|
default: false;
|
|
27
|
-
};
|
|
27
|
+
}; /**
|
|
28
|
+
* Loads the content channels from the server.
|
|
29
|
+
*/
|
|
28
30
|
enhanceForLongLists: {
|
|
29
31
|
type: PropType<boolean>;
|
|
30
32
|
default: false;
|
|
@@ -58,11 +60,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
60
|
required: true;
|
|
59
61
|
};
|
|
60
62
|
excludeContentChannelItems: {
|
|
61
|
-
type: PropType<string[]>;
|
|
63
|
+
type: PropType<string[] | undefined>;
|
|
62
64
|
};
|
|
63
65
|
/** If you specify the channel, the channel picker will be hidden and we'll just show CC Items for this type */
|
|
64
66
|
contentChannelGuid: {
|
|
65
|
-
type: PropType<string>;
|
|
67
|
+
type: PropType<string | null>;
|
|
66
68
|
default: null;
|
|
67
69
|
};
|
|
68
70
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -79,9 +81,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
81
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
80
82
|
formGroupClasses: {
|
|
81
83
|
type: PropType<string>;
|
|
82
|
-
/**
|
|
83
|
-
* Loads the content channels from the server.
|
|
84
|
-
*/
|
|
85
84
|
default: "";
|
|
86
85
|
};
|
|
87
86
|
validationTitle: {
|
|
@@ -90,8 +89,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
89
|
};
|
|
91
90
|
isRequiredIndicatorHidden: {
|
|
92
91
|
type: PropType<boolean>;
|
|
92
|
+
/**
|
|
93
|
+
* Loads the content channels from the server.
|
|
94
|
+
*/
|
|
93
95
|
default: false;
|
|
94
|
-
};
|
|
96
|
+
}; /**
|
|
97
|
+
* Loads the content channels from the server.
|
|
98
|
+
*/
|
|
95
99
|
enhanceForLongLists: {
|
|
96
100
|
type: PropType<boolean>;
|
|
97
101
|
default: false;
|
|
@@ -125,11 +129,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
129
|
required: true;
|
|
126
130
|
};
|
|
127
131
|
excludeContentChannelItems: {
|
|
128
|
-
type: PropType<string[]>;
|
|
132
|
+
type: PropType<string[] | undefined>;
|
|
129
133
|
};
|
|
130
134
|
/** If you specify the channel, the channel picker will be hidden and we'll just show CC Items for this type */
|
|
131
135
|
contentChannelGuid: {
|
|
132
|
-
type: PropType<string>;
|
|
136
|
+
type: PropType<string | null>;
|
|
133
137
|
default: null;
|
|
134
138
|
};
|
|
135
139
|
}>> & {
|
|
@@ -148,6 +152,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
152
|
showBlankItem: boolean;
|
|
149
153
|
blankValue: string;
|
|
150
154
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
151
|
-
contentChannelGuid: string;
|
|
155
|
+
contentChannelGuid: string | null;
|
|
152
156
|
}>;
|
|
153
157
|
export default _default;
|
|
@@ -13,8 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
type: PropType<number | null>;
|
|
14
14
|
};
|
|
15
15
|
currencyCodeDefinedValueGuid: {
|
|
16
|
-
type: PropType<string>;
|
|
17
|
-
default: string;
|
|
16
|
+
type: PropType<string | null | undefined>;
|
|
18
17
|
};
|
|
19
18
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
19
|
"update:modelValue": (value: number | null) => void;
|
|
@@ -32,13 +31,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
31
|
type: PropType<number | null>;
|
|
33
32
|
};
|
|
34
33
|
currencyCodeDefinedValueGuid: {
|
|
35
|
-
type: PropType<string>;
|
|
36
|
-
default: string;
|
|
34
|
+
type: PropType<string | null | undefined>;
|
|
37
35
|
};
|
|
38
36
|
}>> & {
|
|
39
37
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
40
38
|
}, {
|
|
41
39
|
modelValue: number | null;
|
|
42
|
-
currencyCodeDefinedValueGuid: string;
|
|
43
40
|
}>;
|
|
44
41
|
export default _default;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
entityTypeGuid: {
|
|
58
|
-
type: PropType<string>;
|
|
58
|
+
type: PropType<string | null | undefined>;
|
|
59
59
|
required: false;
|
|
60
60
|
};
|
|
61
61
|
displayPersistedOnly: {
|
|
@@ -119,7 +119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
119
|
required: false;
|
|
120
120
|
};
|
|
121
121
|
entityTypeGuid: {
|
|
122
|
-
type: PropType<string>;
|
|
122
|
+
type: PropType<string | null | undefined>;
|
|
123
123
|
required: false;
|
|
124
124
|
};
|
|
125
125
|
displayPersistedOnly: {
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
62
|
definedTypeGuid: {
|
|
63
|
-
type: PropType<string>;
|
|
63
|
+
type: PropType<string | null | undefined>;
|
|
64
64
|
required: false;
|
|
65
65
|
};
|
|
66
66
|
allowAdd: {
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
definedTypeGuid: {
|
|
132
|
-
type: PropType<string>;
|
|
132
|
+
type: PropType<string | null | undefined>;
|
|
133
133
|
required: false;
|
|
134
134
|
};
|
|
135
135
|
allowAdd: {
|
|
@@ -2,7 +2,7 @@ import { PropType } from "vue";
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
/** The unique identifier of the entity type that will be followed. */
|
|
4
4
|
entityTypeGuid: {
|
|
5
|
-
type: PropType<string>;
|
|
5
|
+
type: PropType<string | undefined>;
|
|
6
6
|
required: false;
|
|
7
7
|
};
|
|
8
8
|
/** The identifier key of the entity that will be followed. */
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
/** The unique identifier of the entity type that will be followed. */
|
|
20
20
|
entityTypeGuid: {
|
|
21
|
-
type: PropType<string>;
|
|
21
|
+
type: PropType<string | undefined>;
|
|
22
22
|
required: false;
|
|
23
23
|
};
|
|
24
24
|
/** The identifier key of the entity that will be followed. */
|
|
@@ -16,7 +16,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
default: "";
|
|
17
17
|
};
|
|
18
18
|
validationTitle: {
|
|
19
|
-
/** Loads the group items from the server. */
|
|
20
19
|
type: PropType<string>;
|
|
21
20
|
default: "";
|
|
22
21
|
};
|
|
@@ -25,6 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
24
|
default: false;
|
|
26
25
|
};
|
|
27
26
|
enhanceForLongLists: {
|
|
27
|
+
/** Reload Roles if the type changes */
|
|
28
28
|
type: PropType<boolean>;
|
|
29
29
|
default: false;
|
|
30
30
|
};
|
|
@@ -37,15 +37,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: false;
|
|
38
38
|
};
|
|
39
39
|
showBlankItem: {
|
|
40
|
+
/** V-model for the group type so you can get/set it */
|
|
40
41
|
type: PropType<boolean>;
|
|
41
42
|
default: false;
|
|
42
43
|
};
|
|
43
44
|
blankValue: {
|
|
44
45
|
type: PropType<string>;
|
|
46
|
+
/** V-model for the group */
|
|
45
47
|
default: "";
|
|
46
48
|
};
|
|
47
49
|
displayStyle: {
|
|
48
|
-
type: PropType<PickerDisplayStyle>;
|
|
50
|
+
type: PropType<PickerDisplayStyle>; /** Label for the group picker */
|
|
49
51
|
default: "auto";
|
|
50
52
|
};
|
|
51
53
|
columnCount: {
|
|
@@ -97,7 +99,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
99
|
default: "";
|
|
98
100
|
};
|
|
99
101
|
validationTitle: {
|
|
100
|
-
/** Loads the group items from the server. */
|
|
101
102
|
type: PropType<string>;
|
|
102
103
|
default: "";
|
|
103
104
|
};
|
|
@@ -106,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
107
|
default: false;
|
|
107
108
|
};
|
|
108
109
|
enhanceForLongLists: {
|
|
110
|
+
/** Reload Roles if the type changes */
|
|
109
111
|
type: PropType<boolean>;
|
|
110
112
|
default: false;
|
|
111
113
|
};
|
|
@@ -118,15 +120,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
120
|
default: false;
|
|
119
121
|
};
|
|
120
122
|
showBlankItem: {
|
|
123
|
+
/** V-model for the group type so you can get/set it */
|
|
121
124
|
type: PropType<boolean>;
|
|
122
125
|
default: false;
|
|
123
126
|
};
|
|
124
127
|
blankValue: {
|
|
125
128
|
type: PropType<string>;
|
|
129
|
+
/** V-model for the group */
|
|
126
130
|
default: "";
|
|
127
131
|
};
|
|
128
132
|
displayStyle: {
|
|
129
|
-
type: PropType<PickerDisplayStyle>;
|
|
133
|
+
type: PropType<PickerDisplayStyle>; /** Label for the group picker */
|
|
130
134
|
default: "auto";
|
|
131
135
|
};
|
|
132
136
|
columnCount: {
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
groupGuid: {
|
|
58
|
-
type: PropType<string>;
|
|
58
|
+
type: PropType<string | null>;
|
|
59
59
|
default: null;
|
|
60
60
|
};
|
|
61
61
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
groupGuid: {
|
|
118
|
-
type: PropType<string>;
|
|
118
|
+
type: PropType<string | null>;
|
|
119
119
|
default: null;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
showBlankItem: boolean;
|
|
135
135
|
blankValue: string;
|
|
136
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
-
groupGuid: string;
|
|
137
|
+
groupGuid: string | null;
|
|
138
138
|
}>;
|
|
139
139
|
export default _default;
|
|
@@ -5,6 +5,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
type: PropType<string>;
|
|
6
6
|
default: "";
|
|
7
7
|
};
|
|
8
|
+
/**
|
|
9
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
10
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
11
|
+
*/
|
|
8
12
|
help: {
|
|
9
13
|
type: PropType<string>;
|
|
10
14
|
default: "";
|
|
@@ -12,13 +16,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
16
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
13
17
|
formGroupClasses: {
|
|
14
18
|
type: PropType<string>;
|
|
15
|
-
/**
|
|
16
|
-
* Loads the group type items from the server.
|
|
17
|
-
*/
|
|
18
19
|
default: "";
|
|
19
|
-
};
|
|
20
|
-
* Loads the group type items from the server.
|
|
21
|
-
*/
|
|
20
|
+
};
|
|
22
21
|
validationTitle: {
|
|
23
22
|
type: PropType<string>;
|
|
24
23
|
default: "";
|
|
@@ -60,11 +59,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
59
|
required: true;
|
|
61
60
|
};
|
|
62
61
|
excludeGroupRoles: {
|
|
63
|
-
type: PropType<string[]>;
|
|
62
|
+
type: PropType<string[] | undefined>;
|
|
64
63
|
};
|
|
65
64
|
/** If you specify the group type, the group type picker will be hidden and we'll just show roles for this type */
|
|
66
65
|
groupTypeGuid: {
|
|
67
|
-
type: PropType<string>;
|
|
66
|
+
type: PropType<string | null>;
|
|
68
67
|
default: null;
|
|
69
68
|
};
|
|
70
69
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -74,6 +73,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
73
|
type: PropType<string>;
|
|
75
74
|
default: "";
|
|
76
75
|
};
|
|
76
|
+
/**
|
|
77
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
78
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
79
|
+
*/
|
|
77
80
|
help: {
|
|
78
81
|
type: PropType<string>;
|
|
79
82
|
default: "";
|
|
@@ -81,13 +84,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
84
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
82
85
|
formGroupClasses: {
|
|
83
86
|
type: PropType<string>;
|
|
84
|
-
/**
|
|
85
|
-
* Loads the group type items from the server.
|
|
86
|
-
*/
|
|
87
87
|
default: "";
|
|
88
|
-
};
|
|
89
|
-
* Loads the group type items from the server.
|
|
90
|
-
*/
|
|
88
|
+
};
|
|
91
89
|
validationTitle: {
|
|
92
90
|
type: PropType<string>;
|
|
93
91
|
default: "";
|
|
@@ -129,11 +127,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
127
|
required: true;
|
|
130
128
|
};
|
|
131
129
|
excludeGroupRoles: {
|
|
132
|
-
type: PropType<string[]>;
|
|
130
|
+
type: PropType<string[] | undefined>;
|
|
133
131
|
};
|
|
134
132
|
/** If you specify the group type, the group type picker will be hidden and we'll just show roles for this type */
|
|
135
133
|
groupTypeGuid: {
|
|
136
|
-
type: PropType<string>;
|
|
134
|
+
type: PropType<string | null>;
|
|
137
135
|
default: null;
|
|
138
136
|
};
|
|
139
137
|
}>> & {
|
|
@@ -152,6 +150,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
150
|
showBlankItem: boolean;
|
|
153
151
|
blankValue: string;
|
|
154
152
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
155
|
-
groupTypeGuid: string;
|
|
153
|
+
groupTypeGuid: string | null;
|
|
156
154
|
}>;
|
|
157
155
|
export default _default;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
interactionChannelGuid: {
|
|
58
|
-
type: PropType<string>;
|
|
58
|
+
type: PropType<string | null>;
|
|
59
59
|
default: null;
|
|
60
60
|
};
|
|
61
61
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
interactionChannelGuid: {
|
|
118
|
-
type: PropType<string>;
|
|
118
|
+
type: PropType<string | null>;
|
|
119
119
|
default: null;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
showBlankItem: boolean;
|
|
135
135
|
blankValue: string;
|
|
136
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
-
interactionChannelGuid: string;
|
|
137
|
+
interactionChannelGuid: string | null;
|
|
138
138
|
}>;
|
|
139
139
|
export default _default;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: 0;
|
|
52
52
|
};
|
|
53
53
|
modelValue: {
|
|
54
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
54
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
allowAdd: {
|
|
@@ -59,12 +59,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
locationTypeValueGuid: {
|
|
62
|
-
type: PropType<string>;
|
|
63
|
-
default:
|
|
62
|
+
type: PropType<string | null>;
|
|
63
|
+
default: null;
|
|
64
64
|
};
|
|
65
65
|
parentLocationGuid: {
|
|
66
|
-
type: PropType<string>;
|
|
67
|
-
default:
|
|
66
|
+
type: PropType<string | null>;
|
|
67
|
+
default: null;
|
|
68
68
|
};
|
|
69
69
|
showCityState: {
|
|
70
70
|
type: PropType<boolean>;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
default: 0;
|
|
128
128
|
};
|
|
129
129
|
modelValue: {
|
|
130
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
130
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
131
131
|
required: false;
|
|
132
132
|
};
|
|
133
133
|
allowAdd: {
|
|
@@ -135,12 +135,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
default: boolean;
|
|
136
136
|
};
|
|
137
137
|
locationTypeValueGuid: {
|
|
138
|
-
type: PropType<string>;
|
|
139
|
-
default:
|
|
138
|
+
type: PropType<string | null>;
|
|
139
|
+
default: null;
|
|
140
140
|
};
|
|
141
141
|
parentLocationGuid: {
|
|
142
|
-
type: PropType<string>;
|
|
143
|
-
default:
|
|
142
|
+
type: PropType<string | null>;
|
|
143
|
+
default: null;
|
|
144
144
|
};
|
|
145
145
|
showCityState: {
|
|
146
146
|
type: PropType<boolean>;
|
|
@@ -167,8 +167,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
167
|
blankValue: string;
|
|
168
168
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
169
169
|
allowAdd: boolean;
|
|
170
|
-
locationTypeValueGuid: string;
|
|
171
|
-
parentLocationGuid: string;
|
|
170
|
+
locationTypeValueGuid: string | null;
|
|
171
|
+
parentLocationGuid: string | null;
|
|
172
172
|
showCityState: boolean;
|
|
173
173
|
isAddressRequired: boolean;
|
|
174
174
|
}>;
|