@rockrms/obsidian-framework 1.16.4-rc.1 → 1.16.5-rc.1
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 +2 -1
- package/tsconfig.base.json +4 -2
- package/types/Controls/Grid/dataRow.partial.obs.d.ts +17 -0
- package/types/Controls/Grid/dataRows.partial.obs.d.ts +38 -0
- package/types/Controls/Grid/grid.partial.obs.d.ts +40 -2
- package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +38 -0
- package/types/Controls/attributeEditor.obs.d.ts +2 -5
- package/types/Controls/auditDetail.obs.d.ts +4 -4
- package/types/Controls/badgeComponentPicker.obs.d.ts +6 -7
- package/types/Controls/badgeList.obs.d.ts +2 -2
- package/types/Controls/badgePicker.obs.d.ts +7 -7
- package/types/Controls/baseAsyncPicker.obs.d.ts +30 -2
- package/types/Controls/binaryFilePicker.obs.d.ts +2 -2
- package/types/Controls/campusAccountAmountPicker.obs.d.ts +13 -13
- package/types/Controls/campusPicker.obs.d.ts +6 -6
- package/types/Controls/categoryPicker.obs.d.ts +6 -6
- package/types/Controls/componentPicker.obs.d.ts +3 -3
- package/types/Controls/contentChannelItemPicker.obs.d.ts +11 -11
- package/types/Controls/currencyBox.obs.d.ts +2 -5
- package/types/Controls/dataViewPicker.obs.d.ts +2 -2
- package/types/Controls/definedValuePicker.obs.d.ts +2 -2
- package/types/Controls/following.obs.d.ts +2 -2
- package/types/Controls/groupAndRolePicker.obs.d.ts +4 -2
- package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
- package/types/Controls/groupRolePicker.obs.d.ts +19 -19
- package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
- package/types/Controls/locationList.obs.d.ts +12 -12
- package/types/Controls/locationPicker.obs.d.ts +76 -5
- package/types/Controls/mediaElementPicker.obs.d.ts +2 -2
- package/types/Controls/noteTextEditor.obs.d.ts +8 -6
- package/types/Controls/pagePicker.obs.d.ts +2 -2
- package/types/Controls/registrationInstanceBasePicker.obs.d.ts +7 -7
- package/types/Controls/reminderTypePicker.obs.d.ts +4 -4
- package/types/Controls/reportPicker.obs.d.ts +3 -3
- package/types/Controls/rockField.obs.d.ts +9 -0
- package/types/Controls/stepProgramStepTypePicker.obs.d.ts +4 -4
- package/types/Controls/stepStatusPicker.obs.d.ts +5 -5
- package/types/Controls/stepTypePicker.obs.d.ts +5 -5
- package/types/Controls/structuredContentEditor.obs.d.ts +0 -8
- package/types/Controls/tagList.obs.d.ts +4 -4
- package/types/Controls/valueList.obs.d.ts +2 -2
- package/types/Controls/workflowBasePicker.obs.d.ts +5 -5
- package/types/Core/Core/personPreferences.d.ts +10 -0
- package/types/Enums/Controls/locationPickerMode.d.ts +20 -0
- package/types/Enums/Lms/assignTo.d.ts +11 -0
- package/types/Enums/Lms/availableDateCalculationMethod.d.ts +17 -0
- package/types/Enums/Lms/completionStatus.d.ts +13 -0
- package/types/Enums/Lms/configurationMode.d.ts +11 -0
- package/types/Enums/Lms/dueDateCalculationMethod.d.ts +15 -0
- package/types/Enums/Lms/learningCompletionStatus.d.ts +13 -0
- package/types/Enums/Lms/requirementType.d.ts +13 -0
- package/types/FieldTypes/categoriesFieldComponents.d.ts +1 -1
- package/types/FieldTypes/categorizedDefinedValueFieldComponents.d.ts +1 -1
- package/types/FieldTypes/categoryFieldComponents.d.ts +1 -1
- package/types/FieldTypes/colorSelectorField.partial.d.ts +1 -1
- package/types/FieldTypes/communicationTemplateField.partial.d.ts +11 -0
- package/types/FieldTypes/communicationTemplateFieldComponents.d.ts +52 -0
- package/types/FieldTypes/emailField.partial.d.ts +1 -1
- package/types/FieldTypes/fieldType.d.ts +2 -2
- package/types/FieldTypes/fileField.partial.d.ts +2 -2
- package/types/FieldTypes/groupMemberFieldComponents.d.ts +1 -2
- package/types/FieldTypes/groupRoleFieldComponents.d.ts +1 -0
- package/types/FieldTypes/imageField.partial.d.ts +2 -2
- package/types/FieldTypes/imageFieldComponents.d.ts +1 -1
- package/types/FieldTypes/locationField.partial.d.ts +19 -0
- package/types/FieldTypes/locationFieldComponents.d.ts +78 -0
- package/types/FieldTypes/ratingField.partial.d.ts +2 -1
- package/types/FieldTypes/reminderTypesFieldComponents.d.ts +0 -2
- package/types/FieldTypes/securityRoleField.partial.d.ts +13 -0
- package/types/FieldTypes/securityRoleFieldComponents.d.ts +35 -0
- package/types/FieldTypes/systemCommunicationField.partial.d.ts +13 -0
- package/types/FieldTypes/systemCommunicationFieldComponents.d.ts +52 -0
- package/types/FieldTypes/urlLinkField.partial.d.ts +1 -1
- package/types/FieldTypes/workflowTypeField.partial.d.ts +11 -0
- package/types/FieldTypes/workflowTypeFieldComponents.d.ts +35 -0
- package/types/SystemGuids/attribute.d.ts +2 -0
- package/types/SystemGuids/blockType.d.ts +2 -0
- package/types/SystemGuids/definedType.d.ts +7 -0
- package/types/SystemGuids/definedValue.d.ts +6 -0
- package/types/SystemGuids/entityType.d.ts +12 -0
- package/types/SystemGuids/serviceJob.d.ts +2 -2
- package/types/Templates/detailBlock.d.ts +6 -4
- package/types/Types/Core/personPreferences.d.ts +19 -0
- package/types/Types/fieldType.d.ts +10 -5
- package/types/Utility/address.d.ts +1 -0
- package/types/Utility/block.d.ts +51 -4
- package/types/Utility/stringUtils.d.ts +3 -3
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/attributeFilterBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/availableContentSourceBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Cms/ContentCollectionDetail/contentSourceBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +9 -0
- package/types/ViewModels/Blocks/Cms/ContentCollectionView/searchResultSourceBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerDownloadItemBag.d.ts +3 -2
- package/types/ViewModels/Blocks/Cms/LibraryViewer/libraryViewerItemBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Cms/PageRouteList/pageRouteListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Core/Attributes/attributesOptionsBag.d.ts +43 -0
- package/types/ViewModels/Blocks/Core/AuditList/auditListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Core/CampusDetail/campusScheduleBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Core/DefinedValueList/definedValueListOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Core/RestActionList/restActionListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Core/RestControllerList/restControllerListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Core/ScheduledJobList/scheduledJobListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +1 -1
- package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationPersonBag.d.ts +3 -2
- package/types/ViewModels/Blocks/Crm/PersonMergeRequestList/personMergeRequestListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Engagement/AchievementTypeList/achievementTypeListOptionsBag.d.ts +27 -0
- package/types/ViewModels/Blocks/Engagement/ConnectionTypeList/connectionTypeListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +3 -0
- package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +0 -3
- package/types/ViewModels/Blocks/Engagement/StreakTypeDetail/streakTypeBag.d.ts +4 -2
- package/types/ViewModels/Blocks/Event/EventItemDetail/eventCalendarItemAttributeBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceActionBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Event/InteractiveExperiences/InteractiveExperienceDetail/interactiveExperienceScheduleBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrantBag.d.ts +54 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrarBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryArgsBag.d.ts +56 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryCostSummaryBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFamilyMemberBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeBag.d.ts +49 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFeeItemBag.d.ts +42 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryFormFieldBag.d.ts +65 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryInitializationBox.d.ts +203 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryLineItemBag.d.ts +45 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryPaymentPlanBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySessionBag.d.ts +71 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySignatureDocumentBag.d.ts +46 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryVisibilityBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Event/RegistrationEntry/sessionRenewalResultBag.d.ts +31 -0
- package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +39 -0
- package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Finance/BusinessContactList/businessContactListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Finance/BusinessDetail/searchKeyBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Finance/SavedAccountList/savedAccountListOptionsBag.d.ts +26 -0
- package/types/ViewModels/Blocks/Fundraising/FundraisingDonationList/fundraisingDonationListOptionsBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAddPersonRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailAttendanceBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailGetAttendanceRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailInitializationBox.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailMarkAttendanceRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateAttendanceOccurrenceTypeRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateDidNotOccurRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailUpdateNotesRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupSchedulePreference/assignmentScheduleAndLocationBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupSchedulePreference/preferencePageContentBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/GroupScheduleSignup/personScheduleSignupDataBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/deleteAssignmentRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getAssignmentOptionsRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSchedulePreferencesRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/getSignUpsRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/groupBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/performScheduleRowActionRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveAssignmentRequestBag.d.ts +3 -3
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveDeclineReasonRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSchedulePreferenceRequestBag.d.ts +2 -2
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +4 -4
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveUnavailabilityRequestBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/schedulePreferenceAssignmentBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/scheduleRowBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceLocationBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerResourceSettingsBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerUnassignedResourceCountBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Mobile/Communication/SmsConversation/conversationDetailBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Mobile/Communication/SmsConversationList/phoneNumberBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Prayer/PrayerRequestList/prayerRequestListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Reporting/MergeTemplateList/mergeTemplateListOptionsBag.d.ts +30 -0
- package/types/ViewModels/Blocks/Reporting/ReportList/reportListOptionsBag.d.ts +25 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +29 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityDonationBag.d.ts +34 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDataBag.d.ts +37 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerosityPersonDetailsBag.d.ts +58 -0
- package/types/ViewModels/Blocks/Reporting/VolunteerGenerosityAnalysis/volunteerGenerositySetupBag.d.ts +40 -0
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPersonInfoBag.d.ts +2 -1
- package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryPhoneNumberBag.d.ts +1 -1
- package/types/ViewModels/Blocks/Tv/AppleTvPageDetail/timeIntervalBag.d.ts +3 -1
- package/types/ViewModels/Blocks/detailBlockBox.d.ts +11 -0
- package/types/ViewModels/Cms/obsidianBlockConfigBag.d.ts +1 -1
- package/types/ViewModels/Cms/obsidianBlockPreferencesBag.d.ts +6 -0
- package/types/ViewModels/Communication/conversationMessageBag.d.ts +1 -1
- package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationOptionsBag.d.ts +1 -1
- package/types/ViewModels/Core/Grid/attributeFieldDefinitionBag.d.ts +1 -1
- package/types/ViewModels/Engagement/achievementCompletedMessageBag.d.ts +3 -3
- package/types/ViewModels/Event/InteractiveExperiences/actionRenderConfigurationBag.d.ts +1 -1
- package/types/ViewModels/Event/InteractiveExperiences/visualizerRenderConfigurationBag.d.ts +1 -1
- package/types/ViewModels/Event/attendanceOccurrenceUpdatedMessageBag.d.ts +1 -1
- package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +5 -4
- package/types/ViewModels/Reporting/fieldFilterGroupBag.d.ts +1 -1
- package/types/ViewModels/Reporting/fieldFilterRuleBag.d.ts +1 -1
- package/types/ViewModels/Reporting/fieldFilterSourceBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/accountPickerGetChildrenOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/auditDetailGetAuditDetailsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/badgeListGetBadgesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/blockTemplatePickerGetBlockTemplatesResultsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/categorizedValuePickerGetTreeOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetAllForContentChannelItemOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/contentChannelItemPickerGetContentChannelItemsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/definedValuePickerGetAttributesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/definedValuePickerGetDefinedValuesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/definedValuePickerSaveNewValueOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListAddEntityTagOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListCreatePersonalTagOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListGetAvailableTagsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListGetEntityTagsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListRemoveEntityTagOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListSaveTagValuesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/entityTagListTagBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/followingGetFollowingOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/followingSetFollowingOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/geoPickerGetGoogleMapSettingsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/geoPickerGetSettingsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/groupAndRolePickerGetRolesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/groupRolePickerGetAllForGroupRoleOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/groupRolePickerGetGroupRolesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupTypeOfGroupOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/groupTypeGroupPickerGetGroupsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/interactionChannelInteractionComponentPickerGetChannelFromComponentOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts +2 -2
- package/types/ViewModels/Rest/Controls/locationListGetLocationsOptionsBag.d.ts +2 -2
- package/types/ViewModels/Rest/Controls/locationListSaveNewLocationOptionsBag.d.ts +2 -2
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaElementsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/mediaElementPickerGetMediaFoldersOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/pagePickerGetChildrenOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/pagePickerGetPageNameOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/pagePickerGetPageRoutesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationInstancesOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/registrationInstancePickerGetRegistrationTemplateForInstanceOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/saveFinancialAccountFormSaveAccountOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowTypeForWorkflowOptionsBag.d.ts +1 -1
- package/types/ViewModels/Rest/Controls/workflowPickerGetWorkflowsOptionsBag.d.ts +1 -1
- package/types/ViewModels/Utility/publicAttributeBag.d.ts +2 -2
- package/types/ViewModels/Utility/publicAttributeCategoryBag.d.ts +1 -1
- package/types/ViewModels/Utility/timeIntervalBag.d.ts +3 -1
- package/types/ViewModels/entity.d.ts +1 -1
package/package.json
CHANGED
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
"description": "Type definitions to allow building a plugin against the Obsidian framework.",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"scripts": {},
|
|
6
|
+
"exports": "./types/*.d.ts",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
8
9
|
"url": "git+https://github.com/SparkDevNetwork/Rock.git"
|
|
9
10
|
},
|
|
10
|
-
"version": "1.16.
|
|
11
|
+
"version": "1.16.5-rc.1",
|
|
11
12
|
"peerDependencies": {
|
|
12
13
|
"vue": "3.2.35"
|
|
13
14
|
}
|
package/tsconfig.base.json
CHANGED
|
@@ -40,6 +40,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
type: PropType<boolean>;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* If set to true, each row with an `isActive` property set to false
|
|
45
|
+
* will be visually distinct
|
|
46
|
+
*/
|
|
47
|
+
markInactiveRows: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
43
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
52
|
click: (key: string) => void;
|
|
45
53
|
} & {
|
|
@@ -84,6 +92,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
92
|
type: PropType<boolean>;
|
|
85
93
|
default: boolean;
|
|
86
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* If set to true, each row with an `isActive` property set to false
|
|
97
|
+
* will be visually distinct
|
|
98
|
+
*/
|
|
99
|
+
markInactiveRows: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
87
103
|
}>> & {
|
|
88
104
|
onClick?: ((key: string) => any) | undefined;
|
|
89
105
|
onResize?: ((key: string, size: number) => any) | undefined;
|
|
@@ -91,5 +107,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
107
|
isSelectable: boolean;
|
|
92
108
|
isEven: boolean;
|
|
93
109
|
monitorHeight: boolean;
|
|
110
|
+
markInactiveRows: boolean;
|
|
94
111
|
}>;
|
|
95
112
|
export default _default;
|
|
@@ -30,6 +30,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
type: PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* If set to true, each row with an `isActive` property set to false
|
|
35
|
+
* will be visually distinct
|
|
36
|
+
*/
|
|
37
|
+
markInactiveRows: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
43
|
+
* will apply that directly. You can also use a function that takes the
|
|
44
|
+
* row object and returns a string, which allows you to apply different
|
|
45
|
+
* classes to different rows depending on the row data.
|
|
46
|
+
*/
|
|
47
|
+
rowClass: {
|
|
48
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
33
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
52
|
click: (key: string) => void;
|
|
35
53
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -62,9 +80,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
80
|
type: PropType<boolean>;
|
|
63
81
|
default: boolean;
|
|
64
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* If set to true, each row with an `isActive` property set to false
|
|
85
|
+
* will be visually distinct
|
|
86
|
+
*/
|
|
87
|
+
markInactiveRows: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
93
|
+
* will apply that directly. You can also use a function that takes the
|
|
94
|
+
* row object and returns a string, which allows you to apply different
|
|
95
|
+
* classes to different rows depending on the row data.
|
|
96
|
+
*/
|
|
97
|
+
rowClass: {
|
|
98
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
99
|
+
default: undefined;
|
|
100
|
+
};
|
|
65
101
|
}>> & {
|
|
66
102
|
onClick?: ((key: string) => any) | undefined;
|
|
67
103
|
}, {
|
|
68
104
|
isSelectable: boolean;
|
|
105
|
+
markInactiveRows: boolean;
|
|
106
|
+
rowClass: string | ((row: Record<string, unknown>) => string);
|
|
69
107
|
}>;
|
|
70
108
|
export default _default;
|
|
@@ -90,7 +90,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
90
90
|
* The unique identifier of the entity type that the rows represent.
|
|
91
91
|
*/
|
|
92
92
|
entityTypeGuid: {
|
|
93
|
-
type: PropType<string>;
|
|
93
|
+
type: PropType<string | undefined>;
|
|
94
94
|
required: false;
|
|
95
95
|
};
|
|
96
96
|
/**
|
|
@@ -175,6 +175,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
175
175
|
type: PropType<boolean | undefined>;
|
|
176
176
|
default: undefined;
|
|
177
177
|
};
|
|
178
|
+
/**
|
|
179
|
+
* If set to true, each row with an `isActive` property set to false
|
|
180
|
+
* will be visually distinct
|
|
181
|
+
*/
|
|
182
|
+
markInactiveRows: {
|
|
183
|
+
type: BooleanConstructor;
|
|
184
|
+
default: boolean;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
188
|
+
* will apply that directly. You can also use a function that takes the
|
|
189
|
+
* row object and returns a string, which allows you to apply different
|
|
190
|
+
* classes to different rows depending on the row data.
|
|
191
|
+
*/
|
|
192
|
+
rowClass: {
|
|
193
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
194
|
+
default: undefined;
|
|
195
|
+
};
|
|
178
196
|
/**
|
|
179
197
|
* Any fields that should be included when sending a communication. If
|
|
180
198
|
* a column name matches the field name then the formatted value of
|
|
@@ -367,7 +385,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
367
385
|
* The unique identifier of the entity type that the rows represent.
|
|
368
386
|
*/
|
|
369
387
|
entityTypeGuid: {
|
|
370
|
-
type: PropType<string>;
|
|
388
|
+
type: PropType<string | undefined>;
|
|
371
389
|
required: false;
|
|
372
390
|
};
|
|
373
391
|
/**
|
|
@@ -452,6 +470,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
452
470
|
type: PropType<boolean | undefined>;
|
|
453
471
|
default: undefined;
|
|
454
472
|
};
|
|
473
|
+
/**
|
|
474
|
+
* If set to true, each row with an `isActive` property set to false
|
|
475
|
+
* will be visually distinct
|
|
476
|
+
*/
|
|
477
|
+
markInactiveRows: {
|
|
478
|
+
type: BooleanConstructor;
|
|
479
|
+
default: boolean;
|
|
480
|
+
};
|
|
481
|
+
/**
|
|
482
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
483
|
+
* will apply that directly. You can also use a function that takes the
|
|
484
|
+
* row object and returns a string, which allows you to apply different
|
|
485
|
+
* classes to different rows depending on the row data.
|
|
486
|
+
*/
|
|
487
|
+
rowClass: {
|
|
488
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
489
|
+
default: undefined;
|
|
490
|
+
};
|
|
455
491
|
/**
|
|
456
492
|
* Any fields that should be included when sending a communication. If
|
|
457
493
|
* a column name matches the field name then the formatted value of
|
|
@@ -552,6 +588,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
552
588
|
onGridSettingsClick?: (() => any) | undefined;
|
|
553
589
|
}, {
|
|
554
590
|
light: boolean;
|
|
591
|
+
markInactiveRows: boolean;
|
|
592
|
+
rowClass: string | ((row: Record<string, unknown>) => string);
|
|
555
593
|
isCountMessageVisible: boolean;
|
|
556
594
|
isSearchVisible: boolean;
|
|
557
595
|
stickyHeader: boolean;
|
|
@@ -30,6 +30,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
type: PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* If set to true, each row with an `isActive` property set to false
|
|
35
|
+
* will be visually distinct
|
|
36
|
+
*/
|
|
37
|
+
markInactiveRows: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
43
|
+
* will apply that directly. You can also use a function that takes the
|
|
44
|
+
* row object and returns a string, which allows you to apply different
|
|
45
|
+
* classes to different rows depending on the row data.
|
|
46
|
+
*/
|
|
47
|
+
rowClass: {
|
|
48
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
33
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
52
|
click: (key: string) => void;
|
|
35
53
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -62,9 +80,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
80
|
type: PropType<boolean>;
|
|
63
81
|
default: boolean;
|
|
64
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* If set to true, each row with an `isActive` property set to false
|
|
85
|
+
* will be visually distinct
|
|
86
|
+
*/
|
|
87
|
+
markInactiveRows: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* A CSS class that will be applied to each row. If you supply a string,
|
|
93
|
+
* will apply that directly. You can also use a function that takes the
|
|
94
|
+
* row object and returns a string, which allows you to apply different
|
|
95
|
+
* classes to different rows depending on the row data.
|
|
96
|
+
*/
|
|
97
|
+
rowClass: {
|
|
98
|
+
type: PropType<string | ((row: Record<string, unknown>) => string)>;
|
|
99
|
+
default: undefined;
|
|
100
|
+
};
|
|
65
101
|
}>> & {
|
|
66
102
|
onClick?: ((key: string) => any) | undefined;
|
|
67
103
|
}, {
|
|
68
104
|
isSelectable: boolean;
|
|
105
|
+
markInactiveRows: boolean;
|
|
106
|
+
rowClass: string | ((row: Record<string, unknown>) => string);
|
|
69
107
|
}>;
|
|
70
108
|
export default _default;
|
|
@@ -6,8 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
default: null;
|
|
7
7
|
};
|
|
8
8
|
attributeEntityTypeGuid: {
|
|
9
|
-
type: PropType<string>;
|
|
10
|
-
default: string;
|
|
9
|
+
type: PropType<string | undefined>;
|
|
11
10
|
};
|
|
12
11
|
isAnalyticsVisible: {
|
|
13
12
|
type: PropType<boolean>;
|
|
@@ -41,8 +40,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
40
|
default: null;
|
|
42
41
|
};
|
|
43
42
|
attributeEntityTypeGuid: {
|
|
44
|
-
type: PropType<string>;
|
|
45
|
-
default: string;
|
|
43
|
+
type: PropType<string | undefined>;
|
|
46
44
|
};
|
|
47
45
|
isAnalyticsVisible: {
|
|
48
46
|
type: PropType<boolean>;
|
|
@@ -72,7 +70,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
70
|
"onUpdate:modelValue"?: ((value: PublicEditableAttributeBag | null) => any) | undefined;
|
|
73
71
|
}, {
|
|
74
72
|
modelValue: PublicEditableAttributeBag | null;
|
|
75
|
-
attributeEntityTypeGuid: string;
|
|
76
73
|
isAnalyticsVisible: boolean;
|
|
77
74
|
isShowInGridVisible: boolean;
|
|
78
75
|
isShowOnBulkVisible: boolean;
|
|
@@ -5,7 +5,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
* be retrieved and displayed.
|
|
6
6
|
*/
|
|
7
7
|
entityTypeGuid: {
|
|
8
|
-
type: PropType<string>;
|
|
8
|
+
type: PropType<string | undefined>;
|
|
9
9
|
required: false;
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
* retrieved and displayed.
|
|
14
14
|
*/
|
|
15
15
|
entityKey: {
|
|
16
|
-
type: PropType<string>;
|
|
16
|
+
type: PropType<string | undefined>;
|
|
17
17
|
required: false;
|
|
18
18
|
};
|
|
19
19
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
* be retrieved and displayed.
|
|
23
23
|
*/
|
|
24
24
|
entityTypeGuid: {
|
|
25
|
-
type: PropType<string>;
|
|
25
|
+
type: PropType<string | undefined>;
|
|
26
26
|
required: false;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
* retrieved and displayed.
|
|
31
31
|
*/
|
|
32
32
|
entityKey: {
|
|
33
|
-
type: PropType<string>;
|
|
33
|
+
type: PropType<string | undefined>;
|
|
34
34
|
required: false;
|
|
35
35
|
};
|
|
36
36
|
}>>, {}>;
|
|
@@ -51,12 +51,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: 0;
|
|
52
52
|
};
|
|
53
53
|
modelValue: {
|
|
54
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
54
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
entityTypeGuid: {
|
|
58
|
-
type: PropType<string>;
|
|
59
|
-
|
|
58
|
+
type: PropType<string | undefined>;
|
|
59
|
+
required: false;
|
|
60
60
|
};
|
|
61
61
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
62
62
|
"update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
|
|
@@ -111,12 +111,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
default: 0;
|
|
112
112
|
};
|
|
113
113
|
modelValue: {
|
|
114
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
114
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
entityTypeGuid: {
|
|
118
|
-
type: PropType<string>;
|
|
119
|
-
|
|
118
|
+
type: PropType<string | undefined>;
|
|
119
|
+
required: false;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
122
122
|
"onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
|
|
@@ -134,6 +134,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
showBlankItem: boolean;
|
|
135
135
|
blankValue: string;
|
|
136
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
-
entityTypeGuid: string;
|
|
138
137
|
}>;
|
|
139
138
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { PropType } from "vue";
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
/** The unique identifier of the type of entity to be rendered. */
|
|
4
4
|
entityTypeGuid: {
|
|
5
|
-
type: PropType<string>;
|
|
5
|
+
type: PropType<string | undefined>;
|
|
6
6
|
required: false;
|
|
7
7
|
};
|
|
8
8
|
/** The identifier key of the entity to be rendered. */
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
/** The unique identifier of the type of entity to be rendered. */
|
|
23
23
|
entityTypeGuid: {
|
|
24
|
-
type: PropType<string>;
|
|
24
|
+
type: PropType<string | undefined>;
|
|
25
25
|
required: false;
|
|
26
26
|
};
|
|
27
27
|
/** The identifier key of the entity to be rendered. */
|
|
@@ -51,12 +51,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: 0;
|
|
52
52
|
};
|
|
53
53
|
modelValue: {
|
|
54
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
54
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
entityTypeGuid: {
|
|
58
|
-
type: PropType<string>;
|
|
59
|
-
default:
|
|
58
|
+
type: PropType<string | undefined>;
|
|
59
|
+
default: undefined;
|
|
60
60
|
};
|
|
61
61
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
62
62
|
"update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
|
|
@@ -111,12 +111,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
default: 0;
|
|
112
112
|
};
|
|
113
113
|
modelValue: {
|
|
114
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
114
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
entityTypeGuid: {
|
|
118
|
-
type: PropType<string>;
|
|
119
|
-
default:
|
|
118
|
+
type: PropType<string | undefined>;
|
|
119
|
+
default: undefined;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
122
122
|
"onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
|
|
@@ -134,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
showBlankItem: boolean;
|
|
135
135
|
blankValue: string;
|
|
136
136
|
displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
|
|
137
|
-
entityTypeGuid: string;
|
|
137
|
+
entityTypeGuid: string | undefined;
|
|
138
138
|
}>;
|
|
139
139
|
export default _default;
|
|
@@ -13,8 +13,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
15
15
|
formGroupClasses: {
|
|
16
|
+
/**
|
|
17
|
+
* Initial items is used to make sure that our currently selected value
|
|
18
|
+
* is considered valid and not erased automatically before our real
|
|
19
|
+
* list of items is available.
|
|
20
|
+
*/
|
|
16
21
|
type: PropType<string>;
|
|
17
|
-
default: "";
|
|
22
|
+
default: ""; /**
|
|
23
|
+
* Initial items is used to make sure that our currently selected value
|
|
24
|
+
* is considered valid and not erased automatically before our real
|
|
25
|
+
* list of items is available.
|
|
26
|
+
*/
|
|
18
27
|
};
|
|
19
28
|
validationTitle: {
|
|
20
29
|
type: PropType<string>;
|
|
@@ -48,6 +57,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
48
57
|
type: PropType<PickerDisplayStyle>;
|
|
49
58
|
default: "auto";
|
|
50
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* Loads the items from the propery and sets the loadedItems value. This
|
|
62
|
+
* function handles the cases of items property being either a Promise or
|
|
63
|
+
* a Function and all the necessary deconstruction.
|
|
64
|
+
*/
|
|
51
65
|
columnCount: {
|
|
52
66
|
type: PropType<number>;
|
|
53
67
|
default: 0;
|
|
@@ -82,8 +96,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
82
96
|
};
|
|
83
97
|
rules: import("@Obsidian/ValidationRules").RulesPropType;
|
|
84
98
|
formGroupClasses: {
|
|
99
|
+
/**
|
|
100
|
+
* Initial items is used to make sure that our currently selected value
|
|
101
|
+
* is considered valid and not erased automatically before our real
|
|
102
|
+
* list of items is available.
|
|
103
|
+
*/
|
|
85
104
|
type: PropType<string>;
|
|
86
|
-
default: "";
|
|
105
|
+
default: ""; /**
|
|
106
|
+
* Initial items is used to make sure that our currently selected value
|
|
107
|
+
* is considered valid and not erased automatically before our real
|
|
108
|
+
* list of items is available.
|
|
109
|
+
*/
|
|
87
110
|
};
|
|
88
111
|
validationTitle: {
|
|
89
112
|
type: PropType<string>;
|
|
@@ -117,6 +140,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
117
140
|
type: PropType<PickerDisplayStyle>;
|
|
118
141
|
default: "auto";
|
|
119
142
|
};
|
|
143
|
+
/**
|
|
144
|
+
* Loads the items from the propery and sets the loadedItems value. This
|
|
145
|
+
* function handles the cases of items property being either a Promise or
|
|
146
|
+
* a Function and all the necessary deconstruction.
|
|
147
|
+
*/
|
|
120
148
|
columnCount: {
|
|
121
149
|
type: PropType<number>;
|
|
122
150
|
default: 0;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: 0;
|
|
52
52
|
};
|
|
53
53
|
modelValue: {
|
|
54
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
54
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
binaryFileTypeGuid: {
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
default: 0;
|
|
112
112
|
};
|
|
113
113
|
modelValue: {
|
|
114
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
114
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
115
115
|
required: false;
|
|
116
116
|
};
|
|
117
117
|
binaryFileTypeGuid: {
|
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
default: "";
|
|
16
16
|
};
|
|
17
17
|
validationTitle: {
|
|
18
|
-
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
19
18
|
type: PropType<string>;
|
|
19
|
+
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
20
20
|
default: "";
|
|
21
21
|
};
|
|
22
22
|
isRequiredIndicatorHidden: {
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
amount: number | null;
|
|
30
30
|
account: ListItemBag | null;
|
|
31
31
|
readOnly: boolean;
|
|
32
|
-
}[]>;
|
|
32
|
+
}[] | undefined>;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
/** V-Model of the Guid of the selected campus */
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
};
|
|
40
40
|
/** Specifies the currency used */
|
|
41
41
|
currencyCodeDefinedValueGuid: {
|
|
42
|
-
type: PropType<string>;
|
|
42
|
+
type: PropType<string | null>;
|
|
43
43
|
default: null;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
@@ -97,12 +97,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
};
|
|
98
98
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
99
99
|
campusTypeFilter: {
|
|
100
|
-
type: PropType<string | string[]>;
|
|
100
|
+
type: PropType<string | string[] | null>;
|
|
101
101
|
default: null;
|
|
102
102
|
};
|
|
103
103
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
104
104
|
campusStatusFilter: {
|
|
105
|
-
type: PropType<string | string[]>;
|
|
105
|
+
type: PropType<string | string[] | null>;
|
|
106
106
|
default: null;
|
|
107
107
|
};
|
|
108
108
|
/** HTML class attribute applied to the single amount textbox */
|
|
@@ -133,8 +133,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
default: "";
|
|
134
134
|
};
|
|
135
135
|
validationTitle: {
|
|
136
|
-
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
137
136
|
type: PropType<string>;
|
|
137
|
+
/** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
|
|
138
138
|
default: "";
|
|
139
139
|
};
|
|
140
140
|
isRequiredIndicatorHidden: {
|
|
@@ -147,7 +147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
amount: number | null;
|
|
148
148
|
account: ListItemBag | null;
|
|
149
149
|
readOnly: boolean;
|
|
150
|
-
}[]>;
|
|
150
|
+
}[] | undefined>;
|
|
151
151
|
required: false;
|
|
152
152
|
};
|
|
153
153
|
/** V-Model of the Guid of the selected campus */
|
|
@@ -157,7 +157,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
157
|
};
|
|
158
158
|
/** Specifies the currency used */
|
|
159
159
|
currencyCodeDefinedValueGuid: {
|
|
160
|
-
type: PropType<string>;
|
|
160
|
+
type: PropType<string | null>;
|
|
161
161
|
default: null;
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
@@ -215,12 +215,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
215
|
};
|
|
216
216
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
217
217
|
campusTypeFilter: {
|
|
218
|
-
type: PropType<string | string[]>;
|
|
218
|
+
type: PropType<string | string[] | null>;
|
|
219
219
|
default: null;
|
|
220
220
|
};
|
|
221
221
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
222
222
|
campusStatusFilter: {
|
|
223
|
-
type: PropType<string | string[]>;
|
|
223
|
+
type: PropType<string | string[] | null>;
|
|
224
224
|
default: null;
|
|
225
225
|
};
|
|
226
226
|
/** HTML class attribute applied to the single amount textbox */
|
|
@@ -242,9 +242,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
242
242
|
formGroupClasses: string;
|
|
243
243
|
validationTitle: string;
|
|
244
244
|
isRequiredIndicatorHidden: boolean;
|
|
245
|
-
currencyCodeDefinedValueGuid: string;
|
|
246
|
-
campusTypeFilter: string | string[];
|
|
247
|
-
campusStatusFilter: string | string[];
|
|
245
|
+
currencyCodeDefinedValueGuid: string | null;
|
|
246
|
+
campusTypeFilter: string | string[] | null;
|
|
247
|
+
campusStatusFilter: string | string[] | null;
|
|
248
248
|
campusGuid: string | null;
|
|
249
249
|
accountAmountEntryMode: "singleAccount" | "multipleAccounts";
|
|
250
250
|
disableAccountCampusMappingLogic: boolean;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
};
|
|
54
54
|
/** The currently selected campus value(s). */
|
|
55
55
|
modelValue: {
|
|
56
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
56
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
57
57
|
required: false;
|
|
58
58
|
};
|
|
59
59
|
/** Forces the picker to be displayed even if only one campus can be selected. */
|
|
@@ -68,12 +68,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
70
70
|
campusTypeFilter: {
|
|
71
|
-
type: PropType<string | string[]>;
|
|
71
|
+
type: PropType<string | string[] | undefined>;
|
|
72
72
|
required: false;
|
|
73
73
|
};
|
|
74
74
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
75
75
|
campusStatusFilter: {
|
|
76
|
-
type: PropType<string | string[]>;
|
|
76
|
+
type: PropType<string | string[] | undefined>;
|
|
77
77
|
required: false;
|
|
78
78
|
};
|
|
79
79
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
};
|
|
133
133
|
/** The currently selected campus value(s). */
|
|
134
134
|
modelValue: {
|
|
135
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
135
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
136
136
|
required: false;
|
|
137
137
|
};
|
|
138
138
|
/** Forces the picker to be displayed even if only one campus can be selected. */
|
|
@@ -147,12 +147,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
};
|
|
148
148
|
/** Campus type defined value guids that limit which campuses are included in the list of options. */
|
|
149
149
|
campusTypeFilter: {
|
|
150
|
-
type: PropType<string | string[]>;
|
|
150
|
+
type: PropType<string | string[] | undefined>;
|
|
151
151
|
required: false;
|
|
152
152
|
};
|
|
153
153
|
/** Campus status defined value guids that limit which campuses are included in the list of options. */
|
|
154
154
|
campusStatusFilter: {
|
|
155
|
-
type: PropType<string | string[]>;
|
|
155
|
+
type: PropType<string | string[] | undefined>;
|
|
156
156
|
required: false;
|
|
157
157
|
};
|
|
158
158
|
}>> & {
|
|
@@ -2,14 +2,14 @@ import { PropType } from "vue";
|
|
|
2
2
|
import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
modelValue: {
|
|
5
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
5
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
6
6
|
required: false;
|
|
7
7
|
};
|
|
8
8
|
rootCategoryGuid: {
|
|
9
|
-
type: PropType<string>;
|
|
9
|
+
type: PropType<string | undefined>;
|
|
10
10
|
};
|
|
11
11
|
entityTypeGuid: {
|
|
12
|
-
type: PropType<string>;
|
|
12
|
+
type: PropType<string | undefined>;
|
|
13
13
|
};
|
|
14
14
|
entityTypeQualifierColumn: {
|
|
15
15
|
type: PropType<string>;
|
|
@@ -29,14 +29,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
"update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
|
|
30
30
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
modelValue: {
|
|
32
|
-
type: PropType<ListItemBag | ListItemBag[] | null>;
|
|
32
|
+
type: PropType<ListItemBag | ListItemBag[] | null | undefined>;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
rootCategoryGuid: {
|
|
36
|
-
type: PropType<string>;
|
|
36
|
+
type: PropType<string | undefined>;
|
|
37
37
|
};
|
|
38
38
|
entityTypeGuid: {
|
|
39
|
-
type: PropType<string>;
|
|
39
|
+
type: PropType<string | undefined>;
|
|
40
40
|
};
|
|
41
41
|
entityTypeQualifierColumn: {
|
|
42
42
|
type: PropType<string>;
|