@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockrms/obsidian-framework",
|
|
3
3
|
"description": "Type definitions to allow building a plugin against the Obsidian framework.",
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.2.4",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"scripts": {},
|
|
7
7
|
"exports": "./types/*.d.ts",
|
|
@@ -278,8 +278,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
278
278
|
default: string;
|
|
279
279
|
};
|
|
280
280
|
}>>, {
|
|
281
|
-
attributes: AttributeFieldDefinitionBag[];
|
|
282
281
|
filter: ColumnFilter | null;
|
|
282
|
+
attributes: AttributeFieldDefinitionBag[];
|
|
283
283
|
filterValue: FilterValueFunction;
|
|
284
284
|
quickFilterValue: QuickFilterValueFunction;
|
|
285
285
|
__attributeColumns: boolean;
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
required: false;
|
|
114
114
|
};
|
|
115
115
|
visiblePriority: {
|
|
116
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
116
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
117
117
|
default: "xs";
|
|
118
118
|
};
|
|
119
119
|
width: {
|
|
@@ -228,7 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
228
|
required: false;
|
|
229
229
|
};
|
|
230
230
|
visiblePriority: {
|
|
231
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
231
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
232
232
|
default: "xs";
|
|
233
233
|
};
|
|
234
234
|
width: {
|
|
@@ -248,7 +248,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
248
248
|
formatComponent: Component;
|
|
249
249
|
exportValue: ExportValueFunction;
|
|
250
250
|
columnType: string;
|
|
251
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
251
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
252
252
|
wrapped: boolean;
|
|
253
253
|
disableSort: boolean;
|
|
254
254
|
}, {}>;
|
|
@@ -64,6 +64,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
type: PropType<string>;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* The text to display in the tooltip when hovering over the button. If not provided, the button will default to
|
|
69
|
+
* using the column's title.
|
|
70
|
+
*/
|
|
71
|
+
tooltip: {
|
|
72
|
+
type: PropType<string | null>;
|
|
73
|
+
default: null;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* If true, the button will be disabled and not clickable.
|
|
77
|
+
* If a function is provided, it will be called with the row to determine if the button should be disabled.
|
|
78
|
+
*/
|
|
79
|
+
disabled: {
|
|
80
|
+
type: PropType<boolean | ((row: Record<string, unknown>) => boolean)>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
67
83
|
name: {
|
|
68
84
|
type: PropType<string>;
|
|
69
85
|
default: "";
|
|
@@ -121,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
137
|
required: false;
|
|
122
138
|
};
|
|
123
139
|
visiblePriority: {
|
|
124
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
140
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
125
141
|
default: "xs";
|
|
126
142
|
};
|
|
127
143
|
wrapped: {
|
|
@@ -193,6 +209,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
209
|
type: PropType<string>;
|
|
194
210
|
default: string;
|
|
195
211
|
};
|
|
212
|
+
/**
|
|
213
|
+
* The text to display in the tooltip when hovering over the button. If not provided, the button will default to
|
|
214
|
+
* using the column's title.
|
|
215
|
+
*/
|
|
216
|
+
tooltip: {
|
|
217
|
+
type: PropType<string | null>;
|
|
218
|
+
default: null;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* If true, the button will be disabled and not clickable.
|
|
222
|
+
* If a function is provided, it will be called with the row to determine if the button should be disabled.
|
|
223
|
+
*/
|
|
224
|
+
disabled: {
|
|
225
|
+
type: PropType<boolean | ((row: Record<string, unknown>) => boolean)>;
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
196
228
|
name: {
|
|
197
229
|
type: PropType<string>;
|
|
198
230
|
default: "";
|
|
@@ -250,7 +282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
282
|
required: false;
|
|
251
283
|
};
|
|
252
284
|
visiblePriority: {
|
|
253
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
285
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
254
286
|
default: "xs";
|
|
255
287
|
};
|
|
256
288
|
wrapped: {
|
|
@@ -262,13 +294,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
294
|
default: false;
|
|
263
295
|
};
|
|
264
296
|
}>>, {
|
|
297
|
+
disabled: boolean | ((row: Record<string, unknown>) => boolean);
|
|
298
|
+
tooltip: string | null;
|
|
265
299
|
name: string;
|
|
266
300
|
width: string;
|
|
267
|
-
headerClass: string;
|
|
268
301
|
itemClass: string;
|
|
269
302
|
formatComponent: Component;
|
|
270
303
|
columnType: string;
|
|
271
|
-
|
|
304
|
+
headerClass: string;
|
|
305
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
272
306
|
wrapped: boolean;
|
|
273
307
|
disableSort: boolean;
|
|
274
308
|
}, {}>;
|
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
required: false;
|
|
74
74
|
};
|
|
75
75
|
visiblePriority: {
|
|
76
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
76
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
77
77
|
default: "xs";
|
|
78
78
|
};
|
|
79
79
|
width: {
|
|
@@ -162,7 +162,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
162
162
|
required: false;
|
|
163
163
|
};
|
|
164
164
|
visiblePriority: {
|
|
165
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
165
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
166
166
|
default: "xs";
|
|
167
167
|
};
|
|
168
168
|
width: {
|
|
@@ -180,7 +180,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
180
|
}>>, {
|
|
181
181
|
name: string;
|
|
182
182
|
columnType: string;
|
|
183
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
183
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
184
184
|
wrapped: boolean;
|
|
185
185
|
disableSort: boolean;
|
|
186
186
|
}, {}>;
|
|
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
required: false;
|
|
115
115
|
};
|
|
116
116
|
visiblePriority: {
|
|
117
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
117
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
118
118
|
default: "xs";
|
|
119
119
|
};
|
|
120
120
|
wrapped: {
|
|
@@ -233,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
233
|
required: false;
|
|
234
234
|
};
|
|
235
235
|
visiblePriority: {
|
|
236
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
236
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
237
237
|
default: "xs";
|
|
238
238
|
};
|
|
239
239
|
wrapped: {
|
|
@@ -247,10 +247,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
247
247
|
}>>, {
|
|
248
248
|
name: string;
|
|
249
249
|
width: string;
|
|
250
|
-
headerClass: string;
|
|
251
250
|
itemClass: string;
|
|
252
251
|
formatComponent: Component;
|
|
253
|
-
|
|
252
|
+
headerClass: string;
|
|
253
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
254
254
|
wrapped: boolean;
|
|
255
255
|
disableSort: boolean;
|
|
256
256
|
valueToCopy: (row: Record<string, unknown>, column: ColumnDefinition, grid: IGridState) => string;
|
|
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
130
|
required: false;
|
|
131
131
|
};
|
|
132
132
|
visiblePriority: {
|
|
133
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
133
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
134
134
|
default: "xs";
|
|
135
135
|
};
|
|
136
136
|
width: {
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
263
263
|
required: false;
|
|
264
264
|
};
|
|
265
265
|
visiblePriority: {
|
|
266
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
266
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
267
267
|
default: "xs";
|
|
268
268
|
};
|
|
269
269
|
width: {
|
|
@@ -284,7 +284,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
284
|
exportValue: ExportValueFunction;
|
|
285
285
|
skeletonComponent: Component;
|
|
286
286
|
columnType: string;
|
|
287
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
287
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
288
288
|
wrapped: boolean;
|
|
289
289
|
disableSort: boolean;
|
|
290
290
|
}, {}>;
|
|
@@ -141,7 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
required: false;
|
|
142
142
|
};
|
|
143
143
|
visiblePriority: {
|
|
144
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
144
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
145
145
|
default: "xs";
|
|
146
146
|
};
|
|
147
147
|
width: {
|
|
@@ -274,7 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
274
|
required: false;
|
|
275
275
|
};
|
|
276
276
|
visiblePriority: {
|
|
277
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
277
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
278
278
|
default: "xs";
|
|
279
279
|
};
|
|
280
280
|
width: {
|
|
@@ -296,7 +296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
exportValue: ExportValueFunction;
|
|
297
297
|
skeletonComponent: Component;
|
|
298
298
|
columnType: string;
|
|
299
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
299
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
300
300
|
wrapped: boolean;
|
|
301
301
|
disableSort: boolean;
|
|
302
302
|
}, {}>;
|
|
@@ -141,7 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
required: false;
|
|
142
142
|
};
|
|
143
143
|
visiblePriority: {
|
|
144
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
144
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
145
145
|
default: "xs";
|
|
146
146
|
};
|
|
147
147
|
width: {
|
|
@@ -274,7 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
274
|
required: false;
|
|
275
275
|
};
|
|
276
276
|
visiblePriority: {
|
|
277
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
277
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
278
278
|
default: "xs";
|
|
279
279
|
};
|
|
280
280
|
width: {
|
|
@@ -296,7 +296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
exportValue: ExportValueFunction;
|
|
297
297
|
skeletonComponent: Component;
|
|
298
298
|
columnType: string;
|
|
299
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
299
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
300
300
|
wrapped: boolean;
|
|
301
301
|
disableSort: boolean;
|
|
302
302
|
}, {}>;
|
|
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
required: false;
|
|
134
134
|
};
|
|
135
135
|
visiblePriority: {
|
|
136
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
136
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
137
137
|
default: "xs";
|
|
138
138
|
};
|
|
139
139
|
wrapped: {
|
|
@@ -273,7 +273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
273
|
required: false;
|
|
274
274
|
};
|
|
275
275
|
visiblePriority: {
|
|
276
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
276
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
277
277
|
default: "xs";
|
|
278
278
|
};
|
|
279
279
|
wrapped: {
|
|
@@ -287,11 +287,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
}>>, {
|
|
288
288
|
name: string;
|
|
289
289
|
width: string;
|
|
290
|
-
headerClass: string;
|
|
291
290
|
itemClass: string;
|
|
292
291
|
formatComponent: Component;
|
|
293
292
|
columnType: string;
|
|
294
|
-
|
|
293
|
+
headerClass: string;
|
|
294
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
295
295
|
wrapped: boolean;
|
|
296
296
|
disableSort: boolean;
|
|
297
297
|
disableConfirmation: boolean;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
124
|
required: false;
|
|
125
125
|
};
|
|
126
126
|
visiblePriority: {
|
|
127
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
127
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
128
128
|
default: "xs";
|
|
129
129
|
};
|
|
130
130
|
wrapped: {
|
|
@@ -256,7 +256,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
256
|
required: false;
|
|
257
257
|
};
|
|
258
258
|
visiblePriority: {
|
|
259
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
259
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
260
260
|
default: "xs";
|
|
261
261
|
};
|
|
262
262
|
wrapped: {
|
|
@@ -270,11 +270,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
270
270
|
}>>, {
|
|
271
271
|
name: string;
|
|
272
272
|
width: string;
|
|
273
|
-
headerClass: string;
|
|
274
273
|
itemClass: string;
|
|
275
274
|
formatComponent: Component;
|
|
276
275
|
columnType: string;
|
|
277
|
-
|
|
276
|
+
headerClass: string;
|
|
277
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
278
278
|
wrapped: boolean;
|
|
279
279
|
disableSort: boolean;
|
|
280
280
|
}, {}>;
|
|
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
required: false;
|
|
143
143
|
};
|
|
144
144
|
visiblePriority: {
|
|
145
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
145
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
146
146
|
default: "xs";
|
|
147
147
|
};
|
|
148
148
|
width: {
|
|
@@ -280,7 +280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
280
|
required: false;
|
|
281
281
|
};
|
|
282
282
|
visiblePriority: {
|
|
283
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
283
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
284
284
|
default: "xs";
|
|
285
285
|
};
|
|
286
286
|
width: {
|
|
@@ -302,7 +302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
302
|
exportValue: ExportValueFunction;
|
|
303
303
|
skeletonComponent: Component;
|
|
304
304
|
columnType: string;
|
|
305
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
305
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
306
306
|
wrapped: boolean;
|
|
307
307
|
disableSort: boolean;
|
|
308
308
|
}, {}>;
|
|
@@ -160,7 +160,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
160
160
|
required: false;
|
|
161
161
|
};
|
|
162
162
|
visiblePriority: {
|
|
163
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
163
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
164
164
|
default: "xs";
|
|
165
165
|
};
|
|
166
166
|
width: {
|
|
@@ -301,7 +301,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
301
|
required: false;
|
|
302
302
|
};
|
|
303
303
|
visiblePriority: {
|
|
304
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
304
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
305
305
|
default: "xs";
|
|
306
306
|
};
|
|
307
307
|
width: {
|
|
@@ -320,7 +320,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
320
320
|
exportValue: ExportValueFunction;
|
|
321
321
|
skeletonComponent: Component;
|
|
322
322
|
columnType: string;
|
|
323
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
323
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
324
324
|
wrapped: boolean;
|
|
325
325
|
disableSort: boolean;
|
|
326
326
|
}, {}>;
|
|
@@ -184,7 +184,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
184
|
required: false;
|
|
185
185
|
};
|
|
186
186
|
visiblePriority: {
|
|
187
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
187
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
188
188
|
default: "xs";
|
|
189
189
|
};
|
|
190
190
|
width: {
|
|
@@ -354,7 +354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
354
354
|
required: false;
|
|
355
355
|
};
|
|
356
356
|
visiblePriority: {
|
|
357
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
357
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
358
358
|
default: "xs";
|
|
359
359
|
};
|
|
360
360
|
width: {
|
|
@@ -375,7 +375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
375
375
|
skeletonComponent: Component;
|
|
376
376
|
columnType: string;
|
|
377
377
|
filterValues: FilterValuesFunction;
|
|
378
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
378
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
379
379
|
wrapped: boolean;
|
|
380
380
|
disableSort: boolean;
|
|
381
381
|
}, {}>;
|
|
@@ -219,7 +219,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
219
|
required: false;
|
|
220
220
|
};
|
|
221
221
|
visiblePriority: {
|
|
222
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
222
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
223
223
|
default: "xs";
|
|
224
224
|
};
|
|
225
225
|
width: {
|
|
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
440
440
|
required: false;
|
|
441
441
|
};
|
|
442
442
|
visiblePriority: {
|
|
443
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
443
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
444
444
|
default: "xs";
|
|
445
445
|
};
|
|
446
446
|
width: {
|
|
@@ -461,7 +461,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
461
461
|
exportValue: ExportValueFunction;
|
|
462
462
|
skeletonComponent: Component;
|
|
463
463
|
columnType: string;
|
|
464
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
464
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
465
465
|
wrapped: boolean;
|
|
466
466
|
disableSort: boolean;
|
|
467
467
|
}, {}>;
|
|
@@ -131,7 +131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
required: false;
|
|
132
132
|
};
|
|
133
133
|
visiblePriority: {
|
|
134
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
134
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
135
135
|
default: "xs";
|
|
136
136
|
};
|
|
137
137
|
width: {
|
|
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
required: false;
|
|
265
265
|
};
|
|
266
266
|
visiblePriority: {
|
|
267
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
267
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
268
268
|
default: "xs";
|
|
269
269
|
};
|
|
270
270
|
width: {
|
|
@@ -285,7 +285,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
285
285
|
exportValue: ExportValueFunction;
|
|
286
286
|
skeletonComponent: Component;
|
|
287
287
|
columnType: string;
|
|
288
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
288
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
289
289
|
wrapped: boolean;
|
|
290
290
|
disableSort: boolean;
|
|
291
291
|
}, {}>;
|
|
@@ -104,6 +104,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
type: PropType<boolean>;
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* If true, when hovering over the avatar will show a popover with some
|
|
109
|
+
* additional information about the person.
|
|
110
|
+
*/
|
|
111
|
+
enableHoverInfo: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
107
115
|
columnType: {
|
|
108
116
|
type: PropType<string>;
|
|
109
117
|
default: string;
|
|
@@ -161,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
169
|
required: false;
|
|
162
170
|
};
|
|
163
171
|
visiblePriority: {
|
|
164
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
172
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
165
173
|
default: "xs";
|
|
166
174
|
};
|
|
167
175
|
width: {
|
|
@@ -266,6 +274,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
274
|
type: PropType<boolean>;
|
|
267
275
|
default: boolean;
|
|
268
276
|
};
|
|
277
|
+
/**
|
|
278
|
+
* If true, when hovering over the avatar will show a popover with some
|
|
279
|
+
* additional information about the person.
|
|
280
|
+
*/
|
|
281
|
+
enableHoverInfo: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
269
285
|
columnType: {
|
|
270
286
|
type: PropType<string>;
|
|
271
287
|
default: string;
|
|
@@ -323,7 +339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
323
339
|
required: false;
|
|
324
340
|
};
|
|
325
341
|
visiblePriority: {
|
|
326
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
342
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
327
343
|
default: "xs";
|
|
328
344
|
};
|
|
329
345
|
width: {
|
|
@@ -346,9 +362,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
346
362
|
sortValue: SortValueFunction;
|
|
347
363
|
skeletonComponent: Component;
|
|
348
364
|
columnType: string;
|
|
349
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
365
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
350
366
|
wrapped: boolean;
|
|
351
367
|
disableSort: boolean;
|
|
368
|
+
enableHoverInfo: boolean;
|
|
352
369
|
showAsLink: boolean;
|
|
353
370
|
hideAvatar: boolean;
|
|
354
371
|
showLastNameFirst: boolean;
|
|
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
required: false;
|
|
124
124
|
};
|
|
125
125
|
visiblePriority: {
|
|
126
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
126
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
127
127
|
default: "xs";
|
|
128
128
|
};
|
|
129
129
|
wrapped: {
|
|
@@ -254,7 +254,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
254
|
required: false;
|
|
255
255
|
};
|
|
256
256
|
visiblePriority: {
|
|
257
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
257
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
258
258
|
default: "xs";
|
|
259
259
|
};
|
|
260
260
|
wrapped: {
|
|
@@ -268,11 +268,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
268
268
|
}>>, {
|
|
269
269
|
name: string;
|
|
270
270
|
width: string;
|
|
271
|
-
headerClass: string;
|
|
272
271
|
itemClass: string;
|
|
273
272
|
formatComponent: Component;
|
|
274
273
|
columnType: string;
|
|
275
|
-
|
|
274
|
+
headerClass: string;
|
|
275
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
276
276
|
wrapped: boolean;
|
|
277
277
|
disableSort: boolean;
|
|
278
278
|
}, {}>;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
124
|
required: false;
|
|
125
125
|
};
|
|
126
126
|
visiblePriority: {
|
|
127
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
127
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
128
128
|
default: "xs";
|
|
129
129
|
};
|
|
130
130
|
width: {
|
|
@@ -247,7 +247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
247
247
|
required: false;
|
|
248
248
|
};
|
|
249
249
|
visiblePriority: {
|
|
250
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
250
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
251
251
|
default: "xs";
|
|
252
252
|
};
|
|
253
253
|
width: {
|
|
@@ -266,7 +266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
266
|
name: string;
|
|
267
267
|
formatComponent: Component;
|
|
268
268
|
exportValue: ExportValueFunction;
|
|
269
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
269
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
270
270
|
wrapped: boolean;
|
|
271
271
|
disableSort: boolean;
|
|
272
272
|
}, {}>;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
required: false;
|
|
128
128
|
};
|
|
129
129
|
visiblePriority: {
|
|
130
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
130
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
131
131
|
default: "xs";
|
|
132
132
|
};
|
|
133
133
|
wrapped: {
|
|
@@ -261,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
261
|
required: false;
|
|
262
262
|
};
|
|
263
263
|
visiblePriority: {
|
|
264
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
264
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
265
265
|
default: "xs";
|
|
266
266
|
};
|
|
267
267
|
wrapped: {
|
|
@@ -275,11 +275,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
275
|
}>>, {
|
|
276
276
|
name: string;
|
|
277
277
|
width: string;
|
|
278
|
-
headerClass: string;
|
|
279
278
|
itemClass: string;
|
|
280
279
|
formatComponent: Component;
|
|
281
280
|
columnType: string;
|
|
282
|
-
|
|
281
|
+
headerClass: string;
|
|
282
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
283
283
|
wrapped: boolean;
|
|
284
284
|
disableSort: boolean;
|
|
285
285
|
disabledField: string;
|
|
@@ -125,7 +125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
required: false;
|
|
126
126
|
};
|
|
127
127
|
visiblePriority: {
|
|
128
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
128
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
129
129
|
default: "xs";
|
|
130
130
|
};
|
|
131
131
|
wrapped: {
|
|
@@ -258,7 +258,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
258
258
|
required: false;
|
|
259
259
|
};
|
|
260
260
|
visiblePriority: {
|
|
261
|
-
type: PropType<"xs" | "sm" | "lg" | "
|
|
261
|
+
type: PropType<"xs" | "sm" | "lg" | "md" | "xl">;
|
|
262
262
|
default: "xs";
|
|
263
263
|
};
|
|
264
264
|
wrapped: {
|
|
@@ -272,12 +272,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
272
|
}>>, {
|
|
273
273
|
name: string;
|
|
274
274
|
width: string;
|
|
275
|
-
headerClass: string;
|
|
276
275
|
itemClass: string;
|
|
277
276
|
formatComponent: Component;
|
|
278
277
|
columnType: string;
|
|
278
|
+
headerClass: string;
|
|
279
279
|
headerComponent: Component;
|
|
280
|
-
visiblePriority: "xs" | "sm" | "lg" | "
|
|
280
|
+
visiblePriority: "xs" | "sm" | "lg" | "md" | "xl";
|
|
281
281
|
wrapped: boolean;
|
|
282
282
|
disableSort: boolean;
|
|
283
283
|
}, {}>;
|