@rockrms/obsidian-framework 17.5.2 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +25 -0
- package/types/Controls/Grid/Columns/column.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +36 -9
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +29 -0
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +80 -0
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +17 -0
- package/types/Controls/Grid/grid.partial.obs.d.ts +43 -1
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/AI/Skills/groupManagerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/prayerSkill.obs.d.ts +32 -0
- package/types/Controls/Internal/AI/Skills/skillConfiguration.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Events/launchWorkflow.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/lavaEvent.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/logMessage.obs.d.ts +40 -0
- package/types/Controls/Internal/Automation/Events/sendFallbackChatNotification.obs.d.ts +41 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/criteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/editRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/editSimpleRule.partial.obs.d.ts +38 -0
- package/types/Controls/Internal/Automation/Triggers/EntityChange/simpleCriteria.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/Automation/Triggers/chatMessage.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/Triggers/entityChange.obs.d.ts +32 -0
- package/types/Controls/Internal/Automation/automationEventHeader.obs.d.ts +54 -0
- package/types/Controls/Internal/CommunicationRecipientActivity/types.partial.d.ts +12 -0
- package/types/Controls/Internal/DevicePreview/utils.partial.d.ts +4 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +11 -18
- package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +8 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +10 -28
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +11 -1
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +10 -19
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +11 -8
- package/types/Controls/Internal/LearningActivity/assessmentItemSection.obs.d.ts +5 -4
- package/types/Controls/Internal/LearningActivity/contentArticleItemNote.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemText.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleItemVideo.obs.d.ts +39 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.obs.d.ts +53 -0
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.partial.d.ts +22 -0
- package/types/Controls/Internal/MobilePreview/mobileBackground.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/MobilePreview/mobilePreview.partial.obs.d.ts +9 -0
- package/types/Controls/Internal/MobilePreview/types.partial.d.ts +6 -0
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +9 -2
- package/types/Controls/Internal/communicationRecipientActivity.obs.d.ts +31 -0
- package/types/Controls/Internal/contentSectionNav.obs.d.ts +14 -0
- package/types/Controls/Internal/devicePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/emailPreview.obs.d.ts +23 -0
- package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +0 -8
- package/types/Controls/Internal/pushNotificationMobilePreview.obs.d.ts +31 -0
- package/types/Controls/Internal/smsMobilePreview.obs.d.ts +40 -0
- package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +8 -0
- package/types/Controls/addressControl.obs.d.ts +2 -2
- package/types/Controls/barChart.obs.d.ts +464 -0
- package/types/Controls/binaryFilePicker.obs.d.ts +0 -6
- package/types/Controls/blockTemplatePicker.obs.d.ts +4 -4
- package/types/Controls/buttonDropDownList.obs.d.ts +10 -10
- package/types/Controls/campusContextPicker.obs.d.ts +76 -0
- package/types/Controls/campusPicker.obs.d.ts +10 -2
- package/types/Controls/chart.obs.d.ts +43 -7
- package/types/Controls/codeEditor.obs.d.ts +12 -3
- package/types/Controls/componentPicker.obs.d.ts +9 -0
- package/types/Controls/contentChannelItemPicker.obs.d.ts +2 -8
- package/types/Controls/contentDropDownPicker.obs.d.ts +19 -6
- package/types/Controls/contentSection.obs.d.ts +115 -0
- package/types/Controls/contentSectionContainer.obs.d.ts +47 -0
- package/types/Controls/contentStack.obs.d.ts +63 -0
- package/types/Controls/contextSlicer.obs.d.ts +66 -0
- package/types/Controls/copyButton.obs.d.ts +22 -2
- package/types/Controls/datePicker.obs.d.ts +2 -0
- package/types/Controls/displayCard.obs.d.ts +127 -0
- package/types/Controls/displayCardAddButton.obs.d.ts +24 -0
- package/types/Controls/displayCardContainer.obs.d.ts +23 -0
- package/types/Controls/dropDownContent.obs.d.ts +9 -0
- package/types/Controls/dynamicComponent.obs.d.ts +70 -0
- package/types/Controls/enhancedProgressBar.obs.d.ts +117 -0
- package/types/Controls/entityTypePicker.obs.d.ts +4 -38
- package/types/Controls/ethnicityPicker.obs.d.ts +6 -8
- package/types/Controls/eventCalendarPicker.obs.d.ts +8 -0
- package/types/Controls/expanderPanel.obs.d.ts +1 -1
- package/types/Controls/fieldFilterContainer.obs.d.ts +7 -0
- package/types/Controls/fieldFilterRuleRow.obs.d.ts +48 -0
- package/types/Controls/fieldTypePicker.obs.d.ts +16 -0
- package/types/Controls/fileUploader.obs.d.ts +27 -0
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +16 -0
- package/types/Controls/firstNameTextBox.obs.d.ts +0 -2
- package/types/Controls/geoPicker.obs.d.ts +6 -2
- package/types/Controls/gradePicker.obs.d.ts +0 -6
- package/types/Controls/groupAndRolePicker.obs.d.ts +2 -10
- package/types/Controls/groupRolePicker.obs.d.ts +2 -2
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +0 -6
- package/types/Controls/groupTypePicker.obs.d.ts +6 -4
- package/types/Controls/hint.obs.d.ts +16 -0
- package/types/Controls/iconPicker.obs.d.ts +91 -0
- package/types/Controls/imageEditor.obs.d.ts +1 -1
- package/types/Controls/inlineCheckBox.obs.d.ts +11 -1
- package/types/Controls/interactionChannelPicker.obs.d.ts +8 -0
- package/types/Controls/kpi.obs.d.ts +12 -5
- package/types/Controls/lavaCommandPicker.obs.d.ts +20 -2
- package/types/Controls/learningClassActivityPicker.obs.d.ts +147 -0
- package/types/Controls/learningClassPicker.obs.d.ts +147 -0
- package/types/Controls/lineChart.obs.d.ts +378 -0
- package/types/Controls/locationAddressPicker.obs.d.ts +2 -6
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/modal.obs.d.ts +33 -1
- package/types/Controls/numberBox.obs.d.ts +11 -0
- package/types/Controls/panel.obs.d.ts +94 -6
- package/types/Controls/phoneNumberBox.obs.d.ts +23 -6
- package/types/Controls/pieChart.obs.d.ts +364 -0
- package/types/Controls/progressBar.obs.d.ts +9 -0
- package/types/Controls/racePicker.obs.d.ts +8 -8
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +4 -10
- package/types/Controls/registrationInstancePicker.obs.d.ts +21 -0
- package/types/Controls/reminderTypePicker.obs.d.ts +8 -6
- package/types/Controls/remoteAuthsPicker.obs.d.ts +16 -0
- package/types/Controls/rockAttributeFilter.obs.d.ts +3 -3
- package/types/Controls/rockFormField.obs.d.ts +10 -10
- package/types/Controls/scheduleBuilder.obs.d.ts +11 -0
- package/types/Controls/slidingDateRangePicker.obs.d.ts +12 -3
- package/types/Controls/stepProgramPicker.obs.d.ts +8 -0
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +21 -0
- package/types/Controls/stepStatusPicker.obs.d.ts +0 -6
- package/types/Controls/streakTypePicker.obs.d.ts +16 -0
- package/types/Controls/tabbedContent.obs.d.ts +1 -1
- package/types/Controls/textBox.obs.d.ts +9 -0
- package/types/Controls/wordCloud.obs.d.ts +1 -1
- package/types/Controls/workflowBasePicker.obs.d.ts +0 -6
- package/types/Core/Controls/chart.d.ts +215 -0
- package/types/Core/Controls/contentSection.d.ts +62 -0
- package/types/Core/Core/Automation/component.d.ts +15 -0
- package/types/Core/Reporting/comparisonType.d.ts +1 -1
- package/types/Core/Utilities/contextEntity.d.ts +54 -0
- package/types/{Controls/Grid/virtualScroller.partial.d.ts → Core/Utilities/virtualScroll.d.ts} +48 -1
- package/types/Directives/dragDrop.d.ts +1 -1
- package/types/Enums/AI/Agent/agentType.d.ts +14 -0
- package/types/Enums/AI/Agent/audienceType.d.ts +23 -0
- package/types/Enums/AI/Agent/authorRole.d.ts +25 -0
- package/types/Enums/AI/Agent/modelServiceRole.d.ts +22 -0
- package/types/Enums/AI/Agent/parameterSchemaDataType.d.ts +26 -0
- package/types/Enums/AI/Agent/toolStatus.d.ts +13 -0
- package/types/Enums/AI/Agent/toolType.d.ts +13 -0
- package/types/Enums/Blocks/Communication/CommunicationDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/CommunicationFlowDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Blocks/Communication/EmailPreferenceEntry/communicationChannelType.d.ts +11 -0
- package/types/Enums/CheckIn/adultsOrChildrenSelectionMode.d.ts +27 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/browserFamily.d.ts +24 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/deviceType.d.ts +13 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/geolocationLocationComponent.d.ts +14 -0
- package/types/Enums/Cms/Personalization/PersonalizationRequestFilters/previousActivityType.d.ts +11 -0
- package/types/Enums/Cms/blockRole.d.ts +51 -0
- package/types/Enums/Cms/lavaEndpointHttpMethod.d.ts +15 -0
- package/types/Enums/Cms/lavaEndpointSecurityMode.d.ts +15 -0
- package/types/Enums/Communication/Chat/chatMessageEventType.d.ts +11 -0
- package/types/Enums/Communication/Chat/chatViewStyle.d.ts +20 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientInactiveReason.d.ts +23 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientStatus.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowInstanceRecipientUnsubscribeScope.d.ts +11 -0
- package/types/Enums/Communication/communicationFlowTriggerType.d.ts +13 -0
- package/types/Enums/Communication/communicationInteractionOperation.d.ts +11 -0
- package/types/Enums/Communication/communicationRecipientActivity.d.ts +25 -0
- package/types/Enums/Communication/communicationTemplateUsageType.d.ts +9 -0
- package/types/Enums/Communication/conversionGoalType.d.ts +19 -0
- package/types/Enums/Communication/exitConditionType.d.ts +15 -0
- package/types/Enums/Communication/inferredCommunicationStatus.d.ts +24 -0
- package/types/Enums/Communication/unsubscribeLevel.d.ts +2 -2
- package/types/Enums/Controls/hintType.d.ts +8 -0
- package/types/Enums/Core/Automation/Triggers/chatMessageCriteriaRuleType.d.ts +15 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeModificationType.d.ts +13 -0
- package/types/Enums/Core/Automation/Triggers/entityChangeSimpleChangeType.d.ts +40 -0
- package/types/Enums/Engagement/completionFlow.d.ts +13 -0
- package/types/Enums/Engagement/engagementType.d.ts +13 -0
- package/types/Enums/Engagement/stepChartMeasure.d.ts +23 -0
- package/types/Enums/Engagement/stepProgramView.d.ts +17 -0
- package/types/Enums/Geography/travelMode.d.ts +13 -0
- package/types/Enums/Group/placementMode.d.ts +15 -0
- package/types/FieldTypes/backgroundCheckField.partial.d.ts +14 -1
- package/types/FieldTypes/badgesField.partial.d.ts +3 -0
- package/types/FieldTypes/badgesFieldComponents.d.ts +30 -0
- package/types/FieldTypes/binaryFileField.partial.d.ts +2 -1
- package/types/FieldTypes/binaryFileFieldComponents.d.ts +19 -9
- package/types/FieldTypes/blockTemplateFieldComponents.d.ts +1 -1
- package/types/FieldTypes/colorSelectorComponents.d.ts +17 -3
- package/types/FieldTypes/communicationFlowField.partial.d.ts +13 -0
- package/types/FieldTypes/communicationFlowFieldComponents.d.ts +61 -0
- package/types/FieldTypes/connectionActivityTypeFieldComponents.d.ts +2 -2
- package/types/FieldTypes/contentChannelItemFieldComponents.d.ts +1 -1
- package/types/FieldTypes/groupTypeGroupField.partial.d.ts +1 -1
- package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +2 -0
- package/types/FieldTypes/urlLinkFieldComponents.d.ts +10 -11
- package/types/FieldTypes/utils.d.ts +1 -1
- package/types/SystemGuids/blockType.d.ts +6 -0
- package/types/SystemGuids/category.d.ts +4 -0
- package/types/SystemGuids/definedType.d.ts +8 -0
- package/types/SystemGuids/definedValue.d.ts +58 -0
- package/types/SystemGuids/entityType.d.ts +38 -2
- package/types/SystemGuids/fieldType.d.ts +4 -0
- package/types/SystemGuids/group.d.ts +2 -0
- package/types/SystemGuids/page.d.ts +13 -0
- package/types/SystemGuids/pageRoute.d.ts +2 -0
- package/types/SystemGuids/serviceJob.d.ts +29 -1
- package/types/SystemGuids/stepProgram.d.ts +5 -0
- package/types/SystemGuids/stepStatus.d.ts +7 -0
- package/types/SystemGuids/stepType.d.ts +11 -0
- package/types/Templates/detailBlock.d.ts +21 -0
- package/types/Templates/rockPage.d.ts +7 -3
- package/types/Types/Controls/dropDownMenu.d.ts +1 -1
- package/types/Types/Controls/grid.d.ts +45 -0
- package/types/Types/Utility/block.d.ts +3 -0
- package/types/Types/Utility/browserBus.d.ts +11 -0
- package/types/Types/Utility/http.d.ts +3 -0
- package/types/Utility/block.d.ts +90 -10
- package/types/Utility/browserBus.d.ts +4 -0
- package/types/Utility/chartUtils.d.ts +139 -0
- package/types/Utility/component.d.ts +28 -14
- package/types/Utility/cssUtils.d.ts +13 -0
- package/types/Utility/http.d.ts +11 -0
- package/types/Utility/jsonUtils.d.ts +8 -0
- package/types/Utility/linq.d.ts +340 -69
- package/types/Utility/objectUtils.d.ts +20 -0
- package/types/Utility/rockDateTime.d.ts +19 -1
- package/types/Utility/rockTimeSpan.d.ts +30 -0
- package/types/Utility/stringUtils.d.ts +14 -0
- package/types/Utility/tooltip.d.ts +14 -1
- package/types/Utility/treeItemProviders.d.ts +1 -1
- package/types/Utility/util.d.ts +4 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/agentSkillBag.d.ts +51 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentBag.d.ts +108 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/aiAgentDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/editSkillResponseBag.d.ts +41 -0
- package/types/ViewModels/Blocks/AI/AIAgentDetail/getComponentDefinitionResponseBag.d.ts +44 -0
- package/types/ViewModels/Blocks/AI/AIAgentList/aiAgentListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderBag.d.ts +55 -0
- package/types/ViewModels/Blocks/AI/AIProviderDetail/aiProviderDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AIProviderList/aiProviderListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/AI/AISettings/aiSettingsOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillBag.d.ts +63 -0
- package/types/ViewModels/Blocks/AI/AISkillDetail/aiSkillDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillList/aiSkillListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolBag.d.ts +88 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/aiSkillToolListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/AI/AISkillToolList/parameterSchemaBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Administration/ExternalApplicationList/externalApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesBag.d.ts +4 -0
- package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/systemConfigurationInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolBox.d.ts +33 -0
- package/types/ViewModels/Blocks/BulkImport/bulkImportToolOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/addIndividualOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +31 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +7 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInRegistrationSettingsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/CheckInLabelDetail/checkInLabelDetailOptionsBag.d.ts +4 -0
- package/types/ViewModels/Blocks/CheckIn/Configuration/LabelDesigner/labelDesignerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Blocks/Cms/AssetManager/assetManagerOptionsBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Cms/EmailForm/emailFormResponseBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationDetail/lavaApplicationDetailOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Cms/LavaApplicationList/lavaApplicationListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointBag.d.ts +75 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointDetail/lavaEndpointDetailOptionsBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Cms/LavaEndpointList/lavaEndpointListOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/LogSettings/logSettingsBag.d.ts +0 -6
- package/types/ViewModels/Blocks/Cms/MediaFolderDetail/mediaFolderBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +6 -3
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkList/pageShortLinkListOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/additionalFilterConfigurationBag.d.ts +64 -0
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveRequestBag.d.ts → Cms/RequestFilterDetail/browserRequestFilterBag.d.ts} +11 -14
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/cookieRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/deviceTypeRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/environmentRequestFilterBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/geolocationRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/ipAddressRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/previousActivityRequestFilterBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/queryStringRequestFilterBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/requestFilterDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterDetail/timePickerValueBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/RequestFilterList/requestFilterListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/ThemeDetail/themeFieldBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatReactionBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationActivityFlowBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationAnalyticsResponseBag.d.ts +67 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDeliveryBreakdownBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailInitializationBox.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationDetailPermissionsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationKpisBag.d.ts +61 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationLinkAnalyticsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationMessagePreviewBag.d.ts +91 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRecipientGridSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/communicationRedirectBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationDetail/createPersonalTemplateRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/{communicationEntryWizardGetEmailPreviewHtmlBag.d.ts → communicationEntryWizardGetPreviewBag.d.ts} +11 -4
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/checkShortLinkTokenBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowBag.d.ts +84 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowCommunicationBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCommunicationTemplateBag.d.ts +97 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailCompletedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailConversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailEnteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailInitializationBox.d.ts +68 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailJoinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailRegisteredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowDetail/communicationFlowDetailTookStepSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/communicationFlowInstanceCommunicationBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/initializationBox.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowInstanceMessageMetrics/recipientMetricsBag.d.ts +51 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowList/communicationFlowListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/communicationFlowInstanceBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/completedFormSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/conversionGoalSettingsBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/enteredDataViewSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/gridRowBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/initializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/joinedGroupTypeSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/messageBag.d.ts +70 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/performanceBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/registeredSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationFlowPerformance/tookStepSettingsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/CommunicationList/communicationListOptionsBag.d.ts +14 -8
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockBox.d.ts +48 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportBlockDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportChartDataBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Communication/CommunicationSaturationReport/communicationSaturationReportFiltersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/communicationChannelBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/deactivateRecordResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/emailPreferenceEntryInitializationBox.d.ts +93 -37
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageChannelSubscriptionRequestBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/manageEmailSubscriptionRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateCommunicationPreferenceRequestBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateContactInfoRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/EmailPreferenceEntry/updateEmailPreferenceRequestBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberDetail/systemPhoneNumberBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationEventBag.d.ts +74 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerBag.d.ts +90 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/automationTriggerDetailOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerDetail/getComponentDefinitionResponseBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/AutomationTriggerList/automationTriggerListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/CampusList/campusListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobDetailOptionsBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Crm/PersonDuplicateDetail/personDuplicateDetailOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/chartDataBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/seriesBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +25 -3
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepProgramBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepStatusBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeBag.d.ts +34 -8
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeDetailOptionsBag.d.ts +12 -1
- package/types/ViewModels/Blocks/{Communication/EmailPreferenceEntry/emailPreferenceEntrySaveResponseBag.d.ts → Engagement/StepTypeDetail/stepTypeDetailsBag.d.ts} +4 -7
- package/types/ViewModels/Blocks/Engagement/StepTypeDetail/stepTypeTransferBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramEdgeBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramNodeBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/flowNodeDiagramSettingsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/Steps/stepFlowGetDataBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceList/registrationInstanceListOptionsBag.d.ts +6 -6
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupBag.d.ts +64 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/addGroupMembersBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeDataBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/attributeFiltersBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/destinationGroupTypeRoleBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/detachGroupBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupMemberBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementInitializationBox.d.ts +75 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/groupPlacementKeysBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/personBag.d.ts +62 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingOptionsBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingsBag.d.ts +66 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupBag.d.ts +65 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementGroupTypeBag.d.ts +35 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementPeopleBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/realTimeConnectionKeysBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/registrantBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityAttributesBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/sourceAndDestinationEntityKeysBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBlockBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningActivityComponent/learningActivityParticipantBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningClassDetail/learningClassFacilitatorBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/LearningProgramDetail/learningProgramBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +7 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsChartDataBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsInitializationBox.d.ts +46 -0
- package/types/ViewModels/Blocks/Reporting/Insights/insightsOptionsBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/PowerBiAccount/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterBox.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/powerBiAccountRegisterOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Security/Oidc/AuthScopeDetail/authScopeDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/formBuilderDetailLinkToFormBag.d.ts +36 -0
- package/types/ViewModels/CheckIn/attendanceSessionRequestBag.d.ts +6 -0
- package/types/ViewModels/CheckIn/attendeeBag.d.ts +4 -0
- package/types/ViewModels/CheckIn/kioskBag.d.ts +7 -0
- package/types/ViewModels/CheckIn/proximityAttendanceNotificationBag.d.ts +34 -0
- package/types/ViewModels/Cms/contextEntityItemBag.d.ts +39 -0
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +7 -0
- package/types/ViewModels/Controls/dynamicComponentDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Controls/iconLibraryBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaBag.d.ts +33 -0
- package/types/ViewModels/Core/Automation/Triggers/chatMessageCriteriaRuleBag.d.ts +43 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaBag.d.ts +42 -0
- package/types/ViewModels/Core/Automation/Triggers/entityChangeSimpleCriteriaRuleBag.d.ts +58 -0
- package/types/ViewModels/Core/Automation/automationValueDefinitionBag.d.ts +48 -0
- package/types/ViewModels/Entities/prayerRequestBag.d.ts +117 -0
- package/types/ViewModels/Entities/scheduleBag.d.ts +103 -0
- package/types/ViewModels/Entities/scheduleCategoryExclusionBag.d.ts +60 -0
- package/types/ViewModels/Event/RegistrationEntry/registrationRegistrantUpdatedMessageBag.d.ts +59 -0
- package/types/ViewModels/Group/GroupMember/groupMemberUpdatedMessageBag.d.ts +61 -0
- package/types/ViewModels/Reporting/BarChart/barSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/LineChart/lineSeriesBag.d.ts +43 -0
- package/types/ViewModels/Reporting/PieChart/pieSeriesBag.d.ts +34 -0
- package/types/ViewModels/Reporting/chartBag.d.ts +37 -0
- package/types/ViewModels/Reporting/chartOptionsBag.d.ts +26 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientActivityBag.d.ts +39 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/communicationRecipientGetActivityResultsBag.d.ts +60 -0
- package/types/ViewModels/Rest/Controls/componentPickerGetComponentsOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/dataFilterFormatSelectionOptionsBag.d.ts +47 -0
- package/types/ViewModels/Rest/Controls/formattedFieldSelectGetSortByPropertiesOptionsBag.d.ts +28 -0
- package/types/ViewModels/Rest/Controls/hasCompletedCourseSelectGetCoursesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/iconPickerGetIconLibrariesOptionsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/inGroupFilterGetGroupRolesForGroupsOptionsBag.d.ts +54 -0
- package/types/ViewModels/Rest/Controls/inGroupGroupTypeSelectGetRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionCountSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/interactionDateSelectGetComponentsOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/learningClassActivityPickerGetLearningClassActivitiesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/learningClassPickerGetLearningClassesOptionsBag.d.ts +36 -0
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/memberListSelectGetGroupRolesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +7 -0
- package/types/ViewModels/Rest/Utilities/updateContextEntityOptionsBag.d.ts +39 -0
- package/types/Core/Reporting/filterExpressionType.d.ts +0 -28
- package/types/Core/Reporting/filterMode.d.ts +0 -7
package/types/Utility/linq.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ type PredicateFn<T> = (value: T, index: number) => boolean;
|
|
|
14
14
|
type ValueComparer<T> = (a: T, b: T) => number;
|
|
15
15
|
/**
|
|
16
16
|
* Provides LINQ style access to an array of elements.
|
|
17
|
+
* @deprecated since version 18.0
|
|
17
18
|
*/
|
|
18
19
|
export declare class List<T> {
|
|
19
20
|
/** The elements being tracked by this list. */
|
|
@@ -216,83 +217,254 @@ export declare class Enumerable<T> {
|
|
|
216
217
|
*/
|
|
217
218
|
[Symbol.iterator](): Iterator<T>;
|
|
218
219
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
221
|
-
*
|
|
220
|
+
* Aggregates the elements of the sequence using a specified accumulator function and seed value.
|
|
221
|
+
*
|
|
222
|
+
* This method realizes the enumerable and iterates through each element immediately.
|
|
223
|
+
*
|
|
224
|
+
* Use `scan()` for a lazy version of this method.
|
|
225
|
+
*
|
|
226
|
+
* @param accumulator - A function that accumulates each element.
|
|
227
|
+
* @param seed - The initial value for the accumulation.
|
|
228
|
+
* @returns The aggregated value.
|
|
222
229
|
*/
|
|
223
|
-
|
|
230
|
+
aggregate<U>(accumulator: (acc: U, item: T, index: number) => U, seed: U): U;
|
|
224
231
|
/**
|
|
225
|
-
*
|
|
226
|
-
* @param
|
|
227
|
-
* @returns
|
|
232
|
+
* Determines whether all elements in the sequence satisfy a condition or if the sequence contains any elements.
|
|
233
|
+
* @param predicate - An optional function to test each element for a condition.
|
|
234
|
+
* @returns `true` if all elements satisfy the condition or if the collection is empty; otherwise, `false`.
|
|
228
235
|
*/
|
|
229
|
-
|
|
236
|
+
all(predicate: (item: T) => boolean): boolean;
|
|
230
237
|
/**
|
|
231
|
-
*
|
|
232
|
-
* @param
|
|
233
|
-
* @returns
|
|
238
|
+
* Determines whether any elements in the sequence satisfy a condition or if the sequence contains any elements.
|
|
239
|
+
* @param predicate - An optional function to test each element for a condition.
|
|
240
|
+
* @returns `true` if any elements satisfy the condition; otherwise, `false`.
|
|
234
241
|
*/
|
|
235
|
-
|
|
242
|
+
any(predicate?: (item: T) => boolean): boolean;
|
|
236
243
|
/**
|
|
237
|
-
*
|
|
238
|
-
* @param
|
|
239
|
-
* @returns
|
|
244
|
+
* Computes the average of the projected numeric values in the sequence.
|
|
245
|
+
* @param selector - A function that selects the number from each element.
|
|
246
|
+
* @returns The average of the numbers.
|
|
247
|
+
* @throws Error if no valid numeric elements are found.
|
|
240
248
|
*/
|
|
241
|
-
|
|
249
|
+
average(selector: (item: T) => number): number;
|
|
250
|
+
/**
|
|
251
|
+
* Casts the elements of the sequence to the specified type.
|
|
252
|
+
* Performs a runtime type check for each element and throws an
|
|
253
|
+
* error if any element cannot be cast to the target type.
|
|
254
|
+
*
|
|
255
|
+
* @template U The target type to cast the elements to (must extend `T`).
|
|
256
|
+
* @param typeCheck A runtime type check function that verifies if the element is of type `U`.
|
|
257
|
+
* @returns A new Enumerable containing the elements cast to type `U`.
|
|
258
|
+
* @throws Error if any element cannot be cast to the specified type.
|
|
259
|
+
*
|
|
260
|
+
* @example
|
|
261
|
+
* const numbers = Enumerable.from([1, 2, 3])
|
|
262
|
+
* // .select(...) //some projection that results in unknown type
|
|
263
|
+
* .cast<number>(x => typeof x === "number"); // cast back to number.
|
|
264
|
+
* console.log(numbers.toArray()); // [1, 2, 3]
|
|
265
|
+
*
|
|
266
|
+
* @example
|
|
267
|
+
* const badCast = Enumerable.from([1, "hello"])
|
|
268
|
+
* .cast<number>((x): x is number => typeof x === "number");
|
|
269
|
+
* // Throws: Invalid cast: Value 'hello' cannot be cast to the specified type.
|
|
270
|
+
*/
|
|
271
|
+
cast<U extends T>(typeCheck: (item: T) => item is U): Enumerable<U>;
|
|
272
|
+
/**
|
|
273
|
+
* Concatenates the current sequence with another sequence.
|
|
274
|
+
* @param second - The second sequence to concatenate.
|
|
275
|
+
* @returns A new Enumerable containing the concatenated elements.
|
|
276
|
+
*/
|
|
277
|
+
concat(second: Iterable<T>): this;
|
|
278
|
+
/**
|
|
279
|
+
* Returns the number of elements in the sequence.
|
|
280
|
+
* @returns The total number of elements.
|
|
281
|
+
*/
|
|
282
|
+
count(): number;
|
|
283
|
+
/**
|
|
284
|
+
* Returns the number of elements in the sequence that satisfy the specified predicate.
|
|
285
|
+
* @param predicate A function to test each element.
|
|
286
|
+
* @returns The number of matching elements.
|
|
287
|
+
*/
|
|
288
|
+
count(predicate: (item: T) => boolean): number;
|
|
289
|
+
/**
|
|
290
|
+
* Returns distinct elements from the sequence, using strict equality.
|
|
291
|
+
*
|
|
292
|
+
* Works well for primitives (numbers, strings, booleans, symbols)
|
|
293
|
+
*
|
|
294
|
+
* @returns A new Enumerable with unique elements.
|
|
295
|
+
*/
|
|
296
|
+
distinct(): this;
|
|
297
|
+
/**
|
|
298
|
+
* Returns distinct elements from the sequence based on a key selector.
|
|
299
|
+
* @param keySelector A function to extract the key for comparison.
|
|
300
|
+
* @returns A new Enumerable with unique elements by key.
|
|
301
|
+
*/
|
|
302
|
+
distinctBy<TKey>(keySelector: (item: T) => TKey): this;
|
|
303
|
+
/**
|
|
304
|
+
* Returns the first element from the collection if there are any elements.
|
|
305
|
+
* Otherwise will throw an exception.
|
|
306
|
+
*
|
|
307
|
+
* @returns The first element in the collection.
|
|
308
|
+
*/
|
|
309
|
+
first(): T;
|
|
310
|
+
/**
|
|
311
|
+
* Filters the list by the predicate and then returns the first element
|
|
312
|
+
* in the collection if any remain. Otherwise throws an exception.
|
|
313
|
+
*
|
|
314
|
+
* @param predicate The predicate to filter the elements by.
|
|
315
|
+
*
|
|
316
|
+
* @returns The first element in the collection.
|
|
317
|
+
*/
|
|
318
|
+
first(predicate: PredicateFn<T>): T;
|
|
319
|
+
/**
|
|
320
|
+
* Returns the first element of the sequence or `undefined` if the sequence is empty.
|
|
321
|
+
* @returns The first element of the sequence or `undefined`.
|
|
322
|
+
*/
|
|
323
|
+
firstOrDefault(): T | undefined;
|
|
242
324
|
/**
|
|
243
325
|
* Returns the first element of the sequence or a default value if the sequence is empty.
|
|
244
326
|
* @param defaultValue - The default value to return if the sequence is empty.
|
|
245
327
|
* @returns The first element of the sequence or the default value.
|
|
246
328
|
*/
|
|
247
|
-
firstOrDefault(defaultValue
|
|
329
|
+
firstOrDefault(defaultValue: T): T;
|
|
248
330
|
/**
|
|
249
|
-
* Returns the
|
|
250
|
-
*
|
|
251
|
-
*
|
|
331
|
+
* Returns the first element of the sequence that satisfies the specified predicate,
|
|
332
|
+
* or `undefined` if no such element is found.
|
|
333
|
+
*
|
|
334
|
+
* @param predicate A function to test each element for a condition.
|
|
335
|
+
* @returns The first element that matches the predicate, or `undefined` if none match.
|
|
252
336
|
*
|
|
253
337
|
* @example
|
|
254
|
-
* const numbers = Enumerable.from([1, 2, 3]);
|
|
255
|
-
*
|
|
338
|
+
* const numbers = Enumerable.from([1, 2, 3, 4]);
|
|
339
|
+
* const firstEven = numbers.firstOrDefault(n => n % 2 === 0);
|
|
340
|
+
* console.log(firstEven); // Outputs: 2
|
|
256
341
|
*
|
|
257
342
|
* @example
|
|
258
343
|
* const empty = Enumerable.from<number>([]);
|
|
259
|
-
*
|
|
344
|
+
* const result = empty.firstOrDefault(n => n > 0);
|
|
345
|
+
* console.log(result); // Outputs: undefined
|
|
260
346
|
*/
|
|
261
|
-
|
|
347
|
+
firstOrDefault(predicate: (item: T) => boolean): T | undefined;
|
|
262
348
|
/**
|
|
263
|
-
*
|
|
264
|
-
* @param
|
|
265
|
-
* @param seed - The initial value for the accumulation.
|
|
266
|
-
* @returns The aggregated value.
|
|
349
|
+
* Executes a specified action for each element in the sequence.
|
|
350
|
+
* @param action - A function to execute for each element.
|
|
267
351
|
*/
|
|
268
|
-
|
|
352
|
+
forEach(action: (item: T) => void): void;
|
|
269
353
|
/**
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*
|
|
354
|
+
* Groups the elements of a sequence according to a specified key selector function.
|
|
355
|
+
* Each grouping is an Enumerable with a `.key` property.
|
|
356
|
+
*
|
|
357
|
+
* @param keySelector A function to extract the key for each element.
|
|
358
|
+
* @returns A new Enumerable of groupings.
|
|
273
359
|
*/
|
|
274
|
-
|
|
360
|
+
groupBy<TKey>(keySelector: (item: T) => TKey): Enumerable<GroupedEnumerable<TKey, T>>;
|
|
275
361
|
/**
|
|
276
|
-
*
|
|
277
|
-
* @
|
|
278
|
-
* @
|
|
362
|
+
* Returns the last element of the sequence.
|
|
363
|
+
* @returns The last element.
|
|
364
|
+
* @throws If the sequence is empty.
|
|
279
365
|
*/
|
|
280
|
-
|
|
366
|
+
last(): T;
|
|
281
367
|
/**
|
|
282
|
-
*
|
|
283
|
-
* @param
|
|
368
|
+
* Returns the last element of the sequence that satisfies the predicate.
|
|
369
|
+
* @param predicate A function to test each element.
|
|
370
|
+
* @returns The last matching element.
|
|
371
|
+
* @throws If no matching element is found.
|
|
284
372
|
*/
|
|
285
|
-
|
|
373
|
+
last(predicate: (item: T) => boolean): T;
|
|
286
374
|
/**
|
|
287
|
-
*
|
|
288
|
-
* @returns
|
|
375
|
+
* Returns the last element of the sequence, or `undefined` if the sequence is empty.
|
|
376
|
+
* @returns The last element of the sequence, or `undefined`.
|
|
377
|
+
*
|
|
378
|
+
* @example
|
|
379
|
+
* const numbers = Enumerable.from([1, 2, 3]);
|
|
380
|
+
* console.log(numbers.lastOrDefault()); // Outputs: 3
|
|
381
|
+
*
|
|
382
|
+
* @example
|
|
383
|
+
* const empty = Enumerable.from<number>([]);
|
|
384
|
+
* console.log(empty.lastOrDefault()); // Outputs: undefined
|
|
289
385
|
*/
|
|
290
|
-
|
|
386
|
+
lastOrDefault(): T | undefined;
|
|
291
387
|
/**
|
|
292
|
-
*
|
|
293
|
-
* @
|
|
388
|
+
* Returns the last element of the sequence, or a default value if the sequence is empty.
|
|
389
|
+
* @param defaultValue - The default value to return if the sequence is empty.
|
|
390
|
+
* @returns The last element of the sequence, or the provided default value.
|
|
391
|
+
*
|
|
392
|
+
* @example
|
|
393
|
+
* const numbers = Enumerable.from([1, 2, 3]);
|
|
394
|
+
* console.log(numbers.lastOrDefault()); // Outputs: 3
|
|
395
|
+
*
|
|
396
|
+
* @example
|
|
397
|
+
* const empty = Enumerable.from<number>([]);
|
|
398
|
+
* console.log(empty.lastOrDefault(0)); // Outputs: 0
|
|
399
|
+
*/
|
|
400
|
+
lastOrDefault(defaultValue: T): T;
|
|
401
|
+
/**
|
|
402
|
+
* Returns the last element in the sequence that satisfies the given predicate,
|
|
403
|
+
* or `undefined` if no such element is found.
|
|
404
|
+
*
|
|
405
|
+
* @param predicate A function to test each element.
|
|
406
|
+
* @returns The last matching element, or `undefined`.
|
|
407
|
+
*
|
|
408
|
+
* @example
|
|
409
|
+
* const nums = Enumerable.from([1, 2, 3, 4]);
|
|
410
|
+
* console.log(nums.lastOrDefault(x => x % 2 === 0)); // 4
|
|
294
411
|
*/
|
|
295
|
-
|
|
412
|
+
lastOrDefault(predicate: (item: T) => boolean): T | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* Returns the maximum element of the sequence.
|
|
415
|
+
*
|
|
416
|
+
* @template T The type of the elements in the sequence.
|
|
417
|
+
* @param selector A function to project each element to a numeric, comparable value.
|
|
418
|
+
* @returns The maximum element or `undefined` if the sequence is empty.
|
|
419
|
+
*
|
|
420
|
+
* @example
|
|
421
|
+
* Enumerable.from([3, 7, 2, 9]).max(); // 9
|
|
422
|
+
* Enumerable.from([{x: 1}, {x: 5}]).max(e => e.x); // 5
|
|
423
|
+
*/
|
|
424
|
+
max(selector: (item: T) => number): number | undefined;
|
|
425
|
+
/**
|
|
426
|
+
* Returns the minimum element of the sequence.
|
|
427
|
+
*
|
|
428
|
+
* @template T The type of the elements in the sequence.
|
|
429
|
+
* @param selector A function to project each element to a numeric, comparable value.
|
|
430
|
+
* @returns The minimum element or `undefined` if the sequence is empty.
|
|
431
|
+
*
|
|
432
|
+
* @example
|
|
433
|
+
* Enumerable.from([{x: 1}, {x: 5}]).min(e => e.x); // 1
|
|
434
|
+
*/
|
|
435
|
+
min(selector: (item: T) => number): number | undefined;
|
|
436
|
+
/**
|
|
437
|
+
* Returns the maximum element of the sequence.
|
|
438
|
+
*
|
|
439
|
+
* @template T The type of the elements in the sequence.
|
|
440
|
+
* @param selector A function to project each element to a numeric, comparable value.
|
|
441
|
+
* @returns The maximum element or `undefined` if the sequence is empty.
|
|
442
|
+
*
|
|
443
|
+
|
|
444
|
+
let maxItem = selector(first.value);
|
|
445
|
+
|
|
446
|
+
for (let next = self.next(); !next.done; next = self.next()) {
|
|
447
|
+
const value = selector(next.value);
|
|
448
|
+
if (value > maxItem) {
|
|
449
|
+
maxItem = value;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
return maxItem;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Filters the sequence and returns only elements of the specified type.
|
|
458
|
+
* @template U The target type to filter by.
|
|
459
|
+
* @param typeCheck - A runtime check function to validate the type of each element.
|
|
460
|
+
* @returns A new Enumerable containing elements of type `U`.
|
|
461
|
+
*
|
|
462
|
+
* @example
|
|
463
|
+
* const mixed = Enumerable.from([1, "hello", true, 42]);
|
|
464
|
+
* const numbers = mixed.ofType<number>(item => typeof item === "number");
|
|
465
|
+
* console.log(numbers.toArray()); // Outputs: [1, 42]
|
|
466
|
+
*/
|
|
467
|
+
ofType<U extends T>(typeCheck: (item: T) => item is U): Enumerable<U>;
|
|
296
468
|
/**
|
|
297
469
|
* Sorts the elements of the sequence in ascending order.
|
|
298
470
|
* @param keySelector - Function to extract the key for comparison.
|
|
@@ -308,10 +480,124 @@ export declare class Enumerable<T> {
|
|
|
308
480
|
*/
|
|
309
481
|
orderByDescending<U>(keySelector: (item: T) => U, comparer?: (a: U, b: U) => number): OrderedEnumerable<T>;
|
|
310
482
|
/**
|
|
311
|
-
* Returns a
|
|
483
|
+
* Returns a new sequence with the specified element(s) prepended to the start.
|
|
484
|
+
*
|
|
485
|
+
* @template T The type of elements in the sequence.
|
|
486
|
+
* @param items One or more elements to prepend.
|
|
487
|
+
* @returns A new Enumerable with the items inserted before the existing sequence.
|
|
488
|
+
*
|
|
489
|
+
* @example
|
|
490
|
+
* const nums = Enumerable.from([2, 3]);
|
|
491
|
+
* const withOne = nums.prepend(1);
|
|
492
|
+
* console.log(withOne.toArray()); // [1, 2, 3]
|
|
493
|
+
*
|
|
494
|
+
* @example
|
|
495
|
+
* const moreNums = nums.prepend(-1, 0, 1);
|
|
496
|
+
* console.log(moreNums.toArray()); // [-1, 0, 1, 2, 3]
|
|
497
|
+
*/
|
|
498
|
+
prepend(items: Iterable<T>): this;
|
|
499
|
+
/**
|
|
500
|
+
* Applies an accumulator function over the sequence, yielding each intermediate result.
|
|
501
|
+
* The first yielded value is based on the seed provided.
|
|
502
|
+
*
|
|
503
|
+
* This behaves like a "scan" or "running total" operation in functional programming.
|
|
504
|
+
* It is the lazy counterpart to `aggregate()` that preserves intermediate state at each step.
|
|
505
|
+
*
|
|
506
|
+
* @template U The type of the accumulated value.
|
|
507
|
+
* @param seed The initial accumulator value.
|
|
508
|
+
* @param accumulator A function that takes the accumulated value, the current element, and the index,
|
|
509
|
+
* and returns the new accumulated value.
|
|
510
|
+
* @returns An Enumerable of the intermediate accumulated values.
|
|
312
511
|
*
|
|
313
|
-
* @
|
|
314
|
-
*
|
|
512
|
+
* @example
|
|
513
|
+
* const values = Enumerable.from([1, 2, 3, 4])
|
|
514
|
+
* .scan(0, (acc, val) => acc + val)
|
|
515
|
+
* .toArray();
|
|
516
|
+
* // Output: [1, 3, 6, 10]
|
|
517
|
+
*
|
|
518
|
+
* @example
|
|
519
|
+
* const withIndex = Enumerable.from(["a", "b", "c"])
|
|
520
|
+
* .scan([], (acc, item, index) => [...acc, `${index}:${item}`])
|
|
521
|
+
* .toArray();
|
|
522
|
+
* // Output: [["0:a"], ["0:a", "1:b"], ["0:a", "1:b", "2:c"]]
|
|
523
|
+
*/
|
|
524
|
+
scan<U>(seed: U, accumulator: (acc: U, item: T, index: number) => U): Enumerable<U>;
|
|
525
|
+
/**
|
|
526
|
+
* Projects each element of the sequence into a new form.
|
|
527
|
+
* @param selector - A function to project each element into a new form.
|
|
528
|
+
* @returns A new Enumerable with the projected elements.
|
|
529
|
+
*/
|
|
530
|
+
select<U>(selector: (item: T) => U): Enumerable<U>;
|
|
531
|
+
/**
|
|
532
|
+
* Projects each element of the sequence to an iterable and flattens the resulting sequences into one sequence.
|
|
533
|
+
* @param collectionSelector A transform function to apply to each element.
|
|
534
|
+
* @returns A new Enumerable containing the flattened results.
|
|
535
|
+
*/
|
|
536
|
+
selectMany<U>(collectionSelector: (item: T) => Iterable<U>): Enumerable<U>;
|
|
537
|
+
/**
|
|
538
|
+
* Determines whether two sequences are equal by comparing their elements using
|
|
539
|
+
* strict equality (`===`) or an optional equality comparer.
|
|
540
|
+
*
|
|
541
|
+
* @param other The other sequence to compare to.
|
|
542
|
+
* @param comparer Optional equality comparer function. Defaults to strict equality.
|
|
543
|
+
* @returns `true` if both sequences have the same length and all elements are equal; otherwise, `false`.
|
|
544
|
+
*
|
|
545
|
+
* @example
|
|
546
|
+
* const seq1 = Enumerable.from([1, 2, 3]);
|
|
547
|
+
* const seq2 = Enumerable.from([1, 2, 3]);
|
|
548
|
+
* console.log(seq1.sequenceEqual(seq2)); // Outputs: true
|
|
549
|
+
*
|
|
550
|
+
* @example
|
|
551
|
+
* const seq3 = Enumerable.from(["a", "b", "c"]);
|
|
552
|
+
* const seq4 = Enumerable.from(["a", "B", "c"]);
|
|
553
|
+
* console.log(seq3.sequenceEqual(seq4, (a, b) => a.toLowerCase() === b.toLowerCase())); // Outputs: true
|
|
554
|
+
*/
|
|
555
|
+
sequenceEqual(other: Iterable<T>, comparer?: (a: T, b: T) => boolean): boolean;
|
|
556
|
+
/**
|
|
557
|
+
* Returns a new Enumerable that skips the first `count` elements of the sequence.
|
|
558
|
+
* @param count - The number of elements to skip.
|
|
559
|
+
* @returns A new Enumerable that skips the specified number of elements.
|
|
560
|
+
*/
|
|
561
|
+
skip(count: number): this;
|
|
562
|
+
/**
|
|
563
|
+
* Recreates an instance of the *same runtime class*.
|
|
564
|
+
* This allows subtype method chaining to return the subtype instead of Enumerable<T>.
|
|
565
|
+
*/
|
|
566
|
+
protected spawn(factory: () => Iterable<T>): this;
|
|
567
|
+
/**
|
|
568
|
+
* Computes the sum of the projected numeric values in the list.
|
|
569
|
+
* @param selector - A function that selects the number from each element.
|
|
570
|
+
* @returns The sum of the numbers.
|
|
571
|
+
*/
|
|
572
|
+
sum(selector: (item: T) => number): number;
|
|
573
|
+
/**
|
|
574
|
+
* Returns a new Enumerable that contains the first `count` elements of the sequence.
|
|
575
|
+
* @param count - The number of elements to take.
|
|
576
|
+
* @returns A new Enumerable containing the taken elements.
|
|
577
|
+
*/
|
|
578
|
+
take(count: number): Enumerable<T>;
|
|
579
|
+
/**
|
|
580
|
+
* Converts the sequence into an array.
|
|
581
|
+
* @returns An array containing all elements in the sequence.
|
|
582
|
+
*/
|
|
583
|
+
toArray(): T[];
|
|
584
|
+
/**
|
|
585
|
+
* Converts the sequence into a Map using a key selector and optional value selector.
|
|
586
|
+
* @param keySelector - A function to extract the key from each element.
|
|
587
|
+
* @param valueSelector - A function to extract the value from each element. Defaults to the item itself.
|
|
588
|
+
* @returns A Map of key-value pairs.
|
|
589
|
+
*/
|
|
590
|
+
toDictionary<TKey, TValue = T>(keySelector: (item: T) => TKey, valueSelector?: (item: T) => TValue): Map<TKey, TValue>;
|
|
591
|
+
/**
|
|
592
|
+
* Filters the sequence to include only elements that satisfy the predicate.
|
|
593
|
+
* @param predicate - A function to test each element for a condition.
|
|
594
|
+
* @returns A new Enumerable containing the filtered elements.
|
|
595
|
+
*/
|
|
596
|
+
where(predicate: (item: T) => boolean): Enumerable<T>;
|
|
597
|
+
/**
|
|
598
|
+
* Returns a new Enumerable that yields each element of the sequence paired with its index.
|
|
599
|
+
*
|
|
600
|
+
* @returns An Enumerable of [element, index] tuples.
|
|
315
601
|
*
|
|
316
602
|
* @example
|
|
317
603
|
* // Example usage with a for...of loop:
|
|
@@ -333,26 +619,7 @@ export declare class Enumerable<T> {
|
|
|
333
619
|
* console.log(indexed);
|
|
334
620
|
* // Output: [['x', 0], ['z', 2]]
|
|
335
621
|
*/
|
|
336
|
-
withIndex():
|
|
337
|
-
/**
|
|
338
|
-
* Filters the sequence and returns only elements of the specified type.
|
|
339
|
-
* @template U The target type to filter by.
|
|
340
|
-
* @param typeCheck - A runtime check function to validate the type of each element.
|
|
341
|
-
* @returns A new Enumerable containing elements of type `U`.
|
|
342
|
-
*
|
|
343
|
-
* @example
|
|
344
|
-
* const mixed: Enumerable<unknown> = Enumerable.from([1, "hello", true, 42]);
|
|
345
|
-
* const numbers = mixed.ofType<number>(item => typeof item === "number");
|
|
346
|
-
* console.log(numbers.toArray()); // Outputs: [1, 42]
|
|
347
|
-
*
|
|
348
|
-
* @example
|
|
349
|
-
* class Animal {}
|
|
350
|
-
* class Dog extends Animal {}
|
|
351
|
-
* const animals: Enumerable<Animal> = Enumerable.from([new Animal(), new Dog()]);
|
|
352
|
-
* const dogs = animals.ofType<Dog>(item => item instanceof Dog);
|
|
353
|
-
* console.log(dogs.toArray()); // Outputs: [Dog instance]
|
|
354
|
-
*/
|
|
355
|
-
ofType<U extends T>(typeCheck: (item: T) => item is U): Enumerable<U>;
|
|
622
|
+
withIndex(): Enumerable<[T, number]>;
|
|
356
623
|
}
|
|
357
624
|
declare class OrderedEnumerable<T> extends Enumerable<T> {
|
|
358
625
|
private readonly sortComparers;
|
|
@@ -378,4 +645,8 @@ declare class OrderedEnumerable<T> extends Enumerable<T> {
|
|
|
378
645
|
*/
|
|
379
646
|
[Symbol.iterator](): Iterator<T>;
|
|
380
647
|
}
|
|
648
|
+
export declare class GroupedEnumerable<TKey, TElement> extends Enumerable<TElement> {
|
|
649
|
+
readonly key: TKey;
|
|
650
|
+
constructor(key: TKey, elements: Iterable<TElement>);
|
|
651
|
+
}
|
|
381
652
|
export {};
|
|
@@ -33,3 +33,23 @@ export declare function toListItemBagList(obj: Record<string, unknown>): ListIte
|
|
|
33
33
|
* if no such path exists.
|
|
34
34
|
*/
|
|
35
35
|
export declare function getValueFromPath(object: Record<string, unknown>, path: string): unknown;
|
|
36
|
+
/**
|
|
37
|
+
* Gets the member name of a type.
|
|
38
|
+
*
|
|
39
|
+
* This is useful for ensuring that the property name is valid and exists on the type.
|
|
40
|
+
*
|
|
41
|
+
* @param memberName The member name to get. This should be a key of the type `T`.
|
|
42
|
+
* @template T The type to get the member name from.
|
|
43
|
+
* @returns The member name as a key of the type `T`.
|
|
44
|
+
*/
|
|
45
|
+
export declare function getTypeMemberName<T, K extends keyof T>(memberName: K): K;
|
|
46
|
+
/**
|
|
47
|
+
* Returns a function to get the member name of a type.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* const getMemberName = useGetTypeMemberName<MyType>();
|
|
51
|
+
* const memberName = getMemberName("myProperty"); // returns "myProperty" as a key of MyType
|
|
52
|
+
*
|
|
53
|
+
* @returns A function that takes a member name and returns it as a key of the type `T`.
|
|
54
|
+
*/
|
|
55
|
+
export declare function useGetTypeMemberName<T>(): <K extends keyof T>(memberName: K) => K;
|
|
@@ -165,6 +165,22 @@ export declare class RockDateTime {
|
|
|
165
165
|
* @returns A new instance of RockDateTime that represents the new date and time.
|
|
166
166
|
*/
|
|
167
167
|
addDays(days: number): RockDateTime;
|
|
168
|
+
/**
|
|
169
|
+
* Creates a new RockDateTime instance that represents the first millisecond
|
|
170
|
+
* of the start of the week for this instance.
|
|
171
|
+
*
|
|
172
|
+
* @example
|
|
173
|
+
* new Date(2014, 2, 6).startOf("week").toISOString(); //=> '2014-03-03T00:00:00.000-05:00', weeks always start on Mondays
|
|
174
|
+
*/
|
|
175
|
+
startOfWeek(): RockDateTime;
|
|
176
|
+
/**
|
|
177
|
+
* Creates a new RockDateTime instance that represents the first millisecond
|
|
178
|
+
* of the start of the month for this instance.
|
|
179
|
+
*
|
|
180
|
+
* @example
|
|
181
|
+
* new Date(2014, 2, 6).startOf("month").toISOString(); //=> '2014-03-01T00:00:00.000-05:00'
|
|
182
|
+
*/
|
|
183
|
+
startOfMonth(): RockDateTime;
|
|
168
184
|
/**
|
|
169
185
|
* Creates a new RockDateTime instance that represents the last millisecond
|
|
170
186
|
* of the end of the month for this instance.
|
|
@@ -270,7 +286,7 @@ export declare class RockDateTime {
|
|
|
270
286
|
* Transforms the date into a human friendly elapsed time string.
|
|
271
287
|
*
|
|
272
288
|
* @example
|
|
273
|
-
* // Returns "
|
|
289
|
+
* // Returns "25 Years Ago" if the current date is 2025-03-04 and this instance is 2000-03-04.
|
|
274
290
|
* RockDateTime.fromParts(2000, 3, 4).toElapsedString();
|
|
275
291
|
*
|
|
276
292
|
* @returns A string that represents the amount of time that has elapsed.
|
|
@@ -323,6 +339,7 @@ export declare class RockDateTime {
|
|
|
323
339
|
* @returns True if this instance represents a point in time that occurred before another point in time, regardless of time zone.
|
|
324
340
|
*/
|
|
325
341
|
isEarlierThan(otherDateTime: RockDateTime): boolean;
|
|
342
|
+
compareTo(otherDateTime: RockDateTime): number;
|
|
326
343
|
/**
|
|
327
344
|
* Obsolete. Use toElapsedString instead.
|
|
328
345
|
* Calculates the elapsed time between this date and the reference date and
|
|
@@ -340,3 +357,4 @@ export declare class RockDateTime {
|
|
|
340
357
|
*/
|
|
341
358
|
totalMonths(otherDateTime: RockDateTime): number;
|
|
342
359
|
}
|
|
360
|
+
export declare function compareRockDateTimes(a: RockDateTime, b: RockDateTime): number;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare class RockTimeSpan {
|
|
2
|
+
private _milliseconds;
|
|
3
|
+
constructor(_milliseconds: number);
|
|
4
|
+
static fromMilliseconds(milliseconds: number): RockTimeSpan;
|
|
5
|
+
static fromSeconds(seconds: number): RockTimeSpan;
|
|
6
|
+
static fromMinutes(minutes: number): RockTimeSpan;
|
|
7
|
+
static fromHours(hours: number): RockTimeSpan;
|
|
8
|
+
static fromDays(days: number): RockTimeSpan;
|
|
9
|
+
get totalMilliseconds(): number;
|
|
10
|
+
get totalSeconds(): number;
|
|
11
|
+
get totalMinutes(): number;
|
|
12
|
+
get totalHours(): number;
|
|
13
|
+
get totalDays(): number;
|
|
14
|
+
get approximatedTotalMonths(): number;
|
|
15
|
+
get milliseconds(): number;
|
|
16
|
+
get seconds(): number;
|
|
17
|
+
get minutes(): number;
|
|
18
|
+
get hours(): number;
|
|
19
|
+
get days(): number;
|
|
20
|
+
/**
|
|
21
|
+
* Transforms the date into a human friendly elapsed time string.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* // Returns "25 Years Ago" if the current date is 2025-03-04 and this instance is 2000-03-04.
|
|
25
|
+
* RockDateTime.fromParts(2000, 3, 4).toElapsedString();
|
|
26
|
+
*
|
|
27
|
+
* @returns A string that represents the amount of time that has elapsed.
|
|
28
|
+
*/
|
|
29
|
+
toElapsedString(): string;
|
|
30
|
+
}
|
|
@@ -170,6 +170,19 @@ export declare function createHashSha256(str: string): Promise<string>;
|
|
|
170
170
|
* @param replace The string to replace with.
|
|
171
171
|
*/
|
|
172
172
|
export declare function replaceAll(str: string, search: string, replace: string): string;
|
|
173
|
+
/**
|
|
174
|
+
* Attempts to parse the JSON and returns undefined if it could not be parsed.
|
|
175
|
+
*
|
|
176
|
+
* @param value The JSON value to parse.
|
|
177
|
+
*
|
|
178
|
+
* @returns The object that represents the JSON or undefined.
|
|
179
|
+
*/
|
|
180
|
+
export declare function safeParseJson<T>(value: string | null | undefined): T | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* Returns a string like "an apple" or "a banana" based on the initial sound of the word.
|
|
183
|
+
* Handles common English edge cases, including silent 'h' and hard 'u' sounds.
|
|
184
|
+
*/
|
|
185
|
+
export declare function prependSingularIndefiniteArticle(singularWord: string): string;
|
|
173
186
|
declare const _default: {
|
|
174
187
|
asCommaAnd: typeof asCommaAnd;
|
|
175
188
|
containsHtmlTag: typeof containsHtmlTag;
|
|
@@ -188,5 +201,6 @@ declare const _default: {
|
|
|
188
201
|
truncate: typeof truncate;
|
|
189
202
|
createHash: typeof createHash;
|
|
190
203
|
replaceAll: typeof replaceAll;
|
|
204
|
+
safeParseJson: typeof safeParseJson;
|
|
191
205
|
};
|
|
192
206
|
export default _default;
|
|
@@ -39,5 +39,18 @@ export declare function hideTooltip(node: Element): void;
|
|
|
39
39
|
*
|
|
40
40
|
* @param node The node for which to destroy a tooltip.
|
|
41
41
|
*/
|
|
42
|
-
export declare function destroyTooltip(node: Element): void;
|
|
42
|
+
export declare function destroyTooltip(node: Element | Element[]): void;
|
|
43
|
+
/**
|
|
44
|
+
* Reset a tooltip by destroying the existing one and adding a new tooltip on
|
|
45
|
+
*
|
|
46
|
+
* @param node The node or nodes to have tooltips configured on.
|
|
47
|
+
* @param options The options that describe how the tooltips should behave.
|
|
48
|
+
*/
|
|
49
|
+
export declare function resetTooltip(node: Element | Element[], options?: TooltipOptions): Promise<void>;
|
|
50
|
+
/**
|
|
51
|
+
* Applies a tooltip to an element. The element should have an `data-original-title` attribute containing the tooltip text.
|
|
52
|
+
*
|
|
53
|
+
* Typical use, `:ref="applyTooltip"`
|
|
54
|
+
*/
|
|
55
|
+
export declare function applyTooltip(el: unknown, options?: TooltipOptions): void;
|
|
43
56
|
export {};
|
|
@@ -106,7 +106,7 @@ export declare class LocationTreeItemProvider implements ITreeItemProvider {
|
|
|
106
106
|
/**
|
|
107
107
|
* @inheritdoc
|
|
108
108
|
*/
|
|
109
|
-
getRootItems(): Promise<TreeItemBag[]>;
|
|
109
|
+
getRootItems(expandToValues: string[]): Promise<TreeItemBag[]>;
|
|
110
110
|
/**
|
|
111
111
|
* @inheritdoc
|
|
112
112
|
*/
|
package/types/Utility/util.d.ts
CHANGED
|
@@ -71,4 +71,8 @@ export declare function isNullish(value: unknown): value is null | undefined;
|
|
|
71
71
|
* Returns `true` if the value is not `null` or `undefined` (nullish).
|
|
72
72
|
*/
|
|
73
73
|
export declare function isNotNullish<T>(item: T): item is NonNullable<T>;
|
|
74
|
+
/**
|
|
75
|
+
* Blindly asserts that the value is of type T.
|
|
76
|
+
*/
|
|
77
|
+
export declare function assertType<T>(value: unknown): value is T;
|
|
74
78
|
export {};
|