@rockrms/obsidian-framework 17.6.1 → 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
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
/** The title to display in the slicer bar. */
|
|
4
|
+
title: {
|
|
5
|
+
type: PropType<string>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
/** Whether to show the campus context picker. */
|
|
9
|
+
showCampus: {
|
|
10
|
+
type: PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Campus type defined value guids that limit which campuses are
|
|
15
|
+
* included in the list of campus options.
|
|
16
|
+
*/
|
|
17
|
+
campusTypeFilter: {
|
|
18
|
+
type: PropType<string | string[] | undefined>;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Campus status defined value guids that limit which campuses are
|
|
23
|
+
* included in the list of campus options.
|
|
24
|
+
*/
|
|
25
|
+
campusStatusFilter: {
|
|
26
|
+
type: PropType<string | string[] | undefined>;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
/** The title to display in the slicer bar. */
|
|
31
|
+
title: {
|
|
32
|
+
type: PropType<string>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
/** Whether to show the campus context picker. */
|
|
36
|
+
showCampus: {
|
|
37
|
+
type: PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Campus type defined value guids that limit which campuses are
|
|
42
|
+
* included in the list of campus options.
|
|
43
|
+
*/
|
|
44
|
+
campusTypeFilter: {
|
|
45
|
+
type: PropType<string | string[] | undefined>;
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Campus status defined value guids that limit which campuses are
|
|
50
|
+
* included in the list of campus options.
|
|
51
|
+
*/
|
|
52
|
+
campusStatusFilter: {
|
|
53
|
+
type: PropType<string | string[] | undefined>;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
56
|
+
}>>, {
|
|
57
|
+
showCampus: boolean;
|
|
58
|
+
}, {}>, {
|
|
59
|
+
default?(_: {}): any;
|
|
60
|
+
}>;
|
|
61
|
+
export default _default;
|
|
62
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
|
+
new (): {
|
|
64
|
+
$slots: S;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
|
|
2
|
+
import { BtnSize } from "@Obsidian/Enums/Controls/btnSize";
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
4
|
value: {
|
|
4
5
|
type: PropType<string>;
|
|
5
6
|
required: true;
|
|
@@ -17,6 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
18
|
type: PropType<"auto" | "left" | "top" | "right" | "bottom">;
|
|
18
19
|
default: string;
|
|
19
20
|
};
|
|
21
|
+
isSquare: {
|
|
22
|
+
type: PropType<boolean | null | undefined>;
|
|
23
|
+
};
|
|
24
|
+
btnSize: {
|
|
25
|
+
type: PropType<BtnSize | undefined>;
|
|
26
|
+
};
|
|
20
27
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
28
|
value: {
|
|
22
29
|
type: PropType<string>;
|
|
@@ -35,8 +42,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
42
|
type: PropType<"auto" | "left" | "top" | "right" | "bottom">;
|
|
36
43
|
default: string;
|
|
37
44
|
};
|
|
45
|
+
isSquare: {
|
|
46
|
+
type: PropType<boolean | null | undefined>;
|
|
47
|
+
};
|
|
48
|
+
btnSize: {
|
|
49
|
+
type: PropType<BtnSize | undefined>;
|
|
50
|
+
};
|
|
38
51
|
}>>, {
|
|
39
52
|
tooltip: string;
|
|
40
53
|
tooltipPlacement: "auto" | "left" | "top" | "right" | "bottom";
|
|
41
|
-
}, {}
|
|
54
|
+
}, {}>, {
|
|
55
|
+
default?(_: {}): any;
|
|
56
|
+
}>;
|
|
42
57
|
export default _default;
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
help: {
|
|
12
12
|
type: PropType<string>;
|
|
13
|
+
/** Whether to parse the entered value and reformat it to match the set format. NOT Reactive */
|
|
13
14
|
default: "";
|
|
14
15
|
};
|
|
15
16
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
@@ -97,6 +98,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
98
|
};
|
|
98
99
|
help: {
|
|
99
100
|
type: PropType<string>;
|
|
101
|
+
/** Whether to parse the entered value and reformat it to match the set format. NOT Reactive */
|
|
100
102
|
default: "";
|
|
101
103
|
};
|
|
102
104
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { MenuAction } from "@Obsidian/Types/Controls/dropDownMenu";
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
|
+
aside: {
|
|
5
|
+
type: PropType<string | null | undefined>;
|
|
6
|
+
required: false;
|
|
7
|
+
};
|
|
8
|
+
asideIconCssClass: {
|
|
9
|
+
type: PropType<string | null | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
};
|
|
12
|
+
badgeText: {
|
|
13
|
+
type: PropType<string | null | undefined>;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
iconCssClass: {
|
|
17
|
+
type: PropType<string | null | undefined>;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
iconLabelType: {
|
|
21
|
+
type: PropType<string | Omit<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom", "custom">>;
|
|
22
|
+
default: "info";
|
|
23
|
+
};
|
|
24
|
+
iconTitleAndDescMinWidth: {
|
|
25
|
+
type: PropType<string>;
|
|
26
|
+
required: false;
|
|
27
|
+
default: "150px";
|
|
28
|
+
};
|
|
29
|
+
description: {
|
|
30
|
+
type: PropType<string | null | undefined>;
|
|
31
|
+
required: false;
|
|
32
|
+
};
|
|
33
|
+
minWidth: {
|
|
34
|
+
type: PropType<string>;
|
|
35
|
+
required: false;
|
|
36
|
+
default: "440px";
|
|
37
|
+
};
|
|
38
|
+
primaryActions: {
|
|
39
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
secondaryActions: {
|
|
43
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
title: {
|
|
47
|
+
type: PropType<string | null | undefined>;
|
|
48
|
+
required: false;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Optional click handler that will be called when the main item
|
|
52
|
+
* is clicked.
|
|
53
|
+
*/
|
|
54
|
+
onClick: {
|
|
55
|
+
type: PropType<() => void>;
|
|
56
|
+
required: false;
|
|
57
|
+
};
|
|
58
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
|
+
aside: {
|
|
60
|
+
type: PropType<string | null | undefined>;
|
|
61
|
+
required: false;
|
|
62
|
+
};
|
|
63
|
+
asideIconCssClass: {
|
|
64
|
+
type: PropType<string | null | undefined>;
|
|
65
|
+
required: false;
|
|
66
|
+
};
|
|
67
|
+
badgeText: {
|
|
68
|
+
type: PropType<string | null | undefined>;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
71
|
+
iconCssClass: {
|
|
72
|
+
type: PropType<string | null | undefined>;
|
|
73
|
+
required: false;
|
|
74
|
+
};
|
|
75
|
+
iconLabelType: {
|
|
76
|
+
type: PropType<string | Omit<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom", "custom">>;
|
|
77
|
+
default: "info";
|
|
78
|
+
};
|
|
79
|
+
iconTitleAndDescMinWidth: {
|
|
80
|
+
type: PropType<string>;
|
|
81
|
+
required: false;
|
|
82
|
+
default: "150px";
|
|
83
|
+
};
|
|
84
|
+
description: {
|
|
85
|
+
type: PropType<string | null | undefined>;
|
|
86
|
+
required: false;
|
|
87
|
+
};
|
|
88
|
+
minWidth: {
|
|
89
|
+
type: PropType<string>;
|
|
90
|
+
required: false;
|
|
91
|
+
default: "440px";
|
|
92
|
+
};
|
|
93
|
+
primaryActions: {
|
|
94
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
95
|
+
required: false;
|
|
96
|
+
};
|
|
97
|
+
secondaryActions: {
|
|
98
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
99
|
+
required: false;
|
|
100
|
+
};
|
|
101
|
+
title: {
|
|
102
|
+
type: PropType<string | null | undefined>;
|
|
103
|
+
required: false;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Optional click handler that will be called when the main item
|
|
107
|
+
* is clicked.
|
|
108
|
+
*/
|
|
109
|
+
onClick: {
|
|
110
|
+
type: PropType<() => void>;
|
|
111
|
+
required: false;
|
|
112
|
+
};
|
|
113
|
+
}>>, {
|
|
114
|
+
iconLabelType: string | Omit<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom", "custom">;
|
|
115
|
+
iconTitleAndDescMinWidth: string;
|
|
116
|
+
minWidth: string;
|
|
117
|
+
}, {}>, {
|
|
118
|
+
prepend?(_: {}): any;
|
|
119
|
+
description?(_: {}): any;
|
|
120
|
+
actions?(_: {}): any;
|
|
121
|
+
}>;
|
|
122
|
+
export default _default;
|
|
123
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
124
|
+
new (): {
|
|
125
|
+
$slots: S;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { MenuAction } from "@Obsidian/Types/Controls/dropDownMenu";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
actions: {
|
|
5
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
6
|
+
required: false;
|
|
7
|
+
};
|
|
8
|
+
addText: {
|
|
9
|
+
type: PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
actions: {
|
|
14
|
+
type: PropType<MenuAction[] | null | undefined>;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
addText: {
|
|
18
|
+
type: PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
addText: string;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PropType, VNodeTypes } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
tippableConnectorTargets: {
|
|
4
|
+
type: PropType<VNodeTypes[] | null | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
hasConnectors: {
|
|
8
|
+
type: PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
tippableConnectorTargets: {
|
|
13
|
+
type: PropType<VNodeTypes[] | null | undefined>;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
hasConnectors: {
|
|
17
|
+
type: PropType<boolean>;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}>>, {
|
|
21
|
+
hasConnectors: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _default;
|
|
@@ -14,6 +14,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
14
|
type: PropType<string[]>;
|
|
15
15
|
default: string[];
|
|
16
16
|
};
|
|
17
|
+
preventOverflowClipping: {
|
|
18
|
+
type: PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
17
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
22
|
"update:modelValue": (v: boolean) => void;
|
|
19
23
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -31,12 +35,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
31
35
|
type: PropType<string[]>;
|
|
32
36
|
default: string[];
|
|
33
37
|
};
|
|
38
|
+
preventOverflowClipping: {
|
|
39
|
+
type: PropType<boolean>;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
34
42
|
}>> & {
|
|
35
43
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
36
44
|
}, {
|
|
37
45
|
modelValue: boolean;
|
|
38
46
|
showArrow: boolean;
|
|
39
47
|
preventCloseOnClickSelectors: string[];
|
|
48
|
+
preventOverflowClipping: boolean;
|
|
40
49
|
}, {}>, {
|
|
41
50
|
anchor?(_: {}): any;
|
|
42
51
|
default?(_: {}): any;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { DynamicComponentDefinitionBag } from "@Obsidian/ViewModels/Controls/dynamicComponentDefinitionBag";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
/**
|
|
5
|
+
* The value that will be edited by the dynamic component.
|
|
6
|
+
*/
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: PropType<Record<string, string>>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The dynamic component definition that will be used to load the
|
|
13
|
+
* component and pass the custom options to it.
|
|
14
|
+
*/
|
|
15
|
+
definition: {
|
|
16
|
+
type: PropType<DynamicComponentDefinitionBag>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Additional properties that will be passed to the component.
|
|
21
|
+
*/
|
|
22
|
+
properties: {
|
|
23
|
+
type: PropType<Record<string, unknown>>;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* The function that will be used to send any requests from the
|
|
28
|
+
* component to the server.
|
|
29
|
+
*/
|
|
30
|
+
executeRequest: {
|
|
31
|
+
type: PropType<(request: Record<string, string>, securityGrantToken: string | null) => Promise<Record<string, string> | null>>;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
+
"update:modelValue": (value: unknown) => void;
|
|
36
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
/**
|
|
38
|
+
* The value that will be edited by the dynamic component.
|
|
39
|
+
*/
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: PropType<Record<string, string>>;
|
|
42
|
+
required: false;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The dynamic component definition that will be used to load the
|
|
46
|
+
* component and pass the custom options to it.
|
|
47
|
+
*/
|
|
48
|
+
definition: {
|
|
49
|
+
type: PropType<DynamicComponentDefinitionBag>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Additional properties that will be passed to the component.
|
|
54
|
+
*/
|
|
55
|
+
properties: {
|
|
56
|
+
type: PropType<Record<string, unknown>>;
|
|
57
|
+
required: false;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* The function that will be used to send any requests from the
|
|
61
|
+
* component to the server.
|
|
62
|
+
*/
|
|
63
|
+
executeRequest: {
|
|
64
|
+
type: PropType<(request: Record<string, string>, securityGrantToken: string | null) => Promise<Record<string, string> | null>>;
|
|
65
|
+
required: false;
|
|
66
|
+
};
|
|
67
|
+
}>> & {
|
|
68
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
69
|
+
}, {}, {}>;
|
|
70
|
+
export default _default;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
type ProgressBar = {
|
|
3
|
+
/**
|
|
4
|
+
* The percentage value of the progress bar.
|
|
5
|
+
*
|
|
6
|
+
* This should be a number between 0 and 100.
|
|
7
|
+
*/
|
|
8
|
+
value: number;
|
|
9
|
+
/**
|
|
10
|
+
* The opacity of the progress bar (defaults to 100% opacity when nullish).
|
|
11
|
+
*
|
|
12
|
+
* This should be a string representing a CSS opacity value (e.g., "0.5", "1").
|
|
13
|
+
*/
|
|
14
|
+
opacity?: string | null | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* The text to display inside the progress bar.
|
|
17
|
+
*/
|
|
18
|
+
text?: string | null | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The progress bar type, which determines the color and style of the bar (defaults to `props.progressType`).
|
|
21
|
+
*/
|
|
22
|
+
type?: ProgressBarType;
|
|
23
|
+
};
|
|
24
|
+
type Indicator = {
|
|
25
|
+
/**
|
|
26
|
+
* The percentage value of the progress bar where the indicator should appear.
|
|
27
|
+
*
|
|
28
|
+
* This should be a number between 0 and 100.
|
|
29
|
+
*/
|
|
30
|
+
value: number;
|
|
31
|
+
/**
|
|
32
|
+
* The indicator type, which determines the color and style of the indicator (defaults to `props.indicatorType`).
|
|
33
|
+
*/
|
|
34
|
+
type?: ProgressBarType | null | undefined;
|
|
35
|
+
};
|
|
36
|
+
type ProgressBarType = "danger" | "success" | "critical" | "warning" | "info" | "default";
|
|
37
|
+
declare const _default: import("vue").DefineComponent<{
|
|
38
|
+
/**
|
|
39
|
+
* The progress to display in the progress bar.
|
|
40
|
+
*
|
|
41
|
+
* These should be percentages (0-100) that indicate the progress of the task.
|
|
42
|
+
*/
|
|
43
|
+
modelValue: {
|
|
44
|
+
type: PropType<number | ProgressBar | ProgressBar[] | null | undefined>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Optional indicator marks to display along the progress bar.
|
|
49
|
+
*
|
|
50
|
+
* These should be percentages (0-100) that represent where the indicators should be placed.
|
|
51
|
+
*/
|
|
52
|
+
indicators: {
|
|
53
|
+
type: PropType<(number | Indicator)[] | null | undefined>;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* The type of indicator marks to display along the progress bar.
|
|
57
|
+
*/
|
|
58
|
+
indicatorType: {
|
|
59
|
+
type: PropType<ProgressBarType>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* The color for the progress bar.
|
|
64
|
+
*/
|
|
65
|
+
progressType: {
|
|
66
|
+
type: PropType<ProgressBarType>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* The tooltip for the progress bar (supports HTML)
|
|
71
|
+
*/
|
|
72
|
+
tooltip: {
|
|
73
|
+
type: PropType<string | null | undefined>;
|
|
74
|
+
};
|
|
75
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
/**
|
|
77
|
+
* The progress to display in the progress bar.
|
|
78
|
+
*
|
|
79
|
+
* These should be percentages (0-100) that indicate the progress of the task.
|
|
80
|
+
*/
|
|
81
|
+
modelValue: {
|
|
82
|
+
type: PropType<number | ProgressBar | ProgressBar[] | null | undefined>;
|
|
83
|
+
required: true;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Optional indicator marks to display along the progress bar.
|
|
87
|
+
*
|
|
88
|
+
* These should be percentages (0-100) that represent where the indicators should be placed.
|
|
89
|
+
*/
|
|
90
|
+
indicators: {
|
|
91
|
+
type: PropType<(number | Indicator)[] | null | undefined>;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* The type of indicator marks to display along the progress bar.
|
|
95
|
+
*/
|
|
96
|
+
indicatorType: {
|
|
97
|
+
type: PropType<ProgressBarType>;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* The color for the progress bar.
|
|
102
|
+
*/
|
|
103
|
+
progressType: {
|
|
104
|
+
type: PropType<ProgressBarType>;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* The tooltip for the progress bar (supports HTML)
|
|
109
|
+
*/
|
|
110
|
+
tooltip: {
|
|
111
|
+
type: PropType<string | null | undefined>;
|
|
112
|
+
};
|
|
113
|
+
}>>, {
|
|
114
|
+
indicatorType: ProgressBarType;
|
|
115
|
+
progressType: ProgressBarType;
|
|
116
|
+
}, {}>;
|
|
117
|
+
export default _default;
|
|
@@ -28,23 +28,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
enhanceForLongLists: {
|
|
30
30
|
type: PropType<boolean>;
|
|
31
|
-
/**
|
|
32
|
-
* Perform additional processing on the items based on our property
|
|
33
|
-
* settings.
|
|
34
|
-
*
|
|
35
|
-
* @param items The items to be processed.
|
|
36
|
-
*
|
|
37
|
-
* @returns A new array of items that have been processed.
|
|
38
|
-
*/
|
|
39
31
|
default: false;
|
|
40
|
-
};
|
|
41
|
-
* Perform additional processing on the items based on our property
|
|
42
|
-
* settings.
|
|
43
|
-
*
|
|
44
|
-
* @param items The items to be processed.
|
|
45
|
-
*
|
|
46
|
-
* @returns A new array of items that have been processed.
|
|
47
|
-
*/
|
|
32
|
+
};
|
|
48
33
|
lazyMode: {
|
|
49
34
|
type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
|
|
50
35
|
default: "onDemand";
|
|
@@ -60,9 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
45
|
blankValue: {
|
|
61
46
|
type: PropType<string>;
|
|
62
47
|
default: "";
|
|
63
|
-
};
|
|
64
|
-
* Loads the items from the server.
|
|
65
|
-
*/
|
|
48
|
+
};
|
|
66
49
|
displayStyle: {
|
|
67
50
|
type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
|
|
68
51
|
default: "auto";
|
|
@@ -113,23 +96,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
96
|
};
|
|
114
97
|
enhanceForLongLists: {
|
|
115
98
|
type: PropType<boolean>;
|
|
116
|
-
/**
|
|
117
|
-
* Perform additional processing on the items based on our property
|
|
118
|
-
* settings.
|
|
119
|
-
*
|
|
120
|
-
* @param items The items to be processed.
|
|
121
|
-
*
|
|
122
|
-
* @returns A new array of items that have been processed.
|
|
123
|
-
*/
|
|
124
99
|
default: false;
|
|
125
|
-
};
|
|
126
|
-
* Perform additional processing on the items based on our property
|
|
127
|
-
* settings.
|
|
128
|
-
*
|
|
129
|
-
* @param items The items to be processed.
|
|
130
|
-
*
|
|
131
|
-
* @returns A new array of items that have been processed.
|
|
132
|
-
*/
|
|
100
|
+
};
|
|
133
101
|
lazyMode: {
|
|
134
102
|
type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
|
|
135
103
|
default: "onDemand";
|
|
@@ -145,9 +113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
113
|
blankValue: {
|
|
146
114
|
type: PropType<string>;
|
|
147
115
|
default: "";
|
|
148
|
-
};
|
|
149
|
-
* Loads the items from the server.
|
|
150
|
-
*/
|
|
116
|
+
};
|
|
151
117
|
displayStyle: {
|
|
152
118
|
type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
|
|
153
119
|
default: "auto";
|
|
@@ -28,12 +28,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
enhanceForLongLists: {
|
|
30
30
|
type: PropType<boolean>;
|
|
31
|
-
default: false;
|
|
32
|
-
};
|
|
33
|
-
lazyMode: {
|
|
34
|
-
/**
|
|
31
|
+
default: false; /**
|
|
35
32
|
* Loads the items from the server.
|
|
36
33
|
*/
|
|
34
|
+
};
|
|
35
|
+
lazyMode: {
|
|
37
36
|
type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
|
|
38
37
|
default: "onDemand";
|
|
39
38
|
};
|
|
@@ -100,12 +99,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
99
|
};
|
|
101
100
|
enhanceForLongLists: {
|
|
102
101
|
type: PropType<boolean>;
|
|
103
|
-
default: false;
|
|
104
|
-
};
|
|
105
|
-
lazyMode: {
|
|
106
|
-
/**
|
|
102
|
+
default: false; /**
|
|
107
103
|
* Loads the items from the server.
|
|
108
104
|
*/
|
|
105
|
+
};
|
|
106
|
+
lazyMode: {
|
|
109
107
|
type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
|
|
110
108
|
default: "onDemand";
|
|
111
109
|
};
|
|
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
default: "";
|
|
24
24
|
};
|
|
25
25
|
isRequiredIndicatorHidden: {
|
|
26
|
+
/**
|
|
27
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
28
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
29
|
+
*/
|
|
26
30
|
type: PropType<boolean>;
|
|
27
31
|
default: false;
|
|
28
32
|
};
|
|
@@ -84,6 +88,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
88
|
default: "";
|
|
85
89
|
};
|
|
86
90
|
isRequiredIndicatorHidden: {
|
|
91
|
+
/**
|
|
92
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
93
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
94
|
+
*/
|
|
87
95
|
type: PropType<boolean>;
|
|
88
96
|
default: false;
|
|
89
97
|
};
|
|
@@ -1,12 +1,19 @@
|
|
|
1
|
+
import { FilterMode } from "@Obsidian/Enums/Reporting/filterMode";
|
|
1
2
|
import { PropType } from "vue";
|
|
2
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
4
|
compareLabel: {
|
|
4
5
|
type: PropType<string>;
|
|
5
6
|
};
|
|
7
|
+
filterMode: {
|
|
8
|
+
type: PropType<FilterMode>;
|
|
9
|
+
};
|
|
6
10
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
11
|
compareLabel: {
|
|
8
12
|
type: PropType<string>;
|
|
9
13
|
};
|
|
14
|
+
filterMode: {
|
|
15
|
+
type: PropType<FilterMode>;
|
|
16
|
+
};
|
|
10
17
|
}>>, {}, {}>, {
|
|
11
18
|
compare?(_: {}): any;
|
|
12
19
|
default?(_: {}): any;
|