@rockrms/obsidian-framework 17.0.43 → 17.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +1 -1
- package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +38 -4
- package/types/Controls/Grid/Columns/column.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/editColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/personColumn.partial.d.ts +20 -3
- package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +4 -4
- package/types/Controls/Grid/Columns/textColumn.partial.d.ts +3 -3
- package/types/Controls/Grid/grid.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/api.d.ts +27 -16
- package/types/Controls/Internal/EmailEditor/componentPropertyPanel.partial.obs.d.ts +12 -1
- package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +29 -2
- package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +2 -2
- package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +4 -4
- package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/properties/innerHtmlProperty.partial.obs.d.ts +10 -0
- package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +14 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/propertyPanels/textComponentPropertyPanel.partial.obs.d.ts +12 -1
- package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +21 -1
- package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +3 -3
- package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +1 -1
- package/types/Controls/Internal/EmailEditor/types.d.ts +1 -0
- package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +32 -5
- package/types/Controls/Internal/Notes/note.partial.obs.d.ts +34 -0
- package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +103 -0
- package/types/Controls/Internal/Notes/noteList.partial.obs.d.ts +24 -0
- package/types/Controls/Internal/Notes/types.partial.d.ts +63 -0
- package/types/Controls/Internal/Notes/utils.partial.d.ts +93 -0
- package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +1 -1
- package/types/Controls/Internal/notesContainer.obs.d.ts +247 -0
- package/types/Controls/Internal/treeListItem.obs.d.ts +1 -1
- package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +1 -1
- package/types/Controls/NoteEditor/mergeFieldPlugin.partial.obs.d.ts +18 -0
- package/types/Controls/accountPicker.obs.d.ts +2 -2
- package/types/Controls/achievementTypePicker.obs.d.ts +3 -3
- package/types/Controls/adaptiveMessagePicker.obs.d.ts +3 -3
- package/types/Controls/addressControl.obs.d.ts +1 -1
- package/types/Controls/aiProviderPicker.obs.d.ts +3 -3
- package/types/Controls/assessmentTypePicker.obs.d.ts +3 -3
- package/types/Controls/assetStorageProviderPicker.obs.d.ts +3 -3
- package/types/Controls/badgeComponentPicker.obs.d.ts +3 -3
- package/types/Controls/badgePicker.obs.d.ts +3 -3
- package/types/Controls/baseAsyncPicker.obs.d.ts +6 -6
- package/types/Controls/binaryFilePicker.obs.d.ts +9 -3
- package/types/Controls/binaryFileTypePicker.obs.d.ts +3 -3
- package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
- package/types/Controls/buttonGroup.obs.d.ts +2 -2
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -27
- package/types/Controls/campusPicker.obs.d.ts +4 -4
- package/types/Controls/categorizedValuePicker.obs.d.ts +1 -1
- package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +1 -1
- package/types/Controls/checkBox.obs.d.ts +1 -0
- package/types/Controls/checkBoxList.obs.d.ts +3 -3
- package/types/Controls/codeEditor.obs.d.ts +6 -6
- package/types/Controls/colorSelector.obs.d.ts +1 -1
- package/types/Controls/componentPicker.obs.d.ts +4 -4
- package/types/Controls/connectionRequestPicker.obs.d.ts +0 -8
- package/types/Controls/contentChannelItemPicker.obs.d.ts +3 -3
- package/types/Controls/contentDropDownPicker.obs.d.ts +1 -1
- package/types/Controls/copyButton.obs.d.ts +3 -3
- package/types/Controls/customSelect.obs.d.ts +52 -52
- package/types/Controls/dataViewPicker.obs.d.ts +3 -3
- package/types/Controls/datePicker.obs.d.ts +4 -4
- package/types/Controls/datePickerBase.obs.d.ts +3 -3
- package/types/Controls/dayOfWeekPicker.obs.d.ts +1 -1
- package/types/Controls/definedValuePicker.obs.d.ts +4 -4
- package/types/Controls/dropDownList.obs.d.ts +6 -6
- package/types/Controls/dropDownMenu.obs.d.ts +3 -3
- package/types/Controls/electronicSignature.obs.d.ts +44 -2
- package/types/Controls/emailEditor.d.ts +2 -2
- package/types/Controls/entityPicker.obs.d.ts +1 -1
- package/types/Controls/entityTypePicker.obs.d.ts +3 -3
- package/types/Controls/ethnicityPicker.obs.d.ts +3 -3
- package/types/Controls/eventCalendarPicker.obs.d.ts +3 -3
- package/types/Controls/eventItemPicker.obs.d.ts +4 -4
- package/types/Controls/fieldTypePicker.obs.d.ts +3 -3
- package/types/Controls/financialGatewayPicker.obs.d.ts +4 -4
- package/types/Controls/financialStatementTemplatePicker.obs.d.ts +3 -3
- package/types/Controls/genderPicker.obs.d.ts +4 -4
- package/types/Controls/geoPicker.obs.d.ts +1 -1
- package/types/Controls/gradePicker.obs.d.ts +3 -3
- package/types/Controls/groupAndRolePicker.obs.d.ts +4 -4
- package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
- package/types/Controls/groupRolePicker.obs.d.ts +3 -3
- package/types/Controls/groupTypeGroupPicker.obs.d.ts +4 -4
- package/types/Controls/groupTypePicker.obs.d.ts +3 -3
- package/types/Controls/highlightLabel.obs.d.ts +6 -6
- package/types/Controls/htmlEditor.obs.d.ts +38 -1
- package/types/Controls/imageEditor.obs.d.ts +2 -2
- package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
- package/types/Controls/inlineSwitch.obs.d.ts +9 -0
- package/types/Controls/interactionChannelPicker.obs.d.ts +3 -3
- package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
- package/types/Controls/kpi.obs.d.ts +3 -3
- package/types/Controls/lavaCommandPicker.obs.d.ts +3 -3
- package/types/Controls/listBox.obs.d.ts +2 -2
- package/types/Controls/listItems.obs.d.ts +1 -1
- package/types/Controls/locationItemPicker.obs.d.ts +1 -1
- package/types/Controls/locationList.obs.d.ts +3 -3
- package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
- package/types/Controls/mediaPlayer.obs.d.ts +4 -4
- package/types/Controls/mediaSelector.obs.d.ts +2 -2
- package/types/Controls/mergeFieldPicker.obs.d.ts +1 -1
- package/types/Controls/modal.obs.d.ts +19 -1
- package/types/Controls/noteTextEditor.obs.d.ts +1 -1
- package/types/Controls/numberBox.obs.d.ts +1 -1
- package/types/Controls/numberUpDown.obs.d.ts +2 -2
- package/types/Controls/pagePicker.obs.d.ts +1 -1
- package/types/Controls/panel.obs.d.ts +3 -3
- package/types/Controls/personAvatar.obs.d.ts +90 -0
- package/types/Controls/personBasicEditor.obs.d.ts +0 -11
- package/types/Controls/personLink.obs.d.ts +3 -3
- package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
- package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +11 -0
- package/types/Controls/popOver.obs.d.ts +6 -6
- package/types/Controls/racePicker.obs.d.ts +3 -3
- package/types/Controls/radioButton.obs.d.ts +1 -1
- package/types/Controls/radioButtonList.obs.d.ts +3 -3
- package/types/Controls/rangeSlider.obs.d.ts +3 -3
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +3 -3
- package/types/Controls/reminderTypePicker.obs.d.ts +3 -3
- package/types/Controls/remoteAuthsPicker.obs.d.ts +3 -3
- package/types/Controls/rockButton.obs.d.ts +13 -4
- package/types/Controls/rockField.obs.d.ts +23 -0
- package/types/Controls/rockForm.obs.d.ts +8 -1
- package/types/Controls/rockFormField.obs.d.ts +1 -1
- package/types/Controls/rockSuspense.obs.d.ts +1 -1
- package/types/Controls/sectionContainer.obs.d.ts +1 -1
- package/types/Controls/sectionHeader.obs.d.ts +1 -1
- package/types/Controls/smsMessageEditor.obs.d.ts +20 -2
- package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
- package/types/Controls/stepProgramPicker.obs.d.ts +3 -3
- package/types/Controls/stepStatusPicker.obs.d.ts +3 -3
- package/types/Controls/stepTypePicker.obs.d.ts +3 -3
- package/types/Controls/streakTypePicker.obs.d.ts +3 -3
- package/types/Controls/structuredContentEditor.obs.d.ts +2 -2
- package/types/Controls/switch.obs.d.ts +9 -0
- package/types/Controls/tabbedBar.obs.d.ts +10 -0
- package/types/Controls/textBox.obs.d.ts +2 -2
- package/types/Controls/timePicker.obs.d.ts +2 -2
- package/types/Controls/treeItemPicker.obs.d.ts +2 -2
- package/types/Controls/treeList.obs.d.ts +1 -1
- package/types/Controls/valueFilter.obs.d.ts +1 -1
- package/types/Controls/wordCloud.obs.d.ts +3 -3
- package/types/Controls/workflowBasePicker.obs.d.ts +3 -3
- package/types/Controls/workflowTypePicker.obs.d.ts +2 -2
- package/types/Controls/yearPicker.obs.d.ts +2 -2
- package/types/Core/Reporting/fieldFilter.d.ts +84 -0
- package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +3 -3
- package/types/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction.d.ts +15 -0
- package/types/Enums/Cms/mediaElementQuality.d.ts +28 -0
- package/types/Enums/Communication/Chat/chatNotificationMode.d.ts +13 -0
- package/types/Enums/Mobile/locationPermissionStatus.d.ts +15 -0
- package/types/Enums/Observability/featureFlags.d.ts +13 -0
- package/types/Enums/Observability/traceLevel.d.ts +24 -0
- package/types/Enums/Security/loginFailureReason.d.ts +2 -2
- package/types/Enums/Workflow/interactiveActionContinueMode.d.ts +33 -0
- package/types/Enums/Workflow/interactiveMessageType.d.ts +33 -0
- package/types/FieldTypes/financialTransactionField.partial.d.ts +7 -0
- package/types/FieldTypes/financialTransactionFieldComponents.d.ts +30 -0
- package/types/FieldTypes/htmlField.partial.d.ts +2 -1
- package/types/FieldTypes/htmlFieldComponents.d.ts +1 -0
- package/types/PageState/state.d.ts +1 -0
- package/types/SystemGuids/fieldType.d.ts +2 -0
- package/types/SystemGuids/group.d.ts +4 -0
- package/types/SystemGuids/groupRole.d.ts +4 -0
- package/types/SystemGuids/groupType.d.ts +2 -0
- package/types/SystemGuids/serviceJob.d.ts +15 -0
- package/types/Templates/detailBlock.d.ts +2 -2
- package/types/Templates/rockBlock.partial.d.ts +4 -4
- package/types/Types/Reporting/fieldFilterAttributeData.d.ts +29 -0
- package/types/Utility/block.d.ts +3 -1
- package/types/Utility/page.d.ts +1 -0
- package/types/Utility/stringUtils.d.ts +17 -0
- package/types/Utility/tooltip.d.ts +6 -0
- package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +7 -2
- package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +6 -0
- package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +4 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +9 -0
- package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/LayoutBlockList/layoutBlockListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/MediaAccountDetail/mediaAccountBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementBag.d.ts +89 -0
- package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Cms/MediaElementList/mediaElementListOptionsBag.d.ts +28 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonSettingsBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewInitializationBox.d.ts +42 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +3 -0
- package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailCommunicationTemplateBag.d.ts +117 -0
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailGetPreviewMessageRequestBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailInitializationBox.d.ts +166 -0
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +1 -1
- package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +2 -2
- package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +2 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -0
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +4 -0
- package/types/ViewModels/Blocks/{Cms/BlockList/blockListOptionsBag.d.ts → Security/LoginHistory/loginHistoryOptionsBag.d.ts} +2 -2
- package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Workflow/WorkflowEntry/workflowEntryOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/blockActionContextBag.d.ts +7 -0
- package/types/ViewModels/CheckIn/kioskBag.d.ts +6 -0
- package/types/ViewModels/{Blocks/Core/Notes → Controls}/saveNoteRequestBag.d.ts +2 -2
- package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +3 -0
- package/types/ViewModels/Reporting/chartNumericDataPointBag.d.ts +37 -0
- package/types/ViewModels/Rest/CheckIn/proximityBeaconBag.d.ts +49 -0
- package/types/ViewModels/Rest/CheckIn/proximityCheckInOptionsBag.d.ts +56 -0
- package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/assetManagerGetFilesResultsBag.d.ts +5 -2
- package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +0 -7
- package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetAllEmailSectionsOptionsBag.d.ts +31 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +6 -0
- package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +3 -0
- package/types/ViewModels/Workflow/entryFormButtonBag.d.ts +37 -0
- package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +61 -0
- package/types/ViewModels/Workflow/entryFormSectionBag.d.ts +54 -0
- package/types/ViewModels/Workflow/interactiveActionBag.d.ts +99 -0
- package/types/ViewModels/Workflow/interactiveActionDataBag.d.ts +61 -0
- package/types/ViewModels/Workflow/interactiveActionExceptionBag.d.ts +37 -0
- package/types/ViewModels/Workflow/interactiveMessageBag.d.ts +39 -0
- package/types/ViewModels/Workflow/personEntryConfigurationBag.d.ts +128 -0
- package/types/ViewModels/Workflow/personEntryValuesBag.d.ts +44 -0
- /package/types/Enums/{Blocks/Communication/CommunicationEntryWizard → Communication}/communicationType.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteBag.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteEditBag.d.ts +0 -0
- /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteTypeBag.d.ts +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/** Determines how notifications are sent for a chat channel. */
|
|
2
|
+
export declare const ChatNotificationMode: {
|
|
3
|
+
/** Sends a notification for every new message within the chat channel. */
|
|
4
|
+
readonly AllMessages: 0;
|
|
5
|
+
/** Only sends a notification when an individual is mentioned. */
|
|
6
|
+
readonly Mentions: 1;
|
|
7
|
+
/** Disables all notifications for the chat channel. */
|
|
8
|
+
readonly Silent: 2;
|
|
9
|
+
};
|
|
10
|
+
/** Determines how notifications are sent for a chat channel. */
|
|
11
|
+
export declare const ChatNotificationModeDescription: Record<number, string>;
|
|
12
|
+
/** Determines how notifications are sent for a chat channel. */
|
|
13
|
+
export type ChatNotificationMode = typeof ChatNotificationMode[keyof typeof ChatNotificationMode];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Represents the different levels of location permission that can be granted to an application. */
|
|
2
|
+
export declare const LocationPermissionStatus: {
|
|
3
|
+
/** The Person has not granted permission to use location services. */
|
|
4
|
+
readonly NotGranted: 0;
|
|
5
|
+
/** The Person denied permission to use location services. */
|
|
6
|
+
readonly Denied: 1;
|
|
7
|
+
/** The Person has granted permission to use location services only when the app is in use. */
|
|
8
|
+
readonly WhenInUse: 2;
|
|
9
|
+
/** The Person has granted permission to use location services at all times. */
|
|
10
|
+
readonly Always: 3;
|
|
11
|
+
};
|
|
12
|
+
/** Represents the different levels of location permission that can be granted to an application. */
|
|
13
|
+
export declare const LocationPermissionStatusDescription: Record<number, string>;
|
|
14
|
+
/** Represents the different levels of location permission that can be granted to an application. */
|
|
15
|
+
export type LocationPermissionStatus = typeof LocationPermissionStatus[keyof typeof LocationPermissionStatus];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/** The features that can be enabled for observability. */
|
|
2
|
+
export declare const FeatureFlags: {
|
|
3
|
+
/** Traces are recorded and sent to the observability endpoint. */
|
|
4
|
+
readonly Traces: 1;
|
|
5
|
+
/** Metrics are recorded and sent to the observability endpoint. */
|
|
6
|
+
readonly Metrics: 2;
|
|
7
|
+
/** Logs are recorded and sent to the observability endpoint. */
|
|
8
|
+
readonly Logs: 4;
|
|
9
|
+
};
|
|
10
|
+
/** The features that can be enabled for observability. */
|
|
11
|
+
export declare const FeatureFlagsDescription: Record<number, string>;
|
|
12
|
+
/** The features that can be enabled for observability. */
|
|
13
|
+
export type FeatureFlags = number;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The amount of detail that will be included when creating and sending
|
|
3
|
+
* trace information.
|
|
4
|
+
*/
|
|
5
|
+
export declare const TraceLevel: {
|
|
6
|
+
/**
|
|
7
|
+
* Only a minimal amount of trace information will be generated. This
|
|
8
|
+
* currently means only top-level activities will be created. Child
|
|
9
|
+
* activities will be excluded.
|
|
10
|
+
*/
|
|
11
|
+
readonly Minimal: 0;
|
|
12
|
+
/** Full tracing will be generated. */
|
|
13
|
+
readonly Full: 1;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* The amount of detail that will be included when creating and sending
|
|
17
|
+
* trace information.
|
|
18
|
+
*/
|
|
19
|
+
export declare const TraceLevelDescription: Record<number, string>;
|
|
20
|
+
/**
|
|
21
|
+
* The amount of detail that will be included when creating and sending
|
|
22
|
+
* trace information.
|
|
23
|
+
*/
|
|
24
|
+
export type TraceLevel = typeof TraceLevel[keyof typeof TraceLevel];
|
|
@@ -8,8 +8,8 @@ export declare const LoginFailureReason: {
|
|
|
8
8
|
readonly UserNotConfirmed: 2;
|
|
9
9
|
/** The login requires additional verification, such as two-factor authentication. */
|
|
10
10
|
readonly RequiresVerification: 3;
|
|
11
|
-
/** The
|
|
12
|
-
readonly
|
|
11
|
+
/** The credentials provided are incorrect. */
|
|
12
|
+
readonly InvalidCredentials: 4;
|
|
13
13
|
/** The password has expired. */
|
|
14
14
|
readonly PasswordChangeRequired: 5;
|
|
15
15
|
/** The account is locked due to multiple failed login attempts. */
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines how processing will proceed after an interactive action has been
|
|
3
|
+
* processed.
|
|
4
|
+
*/
|
|
5
|
+
export declare const InteractiveActionContinueMode: {
|
|
6
|
+
/**
|
|
7
|
+
* Workflow processing will stop after the current interactive action.
|
|
8
|
+
* The action response details will be returned to the client.
|
|
9
|
+
*/
|
|
10
|
+
readonly Stop: 0;
|
|
11
|
+
/**
|
|
12
|
+
* Workflow processing will continue. If another interactive action
|
|
13
|
+
* needs to be processed then it will be processed and replace the
|
|
14
|
+
* current response details.
|
|
15
|
+
*/
|
|
16
|
+
readonly Continue: 1;
|
|
17
|
+
/**
|
|
18
|
+
* Workflow processing will continue but stop before another interactive
|
|
19
|
+
* action is processed. The action response details will be returned to
|
|
20
|
+
* the client.
|
|
21
|
+
*/
|
|
22
|
+
readonly ContinueWhileUnattended: 2;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Defines how processing will proceed after an interactive action has been
|
|
26
|
+
* processed.
|
|
27
|
+
*/
|
|
28
|
+
export declare const InteractiveActionContinueModeDescription: Record<number, string>;
|
|
29
|
+
/**
|
|
30
|
+
* Defines how processing will proceed after an interactive action has been
|
|
31
|
+
* processed.
|
|
32
|
+
*/
|
|
33
|
+
export type InteractiveActionContinueMode = typeof InteractiveActionContinueMode[keyof typeof InteractiveActionContinueMode];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/** The type of message to be displayed with an interactive workflow element. */
|
|
2
|
+
export declare const InteractiveMessageType: {
|
|
3
|
+
/** A hard error that prevents further action. */
|
|
4
|
+
readonly Error: 0;
|
|
5
|
+
/**
|
|
6
|
+
* A warning that could indicate a problem but will not prevent the
|
|
7
|
+
* workflow from moving forward.
|
|
8
|
+
*/
|
|
9
|
+
readonly Warning: 1;
|
|
10
|
+
/**
|
|
11
|
+
* Informational text that does not affect processing but could give
|
|
12
|
+
* the person some hints about what is going on.
|
|
13
|
+
*/
|
|
14
|
+
readonly Information: 2;
|
|
15
|
+
/** The content contains XAML markup for use on the mobile shell. */
|
|
16
|
+
readonly Xaml: 3;
|
|
17
|
+
/**
|
|
18
|
+
* The content contains information to trigger a redirect to another
|
|
19
|
+
* page.
|
|
20
|
+
*/
|
|
21
|
+
readonly Redirect: 4;
|
|
22
|
+
/**
|
|
23
|
+
* The content contains HTML markup for use on the website. A unique
|
|
24
|
+
* identifier means this is a mobile web page reference.
|
|
25
|
+
*/
|
|
26
|
+
readonly Html: 5;
|
|
27
|
+
/** Success text to indicate that the action has completed. */
|
|
28
|
+
readonly Success: 6;
|
|
29
|
+
};
|
|
30
|
+
/** The type of message to be displayed with an interactive workflow element. */
|
|
31
|
+
export declare const InteractiveMessageTypeDescription: Record<number, string>;
|
|
32
|
+
/** The type of message to be displayed with an interactive workflow element. */
|
|
33
|
+
export type InteractiveMessageType = typeof InteractiveMessageType[keyof typeof InteractiveMessageType];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Component } from "vue";
|
|
2
|
+
import { FieldTypeBase } from "./fieldType";
|
|
3
|
+
export declare class FinancialTransactionFieldType extends FieldTypeBase {
|
|
4
|
+
getTextValue(value: string, _configurationValues: Record<string, string>): string;
|
|
5
|
+
getEditComponent(): Component;
|
|
6
|
+
getConfigurationComponent(): Component;
|
|
7
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const EditComponent: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
configurationValues: {
|
|
7
|
+
type: import("vue").PropType<import("./utils").ConfigurationValues>;
|
|
8
|
+
default: () => import("./utils").ConfigurationValues;
|
|
9
|
+
};
|
|
10
|
+
dataEntryMode: {
|
|
11
|
+
type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
internalValue: import("vue").Ref<string | undefined>;
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: import("vue").PropType<string>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
configurationValues: {
|
|
21
|
+
type: import("vue").PropType<import("./utils").ConfigurationValues>;
|
|
22
|
+
default: () => import("./utils").ConfigurationValues;
|
|
23
|
+
};
|
|
24
|
+
dataEntryMode: {
|
|
25
|
+
type: import("vue").PropType<import("@Obsidian/Utility/fieldTypes").DataEntryMode>;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
configurationValues: import("./utils").ConfigurationValues;
|
|
29
|
+
}, {}>;
|
|
30
|
+
export declare const ConfigurationComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
@@ -7,7 +7,8 @@ export declare const enum ConfigurationValueKey {
|
|
|
7
7
|
UserSpecificRoot = "userspecificroot",
|
|
8
8
|
CondensedHtml = "condensedHtml",
|
|
9
9
|
EncryptedDocumentFolderRoot = "encrypteddocumentfolderroot",
|
|
10
|
-
EncryptedImageFolderRoot = "encryptedimagefolderroot"
|
|
10
|
+
EncryptedImageFolderRoot = "encryptedimagefolderroot",
|
|
11
|
+
EnableAssetManager = "enableassetmanager"
|
|
11
12
|
}
|
|
12
13
|
/**
|
|
13
14
|
* The field type handler for the HTML field.
|
|
@@ -14,6 +14,7 @@ export declare const EditComponent: import("vue").DefineComponent<{
|
|
|
14
14
|
internalValue: import("vue").Ref<string>;
|
|
15
15
|
toolbar: import("vue").ComputedRef<string>;
|
|
16
16
|
documentFolderRoot: import("vue").ComputedRef<string>;
|
|
17
|
+
enableAssetManager: import("vue").ComputedRef<boolean>;
|
|
17
18
|
imageFolderRoot: import("vue").ComputedRef<string>;
|
|
18
19
|
userSpecificRoot: import("vue").ComputedRef<boolean>;
|
|
19
20
|
refreshKey: import("vue").Ref<number>;
|
|
@@ -158,6 +158,8 @@ export declare const FieldType: {
|
|
|
158
158
|
FinancialGateway: string;
|
|
159
159
|
/** Financial Statement Template field type */
|
|
160
160
|
FinancialStatementTemplate: string;
|
|
161
|
+
/** Financial Transaction field type */
|
|
162
|
+
FinancialTransaction: string;
|
|
161
163
|
/** Gender field type */
|
|
162
164
|
Gender: string;
|
|
163
165
|
/** Group field type */
|
|
@@ -10,6 +10,10 @@ export declare const Group: {
|
|
|
10
10
|
GroupChatAdministrators: string;
|
|
11
11
|
/** The group used to identify people who are globally banned from chat */
|
|
12
12
|
GroupChatBanList: string;
|
|
13
|
+
/** The parent group for all chat direct messages. */
|
|
14
|
+
GroupChatDirectMessages: string;
|
|
15
|
+
/** The parent group for all shared chat channels. */
|
|
16
|
+
GroupChatSharedChannels: string;
|
|
13
17
|
/** The Communication Administrators Group guid */
|
|
14
18
|
GroupCommunicationAdministrators: string;
|
|
15
19
|
/** The group of communication approvers */
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
/** Group Role System Guids */
|
|
2
2
|
export declare const GroupRole: {
|
|
3
|
+
/** The Member group member role for Application Group */
|
|
4
|
+
GroupRoleApplicationGroupMember: string;
|
|
5
|
+
/** The Member group member role for Hidden Application Group */
|
|
6
|
+
GroupRoleHiddenApplicationGroupMember: string;
|
|
3
7
|
/** The Administrator group member role for a Campus Team */
|
|
4
8
|
GrouproleCampusTeamAdministrator: string;
|
|
5
9
|
/** The Pastor group member role for a Campus Team */
|
|
@@ -18,6 +18,8 @@ export declare const GroupType: {
|
|
|
18
18
|
GrouptypeFundraisingopportunity: string;
|
|
19
19
|
/** General group type guid */
|
|
20
20
|
GrouptypeGeneral: string;
|
|
21
|
+
/** Hidden Application Group group type guid */
|
|
22
|
+
GrouptypeHiddenApplicationGroup: string;
|
|
21
23
|
/** Know relationship group type guid */
|
|
22
24
|
GrouptypeKnownRelationships: string;
|
|
23
25
|
/** Learning Management System (LMS) Class group type guid */
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
export declare const ServiceJob: {
|
|
3
3
|
/** The job for calculating peer networks for individuals. */
|
|
4
4
|
CalculatePeerNetwork: string;
|
|
5
|
+
/** The job for performing synchronization tasks between Rock and the external chat system. */
|
|
6
|
+
ChatSyncJob: string;
|
|
5
7
|
/** The collect hosting metrics job - collect metrics regarding database connections, Etc. */
|
|
6
8
|
CollectHostingMetrics: string;
|
|
7
9
|
/** The data migrations 120 add communication get queued index */
|
|
@@ -133,6 +135,19 @@ export declare const ServiceJob: {
|
|
|
133
135
|
DataMigrations170SwapWebformsBlocks: string;
|
|
134
136
|
/** The Job to run Post v17.0 Update Person PrimaryPersonAliasGuid. */
|
|
135
137
|
DataMigrations170UpdatePersonPrimaryPersonAliasGuid: string;
|
|
138
|
+
/** The job to run Post v17.1 Data Migrations to add an index on the CommunicationRecipient table. */
|
|
139
|
+
DataMigrations171AddCommunicationrecipientIndex: string;
|
|
140
|
+
/** The Job to run Post v17.1 Data Migrations to chop Block. */
|
|
141
|
+
DataMigrations171ChopObsidianBlocks: string;
|
|
142
|
+
/** The job to run Post v17.1 Data Migrations to migrate login history from the History table to the HistoryLogin table. */
|
|
143
|
+
DataMigrations171MigrateLoginHistory: string;
|
|
144
|
+
/**
|
|
145
|
+
* The job to run Post v17.1 Data Migration to upset the Attendance Occurrence
|
|
146
|
+
* table with RootGroupTypeId values for existing data.
|
|
147
|
+
*/
|
|
148
|
+
DataMigrations171PopulateAttendanceRootGroupType: string;
|
|
149
|
+
/** The job to run Post v17.1 Data Migrations to update an existing index on the CommunicationRecipient table. */
|
|
150
|
+
DataMigrations171UpdateCommunicationrecipientIndex: string;
|
|
136
151
|
/**
|
|
137
152
|
* The Post Update Data Migration Job to chop the Schedule Detail, Asset Storage Provider Detail, Page Short Link Detail, Streak Type Detail,
|
|
138
153
|
* Following Event Type Detail, Financial Batch Detail
|
|
@@ -175,6 +175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
required: false;
|
|
176
176
|
};
|
|
177
177
|
}, {
|
|
178
|
+
editForm: any;
|
|
178
179
|
entityTypeName: import("vue").ComputedRef<string>;
|
|
179
180
|
entityTypeGuid: import("vue").ComputedRef<string>;
|
|
180
181
|
internalFooterSecondaryActions: import("vue").ComputedRef<PanelAction[]>;
|
|
@@ -187,7 +188,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
187
188
|
headerActions: import("vue").ComputedRef<PanelAction[]>;
|
|
188
189
|
isEditMode: import("vue").ComputedRef<boolean>;
|
|
189
190
|
isEditModeVisible: import("vue").ComputedRef<boolean>;
|
|
190
|
-
isFormSubmitting: import("vue").Ref<boolean>;
|
|
191
191
|
isPanelShown: import("vue").ComputedRef<boolean>;
|
|
192
192
|
isPanelVisible: import("vue").Ref<boolean>;
|
|
193
193
|
isViewMode: import("vue").ComputedRef<boolean>;
|
|
@@ -378,7 +378,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
378
378
|
}>> & {
|
|
379
379
|
"onUpdate:mode"?: ((_value: DetailPanelMode) => any) | undefined;
|
|
380
380
|
}, {
|
|
381
|
-
mode: DetailPanelMode;
|
|
382
381
|
alwaysShowLabels: boolean;
|
|
383
382
|
isTagsVisible: boolean;
|
|
384
383
|
isFollowVisible: boolean;
|
|
@@ -388,5 +387,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
387
|
isEditVisible: boolean;
|
|
389
388
|
isDeleteVisible: boolean;
|
|
390
389
|
isFullScreenVisible: boolean;
|
|
390
|
+
mode: DetailPanelMode;
|
|
391
391
|
}, {}>;
|
|
392
392
|
export default _default;
|
|
@@ -21,12 +21,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
blockContainerElement: import("vue").Ref<HTMLElement | null>;
|
|
22
22
|
blockFileUrl: string | null | undefined;
|
|
23
23
|
blockGuid: string;
|
|
24
|
-
currentBlockComponent: import("vue").Ref<
|
|
24
|
+
currentBlockComponent: import("vue").Ref<{
|
|
25
25
|
new (...args: any[]): any;
|
|
26
26
|
__isFragment?: undefined;
|
|
27
27
|
__isTeleport?: undefined;
|
|
28
28
|
__isSuspense?: undefined;
|
|
29
|
-
} | {
|
|
29
|
+
} | import("vue").FunctionalComponent<any, any, any> | {
|
|
30
30
|
[x: string]: any;
|
|
31
31
|
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
32
32
|
attrs: {
|
|
@@ -140,12 +140,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
__file?: string | undefined;
|
|
141
141
|
__name?: string | undefined;
|
|
142
142
|
} | null>;
|
|
143
|
-
customActionComponent: import("vue").Ref<
|
|
143
|
+
customActionComponent: import("vue").Ref<{
|
|
144
144
|
new (...args: any[]): any;
|
|
145
145
|
__isFragment?: undefined;
|
|
146
146
|
__isTeleport?: undefined;
|
|
147
147
|
__isSuspense?: undefined;
|
|
148
|
-
} | {
|
|
148
|
+
} | import("vue").FunctionalComponent<any, any, any> | {
|
|
149
149
|
[x: string]: any;
|
|
150
150
|
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
151
151
|
attrs: {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// Copyright by the Spark Development Network
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Rock Community License (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.rockrms.com/license
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
// </copyright>
|
|
15
|
+
//
|
|
16
|
+
|
|
17
|
+
import { Guid } from "@Obsidian/Types";
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* The minimum amount of data required to load the field type object to provide
|
|
21
|
+
* filter comparison operations. This is compatible with {@link PublicAttributeBag}.
|
|
22
|
+
*/
|
|
23
|
+
export type FieldFilterAttributeData = {
|
|
24
|
+
/** The field type unique identifier. */
|
|
25
|
+
readonly fieldTypeGuid: Guid;
|
|
26
|
+
|
|
27
|
+
/** The configuration values used by the field type. */
|
|
28
|
+
readonly configurationValues?: Record<string, string> | null;
|
|
29
|
+
};
|
package/types/Utility/block.d.ts
CHANGED
|
@@ -35,10 +35,12 @@ export declare function useBlockActionUrl(): (actionName: string) => string;
|
|
|
35
35
|
* @param pageGuid The unique identifier of the page.
|
|
36
36
|
* @param blockGuid The unique identifier of the block.
|
|
37
37
|
* @param pageParameters The parameters to include with the block action calls.
|
|
38
|
+
* @param sessionGuid The unique identifier of the session from the original page request.
|
|
39
|
+
* @param interactionGuid The unique identifier of the interaction from the original page request.
|
|
38
40
|
*
|
|
39
41
|
* @returns A function that can be used to provide the invoke block action.
|
|
40
42
|
*/
|
|
41
|
-
export declare function createInvokeBlockAction(post: HttpPostFunc, pageGuid: Guid, blockGuid: Guid, pageParameters: Record<string, string>, interactionGuid: Guid): InvokeBlockActionFunc;
|
|
43
|
+
export declare function createInvokeBlockAction(post: HttpPostFunc, pageGuid: Guid, blockGuid: Guid, pageParameters: Record<string, string>, sessionGuid: Guid, interactionGuid: Guid): InvokeBlockActionFunc;
|
|
42
44
|
/**
|
|
43
45
|
* Provides the reload block callback function for a block. This is an internal
|
|
44
46
|
* method and should not be used by plugins.
|
package/types/Utility/page.d.ts
CHANGED
|
@@ -146,6 +146,23 @@ export declare function containsHtmlTag(value: string): boolean;
|
|
|
146
146
|
* @returns The 32-bit integer hash representation of the string.
|
|
147
147
|
*/
|
|
148
148
|
export declare function createHash(str: string): number;
|
|
149
|
+
/**
|
|
150
|
+
* Generates a cryptographically strong SHA-256 hash of a given string.
|
|
151
|
+
*
|
|
152
|
+
* This is a secure hash function ideal for caching, fingerprinting, or comparing
|
|
153
|
+
* large or variable input data like HTML emails, templates, or user-generated content.
|
|
154
|
+
*
|
|
155
|
+
* - ✅ Collision-resistant
|
|
156
|
+
* - ✅ Safe for HTML/email body hashing
|
|
157
|
+
* - ❌ Slightly slower (async) but reliable for content comparison
|
|
158
|
+
*
|
|
159
|
+
* @param str - The input string to hash.
|
|
160
|
+
* @returns A Promise resolving to a 64-character hex-encoded SHA-256 hash string.
|
|
161
|
+
*
|
|
162
|
+
* @example
|
|
163
|
+
* const key = await createStrongHash("<html>Your email here</html>");
|
|
164
|
+
*/
|
|
165
|
+
export declare function createHashSha256(str: string): Promise<string>;
|
|
149
166
|
/**
|
|
150
167
|
* Replaces all instances of `search` in `str` with `replace`.
|
|
151
168
|
* @param str The source string.
|
|
@@ -28,6 +28,12 @@ export declare function tooltip(node: Element | Element[], options?: TooltipOpti
|
|
|
28
28
|
* @param node The node for which to show a tooltip
|
|
29
29
|
*/
|
|
30
30
|
export declare function showTooltip(node: Element): void;
|
|
31
|
+
/**
|
|
32
|
+
* Manually hide a previously-configured tooltip for the specified node.
|
|
33
|
+
*
|
|
34
|
+
* @param node The node for which to hide a tooltip
|
|
35
|
+
*/
|
|
36
|
+
export declare function hideTooltip(node: Element): void;
|
|
31
37
|
/**
|
|
32
38
|
* Manually destroy a previously-configured tooltip for the specified node.
|
|
33
39
|
*
|
|
@@ -21,12 +21,14 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
+
import { FeatureFlags } from "@Obsidian/Enums/Observability/featureFlags";
|
|
25
|
+
import { TraceLevel } from "@Obsidian/Enums/Observability/traceLevel";
|
|
24
26
|
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
25
27
|
|
|
26
28
|
/** Contains the observability configuration details. */
|
|
27
29
|
export type ObservabilityConfigurationBag = {
|
|
28
|
-
/**
|
|
29
|
-
|
|
30
|
+
/** The individual features that are enabled for observability. */
|
|
31
|
+
enabledFeatures: FeatureFlags;
|
|
30
32
|
|
|
31
33
|
/** Gets or sets the endpoint. */
|
|
32
34
|
endpoint?: string | null;
|
|
@@ -48,4 +50,7 @@ export type ObservabilityConfigurationBag = {
|
|
|
48
50
|
|
|
49
51
|
/** Gets or sets the targeted queries. */
|
|
50
52
|
targetedQueries?: string[] | null;
|
|
53
|
+
|
|
54
|
+
/** The detail level of the trace information that will be generated. */
|
|
55
|
+
traceLevel: TraceLevel;
|
|
51
56
|
};
|
|
@@ -35,9 +35,15 @@ export type WebKioskBag = {
|
|
|
35
35
|
/** Gets or sets the kiosk identifier. This is used by the iPad app. */
|
|
36
36
|
idNumber: number;
|
|
37
37
|
|
|
38
|
+
/** Determines if adding new families in registration mode is enabled. */
|
|
39
|
+
isAddingFamiliesEnabled: boolean;
|
|
40
|
+
|
|
38
41
|
/** Gets or sets a value indicating whether this kiosk has the camera enabled. */
|
|
39
42
|
isCameraEnabled: boolean;
|
|
40
43
|
|
|
44
|
+
/** Determines if editing new families in registration mode is enabled. */
|
|
45
|
+
isEditingFamiliesEnabled: boolean;
|
|
46
|
+
|
|
41
47
|
/**
|
|
42
48
|
* Gets or sets a value indicating whether this kiosk supports
|
|
43
49
|
* registration mode.
|
|
@@ -21,10 +21,14 @@
|
|
|
21
21
|
// </copyright>
|
|
22
22
|
//
|
|
23
23
|
|
|
24
|
+
import { GroupLocationsBag } from "@Obsidian/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/groupLocationsBag";
|
|
24
25
|
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
25
26
|
|
|
26
27
|
/** The Clone Schedule Bag */
|
|
27
28
|
export type CloneScheduleBag = {
|
|
29
|
+
/** All existing GroupLocation/schedules (this is required to maintain state when making modifications prior to cloning). */
|
|
30
|
+
currentScheduleConfiguration?: GroupLocationsBag[] | null;
|
|
31
|
+
|
|
28
32
|
/** The destination schedule for the clone operation */
|
|
29
33
|
destinationSchedule?: ListItemBag | null;
|
|
30
34
|
|
package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts
CHANGED
|
@@ -50,12 +50,21 @@ export type CheckInGeneralSettingsBag = {
|
|
|
50
50
|
/** Gets or sets a value indicating whether [enable presence]. */
|
|
51
51
|
enablePresence: boolean;
|
|
52
52
|
|
|
53
|
+
/** Gets or sets a value indicating whether [enable proximity check-in]. */
|
|
54
|
+
enableProximityCheckin: boolean;
|
|
55
|
+
|
|
56
|
+
/** Gets or sets a value indicating whether [enable remove family kiosk]. */
|
|
57
|
+
enableRemoveFamilyKiosk: boolean;
|
|
58
|
+
|
|
53
59
|
/** Gets or sets a value indicating whether [prevent duplicate checkin]. */
|
|
54
60
|
preventDuplicateCheckin: boolean;
|
|
55
61
|
|
|
56
62
|
/** Gets or sets a value indicating whether [prevent inactive people]. */
|
|
57
63
|
preventInactivePeople: boolean;
|
|
58
64
|
|
|
65
|
+
/** Gets or sets the Promotions Content Channel. */
|
|
66
|
+
promotionsContentChannelTypes?: string | null;
|
|
67
|
+
|
|
59
68
|
/** Gets or sets a value indicating whether [use same options]. */
|
|
60
69
|
useSameOptions: boolean;
|
|
61
70
|
};
|
package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts
CHANGED
|
@@ -43,6 +43,9 @@ export type CheckinTypeDetailOptionsBag = {
|
|
|
43
43
|
/** Gets or sets the registration attribute options. */
|
|
44
44
|
personAttributeOptions?: ListItemBag[] | null;
|
|
45
45
|
|
|
46
|
+
/** Gets or sets the promotions content channel options. */
|
|
47
|
+
promotionsContentChannelTypeOptions?: ListItemBag[] | null;
|
|
48
|
+
|
|
46
49
|
/** Gets or sets the relationship type options. */
|
|
47
50
|
relationshipTypeOptions?: ListItemBag[] | null;
|
|
48
51
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by the Rock.CodeGeneration project
|
|
4
|
+
// Changes to this file will be lost when the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
//------------------------------------------------------------------------------
|
|
7
|
+
// <copyright>
|
|
8
|
+
// Copyright by the Spark Development Network
|
|
9
|
+
//
|
|
10
|
+
// Licensed under the Rock Community License (the "License");
|
|
11
|
+
// you may not use this file except in compliance with the License.
|
|
12
|
+
// You may obtain a copy of the License at
|
|
13
|
+
//
|
|
14
|
+
// http://www.rockrms.com/license
|
|
15
|
+
//
|
|
16
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
// See the License for the specific language governing permissions and
|
|
20
|
+
// limitations under the License.
|
|
21
|
+
// </copyright>
|
|
22
|
+
//
|
|
23
|
+
|
|
24
|
+
/** The additional configuration options for the Layout Block List block. */
|
|
25
|
+
export type LayoutBlockListOptionsBag = {
|
|
26
|
+
};
|
|
@@ -52,4 +52,7 @@ export type MediaAccountBag = {
|
|
|
52
52
|
|
|
53
53
|
/** Gets or sets the Name of the MediaAccount. This property is required. */
|
|
54
54
|
name?: string | null;
|
|
55
|
+
|
|
56
|
+
/** Gets or sets the value indicating whether manual entry is allowed for this media account. */
|
|
57
|
+
showDownloadButton: boolean;
|
|
55
58
|
};
|