@rockrms/obsidian-framework 17.5.2 → 18.1.0
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/package.json +1 -1
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +25 -0
- package/types/Controls/Grid/Columns/column.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +36 -9
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +29 -0
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +80 -0
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/grid.partial.obs.d.ts +43 -1
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/AI/Skills/groupManagerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/prayerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/skillConfiguration.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Events/launchWorkflow.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/lavaEvent.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/logMessage.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/sendFallbackChatNotification.obs.d.ts +41 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/criteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/editRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/editSimpleRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/simpleCriteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/chatMessage.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Triggers/entityChange.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/automationEventHeader.obs.d.ts +54 -0
- package/types/Controls/Internal/CommunicationRecipientActivity/types.partial.d.ts +12 -0
- package/types/Controls/Internal/DevicePreview/utils.partial.d.ts +4 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +11 -18
- package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +10 -28
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +10 -19
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +11 -8
- package/types/Controls/Internal/LearningActivity/assessmentItemSection.obs.d.ts +5 -4
- package/types/Controls/Internal/LearningActivity/contentArticleItemNote.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemText.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemVideo.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.partial.d.ts +22 -0
- package/types/Controls/Internal/MobilePreview/mobileBackground.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/MobilePreview/mobilePreview.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/MobilePreview/types.partial.d.ts +6 -0
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +9 -2
- package/types/Controls/Internal/communicationRecipientActivity.obs.d.ts +31 -0
- package/types/Controls/Internal/contentSectionNav.obs.d.ts +14 -0
- package/types/Controls/Internal/devicePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/emailPreview.obs.d.ts +23 -0
- package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +0 -8
- package/types/Controls/Internal/pushNotificationMobilePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/smsMobilePreview.obs.d.ts +40 -0
- package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +8 -0
- package/types/Controls/addressControl.obs.d.ts +2 -2
- package/types/Controls/barChart.obs.d.ts +464 -0
- package/types/Controls/binaryFilePicker.obs.d.ts +0 -6
- package/types/Controls/blockTemplatePicker.obs.d.ts +4 -4
- package/types/Controls/buttonDropDownList.obs.d.ts +10 -10
- package/types/Controls/campusContextPicker.obs.d.ts +76 -0
- package/types/Controls/campusPicker.obs.d.ts +10 -2
- package/types/Controls/chart.obs.d.ts +43 -7
- package/types/Controls/codeEditor.obs.d.ts +12 -3
- package/types/Controls/componentPicker.obs.d.ts +9 -0
- package/types/Controls/contentChannelItemPicker.obs.d.ts +2 -8
- package/types/Controls/contentDropDownPicker.obs.d.ts +19 -6
- package/types/Controls/contentSection.obs.d.ts +115 -0
- package/types/Controls/contentSectionContainer.obs.d.ts +47 -0
- package/types/Controls/contentStack.obs.d.ts +63 -0
- package/types/Controls/contextSlicer.obs.d.ts +66 -0
- package/types/Controls/copyButton.obs.d.ts +22 -2
- package/types/Controls/datePicker.obs.d.ts +2 -0
- package/types/Controls/displayCard.obs.d.ts +127 -0
- package/types/Controls/displayCardAddButton.obs.d.ts +24 -0
- package/types/Controls/displayCardContainer.obs.d.ts +23 -0
- package/types/Controls/dropDownContent.obs.d.ts +9 -0
- package/types/Controls/dynamicComponent.obs.d.ts +70 -0
- package/types/Controls/enhancedProgressBar.obs.d.ts +117 -0
- package/types/Controls/entityTypePicker.obs.d.ts +4 -38
- package/types/Controls/ethnicityPicker.obs.d.ts +6 -8
- package/types/Controls/eventCalendarPicker.obs.d.ts +8 -0
- package/types/Controls/expanderPanel.obs.d.ts +1 -1
- package/types/Controls/fieldFilterContainer.obs.d.ts +7 -0
- package/types/Controls/fieldFilterRuleRow.obs.d.ts +48 -0
- package/types/Controls/fieldTypePicker.obs.d.ts +16 -0
- package/types/Controls/fileUploader.obs.d.ts +27 -0
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +16 -0
- package/types/Controls/firstNameTextBox.obs.d.ts +0 -2
- package/types/Controls/geoPicker.obs.d.ts +6 -2
- package/types/Controls/gradePicker.obs.d.ts +0 -6
- package/types/Controls/groupAndRolePicker.obs.d.ts +2 -10
- package/types/Controls/groupRolePicker.obs.d.ts +2 -2
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +0 -6
- package/types/Controls/groupTypePicker.obs.d.ts +6 -4
- package/types/Controls/hint.obs.d.ts +16 -0
- package/types/Controls/iconPicker.obs.d.ts +91 -0
- package/types/Controls/imageEditor.obs.d.ts +1 -1
- package/types/Controls/inlineCheckBox.obs.d.ts +11 -1
- package/types/Controls/interactionChannelPicker.obs.d.ts +8 -0
- package/types/Controls/kpi.obs.d.ts +12 -5
- package/types/Controls/lavaCommandPicker.obs.d.ts +20 -2
- package/types/Controls/learningClassActivityPicker.obs.d.ts +147 -0
- package/types/Controls/learningClassPicker.obs.d.ts +147 -0
- package/types/Controls/lineChart.obs.d.ts +378 -0
- package/types/Controls/locationAddressPicker.obs.d.ts +2 -6
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/modal.obs.d.ts +33 -1
- package/types/Controls/numberBox.obs.d.ts +11 -0
- package/types/Controls/panel.obs.d.ts +94 -6
- package/types/Controls/phoneNumberBox.obs.d.ts +23 -6
- package/types/Controls/pieChart.obs.d.ts +364 -0
- package/types/Controls/progressBar.obs.d.ts +9 -0
- package/types/Controls/racePicker.obs.d.ts +8 -8
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +4 -10
- package/types/Controls/registrationInstancePicker.obs.d.ts +21 -0
- package/types/Controls/reminderTypePicker.obs.d.ts +8 -6
- package/types/Controls/remoteAuthsPicker.obs.d.ts +16 -0
- package/types/Controls/rockAttributeFilter.obs.d.ts +3 -3
- package/types/Controls/rockFormField.obs.d.ts +10 -10
- package/types/Controls/scheduleBuilder.obs.d.ts +11 -0
- package/types/Controls/slidingDateRangePicker.obs.d.ts +12 -3
- package/types/Controls/stepProgramPicker.obs.d.ts +8 -0
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +21 -0
- package/types/Controls/stepStatusPicker.obs.d.ts +0 -6
- package/types/Controls/streakTypePicker.obs.d.ts +16 -0
- package/types/Controls/tabbedContent.obs.d.ts +1 -1
- package/types/Controls/textBox.obs.d.ts +9 -0
- package/types/Controls/wordCloud.obs.d.ts +1 -1
- package/types/Controls/workflowBasePicker.obs.d.ts +0 -6
- package/types/Core/Controls/chart.d.ts +215 -0
- package/types/Core/Controls/contentSection.d.ts +62 -0
- package/types/Core/Core/Automation/component.d.ts +15 -0
- package/types/Core/Reporting/comparisonType.d.ts +1 -1
- package/types/Core/Utilities/contextEntity.d.ts +54 -0
- package/types/{Controls/Grid/virtualScroller.partial.d.ts → Core/Utilities/virtualScroll.d.ts} +48 -1
- package/types/Directives/dragDrop.d.ts +1 -1
- package/types/Enums/AI/Agent/agentType.d.ts +14 -0
- package/types/Enums/AI/Agent/audienceType.d.ts +23 -0
- package/types/Enums/AI/Agent/authorRole.d.ts +25 -0
- package/types/Enums/AI/Agent/modelServiceRole.d.ts +22 -0
- package/types/Enums/AI/Agent/parameterSchemaDataType.d.ts +26 -0
- package/types/Enums/AI/Agent/toolStatus.d.ts +13 -0
- package/types/Enums/AI/Agent/toolType.d.ts +13 -0
- package/types/Enums/Blocks/Communication/CommunicationDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationFlowDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType.d.ts +11 -0
- package/types/Enums/CheckIn/adultsOrChildrenSelectionMode.d.ts +27 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/browserFamily.d.ts +24 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/deviceType.d.ts +13 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/geolocationLocationComponent.d.ts +14 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/previousActivityType.d.ts +11 -0
- package/types/Enums/Cms/blockRole.d.ts +51 -0
- package/types/Enums/Cms/lavaEndpointHttpMethod.d.ts +15 -0
- package/types/Enums/Cms/lavaEndpointSecurityMode.d.ts +15 -0
- package/types/Enums/Communication/Chat/chatMessageEventType.d.ts +11 -0
- package/types/Enums/Communication/Chat/chatViewStyle.d.ts +20 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientInactiveReason.d.ts +23 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientStatus.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientUnsubscribeScope.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowTriggerType.d.ts +13 -0
- package/types/Enums/Communication/communicationInteractionOperation.d.ts +11 -0
- package/types/Enums/Communication/communicationRecipientActivity.d.ts +25 -0
- package/types/Enums/Communication/communicationTemplateUsageType.d.ts +9 -0
- package/types/Enums/Communication/conversionGoalType.d.ts +19 -0
- package/types/Enums/Communication/exitConditionType.d.ts +15 -0
- package/types/Enums/Communication/inferredCommunicationStatus.d.ts +24 -0
- package/types/Enums/Communication/unsubscribeLevel.d.ts +2 -2
- package/types/Enums/Controls/hintType.d.ts +8 -0
- package/types/Enums/Core/Automation/Triggers/chatMessageCriteriaRuleType.d.ts +15 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeModificationType.d.ts +13 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeSimpleChangeType.d.ts +40 -0
- package/types/Enums/Engagement/completionFlow.d.ts +13 -0
- package/types/Enums/Engagement/engagementType.d.ts +13 -0
- package/types/Enums/Engagement/stepChartMeasure.d.ts +23 -0
- package/types/Enums/Engagement/stepProgramView.d.ts +17 -0
- package/types/Enums/Geography/travelMode.d.ts +13 -0
- package/types/Enums/Group/placementMode.d.ts +15 -0
- package/types/FieldTypes/backgroundCheckField.partial.d.ts +14 -1
- package/types/FieldTypes/badgesField.partial.d.ts +3 -0
- package/types/FieldTypes/badgesFieldComponents.d.ts +30 -0
- package/types/FieldTypes/binaryFileField.partial.d.ts +2 -1
- package/types/FieldTypes/binaryFileFieldComponents.d.ts +19 -9
- package/types/FieldTypes/blockTemplateFieldComponents.d.ts +1 -1
- package/types/FieldTypes/colorSelectorComponents.d.ts +17 -3
- package/types/FieldTypes/communicationFlowField.partial.d.ts +13 -0
- package/types/FieldTypes/communicationFlowFieldComponents.d.ts +61 -0
- package/types/FieldTypes/connectionActivityTypeFieldComponents.d.ts +2 -2
- package/types/FieldTypes/contentChannelItemFieldComponents.d.ts +1 -1
- package/types/FieldTypes/groupTypeGroupField.partial.d.ts +1 -1
- package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +2 -0
- package/types/FieldTypes/urlLinkFieldComponents.d.ts +10 -11
- package/types/FieldTypes/utils.d.ts +1 -1
- package/types/SystemGuids/blockType.d.ts +6 -0
- package/types/SystemGuids/category.d.ts +4 -0
- package/types/SystemGuids/definedType.d.ts +8 -0
- package/types/SystemGuids/definedValue.d.ts +58 -0
- package/types/SystemGuids/entityType.d.ts +38 -2
- package/types/SystemGuids/fieldType.d.ts +4 -0
- package/types/SystemGuids/group.d.ts +2 -0
- package/types/SystemGuids/page.d.ts +13 -0
- package/types/SystemGuids/pageRoute.d.ts +2 -0
- package/types/SystemGuids/serviceJob.d.ts +29 -1
- package/types/SystemGuids/stepProgram.d.ts +5 -0
- package/types/SystemGuids/stepStatus.d.ts +7 -0
- package/types/SystemGuids/stepType.d.ts +11 -0
- package/types/Templates/detailBlock.d.ts +21 -0
- package/types/Templates/rockPage.d.ts +7 -3
- package/types/Types/Controls/dropDownMenu.d.ts +1 -1
- package/types/Types/Controls/grid.d.ts +45 -0
- package/types/Types/Utility/block.d.ts +3 -0
- package/types/Types/Utility/browserBus.d.ts +11 -0
- package/types/Types/Utility/http.d.ts +3 -0
- package/types/Utility/block.d.ts +90 -10
- package/types/Utility/browserBus.d.ts +4 -0
- package/types/Utility/chartUtils.d.ts +139 -0
- package/types/Utility/component.d.ts +28 -14
- package/types/Utility/cssUtils.d.ts +13 -0
- package/types/Utility/http.d.ts +11 -0
- package/types/Utility/jsonUtils.d.ts +8 -0
- package/types/Utility/linq.d.ts +340 -69
- package/types/Utility/objectUtils.d.ts +20 -0
- package/types/Utility/rockDateTime.d.ts +19 -1
- package/types/Utility/rockTimeSpan.d.ts +30 -0
- package/types/Utility/stringUtils.d.ts +14 -0
- package/types/Utility/tooltip.d.ts +14 -1
- package/types/Utility/treeItemProviders.d.ts +1 -1
- package/types/Utility/util.d.ts +4 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/agentSkillBag.d.ts +51 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentBag.d.ts +108 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/editSkillResponseBag.d.ts +41 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/getComponentDefinitionResponseBag.d.ts +44 -0
- package/types/ViewModels/Blocks/AI/AIAgentList/aiAgentListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderBag.d.ts +55 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderList/aiProviderListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillBag.d.ts +63 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillList/aiSkillListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolBag.d.ts +88 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/parameterSchemaBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Administration/ExternalApplicationList/externalApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesBag.d.ts +4 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/systemConfigurationInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolBox.d.ts +33 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/addIndividualOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +31 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +7 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInRegistrationSettingsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/CheckInLabelDetail/checkInLabelDetailOptionsBag.d.ts +4 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/LabelDesigner/labelDesignerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Blocks/Cms/AssetManager/assetManagerOptionsBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormResponseBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationList/lavaApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointBag.d.ts +75 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointDetailOptionsBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointList/lavaEndpointListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/LogSettings/logSettingsBag.d.ts +0 -6
- package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +6 -3
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkList/pageShortLinkListOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/additionalFilterConfigurationBag.d.ts +64 -0
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts → Cms/RequestFilterDetail/browserRequestFilterBag.d.ts} +11 -14
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/cookieRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/deviceTypeRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/environmentRequestFilterBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/geolocationRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/ipAddressRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/previousActivityRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/queryStringRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/timePickerValueBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterList/requestFilterListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/ThemeDetail/themeFieldBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatReactionBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActivityFlowBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsResponseBag.d.ts +67 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDeliveryBreakdownBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailInitializationBox.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailPermissionsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationKpisBag.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationLinkAnalyticsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationMessagePreviewBag.d.ts +91 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRedirectBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/createPersonalTemplateRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/{communicationEntryWizardGetEmailPreviewHtmlBag.d.ts → communicationEntryWizardGetPreviewBag.d.ts} +11 -4
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/checkShortLinkTokenBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowBag.d.ts +84 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowCommunicationBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCommunicationTemplateBag.d.ts +97 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCompletedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailConversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailEnteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailInitializationBox.d.ts +68 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailRegisteredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailTookStepSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/initializationBox.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/recipientMetricsBag.d.ts +51 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowList/communicationFlowListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/communicationFlowInstanceBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/completedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/conversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/enteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/gridRowBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/initializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/messageBag.d.ts +70 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/performanceBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/registeredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/tookStepSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationList/communicationListOptionsBag.d.ts +14 -8
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockBox.d.ts +48 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportChartDataBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportFiltersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/communicationChannelBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +93 -37
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageChannelSubscriptionRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageEmailSubscriptionRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateCommunicationPreferenceRequestBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateContactInfoRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateEmailPreferenceRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationEventBag.d.ts +74 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerBag.d.ts +90 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerDetailOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/getComponentDefinitionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerList/automationTriggerListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Crm/PersonDuplicateDetail/personDuplicateDetailOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/chartDataBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/seriesBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +25 -3
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepProgramBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepStatusBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeBag.d.ts +34 -8
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeDetailOptionsBag.d.ts +12 -1
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts → Engagement/StepTypeDetail/stepTypeDetailsBag.d.ts} +4 -7
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeTransferBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceList/registrationInstanceListOptionsBag.d.ts +6 -6
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupMembersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeDataBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeFiltersBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/destinationGroupTypeRoleBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/detachGroupBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupMemberBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementInitializationBox.d.ts +75 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementKeysBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/personBag.d.ts +62 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingOptionsBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingsBag.d.ts +66 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupBag.d.ts +65 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupTypeBag.d.ts +35 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementPeopleBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/realTimeConnectionKeysBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/registrantBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityAttributesBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityKeysBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningActivityComponent/learningActivityParticipantBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassFacilitatorBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramDetail/learningProgramBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +7 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsChartDataBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsInitializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsOptionsBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/formBuilderDetailLinkToFormBag.d.ts +36 -0
- package/types/ViewModels/CheckIn/attendanceSessionRequestBag.d.ts +6 -0
- package/types/ViewModels/CheckIn/attendeeBag.d.ts +4 -0
- package/types/ViewModels/CheckIn/kioskBag.d.ts +7 -0
- package/types/ViewModels/CheckIn/proximityAttendanceNotificationBag.d.ts +34 -0
- package/types/ViewModels/Cms/contextEntityItemBag.d.ts +39 -0
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +7 -0
- package/types/ViewModels/Controls/dynamicComponentDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Controls/iconLibraryBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaBag.d.ts +33 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaRuleBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaBag.d.ts +42 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaRuleBag.d.ts +58 -0
- package/types/ViewModels/Core/Automation/automationValueDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Entities/prayerRequestBag.d.ts +117 -0
- package/types/ViewModels/Entities/scheduleBag.d.ts +103 -0
- package/types/ViewModels/Entities/scheduleCategoryExclusionBag.d.ts +60 -0
- package/types/ViewModels/Event/RegistrationEntry/registrationRegistrantUpdatedMessageBag.d.ts +59 -0
- package/types/ViewModels/Group/GroupMember/groupMemberUpdatedMessageBag.d.ts +61 -0
- package/types/ViewModels/Reporting/BarChart/barSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/LineChart/lineSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/PieChart/pieSeriesBag.d.ts +34 -0
- package/types/ViewModels/Reporting/chartBag.d.ts +37 -0
- package/types/ViewModels/Reporting/chartOptionsBag.d.ts +26 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientActivityBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityResultsBag.d.ts +60 -0
- package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/dataFilterFormatSelectionOptionsBag.d.ts +47 -0
- package/types/ViewModels/Rest/Controls/formattedFieldSelectGetSortByPropertiesOptionsBag.d.ts +28 -0
- package/types/ViewModels/Rest/Controls/hasCompletedCourseSelectGetCoursesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/iconPickerGetIconLibrariesOptionsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/inGroupFilterGetGroupRolesForGroupsOptionsBag.d.ts +54 -0
- package/types/ViewModels/Rest/Controls/inGroupGroupTypeSelectGetRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionCountSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionDateSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/learningClassActivityPickerGetLearningClassActivitiesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/learningClassPickerGetLearningClassesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/memberListSelectGetGroupRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Rest/Utilities/updateContextEntityOptionsBag.d.ts +39 -0
- package/types/Core/Reporting/filterExpressionType.d.ts +0 -28
- package/types/Core/Reporting/filterMode.d.ts +0 -7
|
@@ -84,6 +84,10 @@ export declare const BlockType: {
|
|
|
84
84
|
MobileCrmGroupMembers: string;
|
|
85
85
|
/** The GUID for the entity Rock.Blocks.Types.Mobile.Crm.PersonProfile. */
|
|
86
86
|
MobileCrmPersonProfile: string;
|
|
87
|
+
/** The mobile financial batch detail > Financial Batch Detail block type. */
|
|
88
|
+
MobileFinanceFinancialBatchDetail: string;
|
|
89
|
+
/** The mobile financial batch list > Financial Batch List block type. */
|
|
90
|
+
MobileFinanceFinancialBatchList: string;
|
|
87
91
|
/** The mobile scheduled transaction list > Scheduled Transaction block type. */
|
|
88
92
|
MobileFinanceScheduledTransactionList: string;
|
|
89
93
|
/** The mobile transaction detail > Transaction Detail block type. */
|
|
@@ -122,6 +126,8 @@ export declare const BlockType: {
|
|
|
122
126
|
ObsidianExampleControlGallery: string;
|
|
123
127
|
/** The obsidian event field type gallery */
|
|
124
128
|
ObsidianExampleFieldTypeGallery: string;
|
|
129
|
+
/** Workflow Entry */
|
|
130
|
+
ObsidianWorkflowEntry: string;
|
|
125
131
|
/** The oidc authorize */
|
|
126
132
|
OidcAuthorize: string;
|
|
127
133
|
/** The oidc claims */
|
|
@@ -94,8 +94,12 @@ export declare const Category: {
|
|
|
94
94
|
SchedulePersistedDatasets: string;
|
|
95
95
|
/** Gets the DataView Persisted Schedule category guid */
|
|
96
96
|
SchedulePersistedDataviews: string;
|
|
97
|
+
/** Gets the Personalization Segment Schedules category guid */
|
|
98
|
+
SchedulePersonalizationSegments: string;
|
|
97
99
|
/** Gets the Service Times schedule category guid */
|
|
98
100
|
ScheduleServiceTimes: string;
|
|
101
|
+
/** The system communication Form Builder Category guid. */
|
|
102
|
+
SystemCommunicationFormBuilder: string;
|
|
99
103
|
/** The System Communication RSVP Confirmation Category guid */
|
|
100
104
|
SystemCommunicationRsvpConfirmation: string;
|
|
101
105
|
/** The system communication Sign-Up Group confirmation Category guid */
|
|
@@ -24,6 +24,8 @@ export declare const DefinedType: {
|
|
|
24
24
|
CampusType: string;
|
|
25
25
|
/** Guid for the types of chart styles */
|
|
26
26
|
ChartStyles: string;
|
|
27
|
+
/** GUID for the Chat Reaction defined type. */
|
|
28
|
+
ChatReaction: string;
|
|
27
29
|
/** The check in attendance types */
|
|
28
30
|
CheckInAttendanceTypes: string;
|
|
29
31
|
/** Guid for check-in search type */
|
|
@@ -97,6 +99,8 @@ export declare const DefinedType: {
|
|
|
97
99
|
GrouptypeInactiveReasons: string;
|
|
98
100
|
/** Guid for GroupType Purpose */
|
|
99
101
|
GrouptypePurpose: string;
|
|
102
|
+
/** Guid for the icon libraries */
|
|
103
|
+
IconLibraries: string;
|
|
100
104
|
/** Guid for the types of interaction service. */
|
|
101
105
|
InteractionChannelMedium: string;
|
|
102
106
|
/** Guid for the types of interaction intent. */
|
|
@@ -137,6 +141,8 @@ export declare const DefinedType: {
|
|
|
137
141
|
MotivatorThemeType: string;
|
|
138
142
|
/** Motivator Type */
|
|
139
143
|
MotivatorType: string;
|
|
144
|
+
/** Guid for the types of Organizational Objectives (such as Outreach, Discipleship, Activation) */
|
|
145
|
+
OrganizationalObjectiveType: string;
|
|
140
146
|
/** List of different types of relationships and individual could have in their Peer Network. */
|
|
141
147
|
PeerNetworkRelationshipType: string;
|
|
142
148
|
/** Guid for the types of possible check-in system ability levels (such as Infant, Crawler, etc.) */
|
|
@@ -175,6 +181,8 @@ export declare const DefinedType: {
|
|
|
175
181
|
ProjectType: string;
|
|
176
182
|
/** Protect My Ministry MVR jurisdiction codes */
|
|
177
183
|
ProtectMyMinistryMvrJurisdictionCodes: string;
|
|
184
|
+
/** Guid for the types of Record Sources (such as external website, event registration, etc.) */
|
|
185
|
+
RecordSourceType: string;
|
|
178
186
|
/** The REST allowed domains */
|
|
179
187
|
RestApiAllowedDomains: string;
|
|
180
188
|
/**
|
|
@@ -6,6 +6,10 @@ export declare const DefinedValue: {
|
|
|
6
6
|
AttendanceSourceLegacyKiosk: string;
|
|
7
7
|
/** The attendance record came from a mobile check-in. */
|
|
8
8
|
AttendanceSourceMobile: string;
|
|
9
|
+
/** The attendance record from from a proximity (bluetooth low energy) check-in. */
|
|
10
|
+
AttendanceSourceProximity: string;
|
|
11
|
+
/** The attendance record came from a physical token, such as NFC or QR Code scan. */
|
|
12
|
+
AttendanceSourceToken: string;
|
|
9
13
|
/** Benevolence Approved */
|
|
10
14
|
BenevolenceApproved: string;
|
|
11
15
|
/** Benevolence Denied */
|
|
@@ -102,6 +106,16 @@ export declare const DefinedValue: {
|
|
|
102
106
|
ChartStyleFlot: string;
|
|
103
107
|
/** Rock Chart Style */
|
|
104
108
|
ChartStyleRock: string;
|
|
109
|
+
/** The default 'Haha' reaction for chat messages. */
|
|
110
|
+
ChatReactionHaha: string;
|
|
111
|
+
/** The default 'Like' reaction for chat messages. */
|
|
112
|
+
ChatReactionLike: string;
|
|
113
|
+
/** The default 'Love' reaction for chat messages. */
|
|
114
|
+
ChatReactionLove: string;
|
|
115
|
+
/** The default 'Sad' reaction for chat messages. */
|
|
116
|
+
ChatReactionSad: string;
|
|
117
|
+
/** The default 'Wow' reaction for chat messages. */
|
|
118
|
+
ChatReactionWow: string;
|
|
105
119
|
/** The check in attendance type physical */
|
|
106
120
|
CheckInAttendanceTypePhysical: string;
|
|
107
121
|
/** The check in attendance type virtual */
|
|
@@ -305,6 +319,16 @@ export declare const DefinedValue: {
|
|
|
305
319
|
MapStyleGoogle: string;
|
|
306
320
|
/** The standard Rock map style */
|
|
307
321
|
MapStyleRock: string;
|
|
322
|
+
/** The measurement classification for metrics that measure adult attendance. */
|
|
323
|
+
MeasurementTotalAdultAttendance: string;
|
|
324
|
+
/** The measurement classification for metrics that measure children attendance. */
|
|
325
|
+
MeasurementTotalChildrensAttendance: string;
|
|
326
|
+
/** The measurement classification for metrics that measure student attendance. */
|
|
327
|
+
MeasurementTotalStudentsAttendance: string;
|
|
328
|
+
/** The measurement classification for metrics that measure volunteer attendance. */
|
|
329
|
+
MeasurementTotalVolunteerAttendance: string;
|
|
330
|
+
/** The measurement classification for metrics that measure weekend attendance. */
|
|
331
|
+
MeasurementTotalWeekendAttendance: string;
|
|
308
332
|
/** Metric values come from a DataView */
|
|
309
333
|
MetricSourceValueTypeDataview: string;
|
|
310
334
|
/** Metric values are populated from custom Lava */
|
|
@@ -375,6 +399,12 @@ export declare const DefinedValue: {
|
|
|
375
399
|
NoncashAssetStocksandbonds: string;
|
|
376
400
|
/** Non-Cash Asset Type: Vehicles. */
|
|
377
401
|
NoncashAssetVehicles: string;
|
|
402
|
+
/** The activation organizational objective. */
|
|
403
|
+
OrganizationalObjectiveTypeActivation: string;
|
|
404
|
+
/** The discipleship organizational objective. */
|
|
405
|
+
OrganizationalObjectiveTypeDiscipleship: string;
|
|
406
|
+
/** The outreach organizational objective. */
|
|
407
|
+
OrganizationalObjectiveTypeOutreach: string;
|
|
378
408
|
/** The PBX CDR medium value */
|
|
379
409
|
PbxCdrMediumValue: string;
|
|
380
410
|
/** Person Connection Status - Attendee */
|
|
@@ -459,6 +489,34 @@ export declare const DefinedValue: {
|
|
|
459
489
|
ProjectTypeInPerson: string;
|
|
460
490
|
/** Project Type = Project Due */
|
|
461
491
|
ProjectTypeProjectDue: string;
|
|
492
|
+
/** The Apple TV app record source. */
|
|
493
|
+
RecordSourceTypeAppleTvApp: string;
|
|
494
|
+
/** The check-in record source. */
|
|
495
|
+
RecordSourceTypeCheckIn: string;
|
|
496
|
+
/** The event registration record source. */
|
|
497
|
+
RecordSourceTypeEventRegistration: string;
|
|
498
|
+
/** The external website record source. */
|
|
499
|
+
RecordSourceTypeExternalWebsite: string;
|
|
500
|
+
/** The family registration record source. */
|
|
501
|
+
RecordSourceTypeFamilyRegistration: string;
|
|
502
|
+
/** The giving record source. */
|
|
503
|
+
RecordSourceTypeGiving: string;
|
|
504
|
+
/** The group registration record source. */
|
|
505
|
+
RecordSourceTypeGroupRegistration: string;
|
|
506
|
+
/** The mobile app record source. */
|
|
507
|
+
RecordSourceTypeMobileApp: string;
|
|
508
|
+
/** The pledge record source. */
|
|
509
|
+
RecordSourceTypePledge: string;
|
|
510
|
+
/** The prayer record source. */
|
|
511
|
+
RecordSourceTypePrayer: string;
|
|
512
|
+
/** The Roku TV app record source. */
|
|
513
|
+
RecordSourceTypeRokuTvApp: string;
|
|
514
|
+
/** The Serving Connection record source. */
|
|
515
|
+
RecordSourceTypeServingConnection: string;
|
|
516
|
+
/** The sign-up record source. */
|
|
517
|
+
RecordSourceTypeSignUp: string;
|
|
518
|
+
/** The workflow record source. */
|
|
519
|
+
RecordSourceTypeWorkflow: string;
|
|
462
520
|
/** Schedule Type: Weekend Service */
|
|
463
521
|
ScheduleTypeWeekendService: string;
|
|
464
522
|
/** Spiritual Gifts: Administration */
|
|
@@ -16,8 +16,22 @@ export declare const EntityType: {
|
|
|
16
16
|
AdaptiveMessageAdaptationSegment: string;
|
|
17
17
|
/** The EntityType Guid for Rock.Model.AdaptiveMessageCategory */
|
|
18
18
|
AdaptiveMessageCategory: string;
|
|
19
|
+
/** The EntityType Guid for Rock.Model.AIAgent */
|
|
20
|
+
AiAgent: string;
|
|
21
|
+
/** The EntityType Guid for Rock.Model.AIAgentSession */
|
|
22
|
+
AiAgentSession: string;
|
|
23
|
+
/** The EntityType Guid for Rock.Model.AIAgentSessionAnchor */
|
|
24
|
+
AiAgentSessionAnchor: string;
|
|
25
|
+
/** The EntityType Guid for Rock.Model.AIAgentSessionHistory */
|
|
26
|
+
AiAgentSessionHistory: string;
|
|
27
|
+
/** The EntityType Guid for Rock.Model.AIAgentSkill */
|
|
28
|
+
AiAgentSkill: string;
|
|
19
29
|
/** The EntityType Guid for Rock.Model.AIProvider */
|
|
20
30
|
AiProvider: string;
|
|
31
|
+
/** The EntityType Guid for Rock.Model.AISkill */
|
|
32
|
+
AiSkill: string;
|
|
33
|
+
/** The EntityType Guid for Rock.Model.AISkillTool */
|
|
34
|
+
AiSkillTool: string;
|
|
21
35
|
/** The EntityType Guid for Rock.Model.AnalyticsDimCampus */
|
|
22
36
|
AnalyticsDimCampus: string;
|
|
23
37
|
/** The EntityType Guid for Rock.Model.AnalyticsDimFamilyCurrent */
|
|
@@ -98,6 +112,10 @@ export declare const EntityType: {
|
|
|
98
112
|
AuthenticationPasswordless: string;
|
|
99
113
|
/** The pin authentication provider */
|
|
100
114
|
AuthenticationPin: string;
|
|
115
|
+
/** The EntityType Guid for Rock.Model.AutomationEvent */
|
|
116
|
+
AutomationEvent: string;
|
|
117
|
+
/** The EntityType Guid for Rock.Model.AutomationTrigger */
|
|
118
|
+
AutomationTrigger: string;
|
|
101
119
|
/** The EntityType Guid for Rock.Model.BackgroundCheck */
|
|
102
120
|
BackgroundCheck: string;
|
|
103
121
|
/** The guid for the Rock.Model.Badge entity */
|
|
@@ -138,6 +156,18 @@ export declare const EntityType: {
|
|
|
138
156
|
Communication: string;
|
|
139
157
|
/** The EntityType Guid for Rock.Model.CommunicationAttachment */
|
|
140
158
|
CommunicationAttachment: string;
|
|
159
|
+
/** The guid for the communication flow */
|
|
160
|
+
CommunicationFlow: string;
|
|
161
|
+
/** The guid for the communication flow communication */
|
|
162
|
+
CommunicationFlowCommunication: string;
|
|
163
|
+
/** The guid for the communication flow instance */
|
|
164
|
+
CommunicationFlowInstance: string;
|
|
165
|
+
/** The guid for the communication flow instance communication */
|
|
166
|
+
CommunicationFlowInstanceCommunication: string;
|
|
167
|
+
/** The guid for the communication flow instance communication conversion */
|
|
168
|
+
CommunicationFlowInstanceCommunicationConversion: string;
|
|
169
|
+
/** The guid for the communication flow instance recipient */
|
|
170
|
+
CommunicationFlowInstanceRecipient: string;
|
|
141
171
|
/** The guid for the email communication medium */
|
|
142
172
|
CommunicationMediumEmail: string;
|
|
143
173
|
/** The guid for the push notification communication medium */
|
|
@@ -306,8 +336,6 @@ export declare const EntityType: {
|
|
|
306
336
|
GroupLocation: string;
|
|
307
337
|
/** The EntityType Guid for Rock.Model.GroupLocationHistorical */
|
|
308
338
|
GroupLocationHistorical: string;
|
|
309
|
-
/** The EntityType Guid for Rock.Model.GroupLocationHistoricalSchedule */
|
|
310
|
-
GroupLocationHistoricalSchedule: string;
|
|
311
339
|
/** The guid for the Rock.Model.GroupMember entity. */
|
|
312
340
|
GroupMember: string;
|
|
313
341
|
/** The EntityType Guid for Rock.Model.GroupMemberAssignment */
|
|
@@ -376,6 +404,10 @@ export declare const EntityType: {
|
|
|
376
404
|
InteractiveExperienceSchedule: string;
|
|
377
405
|
/** The EntityType Guid for Rock.Model.InteractiveExperienceScheduleCampus */
|
|
378
406
|
InteractiveExperienceScheduleCampus: string;
|
|
407
|
+
/** The EntityType Guid for Rock.Model.LavaApplication */
|
|
408
|
+
LavaApplication: string;
|
|
409
|
+
/** The EntityType Guid for Rock.Model.LavaEndpoint */
|
|
410
|
+
LavaEndpoint: string;
|
|
379
411
|
/** The EntityType Guid for Rock.Model.LavaShortcode (well known as of v14) */
|
|
380
412
|
LavaShortcode: string;
|
|
381
413
|
/** The EntityType Guid for LavaShortcodeCategory 'joiner' table Rock.Model.LavaShortcodeConfiguration */
|
|
@@ -498,6 +530,10 @@ export declare const EntityType: {
|
|
|
498
530
|
MobileEventsPrayerSessionBlockType: string;
|
|
499
531
|
/** The GUID for the entity Rock.Blocks.Types.Mobile.Events.PrayerSessionSetup */
|
|
500
532
|
MobileEventsPrayerSessionSetupBlockType: string;
|
|
533
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.FinancialBatchDetail. */
|
|
534
|
+
MobileFinanceFinancialBatchDetailBlockType: string;
|
|
535
|
+
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.FinancialBatchList. */
|
|
536
|
+
MobileFinanceFinancialBatchListBlockType: string;
|
|
501
537
|
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.ScheduledTransactionList. */
|
|
502
538
|
MobileFinanceScheduledTransactionListBlockType: string;
|
|
503
539
|
/** The GUID for the entity Rock.Blocks.Types.Mobile.Finance.TransactionDetail. */
|
|
@@ -62,6 +62,8 @@ export declare const FieldType: {
|
|
|
62
62
|
Color: string;
|
|
63
63
|
/** Color selector field type */
|
|
64
64
|
ColorSelector: string;
|
|
65
|
+
/** Communication Flow field type */
|
|
66
|
+
CommunicationFlow: string;
|
|
65
67
|
/** Communication Preference field type */
|
|
66
68
|
CommunicationPreferenceType: string;
|
|
67
69
|
/** Communication Template field type */
|
|
@@ -130,6 +132,8 @@ export declare const FieldType: {
|
|
|
130
132
|
DefinedValueCategorized: string;
|
|
131
133
|
/** Defined Value Range field type */
|
|
132
134
|
DefinedValueRange: string;
|
|
135
|
+
/** Device field type */
|
|
136
|
+
Device: string;
|
|
133
137
|
/** Document Type field type */
|
|
134
138
|
DocumentType: string;
|
|
135
139
|
/** Email field type */
|
|
@@ -28,6 +28,8 @@ export declare const Group: {
|
|
|
28
28
|
GroupFinanceAdministrators: string;
|
|
29
29
|
/** The Finance Users Group guid */
|
|
30
30
|
GroupFinanceUsers: string;
|
|
31
|
+
/** Role for individuals allowed to develop Lava Applications. */
|
|
32
|
+
GroupLavaApplicationDevelopers: string;
|
|
31
33
|
/** The security group used by mobile app */
|
|
32
34
|
GroupMobileApp: string;
|
|
33
35
|
/** RSR - Mobile Application Users */
|
|
@@ -375,6 +375,13 @@ export declare const Page: {
|
|
|
375
375
|
* ParentPage: Communications
|
|
376
376
|
*/
|
|
377
377
|
CommunicationMediums: string;
|
|
378
|
+
/** Gets the Communication Reports page guid */
|
|
379
|
+
CommunicationReports: string;
|
|
380
|
+
/**
|
|
381
|
+
* Gets the Communication Saturation page guid
|
|
382
|
+
* ParentPage: Communications
|
|
383
|
+
*/
|
|
384
|
+
CommunicationSaturation: string;
|
|
378
385
|
/**
|
|
379
386
|
* Gets the Communication Templates page guid
|
|
380
387
|
* ParentPage: Communications
|
|
@@ -681,6 +688,8 @@ export declare const Page: {
|
|
|
681
688
|
* ParentPage: Internal Homepage
|
|
682
689
|
*/
|
|
683
690
|
Finance: string;
|
|
691
|
+
/** Gets the Finance Reports page guid */
|
|
692
|
+
FinanceReports: string;
|
|
684
693
|
/**
|
|
685
694
|
* The financial account search guid
|
|
686
695
|
* ParentPage: Internal Homepage > Finance > Administration
|
|
@@ -789,6 +798,8 @@ export declare const Page: {
|
|
|
789
798
|
GroupMemberDetailSecurityRolesDetail: string;
|
|
790
799
|
/** The group member history page guid */
|
|
791
800
|
GroupMemberHistory: string;
|
|
801
|
+
/** The Group Placement page. */
|
|
802
|
+
GroupPlacement: string;
|
|
792
803
|
/**
|
|
793
804
|
* Gets the Group Registration page guid
|
|
794
805
|
* ParentPage: Small Groups
|
|
@@ -1025,6 +1036,8 @@ export declare const Page: {
|
|
|
1025
1036
|
* ParentPage: Communications
|
|
1026
1037
|
*/
|
|
1027
1038
|
NewCommunication: string;
|
|
1039
|
+
/** Gets the New Communication (Obsidian) page guid */
|
|
1040
|
+
NewCommunicationObsidian: string;
|
|
1028
1041
|
/**
|
|
1029
1042
|
* Gets the New Family page guid
|
|
1030
1043
|
* ParentPage: Manage
|
|
@@ -17,6 +17,8 @@ export declare const PageRoute: {
|
|
|
17
17
|
FinancialAccountSearch: string;
|
|
18
18
|
/** Gets the Campus Detail > Group Member Detail page route guid */
|
|
19
19
|
GroupMemberDetailCampusDetail: string;
|
|
20
|
+
/** The Group Placement route 'GroupPlacement' */
|
|
21
|
+
GroupPlacement: string;
|
|
20
22
|
/** The library viewer route 'admin/cms/content-library'. */
|
|
21
23
|
LibraryViewer: string;
|
|
22
24
|
/** The oidc authorize route. */
|
|
@@ -148,6 +148,28 @@ export declare const ServiceJob: {
|
|
|
148
148
|
DataMigrations171PopulateAttendanceRootGroupType: string;
|
|
149
149
|
/** The job to run Post v17.1 Data Migrations to update an existing index on the CommunicationRecipient table. */
|
|
150
150
|
DataMigrations171UpdateCommunicationrecipientIndex: string;
|
|
151
|
+
/** The job to run Post v17.3 Data Migrations to remove a redundant index on the AttendanceOccurrence table. */
|
|
152
|
+
DataMigrations173UpdateAttendanceoccurrenceIndex: string;
|
|
153
|
+
/** The job to run Post v17.3 Data Migrations to update the Nameless Schedules. */
|
|
154
|
+
DataMigrations173UpdateNamelessSchedules: string;
|
|
155
|
+
/** The Job to run Post v18.0 Data Migrations to chop Block. */
|
|
156
|
+
DataMigrations180ChopObsidianBlocks: string;
|
|
157
|
+
/** The job to run Post v18.0 Data Migrations to delete the deprecated GroupLocationHistoricalSchedule table from the database. */
|
|
158
|
+
DataMigrations180DeleteGrouplocationhistoricalschedule: string;
|
|
159
|
+
/** The job to run Post v18.0 Data Migrations to Delete Self-Service Kiosk Site, Blocks, BlockTypes and KioskStark theme. */
|
|
160
|
+
DataMigrations180DeleteSelfserviceKioskSiteAndRelated: string;
|
|
161
|
+
/** The job to run Post v18.0 Data Migrations to migrate existing eRA records from the History table to the Steps table. */
|
|
162
|
+
DataMigrations180MigrateEraDataToSteps: string;
|
|
163
|
+
/** The job to run Post v18.0 Data Migrations to populate the newly-added [CommunicationRecipient].[DeliveredDateTime] field. */
|
|
164
|
+
DataMigrations180PopulateCommunicationrecipientDelivereddatetime: string;
|
|
165
|
+
/** The Job to run Post v18.0 Data Migrations to swap Block. */
|
|
166
|
+
DataMigrations180SwapObsidianBlocks: string;
|
|
167
|
+
/** The job to run Post v18.0 Data Migrations to update an existing index on the CommunicationRecipient table. */
|
|
168
|
+
DataMigrations180UpdateCommunicationrecipientIndex: string;
|
|
169
|
+
/** The job to run Post v18.0 Data Migrations to update the Manage My Account Page block setting for the recently-chopped Email Preference Entry block. */
|
|
170
|
+
DataMigrations180UpdateEmailPreferenceEntryBlockManageMyAccountPage: string;
|
|
171
|
+
/** The job to run Post v18.0 Data Migrations to update the Nameless Locations. */
|
|
172
|
+
DataMigrations180UpdateNamelessLocations: string;
|
|
151
173
|
/**
|
|
152
174
|
* The Post Update Data Migration Job to chop the Schedule Detail, Asset Storage Provider Detail, Page Short Link Detail, Streak Type Detail,
|
|
153
175
|
* Following Event Type Detail, Financial Batch Detail
|
|
@@ -169,6 +191,8 @@ export declare const ServiceJob: {
|
|
|
169
191
|
Post170UpdateHistoryEntitytypeidIndex: string;
|
|
170
192
|
/** A run once job after a new installation. The purpose of this job is to populate generated datasets after an initial installation using RockInstaller that are too large to include in the installer. */
|
|
171
193
|
PostInstallDataMigrations: string;
|
|
194
|
+
/** The job for processing communication flows. Rock.Jobs.ProcessCommunicationFlows */
|
|
195
|
+
ProcessCommunicationFlows: string;
|
|
172
196
|
/** The Process Elevated Security Job. Rock.Jobs.ProcessElevatedSecurity */
|
|
173
197
|
ProcessElevatedSecurity: string;
|
|
174
198
|
/** The Rock.Jobs.ProcessReminders job. */
|
|
@@ -190,12 +214,16 @@ export declare const ServiceJob: {
|
|
|
190
214
|
SyncMedia: string;
|
|
191
215
|
/** The Rock.Jobs.UpdateAnalyticsSourcePostalCode job. */
|
|
192
216
|
UpdateAnalyticsSourcePostalCode: string;
|
|
217
|
+
/** The Rock.Jobs.UpdateEntityUsage job configured to update Media Element usage. */
|
|
218
|
+
UpdateMediaElementUsage: string;
|
|
193
219
|
/** The Update Persisted Attribute Values job. */
|
|
194
220
|
UpdatePersistedAttributeValue: string;
|
|
195
221
|
/** The Rock.Jobs.UpdatePersistedDatasets job. */
|
|
196
222
|
UpdatePersistedDatasets: string;
|
|
197
223
|
/** The Rock.Jobs.UpdatePersonalizationData job. */
|
|
198
224
|
UpdatePersonalizationData: string;
|
|
199
|
-
/** The job for updating learning program completions. Rock.Jobs.
|
|
225
|
+
/** The job for updating learning program completions. Rock.Jobs.UpdateLearningProgramCompletions. */
|
|
200
226
|
UpdateProgramCompletions: string;
|
|
227
|
+
/** The job for updating step program completions. Rock.Jobs.UpdateStepProgramCompletions. */
|
|
228
|
+
UpdateStepProgramCompletions: string;
|
|
201
229
|
};
|
|
@@ -174,6 +174,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
174
|
type: PropType<string | null>;
|
|
175
175
|
required: false;
|
|
176
176
|
};
|
|
177
|
+
/**
|
|
178
|
+
* Enables the worksurface mode which allows the panel to be used on
|
|
179
|
+
* a full worksurface layout. This will cause the body content to
|
|
180
|
+
* automatically scroll if it is too large to fit in the panel. All
|
|
181
|
+
* other panel elements will remain in static positions.
|
|
182
|
+
*/
|
|
183
|
+
worksurfaceMode: {
|
|
184
|
+
type: PropType<boolean>;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
177
187
|
}, {
|
|
178
188
|
editForm: any;
|
|
179
189
|
entityTypeName: import("vue").ComputedRef<string>;
|
|
@@ -375,6 +385,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
375
385
|
type: PropType<string | null>;
|
|
376
386
|
required: false;
|
|
377
387
|
};
|
|
388
|
+
/**
|
|
389
|
+
* Enables the worksurface mode which allows the panel to be used on
|
|
390
|
+
* a full worksurface layout. This will cause the body content to
|
|
391
|
+
* automatically scroll if it is too large to fit in the panel. All
|
|
392
|
+
* other panel elements will remain in static positions.
|
|
393
|
+
*/
|
|
394
|
+
worksurfaceMode: {
|
|
395
|
+
type: PropType<boolean>;
|
|
396
|
+
default: boolean;
|
|
397
|
+
};
|
|
378
398
|
}>> & {
|
|
379
399
|
"onUpdate:mode"?: ((_value: DetailPanelMode) => any) | undefined;
|
|
380
400
|
}, {
|
|
@@ -388,5 +408,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
408
|
isDeleteVisible: boolean;
|
|
389
409
|
isFullScreenVisible: boolean;
|
|
390
410
|
mode: DetailPanelMode;
|
|
411
|
+
worksurfaceMode: boolean;
|
|
391
412
|
}, {}>;
|
|
392
413
|
export default _default;
|
|
@@ -4,6 +4,7 @@ import "@Obsidian/FieldTypes/index";
|
|
|
4
4
|
import { DebugTiming } from "@Obsidian/ViewModels/Utility/debugTiming";
|
|
5
5
|
import { ObsidianBlockConfigBag } from "@Obsidian/ViewModels/Cms/obsidianBlockConfigBag";
|
|
6
6
|
import { PageConfig } from "@Obsidian/Utility/page";
|
|
7
|
+
import { Guid } from "@Obsidian/Types";
|
|
7
8
|
type DebugTimingConfig = {
|
|
8
9
|
elementId: string;
|
|
9
10
|
debugTimingViewModels: DebugTiming[];
|
|
@@ -22,15 +23,18 @@ export declare function initializeBlock(config: ObsidianBlockConfigBag): Promise
|
|
|
22
23
|
export declare function showShortLink(url: string): void;
|
|
23
24
|
/**
|
|
24
25
|
* This is an internal method that will be removed in the future. It serves the
|
|
25
|
-
*
|
|
26
|
+
* ObsidianDynamicComponentWrapper WebForms control to initialize an Obsidian
|
|
26
27
|
* component inside a WebForms component.
|
|
27
28
|
*
|
|
28
|
-
* @param url The URL of the Obsidian component to load.
|
|
29
29
|
* @param rootElementId The identifier of the DOM node to mount the component on.
|
|
30
|
+
* @param componentGuid The unique identifier of the component.
|
|
31
|
+
* @param componentDefinitionId The identifier of the DOM node that contains the component definition bag.
|
|
30
32
|
* @param componentDataId The identifier of the DOM node that contains the component data.
|
|
31
33
|
* @param componentPropertiesId The identifier of the DOM node that contains the additional component properties.
|
|
34
|
+
* @param pageGuid The unique identifier of the page.
|
|
35
|
+
* @param blockGuid The unique identifier of the block.
|
|
32
36
|
*/
|
|
33
|
-
export declare function
|
|
37
|
+
export declare function initializeDynamicComponentWrapper(rootElementId: string, componentGuid: Guid, componentDefinitionId: string, componentDataId: string, componentPropertiesId: string | undefined, pageGuid: string | null, blockGuid: string | null): Promise<void>;
|
|
34
38
|
/**
|
|
35
39
|
* Loads and shows a custom block action. This is a special purpose function
|
|
36
40
|
* designed to be used only by the WebForms PageZoneBlocksEditor.ascx.cs control.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** The type to use for coloring and styling of the action. */
|
|
2
|
-
export type MenuActionType = "default" | "danger";
|
|
2
|
+
export type MenuActionType = "default" | "danger" | "info";
|
|
3
3
|
|
|
4
4
|
/** A function that will be called in response to an action. */
|
|
5
5
|
export type MenuActionCallback = (event: Event) => void | Promise<void>;
|
|
@@ -285,6 +285,19 @@ export type ExportValueFunction = (row: Record<string, unknown>, column: ColumnD
|
|
|
285
285
|
*/
|
|
286
286
|
export type ColumnFilterMatchesFunction = (needle: unknown, haystack: unknown, column: ColumnDefinition, grid: IGridState) => boolean;
|
|
287
287
|
|
|
288
|
+
/**
|
|
289
|
+
* A function that will be called to get the tooltip text to display for a cell.
|
|
290
|
+
* This function will be called when the cell is initialized so any changes to
|
|
291
|
+
* the value while the cell is visible will not be reflected in the tooltip.
|
|
292
|
+
*
|
|
293
|
+
* @param row The data object that represents the row.
|
|
294
|
+
* @param column The column definition for this operation.
|
|
295
|
+
* @param grid The grid that owns this operation.
|
|
296
|
+
*
|
|
297
|
+
* @returns The string of text to display in the tooltip. An empty string, `null`, or `undefined` will not display a tooltip.
|
|
298
|
+
*/
|
|
299
|
+
export type TooltipFunction = (row: Record<string, unknown>, column: ColumnDefinition, grid: IGridState) => string | undefined | null;
|
|
300
|
+
|
|
288
301
|
// #endregion
|
|
289
302
|
|
|
290
303
|
// #region Component Props
|
|
@@ -514,6 +527,25 @@ type StandardColumnProps = {
|
|
|
514
527
|
type: PropType<boolean>,
|
|
515
528
|
default: false
|
|
516
529
|
},
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Either a string that represents the field to use when displaying the
|
|
533
|
+
* tooltip or a function that will be called to get the tooltip text.
|
|
534
|
+
*/
|
|
535
|
+
tooltip: {
|
|
536
|
+
type: PropType<string | TooltipFunction>,
|
|
537
|
+
required: false
|
|
538
|
+
},
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* If `true` then the tooltip will be rendered as HTML. This is useful if
|
|
542
|
+
* you need to provide custom formatting inside the tooltip. Any plain text
|
|
543
|
+
* must be properly escaped.
|
|
544
|
+
*/
|
|
545
|
+
tooltipHtml: {
|
|
546
|
+
type: PropType<boolean>,
|
|
547
|
+
default: false
|
|
548
|
+
},
|
|
517
549
|
};
|
|
518
550
|
|
|
519
551
|
/** The standard properties available on header cells. */
|
|
@@ -847,6 +879,19 @@ export type ColumnDefinition = {
|
|
|
847
879
|
* If 'true', disables sorting for this column.
|
|
848
880
|
*/
|
|
849
881
|
disableSort: boolean;
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* Either a string that represents the field to use when displaying the
|
|
885
|
+
* tooltip or a function that will be called to get the tooltip text.
|
|
886
|
+
*/
|
|
887
|
+
tooltip?: string | TooltipFunction;
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
* If `true` then the tooltip will be rendered as HTML. This is useful if
|
|
891
|
+
* you need to provide custom formatting inside the tooltip. Any plain text
|
|
892
|
+
* must be properly escaped.
|
|
893
|
+
*/
|
|
894
|
+
tooltipHtml: boolean;
|
|
850
895
|
};
|
|
851
896
|
|
|
852
897
|
/**
|
|
@@ -41,3 +41,6 @@ export type BlockEvent<T = Record<string, unknown> | undefined> = {
|
|
|
41
41
|
|
|
42
42
|
/** A function that will invoke a block action. */
|
|
43
43
|
export type InvokeBlockActionFunc = <T>(actionName: string, data?: HttpBodyData, actionContext?: BlockActionContextBag, cancellationToken?: ICancellationToken) => Promise<HttpResult<T>>;
|
|
44
|
+
|
|
45
|
+
/** A function that will invoke a block action returning streaming events. */
|
|
46
|
+
export type InvokeStreamingBlockActionFunc = <T>(actionName: string, data?: HttpBodyData, actionContext?: BlockActionContextBag, cancellationToken?: ICancellationToken) => Promise<HttpResult<ReadableStream<T>>>;
|
|
@@ -60,4 +60,15 @@ export type BlockEndEditData = void;
|
|
|
60
60
|
*/
|
|
61
61
|
export type QueryStringChangedData = URLSearchParams;
|
|
62
62
|
|
|
63
|
+
/**
|
|
64
|
+
* The data that is available in a page contextEntityChanged message.
|
|
65
|
+
*/
|
|
66
|
+
export type ContextEntityChangedData = {
|
|
67
|
+
/** The full class name of the entity type. */
|
|
68
|
+
entityType?: string | null;
|
|
69
|
+
|
|
70
|
+
/** The unique identifier of the entity type. */
|
|
71
|
+
entityTypeGuid?: Guid | null;
|
|
72
|
+
};
|
|
73
|
+
|
|
63
74
|
// #endregion
|
|
@@ -31,12 +31,15 @@ export type HttpResult<T> = {
|
|
|
31
31
|
|
|
32
32
|
export type HttpDoApiCallFunc = <T>(method: HttpMethod, url: string, params?: HttpUrlParams, data?: HttpBodyData, cancellationToken?: ICancellationToken) => Promise<HttpResult<T>>;
|
|
33
33
|
|
|
34
|
+
export type HttpDoStreamingApiCallFunc = <T>(method: HttpMethod, url: string, params?: HttpUrlParams, data?: HttpBodyData, cancellationToken?: ICancellationToken) => Promise<HttpResult<ReadableStream<T>>>;
|
|
35
|
+
|
|
34
36
|
export type HttpGetFunc = <T>(url: string, params?: HttpUrlParams) => Promise<HttpResult<T>>;
|
|
35
37
|
|
|
36
38
|
export type HttpPostFunc = <T>(url: string, params?: HttpUrlParams, data?: HttpBodyData, cancellationToken?: ICancellationToken) => Promise<HttpResult<T>>;
|
|
37
39
|
|
|
38
40
|
export type HttpFunctions = {
|
|
39
41
|
doApiCall: HttpDoApiCallFunc;
|
|
42
|
+
doStreamingApiCall: HttpDoStreamingApiCallFunc;
|
|
40
43
|
get: HttpGetFunc;
|
|
41
44
|
post: HttpPostFunc;
|
|
42
45
|
};
|