@rockrms/obsidian-framework 18.2.4 → 19.1.8
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/Cells/attributeCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/booleanCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/buttonCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/copyCell.partial.obs.d.ts +1 -28
- package/types/Controls/Grid/Cells/currencyCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/currencySkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/dateCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/dateSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/dateTimeCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/dateTimeSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/deleteCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/editCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/highlightDetailCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/highlightDetailSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/htmlSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/labelCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/labelSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/numberBadgeCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/numberBadgeSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/numberCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/numberSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/personCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/personSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/reorderCell.partial.obs.d.ts +1 -28
- package/types/Controls/Grid/Cells/rockFieldCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/securityCell.partial.obs.d.ts +1 -28
- package/types/Controls/Grid/Cells/selectCell.partial.obs.d.ts +1 -27
- package/types/Controls/Grid/Cells/selectHeaderCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Cells/textSkeletonCell.partial.obs.d.ts +1 -19
- package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +5 -93
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +10 -62
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +13 -65
- package/types/Controls/Grid/Columns/column.partial.d.ts +8 -8
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +12 -64
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +10 -98
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +12 -100
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +12 -100
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +14 -66
- package/types/Controls/Grid/Columns/dynamicColumns.partial.d.ts +6 -6
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +14 -66
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +27 -112
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +7 -43
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +11 -99
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +12 -100
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +12 -100
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +23 -96
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +20 -72
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +10 -62
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +14 -66
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +28 -134
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +10 -46
- package/types/Controls/Grid/Filters/booleanFilter.partial.obs.d.ts +2 -28
- package/types/Controls/Grid/Filters/dateFilter.partial.obs.d.ts +2 -28
- package/types/Controls/Grid/Filters/numberFilter.partial.obs.d.ts +2 -28
- package/types/Controls/Grid/Filters/pickExistingFilter.partial.obs.d.ts +2 -28
- package/types/Controls/Grid/Filters/textFilter.partial.obs.d.ts +2 -28
- package/types/Controls/Grid/columnHeaderCell.partial.obs.d.ts +21 -0
- package/types/Controls/Grid/columnHeaderRow.partial.obs.d.ts +34 -5
- package/types/Controls/Grid/dataRow.partial.obs.d.ts +2 -2
- package/types/Controls/Grid/dataRows.partial.obs.d.ts +2 -2
- package/types/Controls/Grid/filterHeaderRow.partial.obs.d.ts +26 -5
- package/types/Controls/Grid/grid.partial.obs.d.ts +90 -14
- package/types/Controls/Grid/lightFooterRow.partial.obs.d.ts +3 -3
- package/types/Controls/Grid/skeletonRow.partial.obs.d.ts +2 -2
- package/types/Controls/Grid/skeletonRows.partial.obs.d.ts +2 -2
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/AI/Skills/groupManagerSkill.obs.d.ts +2 -28
- package/types/Controls/Internal/AI/Skills/prayerSkill.obs.d.ts +2 -28
- package/types/Controls/Internal/AI/Skills/skillConfiguration.obs.d.ts +2 -28
- package/types/Controls/Internal/Automation/Events/launchWorkflow.obs.d.ts +2 -26
- package/types/Controls/Internal/Automation/Events/lavaEvent.obs.d.ts +2 -26
- package/types/Controls/Internal/Automation/Events/logMessage.obs.d.ts +2 -26
- package/types/Controls/Internal/Automation/Events/sendFallbackChatNotification.obs.d.ts +2 -26
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/criteria.partial.obs.d.ts +3 -2
- package/types/Controls/Internal/Automation/Triggers/ChatMessage/editRule.partial.obs.d.ts +3 -2
- package/types/Controls/Internal/Automation/Triggers/chatMessage.obs.d.ts +2 -28
- package/types/Controls/Internal/Automation/Triggers/entityChange.obs.d.ts +2 -28
- package/types/Controls/Internal/EmailEditor/accordion.partial.obs.d.ts +9 -6
- package/types/Controls/Internal/EmailEditor/accordionGroup.partial.obs.d.ts +8 -5
- package/types/Controls/Internal/EmailEditor/api.d.ts +1 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +7 -6
- package/types/Controls/Internal/EmailEditor/contentToggle.partial.obs.d.ts +9 -6
- package/types/Controls/Internal/EmailEditor/emailDesigner.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +16 -10
- package/types/Controls/Internal/EmailEditor/emailIFrame.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/flatPanel.partial.obs.d.ts +12 -7
- package/types/Controls/Internal/EmailEditor/horizontalAlignmentPicker.partial.obs.d.ts +12 -3
- package/types/Controls/Internal/EmailEditor/hrefPicker.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/letterCasePicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/lineHeightPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/lineHeightPicker2.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +23 -11
- package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +11 -8
- package/types/Controls/Internal/EmailEditor/percentRangeSlider.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/pixelBox.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/properties/colorPickerProperty.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/properties/communicationTemplateProperty.partial.obs.d.ts +3 -2
- package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentProperty.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/properties/horizontalAlignmentTextAlignProperty.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +6 -5
- package/types/Controls/Internal/EmailEditor/properties/textBoxProperty.partial.obs.d.ts +8 -5
- package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +9 -6
- package/types/Controls/Internal/EmailEditor/propertyPanels/adaptiveMessageComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +11 -8
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +8 -5
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +4 -3
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/sectionComponentPropertyPanel.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +5 -4
- package/types/Controls/Internal/EmailEditor/propertyPanels/titleComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +14 -10
- package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +25 -12
- package/types/Controls/Internal/EmailEditor/textAlignPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/textAlignmentPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/textFormatPicker2.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/textTransformPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/types.partial.d.ts +9 -0
- package/types/Controls/Internal/LearningActivity/acknowledgmentLearningActivity.obs.d.ts +7 -5
- package/types/Controls/Internal/LearningActivity/assessmentLearningActivity.obs.d.ts +9 -7
- package/types/Controls/Internal/LearningActivity/contentArticleLearningActivity.obs.d.ts +7 -5
- package/types/Controls/Internal/LearningActivity/fileUploadLearningActivity.obs.d.ts +7 -5
- package/types/Controls/Internal/LearningActivity/learningActivity.d.ts +4 -0
- package/types/Controls/Internal/LearningActivity/pointAssessmentLearningActivity.obs.d.ts +7 -5
- package/types/Controls/Internal/LearningActivity/videoWatchLearningActivity.obs.d.ts +7 -5
- package/types/Controls/Internal/MobilePreview/mobilePreview.partial.obs.d.ts +7 -4
- package/types/Controls/{NoteEditor/utils.partial.d.ts → Internal/NoteEditor/utils.d.ts} +1 -1
- package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/SankeyDiagram/sankeyDiagram.obs.d.ts +9 -6
- package/types/Controls/Internal/actionToolbar.obs.d.ts +47 -0
- package/types/Controls/Internal/assetPicker.obs.d.ts +10 -1
- package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +11 -2
- package/types/Controls/Internal/communicationRecipientActivity.obs.d.ts +10 -6
- package/types/Controls/Internal/contentSectionNav.obs.d.ts +8 -0
- package/types/Controls/Internal/definedValueEditor.obs.d.ts +6 -5
- package/types/Controls/Internal/devicePreview.obs.d.ts +2 -2
- package/types/Controls/Internal/dockedPanel.obs.d.ts +110 -0
- package/types/Controls/Internal/groupMemberRequirementCard.obs.d.ts +7 -6
- package/types/Controls/Internal/groupedGridPanel.obs.d.ts +176 -0
- package/types/Controls/Internal/mobileNavigationActionEditor.obs.d.ts +10 -1
- package/types/Controls/Internal/nmiGatewayControl.obs.d.ts +4 -4
- package/types/Controls/Internal/notesContainer.obs.d.ts +30 -10
- package/types/Controls/Internal/pageDebugTimings.obs.d.ts +1 -13
- package/types/Controls/Internal/pageDebugTraceRow.partial.obs.d.ts +67 -0
- package/types/Controls/Internal/quickFilter.obs.d.ts +49 -0
- package/types/Controls/Internal/reminderButton.obs.d.ts +11 -10
- package/types/Controls/Internal/reminderModal.obs.d.ts +85 -0
- package/types/Controls/Internal/testGatewayControl.obs.d.ts +1 -1
- package/types/Controls/Internal/treeListItem.obs.d.ts +20 -1
- package/types/Controls/Internal/valueFilterItem.obs.d.ts +1 -1
- package/types/Controls/NoteEditor/countDownPlugin.partial.obs.d.ts +0 -22
- package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +11 -61
- package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +0 -47
- package/types/Controls/NoteEditor/shortLinkPlugin.partial.obs.d.ts +3 -49
- package/types/Controls/NoteEditor/stylesheetsPlugin.partial.obs.d.ts +0 -35
- package/types/Controls/NoteEditor/toolbarCharCountPlugin.partial.obs.d.ts +0 -45
- package/types/Controls/NoteEditor/toolbarCountDownPlugin.partial.obs.d.ts +0 -46
- package/types/Controls/NoteEditor/toolbarLabelPlugin.partial.obs.d.ts +8 -5
- package/types/Controls/accountPicker.obs.d.ts +31 -16
- package/types/Controls/achievementTypePicker.obs.d.ts +19 -10
- package/types/Controls/adaptiveMessagePicker.obs.d.ts +19 -10
- package/types/Controls/addressControl.obs.d.ts +1 -1
- package/types/Controls/aiProviderPicker.obs.d.ts +19 -10
- package/types/Controls/assessmentTypePicker.obs.d.ts +16 -7
- package/types/Controls/assetStorageProviderPicker.obs.d.ts +19 -10
- package/types/Controls/attributeEditor.obs.d.ts +3 -2
- package/types/Controls/attributeValuesContainer.obs.d.ts +52 -2
- package/types/Controls/auditDetail.obs.d.ts +3 -2
- package/types/Controls/badge.obs.d.ts +8 -5
- package/types/Controls/badgeComponentPicker.obs.d.ts +22 -12
- package/types/Controls/badgeControl.obs.d.ts +5 -4
- package/types/Controls/badgeList.obs.d.ts +5 -4
- package/types/Controls/badgePicker.obs.d.ts +22 -12
- package/types/Controls/barChart.obs.d.ts +210 -7
- package/types/Controls/baseAsyncPicker.obs.d.ts +68 -34
- package/types/Controls/billboard.obs.d.ts +3 -2
- package/types/Controls/binaryFilePicker.obs.d.ts +22 -12
- package/types/Controls/binaryFileTypePicker.obs.d.ts +19 -10
- package/types/Controls/blockTemplatePicker.obs.d.ts +17 -7
- package/types/Controls/bulletedList.obs.d.ts +15 -10
- package/types/Controls/buttonDropDownList.obs.d.ts +12 -3
- package/types/Controls/buttonGroup.obs.d.ts +11 -2
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +21 -11
- package/types/Controls/campusContextPicker.obs.d.ts +5 -4
- package/types/Controls/campusPicker.obs.d.ts +22 -20
- package/types/Controls/captcha.obs.d.ts +63 -20
- package/types/Controls/categorizedValuePicker.obs.d.ts +16 -6
- package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +11 -2
- package/types/Controls/categoryPicker.obs.d.ts +22 -4
- package/types/Controls/categoryTree.obs.d.ts +22 -4
- package/types/Controls/chart.obs.d.ts +12 -158
- package/types/Controls/checkBox.obs.d.ts +10 -6
- package/types/Controls/checkBoxList.obs.d.ts +41 -18
- package/types/Controls/codeEditor.obs.d.ts +16 -8
- package/types/Controls/colorPicker.obs.d.ts +90 -18
- package/types/Controls/colorSelector.obs.d.ts +15 -6
- package/types/Controls/componentPicker.obs.d.ts +20 -11
- package/types/Controls/conditionalWell.obs.d.ts +7 -4
- package/types/Controls/contentChannelItemPicker.obs.d.ts +24 -14
- package/types/Controls/contentDropDownPicker.obs.d.ts +51 -28
- package/types/Controls/contentSection.obs.d.ts +65 -12
- package/types/Controls/contentSectionContainer.obs.d.ts +13 -6
- package/types/Controls/contentStack.obs.d.ts +28 -9
- package/types/Controls/contextSlicer.obs.d.ts +13 -9
- package/types/Controls/copyButton.obs.d.ts +11 -8
- package/types/Controls/currencyBox.obs.d.ts +21 -14
- package/types/Controls/customSelect.obs.d.ts +27 -436
- package/types/Controls/dataViewPicker.obs.d.ts +22 -12
- package/types/Controls/datePartsPicker.obs.d.ts +1 -1
- package/types/Controls/datePicker.obs.d.ts +23 -5
- package/types/Controls/datePickerBase.obs.d.ts +1 -1
- package/types/Controls/definedValuePicker.obs.d.ts +22 -12
- package/types/Controls/dialog.obs.d.ts +12 -7
- package/types/Controls/displayCard.obs.d.ts +34 -11
- package/types/Controls/doughnutChart.obs.d.ts +15 -3
- package/types/Controls/dropDownContent.obs.d.ts +19 -6
- package/types/Controls/dropDownList.obs.d.ts +58 -39
- package/types/Controls/dropDownMenu.obs.d.ts +102 -9
- package/types/Controls/emailBox.obs.d.ts +1 -1
- package/types/Controls/emailEditor.d.ts +1 -1
- package/types/Controls/entityPicker.obs.d.ts +10 -1
- package/types/Controls/entityTypePicker.obs.d.ts +31 -12
- package/types/Controls/ethnicityPicker.obs.d.ts +21 -16
- package/types/Controls/eventCalendarPicker.obs.d.ts +19 -18
- package/types/Controls/eventItemOccurrencePicker.obs.d.ts +187 -0
- package/types/Controls/eventItemPicker.obs.d.ts +50 -11
- package/types/Controls/expanderPanel.obs.d.ts +10 -6
- package/types/Controls/experienceModePicker.obs.d.ts +95 -0
- package/types/Controls/fieldFilterContainer.obs.d.ts +10 -6
- package/types/Controls/fieldTypeEditor.obs.d.ts +3 -2
- package/types/Controls/fieldTypePicker.obs.d.ts +19 -26
- package/types/Controls/fileAssetManager.obs.d.ts +4 -4
- package/types/Controls/fileUploader.obs.d.ts +74 -3
- package/types/Controls/financialGatewayPicker.obs.d.ts +19 -10
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +19 -26
- package/types/Controls/firstNameTextBox.obs.d.ts +10 -1
- package/types/Controls/flyout.obs.d.ts +51 -0
- package/types/Controls/following.obs.d.ts +3 -2
- package/types/Controls/fullscreen.obs.d.ts +3 -3
- package/types/Controls/genderPicker.obs.d.ts +17 -8
- package/types/Controls/geoPicker.obs.d.ts +36 -24
- package/types/Controls/geoPickerMap.obs.d.ts +3 -2
- package/types/Controls/gradePicker.obs.d.ts +19 -10
- package/types/Controls/groupAndRolePicker.obs.d.ts +19 -10
- package/types/Controls/groupMemberPicker.obs.d.ts +23 -13
- package/types/Controls/groupMemberRequirementsContainer.obs.d.ts +9 -8
- package/types/Controls/groupPicker.obs.d.ts +16 -4
- package/types/Controls/groupRolePicker.obs.d.ts +37 -14
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +16 -7
- package/types/Controls/groupTypePicker.obs.d.ts +35 -16
- package/types/Controls/highlightLabel.obs.d.ts +16 -11
- package/types/Controls/hint.obs.d.ts +3 -2
- package/types/Controls/htmlEditor.obs.d.ts +3 -2
- package/types/Controls/iconPicker.obs.d.ts +29 -15
- package/types/Controls/imageEditor.obs.d.ts +15 -5
- package/types/Controls/imageUploader.obs.d.ts +127 -5
- package/types/Controls/inlineCheckBox.obs.d.ts +19 -0
- package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
- package/types/Controls/inlineSwitch.obs.d.ts +1 -1
- package/types/Controls/inputGroupDropDown.obs.d.ts +10 -1
- package/types/Controls/interactionChannelInteractionComponentPicker.obs.d.ts +3 -2
- package/types/Controls/interactionChannelPicker.obs.d.ts +19 -18
- package/types/Controls/interactionComponentPicker.obs.d.ts +22 -12
- package/types/Controls/intervalPicker.obs.d.ts +10 -1
- package/types/Controls/javaScriptAnchor.obs.d.ts +7 -4
- package/types/Controls/jsonFieldsBuilder.obs.d.ts +13 -22
- package/types/Controls/keyValueList.obs.d.ts +11 -2
- package/types/Controls/kpi.obs.d.ts +14 -11
- package/types/Controls/lavaCommandPicker.obs.d.ts +18 -27
- package/types/Controls/learningClassActivityPicker.obs.d.ts +22 -12
- package/types/Controls/learningClassPicker.obs.d.ts +22 -12
- package/types/Controls/lineChart.obs.d.ts +15 -3
- package/types/Controls/linearGaugeChart.obs.d.ts +247 -0
- package/types/Controls/listBox.obs.d.ts +4 -4
- package/types/Controls/listItems.obs.d.ts +11 -2
- package/types/Controls/loading.obs.d.ts +8 -5
- package/types/Controls/locationAddressPicker.obs.d.ts +30 -15
- package/types/Controls/locationItemPicker.obs.d.ts +21 -15
- package/types/Controls/locationList.obs.d.ts +24 -14
- package/types/Controls/locationPicker.obs.d.ts +66 -16
- package/types/Controls/mediaElementPicker.obs.d.ts +18 -11
- package/types/Controls/mediaPlayer.obs.d.ts +18 -6
- package/types/Controls/mediaSelector.obs.d.ts +16 -7
- package/types/Controls/mergeFieldPicker.obs.d.ts +39 -20
- package/types/Controls/metricCategoryPicker.obs.d.ts +1 -1
- package/types/Controls/metricItemPicker.obs.d.ts +4 -3
- package/types/Controls/modal.obs.d.ts +16 -11
- package/types/Controls/modalAlert.obs.d.ts +8 -5
- package/types/Controls/noteTextEditor.obs.d.ts +25 -12
- package/types/Controls/notificationBox.obs.d.ts +10 -6
- package/types/Controls/numberBox.obs.d.ts +20 -14
- package/types/Controls/numberUpDown.obs.d.ts +11 -2
- package/types/Controls/numberUpDownBase.obs.d.ts +1 -1
- package/types/Controls/pageNavButtons.obs.d.ts +3 -2
- package/types/Controls/pagePicker.obs.d.ts +32 -3
- package/types/Controls/panel.obs.d.ts +68 -22
- package/types/Controls/pdfViewer.obs.d.ts +2 -2
- package/types/Controls/personAvatar.obs.d.ts +18 -3
- package/types/Controls/personBasicEditor.obs.d.ts +1 -1
- package/types/Controls/personLink.obs.d.ts +3 -3
- package/types/Controls/phoneNumberBox.obs.d.ts +40 -19
- package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +19 -1
- package/types/Controls/pieChart.obs.d.ts +15 -3
- package/types/Controls/pill.obs.d.ts +60 -0
- package/types/Controls/pillList.obs.d.ts +182 -0
- package/types/Controls/popOver.obs.d.ts +15 -11
- package/types/Controls/progressBar.obs.d.ts +2 -2
- package/types/Controls/progressTracker.obs.d.ts +8 -5
- package/types/Controls/racePicker.obs.d.ts +21 -18
- package/types/Controls/radioButton.obs.d.ts +20 -7
- package/types/Controls/radioButtonList.obs.d.ts +19 -15
- package/types/Controls/rangeSlider.obs.d.ts +20 -8
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +24 -14
- package/types/Controls/registrationInstancePicker.obs.d.ts +4 -3
- package/types/Controls/registryEntry.obs.d.ts +24 -11
- package/types/Controls/reminderTypePicker.obs.d.ts +19 -17
- package/types/Controls/remoteAuthsPicker.obs.d.ts +19 -26
- package/types/Controls/reportPicker.obs.d.ts +5 -4
- package/types/Controls/rockButton.obs.d.ts +16 -10
- package/types/Controls/rockForm.obs.d.ts +10 -7
- package/types/Controls/rockFormField.obs.d.ts +57 -33
- package/types/Controls/rockLabel.obs.d.ts +8 -5
- package/types/Controls/rockLiteral.obs.d.ts +10 -6
- package/types/Controls/rockSuspense.obs.d.ts +12 -8
- package/types/Controls/saveFinancialAccountForm.obs.d.ts +11 -7
- package/types/Controls/scheduleBuilder.obs.d.ts +32 -1
- package/types/Controls/schedulePicker.obs.d.ts +12 -0
- package/types/Controls/searchResultsSearchField.obs.d.ts +102 -0
- package/types/Controls/sectionContainer.obs.d.ts +11 -7
- package/types/Controls/sectionHeader.obs.d.ts +8 -5
- package/types/Controls/slidingDateRangePicker.obs.d.ts +6 -6
- package/types/Controls/smsMessageEditor.obs.d.ts +24 -4
- package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
- package/types/Controls/standardFilterDaysBack.obs.d.ts +10 -1
- package/types/Controls/staticFormControl.obs.d.ts +14 -9
- package/types/Controls/stepProgramPicker.obs.d.ts +19 -18
- package/types/Controls/stepProgramStepStatusPicker.obs.d.ts +3 -2
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -3
- package/types/Controls/stepStatusPicker.obs.d.ts +22 -12
- package/types/Controls/stepTypePicker.obs.d.ts +22 -12
- package/types/Controls/streakTypePicker.obs.d.ts +19 -26
- package/types/Controls/structuredContentEditor.obs.d.ts +14 -4
- package/types/Controls/tabbedContent.obs.d.ts +11 -8
- package/types/Controls/tabbedModal.obs.d.ts +15 -10
- package/types/Controls/tagList.obs.d.ts +5 -4
- package/types/Controls/termDescription.obs.d.ts +10 -6
- package/types/Controls/textBox.obs.d.ts +51 -20
- package/types/Controls/timeIntervalPicker.obs.d.ts +10 -1
- package/types/Controls/timePicker.obs.d.ts +11 -2
- package/types/Controls/toggle.obs.d.ts +96 -13
- package/types/Controls/transitionVerticalCollapse.obs.d.ts +25 -7
- package/types/Controls/treeItemPicker.obs.d.ts +69 -23
- package/types/Controls/treeList.obs.d.ts +37 -3
- package/types/Controls/valueFilter.obs.d.ts +11 -2
- package/types/Controls/valueList.obs.d.ts +4 -3
- package/types/Controls/warningBlock.obs.d.ts +7 -4
- package/types/Controls/wordCloud.obs.d.ts +6 -6
- package/types/Controls/workflowBasePicker.obs.d.ts +22 -12
- package/types/Controls/workflowPicker.obs.d.ts +3 -2
- package/types/Controls/workflowTypePicker.obs.d.ts +10 -1
- package/types/Controls/yearPicker.obs.d.ts +11 -2
- package/types/Core/Controls/chart.d.ts +84 -3
- package/types/Core/Controls/contentSection.d.ts +15 -1
- package/types/Core/Controls/grid.d.ts +11 -9
- package/types/Core/Controls/valueDetailListItemBuilder.d.ts +8 -0
- package/types/Core/Utilities/rockColor.d.ts +2 -0
- package/types/Directives/tooltip.d.ts +39 -0
- package/types/Enums/AI/Agent/modelServiceRole.d.ts +0 -4
- package/types/Enums/AI/Agent/sessionType.d.ts +23 -0
- package/types/Enums/AI/Agent/toolStatus.d.ts +13 -3
- package/types/Enums/Blocks/Mobile/Engagement/AddContact/contactMatch.d.ts +19 -0
- package/types/Enums/Cms/captchaMode.d.ts +13 -0
- package/types/Enums/Cms/shortcodeScopeBehavior.d.ts +11 -0
- package/types/Enums/Communication/Chat/chatAttachmentType.d.ts +15 -0
- package/types/Enums/Connection/activityEntryType.d.ts +15 -0
- package/types/Enums/Connection/aiSummaryTriggerMode.d.ts +11 -0
- package/types/Enums/Connection/connectionState.d.ts +15 -0
- package/types/Enums/Connection/connectionWorkflowTriggerType.d.ts +15 -1
- package/types/Enums/Connection/createConnectionRequestOptions.d.ts +23 -0
- package/types/Enums/Connection/dueDateCalculationMode.d.ts +13 -0
- package/types/Enums/Connection/dueStatus.d.ts +13 -0
- package/types/Enums/Connection/enabledFeatureFlags.d.ts +15 -0
- package/types/Enums/Connection/enabledViewFlags.d.ts +19 -0
- package/types/Enums/Connection/familyLimits.d.ts +20 -0
- package/types/Enums/Connection/personNoteCreationBehavior.d.ts +13 -0
- package/types/Enums/Connection/systemUpdateType.d.ts +31 -0
- package/types/Enums/Core/daysOfWeekFlags.d.ts +25 -0
- package/types/Enums/Engagement/outreachCadence.d.ts +21 -0
- package/types/Enums/Engagement/outreachNotificationTimeOfDay.d.ts +13 -0
- package/types/Enums/Engagement/relationshipFocus.d.ts +15 -0
- package/types/Enums/Engagement/relationshipStrength.d.ts +17 -0
- package/types/Enums/Engagement/touchpointCommunicationMedium.d.ts +15 -0
- package/types/Enums/Engagement/touchpointType.d.ts +42 -0
- package/types/Enums/Group/groupLocationPickerMode.d.ts +21 -0
- package/types/Enums/Group/groupMemberWorkflowTriggerType.d.ts +19 -0
- package/types/Enums/Group/scheduleType.d.ts +15 -0
- package/types/Enums/Security/apiKeyPurpose.d.ts +11 -0
- package/types/Enums/Security/captchaMode.d.ts +13 -0
- package/types/Enums/Security/stringValidationProfile.d.ts +57 -0
- package/types/Enums/Security/stringValidationRule.d.ts +86 -0
- package/types/FieldTypes/achievementTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/assessmentTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/attributeField.partial.d.ts +1 -1
- package/types/FieldTypes/audioFileField.partial.d.ts +1 -1
- package/types/FieldTypes/audioFileFieldComponents.d.ts +2 -30
- package/types/FieldTypes/backgroundCheckField.partial.d.ts +1 -1
- package/types/FieldTypes/backgroundCheckFieldComponents.d.ts +2 -29
- package/types/FieldTypes/badgesField.partial.d.ts +1 -1
- package/types/FieldTypes/binaryFileField.partial.d.ts +1 -1
- package/types/FieldTypes/binaryFileFieldComponents.d.ts +2 -44
- package/types/FieldTypes/binaryFileTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/blockTemplateField.partial.d.ts +1 -1
- package/types/FieldTypes/booleanField.partial.d.ts +1 -1
- package/types/FieldTypes/campusField.partial.d.ts +1 -1
- package/types/FieldTypes/campusesField.partial.d.ts +1 -1
- package/types/FieldTypes/campusesFieldComponents.d.ts +0 -2
- package/types/FieldTypes/captchaFieldComponents.d.ts +1 -1
- package/types/FieldTypes/categoriesField.partial.d.ts +1 -1
- package/types/FieldTypes/categorizedDefinedValueField.partial.d.ts +1 -1
- package/types/FieldTypes/categoryField.partial.d.ts +1 -1
- package/types/FieldTypes/checkListField.partial.d.ts +1 -1
- package/types/FieldTypes/checkinConfigurationTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/codeEditorField.partial.d.ts +2 -4
- package/types/FieldTypes/codeEditorFieldComponents.d.ts +0 -3
- package/types/FieldTypes/colorFieldComponents.d.ts +3 -3
- package/types/FieldTypes/colorSelectorComponents.d.ts +0 -16
- package/types/FieldTypes/colorSelectorField.types.partial.d.ts +1 -1
- package/types/FieldTypes/communicationFlowField.partial.d.ts +1 -1
- package/types/FieldTypes/communicationPreferenceField.partial.d.ts +1 -1
- package/types/FieldTypes/communicationTemplateField.partial.d.ts +1 -1
- package/types/FieldTypes/comparisonField.partial.d.ts +1 -1
- package/types/FieldTypes/componentField.partial.d.ts +1 -1
- package/types/FieldTypes/componentsField.partial.d.ts +1 -1
- package/types/FieldTypes/conditionalScaleField.partial.d.ts +1 -1
- package/types/FieldTypes/conditionalScaleFieldComponents.d.ts +1 -1
- package/types/FieldTypes/connectionActivityTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/connectionOpportunityField.partial.d.ts +1 -1
- package/types/FieldTypes/connectionStateField.partial.d.ts +1 -1
- package/types/FieldTypes/connectionStatusField.partial.d.ts +1 -1
- package/types/FieldTypes/connectionTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/connectionTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/contentChannelField.partial.d.ts +1 -1
- package/types/FieldTypes/contentChannelItemField.partial.d.ts +1 -1
- package/types/FieldTypes/contentChannelTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/contentChannelTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/contentChannelsField.partial.d.ts +1 -1
- package/types/FieldTypes/dataEntryRequirementLevelField.partial.d.ts +1 -1
- package/types/FieldTypes/dataViewField.partial.d.ts +1 -1
- package/types/FieldTypes/dataViewsField.partial.d.ts +2 -2
- package/types/FieldTypes/dataViewsFieldComponents.d.ts +5 -23
- package/types/FieldTypes/dateField.partial.d.ts +1 -1
- package/types/FieldTypes/dateFieldComponents.d.ts +4 -3
- package/types/FieldTypes/dateTimeField.partial.d.ts +1 -1
- package/types/FieldTypes/dateTimeFieldComponents.d.ts +4 -3
- package/types/FieldTypes/definedTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/definedValueField.partial.d.ts +1 -1
- package/types/FieldTypes/definedValueRangeField.partial.d.ts +1 -1
- package/types/FieldTypes/documentTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/encryptedTextField.partial.d.ts +3 -2
- package/types/FieldTypes/encryptedTextFieldComponents.d.ts +1 -0
- package/types/FieldTypes/entityField.partial.d.ts +1 -1
- package/types/FieldTypes/entityTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/fileField.partial.d.ts +1 -1
- package/types/FieldTypes/financialAccountField.partial.d.ts +1 -1
- package/types/FieldTypes/financialAccountsField.partial.d.ts +1 -1
- package/types/FieldTypes/groupAndRoleField.partial.d.ts +1 -1
- package/types/FieldTypes/groupLocationTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/groupMemberField.partial.d.ts +1 -1
- package/types/FieldTypes/groupRoleField.partial.d.ts +1 -1
- package/types/FieldTypes/groupRoleFieldComponents.d.ts +2 -16
- package/types/FieldTypes/groupTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/groupTypeGroupField.partial.d.ts +1 -1
- package/types/FieldTypes/groupTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/htmlField.partial.d.ts +1 -1
- package/types/FieldTypes/imageField.partial.d.ts +12 -2
- package/types/FieldTypes/imageFieldComponents.d.ts +10 -0
- package/types/FieldTypes/interactionChannelInteractionComponentField.partial.d.ts +1 -1
- package/types/FieldTypes/interactionChannelsField.partial.d.ts +1 -1
- package/types/FieldTypes/keyValueListField.partial.d.ts +1 -1
- package/types/FieldTypes/labelField.partial.d.ts +1 -1
- package/types/FieldTypes/lavaCommandsField.partial.d.ts +1 -1
- package/types/FieldTypes/lavaField.partial.d.ts +2 -4
- package/types/FieldTypes/lavaFieldComponents.d.ts +0 -3
- package/types/FieldTypes/locationField.partial.d.ts +1 -1
- package/types/FieldTypes/locationListField.partial.d.ts +1 -1
- package/types/FieldTypes/matrixField.partial.d.ts +1 -1
- package/types/FieldTypes/matrixFieldComponents.d.ts +6 -6
- package/types/FieldTypes/mediaElementField.partial.d.ts +1 -1
- package/types/FieldTypes/mediaSelectorField.partial.d.ts +1 -1
- package/types/FieldTypes/mediaSelectorFieldComponents.d.ts +2 -2
- package/types/FieldTypes/mediaWatchField.partial.d.ts +1 -1
- package/types/FieldTypes/memoField.partial.d.ts +3 -1
- package/types/FieldTypes/multiSelectField.partial.d.ts +1 -1
- package/types/FieldTypes/multiSelectFieldComponents.d.ts +2 -2
- package/types/FieldTypes/noteTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/noteTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/persistedDatasetField.partial.d.ts +1 -1
- package/types/FieldTypes/personField.partial.d.ts +1 -1
- package/types/FieldTypes/prayerRequestFieldComponents.d.ts +1 -1
- package/types/FieldTypes/rangeSliderField.partial.d.ts +1 -1
- package/types/FieldTypes/ratingField.partial.d.ts +1 -1
- package/types/FieldTypes/ratingFieldComponents.d.ts +0 -8
- package/types/FieldTypes/registrationInstanceField.partial.d.ts +1 -1
- package/types/FieldTypes/reminderTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/reminderTypesField.partial.d.ts +1 -1
- package/types/FieldTypes/remoteAuthsField.partial.d.ts +1 -1
- package/types/FieldTypes/reportField.partial.d.ts +1 -1
- package/types/FieldTypes/scheduleBuilderField.partial.d.ts +11 -0
- package/types/FieldTypes/scheduleBuilderFieldComponents.d.ts +36 -0
- package/types/FieldTypes/secondaryAuthsField.partial.d.ts +1 -1
- package/types/FieldTypes/securityRoleField.partial.d.ts +1 -1
- package/types/FieldTypes/singleSelectField.partial.d.ts +1 -1
- package/types/FieldTypes/siteField.partial.d.ts +4 -3
- package/types/FieldTypes/siteFieldComponents.d.ts +1 -0
- package/types/FieldTypes/slidingDateRangeField.partial.d.ts +1 -1
- package/types/FieldTypes/slidingDateRangeFieldComponents.d.ts +1 -1
- package/types/FieldTypes/socialMediaAccountField.partial.d.ts +1 -1
- package/types/FieldTypes/stepProgramField.partial.d.ts +1 -1
- package/types/FieldTypes/stepProgramStepStatusField.partial.d.ts +1 -1
- package/types/FieldTypes/streakTypeField.partial.d.ts +1 -1
- package/types/FieldTypes/systemCommunicationField.partial.d.ts +1 -1
- package/types/FieldTypes/systemEmailField.partial.d.ts +1 -1
- package/types/FieldTypes/systemPhoneNumberField.partial.d.ts +1 -1
- package/types/FieldTypes/textField.partial.d.ts +4 -2
- package/types/FieldTypes/textFieldComponents.d.ts +5 -2
- package/types/FieldTypes/timeZoneField.partial.d.ts +1 -1
- package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +8 -12
- package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
- package/types/FieldTypes/valueFilterField.partial.d.ts +1 -1
- package/types/FieldTypes/valueFilterFieldComponents.d.ts +1 -1
- package/types/FieldTypes/valueListField.partial.d.ts +1 -1
- package/types/FieldTypes/valueListFieldComponents.d.ts +2 -2
- package/types/FieldTypes/videoFileField.partial.d.ts +1 -1
- package/types/FieldTypes/videoFileFieldComponents.d.ts +2 -30
- package/types/FieldTypes/workflowActivityField.partial.d.ts +1 -1
- package/types/FieldTypes/workflowAttributeField.partial.d.ts +1 -1
- package/types/FieldTypes/workflowField.partial.d.ts +1 -1
- package/types/PageState/index.d.ts +1 -0
- package/types/PageState/state.d.ts +1 -0
- package/types/SystemGuids/attribute.d.ts +2 -0
- package/types/SystemGuids/binaryFiletype.d.ts +2 -0
- package/types/SystemGuids/blockType.d.ts +14 -0
- package/types/SystemGuids/definedType.d.ts +0 -9
- package/types/SystemGuids/entityType.d.ts +25 -1
- package/types/SystemGuids/fieldType.d.ts +2 -0
- package/types/SystemGuids/noteType.d.ts +4 -0
- package/types/SystemGuids/page.d.ts +20 -5
- package/types/SystemGuids/person.d.ts +5 -0
- package/types/SystemGuids/serviceJob.d.ts +16 -0
- package/types/Templates/detailBlock.d.ts +39 -2
- package/types/Templates/rockBlock.partial.d.ts +26 -26
- package/types/Templates/rockPage.d.ts +1 -1
- package/types/Types/Controls/grid.d.ts +11 -0
- package/types/Types/Controls/valueDetailListItem.d.ts +3 -0
- package/types/Types/Utility/http.d.ts +2 -2
- package/types/Utility/component.d.ts +9 -0
- package/types/Utility/dom.d.ts +1 -0
- package/types/Utility/file.d.ts +5 -1
- package/types/Utility/http.d.ts +41 -9
- package/types/Utility/linq.d.ts +17 -0
- package/types/Utility/page.d.ts +1 -0
- package/types/Utility/rockDateTime.d.ts +13 -0
- package/types/Utility/treeItemProviders.d.ts +72 -10
- package/types/Utility/url.d.ts +30 -7
- package/types/ViewModels/Blocks/Administration/NotificationList/notificationItemBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Administration/NotificationList/notificationListBag.d.ts +33 -0
- package/types/ViewModels/{Rest/Controls/captchaControlConfigurationBag.d.ts → Blocks/Administration/NotificationList/notificationListOptionsBag.d.ts} +2 -7
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/uiSettingsConfigurationBag.d.ts +4 -5
- package/types/ViewModels/Blocks/BulkImport/csvImportBox.d.ts +54 -0
- package/types/ViewModels/Blocks/BulkImport/csvImportDeleteFileOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/BulkImport/csvImportGetCsvFieldsOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/BulkImport/csvImportGetCsvFieldsResultsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/BulkImport/csvImportStartImportOptionsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/BulkImport/csvImportValidateMappingsOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +6 -0
- package/types/ViewModels/Blocks/CheckIn/Manager/CheckInContextSetter/checkInContextSetterOptionsBag.d.ts +59 -0
- package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendanceBag.d.ts +74 -0
- package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendeeBadgeBag.d.ts +37 -0
- package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterAttendeeBag.d.ts +46 -0
- package/types/ViewModels/Blocks/CheckIn/Manager/Roster/rosterOptionsBag.d.ts +62 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelDetail/contentChannelDetailOptionsBag.d.ts +6 -2
- package/types/ViewModels/Blocks/Cms/ContentChannelItemList/contentChannelItemListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelItemList/getLinkedMediaElementsRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelItemList/getLinkedMediaElementsResponseBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/ContentChannelItemList/linkedMediaElementBag.d.ts +32 -0
- package/types/ViewModels/Blocks/Cms/ContentCollectionList/contentCollectionListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/FileEditor/fileEditorBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Cms/FileEditor/fileEditorOptionsBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeBag.d.ts +7 -0
- package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PageMap/pageMapBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Cms/PageMap/pageMapBlockAttributesBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Cms/PageMap/pageMapOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/PageMap/pageMapTreeListBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Cms/PageSearch/pageSearchBag.d.ts +4 -0
- package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/additionalFilterConfigurationBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/filterDescriptionResultBag.d.ts +27 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/interactionSegmentFilterBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/pageViewSegmentFilterBag.d.ts +94 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/personalizationSegmentBag.d.ts +89 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/personalizationSegmentDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentDetail/sessionCountSegmentFilterBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Cms/PersonalizationSegmentResults/personalizationSegmentResultsOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntrySendResponseBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +13 -2
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCustomTextBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardInitializationBox.d.ts +19 -1
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardRecipientBag.d.ts +2 -4
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/smsFromNumberListItemBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListItemBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListPreferenceRequestBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationListSubscribe/communicationListSubscribeRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateList/communicationTemplateListOptionsBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/CommunicationUnsubscribeReport/communicationUnsubscribeReportOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetDetailOptionsBag.d.ts +5 -2
- package/types/ViewModels/Blocks/Communication/SnippetList/snippetListOptionsBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/SnippetTypeList/snippetTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationBag.d.ts +104 -0
- package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationDetailGetPreviewMessageRequestBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Communication/SystemCommunicationDetail/systemCommunicationDetailOptionsBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Communication/SystemPhoneNumberList/systemPhoneNumberListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Connection/CampaignConfiguration/campaignConfigurationBag.d.ts +93 -0
- package/types/ViewModels/Blocks/Connection/CampaignConfiguration/campaignConfigurationOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunityNavigationDetailsBag.d.ts +53 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunityNavigationInitializationBox.d.ts +49 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionOpportunitySummaryBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionRequestCountsPerDayBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/connectionTypeSummaryBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Connection/ConnectionOpportunityNavigation/getNavigationDetailsRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionFavoriteOpportunityBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionFavoriteOpportunityGroupBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionTypeNavigationInitializationBox.d.ts +56 -0
- package/types/ViewModels/Blocks/Connection/ConnectionTypeNavigation/connectionTypeSummaryBag.d.ts +73 -0
- package/types/ViewModels/Blocks/Core/AttributeCategoryList/attributeCategoryBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Core/AttributeCategoryList/attributeCategoryListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/BinaryFileTypeDetail/binaryFileTypeBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/CampusContextSetter/campusContextSetterOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Core/ComponentList/componentListEditBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Core/ComponentList/componentListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/ComponentList/componentListRowBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Core/DocumentTypeDetail/documentTypeBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionDetailBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Core/ExceptionDetail/exceptionLogItemBag.d.ts +66 -0
- package/types/ViewModels/Blocks/Core/ExceptionOccurrenceList/exceptionOccurrenceListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Core/McpServerList/initializationBox.d.ts +48 -0
- package/types/ViewModels/Blocks/Core/McpServerList/mcpServerListItemBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Core/NoteTypeDetail/noteTypeBag.d.ts +0 -3
- package/types/ViewModels/Blocks/Core/ServiceJobDetail/serviceJobBag.d.ts +0 -3
- package/types/ViewModels/Blocks/Core/SmartSearch/searchFilterBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Core/SmartSearch/smartSearchOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Crm/PersonDuplicateList/personDuplicateListOptionsBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Crm/PersonalDeviceInteractions/personalDeviceInteractionsOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDeviceListItemBag.d.ts +71 -0
- package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDevicesBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Crm/PersonalDevices/personalDevicesOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/completionMetricsBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/connectorBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/filtersBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/getMetricsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/idKeyListItemBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/metricsBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/optionsBag.d.ts +59 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/preferenceKeysBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestStateBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestStatusCountBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/requestTimelineBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOperationalSnapshot/upcomingFollowUpBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/canDeleteRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/canDeleteResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionOpportunityBag.d.ts +111 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionOpportunityDetailOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowBag.d.ts +54 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowQualifierOptionsResponseBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectionWorkflowQualifierValueBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/connectorGroupBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/defaultConnectorBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/defaultConnectorOptionsRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/inheritedAttributeBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/inheritedConnectionWorkflowBag.d.ts +41 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/placementGroupBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityDetail/placementGroupConfigBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionOpportunityList/connectionOpportunityListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/canDeleteRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/canDeleteResponseBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionActivityTypeBag.d.ts +57 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionStatusAutomationBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionStatusBag.d.ts +67 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeAdditionalRequestToShowBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeAdditionalSettingsBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeBag.d.ts +121 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeCommunicationSettingsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeDetailOptionsBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionTypeSourceBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowBag.d.ts +55 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowQualifierOptionsResponseBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeDetail/connectionWorkflowQualifierValueBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +5 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/activityBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/activityEntryBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/additionalRequestBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/assignFromCampaignBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/bulkRequestViewBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/cardEntryBag.d.ts +63 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationAttachmentBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationBag.d.ts +66 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationRecipientBag.d.ts +61 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/communicationTemplateBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionActivityTypeBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionCampaignBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionListGridUpdateBag.d.ts +98 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionListUpdateBox.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionOpportunityBag.d.ts +55 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionOpportunityDetailBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestBag.d.ts +92 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailBox.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailOptionsBag.d.ts +102 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestDetailsBag.d.ts +115 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestNoteBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestUpdateBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionRequestUpdateBox.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionStatusBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionWorkflowBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectionsHubOptionsBag.d.ts +105 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectorItemBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/connectorOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getAiSummaryResponseBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getCommunicationRecipientsRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getCommunicationRecipientsResponseBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getEmailConfigurationRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getEmailConfigurationResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getSmsConfigurationRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/getSmsConfigurationResponseBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/gridDataToShowItemBag.d.ts +44 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/gridUpdateBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/groupMemberRequirementBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/launchWorkflowBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/launchWorkflowResultBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/logActivityBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/messageEntryBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/personNoteBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/placementGroupDetailsBag.d.ts +63 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/placementGroupMemberAttributesBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/requesterPersonBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/systemUpdateBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/transferConnectionRequestBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/transferConnectionRequestDetailsBag.d.ts +69 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/updateConnectionRequestStatesBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/updateGroupMemberRequirementBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionsHub/upsertCelebrationBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceList/interactiveExperienceListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantEligibilityBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +7 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/resolveRegistrantPersonResultBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageContextBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailBag.d.ts +50 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailCalendarItemBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceLinkageDetail/registrationInstanceLinkageDetailOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapCategoryBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapInitializationBox.d.ts +37 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapMethodBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapModelBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapPropertyBag.d.ts +70 -0
- package/types/ViewModels/Blocks/Example/ModelMap/modelMapXmlCommentBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Example/SampleData/sampleDataBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Example/SampleData/sampleDataOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceDocumentBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestBag.d.ts +80 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestDetailOptionsBag.d.ts +74 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceRequestWorkflowBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceResultBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceTypeBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/benevolenceTypeOptionsBag.d.ts +38 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/campusBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/connectionStatusBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/locationBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/personBag.d.ts +81 -0
- package/types/ViewModels/Blocks/Finance/BenevolenceRequestDetail/phoneNumberBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Finance/ConvertBusiness/conversionResultBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Finance/ConvertBusiness/conversionSelectionResultBag.d.ts +51 -0
- package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertBusinessBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertToBusinessRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Finance/ConvertBusiness/convertToPersonRequestBag.d.ts +47 -0
- package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsBlockBox.d.ts +50 -0
- package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsBlockDataBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Finance/FinancialPledgeAnalytics/financialPledgeAnalyticsFiltersBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Group/GroupRegistration/groupRegistrationBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Group/GroupRequirementTypeDetail/groupRequirementTypeBag.d.ts +0 -3
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/canDeleteRequestBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/canDeleteResponseBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/getInheritedAttributesResponseBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupRequirementTypeBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeBag.d.ts +340 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeDetailOptionsBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupMemberWorkflowTriggerBag.d.ts +75 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupRequirementBag.d.ts +60 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeGroupScheduleExclusionBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeInheritedAttributeBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeRoleBag.d.ts +89 -0
- package/types/ViewModels/Blocks/Group/GroupTypeDetail/groupTypeRoleDefaultAttributesResponseBag.d.ts +36 -0
- package/types/ViewModels/Blocks/Lms/LearningClassActivityCompletionDetail/learningClassActivityCompletionBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Lms/PublicLearningClassWorkspace/publicLearningClassWorkspaceBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailInitializationBox.d.ts +49 -0
- package/types/ViewModels/Blocks/Mobile/MobileDeepLinkDetail/mobileDeepLinkDetailOptionsBag.d.ts +33 -0
- package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +12 -0
- package/types/ViewModels/Blocks/Reporting/ReportSearch/reportSearchOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Reporting/ReportSearch/reportSearchResultBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Security/AuthClaims/authClaimBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Security/AuthClaims/authClaimRequestBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Security/AuthClaims/authClaimsOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrRequestList/checkrRequestListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrSettings/checkrSettingsOptionsBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Security/BackgroundCheck/CheckrSettings/checkrSettingsSaveTokenRequestBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Security/BackgroundCheck/RequestList/requestListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/ChangePassword/changePasswordResponseBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Security/Logout/logoutBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/Logout/logoutOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Security/PersonViewedDetail/personViewedDetailOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Security/PersonViewedSummary/personViewedSummaryOptionsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/installedPackageBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/latestVersionDisplayBag.d.ts +48 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/packageBag.d.ts +128 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/packageDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/packageVersionBag.d.ts +52 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/packageVersionRatingBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/rockSemanticVersionBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/screenshotBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Store/PackageDetail/vendorBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListCategorySecurityBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListItemBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/formListLinkToFormBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Workflow/FormBuilder/FormList/updateFormCategoryBag.d.ts +45 -0
- package/types/ViewModels/Blocks/customBlockBox.d.ts +47 -0
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +7 -0
- package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +6 -0
- package/types/ViewModels/Core/Grid/groupingFieldBag.d.ts +58 -0
- package/types/ViewModels/Rest/Controls/captchaConfigurationBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/captchaInitializeProofOfWorkBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/captchaInitializeResultBag.d.ts +30 -0
- package/types/ViewModels/Rest/Controls/captchaProofOfWorkChallengeBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/captchaProofOfWorkVerifyOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/captchaTokenBag.d.ts +33 -0
- package/types/ViewModels/Rest/Controls/{captchaControlValidateTokenOptionsBag.d.ts → captchaValidateTokenOptionsBag.d.ts} +2 -1
- package/types/ViewModels/Rest/Controls/{captchaControlTokenValidateTokenResultBag.d.ts → captchaValidateTokenResultBag.d.ts} +1 -1
- package/types/ViewModels/Rest/Controls/captchaVerifyOptionsBag.d.ts +33 -0
- package/types/ViewModels/Rest/Controls/captchaVerifyProofOfWorkOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/captchaVerifyResultBag.d.ts +37 -0
- package/types/ViewModels/Rest/Controls/colorPickerGetColorPickerSwatchesOptionsBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/colorPickerSwatchBag.d.ts +34 -0
- package/types/ViewModels/Rest/Controls/connectionRequestPickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/entityTypePickerGetEntityTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/eventItemOccurrencePickerGetEventItemOccurrencesOptionsBag.d.ts +42 -0
- package/types/ViewModels/Rest/Controls/eventItemPickerGetEventItemsOptionsBag.d.ts +11 -0
- package/types/ViewModels/Rest/Controls/groupPickerGetChildrenOptionsBag.d.ts +12 -0
- package/types/ViewModels/Rest/Controls/groupTypePickerGetGroupTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/mergeTemplatePickerGetMergeTemplatesOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/metricCategoryPickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/registrationTemplatePickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/reportPickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Rest/Controls/schedulePickerGetChildrenOptionsBag.d.ts +15 -0
- package/types/ViewModels/Rest/Controls/workflowActionTypePickerGetChildrenOptionsBag.d.ts +9 -0
- package/types/ViewModels/Utility/csvImportActivityProgressStatusBag.d.ts +37 -0
- package/types/ViewModels/Utility/publicAttributeBag.d.ts +6 -0
- package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +3 -0
- package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +7 -0
- package/types/Controls/Internal/EmailEditor/types.d.ts +0 -9
- package/types/Controls/Internal/pageDebugTimingRow.obs.d.ts +0 -22
- package/types/Controls/searchField.obs.d.ts +0 -17
- /package/types/Controls/{NoteEditor/types.partial.d.ts → Internal/NoteEditor/types.d.ts} +0 -0
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
* must be a subset of them.
|
|
8
8
|
*/
|
|
9
9
|
columns: {
|
|
10
|
-
type: PropType<
|
|
10
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
11
11
|
default: never[];
|
|
12
12
|
};
|
|
13
13
|
/**
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
* column.
|
|
17
17
|
*/
|
|
18
18
|
columnFilters: {
|
|
19
|
-
type: PropType<Record<string, unknown>>;
|
|
19
|
+
type: PropType<Record<string, unknown | undefined>>;
|
|
20
20
|
default: {};
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
@@ -37,12 +37,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: PropType<boolean>;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
+
/**
|
|
41
|
+
* When defined, this function will be called when a column's header
|
|
42
|
+
* is clicked for sorting. This allows the consumer to implement manual
|
|
43
|
+
* sorting logic. This function receives the column name and is expected
|
|
44
|
+
* to provide the sorted data back to the grid via the data property.
|
|
45
|
+
*/
|
|
46
|
+
manualSort: {
|
|
47
|
+
type: PropType<((column: string, grid: IGridState) => void) | undefined>;
|
|
48
|
+
default: undefined;
|
|
49
|
+
};
|
|
40
50
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
51
|
"update:columnFilters": (value: Record<string, unknown>) => void;
|
|
42
52
|
"update:columnSort": (value: {
|
|
43
53
|
column: string;
|
|
44
54
|
isDescending: boolean;
|
|
45
55
|
} | undefined) => void;
|
|
56
|
+
width: (width: {
|
|
57
|
+
offsetWidth: number;
|
|
58
|
+
scrollWidth: number;
|
|
59
|
+
}) => void;
|
|
46
60
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
61
|
/**
|
|
48
62
|
* The array of columns that should be displayed in the header row.
|
|
@@ -50,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
64
|
* must be a subset of them.
|
|
51
65
|
*/
|
|
52
66
|
columns: {
|
|
53
|
-
type: PropType<
|
|
67
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
54
68
|
default: never[];
|
|
55
69
|
};
|
|
56
70
|
/**
|
|
@@ -59,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
73
|
* column.
|
|
60
74
|
*/
|
|
61
75
|
columnFilters: {
|
|
62
|
-
type: PropType<Record<string, unknown>>;
|
|
76
|
+
type: PropType<Record<string, unknown | undefined>>;
|
|
63
77
|
default: {};
|
|
64
78
|
};
|
|
65
79
|
/**
|
|
@@ -80,15 +94,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
94
|
type: PropType<boolean>;
|
|
81
95
|
default: boolean;
|
|
82
96
|
};
|
|
97
|
+
/**
|
|
98
|
+
* When defined, this function will be called when a column's header
|
|
99
|
+
* is clicked for sorting. This allows the consumer to implement manual
|
|
100
|
+
* sorting logic. This function receives the column name and is expected
|
|
101
|
+
* to provide the sorted data back to the grid via the data property.
|
|
102
|
+
*/
|
|
103
|
+
manualSort: {
|
|
104
|
+
type: PropType<((column: string, grid: IGridState) => void) | undefined>;
|
|
105
|
+
default: undefined;
|
|
106
|
+
};
|
|
83
107
|
}>> & {
|
|
108
|
+
onWidth?: ((width: {
|
|
109
|
+
offsetWidth: number;
|
|
110
|
+
scrollWidth: number;
|
|
111
|
+
}) => any) | undefined;
|
|
84
112
|
"onUpdate:columnFilters"?: ((value: Record<string, unknown>) => any) | undefined;
|
|
85
113
|
"onUpdate:columnSort"?: ((value: {
|
|
86
114
|
column: string;
|
|
87
115
|
isDescending: boolean;
|
|
88
116
|
} | undefined) => any) | undefined;
|
|
89
117
|
}, {
|
|
90
|
-
light: boolean;
|
|
91
118
|
columns: readonly ColumnDefinition[];
|
|
119
|
+
light: boolean;
|
|
120
|
+
manualSort: ((column: string, grid: IGridState) => void) | undefined;
|
|
92
121
|
columnFilters: Record<string, unknown>;
|
|
93
122
|
}, {}>;
|
|
94
123
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
* must be a subset of them.
|
|
8
8
|
*/
|
|
9
9
|
columns: {
|
|
10
|
-
type: PropType<
|
|
10
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
/** The data row that contains the values to be displayed. */
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
* must be a subset of them.
|
|
59
59
|
*/
|
|
60
60
|
columns: {
|
|
61
|
-
type: PropType<
|
|
61
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
62
62
|
required: true;
|
|
63
63
|
};
|
|
64
64
|
/** The data row that contains the values to be displayed. */
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
* must be a subset of them.
|
|
9
9
|
*/
|
|
10
10
|
columns: {
|
|
11
|
-
type: PropType<
|
|
11
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
dragOptions: {
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
* must be a subset of them.
|
|
80
80
|
*/
|
|
81
81
|
columns: {
|
|
82
|
-
type: PropType<
|
|
82
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
83
83
|
required: true;
|
|
84
84
|
};
|
|
85
85
|
dragOptions: {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
2
|
import { GridAction, IGridState } from "@Obsidian/Types/Controls/grid";
|
|
3
|
-
declare
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
additionalHeaderBadges?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
8
|
/** The current text being used for the quick filter feature. */
|
|
5
9
|
quickFilterValue: {
|
|
6
10
|
type: PropType<string>;
|
|
@@ -9,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
13
|
/** The array of grid actions that will be displayed. */
|
|
10
14
|
gridActions: {
|
|
11
15
|
type: PropType<(GridAction & {
|
|
12
|
-
isPrimary?: boolean
|
|
16
|
+
isPrimary?: boolean;
|
|
13
17
|
})[]>;
|
|
14
18
|
default: never[];
|
|
15
19
|
};
|
|
@@ -26,6 +30,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
30
|
type: PropType<string>;
|
|
27
31
|
required: false;
|
|
28
32
|
};
|
|
33
|
+
/** The Icon CSS class to display in the title. */
|
|
34
|
+
titleIconCssClass: {
|
|
35
|
+
type: PropType<string>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
29
38
|
/** When `true`, the grid's title will be hidden. */
|
|
30
39
|
isTitleHidden: {
|
|
31
40
|
type: PropType<boolean>;
|
|
@@ -70,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
79
|
/** The array of grid actions that will be displayed. */
|
|
71
80
|
gridActions: {
|
|
72
81
|
type: PropType<(GridAction & {
|
|
73
|
-
isPrimary?: boolean
|
|
82
|
+
isPrimary?: boolean;
|
|
74
83
|
})[]>;
|
|
75
84
|
default: never[];
|
|
76
85
|
};
|
|
@@ -87,6 +96,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
96
|
type: PropType<string>;
|
|
88
97
|
required: false;
|
|
89
98
|
};
|
|
99
|
+
/** The Icon CSS class to display in the title. */
|
|
100
|
+
titleIconCssClass: {
|
|
101
|
+
type: PropType<string>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
90
104
|
/** When `true`, the grid's title will be hidden. */
|
|
91
105
|
isTitleHidden: {
|
|
92
106
|
type: PropType<boolean>;
|
|
@@ -123,13 +137,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
137
|
}>> & {
|
|
124
138
|
"onUpdate:quickFilterValue"?: ((value: string) => any) | undefined;
|
|
125
139
|
}, {
|
|
140
|
+
quickFilterValue: string;
|
|
141
|
+
titleIconCssClass: string;
|
|
126
142
|
gridActions: (GridAction & {
|
|
127
|
-
isPrimary?: boolean
|
|
143
|
+
isPrimary?: boolean;
|
|
128
144
|
})[];
|
|
129
|
-
quickFilterValue: string;
|
|
130
145
|
isTitleHidden: boolean;
|
|
131
146
|
visibleColumnCount: number;
|
|
132
147
|
isCountMessageVisible: boolean;
|
|
133
148
|
isSearchVisible: boolean;
|
|
134
149
|
}, {}>;
|
|
150
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
135
151
|
export default _default;
|
|
152
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
153
|
+
new (): {
|
|
154
|
+
$slots: S;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
@@ -2,6 +2,7 @@ import { PropType } from "vue";
|
|
|
2
2
|
import { GridAction, IGridState } from "@Obsidian/Types/Controls/grid";
|
|
3
3
|
import { GridDataBag } from "@Obsidian/ViewModels/Core/Grid/gridDataBag";
|
|
4
4
|
import { GridDefinitionBag } from "@Obsidian/ViewModels/Core/Grid/gridDefinitionBag";
|
|
5
|
+
import { Guid } from "@Obsidian/Types";
|
|
5
6
|
/**
|
|
6
7
|
* Deletes a row from the grid when not tracking live updates.
|
|
7
8
|
*
|
|
@@ -20,7 +21,23 @@ declare function rowUpdated(keyOrIndex: string | number): void;
|
|
|
20
21
|
* @param keysOrIndexes The row keys or indexes that have been updated.
|
|
21
22
|
*/
|
|
22
23
|
declare function rowsUpdated(keysOrIndexes: readonly string[] | readonly number[]): void;
|
|
23
|
-
|
|
24
|
+
/**
|
|
25
|
+
* Clears all selected keys
|
|
26
|
+
*/
|
|
27
|
+
declare function clearSelectedKeys(): void;
|
|
28
|
+
declare var __VLS_4: {}, __VLS_6: {}, __VLS_15: {}, __VLS_47: {}, __VLS_55: {};
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
30
|
+
gridHeaderBadges?: (props: typeof __VLS_4) => any;
|
|
31
|
+
} & {
|
|
32
|
+
gridHeaderPrepend?: (props: typeof __VLS_6) => any;
|
|
33
|
+
} & {
|
|
34
|
+
gridHeaderAppend?: (props: typeof __VLS_15) => any;
|
|
35
|
+
} & {
|
|
36
|
+
gridFooterPrepend?: (props: typeof __VLS_47) => any;
|
|
37
|
+
} & {
|
|
38
|
+
gridFooterAppend?: (props: typeof __VLS_55) => any;
|
|
39
|
+
};
|
|
40
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
24
41
|
/**
|
|
25
42
|
* The data to be displayed in the grid. This may either be an object
|
|
26
43
|
* that contains the grid data directly or a function that returns the
|
|
@@ -46,6 +63,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
46
63
|
type: PropType<string>;
|
|
47
64
|
required: false;
|
|
48
65
|
};
|
|
66
|
+
/** The Icon CSS class to display in the title. */
|
|
67
|
+
titleIconCssClass: {
|
|
68
|
+
type: PropType<string>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
49
71
|
/** When `true`, the grid's title will be hidden. */
|
|
50
72
|
isTitleHidden: {
|
|
51
73
|
type: PropType<boolean>;
|
|
@@ -94,6 +116,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
94
116
|
type: PropType<boolean>;
|
|
95
117
|
default: boolean;
|
|
96
118
|
};
|
|
119
|
+
/**
|
|
120
|
+
* A comfy grid changes the display style of the rows so they look more
|
|
121
|
+
* like pills instead of traditional rows.
|
|
122
|
+
*/
|
|
123
|
+
comfy: {
|
|
124
|
+
type: PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
97
127
|
/**
|
|
98
128
|
* Determines if the grid will monitor for changes in the data of
|
|
99
129
|
* existing rows, new rows and removed rows. Should not be used for
|
|
@@ -129,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
129
159
|
* The unique identifier of the entity type that the rows represent.
|
|
130
160
|
*/
|
|
131
161
|
entityTypeGuid: {
|
|
132
|
-
type: PropType<
|
|
162
|
+
type: PropType<Guid | undefined>;
|
|
133
163
|
required: false;
|
|
134
164
|
};
|
|
135
165
|
/**
|
|
@@ -306,7 +336,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
306
336
|
* Providing this function will automatically enable the add button.
|
|
307
337
|
*/
|
|
308
338
|
onAddItem: {
|
|
309
|
-
type: PropType<() => void | Promise<void
|
|
339
|
+
type: PropType<(() => void | Promise<void>)>;
|
|
310
340
|
required: false;
|
|
311
341
|
};
|
|
312
342
|
/**
|
|
@@ -315,7 +345,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
315
345
|
* automatically enable row selection.
|
|
316
346
|
*/
|
|
317
347
|
onSelectItem: {
|
|
318
|
-
type: PropType<(key: string) => void | Promise<void
|
|
348
|
+
type: PropType<((key: string) => void | Promise<void>)>;
|
|
319
349
|
required: false;
|
|
320
350
|
};
|
|
321
351
|
/**
|
|
@@ -381,14 +411,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
381
411
|
type: PropType<boolean>;
|
|
382
412
|
default: boolean;
|
|
383
413
|
};
|
|
414
|
+
forceVirtualRowsOnLight: {
|
|
415
|
+
type: PropType<boolean>;
|
|
416
|
+
default: boolean;
|
|
417
|
+
};
|
|
418
|
+
/**
|
|
419
|
+
* When defined, this function will be called when a column's header
|
|
420
|
+
* is clicked for sorting. This allows the consumer to implement manual
|
|
421
|
+
* sorting logic. This function receives the column name and is expected
|
|
422
|
+
* to provide the sorted data back to the grid via the data property.
|
|
423
|
+
*/
|
|
424
|
+
manualSort: {
|
|
425
|
+
type: PropType<((column: string, grid: IGridState) => void) | undefined>;
|
|
426
|
+
default: undefined;
|
|
427
|
+
};
|
|
384
428
|
}, {
|
|
385
429
|
deleteRow: typeof deleteRow;
|
|
386
430
|
rowUpdated: typeof rowUpdated;
|
|
387
431
|
rowsUpdated: typeof rowsUpdated;
|
|
432
|
+
clearSelectedKeys: typeof clearSelectedKeys;
|
|
388
433
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
389
434
|
gridSettingsClick: () => void;
|
|
390
435
|
filteredRowsChanged: (grid: IGridState) => void;
|
|
391
436
|
selectedKeysChanged: (grid: IGridState) => void;
|
|
437
|
+
onLoad: (grid: IGridState) => void;
|
|
438
|
+
onUnload: (grid: IGridState) => void;
|
|
392
439
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
393
440
|
/**
|
|
394
441
|
* The data to be displayed in the grid. This may either be an object
|
|
@@ -415,6 +462,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
415
462
|
type: PropType<string>;
|
|
416
463
|
required: false;
|
|
417
464
|
};
|
|
465
|
+
/** The Icon CSS class to display in the title. */
|
|
466
|
+
titleIconCssClass: {
|
|
467
|
+
type: PropType<string>;
|
|
468
|
+
default: string;
|
|
469
|
+
};
|
|
418
470
|
/** When `true`, the grid's title will be hidden. */
|
|
419
471
|
isTitleHidden: {
|
|
420
472
|
type: PropType<boolean>;
|
|
@@ -463,6 +515,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
463
515
|
type: PropType<boolean>;
|
|
464
516
|
default: boolean;
|
|
465
517
|
};
|
|
518
|
+
/**
|
|
519
|
+
* A comfy grid changes the display style of the rows so they look more
|
|
520
|
+
* like pills instead of traditional rows.
|
|
521
|
+
*/
|
|
522
|
+
comfy: {
|
|
523
|
+
type: PropType<boolean>;
|
|
524
|
+
default: boolean;
|
|
525
|
+
};
|
|
466
526
|
/**
|
|
467
527
|
* Determines if the grid will monitor for changes in the data of
|
|
468
528
|
* existing rows, new rows and removed rows. Should not be used for
|
|
@@ -498,7 +558,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
498
558
|
* The unique identifier of the entity type that the rows represent.
|
|
499
559
|
*/
|
|
500
560
|
entityTypeGuid: {
|
|
501
|
-
type: PropType<
|
|
561
|
+
type: PropType<Guid | undefined>;
|
|
502
562
|
required: false;
|
|
503
563
|
};
|
|
504
564
|
/**
|
|
@@ -675,7 +735,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
675
735
|
* Providing this function will automatically enable the add button.
|
|
676
736
|
*/
|
|
677
737
|
onAddItem: {
|
|
678
|
-
type: PropType<() => void | Promise<void
|
|
738
|
+
type: PropType<(() => void | Promise<void>)>;
|
|
679
739
|
required: false;
|
|
680
740
|
};
|
|
681
741
|
/**
|
|
@@ -684,7 +744,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
684
744
|
* automatically enable row selection.
|
|
685
745
|
*/
|
|
686
746
|
onSelectItem: {
|
|
687
|
-
type: PropType<(key: string) => void | Promise<void
|
|
747
|
+
type: PropType<((key: string) => void | Promise<void>)>;
|
|
688
748
|
required: false;
|
|
689
749
|
};
|
|
690
750
|
/**
|
|
@@ -750,19 +810,38 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
750
810
|
type: PropType<boolean>;
|
|
751
811
|
default: boolean;
|
|
752
812
|
};
|
|
813
|
+
forceVirtualRowsOnLight: {
|
|
814
|
+
type: PropType<boolean>;
|
|
815
|
+
default: boolean;
|
|
816
|
+
};
|
|
817
|
+
/**
|
|
818
|
+
* When defined, this function will be called when a column's header
|
|
819
|
+
* is clicked for sorting. This allows the consumer to implement manual
|
|
820
|
+
* sorting logic. This function receives the column name and is expected
|
|
821
|
+
* to provide the sorted data back to the grid via the data property.
|
|
822
|
+
*/
|
|
823
|
+
manualSort: {
|
|
824
|
+
type: PropType<((column: string, grid: IGridState) => void) | undefined>;
|
|
825
|
+
default: undefined;
|
|
826
|
+
};
|
|
753
827
|
}>> & {
|
|
828
|
+
onOnLoad?: ((grid: IGridState) => any) | undefined;
|
|
754
829
|
onGridSettingsClick?: (() => any) | undefined;
|
|
755
830
|
onFilteredRowsChanged?: ((grid: IGridState) => any) | undefined;
|
|
756
831
|
onSelectedKeysChanged?: ((grid: IGridState) => any) | undefined;
|
|
832
|
+
onOnUnload?: ((grid: IGridState) => any) | undefined;
|
|
757
833
|
}, {
|
|
758
834
|
light: boolean;
|
|
835
|
+
titleIconCssClass: string;
|
|
759
836
|
isFooterHidden: boolean;
|
|
837
|
+
manualSort: ((column: string, grid: IGridState) => void) | undefined;
|
|
760
838
|
markInactiveRows: boolean;
|
|
761
839
|
rowClass: string | ((row: Record<string, unknown>) => string);
|
|
762
840
|
emptyDataText: string;
|
|
763
841
|
isTitleHidden: boolean;
|
|
764
842
|
isCountMessageVisible: boolean;
|
|
765
843
|
isSearchVisible: boolean;
|
|
844
|
+
comfy: boolean;
|
|
766
845
|
hideFilterHeaderRow: boolean;
|
|
767
846
|
stickyHeader: boolean;
|
|
768
847
|
personAsBusiness: boolean;
|
|
@@ -779,14 +858,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
779
858
|
disablePaging: boolean;
|
|
780
859
|
selectedKeysOverride: (selectedKeys: string[]) => string[];
|
|
781
860
|
isNestedInScrollable: boolean;
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
gridFooterPrepend?(_: {}): any;
|
|
786
|
-
gridFooterAppend?(_: {}): any;
|
|
787
|
-
}>;
|
|
861
|
+
forceVirtualRowsOnLight: boolean;
|
|
862
|
+
}, {}>;
|
|
863
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
788
864
|
export default _default;
|
|
789
|
-
type
|
|
865
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
790
866
|
new (): {
|
|
791
867
|
$slots: S;
|
|
792
868
|
};
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
/** The array of grid actions that will be displayed. */
|
|
10
10
|
gridActions: {
|
|
11
11
|
type: PropType<(GridAction & {
|
|
12
|
-
isPrimary?: boolean
|
|
12
|
+
isPrimary?: boolean;
|
|
13
13
|
})[]>;
|
|
14
14
|
default: never[];
|
|
15
15
|
};
|
|
@@ -22,13 +22,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
/** The array of grid actions that will be displayed. */
|
|
23
23
|
gridActions: {
|
|
24
24
|
type: PropType<(GridAction & {
|
|
25
|
-
isPrimary?: boolean
|
|
25
|
+
isPrimary?: boolean;
|
|
26
26
|
})[]>;
|
|
27
27
|
default: never[];
|
|
28
28
|
};
|
|
29
29
|
}>>, {
|
|
30
30
|
gridActions: (GridAction & {
|
|
31
|
-
isPrimary?: boolean
|
|
31
|
+
isPrimary?: boolean;
|
|
32
32
|
})[];
|
|
33
33
|
}, {}>;
|
|
34
34
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
* must be a subset of them.
|
|
8
8
|
*/
|
|
9
9
|
columns: {
|
|
10
|
-
type: PropType<
|
|
10
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
/** The grid this row is being displayed for. */
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
* must be a subset of them.
|
|
28
28
|
*/
|
|
29
29
|
columns: {
|
|
30
|
-
type: PropType<
|
|
30
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
31
31
|
required: true;
|
|
32
32
|
};
|
|
33
33
|
/** The grid this row is being displayed for. */
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
* must be a subset of them.
|
|
8
8
|
*/
|
|
9
9
|
columns: {
|
|
10
|
-
type: PropType<
|
|
10
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
/** The grid that contains all the state information. */
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
* must be a subset of them.
|
|
28
28
|
*/
|
|
29
29
|
columns: {
|
|
30
|
-
type: PropType<
|
|
30
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
31
31
|
required: true;
|
|
32
32
|
};
|
|
33
33
|
/** The grid that contains all the state information. */
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
* must be a subset of them.
|
|
8
8
|
*/
|
|
9
9
|
columns: {
|
|
10
|
-
type: PropType<
|
|
10
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
/** The rows that contain the data to be displayed. */
|
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
* must be a subset of them.
|
|
79
79
|
*/
|
|
80
80
|
columns: {
|
|
81
|
-
type: PropType<
|
|
81
|
+
type: PropType<ReadonlyArray<ColumnDefinition>>;
|
|
82
82
|
required: true;
|
|
83
83
|
};
|
|
84
84
|
/** The rows that contain the data to be displayed. */
|
|
@@ -1,32 +1,6 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
executeRequest: {
|
|
11
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("@Obsidian/Utility/component").StandardDynamicComponentProps, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
2
|
"update:modelValue": (value: Record<string, string | null | undefined>) => void;
|
|
16
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
modelValue: {
|
|
18
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
options: {
|
|
22
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: {
|
|
26
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
3
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("@Obsidian/Utility/component").StandardDynamicComponentProps>> & {
|
|
30
4
|
"onUpdate:modelValue"?: ((value: Record<string, string | null | undefined>) => any) | undefined;
|
|
31
5
|
}, {}, {}>;
|
|
32
6
|
export default _default;
|
|
@@ -1,32 +1,6 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
executeRequest: {
|
|
11
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("@Obsidian/Utility/component").StandardDynamicComponentProps, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
2
|
"update:modelValue": (value: Record<string, string | null | undefined>) => void;
|
|
16
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
modelValue: {
|
|
18
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
options: {
|
|
22
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: {
|
|
26
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
3
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("@Obsidian/Utility/component").StandardDynamicComponentProps>> & {
|
|
30
4
|
"onUpdate:modelValue"?: ((value: Record<string, string | null | undefined>) => any) | undefined;
|
|
31
5
|
}, {}, {}>;
|
|
32
6
|
export default _default;
|
|
@@ -1,32 +1,6 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
executeRequest: {
|
|
11
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("@Obsidian/Utility/component").StandardDynamicComponentProps, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
2
|
"update:modelValue": (value: Record<string, string | null | undefined>) => void;
|
|
16
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
modelValue: {
|
|
18
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
options: {
|
|
22
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
executeRequest: {
|
|
26
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
3
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("@Obsidian/Utility/component").StandardDynamicComponentProps>> & {
|
|
30
4
|
"onUpdate:modelValue"?: ((value: Record<string, string | null | undefined>) => any) | undefined;
|
|
31
5
|
}, {}, {}>;
|
|
32
6
|
export default _default;
|
|
@@ -1,35 +1,11 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
executeRequest: {
|
|
11
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("@Obsidian/Utility/component").StandardDynamicComponentProps & {
|
|
14
2
|
mergeFields: {
|
|
15
3
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Core/Automation/automationValueDefinitionBag").AutomationValueDefinitionBag[]>;
|
|
16
4
|
required: true;
|
|
17
5
|
};
|
|
18
6
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
7
|
"update:modelValue": (value: Record<string, string | null | undefined>) => void;
|
|
20
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
options: {
|
|
26
|
-
type: import("vue").PropType<Record<string, string | null | undefined>>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
executeRequest: {
|
|
30
|
-
type: import("vue").PropType<(request: Record<string, string | null | undefined>) => Promise<Record<string, string | null | undefined> | null>>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
8
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("@Obsidian/Utility/component").StandardDynamicComponentProps & {
|
|
33
9
|
mergeFields: {
|
|
34
10
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Core/Automation/automationValueDefinitionBag").AutomationValueDefinitionBag[]>;
|
|
35
11
|
required: true;
|