@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
package/types/Utility/block.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { BlockEvent, InvokeBlockActionFunc, SecurityGrant } from "@Obsidian/Types/Utility/block";
|
|
1
|
+
import { BlockEvent, InvokeBlockActionFunc, InvokeStreamingBlockActionFunc, SecurityGrant } from "@Obsidian/Types/Utility/block";
|
|
2
2
|
import { IBlockPersonPreferencesProvider } from "@Obsidian/Types/Core/personPreferences";
|
|
3
3
|
import { ExtendedRef } from "@Obsidian/Types/Utility/component";
|
|
4
4
|
import { Ref } from "vue";
|
|
5
5
|
import { Guid } from "@Obsidian/Types";
|
|
6
|
-
import { HttpPostFunc } from "@Obsidian/Types/Utility/http";
|
|
6
|
+
import { HttpDoStreamingApiCallFunc, HttpPostFunc } from "@Obsidian/Types/Utility/http";
|
|
7
7
|
import { ValidPropertiesBox } from "@Obsidian/ViewModels/Utility/validPropertiesBox";
|
|
8
8
|
import { IEntity } from "@Obsidian/ViewModels/entity";
|
|
9
9
|
import { BrowserBus } from "./browserBus";
|
|
10
|
+
import { BlockRole } from "@Obsidian/Enums/Cms/blockRole";
|
|
10
11
|
/**
|
|
11
12
|
* Maps the block configuration values to the expected type.
|
|
12
13
|
*
|
|
@@ -41,6 +42,28 @@ export declare function useBlockActionUrl(): (actionName: string) => string;
|
|
|
41
42
|
* @returns A function that can be used to provide the invoke block action.
|
|
42
43
|
*/
|
|
43
44
|
export declare function createInvokeBlockAction(post: HttpPostFunc, pageGuid: Guid, blockGuid: Guid, pageParameters: Record<string, string>, sessionGuid: Guid, interactionGuid: Guid): InvokeBlockActionFunc;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the function that will be used to invoke block actions.
|
|
47
|
+
*
|
|
48
|
+
* @returns An instance of @see {@link InvokeStreamingBlockActionFunc}.
|
|
49
|
+
*/
|
|
50
|
+
export declare function useInvokeStreamingBlockAction(): InvokeStreamingBlockActionFunc;
|
|
51
|
+
/**
|
|
52
|
+
* Creates a function that can be provided to the block that allows calling
|
|
53
|
+
* block actions and returning streaming data.
|
|
54
|
+
*
|
|
55
|
+
* @private This should not be used by plugins.
|
|
56
|
+
*
|
|
57
|
+
* @param post The function to handle the post operation.
|
|
58
|
+
* @param pageGuid The unique identifier of the page.
|
|
59
|
+
* @param blockGuid The unique identifier of the block.
|
|
60
|
+
* @param pageParameters The parameters to include with the block action calls.
|
|
61
|
+
* @param sessionGuid The unique identifier of the session from the original page request.
|
|
62
|
+
* @param interactionGuid The unique identifier of the interaction from the original page request.
|
|
63
|
+
*
|
|
64
|
+
* @returns A function that can be used to provide the invoke block action.
|
|
65
|
+
*/
|
|
66
|
+
export declare function createInvokeStreamingBlockAction(doStreamingApiCall: HttpDoStreamingApiCallFunc, pageGuid: Guid, blockGuid: Guid, pageParameters: Record<string, string>, sessionGuid: Guid, interactionGuid: Guid): InvokeStreamingBlockActionFunc;
|
|
44
67
|
/**
|
|
45
68
|
* Provides the reload block callback function for a block. This is an internal
|
|
46
69
|
* method and should not be used by plugins.
|
|
@@ -83,13 +106,6 @@ export declare function provideStaticContent(content: Ref<Node[]>): void;
|
|
|
83
106
|
* @returns A string of HTML content or undefined.
|
|
84
107
|
*/
|
|
85
108
|
export declare function useStaticContent(): Node[];
|
|
86
|
-
/**
|
|
87
|
-
* Provides the browser bus configured to publish messages for the current
|
|
88
|
-
* block.
|
|
89
|
-
*
|
|
90
|
-
* @param bus The browser bus.
|
|
91
|
-
*/
|
|
92
|
-
export declare function provideBlockBrowserBus(bus: BrowserBus): void;
|
|
93
109
|
/**
|
|
94
110
|
* Gets the browser bus configured for use by the current block. If available
|
|
95
111
|
* this will be properly configured to publish messages with the correct block
|
|
@@ -202,10 +218,11 @@ export declare function useEntityTypeGuid(): Guid | undefined;
|
|
|
202
218
|
* useSecurityGrant() function instead.
|
|
203
219
|
*
|
|
204
220
|
* @param token The token provided by the server.
|
|
221
|
+
* @param renewTokenCallback An optional function that overrides the default token renewal callback.
|
|
205
222
|
*
|
|
206
223
|
* @returns A reference to the security grant that will be updated automatically when it has been renewed.
|
|
207
224
|
*/
|
|
208
|
-
export declare function getSecurityGrant(token: string | null | undefined): SecurityGrant;
|
|
225
|
+
export declare function getSecurityGrant(token: string | null | undefined, renewTokenCallback?: (() => Promise<string | null> | string | null)): SecurityGrant;
|
|
209
226
|
/**
|
|
210
227
|
* Provides the security grant to child components to use in their API calls.
|
|
211
228
|
*
|
|
@@ -284,4 +301,67 @@ export declare function providePersonPreferences(provider: IBlockPersonPreferenc
|
|
|
284
301
|
* @returns An object that implements {@link IBlockPersonPreferencesProvider}.
|
|
285
302
|
*/
|
|
286
303
|
export declare function usePersonPreferences(): IBlockPersonPreferencesProvider;
|
|
304
|
+
/**
|
|
305
|
+
* The block actions that can be performed on a block.
|
|
306
|
+
*/
|
|
307
|
+
export interface IBlockActions {
|
|
308
|
+
/** Called when the block should hide itself. */
|
|
309
|
+
hideBlock?(): Promise<void>;
|
|
310
|
+
/** Called when the block should show itself. */
|
|
311
|
+
showBlock?(): Promise<void>;
|
|
312
|
+
/** Called when the block should reload itself. */
|
|
313
|
+
reloadBlock?(): Promise<void>;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Registers a block with the specified actions and role.
|
|
317
|
+
*
|
|
318
|
+
* **This is an internal function that should not be called by plugins.**
|
|
319
|
+
*
|
|
320
|
+
* @param actions The actions that can be performed on the block.
|
|
321
|
+
* @param role The role of the block on the page.
|
|
322
|
+
*/
|
|
323
|
+
export declare function registerBlock(actions: IBlockActions, role: BlockRole): void;
|
|
324
|
+
/**
|
|
325
|
+
* Unregisters a block with the specified actions and role.
|
|
326
|
+
*
|
|
327
|
+
* **This is an internal function that should not be called by plugins.**
|
|
328
|
+
*
|
|
329
|
+
* @param actions The actions that can be performed on the block.
|
|
330
|
+
* @param role The role of the block on the page.
|
|
331
|
+
*/
|
|
332
|
+
export declare function unregisterBlock(actions: IBlockActions, role: BlockRole): void;
|
|
333
|
+
/**
|
|
334
|
+
* Provides the block actions that will be used by child components
|
|
335
|
+
* to access the actions associated with their block.
|
|
336
|
+
*
|
|
337
|
+
* **This is an internal function that should not be called by plugins.**
|
|
338
|
+
*
|
|
339
|
+
* @param actions The actions that can be performed on the block.
|
|
340
|
+
*/
|
|
341
|
+
export declare function provideBlockActions(actions: IBlockActions): void;
|
|
342
|
+
/**
|
|
343
|
+
* Gets the block actions that can be used by child components
|
|
344
|
+
* to access the actions associated with their block.
|
|
345
|
+
*
|
|
346
|
+
* @returns An object that implements {@link IBlockActions}.
|
|
347
|
+
*/
|
|
348
|
+
export declare function useBlockActions(): IBlockActions;
|
|
349
|
+
/**
|
|
350
|
+
* Hides the blocks on the page that match the specified role.
|
|
351
|
+
*
|
|
352
|
+
* @param role The role to use when deciding which blocks to hide.
|
|
353
|
+
*/
|
|
354
|
+
export declare function hideBlockRole(role: BlockRole): Promise<void>;
|
|
355
|
+
/**
|
|
356
|
+
* Shows the blocks on the page that match the specified role.
|
|
357
|
+
*
|
|
358
|
+
* @param role The role to use when deciding which blocks to show.
|
|
359
|
+
*/
|
|
360
|
+
export declare function showBlockRole(role: BlockRole): Promise<void>;
|
|
361
|
+
/**
|
|
362
|
+
* Reloads the blocks on the page that match the specified role.
|
|
363
|
+
*
|
|
364
|
+
* @param role The role to use when deciding which blocks to reload.
|
|
365
|
+
*/
|
|
366
|
+
export declare function reloadBlockRole(role: BlockRole): Promise<void>;
|
|
287
367
|
export {};
|
|
@@ -8,6 +8,10 @@ export declare const PageMessages: {
|
|
|
8
8
|
* Sent when the query string is changed outside the context of a page load.
|
|
9
9
|
*/
|
|
10
10
|
readonly QueryStringChanged: "page.core.queryStringChanged";
|
|
11
|
+
/**
|
|
12
|
+
* Sent when one of the context entity values have changed on the page.
|
|
13
|
+
*/
|
|
14
|
+
readonly ContextEntityChanged: "page.core.contextEntityChanged";
|
|
11
15
|
};
|
|
12
16
|
/**
|
|
13
17
|
* Framework messages that will be sent for blocks.
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { ChartData, ChartOptions, ChartType, Plugin } from "@Obsidian/Libs/chart";
|
|
2
|
+
import { ChartNumericDataPointBag } from "@Obsidian/ViewModels/Reporting/chartNumericDataPointBag";
|
|
3
|
+
import { Enumerable } from "./linq";
|
|
4
|
+
import { RockDateTime } from "./rockDateTime";
|
|
5
|
+
export declare const BarDatasetLabelsPlugin: Plugin<"bar">;
|
|
6
|
+
interface IBarValueLabelsPluginOptions {
|
|
7
|
+
isBackgroundDark?: (barColor: string) => boolean;
|
|
8
|
+
formatter?: (value: string) => string;
|
|
9
|
+
}
|
|
10
|
+
declare module "@Obsidian/Libs/chart" {
|
|
11
|
+
interface PluginOptionsByType<TType extends ChartType> {
|
|
12
|
+
barValueLabels?: IBarValueLabelsPluginOptions;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare const BarValueLabelsPlugin: Plugin<"bar">;
|
|
16
|
+
export declare class BarChartDataBuilder {
|
|
17
|
+
private dataPoints;
|
|
18
|
+
private seriesNameOrderBy;
|
|
19
|
+
private constructor();
|
|
20
|
+
static createFromDataPoints(dataPoints: ChartNumericDataPointBag[]): BarChartDataBuilder;
|
|
21
|
+
/**
|
|
22
|
+
* Sets the order of the series in the chart to match the supplied array. Any series not in the array will be placed at the end.
|
|
23
|
+
*
|
|
24
|
+
* This is useful when you want to control the order of the series in the chart
|
|
25
|
+
* instead of relying on the order of the source array elements.
|
|
26
|
+
*
|
|
27
|
+
* For bar charts, this affects the order of the bars in the chart.
|
|
28
|
+
*/
|
|
29
|
+
withSeriesOrder(orderBy: string[]): BarChartDataBuilder;
|
|
30
|
+
/**
|
|
31
|
+
* Sets the order of the series in the chart based on a comparator function.
|
|
32
|
+
*
|
|
33
|
+
* This is useful when you want to control the order of the series in the chart
|
|
34
|
+
* instead of relying on the order of the source array elements.
|
|
35
|
+
*
|
|
36
|
+
* For bar charts, this affects the order of the bars in the chart.
|
|
37
|
+
*/
|
|
38
|
+
withSeriesOrder(orderBy: ((seriesNameA: string, seriesNameB: string) => number)): BarChartDataBuilder;
|
|
39
|
+
build(): ChartData<"bar">;
|
|
40
|
+
}
|
|
41
|
+
export declare class BarChartOptionsBuilder {
|
|
42
|
+
private options;
|
|
43
|
+
private constructor();
|
|
44
|
+
static create(): BarChartOptionsBuilder;
|
|
45
|
+
build(): ChartOptions<"bar">;
|
|
46
|
+
withXAxisAsDate(options?: {
|
|
47
|
+
timeUnit: "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
|
|
48
|
+
}): BarChartOptionsBuilder;
|
|
49
|
+
/**
|
|
50
|
+
* Formats the value as a percentage (with a '%' sign) in the Y-axis ticks and tooltips.
|
|
51
|
+
*
|
|
52
|
+
* This assumes the value is a fractional number representing a percentage (e.g., 0.5 for 50%).
|
|
53
|
+
*/
|
|
54
|
+
withYAxisAsPercent(options?: {
|
|
55
|
+
maxDecimalPlaces: number | undefined;
|
|
56
|
+
}): BarChartOptionsBuilder;
|
|
57
|
+
withoutLegend(): BarChartOptionsBuilder;
|
|
58
|
+
withResponsiveSizing(): BarChartOptionsBuilder;
|
|
59
|
+
withoutTooltips(): BarChartOptionsBuilder;
|
|
60
|
+
withBarValueLabels(options?: IBarValueLabelsPluginOptions): BarChartOptionsBuilder;
|
|
61
|
+
}
|
|
62
|
+
export declare class LineChartDataBuilder {
|
|
63
|
+
private dataPoints;
|
|
64
|
+
private seriesNameOrderBy;
|
|
65
|
+
private constructor();
|
|
66
|
+
static createFromData(dataPoints: ChartNumericDataPointBag[]): LineChartDataBuilder;
|
|
67
|
+
/**
|
|
68
|
+
* Sets the order of the series in the chart to match the supplied array. Any series not in the array will be placed at the end.
|
|
69
|
+
*
|
|
70
|
+
* This is useful when you want to control the order of the series in the chart
|
|
71
|
+
* instead of relying on the order of the source array elements.
|
|
72
|
+
*
|
|
73
|
+
* For line charts, this affects which line is on top of others.
|
|
74
|
+
*/
|
|
75
|
+
withSeriesOrder(orderBy: string[]): LineChartDataBuilder;
|
|
76
|
+
/**
|
|
77
|
+
* Sets the order of the series in the chart based on a comparator function.
|
|
78
|
+
*
|
|
79
|
+
* This is useful when you want to control the order of the series in the chart
|
|
80
|
+
* instead of relying on the order of the source array elements.
|
|
81
|
+
*
|
|
82
|
+
* For line charts, this affects which line is on top of others.
|
|
83
|
+
*/
|
|
84
|
+
withSeriesOrder(orderBy: ((seriesNameA: string, seriesNameB: string) => number)): LineChartDataBuilder;
|
|
85
|
+
build(): ChartData<"line">;
|
|
86
|
+
}
|
|
87
|
+
export declare class LineChartOptionsBuilder {
|
|
88
|
+
private options;
|
|
89
|
+
private constructor();
|
|
90
|
+
static create(): LineChartOptionsBuilder;
|
|
91
|
+
static createFrom(options?: ChartOptions<"line">): LineChartOptionsBuilder;
|
|
92
|
+
build(): ChartOptions<"line">;
|
|
93
|
+
withXAxisAsDate(options?: {
|
|
94
|
+
timeUnit: "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
|
|
95
|
+
}): LineChartOptionsBuilder;
|
|
96
|
+
/**
|
|
97
|
+
* Formats the value as a percentage (with a '%' sign) in the Y-axis ticks and tooltips.
|
|
98
|
+
*
|
|
99
|
+
* This assumes the value is a fractional number representing a percentage (e.g., 0.5 for 50%).
|
|
100
|
+
*/
|
|
101
|
+
withYAxisAsPercent(options?: {
|
|
102
|
+
maxDecimalPlaces: number | undefined;
|
|
103
|
+
}): LineChartOptionsBuilder;
|
|
104
|
+
withResponsiveSizing(): LineChartOptionsBuilder;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Builds a cumulative chart series from an enumerable of RockDateTime objects.
|
|
108
|
+
*
|
|
109
|
+
* @param dateEnumerable An enumerable of RockDateTime objects or null/undefined values.
|
|
110
|
+
* @param options An object containing options for the series.
|
|
111
|
+
* @returns An array of ChartNumericDateTimeDataPoint objects representing the cumulative series.
|
|
112
|
+
*/
|
|
113
|
+
export declare function buildCumulativeRates(dateEnumerable: Enumerable<RockDateTime>, options: {
|
|
114
|
+
/**
|
|
115
|
+
* The name of the series to use in the chart.
|
|
116
|
+
*/
|
|
117
|
+
seriesName: string;
|
|
118
|
+
/**
|
|
119
|
+
* The color to use for the series in the chart.
|
|
120
|
+
*/
|
|
121
|
+
color: string;
|
|
122
|
+
/**
|
|
123
|
+
* The total count of recipients or messages to use for calculating the percentage.
|
|
124
|
+
*/
|
|
125
|
+
totalCount: number;
|
|
126
|
+
/**
|
|
127
|
+
* Transforms the date after the ISO date string is parsed.
|
|
128
|
+
* This is useful for grouping dates into weeks or months.
|
|
129
|
+
*/
|
|
130
|
+
dateTransformer?: ((d: RockDateTime) => RockDateTime) | null | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* Formats the date for display in the chart.
|
|
133
|
+
* Defaults to outputting an ISO string if not provided.
|
|
134
|
+
*/
|
|
135
|
+
dateFormatter?: ((d: RockDateTime) => string) | null | undefined;
|
|
136
|
+
}): Enumerable<ChartNumericDataPointBag & {
|
|
137
|
+
rockDateTime: RockDateTime;
|
|
138
|
+
}>;
|
|
139
|
+
export {};
|
|
@@ -4,6 +4,7 @@ import { PickerDisplayStyle } from "@Obsidian/Enums/Controls/pickerDisplayStyle"
|
|
|
4
4
|
import { FilterMode } from "@Obsidian/Enums/Reporting/filterMode";
|
|
5
5
|
import { ExtendedRef, ExtendedRefContext } from "@Obsidian/Types/Utility/component";
|
|
6
6
|
import type { RulesPropType } from "@Obsidian/Types/validationRules";
|
|
7
|
+
import type { DynamicComponentDefinitionBag } from "@Obsidian/ViewModels/Controls/dynamicComponentDefinitionBag";
|
|
7
8
|
type Prop = {
|
|
8
9
|
[key: string]: unknown;
|
|
9
10
|
};
|
|
@@ -140,14 +141,35 @@ export declare const standardAsyncPickerProps: StandardAsyncPickerProps;
|
|
|
140
141
|
* @returns An object of prop values that can be used with v-bind.
|
|
141
142
|
*/
|
|
142
143
|
export declare function useStandardAsyncPickerProps(props: ExtractPropTypes<StandardAsyncPickerProps>): ExtractPropTypes<StandardAsyncPickerProps>;
|
|
143
|
-
type
|
|
144
|
-
/**
|
|
145
|
-
* The component data value from the C# component class.
|
|
146
|
-
*/
|
|
144
|
+
export type StandardDynamicComponentProps = {
|
|
147
145
|
modelValue: {
|
|
148
|
-
type: PropType<Record<string, string |
|
|
146
|
+
type: PropType<Record<string, string | null | undefined>>;
|
|
149
147
|
required: true;
|
|
150
148
|
};
|
|
149
|
+
options: {
|
|
150
|
+
type: PropType<Record<string, string | null | undefined>>;
|
|
151
|
+
required: true;
|
|
152
|
+
};
|
|
153
|
+
executeRequest: {
|
|
154
|
+
type: PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
155
|
+
required: true;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* The standard props that are available to an instantiated component by the
|
|
160
|
+
* dynamicComponent.obs component.
|
|
161
|
+
*/
|
|
162
|
+
export declare const standardDynamicComponentProps: StandardDynamicComponentProps;
|
|
163
|
+
/**
|
|
164
|
+
* This is used to pre-load the URL in the definition so that it is ready for
|
|
165
|
+
* immediate display when passed to the dynamic component. This can be used to
|
|
166
|
+
* delay the display of the dynamic component container until the actual
|
|
167
|
+
* component is loaded into memory and ready to be displayed.
|
|
168
|
+
*
|
|
169
|
+
* @param definition The dynamic component definition that contains the URL to load.
|
|
170
|
+
*/
|
|
171
|
+
export declare function loadDynamicComponentDefinition(definition: DynamicComponentDefinitionBag): Promise<void>;
|
|
172
|
+
type DataViewFilterProps = StandardDynamicComponentProps & {
|
|
151
173
|
/**
|
|
152
174
|
* The mode this filter is operating in.
|
|
153
175
|
*/
|
|
@@ -158,15 +180,7 @@ type DataViewFilterProps = {
|
|
|
158
180
|
};
|
|
159
181
|
/** The standard component props that will be passed to DataView Filter components. */
|
|
160
182
|
export declare const dataViewFilterProps: DataViewFilterProps;
|
|
161
|
-
type DataViewSelectProps =
|
|
162
|
-
/**
|
|
163
|
-
* The component data value from the C# component class.
|
|
164
|
-
*/
|
|
165
|
-
modelValue: {
|
|
166
|
-
type: PropType<Record<string, string | undefined | null>>;
|
|
167
|
-
required: true;
|
|
168
|
-
};
|
|
169
|
-
};
|
|
183
|
+
type DataViewSelectProps = StandardDynamicComponentProps;
|
|
170
184
|
/** The standard component props that will be passed to DataView Select components. */
|
|
171
185
|
export declare const dataViewSelectProps: DataViewSelectProps;
|
|
172
186
|
/**
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Gets the CSS variable value.
|
|
3
|
+
*
|
|
4
|
+
* @param cssVariableName The name of the CSS variable.
|
|
5
|
+
* @param fallbackValue The optional fallback value to use.
|
|
6
|
+
* @param targetElement The optional target element to get the CSS variable
|
|
7
|
+
* value from. Can be a CSS selector to query the element or a reference to
|
|
8
|
+
* the HTML element itself. If not provided, defaults to the document root.
|
|
9
|
+
*
|
|
10
|
+
* @returns The value of the CSS variable, the fallback value if not found, or
|
|
11
|
+
* an empty string if neither are defined.
|
|
12
|
+
*/
|
|
13
|
+
export declare function getCssVariableValue(cssVariableName: string, fallbackValue?: string, targetElement?: string | HTMLElement): string;
|
package/types/Utility/http.d.ts
CHANGED
|
@@ -14,6 +14,17 @@ import { ICancellationToken } from "./cancellation";
|
|
|
14
14
|
* @param {any} data This will be the body of the request
|
|
15
15
|
*/
|
|
16
16
|
export declare function doApiCall<T>(method: HttpMethod, url: string, params?: HttpUrlParams, data?: HttpBodyData, cancellationToken?: ICancellationToken): Promise<HttpResult<T>>;
|
|
17
|
+
/**
|
|
18
|
+
* Make an API call. This is a special use function that should not
|
|
19
|
+
* normally be used. Instead call useHttp() to get the HTTP functions that
|
|
20
|
+
* can be used.
|
|
21
|
+
*
|
|
22
|
+
* @param {string} method The HTTP method, such as GET
|
|
23
|
+
* @param {string} url The endpoint to access, such as /api/campuses/
|
|
24
|
+
* @param {object} params Query parameter object. Will be converted to ?key1=value1&key2=value2 as part of the URL.
|
|
25
|
+
* @param {any} data This will be the body of the request
|
|
26
|
+
*/
|
|
27
|
+
export declare function doStreamingApiCall<T>(method: HttpMethod, url: string, params?: HttpUrlParams, data?: HttpBodyData, cancellationToken?: ICancellationToken): Promise<HttpResult<ReadableStream<T>>>;
|
|
17
28
|
/**
|
|
18
29
|
* Make a GET HTTP request. This is a special use function that should not
|
|
19
30
|
* normally be used. Instead call useHttp() to get the HTTP functions that
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Attempts to parse the JSON and returns undefined if it could not be parsed.
|
|
3
|
+
*
|
|
4
|
+
* @param value The JSON value to parse.
|
|
5
|
+
*
|
|
6
|
+
* @returns The object that represents the JSON or undefined.
|
|
7
|
+
*/
|
|
8
|
+
export declare function safeParseJson<T>(value: string | null | undefined): T | undefined;
|