@rockrms/obsidian-framework 17.0.42-beta → 17.1.5
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 +3 -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/emailEditor.partial.obs.d.ts +19 -1
- 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/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 +2 -0
- 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/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
- package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +11 -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/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/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 +20 -1
- package/types/Controls/imageEditor.obs.d.ts +2 -2
- package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
- 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 +1 -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/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/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 +2 -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/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/MediaElementDetail/mediaElementBag.d.ts +89 -0
- package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -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/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -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/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
|
@@ -82,6 +82,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* When set to true, the HTML editor will show the asset manager button
|
|
87
|
+
* in the toolbar. This requires that a security grant token be available
|
|
88
|
+
* that provides access to the asset manager.
|
|
89
|
+
*/
|
|
90
|
+
enableAssetManager: {
|
|
91
|
+
type: PropType<boolean>;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
85
94
|
/**
|
|
86
95
|
* When set to true, the code editor allows toggling even if the content includes Lava commands,
|
|
87
96
|
* bypassing any usual restrictions related to such content.
|
|
@@ -200,6 +209,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
209
|
type: BooleanConstructor;
|
|
201
210
|
default: boolean;
|
|
202
211
|
};
|
|
212
|
+
/**
|
|
213
|
+
* When set to true, the HTML editor will show the asset manager button
|
|
214
|
+
* in the toolbar. This requires that a security grant token be available
|
|
215
|
+
* that provides access to the asset manager.
|
|
216
|
+
*/
|
|
217
|
+
enableAssetManager: {
|
|
218
|
+
type: PropType<boolean>;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
203
221
|
/**
|
|
204
222
|
* When set to true, the code editor allows toggling even if the content includes Lava commands,
|
|
205
223
|
* bypassing any usual restrictions related to such content.
|
|
@@ -238,14 +256,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
238
256
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
239
257
|
"onUpdate:isInCodeEditorMode"?: ((value: boolean) => any) | undefined;
|
|
240
258
|
}, {
|
|
241
|
-
toolbar: ToolbarConfig;
|
|
242
259
|
disabled: boolean;
|
|
243
260
|
formGroupClasses: string;
|
|
244
261
|
editorHeight: number;
|
|
262
|
+
enableAssetManager: boolean;
|
|
245
263
|
userSpecificRoot: boolean;
|
|
246
264
|
startInCodeEditorMode: boolean;
|
|
247
265
|
isTogglableCodeEditorForced: boolean;
|
|
248
266
|
isInCodeEditorMode: boolean;
|
|
267
|
+
toolbar: ToolbarConfig;
|
|
249
268
|
encryptedDocumentRootFolder: string;
|
|
250
269
|
encryptedImageRootFolder: string;
|
|
251
270
|
}, {}>;
|
|
@@ -156,15 +156,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
156
|
onCropped?: ((value: string) => any) | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
label: string;
|
|
159
|
-
help: string;
|
|
160
|
-
aspectRatio: number;
|
|
161
159
|
disabled: boolean;
|
|
160
|
+
help: string;
|
|
162
161
|
disableLabel: boolean;
|
|
163
162
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
164
163
|
formGroupClasses: string;
|
|
165
164
|
validationTitle: string;
|
|
166
165
|
isRequiredIndicatorHidden: boolean;
|
|
167
166
|
binaryFileTypeGuid: string;
|
|
167
|
+
aspectRatio: number;
|
|
168
168
|
maxImageHeight: number;
|
|
169
169
|
maxImageWidth: number;
|
|
170
170
|
noPictureUrl: string;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
}>> & {
|
|
54
54
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
|
|
56
|
+
modelValue: number;
|
|
57
57
|
max: number;
|
|
58
58
|
min: number;
|
|
59
|
-
|
|
59
|
+
step: number;
|
|
60
60
|
showValueBar: boolean;
|
|
61
61
|
valueSuffix: string;
|
|
62
62
|
}, {}>;
|
|
@@ -123,17 +123,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
}, {
|
|
124
124
|
label: string;
|
|
125
125
|
help: string;
|
|
126
|
-
columnCount: number;
|
|
127
|
-
multiple: boolean;
|
|
128
126
|
disableLabel: boolean;
|
|
129
127
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
130
128
|
formGroupClasses: string;
|
|
131
129
|
validationTitle: string;
|
|
132
130
|
isRequiredIndicatorHidden: boolean;
|
|
131
|
+
multiple: boolean;
|
|
133
132
|
enhanceForLongLists: boolean;
|
|
134
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
135
133
|
showBlankItem: boolean;
|
|
136
134
|
blankValue: string;
|
|
135
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
137
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
+
columnCount: number;
|
|
138
138
|
}, {}>;
|
|
139
139
|
export default _default;
|
|
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
}, {
|
|
132
132
|
label: string;
|
|
133
133
|
help: string;
|
|
134
|
-
columnCount: number;
|
|
135
|
-
multiple: boolean;
|
|
136
134
|
disableLabel: boolean;
|
|
137
135
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
138
136
|
formGroupClasses: string;
|
|
139
137
|
validationTitle: string;
|
|
140
138
|
isRequiredIndicatorHidden: boolean;
|
|
139
|
+
multiple: boolean;
|
|
141
140
|
enhanceForLongLists: boolean;
|
|
142
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
143
141
|
showBlankItem: boolean;
|
|
144
142
|
blankValue: string;
|
|
143
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
145
144
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
145
|
+
columnCount: number;
|
|
146
146
|
interactionChannelGuid: string | null;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
/** The shade of the color to use for the text and border. */
|
|
32
32
|
colorShade: {
|
|
33
|
-
type: PropType<100 |
|
|
33
|
+
type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
|
|
34
34
|
default: number;
|
|
35
35
|
};
|
|
36
36
|
/** If true then a border will be drawn around the component. */
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
};
|
|
70
70
|
/** The shade of the color to use for the text and border. */
|
|
71
71
|
colorShade: {
|
|
72
|
-
type: PropType<100 |
|
|
72
|
+
type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
|
|
73
73
|
default: number;
|
|
74
74
|
};
|
|
75
75
|
/** If true then a border will be drawn around the component. */
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
};
|
|
80
80
|
}>>, {
|
|
81
81
|
color: "blue" | "gray" | "green" | "indigo" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow";
|
|
82
|
-
colorShade: 100 |
|
|
82
|
+
colorShade: 100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900;
|
|
83
83
|
isCard: boolean;
|
|
84
84
|
}, {}>;
|
|
85
85
|
export default _default;
|
|
@@ -132,17 +132,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
}, {
|
|
133
133
|
label: string;
|
|
134
134
|
help: string;
|
|
135
|
-
columnCount: number;
|
|
136
|
-
multiple: boolean;
|
|
137
135
|
disableLabel: boolean;
|
|
138
136
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
139
137
|
formGroupClasses: string;
|
|
140
138
|
validationTitle: string;
|
|
141
139
|
isRequiredIndicatorHidden: boolean;
|
|
140
|
+
multiple: boolean;
|
|
142
141
|
enhanceForLongLists: boolean;
|
|
143
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
144
142
|
showBlankItem: boolean;
|
|
145
143
|
blankValue: string;
|
|
144
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
146
145
|
displayStyle: PickerDisplayStyle;
|
|
146
|
+
columnCount: number;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|
|
@@ -55,11 +55,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
}>> & {
|
|
56
56
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
57
57
|
}, {
|
|
58
|
+
modelValue: string[];
|
|
59
|
+
items: ListItemBag[];
|
|
58
60
|
enhanceForLongLists: boolean;
|
|
59
61
|
showBlankItem: boolean;
|
|
60
62
|
blankValue: string;
|
|
61
|
-
modelValue: string[];
|
|
62
|
-
items: ListItemBag[];
|
|
63
63
|
formControlClasses: string;
|
|
64
64
|
}, {}>;
|
|
65
65
|
export default _default;
|
|
@@ -82,12 +82,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
}, {
|
|
83
83
|
label: string;
|
|
84
84
|
help: string;
|
|
85
|
+
modelValue: string;
|
|
85
86
|
disableLabel: boolean;
|
|
86
87
|
rules: ValidationRule | ValidationRule[];
|
|
87
88
|
formGroupClasses: string;
|
|
88
89
|
validationTitle: string;
|
|
89
90
|
isRequiredIndicatorHidden: boolean;
|
|
90
|
-
modelValue: string;
|
|
91
91
|
allowHtml: boolean;
|
|
92
92
|
valuePrompt: string;
|
|
93
93
|
}, {}>;
|
|
@@ -45,9 +45,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
45
|
"onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
|
|
46
46
|
"onUpdate:showPopup"?: ((value: boolean) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
multiple: boolean;
|
|
49
48
|
modelValue: ListItemBag | ListItemBag[] | null;
|
|
50
49
|
showPopup: boolean;
|
|
50
|
+
multiple: boolean;
|
|
51
51
|
}, {}>, {
|
|
52
52
|
pickerContentSuperHeader?(_: {}): any;
|
|
53
53
|
prepend?(_: {
|
|
@@ -163,18 +163,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
}, {
|
|
164
164
|
label: string;
|
|
165
165
|
help: string;
|
|
166
|
-
columnCount: number;
|
|
167
|
-
multiple: boolean;
|
|
168
166
|
disableLabel: boolean;
|
|
169
167
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
170
168
|
formGroupClasses: string;
|
|
171
169
|
validationTitle: string;
|
|
172
170
|
isRequiredIndicatorHidden: boolean;
|
|
171
|
+
multiple: boolean;
|
|
173
172
|
enhanceForLongLists: boolean;
|
|
174
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
175
173
|
showBlankItem: boolean;
|
|
176
174
|
blankValue: string;
|
|
175
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
177
176
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
177
|
+
columnCount: number;
|
|
178
178
|
allowAdd: boolean;
|
|
179
179
|
locationTypeValueGuid: string | null;
|
|
180
180
|
parentLocationGuid: string | null;
|
|
@@ -212,19 +212,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
}, {
|
|
213
213
|
label: string;
|
|
214
214
|
help: string;
|
|
215
|
-
|
|
216
|
-
multiple: boolean;
|
|
215
|
+
modelValue: ListItemBag | null;
|
|
217
216
|
disableLabel: boolean;
|
|
218
217
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
219
218
|
formGroupClasses: string;
|
|
220
219
|
validationTitle: string;
|
|
221
220
|
isRequiredIndicatorHidden: boolean;
|
|
221
|
+
multiple: boolean;
|
|
222
222
|
enhanceForLongLists: boolean;
|
|
223
|
-
lazyMode: ControlLazyMode;
|
|
224
223
|
showBlankItem: boolean;
|
|
225
224
|
blankValue: string;
|
|
225
|
+
lazyMode: ControlLazyMode;
|
|
226
226
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
227
|
-
|
|
227
|
+
columnCount: number;
|
|
228
228
|
account: ListItemBag | null;
|
|
229
229
|
folder: ListItemBag | null;
|
|
230
230
|
hideAccountPicker: boolean;
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
/** List of MediaPlayerControl values */
|
|
103
103
|
playerControls: {
|
|
104
104
|
type: PropType<MediaPlayerControls[]>;
|
|
105
|
-
default: () => ("progress" | "
|
|
105
|
+
default: () => ("progress" | "play" | "fullscreen" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
|
|
106
106
|
};
|
|
107
107
|
/** CSS color value used to color some elements */
|
|
108
108
|
primaryColor: {
|
|
@@ -266,7 +266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
266
|
/** List of MediaPlayerControl values */
|
|
267
267
|
playerControls: {
|
|
268
268
|
type: PropType<MediaPlayerControls[]>;
|
|
269
|
-
default: () => ("progress" | "
|
|
269
|
+
default: () => ("progress" | "play" | "fullscreen" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
|
|
270
270
|
};
|
|
271
271
|
/** CSS color value used to color some elements */
|
|
272
272
|
primaryColor: {
|
|
@@ -333,13 +333,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
333
|
label: string;
|
|
334
334
|
id: string;
|
|
335
335
|
help: string;
|
|
336
|
-
muted: boolean;
|
|
337
336
|
disableLabel: boolean;
|
|
338
337
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
339
338
|
formGroupClasses: string;
|
|
340
339
|
validationTitle: string;
|
|
341
340
|
isRequiredIndicatorHidden: boolean;
|
|
342
|
-
volume: number;
|
|
343
341
|
disableAutoPause: boolean;
|
|
344
342
|
autoPlay: boolean;
|
|
345
343
|
autoResumeInDays: number;
|
|
@@ -349,7 +347,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
347
|
disableAutoHideControls: boolean;
|
|
350
348
|
maxVideoWidth: string;
|
|
351
349
|
mediaType: MediaPlayerInterfaceType;
|
|
350
|
+
muted: boolean;
|
|
352
351
|
playerControls: MediaPlayerControls[];
|
|
352
|
+
volume: number;
|
|
353
353
|
primaryColor: string;
|
|
354
354
|
requiredWatchPercentage: number;
|
|
355
355
|
seekTime: number;
|
|
@@ -102,14 +102,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
"onUpdate:modelValue"?: ((_value: string[]) => any) | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
label: string;
|
|
105
|
-
mode: MediaSelectorMode;
|
|
106
105
|
help: string;
|
|
106
|
+
modelValue: string[];
|
|
107
107
|
disableLabel: boolean;
|
|
108
108
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
109
109
|
formGroupClasses: string;
|
|
110
110
|
validationTitle: string;
|
|
111
111
|
isRequiredIndicatorHidden: boolean;
|
|
112
|
-
|
|
112
|
+
mode: MediaSelectorMode;
|
|
113
113
|
compareValue: (value: string, itemValue: string) => boolean;
|
|
114
114
|
mediaItems: KeyValueItem[];
|
|
115
115
|
}, {}>;
|
|
@@ -107,12 +107,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
107
107
|
}, {
|
|
108
108
|
label: string;
|
|
109
109
|
help: string;
|
|
110
|
-
multiple: boolean;
|
|
111
110
|
disableLabel: boolean;
|
|
112
111
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
113
112
|
formGroupClasses: string;
|
|
114
113
|
validationTitle: string;
|
|
115
114
|
isRequiredIndicatorHidden: boolean;
|
|
115
|
+
multiple: boolean;
|
|
116
116
|
enhanceForLongLists: boolean;
|
|
117
117
|
blankValue: string;
|
|
118
118
|
}, {}>, {
|
|
@@ -131,9 +131,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
131
131
|
}, {
|
|
132
132
|
title: string;
|
|
133
133
|
submit: boolean;
|
|
134
|
-
cancelText: string;
|
|
135
134
|
modalWrapperClasses: string;
|
|
136
135
|
subtitle: string;
|
|
136
|
+
cancelText: string;
|
|
137
137
|
saveText: string;
|
|
138
138
|
saveThenAddText: string;
|
|
139
139
|
saveThenAddBtnType: BtnType;
|
|
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
91
91
|
}, {
|
|
92
92
|
label: string;
|
|
93
93
|
help: string;
|
|
94
|
+
modelValue: string;
|
|
94
95
|
disableLabel: boolean;
|
|
95
96
|
rules: ValidationRule | ValidationRule[];
|
|
96
97
|
formGroupClasses: string;
|
|
97
98
|
validationTitle: string;
|
|
98
99
|
isRequiredIndicatorHidden: boolean;
|
|
99
|
-
modelValue: string;
|
|
100
100
|
allowHtml: boolean;
|
|
101
101
|
mentionEnabled: boolean;
|
|
102
102
|
}, {}>, {
|
|
@@ -84,9 +84,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
placeholder: string;
|
|
87
|
+
modelValue: number | null;
|
|
87
88
|
rules: ValidationRule | ValidationRule[];
|
|
88
89
|
validationTitle: string;
|
|
89
|
-
modelValue: number | null;
|
|
90
90
|
modelModifiers: Record<string, boolean>;
|
|
91
91
|
inputClasses: string;
|
|
92
92
|
inputGroupClasses: string;
|
|
@@ -90,13 +90,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
}, {
|
|
91
91
|
label: string;
|
|
92
92
|
help: string;
|
|
93
|
-
max: number;
|
|
94
|
-
min: number;
|
|
95
93
|
disableLabel: boolean;
|
|
96
94
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
97
95
|
formGroupClasses: string;
|
|
98
96
|
validationTitle: string;
|
|
99
97
|
isRequiredIndicatorHidden: boolean;
|
|
98
|
+
max: number;
|
|
99
|
+
min: number;
|
|
100
100
|
numberIncrementClasses: string;
|
|
101
101
|
}, {}>;
|
|
102
102
|
export default _default;
|
|
@@ -146,12 +146,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
}, {
|
|
147
147
|
label: string;
|
|
148
148
|
help: string;
|
|
149
|
-
multiple: boolean;
|
|
150
149
|
disableLabel: boolean;
|
|
151
150
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
152
151
|
formGroupClasses: string;
|
|
153
152
|
validationTitle: string;
|
|
154
153
|
isRequiredIndicatorHidden: boolean;
|
|
154
|
+
multiple: boolean;
|
|
155
155
|
showSelectCurrentPage: boolean;
|
|
156
156
|
promptForPageRoute: boolean;
|
|
157
157
|
siteType: SiteType;
|
|
@@ -49,7 +49,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
49
49
|
};
|
|
50
50
|
/** The type of panel to render. */
|
|
51
51
|
type: {
|
|
52
|
-
type: PropType<"default" | "
|
|
52
|
+
type: PropType<"default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget">;
|
|
53
53
|
default: string;
|
|
54
54
|
};
|
|
55
55
|
/** The title text to display in the panel, will be overridden by slot usage. */
|
|
@@ -126,7 +126,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
126
126
|
};
|
|
127
127
|
/** The type of panel to render. */
|
|
128
128
|
type: {
|
|
129
|
-
type: PropType<"default" | "
|
|
129
|
+
type: PropType<"default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget">;
|
|
130
130
|
default: string;
|
|
131
131
|
};
|
|
132
132
|
/** The title text to display in the panel, will be overridden by slot usage. */
|
|
@@ -159,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
159
159
|
"onUpdate:isFullscreen"?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
"onUpdate:isDrawerOpen"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
type: "default" | "
|
|
162
|
+
type: "default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget";
|
|
163
163
|
title: string;
|
|
164
164
|
modelValue: boolean;
|
|
165
165
|
isFullscreen: boolean;
|
|
@@ -10,11 +10,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
type: PropType<PersonBasicEditorBag>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
/** If a personGuid is given, this will fetch that person's details from the server and pre-fill the fields */
|
|
14
|
-
personGuid: {
|
|
15
|
-
type: PropType<string>;
|
|
16
|
-
default: null;
|
|
17
|
-
};
|
|
18
13
|
/** By default is shown in a 3-column layout. If this is true, it becomes 1 column. */
|
|
19
14
|
showInOneColumn: {
|
|
20
15
|
type: BooleanConstructor;
|
|
@@ -113,11 +108,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
108
|
type: PropType<PersonBasicEditorBag>;
|
|
114
109
|
required: true;
|
|
115
110
|
};
|
|
116
|
-
/** If a personGuid is given, this will fetch that person's details from the server and pre-fill the fields */
|
|
117
|
-
personGuid: {
|
|
118
|
-
type: PropType<string>;
|
|
119
|
-
default: null;
|
|
120
|
-
};
|
|
121
111
|
/** By default is shown in a 3-column layout. If this is true, it becomes 1 column. */
|
|
122
112
|
showInOneColumn: {
|
|
123
113
|
type: BooleanConstructor;
|
|
@@ -207,7 +197,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
197
|
}>> & {
|
|
208
198
|
"onUpdate:model-value"?: ((value: PersonBasicEditorBag) => any) | undefined;
|
|
209
199
|
}, {
|
|
210
|
-
personGuid: string;
|
|
211
200
|
showInOneColumn: boolean;
|
|
212
201
|
personLabelPrefix: string;
|
|
213
202
|
showEmail: boolean;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
};
|
|
23
23
|
/** Which side should the popOver appear on? */
|
|
24
24
|
popOverPlacement: {
|
|
25
|
-
type: PropType<"left" | "
|
|
25
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -48,13 +48,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
/** Which side should the popOver appear on? */
|
|
50
50
|
popOverPlacement: {
|
|
51
|
-
type: PropType<"left" | "
|
|
51
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
}>>, {
|
|
55
55
|
role: string;
|
|
56
56
|
personName: string;
|
|
57
57
|
photoId: number;
|
|
58
|
-
popOverPlacement: "left" | "
|
|
58
|
+
popOverPlacement: "left" | "top" | "right" | "bottom";
|
|
59
59
|
}, {}>;
|
|
60
60
|
export default _default;
|
|
@@ -88,12 +88,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
}, {
|
|
89
89
|
label: string;
|
|
90
90
|
help: string;
|
|
91
|
+
modelValue: string;
|
|
91
92
|
disableLabel: boolean;
|
|
92
93
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
93
94
|
formGroupClasses: string;
|
|
94
95
|
validationTitle: string;
|
|
95
96
|
isRequiredIndicatorHidden: boolean;
|
|
96
|
-
modelValue: string;
|
|
97
97
|
inputGroupClasses: string;
|
|
98
98
|
countryCode: string;
|
|
99
99
|
}, {}>;
|
|
@@ -7,14 +7,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
/** Which side should the popOver appear on? */
|
|
9
9
|
placement: {
|
|
10
|
-
type: PropType<"left" | "
|
|
10
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
/**
|
|
14
14
|
* The events that will trigger the popover to show and hide.
|
|
15
15
|
*/
|
|
16
16
|
trigger: {
|
|
17
|
-
type: PropType<"
|
|
17
|
+
type: PropType<"hover" | "manual">;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
@@ -41,14 +41,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
};
|
|
42
42
|
/** Which side should the popOver appear on? */
|
|
43
43
|
placement: {
|
|
44
|
-
type: PropType<"left" | "
|
|
44
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
/**
|
|
48
48
|
* The events that will trigger the popover to show and hide.
|
|
49
49
|
*/
|
|
50
50
|
trigger: {
|
|
51
|
-
type: PropType<"
|
|
51
|
+
type: PropType<"hover" | "manual">;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
@@ -69,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
69
69
|
"onUpdate:isVisible"?: ((v: boolean) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
isVisible: boolean;
|
|
72
|
-
placement: "left" | "
|
|
73
|
-
trigger: "
|
|
72
|
+
placement: "left" | "top" | "right" | "bottom";
|
|
73
|
+
trigger: "hover" | "manual";
|
|
74
74
|
}, {}>, {
|
|
75
75
|
activator?(_: {
|
|
76
76
|
ref: string;
|
|
@@ -147,17 +147,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
}, {
|
|
148
148
|
label: string;
|
|
149
149
|
help: string;
|
|
150
|
-
columnCount: number;
|
|
151
|
-
multiple: boolean;
|
|
152
150
|
disableLabel: boolean;
|
|
153
151
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
154
152
|
formGroupClasses: string;
|
|
155
153
|
validationTitle: string;
|
|
156
154
|
isRequiredIndicatorHidden: boolean;
|
|
155
|
+
multiple: boolean;
|
|
157
156
|
enhanceForLongLists: boolean;
|
|
158
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
159
157
|
showBlankItem: boolean;
|
|
160
158
|
blankValue: string;
|
|
159
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
161
160
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
161
|
+
columnCount: number;
|
|
162
162
|
}, {}>;
|
|
163
163
|
export default _default;
|
|
@@ -82,13 +82,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
82
82
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
83
83
|
}, {
|
|
84
84
|
label: string;
|
|
85
|
-
isBlock: boolean;
|
|
86
85
|
help: string;
|
|
87
86
|
disableLabel: boolean;
|
|
88
87
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
89
88
|
formGroupClasses: string;
|
|
90
89
|
validationTitle: string;
|
|
91
90
|
isRequiredIndicatorHidden: boolean;
|
|
91
|
+
isBlock: boolean;
|
|
92
92
|
}, {}>, {
|
|
93
93
|
prepend?(_: {}): any;
|
|
94
94
|
append?(_: {}): any;
|
|
@@ -74,14 +74,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
74
74
|
}>> & {
|
|
75
75
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
horizontal: boolean;
|
|
78
77
|
disabled: boolean;
|
|
79
|
-
formGroupClasses: string;
|
|
80
|
-
showBlankItem: boolean;
|
|
81
78
|
modelValue: string;
|
|
79
|
+
formGroupClasses: string;
|
|
82
80
|
items: ListItemBag[];
|
|
83
81
|
repeatColumns: number;
|
|
82
|
+
horizontal: boolean;
|
|
84
83
|
compareValue: (value: string, itemValue: string) => boolean;
|
|
84
|
+
showBlankItem: boolean;
|
|
85
85
|
}, {}>, {
|
|
86
86
|
prepend?(_: {
|
|
87
87
|
isInputGroupSupported: boolean;
|
|
@@ -106,14 +106,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
106
106
|
}, {
|
|
107
107
|
label: string;
|
|
108
108
|
help: string;
|
|
109
|
-
step: number;
|
|
110
|
-
max: number;
|
|
111
|
-
min: number;
|
|
112
109
|
disableLabel: boolean;
|
|
113
110
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
114
111
|
formGroupClasses: string;
|
|
115
112
|
validationTitle: string;
|
|
116
113
|
isRequiredIndicatorHidden: boolean;
|
|
114
|
+
max: number;
|
|
115
|
+
min: number;
|
|
116
|
+
step: number;
|
|
117
117
|
showValueBar: boolean;
|
|
118
118
|
valueSuffix: string;
|
|
119
119
|
}, {}>, {
|