@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
|
@@ -2,11 +2,6 @@ import { PropType } from "vue";
|
|
|
2
2
|
declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
3
3
|
label: string;
|
|
4
4
|
help: string;
|
|
5
|
-
disableLabel: boolean;
|
|
6
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
7
|
-
formGroupClasses: string;
|
|
8
|
-
validationTitle: string;
|
|
9
|
-
isRequiredIndicatorHidden: boolean;
|
|
10
5
|
modelValue: [{
|
|
11
6
|
type: PropType<TItem | null>;
|
|
12
7
|
default: null;
|
|
@@ -14,7 +9,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
14
9
|
type: PropType<TItem | null>;
|
|
15
10
|
default: null;
|
|
16
11
|
};
|
|
17
|
-
|
|
12
|
+
disableLabel: boolean;
|
|
13
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
14
|
+
formGroupClasses: string;
|
|
15
|
+
validationTitle: string;
|
|
16
|
+
isRequiredIndicatorHidden: boolean;
|
|
18
17
|
itemKey: [{
|
|
19
18
|
type: PropType<TKey>;
|
|
20
19
|
default: string;
|
|
@@ -22,6 +21,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
22
21
|
type: PropType<TKey>;
|
|
23
22
|
default: string;
|
|
24
23
|
};
|
|
24
|
+
wrapperClass: string;
|
|
25
25
|
itemClass: string | ((item: TItem | null) => string);
|
|
26
26
|
selectedClass: string;
|
|
27
27
|
mobileThreshold: number;
|
|
@@ -29,11 +29,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
29
29
|
}> & Omit<{
|
|
30
30
|
readonly label: string;
|
|
31
31
|
readonly help: string;
|
|
32
|
-
readonly disableLabel: boolean;
|
|
33
|
-
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
34
|
-
readonly formGroupClasses: string;
|
|
35
|
-
readonly validationTitle: string;
|
|
36
|
-
readonly isRequiredIndicatorHidden: boolean;
|
|
37
32
|
readonly modelValue: [{
|
|
38
33
|
type: PropType<TItem | null>;
|
|
39
34
|
default: null;
|
|
@@ -41,8 +36,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
41
36
|
type: PropType<TItem | null>;
|
|
42
37
|
default: null;
|
|
43
38
|
};
|
|
39
|
+
readonly disableLabel: boolean;
|
|
40
|
+
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
41
|
+
readonly formGroupClasses: string;
|
|
42
|
+
readonly validationTitle: string;
|
|
43
|
+
readonly isRequiredIndicatorHidden: boolean;
|
|
44
44
|
readonly items: TItem[];
|
|
45
|
-
readonly wrapperClass: string;
|
|
46
45
|
readonly itemKey: [{
|
|
47
46
|
type: PropType<TKey>;
|
|
48
47
|
default: string;
|
|
@@ -50,6 +49,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
50
49
|
type: PropType<TKey>;
|
|
51
50
|
default: string;
|
|
52
51
|
};
|
|
52
|
+
readonly wrapperClass: string;
|
|
53
53
|
readonly itemClass: string | ((item: TItem | null) => string);
|
|
54
54
|
readonly selectedClass: string;
|
|
55
55
|
readonly mobileThreshold: number;
|
|
@@ -132,15 +132,10 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
132
132
|
};
|
|
133
133
|
}>> & {
|
|
134
134
|
"onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
|
|
135
|
-
}, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "
|
|
135
|
+
}, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey"> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
136
136
|
props: Partial<{
|
|
137
137
|
label: string;
|
|
138
138
|
help: string;
|
|
139
|
-
disableLabel: boolean;
|
|
140
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
141
|
-
formGroupClasses: string;
|
|
142
|
-
validationTitle: string;
|
|
143
|
-
isRequiredIndicatorHidden: boolean;
|
|
144
139
|
modelValue: [{
|
|
145
140
|
type: PropType<TItem | null>;
|
|
146
141
|
default: null;
|
|
@@ -148,7 +143,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
148
143
|
type: PropType<TItem | null>;
|
|
149
144
|
default: null;
|
|
150
145
|
};
|
|
151
|
-
|
|
146
|
+
disableLabel: boolean;
|
|
147
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
148
|
+
formGroupClasses: string;
|
|
149
|
+
validationTitle: string;
|
|
150
|
+
isRequiredIndicatorHidden: boolean;
|
|
152
151
|
itemKey: [{
|
|
153
152
|
type: PropType<TKey>;
|
|
154
153
|
default: string;
|
|
@@ -156,6 +155,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
156
155
|
type: PropType<TKey>;
|
|
157
156
|
default: string;
|
|
158
157
|
};
|
|
158
|
+
wrapperClass: string;
|
|
159
159
|
itemClass: string | ((item: TItem | null) => string);
|
|
160
160
|
selectedClass: string;
|
|
161
161
|
mobileThreshold: number;
|
|
@@ -163,11 +163,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
163
163
|
}> & Omit<{
|
|
164
164
|
readonly label: string;
|
|
165
165
|
readonly help: string;
|
|
166
|
-
readonly disableLabel: boolean;
|
|
167
|
-
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
168
|
-
readonly formGroupClasses: string;
|
|
169
|
-
readonly validationTitle: string;
|
|
170
|
-
readonly isRequiredIndicatorHidden: boolean;
|
|
171
166
|
readonly modelValue: [{
|
|
172
167
|
type: PropType<TItem | null>;
|
|
173
168
|
default: null;
|
|
@@ -175,8 +170,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
175
170
|
type: PropType<TItem | null>;
|
|
176
171
|
default: null;
|
|
177
172
|
};
|
|
173
|
+
readonly disableLabel: boolean;
|
|
174
|
+
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
175
|
+
readonly formGroupClasses: string;
|
|
176
|
+
readonly validationTitle: string;
|
|
177
|
+
readonly isRequiredIndicatorHidden: boolean;
|
|
178
178
|
readonly items: TItem[];
|
|
179
|
-
readonly wrapperClass: string;
|
|
180
179
|
readonly itemKey: [{
|
|
181
180
|
type: PropType<TKey>;
|
|
182
181
|
default: string;
|
|
@@ -184,6 +183,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
184
183
|
type: PropType<TKey>;
|
|
185
184
|
default: string;
|
|
186
185
|
};
|
|
186
|
+
readonly wrapperClass: string;
|
|
187
187
|
readonly itemClass: string | ((item: TItem | null) => string);
|
|
188
188
|
readonly selectedClass: string;
|
|
189
189
|
readonly mobileThreshold: number;
|
|
@@ -266,7 +266,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
266
266
|
};
|
|
267
267
|
}>> & {
|
|
268
268
|
"onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
|
|
269
|
-
}, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "
|
|
269
|
+
}, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
|
|
270
270
|
expose(exposed: {}): void;
|
|
271
271
|
attrs: any;
|
|
272
272
|
slots: {
|
|
@@ -280,11 +280,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
280
280
|
props: Partial<{
|
|
281
281
|
label: string;
|
|
282
282
|
help: string;
|
|
283
|
-
disableLabel: boolean;
|
|
284
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
285
|
-
formGroupClasses: string;
|
|
286
|
-
validationTitle: string;
|
|
287
|
-
isRequiredIndicatorHidden: boolean;
|
|
288
283
|
modelValue: [{
|
|
289
284
|
type: PropType<TItem | null>;
|
|
290
285
|
default: null;
|
|
@@ -292,7 +287,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
292
287
|
type: PropType<TItem | null>;
|
|
293
288
|
default: null;
|
|
294
289
|
};
|
|
295
|
-
|
|
290
|
+
disableLabel: boolean;
|
|
291
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
292
|
+
formGroupClasses: string;
|
|
293
|
+
validationTitle: string;
|
|
294
|
+
isRequiredIndicatorHidden: boolean;
|
|
296
295
|
itemKey: [{
|
|
297
296
|
type: PropType<TKey>;
|
|
298
297
|
default: string;
|
|
@@ -300,6 +299,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
300
299
|
type: PropType<TKey>;
|
|
301
300
|
default: string;
|
|
302
301
|
};
|
|
302
|
+
wrapperClass: string;
|
|
303
303
|
itemClass: string | ((item: TItem | null) => string);
|
|
304
304
|
selectedClass: string;
|
|
305
305
|
mobileThreshold: number;
|
|
@@ -307,11 +307,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
307
307
|
}> & Omit<{
|
|
308
308
|
readonly label: string;
|
|
309
309
|
readonly help: string;
|
|
310
|
-
readonly disableLabel: boolean;
|
|
311
|
-
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
312
|
-
readonly formGroupClasses: string;
|
|
313
|
-
readonly validationTitle: string;
|
|
314
|
-
readonly isRequiredIndicatorHidden: boolean;
|
|
315
310
|
readonly modelValue: [{
|
|
316
311
|
type: PropType<TItem | null>;
|
|
317
312
|
default: null;
|
|
@@ -319,8 +314,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
319
314
|
type: PropType<TItem | null>;
|
|
320
315
|
default: null;
|
|
321
316
|
};
|
|
317
|
+
readonly disableLabel: boolean;
|
|
318
|
+
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
319
|
+
readonly formGroupClasses: string;
|
|
320
|
+
readonly validationTitle: string;
|
|
321
|
+
readonly isRequiredIndicatorHidden: boolean;
|
|
322
322
|
readonly items: TItem[];
|
|
323
|
-
readonly wrapperClass: string;
|
|
324
323
|
readonly itemKey: [{
|
|
325
324
|
type: PropType<TKey>;
|
|
326
325
|
default: string;
|
|
@@ -328,6 +327,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
328
327
|
type: PropType<TKey>;
|
|
329
328
|
default: string;
|
|
330
329
|
};
|
|
330
|
+
readonly wrapperClass: string;
|
|
331
331
|
readonly itemClass: string | ((item: TItem | null) => string);
|
|
332
332
|
readonly selectedClass: string;
|
|
333
333
|
readonly mobileThreshold: number;
|
|
@@ -410,7 +410,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
410
410
|
};
|
|
411
411
|
}>> & {
|
|
412
412
|
"onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
|
|
413
|
-
}, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "
|
|
413
|
+
}, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
|
|
414
414
|
expose(exposed: {}): void;
|
|
415
415
|
attrs: any;
|
|
416
416
|
slots: {
|
|
@@ -427,11 +427,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
427
427
|
props: Partial<{
|
|
428
428
|
label: string;
|
|
429
429
|
help: string;
|
|
430
|
-
disableLabel: boolean;
|
|
431
|
-
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
432
|
-
formGroupClasses: string;
|
|
433
|
-
validationTitle: string;
|
|
434
|
-
isRequiredIndicatorHidden: boolean;
|
|
435
430
|
modelValue: [{
|
|
436
431
|
type: PropType<TItem | null>;
|
|
437
432
|
default: null;
|
|
@@ -439,7 +434,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
439
434
|
type: PropType<TItem | null>;
|
|
440
435
|
default: null;
|
|
441
436
|
};
|
|
442
|
-
|
|
437
|
+
disableLabel: boolean;
|
|
438
|
+
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
439
|
+
formGroupClasses: string;
|
|
440
|
+
validationTitle: string;
|
|
441
|
+
isRequiredIndicatorHidden: boolean;
|
|
443
442
|
itemKey: [{
|
|
444
443
|
type: PropType<TKey>;
|
|
445
444
|
default: string;
|
|
@@ -447,6 +446,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
447
446
|
type: PropType<TKey>;
|
|
448
447
|
default: string;
|
|
449
448
|
};
|
|
449
|
+
wrapperClass: string;
|
|
450
450
|
itemClass: string | ((item: TItem | null) => string);
|
|
451
451
|
selectedClass: string;
|
|
452
452
|
mobileThreshold: number;
|
|
@@ -454,11 +454,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
454
454
|
}> & Omit<{
|
|
455
455
|
readonly label: string;
|
|
456
456
|
readonly help: string;
|
|
457
|
-
readonly disableLabel: boolean;
|
|
458
|
-
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
459
|
-
readonly formGroupClasses: string;
|
|
460
|
-
readonly validationTitle: string;
|
|
461
|
-
readonly isRequiredIndicatorHidden: boolean;
|
|
462
457
|
readonly modelValue: [{
|
|
463
458
|
type: PropType<TItem | null>;
|
|
464
459
|
default: null;
|
|
@@ -466,8 +461,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
466
461
|
type: PropType<TItem | null>;
|
|
467
462
|
default: null;
|
|
468
463
|
};
|
|
464
|
+
readonly disableLabel: boolean;
|
|
465
|
+
readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
466
|
+
readonly formGroupClasses: string;
|
|
467
|
+
readonly validationTitle: string;
|
|
468
|
+
readonly isRequiredIndicatorHidden: boolean;
|
|
469
469
|
readonly items: TItem[];
|
|
470
|
-
readonly wrapperClass: string;
|
|
471
470
|
readonly itemKey: [{
|
|
472
471
|
type: PropType<TKey>;
|
|
473
472
|
default: string;
|
|
@@ -475,6 +474,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
475
474
|
type: PropType<TKey>;
|
|
476
475
|
default: string;
|
|
477
476
|
};
|
|
477
|
+
readonly wrapperClass: string;
|
|
478
478
|
readonly itemClass: string | ((item: TItem | null) => string);
|
|
479
479
|
readonly selectedClass: string;
|
|
480
480
|
readonly mobileThreshold: number;
|
|
@@ -557,7 +557,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
|
|
|
557
557
|
};
|
|
558
558
|
}>> & {
|
|
559
559
|
"onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
|
|
560
|
-
}, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "
|
|
560
|
+
}, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
|
|
561
561
|
expose(exposed: {}): void;
|
|
562
562
|
attrs: any;
|
|
563
563
|
slots: {
|
|
@@ -139,18 +139,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
139
|
}, {
|
|
140
140
|
label: string;
|
|
141
141
|
help: string;
|
|
142
|
-
columnCount: number;
|
|
143
|
-
multiple: boolean;
|
|
144
142
|
disableLabel: boolean;
|
|
145
143
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
146
144
|
formGroupClasses: string;
|
|
147
145
|
validationTitle: string;
|
|
148
146
|
isRequiredIndicatorHidden: boolean;
|
|
147
|
+
multiple: boolean;
|
|
149
148
|
enhanceForLongLists: boolean;
|
|
150
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
151
149
|
showBlankItem: boolean;
|
|
152
150
|
blankValue: string;
|
|
151
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
153
152
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
153
|
+
columnCount: number;
|
|
154
154
|
displayPersistedOnly: boolean;
|
|
155
155
|
}, {}>;
|
|
156
156
|
export default _default;
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
/** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade. NOT Reactive */
|
|
66
66
|
startView: {
|
|
67
|
-
type: PropType<0 |
|
|
67
|
+
type: PropType<0 | 1 | 2>;
|
|
68
68
|
default: number;
|
|
69
69
|
};
|
|
70
70
|
/**
|
|
@@ -151,7 +151,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
};
|
|
152
152
|
/** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade. NOT Reactive */
|
|
153
153
|
startView: {
|
|
154
|
-
type: PropType<0 |
|
|
154
|
+
type: PropType<0 | 1 | 2>;
|
|
155
155
|
default: number;
|
|
156
156
|
};
|
|
157
157
|
/**
|
|
@@ -176,18 +176,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
176
176
|
}, {
|
|
177
177
|
label: string;
|
|
178
178
|
help: string;
|
|
179
|
+
modelValue: string | null;
|
|
179
180
|
disableLabel: boolean;
|
|
180
181
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
181
182
|
formGroupClasses: string;
|
|
182
183
|
validationTitle: string;
|
|
183
184
|
isRequiredIndicatorHidden: boolean;
|
|
184
|
-
modelValue: string | null;
|
|
185
185
|
disableForceParse: boolean;
|
|
186
186
|
disableShowOnFocus: boolean;
|
|
187
187
|
disableHighlightToday: boolean;
|
|
188
188
|
disallowFutureDateSelection: boolean;
|
|
189
189
|
disallowPastDateSelection: boolean;
|
|
190
|
-
startView: 0 |
|
|
190
|
+
startView: 0 | 1 | 2;
|
|
191
191
|
displayCurrentOption: boolean;
|
|
192
192
|
isCurrentDateOffset: boolean;
|
|
193
193
|
}, {}>;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
};
|
|
40
40
|
/** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade */
|
|
41
41
|
startView: {
|
|
42
|
-
type: PropType<0 |
|
|
42
|
+
type: PropType<0 | 1 | 2>;
|
|
43
43
|
default: number;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
};
|
|
102
102
|
/** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade */
|
|
103
103
|
startView: {
|
|
104
|
-
type: PropType<0 |
|
|
104
|
+
type: PropType<0 | 1 | 2>;
|
|
105
105
|
default: number;
|
|
106
106
|
};
|
|
107
107
|
/**
|
|
@@ -132,6 +132,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
disableHighlightToday: boolean;
|
|
133
133
|
disallowFutureDateSelection: boolean;
|
|
134
134
|
disallowPastDateSelection: boolean;
|
|
135
|
-
startView: 0 |
|
|
135
|
+
startView: 0 | 1 | 2;
|
|
136
136
|
}, {}>;
|
|
137
137
|
export default _default;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
}>> & {
|
|
23
23
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
multiple: boolean;
|
|
26
25
|
modelValue: string | string[] | null;
|
|
26
|
+
multiple: boolean;
|
|
27
27
|
}, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -146,20 +146,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
"onUpdate:modelValue"?: ((_value: ListItemBag | ListItemBag[] | null) => any) | undefined;
|
|
147
147
|
}, {
|
|
148
148
|
label: string;
|
|
149
|
-
help: string;
|
|
150
|
-
columnCount: number;
|
|
151
|
-
multiple: boolean;
|
|
152
149
|
disabled: boolean;
|
|
150
|
+
help: string;
|
|
153
151
|
disableLabel: boolean;
|
|
154
152
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
155
153
|
formGroupClasses: string;
|
|
156
154
|
validationTitle: string;
|
|
157
155
|
isRequiredIndicatorHidden: boolean;
|
|
156
|
+
multiple: boolean;
|
|
158
157
|
enhanceForLongLists: boolean;
|
|
159
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
160
158
|
showBlankItem: boolean;
|
|
161
159
|
blankValue: string;
|
|
160
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
162
161
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
162
|
+
columnCount: number;
|
|
163
163
|
allowAdd: boolean;
|
|
164
164
|
}, {}>;
|
|
165
165
|
export default _default;
|
|
@@ -185,24 +185,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
185
185
|
onOpen?: (() => any) | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
label: string;
|
|
188
|
-
help: string;
|
|
189
|
-
multiple: boolean;
|
|
190
188
|
disabled: boolean;
|
|
191
189
|
loading: boolean;
|
|
190
|
+
help: string;
|
|
192
191
|
disableLabel: boolean;
|
|
193
192
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
194
193
|
formGroupClasses: string;
|
|
195
194
|
validationTitle: string;
|
|
196
195
|
isRequiredIndicatorHidden: boolean;
|
|
197
|
-
enhanceForLongLists: boolean;
|
|
198
|
-
showBlankItem: boolean;
|
|
199
|
-
blankValue: string;
|
|
200
196
|
inputClasses: string;
|
|
197
|
+
multiple: boolean;
|
|
201
198
|
items: ListItemBag[];
|
|
199
|
+
enhanceForLongLists: boolean;
|
|
202
200
|
compareValue: (value: string, itemValue: string) => boolean;
|
|
203
|
-
|
|
201
|
+
showBlankItem: boolean;
|
|
202
|
+
blankValue: string;
|
|
204
203
|
formControlClasses: string;
|
|
205
204
|
grouped: boolean;
|
|
205
|
+
maxTagCount: number | "responsive" | undefined;
|
|
206
206
|
}, {}>, {
|
|
207
207
|
prepend?(_: {
|
|
208
208
|
isInputGroupSupported: boolean;
|
|
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
24
24
|
* Whether to align the dropdown above ("up") or below "down" the anchor.
|
|
25
25
|
*/
|
|
26
26
|
verticalAlign: {
|
|
27
|
-
type: PropType<"
|
|
27
|
+
type: PropType<"up" | "down">;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
54
|
* Whether to align the dropdown above ("up") or below "down" the anchor.
|
|
55
55
|
*/
|
|
56
56
|
verticalAlign: {
|
|
57
|
-
type: PropType<"
|
|
57
|
+
type: PropType<"up" | "down">;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
@@ -65,8 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
required: false;
|
|
66
66
|
};
|
|
67
67
|
}>>, {
|
|
68
|
-
verticalAlign: "down" | "up";
|
|
69
68
|
align: "left" | "right";
|
|
69
|
+
verticalAlign: "up" | "down";
|
|
70
70
|
}, {}>, {
|
|
71
71
|
anchor?(_: {
|
|
72
72
|
click: typeof onDropDownClick;
|
|
@@ -28,9 +28,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
type: PropType<string>;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* If specified then the e-mail label will not give any indication
|
|
33
|
+
* that they will receive a copy of the signed document.
|
|
34
|
+
*/
|
|
35
|
+
noCopyEmail: {
|
|
36
|
+
type: PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* If specified and not in drawn signature mode then the name from the
|
|
41
|
+
* signing step will be displayed as read-only on the completion step.
|
|
42
|
+
*/
|
|
43
|
+
showNameOnCompletion: {
|
|
44
|
+
type: PropType<boolean>;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
/** The callback when the signature has been completed. */
|
|
48
|
+
onSigned: {
|
|
49
|
+
type: PropType<() => void | Promise<void>>;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
31
52
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
53
|
"update:modelValue": (data: ElectronicSignatureValue) => void;
|
|
33
|
-
signed: () => void;
|
|
34
54
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
55
|
modelValue: {
|
|
36
56
|
type: PropType<ElectronicSignatureValue>;
|
|
@@ -44,11 +64,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
64
|
type: PropType<string>;
|
|
45
65
|
default: string;
|
|
46
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* If specified then the e-mail label will not give any indication
|
|
69
|
+
* that they will receive a copy of the signed document.
|
|
70
|
+
*/
|
|
71
|
+
noCopyEmail: {
|
|
72
|
+
type: PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* If specified and not in drawn signature mode then the name from the
|
|
77
|
+
* signing step will be displayed as read-only on the completion step.
|
|
78
|
+
*/
|
|
79
|
+
showNameOnCompletion: {
|
|
80
|
+
type: PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
/** The callback when the signature has been completed. */
|
|
84
|
+
onSigned: {
|
|
85
|
+
type: PropType<() => void | Promise<void>>;
|
|
86
|
+
required: false;
|
|
87
|
+
};
|
|
47
88
|
}>> & {
|
|
48
89
|
"onUpdate:modelValue"?: ((data: ElectronicSignatureValue) => any) | undefined;
|
|
49
|
-
onSigned?: (() => any) | undefined;
|
|
50
90
|
}, {
|
|
51
91
|
isDrawn: boolean;
|
|
52
92
|
documentTerm: string;
|
|
93
|
+
noCopyEmail: boolean;
|
|
94
|
+
showNameOnCompletion: boolean;
|
|
53
95
|
}, {}>;
|
|
54
96
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import EmailEditor from "./Internal/EmailEditor/emailEditor.partial.obs";
|
|
2
|
-
import {
|
|
2
|
+
import { EmailEditorApi } from "./Internal/EmailEditor/api";
|
|
3
3
|
import { GetHtmlRequest, GetHtmlResponse } from "./Internal/EmailEditor/types";
|
|
4
4
|
export default EmailEditor;
|
|
5
|
-
export {
|
|
5
|
+
export { EmailEditorApi, GetHtmlRequest, GetHtmlResponse };
|
|
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
"onUpdate:entityType"?: ((value: ListItemBag | null) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
label: string;
|
|
131
|
-
help: string;
|
|
132
131
|
disabled: boolean;
|
|
132
|
+
help: string;
|
|
133
133
|
disableLabel: boolean;
|
|
134
134
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
135
135
|
formGroupClasses: string;
|
|
@@ -173,18 +173,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
}, {
|
|
174
174
|
label: string;
|
|
175
175
|
help: string;
|
|
176
|
-
columnCount: number;
|
|
177
|
-
multiple: boolean;
|
|
178
176
|
disableLabel: boolean;
|
|
179
177
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
180
178
|
formGroupClasses: string;
|
|
181
179
|
validationTitle: string;
|
|
182
180
|
isRequiredIndicatorHidden: boolean;
|
|
181
|
+
multiple: boolean;
|
|
183
182
|
enhanceForLongLists: boolean;
|
|
184
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
185
183
|
showBlankItem: boolean;
|
|
186
184
|
blankValue: string;
|
|
185
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
187
186
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
187
|
+
columnCount: number;
|
|
188
188
|
includeGlobalOption: boolean;
|
|
189
189
|
entityTypeGuids: string[];
|
|
190
190
|
}, {}>;
|
|
@@ -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;
|
|
@@ -125,17 +125,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
}, {
|
|
126
126
|
label: string;
|
|
127
127
|
help: string;
|
|
128
|
-
columnCount: number;
|
|
129
|
-
multiple: boolean;
|
|
130
128
|
disableLabel: boolean;
|
|
131
129
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
132
130
|
formGroupClasses: string;
|
|
133
131
|
validationTitle: string;
|
|
134
132
|
isRequiredIndicatorHidden: boolean;
|
|
133
|
+
multiple: boolean;
|
|
135
134
|
enhanceForLongLists: boolean;
|
|
136
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
137
135
|
showBlankItem: boolean;
|
|
138
136
|
blankValue: string;
|
|
137
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
139
138
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
139
|
+
columnCount: number;
|
|
140
140
|
}, {}>;
|
|
141
141
|
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
|
-
|
|
141
|
+
includeInactive: boolean;
|
|
143
142
|
showBlankItem: boolean;
|
|
144
143
|
blankValue: string;
|
|
144
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
145
145
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
146
|
-
|
|
146
|
+
columnCount: number;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|