@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
|
@@ -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
|
}, {}>, {
|
|
@@ -9,6 +9,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
type: PropType<string>;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
|
+
modalContentClasses: {
|
|
13
|
+
type: PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
12
16
|
title: {
|
|
13
17
|
type: PropType<string>;
|
|
14
18
|
default: string;
|
|
@@ -45,6 +49,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
49
|
type: PropType<boolean>;
|
|
46
50
|
default: boolean;
|
|
47
51
|
};
|
|
52
|
+
isNarrow: {
|
|
53
|
+
type: PropType<boolean>;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
48
56
|
clickBackdropToClose: {
|
|
49
57
|
type: PropType<boolean>;
|
|
50
58
|
default: boolean;
|
|
@@ -73,6 +81,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
73
81
|
type: PropType<string>;
|
|
74
82
|
default: string;
|
|
75
83
|
};
|
|
84
|
+
modalContentClasses: {
|
|
85
|
+
type: PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
76
88
|
title: {
|
|
77
89
|
type: PropType<string>;
|
|
78
90
|
default: string;
|
|
@@ -109,6 +121,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
109
121
|
type: PropType<boolean>;
|
|
110
122
|
default: boolean;
|
|
111
123
|
};
|
|
124
|
+
isNarrow: {
|
|
125
|
+
type: PropType<boolean>;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
112
128
|
clickBackdropToClose: {
|
|
113
129
|
type: PropType<boolean>;
|
|
114
130
|
default: boolean;
|
|
@@ -131,15 +147,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
131
147
|
}, {
|
|
132
148
|
title: string;
|
|
133
149
|
submit: boolean;
|
|
134
|
-
cancelText: string;
|
|
135
150
|
modalWrapperClasses: string;
|
|
151
|
+
modalContentClasses: string;
|
|
136
152
|
subtitle: string;
|
|
153
|
+
cancelText: string;
|
|
137
154
|
saveText: string;
|
|
138
155
|
saveThenAddText: string;
|
|
139
156
|
saveThenAddBtnType: BtnType;
|
|
140
157
|
isFooterHidden: boolean;
|
|
141
158
|
isSaveButtonDisabled: boolean;
|
|
142
159
|
isCloseButtonHidden: boolean;
|
|
160
|
+
isNarrow: boolean;
|
|
143
161
|
clickBackdropToClose: boolean;
|
|
144
162
|
}, {}>, {
|
|
145
163
|
header?(_: {}): any;
|
|
@@ -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;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
/**
|
|
4
|
+
* ID key of the person whose avatar should be displayed. This is required if you wish to enable
|
|
5
|
+
* the popover info on hover. You can use the idKey or the id of the person.
|
|
6
|
+
*/
|
|
7
|
+
personIdKey: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The url of the image for the avatar.
|
|
13
|
+
*/
|
|
14
|
+
photoUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* If true, when hovering the avatar, a popover will be shown with additional information
|
|
20
|
+
* about the person. This requires that the personIdKey is also specified.
|
|
21
|
+
*/
|
|
22
|
+
enableHoverInfo: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* The diameter of the avatar photo. If "xs" or "sm" is specified, the photo will be sized via
|
|
28
|
+
* the photo-round-[xs/sm] class. If a number is specified, it will be used as the px width and height
|
|
29
|
+
* of the photo directly.
|
|
30
|
+
*/
|
|
31
|
+
photoSize: {
|
|
32
|
+
type: PropType<number | "xs" | "sm">;
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Size of the margin to the right of the avatar. This value is used to apply a margin class, either
|
|
37
|
+
* "margin-r-X" or "mr-X", whichever works correctly with the value provided.
|
|
38
|
+
*/
|
|
39
|
+
marginRight: {
|
|
40
|
+
type: PropType<"sm" | "lg" | "0" | "1" | "auto" | "none" | "2" | "3" | "4" | "5" | "md" | "xl">;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
/**
|
|
45
|
+
* ID key of the person whose avatar should be displayed. This is required if you wish to enable
|
|
46
|
+
* the popover info on hover. You can use the idKey or the id of the person.
|
|
47
|
+
*/
|
|
48
|
+
personIdKey: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The url of the image for the avatar.
|
|
54
|
+
*/
|
|
55
|
+
photoUrl: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* If true, when hovering the avatar, a popover will be shown with additional information
|
|
61
|
+
* about the person. This requires that the personIdKey is also specified.
|
|
62
|
+
*/
|
|
63
|
+
enableHoverInfo: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* The diameter of the avatar photo. If "xs" or "sm" is specified, the photo will be sized via
|
|
69
|
+
* the photo-round-[xs/sm] class. If a number is specified, it will be used as the px width and height
|
|
70
|
+
* of the photo directly.
|
|
71
|
+
*/
|
|
72
|
+
photoSize: {
|
|
73
|
+
type: PropType<number | "xs" | "sm">;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Size of the margin to the right of the avatar. This value is used to apply a margin class, either
|
|
78
|
+
* "margin-r-X" or "mr-X", whichever works correctly with the value provided.
|
|
79
|
+
*/
|
|
80
|
+
marginRight: {
|
|
81
|
+
type: PropType<"sm" | "lg" | "0" | "1" | "auto" | "none" | "2" | "3" | "4" | "5" | "md" | "xl">;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
}>>, {
|
|
85
|
+
personIdKey: string;
|
|
86
|
+
enableHoverInfo: boolean;
|
|
87
|
+
photoSize: number | "xs" | "sm";
|
|
88
|
+
marginRight: "sm" | "lg" | "0" | "1" | "auto" | "none" | "2" | "3" | "4" | "5" | "md" | "xl";
|
|
89
|
+
}, {}>;
|
|
90
|
+
export default _default;
|
|
@@ -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
|
}, {}>;
|
|
@@ -35,6 +35,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: PropType<string>;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
|
+
/** When this is enabled, the SMS option will be hidden regardless of server settings. */
|
|
39
|
+
hideSms: {
|
|
40
|
+
type: PropType<boolean>;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
38
43
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
44
|
"update:modelValue": (value: PhoneNumberBoxWithSmsControlBag) => void;
|
|
40
45
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -72,6 +77,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
77
|
type: PropType<string>;
|
|
73
78
|
default: string;
|
|
74
79
|
};
|
|
80
|
+
/** When this is enabled, the SMS option will be hidden regardless of server settings. */
|
|
81
|
+
hideSms: {
|
|
82
|
+
type: PropType<boolean>;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
75
85
|
}>> & {
|
|
76
86
|
"onUpdate:modelValue"?: ((value: PhoneNumberBoxWithSmsControlBag) => any) | undefined;
|
|
77
87
|
}, {
|
|
@@ -83,5 +93,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
93
|
validationTitle: string;
|
|
84
94
|
isRequiredIndicatorHidden: boolean;
|
|
85
95
|
inputGroupClasses: string;
|
|
96
|
+
hideSms: boolean;
|
|
86
97
|
}, {}>;
|
|
87
98
|
export default _default;
|
|
@@ -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
|
}, {}>, {
|
|
@@ -141,18 +141,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
}, {
|
|
142
142
|
label: string;
|
|
143
143
|
help: string;
|
|
144
|
-
columnCount: number;
|
|
145
|
-
multiple: boolean;
|
|
146
144
|
disableLabel: boolean;
|
|
147
145
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
148
146
|
formGroupClasses: string;
|
|
149
147
|
validationTitle: string;
|
|
150
148
|
isRequiredIndicatorHidden: boolean;
|
|
149
|
+
multiple: boolean;
|
|
151
150
|
enhanceForLongLists: boolean;
|
|
152
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
153
151
|
showBlankItem: boolean;
|
|
154
152
|
blankValue: string;
|
|
153
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
155
154
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
155
|
+
columnCount: number;
|
|
156
156
|
registrationTemplateGuid: string | null;
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|
|
@@ -142,17 +142,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
}, {
|
|
143
143
|
label: string;
|
|
144
144
|
help: string;
|
|
145
|
-
columnCount: number;
|
|
146
|
-
multiple: boolean;
|
|
147
145
|
disableLabel: boolean;
|
|
148
146
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
149
147
|
formGroupClasses: string;
|
|
150
148
|
validationTitle: string;
|
|
151
149
|
isRequiredIndicatorHidden: boolean;
|
|
150
|
+
multiple: boolean;
|
|
152
151
|
enhanceForLongLists: boolean;
|
|
153
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
154
152
|
showBlankItem: boolean;
|
|
155
153
|
blankValue: string;
|
|
154
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
156
155
|
displayStyle: PickerDisplayStyle;
|
|
156
|
+
columnCount: number;
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|
|
@@ -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;
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
type: {
|
|
15
|
-
type: PropType<"button" | "
|
|
15
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
disabled: {
|
|
@@ -56,6 +56,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
56
|
type: PropType<string>;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
|
+
disableLoadingIndicator: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
59
63
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
64
|
isLoading: {
|
|
61
65
|
type: PropType<boolean>;
|
|
@@ -66,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
66
70
|
default: string;
|
|
67
71
|
};
|
|
68
72
|
type: {
|
|
69
|
-
type: PropType<"button" | "
|
|
73
|
+
type: PropType<"button" | "submit" | "reset">;
|
|
70
74
|
default: string;
|
|
71
75
|
};
|
|
72
76
|
disabled: {
|
|
@@ -110,17 +114,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
110
114
|
type: PropType<string>;
|
|
111
115
|
default: string;
|
|
112
116
|
};
|
|
117
|
+
disableLoadingIndicator: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
113
121
|
}>>, {
|
|
114
|
-
type: "button" | "
|
|
115
|
-
disabled: boolean;
|
|
122
|
+
type: "button" | "submit" | "reset";
|
|
116
123
|
isLoading: boolean;
|
|
117
124
|
loadingText: string;
|
|
125
|
+
disabled: boolean;
|
|
118
126
|
btnType: LiteralUnion<BtnType>;
|
|
119
127
|
btnSize: BtnSize;
|
|
120
128
|
autoLoading: boolean;
|
|
121
129
|
autoDisable: boolean;
|
|
122
130
|
isSquare: boolean;
|
|
123
131
|
shortcutKey: string;
|
|
132
|
+
disableLoadingIndicator: boolean;
|
|
124
133
|
}, {}>, {
|
|
125
134
|
loading?(_: {}): any;
|
|
126
135
|
default?(_: {}): any;
|