@rockrms/obsidian-framework 18.1.0 → 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 +3 -0
- package/types/Controls/Internal/EmailEditor/borderPicker.partial.obs.d.ts +39 -0
- package/types/Controls/Internal/EmailEditor/borderStylePicker.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/EmailEditor/buttonWidthPicker.partial.obs.d.ts +28 -0
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +24 -6
- package/types/Controls/Internal/EmailEditor/contentToggle.partial.obs.d.ts +41 -0
- package/types/Controls/Internal/EmailEditor/emailDesigner.partial.obs.d.ts +18 -4
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +16 -10
- package/types/Controls/Internal/EmailEditor/emailIFrame.partial.obs.d.ts +18 -4
- package/types/Controls/Internal/EmailEditor/flatPanel.partial.obs.d.ts +12 -7
- package/types/Controls/{searchField.obs.d.ts → Internal/EmailEditor/fontFamilyPicker.partial.obs.d.ts} +5 -5
- package/types/Controls/Internal/EmailEditor/horizontalAlignmentPicker.partial.obs.d.ts +12 -3
- package/types/Controls/Internal/EmailEditor/hrefPicker.partial.obs.d.ts +26 -0
- package/types/Controls/Internal/EmailEditor/letterCasePicker.partial.obs.d.ts +85 -0
- package/types/Controls/Internal/EmailEditor/lineHeightPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/lineHeightPicker2.partial.obs.d.ts +84 -0
- 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 +55 -0
- package/types/Controls/Internal/EmailEditor/pixelBox.partial.obs.d.ts +84 -0
- package/types/Controls/Internal/EmailEditor/properties/buttonWidthProperty.partial.obs.d.ts +3 -3
- package/types/Controls/Internal/EmailEditor/properties/colorPickerProperty.partial.obs.d.ts +3 -3
- 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 +22 -6
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +4 -5
- package/types/Controls/Internal/EmailEditor/propertyPanels/componentPropertyPanelBase.partial.obs.d.ts +11 -8
- package/types/Controls/Internal/EmailEditor/propertyPanels/dividerComponentPropertyPanel.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/globalPropertyPanel.partial.obs.d.ts +42 -6
- 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/providers.partial.d.ts +3 -21
- package/types/Controls/Internal/EmailEditor/shorthandBorderStylePicker.partial.obs.d.ts +37 -0
- package/types/Controls/Internal/EmailEditor/shorthandColorPicker.partial.obs.d.ts +82 -0
- package/types/Controls/Internal/EmailEditor/shorthandDropDownList.partial.obs.d.ts +91 -0
- package/types/Controls/Internal/EmailEditor/shorthandPixelBox.partial.obs.d.ts +82 -0
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +45 -11
- 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 +85 -0
- package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/textFormatPicker2.partial.obs.d.ts +113 -0
- package/types/Controls/Internal/EmailEditor/textTransformPicker.partial.obs.d.ts +10 -1
- package/types/Controls/Internal/EmailEditor/types.partial.d.ts +516 -5
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +63 -115
- 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 +13 -15
- 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 +376 -0
- 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 +28 -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 +90 -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/appliesToPlacementConfiguration.d.ts +13 -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 +2 -0
- package/types/PageState/state.d.ts +1 -1
- 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 +20 -2
- 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 +11 -0
- package/types/Utility/file.d.ts +5 -1
- package/types/Utility/http.d.ts +41 -9
- package/types/Utility/lava.d.ts +2 -0
- package/types/Utility/linq.d.ts +22 -20
- 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/Chat/ChatConfiguration/chatConfigurationBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +3 -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/DefinedTypeList/definedTypeListOptionsBag.d.ts +0 -2
- 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/Engagement/StepProgramDetail/stepStatusBag.d.ts +1 -4
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceList/interactiveExperienceListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/persistSessionResponseBag.d.ts +34 -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/GroupPlacement/personFiltersBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Group/GroupPlacement/placementConfigurationSettingsBag.d.ts +4 -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/DynamicData/gridResultsBag.d.ts +0 -8
- 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/emailEditorGetGroupOptionsBag.d.ts +36 -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/{NoteEditor/types.partial.d.ts → Internal/NoteEditor/types.d.ts} +0 -0
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { InjectionKey, Ref } from "vue";
|
|
2
|
-
import { AccordionManager,
|
|
2
|
+
import { AccordionManager, CssStyleDeclarationKebabKey, ComponentMigrationHelper, ComponentTypeName, ContentAreaElements, DomWatcher, EditorComponentTypeName, HorizontalAlignment, StyleSheetElements, ValueConverter, ComponentStructure, TableElements, ButtonWidthModel, BorderStyle, ButtonComponentAdapter, DividerComponentAdapter, DividerGlobalAdapter, RsvpComponentAdapter, ButtonGlobalAdapter, ImageComponentAdapter, BodyGlobalAdapter, CodeComponentAdapter, TitleComponentAdapter, TextComponentAdapter, VideoComponentAdapter } from "./types.partial";
|
|
3
3
|
import { Enumerable } from "@Obsidian/Utility/linq";
|
|
4
4
|
export declare const AccordionGroupInjectionKey: InjectionKey<AccordionManager>;
|
|
5
5
|
export declare const EmptyDropzoneSvgPixelWidth = 103;
|
|
6
|
-
export declare const DefaultBodyWidth = 600;
|
|
7
|
-
export declare const DefaultBodyAlignment = "center";
|
|
8
|
-
export declare const DefaultBodyColor = "#ffffff";
|
|
9
6
|
export declare const DefaultEmailBackgroundColor = "#e7e7e7";
|
|
10
7
|
export declare const RockStylesCssClass: "rock-styles";
|
|
11
8
|
/**
|
|
@@ -71,25 +68,6 @@ export declare const GlobalCssClasses: {
|
|
|
71
68
|
};
|
|
72
69
|
export declare const GlobalStylesCssSelectors: {
|
|
73
70
|
readonly backgroundColor: ".email-wrapper";
|
|
74
|
-
readonly bodyWidth: string;
|
|
75
|
-
readonly bodyColor: string;
|
|
76
|
-
readonly bodyPadding: string;
|
|
77
|
-
readonly bodyAlignment: string;
|
|
78
|
-
readonly bodyBorderStyling: string;
|
|
79
|
-
readonly bodyMargin: string;
|
|
80
|
-
readonly buttonBackgroundColor: ".component-button .button-link";
|
|
81
|
-
readonly buttonTextStyling: ".component-button .button-link";
|
|
82
|
-
readonly buttonCornerRadius: string;
|
|
83
|
-
readonly buttonPadding: ".component-button .button-link";
|
|
84
|
-
readonly buttonMargin: string;
|
|
85
|
-
readonly buttonBorderStyling: string;
|
|
86
|
-
readonly buttonWidthValuesShell: ".component-button .button-shell, .component-rsvp .rsvp-button-shell";
|
|
87
|
-
readonly buttonWidthValuesButton: ".component-button .button-link, .component-rsvp .rsvp-accept-link, .component-rsvp .rsvp-decline-link";
|
|
88
|
-
readonly dividerMargin: string;
|
|
89
|
-
readonly dividerWidth: string;
|
|
90
|
-
readonly dividerStyle: string;
|
|
91
|
-
readonly dividerThickness: string;
|
|
92
|
-
readonly dividerColor: string;
|
|
93
71
|
};
|
|
94
72
|
export declare const numberToStringConverter: ValueConverter<number | null | undefined, string | null>;
|
|
95
73
|
export declare const stringConverter: ValueConverter<string | null | undefined, string | null>;
|
|
@@ -110,12 +88,7 @@ export declare function createComponentElementPlaceholder(document: Document): H
|
|
|
110
88
|
* @param cellInnerHtml Inner HTML string to place inside the `<td>` cell.
|
|
111
89
|
* @returns A table element with `.email-content` structure.
|
|
112
90
|
*/
|
|
113
|
-
export declare function createTable<T extends Element>(cellInnerHtml?: string | Enumerable<T> | T[] | undefined):
|
|
114
|
-
table: HTMLTableElement;
|
|
115
|
-
tbody: HTMLTableSectionElement;
|
|
116
|
-
tr: HTMLTableRowElement;
|
|
117
|
-
td: HTMLTableCellElement;
|
|
118
|
-
};
|
|
91
|
+
export declare function createTable<T extends Element>(cellInnerHtml?: string | Enumerable<T> | T[] | undefined): TableElements;
|
|
119
92
|
/**
|
|
120
93
|
* Creates a standard component structure with margin, border, and padding wrappers.
|
|
121
94
|
* @param componentCssClass - The CSS class for the component.
|
|
@@ -162,7 +135,7 @@ export declare function createCssRuleset(selector: string, declarations: Record<
|
|
|
162
135
|
* @example
|
|
163
136
|
* const container = document.getElementById("content");
|
|
164
137
|
* const elements = findDescendantContentAreaElements(container);
|
|
165
|
-
* console.
|
|
138
|
+
* console.debug(elements.outerTable); // Logs the first outer table found
|
|
166
139
|
*/
|
|
167
140
|
export declare function findDescendantContentAreaElements(element: HTMLElement): Partial<ContentAreaElements>;
|
|
168
141
|
export declare function addContentAreaElementsIfMissing(element: HTMLElement, { outerTableCssClass, innerTableCssClass }?: {
|
|
@@ -240,88 +213,22 @@ export declare function getComponentVersionNumber(componentElement: Element): st
|
|
|
240
213
|
export declare function setComponentVersionNumber(componentElement: Element, version: string): void;
|
|
241
214
|
export declare function isComponentVersionNumber(str: string): boolean;
|
|
242
215
|
/**
|
|
243
|
-
* Compares two component version strings using a
|
|
244
|
-
*
|
|
245
|
-
* Version format: `v<major>[.<minor>][-<phase>.<phaseVersion>]`
|
|
246
|
-
* - `v2` (Major-only version, treated as `v2.0`)
|
|
247
|
-
* - `v2.0` (Stable version)
|
|
248
|
-
* - `v2.1` (Minor update)
|
|
249
|
-
* - `v2.0-alpha.1` (Pre-release: alpha phase, version 1)
|
|
250
|
-
* - `v2.0-beta.2` (Pre-release: beta phase, version 2)
|
|
251
|
-
*
|
|
252
|
-
* **Comparison Rules:**
|
|
253
|
-
* 1. **Major version (`vX` vs `vY`)**: Higher major versions are greater.
|
|
254
|
-
* 2. **Minor version (`vX.Y` vs `vX.Z`)**: If major versions are equal, higher minor versions are greater.
|
|
255
|
-
* 3. **Stable vs. Pre-release (`vX.Y` vs `vX.Y-beta.Z`)**: Stable versions are always greater than pre-releases.
|
|
256
|
-
* 4. **Phase Sorting (`alpha < beta < rc`)**: Pre-release phases are sorted lexicographically.
|
|
257
|
-
* 5. **Phase Version (`alpha.1 < alpha.2`)**: If the phase is the same, numerical phase version is compared.
|
|
216
|
+
* Compares two component version strings using a semantic like versioning system.
|
|
258
217
|
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
* compareVersions("v10", "v2.1"); // 1 (v10 > v2.1)
|
|
266
|
-
* compareVersions("v2.0-beta.2", "v2.0-alpha.1"); // 1 (beta > alpha)
|
|
267
|
-
* compareVersions("v2.0-beta.2", "v2.0-beta.2"); // 0 (equal)
|
|
268
|
-
* ```
|
|
218
|
+
* Version format: `v<major>[.<minor>][.<patch>][-<phase>[.<phaseVersion>]]`
|
|
219
|
+
* - `v2` (Major only, treated as `v2.0.0`)
|
|
220
|
+
* - `v2.0` (Treated as `v2.0.0`)
|
|
221
|
+
* - `v2.1.3` (Patch included)
|
|
222
|
+
* - `v2.0-foo` (Pre release: phase "foo", no phase version)
|
|
223
|
+
* - `v2.0-foo.1` (Pre release: phase "foo", version 1)
|
|
269
224
|
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
* - `0` if they are equal
|
|
225
|
+
* Comparison rules:
|
|
226
|
+
* 1) Major, then minor, then patch (higher means newer)
|
|
227
|
+
* 2) If major minor patch match, a version with no phase is newer than a version with a phase (phase indicates pre-release and stable beats pre-release)
|
|
228
|
+
* 3) If both have a phase, phase is compared alphabetically (case insensitive)
|
|
229
|
+
* 4) If phases match, phaseVersion compares numerically. Missing phaseVersion is treated as 0
|
|
276
230
|
*/
|
|
277
231
|
export declare function compareComponentVersions(v1: string, v2: string): number;
|
|
278
|
-
export declare function getVideoComponentHelper(): ComponentMigrationHelper & {
|
|
279
|
-
getElements(componentElement: Element): ComponentStructure | null;
|
|
280
|
-
createComponentElement(): HTMLElement;
|
|
281
|
-
};
|
|
282
|
-
type TitleComponentStructure = ComponentStructure & {
|
|
283
|
-
readonly headingEl: HTMLHeadElement | null;
|
|
284
|
-
readonly borderEl: HTMLElement;
|
|
285
|
-
readonly marginEl: HTMLElement;
|
|
286
|
-
readonly paddingEl: HTMLElement;
|
|
287
|
-
};
|
|
288
|
-
export type SupportedHeadingLevel = "h1" | "h2" | "h3";
|
|
289
|
-
export declare const SupportedHeadingLevels: SupportedHeadingLevel[];
|
|
290
|
-
export declare function getTitleComponentHelper(): ComponentMigrationHelper & {
|
|
291
|
-
getElements(componentElement: Element): TitleComponentStructure | null;
|
|
292
|
-
createComponentElement(): HTMLElement;
|
|
293
|
-
setCssClasses(componentElements: TitleComponentStructure): void;
|
|
294
|
-
};
|
|
295
|
-
type TextComponentStructure = ComponentStructure & {
|
|
296
|
-
readonly contentWrapper: HTMLHeadElement | null;
|
|
297
|
-
readonly borderEl: HTMLElement;
|
|
298
|
-
readonly marginEl: HTMLElement;
|
|
299
|
-
readonly paddingEl: HTMLElement;
|
|
300
|
-
};
|
|
301
|
-
export declare function getTextComponentHelper(): ComponentMigrationHelper & {
|
|
302
|
-
getElements(componentElement: Element): TextComponentStructure | null;
|
|
303
|
-
createComponentElement(): HTMLElement;
|
|
304
|
-
};
|
|
305
|
-
export declare function getButtonComponentHelper(): ComponentMigrationHelper & {
|
|
306
|
-
getElements(componentElement: Element): ComponentStructure & {
|
|
307
|
-
readonly linkButton: HTMLAnchorElement | null;
|
|
308
|
-
} | null;
|
|
309
|
-
createComponentElement(): HTMLElement;
|
|
310
|
-
};
|
|
311
|
-
export declare function getCodeComponentHelper(): ComponentMigrationHelper & {
|
|
312
|
-
getElements(componentElement: Element): ComponentStructure & {
|
|
313
|
-
readonly contentWrapper: HTMLElement | null;
|
|
314
|
-
} | null;
|
|
315
|
-
createComponentElement(): HTMLElement;
|
|
316
|
-
};
|
|
317
|
-
export declare function getDividerComponentHelper(): ComponentMigrationHelper & {
|
|
318
|
-
getElements(componentElement: Element): ComponentStructure | null;
|
|
319
|
-
createComponentElement(): HTMLElement;
|
|
320
|
-
};
|
|
321
|
-
export declare function getRsvpComponentHelper(): ComponentMigrationHelper & {
|
|
322
|
-
getElements(componentElement: Element): ComponentStructure | null;
|
|
323
|
-
createComponentElement(): HTMLElement;
|
|
324
|
-
};
|
|
325
232
|
type RowComponentStructure = ComponentStructure & {
|
|
326
233
|
readonly dropzone: HTMLElement | null;
|
|
327
234
|
};
|
|
@@ -336,18 +243,14 @@ export declare function getSectionComponentHelper(): ComponentMigrationHelper &
|
|
|
336
243
|
} | null;
|
|
337
244
|
createComponentElement(componentTypeName: SectionComponentTypeName): HTMLElement;
|
|
338
245
|
};
|
|
339
|
-
export declare function getImageComponentHelper(): ComponentMigrationHelper & {
|
|
340
|
-
getElements(componentElement: Element): ComponentStructure | null;
|
|
341
|
-
createComponentElement(): HTMLElement;
|
|
342
|
-
};
|
|
343
246
|
export declare function getComponentHelper(componentTypeName: ComponentTypeName): (ComponentMigrationHelper & {
|
|
344
|
-
getElements(componentElement: Element): ComponentStructure | null;
|
|
345
|
-
createComponentElement(): HTMLElement;
|
|
346
|
-
}) | (ComponentMigrationHelper & {
|
|
347
247
|
getElements(componentElement: Element): (ComponentStructure & {
|
|
348
248
|
readonly rowWrapper: HTMLTableElement | null;
|
|
349
249
|
}) | null;
|
|
350
250
|
createComponentElement(componentTypeName: SectionComponentTypeName): HTMLElement;
|
|
251
|
+
}) | (ComponentMigrationHelper & {
|
|
252
|
+
getElements(componentElement: Element): RowComponentStructure | null;
|
|
253
|
+
createComponentElement(): HTMLElement;
|
|
351
254
|
}) | null;
|
|
352
255
|
export declare const FontFamilies: {
|
|
353
256
|
readonly Arial: "Arial, Helvetica, sans-serif";
|
|
@@ -378,4 +281,49 @@ export declare const LineHeights: {
|
|
|
378
281
|
readonly title: "Very Loose";
|
|
379
282
|
};
|
|
380
283
|
};
|
|
284
|
+
/**
|
|
285
|
+
* Value provider used by ButtonWidthProperty controls for both local
|
|
286
|
+
* and global scopes. It abstracts get and set of the logical width model.
|
|
287
|
+
*/
|
|
288
|
+
export type ButtonWidthValueProvider = {
|
|
289
|
+
/**
|
|
290
|
+
* Reads the current button width model from either local or global scope.
|
|
291
|
+
*/
|
|
292
|
+
get: () => ButtonWidthModel;
|
|
293
|
+
/**
|
|
294
|
+
* Writes a new button width model to either local or global scope.
|
|
295
|
+
*/
|
|
296
|
+
set: (value: ButtonWidthModel) => void;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* If the specified element is within a rock content editable component,
|
|
300
|
+
* adds event listeners for rock content editable events.
|
|
301
|
+
*
|
|
302
|
+
* Remember to also call `removeRockContentEditableEventListener` when done.
|
|
303
|
+
*
|
|
304
|
+
* @param element
|
|
305
|
+
* @param eventHandler
|
|
306
|
+
*/
|
|
307
|
+
export declare function addRockContentEditableEventListener(element: HTMLElement, eventHandler: (event: Event) => void): void;
|
|
308
|
+
/**
|
|
309
|
+
* If the specified element is within a rock content editable component,
|
|
310
|
+
* removes event listeners for rock content editable events.
|
|
311
|
+
*
|
|
312
|
+
* Remember to call this when done with `addRockContentEditableEventListener`.
|
|
313
|
+
*
|
|
314
|
+
* @param element
|
|
315
|
+
* @param eventHandler
|
|
316
|
+
*/
|
|
317
|
+
export declare function removeRockContentEditableEventListener(element: HTMLElement, eventHandler: (event: Event) => void): void;
|
|
318
|
+
export declare const bodyGlobalAdapter: BodyGlobalAdapter;
|
|
319
|
+
export declare const buttonGlobalAdapter: ButtonGlobalAdapter;
|
|
320
|
+
export declare const dividerGlobalAdapter: DividerGlobalAdapter;
|
|
321
|
+
export declare const titleComponentAdapter: TitleComponentAdapter;
|
|
322
|
+
export declare const textComponentAdapter: TextComponentAdapter;
|
|
323
|
+
export declare const imageComponentAdapter: ImageComponentAdapter;
|
|
324
|
+
export declare const buttonComponentAdapter: ButtonComponentAdapter;
|
|
325
|
+
export declare const videoComponentAdapter: VideoComponentAdapter;
|
|
326
|
+
export declare const dividerComponentAdapter: DividerComponentAdapter;
|
|
327
|
+
export declare const rsvpComponentAdapter: RsvpComponentAdapter;
|
|
328
|
+
export declare const codeComponentAdapter: CodeComponentAdapter;
|
|
381
329
|
export {};
|
|
@@ -18,11 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
29
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -2,7 +2,7 @@ import { LearningClassActivityCompletionBag } from "@Obsidian/ViewModels/Blocks/
|
|
|
2
2
|
import { ComponentScreen } from "./learningActivity";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
activityBag: {
|
|
5
|
-
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
5
|
+
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag.js").LearningClassActivityBag>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
8
|
completionBag: {
|
|
@@ -18,14 +18,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
|
-
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
29
|
+
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag.js").LearningClassActivityBag>;
|
|
29
30
|
required: true;
|
|
30
31
|
};
|
|
31
32
|
completionBag: {
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -18,11 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
29
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -18,11 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
29
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -60,6 +60,10 @@ export type CompletionExtraValues = {
|
|
|
60
60
|
* Failure to implement all emits could result in unexpected behavior.
|
|
61
61
|
*/
|
|
62
62
|
type LearningActivityComponentBaseEmits = {
|
|
63
|
+
/**
|
|
64
|
+
* Emitted when the component has loaded fully into the DOM.
|
|
65
|
+
*/
|
|
66
|
+
loaded(): void;
|
|
63
67
|
/**
|
|
64
68
|
* Emitted when the screen's complete or cancel button has been clicked.
|
|
65
69
|
*
|
|
@@ -18,11 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
29
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -18,11 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: ComponentScreen.Summary;
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
|
|
22
|
-
closed()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
loaded: () => void;
|
|
22
|
+
closed: () => void;
|
|
23
|
+
completed: (isSuccess: boolean) => void;
|
|
24
|
+
commentChanged: (comment: string) => void;
|
|
25
|
+
activitySettingsChanged: (settings: Record<string, string>) => void;
|
|
26
|
+
completionValuesChanged: (values: Record<string, string>, extra?: import("./learningActivity").CompletionExtraValues | undefined) => void;
|
|
26
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
activityBag: {
|
|
28
29
|
type: import("vue").PropType<import("@Obsidian/ViewModels/Blocks/Lms/LearningClassActivityDetail/learningClassActivityBag").LearningClassActivityBag>;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
42
|
default: ComponentScreen.Summary;
|
|
42
43
|
};
|
|
43
44
|
}>> & {
|
|
45
|
+
onLoaded?: (() => any) | undefined;
|
|
44
46
|
onClosed?: (() => any) | undefined;
|
|
45
47
|
onCompleted?: ((isSuccess: boolean) => any) | undefined;
|
|
46
48
|
onCommentChanged?: ((comment: string) => any) | undefined;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
4
7
|
export default _default;
|
|
5
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
6
9
|
new (): {
|
|
7
10
|
$slots: S;
|
|
8
11
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor } from "@Obsidian/Libs/tinymce";
|
|
2
|
-
import { PluginHelper, PluginManager, PluginsFeatureArgs } from "./types
|
|
2
|
+
import { PluginHelper, PluginManager, PluginsFeatureArgs } from "./types";
|
|
3
3
|
/** Gets a button element from the toolbar. This should only be called after the editor is initialized. */
|
|
4
4
|
export declare function getToolbarButton(tooltip: string, parent?: HTMLElement | undefined): HTMLElement | null | undefined;
|
|
5
5
|
/** Sets the enabled/disabled state of the editor. */
|
|
@@ -88,9 +88,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
}>> & {
|
|
91
|
+
onSave?: (() => any) | undefined;
|
|
91
92
|
"onUpdate:modelValue"?: ((value: NoteEditBag) => any) | undefined;
|
|
92
93
|
onCancel?: (() => any) | undefined;
|
|
93
|
-
onSave?: (() => any) | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
hideCancel: boolean;
|
|
96
96
|
showAlert: boolean;
|
|
@@ -2,7 +2,11 @@ import { PropType } from "vue";
|
|
|
2
2
|
import { SankeyDiagramNodeBag } from "@Obsidian/ViewModels/Controls/sankeyDiagramNodeBag";
|
|
3
3
|
import { SankeyDiagramEdgeBag } from "@Obsidian/ViewModels/Controls/sankeyDiagramEdgeBag";
|
|
4
4
|
import { SankeyDiagramSettingsBag } from "@Obsidian/ViewModels/Controls/sankeyDiagramSettingsBag";
|
|
5
|
-
declare
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
legend?: (props: typeof __VLS_8) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
10
|
flowNodes: {
|
|
7
11
|
type: PropType<SankeyDiagramNodeBag[]>;
|
|
8
12
|
default: () => never[];
|
|
@@ -45,15 +49,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
49
|
default: boolean;
|
|
46
50
|
};
|
|
47
51
|
}>>, {
|
|
48
|
-
isLoading: boolean;
|
|
49
52
|
settings: SankeyDiagramSettingsBag;
|
|
53
|
+
isLoading: boolean;
|
|
50
54
|
flowNodes: SankeyDiagramNodeBag[];
|
|
51
55
|
flowEdges: SankeyDiagramEdgeBag[];
|
|
52
|
-
}, {}
|
|
53
|
-
|
|
54
|
-
}>;
|
|
56
|
+
}, {}>;
|
|
57
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
55
58
|
export default _default;
|
|
56
|
-
type
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
57
60
|
new (): {
|
|
58
61
|
$slots: S;
|
|
59
62
|
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
3
|
+
declare var __VLS_7: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
selectedActionToolbar?: (props: typeof __VLS_7) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
|
+
groupingKey: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
groupingFields: {
|
|
13
|
+
type: PropType<ListItemBag[]>;
|
|
14
|
+
default: never[];
|
|
15
|
+
};
|
|
16
|
+
isSelectedView: {
|
|
17
|
+
type: PropType<boolean>;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
"update:groupingKey": (...args: any[]) => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
groupingKey: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
groupingFields: {
|
|
28
|
+
type: PropType<ListItemBag[]>;
|
|
29
|
+
default: never[];
|
|
30
|
+
};
|
|
31
|
+
isSelectedView: {
|
|
32
|
+
type: PropType<boolean>;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
}>> & {
|
|
36
|
+
"onUpdate:groupingKey"?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}, {
|
|
38
|
+
groupingKey: string;
|
|
39
|
+
groupingFields: ListItemBag[];
|
|
40
|
+
}, {}>;
|
|
41
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -26,6 +26,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: false;
|
|
28
28
|
};
|
|
29
|
+
trailblazerField: {
|
|
30
|
+
type: PropType<boolean>;
|
|
31
|
+
default: false;
|
|
32
|
+
};
|
|
29
33
|
modelValue: {
|
|
30
34
|
type: PropType<FileAsset | undefined>;
|
|
31
35
|
};
|
|
@@ -57,6 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
61
|
type: PropType<boolean>;
|
|
58
62
|
default: false;
|
|
59
63
|
};
|
|
64
|
+
trailblazerField: {
|
|
65
|
+
type: PropType<boolean>;
|
|
66
|
+
default: false;
|
|
67
|
+
};
|
|
60
68
|
modelValue: {
|
|
61
69
|
type: PropType<FileAsset | undefined>;
|
|
62
70
|
};
|
|
@@ -64,11 +72,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
72
|
"onUpdate:modelValue"?: ((value: FileAsset | undefined) => any) | undefined;
|
|
65
73
|
}, {
|
|
66
74
|
label: string;
|
|
75
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
67
76
|
help: string;
|
|
68
77
|
disableLabel: boolean;
|
|
69
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
70
78
|
formGroupClasses: string;
|
|
71
79
|
validationTitle: string;
|
|
72
80
|
isRequiredIndicatorHidden: boolean;
|
|
81
|
+
trailblazerField: boolean;
|
|
73
82
|
}, {}>;
|
|
74
83
|
export default _default;
|
|
@@ -27,6 +27,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
type: PropType<boolean>;
|
|
28
28
|
default: false;
|
|
29
29
|
};
|
|
30
|
+
trailblazerField: {
|
|
31
|
+
type: PropType<boolean>;
|
|
32
|
+
default: false;
|
|
33
|
+
};
|
|
30
34
|
/**
|
|
31
35
|
* The list of items in the matrix and both their values for editing and their values for viewing.
|
|
32
36
|
*/
|
|
@@ -94,6 +98,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
98
|
type: PropType<boolean>;
|
|
95
99
|
default: false;
|
|
96
100
|
};
|
|
101
|
+
trailblazerField: {
|
|
102
|
+
type: PropType<boolean>;
|
|
103
|
+
default: false;
|
|
104
|
+
};
|
|
97
105
|
/**
|
|
98
106
|
* The list of items in the matrix and both their values for editing and their values for viewing.
|
|
99
107
|
*/
|
|
@@ -137,13 +145,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
145
|
onNewItem?: ((value: Record<string, unknown>) => any) | undefined;
|
|
138
146
|
}, {
|
|
139
147
|
label: string;
|
|
140
|
-
|
|
148
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
141
149
|
modelValue: AttributeMatrixEditorPublicItemBag[];
|
|
150
|
+
help: string;
|
|
142
151
|
disableLabel: boolean;
|
|
143
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
144
152
|
formGroupClasses: string;
|
|
145
153
|
validationTitle: string;
|
|
146
154
|
isRequiredIndicatorHidden: boolean;
|
|
155
|
+
trailblazerField: boolean;
|
|
147
156
|
defaultAttributeValues: Record<string, string>;
|
|
148
157
|
minRows: number;
|
|
149
158
|
maxRows: number;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { PropType } from "vue";
|
|
2
|
-
declare
|
|
2
|
+
declare var __VLS_19: {}, __VLS_24: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
timelineHeaderActions?: (props: typeof __VLS_19) => any;
|
|
5
|
+
} & {
|
|
6
|
+
timelineFooterActions?: (props: typeof __VLS_24) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
3
9
|
recpientIdkey: {
|
|
4
10
|
type: PropType<string>;
|
|
5
11
|
required: true;
|
|
@@ -19,12 +25,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
25
|
};
|
|
20
26
|
}>>, {
|
|
21
27
|
isPersonHeaderHidden: boolean;
|
|
22
|
-
}, {}
|
|
23
|
-
|
|
24
|
-
timelineFooterActions?(_: {}): any;
|
|
25
|
-
}>;
|
|
28
|
+
}, {}>;
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
30
|
export default _default;
|
|
27
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
32
|
new (): {
|
|
29
33
|
$slots: S;
|
|
30
34
|
};
|