@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
2
|
import { FieldFilterRuleBag } from "@Obsidian/ViewModels/Reporting/fieldFilterRuleBag";
|
|
3
3
|
import { FieldFilterSourceBag } from "@Obsidian/ViewModels/Reporting/fieldFilterSourceBag";
|
|
4
|
+
import { FilterMode } from "@Obsidian/Enums/Reporting/filterMode";
|
|
4
5
|
declare const _default: import("vue").DefineComponent<{
|
|
5
6
|
modelValue: {
|
|
6
7
|
type: PropType<FieldFilterRuleBag>;
|
|
@@ -20,6 +21,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
21
|
type: PropType<boolean>;
|
|
21
22
|
default: boolean;
|
|
22
23
|
};
|
|
24
|
+
/** The filter mode to use for the field filter. */
|
|
25
|
+
filterMode: {
|
|
26
|
+
type: PropType<FilterMode>;
|
|
27
|
+
default: 1;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* If this row is being used by itself, rather than in a list, it probably doesn't make sense to remove it,
|
|
31
|
+
* so we can disable the removal button.
|
|
32
|
+
*/
|
|
33
|
+
disableRemoval: {
|
|
34
|
+
type: PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* In some cases, we don't want to automatically select the first field in the list when we don't have a
|
|
39
|
+
* current selection. This is useful when we want to allow the rule to be empty and prevents Obsidian from
|
|
40
|
+
* changing a filter rule inadvertently when it wasn't set in the Webforms version of the filter.
|
|
41
|
+
*/
|
|
42
|
+
allowBlankFieldSelection: {
|
|
43
|
+
type: PropType<boolean>;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
23
46
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
47
|
"update:modelValue": (value: FieldFilterRuleBag) => void;
|
|
25
48
|
removeRule: (value: FieldFilterRuleBag) => void;
|
|
@@ -42,11 +65,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
65
|
type: PropType<boolean>;
|
|
43
66
|
default: boolean;
|
|
44
67
|
};
|
|
68
|
+
/** The filter mode to use for the field filter. */
|
|
69
|
+
filterMode: {
|
|
70
|
+
type: PropType<FilterMode>;
|
|
71
|
+
default: 1;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* If this row is being used by itself, rather than in a list, it probably doesn't make sense to remove it,
|
|
75
|
+
* so we can disable the removal button.
|
|
76
|
+
*/
|
|
77
|
+
disableRemoval: {
|
|
78
|
+
type: PropType<boolean>;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* In some cases, we don't want to automatically select the first field in the list when we don't have a
|
|
83
|
+
* current selection. This is useful when we want to allow the rule to be empty and prevents Obsidian from
|
|
84
|
+
* changing a filter rule inadvertently when it wasn't set in the Webforms version of the filter.
|
|
85
|
+
*/
|
|
86
|
+
allowBlankFieldSelection: {
|
|
87
|
+
type: PropType<boolean>;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
45
90
|
}>> & {
|
|
46
91
|
"onUpdate:modelValue"?: ((value: FieldFilterRuleBag) => any) | undefined;
|
|
47
92
|
onRemoveRule?: ((value: FieldFilterRuleBag) => any) | undefined;
|
|
48
93
|
}, {
|
|
94
|
+
filterMode: FilterMode;
|
|
49
95
|
groupSources: boolean;
|
|
50
96
|
enhanceForLongSourceLists: boolean;
|
|
97
|
+
disableRemoval: boolean;
|
|
98
|
+
allowBlankFieldSelection: boolean;
|
|
51
99
|
}, {}>;
|
|
52
100
|
export default _default;
|
|
@@ -20,8 +20,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
validationTitle: {
|
|
22
22
|
type: PropType<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
25
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
26
|
+
*/
|
|
23
27
|
default: "";
|
|
24
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
31
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
32
|
+
*/
|
|
25
33
|
isRequiredIndicatorHidden: {
|
|
26
34
|
type: PropType<boolean>;
|
|
27
35
|
default: false;
|
|
@@ -80,8 +88,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
88
|
};
|
|
81
89
|
validationTitle: {
|
|
82
90
|
type: PropType<string>;
|
|
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
|
+
*/
|
|
83
95
|
default: "";
|
|
84
96
|
};
|
|
97
|
+
/**
|
|
98
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
99
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
100
|
+
*/
|
|
85
101
|
isRequiredIndicatorHidden: {
|
|
86
102
|
type: PropType<boolean>;
|
|
87
103
|
default: false;
|
|
@@ -49,6 +49,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
type: PropType<boolean>;
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
|
+
isBinaryFile: {
|
|
53
|
+
type: PropType<boolean>;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
rootFolder: {
|
|
57
|
+
type: PropType<string>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
uploadPath: {
|
|
61
|
+
type: PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
52
64
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
53
65
|
"update:modelValue": (value: ListItemBag | undefined) => void;
|
|
54
66
|
error: (value: string) => void;
|
|
@@ -101,6 +113,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
113
|
type: PropType<boolean>;
|
|
102
114
|
default: boolean;
|
|
103
115
|
};
|
|
116
|
+
isBinaryFile: {
|
|
117
|
+
type: PropType<boolean>;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
rootFolder: {
|
|
121
|
+
type: PropType<string>;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
uploadPath: {
|
|
125
|
+
type: PropType<string>;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
104
128
|
}>> & {
|
|
105
129
|
onError?: ((value: string) => any) | undefined;
|
|
106
130
|
"onUpdate:modelValue"?: ((value: ListItemBag | undefined) => any) | undefined;
|
|
@@ -110,5 +134,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
134
|
uploadAsTemporary: boolean;
|
|
111
135
|
uploadButtonText: string;
|
|
112
136
|
showDeleteButton: boolean;
|
|
137
|
+
isBinaryFile: boolean;
|
|
138
|
+
rootFolder: string;
|
|
139
|
+
uploadPath: string;
|
|
113
140
|
}, {}>;
|
|
114
141
|
export default _default;
|
|
@@ -20,8 +20,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
validationTitle: {
|
|
22
22
|
type: PropType<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
25
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
26
|
+
*/
|
|
23
27
|
default: "";
|
|
24
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
31
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
32
|
+
*/
|
|
25
33
|
isRequiredIndicatorHidden: {
|
|
26
34
|
type: PropType<boolean>;
|
|
27
35
|
default: false;
|
|
@@ -80,8 +88,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
88
|
};
|
|
81
89
|
validationTitle: {
|
|
82
90
|
type: PropType<string>;
|
|
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
|
+
*/
|
|
83
95
|
default: "";
|
|
84
96
|
};
|
|
97
|
+
/**
|
|
98
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
99
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
100
|
+
*/
|
|
85
101
|
isRequiredIndicatorHidden: {
|
|
86
102
|
type: PropType<boolean>;
|
|
87
103
|
default: false;
|
|
@@ -3,7 +3,6 @@ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
label: {
|
|
5
5
|
type: PropType<string>;
|
|
6
|
-
/** List of strings that are not allowed to appear in the value. */
|
|
7
6
|
default: "";
|
|
8
7
|
};
|
|
9
8
|
disableLabel: {
|
|
@@ -42,7 +41,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
41
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
42
|
label: {
|
|
44
43
|
type: PropType<string>;
|
|
45
|
-
/** List of strings that are not allowed to appear in the value. */
|
|
46
44
|
default: "";
|
|
47
45
|
};
|
|
48
46
|
disableLabel: {
|
|
@@ -48,7 +48,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
disableLabel: {
|
|
50
50
|
type: PropType<boolean>;
|
|
51
|
-
default: false;
|
|
51
|
+
default: false; /**
|
|
52
|
+
* Geographical Point or Polygon coordinates in Well Known Text format
|
|
53
|
+
*/
|
|
52
54
|
};
|
|
53
55
|
help: {
|
|
54
56
|
type: PropType<string>;
|
|
@@ -118,7 +120,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
118
120
|
};
|
|
119
121
|
disableLabel: {
|
|
120
122
|
type: PropType<boolean>;
|
|
121
|
-
default: false;
|
|
123
|
+
default: false; /**
|
|
124
|
+
* Geographical Point or Polygon coordinates in Well Known Text format
|
|
125
|
+
*/
|
|
122
126
|
};
|
|
123
127
|
help: {
|
|
124
128
|
type: PropType<string>;
|
|
@@ -26,9 +26,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: false;
|
|
28
28
|
};
|
|
29
|
-
/**
|
|
30
|
-
* Loads the items from the server.
|
|
31
|
-
*/
|
|
32
29
|
enhanceForLongLists: {
|
|
33
30
|
type: PropType<boolean>;
|
|
34
31
|
default: false;
|
|
@@ -97,9 +94,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
94
|
type: PropType<boolean>;
|
|
98
95
|
default: false;
|
|
99
96
|
};
|
|
100
|
-
/**
|
|
101
|
-
* Loads the items from the server.
|
|
102
|
-
*/
|
|
103
97
|
enhanceForLongLists: {
|
|
104
98
|
type: PropType<boolean>;
|
|
105
99
|
default: false;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
isRequiredIndicatorHidden: {
|
|
27
27
|
type: PropType<boolean>;
|
|
28
28
|
default: false;
|
|
29
|
-
};
|
|
29
|
+
}; /** V-model for the group type so you can get/set it */
|
|
30
30
|
enhanceForLongLists: {
|
|
31
31
|
type: PropType<boolean>;
|
|
32
32
|
default: false;
|
|
@@ -49,10 +49,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
};
|
|
50
50
|
displayStyle: {
|
|
51
51
|
type: PropType<PickerDisplayStyle>;
|
|
52
|
-
/**
|
|
53
|
-
* The actual items to make available to the picker. This allows us to do any
|
|
54
|
-
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
55
|
-
*/
|
|
56
52
|
default: "auto";
|
|
57
53
|
};
|
|
58
54
|
columnCount: {
|
|
@@ -112,7 +108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
108
|
isRequiredIndicatorHidden: {
|
|
113
109
|
type: PropType<boolean>;
|
|
114
110
|
default: false;
|
|
115
|
-
};
|
|
111
|
+
}; /** V-model for the group type so you can get/set it */
|
|
116
112
|
enhanceForLongLists: {
|
|
117
113
|
type: PropType<boolean>;
|
|
118
114
|
default: false;
|
|
@@ -135,10 +131,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
131
|
};
|
|
136
132
|
displayStyle: {
|
|
137
133
|
type: PropType<PickerDisplayStyle>;
|
|
138
|
-
/**
|
|
139
|
-
* The actual items to make available to the picker. This allows us to do any
|
|
140
|
-
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
141
|
-
*/
|
|
142
134
|
default: "auto";
|
|
143
135
|
};
|
|
144
136
|
columnCount: {
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
default: 0;
|
|
56
56
|
};
|
|
57
57
|
modelValue: {
|
|
58
|
-
type: PropType<ListItemBag | null>;
|
|
58
|
+
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
59
59
|
required: true;
|
|
60
60
|
};
|
|
61
61
|
excludeGroupRoles: {
|
|
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
default: 0;
|
|
124
124
|
};
|
|
125
125
|
modelValue: {
|
|
126
|
-
type: PropType<ListItemBag | null>;
|
|
126
|
+
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
127
127
|
required: true;
|
|
128
128
|
};
|
|
129
129
|
excludeGroupRoles: {
|
|
@@ -51,9 +51,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: PropType<PickerDisplayStyle>;
|
|
52
52
|
default: "auto";
|
|
53
53
|
};
|
|
54
|
-
/**
|
|
55
|
-
* Loads the group items from the server.
|
|
56
|
-
*/
|
|
57
54
|
columnCount: {
|
|
58
55
|
type: PropType<number>;
|
|
59
56
|
default: 0;
|
|
@@ -133,9 +130,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
130
|
type: PropType<PickerDisplayStyle>;
|
|
134
131
|
default: "auto";
|
|
135
132
|
};
|
|
136
|
-
/**
|
|
137
|
-
* Loads the group items from the server.
|
|
138
|
-
*/
|
|
139
133
|
columnCount: {
|
|
140
134
|
type: PropType<number>;
|
|
141
135
|
default: 0;
|
|
@@ -2,6 +2,7 @@ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
|
2
2
|
import { PropType } from "vue";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
label: {
|
|
5
|
+
/** The currently selected group type value(s). */
|
|
5
6
|
type: PropType<string>;
|
|
6
7
|
default: "";
|
|
7
8
|
};
|
|
@@ -11,12 +12,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
12
|
};
|
|
12
13
|
help: {
|
|
13
14
|
type: PropType<string>;
|
|
14
|
-
default: "";
|
|
15
|
+
default: ""; /** List of Group Type GUIDs of the Group Types to include in the picker. If null, include all Group Types */
|
|
15
16
|
};
|
|
16
17
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
17
18
|
formGroupClasses: {
|
|
18
19
|
type: PropType<string>;
|
|
19
|
-
default: "";
|
|
20
|
+
default: "";
|
|
20
21
|
};
|
|
21
22
|
validationTitle: {
|
|
22
23
|
type: PropType<string>;
|
|
@@ -78,6 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
79
|
"update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
|
|
79
80
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
80
81
|
label: {
|
|
82
|
+
/** The currently selected group type value(s). */
|
|
81
83
|
type: PropType<string>;
|
|
82
84
|
default: "";
|
|
83
85
|
};
|
|
@@ -87,12 +89,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
89
|
};
|
|
88
90
|
help: {
|
|
89
91
|
type: PropType<string>;
|
|
90
|
-
default: "";
|
|
92
|
+
default: ""; /** List of Group Type GUIDs of the Group Types to include in the picker. If null, include all Group Types */
|
|
91
93
|
};
|
|
92
94
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
93
95
|
formGroupClasses: {
|
|
94
96
|
type: PropType<string>;
|
|
95
|
-
default: "";
|
|
97
|
+
default: "";
|
|
96
98
|
};
|
|
97
99
|
validationTitle: {
|
|
98
100
|
type: PropType<string>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { LiteralUnion } from "@Obsidian/Types/Utility/support";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
hintType: {
|
|
5
|
+
type: PropType<LiteralUnion<"ai">>;
|
|
6
|
+
default: "ai";
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
hintType: {
|
|
10
|
+
type: PropType<LiteralUnion<"ai">>;
|
|
11
|
+
default: "ai";
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
hintType: LiteralUnion<"ai">;
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: PropType<string>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
label: {
|
|
8
|
+
type: PropType<string>;
|
|
9
|
+
default: "";
|
|
10
|
+
};
|
|
11
|
+
disableLabel: {
|
|
12
|
+
type: PropType<boolean>;
|
|
13
|
+
default: false;
|
|
14
|
+
};
|
|
15
|
+
help: {
|
|
16
|
+
type: PropType<string>;
|
|
17
|
+
default: "";
|
|
18
|
+
};
|
|
19
|
+
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
20
|
+
formGroupClasses: {
|
|
21
|
+
type: PropType<string>;
|
|
22
|
+
default: "";
|
|
23
|
+
};
|
|
24
|
+
validationTitle: {
|
|
25
|
+
type: PropType<string>;
|
|
26
|
+
default: "";
|
|
27
|
+
};
|
|
28
|
+
isRequiredIndicatorHidden: {
|
|
29
|
+
type: PropType<boolean>;
|
|
30
|
+
default: false;
|
|
31
|
+
};
|
|
32
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
"update:modelValue": (value: string | null) => void;
|
|
34
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
modelValue: {
|
|
36
|
+
type: PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
label: {
|
|
40
|
+
type: PropType<string>;
|
|
41
|
+
default: "";
|
|
42
|
+
};
|
|
43
|
+
disableLabel: {
|
|
44
|
+
type: PropType<boolean>;
|
|
45
|
+
default: false;
|
|
46
|
+
};
|
|
47
|
+
help: {
|
|
48
|
+
type: PropType<string>;
|
|
49
|
+
default: "";
|
|
50
|
+
};
|
|
51
|
+
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
52
|
+
formGroupClasses: {
|
|
53
|
+
type: PropType<string>;
|
|
54
|
+
default: "";
|
|
55
|
+
};
|
|
56
|
+
validationTitle: {
|
|
57
|
+
type: PropType<string>;
|
|
58
|
+
default: "";
|
|
59
|
+
};
|
|
60
|
+
isRequiredIndicatorHidden: {
|
|
61
|
+
type: PropType<boolean>;
|
|
62
|
+
default: false;
|
|
63
|
+
};
|
|
64
|
+
}>> & {
|
|
65
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
label: string;
|
|
68
|
+
help: string;
|
|
69
|
+
modelValue: string;
|
|
70
|
+
disableLabel: boolean;
|
|
71
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
72
|
+
formGroupClasses: string;
|
|
73
|
+
validationTitle: string;
|
|
74
|
+
isRequiredIndicatorHidden: boolean;
|
|
75
|
+
}, {}>, {
|
|
76
|
+
prepend?(_: {
|
|
77
|
+
isInputGroupSupported: boolean;
|
|
78
|
+
}): any;
|
|
79
|
+
inputGroupPrepend?(_: {
|
|
80
|
+
isInputGroupSupported: boolean;
|
|
81
|
+
}): any;
|
|
82
|
+
append?(_: {
|
|
83
|
+
isInputGroupSupported: boolean;
|
|
84
|
+
}): any;
|
|
85
|
+
}>;
|
|
86
|
+
export default _default;
|
|
87
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
88
|
+
new (): {
|
|
89
|
+
$slots: S;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
@@ -163,8 +163,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
formGroupClasses: string;
|
|
164
164
|
validationTitle: string;
|
|
165
165
|
isRequiredIndicatorHidden: boolean;
|
|
166
|
-
binaryFileTypeGuid: string;
|
|
167
166
|
aspectRatio: number;
|
|
167
|
+
binaryFileTypeGuid: string;
|
|
168
168
|
maxImageHeight: number;
|
|
169
169
|
maxImageWidth: number;
|
|
170
170
|
noPictureUrl: string;
|
|
@@ -8,6 +8,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: PropType<string>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
+
help: {
|
|
12
|
+
type: PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
16
|
"update:modelValue": (value: boolean) => void;
|
|
13
17
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -19,7 +23,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
23
|
type: PropType<string>;
|
|
20
24
|
required: true;
|
|
21
25
|
};
|
|
26
|
+
help: {
|
|
27
|
+
type: PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
22
30
|
}>> & {
|
|
23
31
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24
|
-
}, {
|
|
32
|
+
}, {
|
|
33
|
+
help: string;
|
|
34
|
+
}, {}>;
|
|
25
35
|
export default _default;
|
|
@@ -20,6 +20,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
validationTitle: {
|
|
22
22
|
type: PropType<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
25
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
26
|
+
*/
|
|
23
27
|
default: "";
|
|
24
28
|
};
|
|
25
29
|
isRequiredIndicatorHidden: {
|
|
@@ -80,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
84
|
};
|
|
81
85
|
validationTitle: {
|
|
82
86
|
type: PropType<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The actual items to make available to the picker. This allows us to do any
|
|
89
|
+
* post-processing, such as adding additional items, and still be lazy loaded as well.
|
|
90
|
+
*/
|
|
83
91
|
default: "";
|
|
84
92
|
};
|
|
85
93
|
isRequiredIndicatorHidden: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
/**
|
|
4
4
|
* The value to display. If this is a number type then it will be
|
|
5
5
|
* formatted with group separators, such as "," in the US.
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
/** The base color to use for the text and border. */
|
|
27
27
|
color: {
|
|
28
|
-
type: PropType<"
|
|
28
|
+
type: PropType<"red" | "green" | "blue" | "gray" | "indigo" | "orange" | "pink" | "purple" | "teal" | "yellow">;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
/** The shade of the color to use for the text and border. */
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
/** The base color to use for the text and border. */
|
|
66
66
|
color: {
|
|
67
|
-
type: PropType<"
|
|
67
|
+
type: PropType<"red" | "green" | "blue" | "gray" | "indigo" | "orange" | "pink" | "purple" | "teal" | "yellow">;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
/** The shade of the color to use for the text and border. */
|
|
@@ -78,8 +78,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
default: boolean;
|
|
79
79
|
};
|
|
80
80
|
}>>, {
|
|
81
|
-
color: "
|
|
81
|
+
color: "red" | "green" | "blue" | "gray" | "indigo" | "orange" | "pink" | "purple" | "teal" | "yellow";
|
|
82
82
|
colorShade: 100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900;
|
|
83
83
|
isCard: boolean;
|
|
84
|
-
}, {}
|
|
84
|
+
}, {}>, {
|
|
85
|
+
secondaryLabel?(_: {}): any;
|
|
86
|
+
}>;
|
|
85
87
|
export default _default;
|
|
88
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
89
|
+
new (): {
|
|
90
|
+
$slots: S;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
default: "";
|
|
24
24
|
};
|
|
25
25
|
disableLabel: {
|
|
26
|
+
/**
|
|
27
|
+
* The following come with the standardAsyncPickerProps, but their
|
|
28
|
+
* defaults need to be changed to match how this picker is typically used.
|
|
29
|
+
**/
|
|
26
30
|
type: PropType<boolean>;
|
|
27
31
|
default: false;
|
|
28
32
|
};
|
|
@@ -44,7 +48,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
48
|
default: false;
|
|
45
49
|
};
|
|
46
50
|
enhanceForLongLists: {
|
|
47
|
-
|
|
51
|
+
/**
|
|
52
|
+
* Loads the items from the server.
|
|
53
|
+
*/
|
|
54
|
+
type: PropType<boolean>; /**
|
|
55
|
+
* Loads the items from the server.
|
|
56
|
+
*/
|
|
48
57
|
default: false;
|
|
49
58
|
};
|
|
50
59
|
lazyMode: {
|
|
@@ -87,6 +96,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
96
|
default: "";
|
|
88
97
|
};
|
|
89
98
|
disableLabel: {
|
|
99
|
+
/**
|
|
100
|
+
* The following come with the standardAsyncPickerProps, but their
|
|
101
|
+
* defaults need to be changed to match how this picker is typically used.
|
|
102
|
+
**/
|
|
90
103
|
type: PropType<boolean>;
|
|
91
104
|
default: false;
|
|
92
105
|
};
|
|
@@ -108,7 +121,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
121
|
default: false;
|
|
109
122
|
};
|
|
110
123
|
enhanceForLongLists: {
|
|
111
|
-
|
|
124
|
+
/**
|
|
125
|
+
* Loads the items from the server.
|
|
126
|
+
*/
|
|
127
|
+
type: PropType<boolean>; /**
|
|
128
|
+
* Loads the items from the server.
|
|
129
|
+
*/
|
|
112
130
|
default: false;
|
|
113
131
|
};
|
|
114
132
|
lazyMode: {
|