@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
|
@@ -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;
|
|
@@ -139,19 +139,19 @@ 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
|
-
|
|
149
|
+
includeInactive: boolean;
|
|
151
150
|
showBlankItem: boolean;
|
|
152
151
|
blankValue: string;
|
|
152
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
153
153
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
154
|
-
|
|
154
|
+
columnCount: number;
|
|
155
155
|
showAllGatewayComponents: boolean;
|
|
156
156
|
}, {}>;
|
|
157
157
|
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;
|
|
@@ -139,19 +139,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
139
|
}, {
|
|
140
140
|
label: string;
|
|
141
141
|
help: string;
|
|
142
|
-
|
|
143
|
-
multiple: boolean;
|
|
142
|
+
modelValue: string;
|
|
144
143
|
disableLabel: boolean;
|
|
145
144
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
146
145
|
formGroupClasses: string;
|
|
147
146
|
validationTitle: string;
|
|
148
147
|
isRequiredIndicatorHidden: boolean;
|
|
148
|
+
multiple: boolean;
|
|
149
149
|
enhanceForLongLists: boolean;
|
|
150
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
151
150
|
showBlankItem: boolean;
|
|
152
151
|
blankValue: string;
|
|
152
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
153
153
|
displayStyle: PickerDisplayStyle;
|
|
154
|
-
|
|
154
|
+
columnCount: number;
|
|
155
155
|
hideUnknown: boolean;
|
|
156
156
|
showUnknownLabelInDropDown: boolean;
|
|
157
157
|
}, {}>;
|
|
@@ -143,12 +143,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
143
143
|
}, {
|
|
144
144
|
label: string;
|
|
145
145
|
help: string;
|
|
146
|
+
modelValue: string;
|
|
146
147
|
disableLabel: boolean;
|
|
147
148
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
148
149
|
formGroupClasses: string;
|
|
149
150
|
validationTitle: string;
|
|
150
151
|
isRequiredIndicatorHidden: boolean;
|
|
151
|
-
modelValue: string;
|
|
152
152
|
showPopup: boolean;
|
|
153
153
|
mapStyleValueGuid: string;
|
|
154
154
|
centerLatitude: number;
|
|
@@ -145,18 +145,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
}, {
|
|
146
146
|
label: string;
|
|
147
147
|
help: string;
|
|
148
|
-
columnCount: number;
|
|
149
|
-
multiple: boolean;
|
|
150
148
|
disableLabel: boolean;
|
|
151
149
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
152
150
|
formGroupClasses: string;
|
|
153
151
|
validationTitle: string;
|
|
154
152
|
isRequiredIndicatorHidden: boolean;
|
|
153
|
+
multiple: boolean;
|
|
155
154
|
enhanceForLongLists: boolean;
|
|
156
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
157
155
|
showBlankItem: boolean;
|
|
158
156
|
blankValue: string;
|
|
157
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
159
158
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
159
|
+
columnCount: number;
|
|
160
160
|
useAbbreviation: boolean;
|
|
161
161
|
useGuidAsValue: boolean;
|
|
162
162
|
}, {}>;
|
|
@@ -175,20 +175,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
"onUpdate:group"?: ((value: ListItemBag | null) => any) | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
label: string;
|
|
178
|
-
help: string;
|
|
179
|
-
columnCount: number;
|
|
180
|
-
multiple: boolean;
|
|
181
178
|
disabled: boolean;
|
|
179
|
+
help: string;
|
|
182
180
|
disableLabel: boolean;
|
|
183
181
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
184
182
|
formGroupClasses: string;
|
|
185
183
|
validationTitle: string;
|
|
186
184
|
isRequiredIndicatorHidden: boolean;
|
|
185
|
+
multiple: boolean;
|
|
187
186
|
enhanceForLongLists: boolean;
|
|
188
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
189
187
|
showBlankItem: boolean;
|
|
190
188
|
blankValue: string;
|
|
189
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
191
190
|
displayStyle: PickerDisplayStyle;
|
|
191
|
+
columnCount: number;
|
|
192
192
|
groupType: ListItemBag | null;
|
|
193
193
|
groupLabel: string;
|
|
194
194
|
group: ListItemBag | null;
|
|
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
}, {
|
|
132
132
|
label: string;
|
|
133
133
|
help: string;
|
|
134
|
-
columnCount: number;
|
|
135
|
-
multiple: boolean;
|
|
136
134
|
disableLabel: boolean;
|
|
137
135
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
138
136
|
formGroupClasses: string;
|
|
139
137
|
validationTitle: string;
|
|
140
138
|
isRequiredIndicatorHidden: boolean;
|
|
139
|
+
multiple: boolean;
|
|
141
140
|
enhanceForLongLists: boolean;
|
|
142
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
143
141
|
showBlankItem: boolean;
|
|
144
142
|
blankValue: string;
|
|
143
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
145
144
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
145
|
+
columnCount: number;
|
|
146
146
|
groupGuid: string | null;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|
|
@@ -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
|
groupTypeGuid: string | null;
|
|
155
155
|
}, {}>;
|
|
156
156
|
export default _default;
|
|
@@ -167,20 +167,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
167
|
"onUpdate:groupType"?: ((value: ListItemBag | null) => any) | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
label: string;
|
|
170
|
-
help: string;
|
|
171
|
-
columnCount: number;
|
|
172
|
-
multiple: boolean;
|
|
173
170
|
disabled: boolean;
|
|
171
|
+
help: string;
|
|
174
172
|
disableLabel: boolean;
|
|
175
173
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
176
174
|
formGroupClasses: string;
|
|
177
175
|
validationTitle: string;
|
|
178
176
|
isRequiredIndicatorHidden: boolean;
|
|
177
|
+
multiple: boolean;
|
|
179
178
|
enhanceForLongLists: boolean;
|
|
180
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
181
179
|
showBlankItem: boolean;
|
|
182
180
|
blankValue: string;
|
|
181
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
183
182
|
displayStyle: PickerDisplayStyle;
|
|
183
|
+
columnCount: number;
|
|
184
184
|
groupType: ListItemBag | null;
|
|
185
185
|
groupLabel: string;
|
|
186
186
|
isGroupTypeSortedByName: boolean;
|
|
@@ -155,18 +155,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
}, {
|
|
156
156
|
label: string;
|
|
157
157
|
help: string;
|
|
158
|
-
columnCount: number;
|
|
159
|
-
multiple: boolean;
|
|
160
158
|
disableLabel: boolean;
|
|
161
159
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
162
160
|
formGroupClasses: string;
|
|
163
161
|
validationTitle: string;
|
|
164
162
|
isRequiredIndicatorHidden: boolean;
|
|
163
|
+
multiple: boolean;
|
|
165
164
|
enhanceForLongLists: boolean;
|
|
166
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
167
165
|
showBlankItem: boolean;
|
|
168
166
|
blankValue: string;
|
|
167
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
169
168
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
169
|
+
columnCount: number;
|
|
170
170
|
groupTypes: string[] | null;
|
|
171
171
|
isSortedByName: boolean;
|
|
172
172
|
onlyGroupListItems: boolean;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
labelType: {
|
|
12
|
-
type: PropType<"
|
|
12
|
+
type: PropType<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
tooltip: {
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
tooltipPlacement: {
|
|
20
|
-
type: PropType<"left" | "
|
|
20
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
labelType: {
|
|
33
|
-
type: PropType<"
|
|
33
|
+
type: PropType<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
tooltip: {
|
|
@@ -38,15 +38,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
tooltipPlacement: {
|
|
41
|
-
type: PropType<"left" | "
|
|
41
|
+
type: PropType<"left" | "top" | "right" | "bottom">;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
}>>, {
|
|
45
45
|
tooltip: string;
|
|
46
46
|
iconCssClass: string;
|
|
47
|
-
tooltipPlacement: "left" | "
|
|
47
|
+
tooltipPlacement: "left" | "top" | "right" | "bottom";
|
|
48
48
|
customClass: string;
|
|
49
|
-
labelType: "
|
|
49
|
+
labelType: "default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom";
|
|
50
50
|
}, {}>, {
|
|
51
51
|
default?(_: {}): any;
|
|
52
52
|
}>;
|
|
@@ -40,6 +40,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
type: PropType<string[] | undefined>;
|
|
41
41
|
required: false;
|
|
42
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* A list of common merge field to show below the picker for easy access. Should be an array of strings
|
|
45
|
+
* and the strings should be in the following format: "FieldName^Label|Icon" or just "FieldName^Label", where the FieldName is the
|
|
46
|
+
* name of the merge field, Label is the text to display on the button, and Icon is the CSS class for icon.
|
|
47
|
+
*/
|
|
48
|
+
commonMergeFields: {
|
|
49
|
+
type: PropType<string[] | undefined>;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
43
52
|
/** Editor height in pixels (including toolbar). */
|
|
44
53
|
editorHeight: {
|
|
45
54
|
type: PropType<number>;
|
|
@@ -82,6 +91,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
91
|
type: BooleanConstructor;
|
|
83
92
|
default: boolean;
|
|
84
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* When set to true, the HTML editor will show the asset manager button
|
|
96
|
+
* in the toolbar. This requires that a security grant token be available
|
|
97
|
+
* that provides access to the asset manager.
|
|
98
|
+
*/
|
|
99
|
+
enableAssetManager: {
|
|
100
|
+
type: PropType<boolean>;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
85
103
|
/**
|
|
86
104
|
* When set to true, the code editor allows toggling even if the content includes Lava commands,
|
|
87
105
|
* bypassing any usual restrictions related to such content.
|
|
@@ -158,6 +176,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
158
176
|
type: PropType<string[] | undefined>;
|
|
159
177
|
required: false;
|
|
160
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* A list of common merge field to show below the picker for easy access. Should be an array of strings
|
|
181
|
+
* and the strings should be in the following format: "FieldName^Label|Icon" or just "FieldName^Label", where the FieldName is the
|
|
182
|
+
* name of the merge field, Label is the text to display on the button, and Icon is the CSS class for icon.
|
|
183
|
+
*/
|
|
184
|
+
commonMergeFields: {
|
|
185
|
+
type: PropType<string[] | undefined>;
|
|
186
|
+
required: false;
|
|
187
|
+
};
|
|
161
188
|
/** Editor height in pixels (including toolbar). */
|
|
162
189
|
editorHeight: {
|
|
163
190
|
type: PropType<number>;
|
|
@@ -200,6 +227,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
227
|
type: BooleanConstructor;
|
|
201
228
|
default: boolean;
|
|
202
229
|
};
|
|
230
|
+
/**
|
|
231
|
+
* When set to true, the HTML editor will show the asset manager button
|
|
232
|
+
* in the toolbar. This requires that a security grant token be available
|
|
233
|
+
* that provides access to the asset manager.
|
|
234
|
+
*/
|
|
235
|
+
enableAssetManager: {
|
|
236
|
+
type: PropType<boolean>;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
203
239
|
/**
|
|
204
240
|
* When set to true, the code editor allows toggling even if the content includes Lava commands,
|
|
205
241
|
* bypassing any usual restrictions related to such content.
|
|
@@ -238,14 +274,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
238
274
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
239
275
|
"onUpdate:isInCodeEditorMode"?: ((value: boolean) => any) | undefined;
|
|
240
276
|
}, {
|
|
241
|
-
toolbar: ToolbarConfig;
|
|
242
277
|
disabled: boolean;
|
|
243
278
|
formGroupClasses: string;
|
|
244
279
|
editorHeight: number;
|
|
280
|
+
enableAssetManager: boolean;
|
|
245
281
|
userSpecificRoot: boolean;
|
|
246
282
|
startInCodeEditorMode: boolean;
|
|
247
283
|
isTogglableCodeEditorForced: boolean;
|
|
248
284
|
isInCodeEditorMode: boolean;
|
|
285
|
+
toolbar: ToolbarConfig;
|
|
249
286
|
encryptedDocumentRootFolder: string;
|
|
250
287
|
encryptedImageRootFolder: string;
|
|
251
288
|
}, {}>;
|
|
@@ -156,15 +156,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
156
|
onCropped?: ((value: string) => any) | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
label: string;
|
|
159
|
-
help: string;
|
|
160
|
-
aspectRatio: number;
|
|
161
159
|
disabled: boolean;
|
|
160
|
+
help: string;
|
|
162
161
|
disableLabel: boolean;
|
|
163
162
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
164
163
|
formGroupClasses: string;
|
|
165
164
|
validationTitle: string;
|
|
166
165
|
isRequiredIndicatorHidden: boolean;
|
|
167
166
|
binaryFileTypeGuid: string;
|
|
167
|
+
aspectRatio: number;
|
|
168
168
|
maxImageHeight: number;
|
|
169
169
|
maxImageWidth: number;
|
|
170
170
|
noPictureUrl: string;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
}>> & {
|
|
54
54
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
|
|
56
|
+
modelValue: number;
|
|
57
57
|
max: number;
|
|
58
58
|
min: number;
|
|
59
|
-
|
|
59
|
+
step: number;
|
|
60
60
|
showValueBar: boolean;
|
|
61
61
|
valueSuffix: string;
|
|
62
62
|
}, {}>;
|
|
@@ -8,6 +8,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: PropType<string>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
+
help: {
|
|
12
|
+
type: PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
isBold: {
|
|
12
16
|
type: PropType<boolean>;
|
|
13
17
|
default: boolean;
|
|
@@ -31,6 +35,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
35
|
type: PropType<string>;
|
|
32
36
|
required: true;
|
|
33
37
|
};
|
|
38
|
+
help: {
|
|
39
|
+
type: PropType<string>;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
34
42
|
isBold: {
|
|
35
43
|
type: PropType<boolean>;
|
|
36
44
|
default: boolean;
|
|
@@ -47,6 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
55
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
48
56
|
}, {
|
|
49
57
|
disabled: boolean;
|
|
58
|
+
help: string;
|
|
50
59
|
uniqueId: string;
|
|
51
60
|
isBold: boolean;
|
|
52
61
|
}, {}>;
|
|
@@ -123,17 +123,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
}, {
|
|
124
124
|
label: string;
|
|
125
125
|
help: string;
|
|
126
|
-
columnCount: number;
|
|
127
|
-
multiple: boolean;
|
|
128
126
|
disableLabel: boolean;
|
|
129
127
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
130
128
|
formGroupClasses: string;
|
|
131
129
|
validationTitle: string;
|
|
132
130
|
isRequiredIndicatorHidden: boolean;
|
|
131
|
+
multiple: boolean;
|
|
133
132
|
enhanceForLongLists: boolean;
|
|
134
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
135
133
|
showBlankItem: boolean;
|
|
136
134
|
blankValue: string;
|
|
135
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
137
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
+
columnCount: number;
|
|
138
138
|
}, {}>;
|
|
139
139
|
export default _default;
|
|
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
}, {
|
|
132
132
|
label: string;
|
|
133
133
|
help: string;
|
|
134
|
-
columnCount: number;
|
|
135
|
-
multiple: boolean;
|
|
136
134
|
disableLabel: boolean;
|
|
137
135
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
138
136
|
formGroupClasses: string;
|
|
139
137
|
validationTitle: string;
|
|
140
138
|
isRequiredIndicatorHidden: boolean;
|
|
139
|
+
multiple: boolean;
|
|
141
140
|
enhanceForLongLists: boolean;
|
|
142
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
143
141
|
showBlankItem: boolean;
|
|
144
142
|
blankValue: string;
|
|
143
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
145
144
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
145
|
+
columnCount: number;
|
|
146
146
|
interactionChannelGuid: string | null;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
/** The shade of the color to use for the text and border. */
|
|
32
32
|
colorShade: {
|
|
33
|
-
type: PropType<100 |
|
|
33
|
+
type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
|
|
34
34
|
default: number;
|
|
35
35
|
};
|
|
36
36
|
/** If true then a border will be drawn around the component. */
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
};
|
|
70
70
|
/** The shade of the color to use for the text and border. */
|
|
71
71
|
colorShade: {
|
|
72
|
-
type: PropType<100 |
|
|
72
|
+
type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
|
|
73
73
|
default: number;
|
|
74
74
|
};
|
|
75
75
|
/** If true then a border will be drawn around the component. */
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
};
|
|
80
80
|
}>>, {
|
|
81
81
|
color: "blue" | "gray" | "green" | "indigo" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow";
|
|
82
|
-
colorShade: 100 |
|
|
82
|
+
colorShade: 100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900;
|
|
83
83
|
isCard: boolean;
|
|
84
84
|
}, {}>;
|
|
85
85
|
export default _default;
|
|
@@ -132,17 +132,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
}, {
|
|
133
133
|
label: string;
|
|
134
134
|
help: string;
|
|
135
|
-
columnCount: number;
|
|
136
|
-
multiple: boolean;
|
|
137
135
|
disableLabel: boolean;
|
|
138
136
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
139
137
|
formGroupClasses: string;
|
|
140
138
|
validationTitle: string;
|
|
141
139
|
isRequiredIndicatorHidden: boolean;
|
|
140
|
+
multiple: boolean;
|
|
142
141
|
enhanceForLongLists: boolean;
|
|
143
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
144
142
|
showBlankItem: boolean;
|
|
145
143
|
blankValue: string;
|
|
144
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
146
145
|
displayStyle: PickerDisplayStyle;
|
|
146
|
+
columnCount: number;
|
|
147
147
|
}, {}>;
|
|
148
148
|
export default _default;
|
|
@@ -55,11 +55,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
}>> & {
|
|
56
56
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
57
57
|
}, {
|
|
58
|
+
modelValue: string[];
|
|
59
|
+
items: ListItemBag[];
|
|
58
60
|
enhanceForLongLists: boolean;
|
|
59
61
|
showBlankItem: boolean;
|
|
60
62
|
blankValue: string;
|
|
61
|
-
modelValue: string[];
|
|
62
|
-
items: ListItemBag[];
|
|
63
63
|
formControlClasses: string;
|
|
64
64
|
}, {}>;
|
|
65
65
|
export default _default;
|
|
@@ -82,12 +82,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
}, {
|
|
83
83
|
label: string;
|
|
84
84
|
help: string;
|
|
85
|
+
modelValue: string;
|
|
85
86
|
disableLabel: boolean;
|
|
86
87
|
rules: ValidationRule | ValidationRule[];
|
|
87
88
|
formGroupClasses: string;
|
|
88
89
|
validationTitle: string;
|
|
89
90
|
isRequiredIndicatorHidden: boolean;
|
|
90
|
-
modelValue: string;
|
|
91
91
|
allowHtml: boolean;
|
|
92
92
|
valuePrompt: string;
|
|
93
93
|
}, {}>;
|
|
@@ -45,9 +45,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
45
|
"onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
|
|
46
46
|
"onUpdate:showPopup"?: ((value: boolean) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
multiple: boolean;
|
|
49
48
|
modelValue: ListItemBag | ListItemBag[] | null;
|
|
50
49
|
showPopup: boolean;
|
|
50
|
+
multiple: boolean;
|
|
51
51
|
}, {}>, {
|
|
52
52
|
pickerContentSuperHeader?(_: {}): any;
|
|
53
53
|
prepend?(_: {
|
|
@@ -163,18 +163,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
}, {
|
|
164
164
|
label: string;
|
|
165
165
|
help: string;
|
|
166
|
-
columnCount: number;
|
|
167
|
-
multiple: boolean;
|
|
168
166
|
disableLabel: boolean;
|
|
169
167
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
170
168
|
formGroupClasses: string;
|
|
171
169
|
validationTitle: string;
|
|
172
170
|
isRequiredIndicatorHidden: boolean;
|
|
171
|
+
multiple: boolean;
|
|
173
172
|
enhanceForLongLists: boolean;
|
|
174
|
-
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
175
173
|
showBlankItem: boolean;
|
|
176
174
|
blankValue: string;
|
|
175
|
+
lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
|
|
177
176
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
177
|
+
columnCount: number;
|
|
178
178
|
allowAdd: boolean;
|
|
179
179
|
locationTypeValueGuid: string | null;
|
|
180
180
|
parentLocationGuid: string | null;
|
|
@@ -212,19 +212,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
}, {
|
|
213
213
|
label: string;
|
|
214
214
|
help: string;
|
|
215
|
-
|
|
216
|
-
multiple: boolean;
|
|
215
|
+
modelValue: ListItemBag | null;
|
|
217
216
|
disableLabel: boolean;
|
|
218
217
|
rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
|
|
219
218
|
formGroupClasses: string;
|
|
220
219
|
validationTitle: string;
|
|
221
220
|
isRequiredIndicatorHidden: boolean;
|
|
221
|
+
multiple: boolean;
|
|
222
222
|
enhanceForLongLists: boolean;
|
|
223
|
-
lazyMode: ControlLazyMode;
|
|
224
223
|
showBlankItem: boolean;
|
|
225
224
|
blankValue: string;
|
|
225
|
+
lazyMode: ControlLazyMode;
|
|
226
226
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
227
|
-
|
|
227
|
+
columnCount: number;
|
|
228
228
|
account: ListItemBag | null;
|
|
229
229
|
folder: ListItemBag | null;
|
|
230
230
|
hideAccountPicker: boolean;
|