@rockrms/obsidian-framework 1.16.6-rc.1 → 1.16.7-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.
Files changed (217) hide show
  1. package/package.json +1 -1
  2. package/types/Controls/Grid/dataRows.partial.obs.d.ts +35 -0
  3. package/types/Controls/Grid/grid.partial.obs.d.ts +17 -0
  4. package/types/Controls/Grid/virtualDataRows.partial.obs.d.ts +26 -0
  5. package/types/Controls/Internal/mobileNavigationActionEditor.obs.d.ts +67 -0
  6. package/types/Controls/attributeEditor.obs.d.ts +27 -0
  7. package/types/Controls/colorPicker.obs.d.ts +19 -1
  8. package/types/Controls/currencyBox.obs.d.ts +9 -0
  9. package/types/Controls/dropDownList.obs.d.ts +0 -2
  10. package/types/Controls/expanderPanel.obs.d.ts +77 -0
  11. package/types/Controls/fileUploader.obs.d.ts +16 -0
  12. package/types/Controls/gatewayControlEvents.obs.d.ts +13 -0
  13. package/types/Controls/imageUploader.obs.d.ts +16 -0
  14. package/types/Controls/modal.obs.d.ts +34 -0
  15. package/types/Controls/numberBox.obs.d.ts +10 -1
  16. package/types/Controls/pagePicker.obs.d.ts +16 -0
  17. package/types/Controls/personPicker.obs.d.ts +14 -0
  18. package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
  19. package/types/Controls/phoneNumberBoxWithSms.obs.d.ts +0 -2
  20. package/types/Controls/popOver.obs.d.ts +1 -1
  21. package/types/Controls/scheduleBuilder.obs.d.ts +1 -2
  22. package/types/Controls/textBox.obs.d.ts +9 -0
  23. package/types/Controls/treeList.obs.d.ts +15 -0
  24. package/types/Core/Controls/financialGateway.d.ts +47 -2
  25. package/types/Directives/dragDrop.d.ts +2 -2
  26. package/types/Enums/Blocks/Group/Scheduling/toolboxScheduleRowActionType.d.ts +2 -0
  27. package/types/Enums/CheckIn/Labels/labelType.d.ts +5 -0
  28. package/types/Enums/CheckIn/abilityLevelDeterminationMode.d.ts +6 -1
  29. package/types/Enums/CheckIn/ageRestrictionMode.d.ts +31 -0
  30. package/types/Enums/CheckIn/alreadyEnrolledMatchingLogic.d.ts +24 -0
  31. package/types/Enums/CheckIn/familySearchMode.d.ts +4 -1
  32. package/types/Enums/CheckIn/gradeAndAgeMatchingMode.d.ts +49 -0
  33. package/types/Enums/CheckIn/locationSelectionStrategy.d.ts +35 -0
  34. package/types/Enums/Cms/themeFieldType.d.ts +34 -0
  35. package/types/Enums/Cms/themeFontAwesomeWeight.d.ts +22 -0
  36. package/types/Enums/Cms/themeIconSet.d.ts +11 -0
  37. package/types/Enums/Event/schedulerResourceGroupMemberFilterType.d.ts +4 -1
  38. package/types/Enums/Group/attendanceRule.d.ts +6 -0
  39. package/types/Enums/Group/scheduleCoordinatorNotificationType.d.ts +15 -0
  40. package/types/Enums/Lms/availabilityCriteria.d.ts +17 -0
  41. package/types/Enums/Lms/dueDateCriteria.d.ts +15 -0
  42. package/types/Enums/Mobile/mobileNavigationActionType.d.ts +31 -0
  43. package/types/Enums/WebFarm/logSeverity.d.ts +22 -0
  44. package/types/Enums/WebFarm/logType.d.ts +19 -0
  45. package/types/FieldTypes/mobileNavigationActionField.partial.d.ts +10 -0
  46. package/types/FieldTypes/mobileNavigationActionFieldComponents.d.ts +35 -0
  47. package/types/FieldTypes/phoneNumberFieldComponents.d.ts +3 -4
  48. package/types/PageState/state.d.ts +1 -0
  49. package/types/SystemGuids/blockType.d.ts +4 -0
  50. package/types/SystemGuids/definedType.d.ts +2 -0
  51. package/types/SystemGuids/definedValue.d.ts +12 -0
  52. package/types/SystemGuids/entityType.d.ts +12 -0
  53. package/types/SystemGuids/fieldType.d.ts +2 -0
  54. package/types/SystemGuids/layout.d.ts +2 -0
  55. package/types/SystemGuids/noteType.d.ts +2 -0
  56. package/types/SystemGuids/serviceJob.d.ts +7 -1
  57. package/types/SystemGuids/site.d.ts +2 -0
  58. package/types/SystemGuids/systemCommunication.d.ts +4 -0
  59. package/types/Types/Utility/browserBus.d.ts +5 -0
  60. package/types/Utility/block.d.ts +7 -1
  61. package/types/Utility/browserBus.d.ts +20 -8
  62. package/types/Utility/dialogs.d.ts +42 -0
  63. package/types/Utility/file.d.ts +5 -7
  64. package/types/Utility/localeDateFormatter.d.ts +52 -0
  65. package/types/Utility/numberUtils.d.ts +22 -2
  66. package/types/Utility/page.d.ts +1 -0
  67. package/types/Utility/regexPatterns.d.ts +27 -0
  68. package/types/Utility/rockCurrency.d.ts +13 -2
  69. package/types/Utility/rockDateTime.d.ts +18 -1
  70. package/types/Utility/treeItemProviders.d.ts +5 -0
  71. package/types/Utility/util.d.ts +40 -0
  72. package/types/ViewModels/Blocks/Administration/PageProperties/blockContextInfoBag.d.ts +37 -0
  73. package/types/ViewModels/Blocks/Administration/PageProperties/copyPageRequestBag.d.ts +31 -0
  74. package/types/ViewModels/Blocks/Administration/PageProperties/deletePageRequestBag.d.ts +31 -0
  75. package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesBag.d.ts +163 -0
  76. package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesOptionsBag.d.ts +51 -0
  77. package/types/ViewModels/Blocks/Administration/PageProperties/pagePropertiesValidationResponseBag.d.ts +34 -0
  78. package/types/ViewModels/Blocks/Administration/SystemConfiguration/experimentalSettingsConfigurationBag.d.ts +31 -0
  79. package/types/ViewModels/Blocks/Administration/SystemConfiguration/familyRulesSettingsConfigurationBag.d.ts +28 -0
  80. package/types/ViewModels/Blocks/Administration/SystemConfiguration/generalConfigurationBag.d.ts +43 -0
  81. package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +51 -0
  82. package/types/ViewModels/Blocks/Administration/SystemConfiguration/saveConfigurationResponseBag.d.ts +40 -0
  83. package/types/ViewModels/Blocks/Administration/SystemConfiguration/systemConfigurationInitializationBox.d.ts +69 -0
  84. package/types/ViewModels/Blocks/Administration/SystemConfiguration/uiSettingsConfigurationBag.d.ts +40 -0
  85. package/types/ViewModels/Blocks/Administration/SystemConfiguration/webConfigConfigurationBag.d.ts +49 -0
  86. package/types/ViewModels/Blocks/Bus/BusStatus/busStatusBag.d.ts +42 -0
  87. package/types/ViewModels/Blocks/Bus/BusStatus/busStatusOptionsBag.d.ts +25 -0
  88. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/activeAttendanceBag.d.ts +42 -0
  89. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/editFamilyResponseBag.d.ts +101 -0
  90. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/getCurrentAttendanceResponseBag.d.ts +38 -0
  91. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/getScheduledLocationsResponseBag.d.ts +34 -0
  92. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/idMapBag.d.ts +39 -0
  93. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/locationStatusItemBag.d.ts +34 -0
  94. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/printResponseBag.d.ts +37 -0
  95. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/reprintAttendanceBag.d.ts +51 -0
  96. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/saveFamilyOptionsBag.d.ts +48 -0
  97. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/saveFamilyResponseBag.d.ts +46 -0
  98. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/savedKioskConfigurationBag.d.ts +3 -0
  99. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/scheduledLocationBag.d.ts +52 -0
  100. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/subscribeToRealTimeResponseBag.d.ts +33 -0
  101. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +4 -0
  102. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/checkInScheduleBuilderDataBag.d.ts +34 -0
  103. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/checkInScheduleBuilderOptionsBag.d.ts +37 -0
  104. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +33 -0
  105. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/groupLocationsBag.d.ts +49 -0
  106. package/types/ViewModels/Blocks/CheckIn/Configuration/CheckInLabelDetail/checkInLabelBag.d.ts +6 -0
  107. package/types/ViewModels/Blocks/CheckIn/Configuration/CheckInLabelDetail/checkInLabelDetailOptionsBag.d.ts +3 -0
  108. package/types/ViewModels/Blocks/CheckIn/Configuration/LabelDesigner/labelDesignerOptionsBag.d.ts +6 -0
  109. package/types/ViewModels/Blocks/CheckIn/Configuration/customCheckInSettingsBag.d.ts +32 -0
  110. package/types/ViewModels/Blocks/CheckIn/Configuration/customSettingsBag.d.ts +34 -0
  111. package/types/ViewModels/Blocks/CheckIn/Configuration/customSettingsOptionsBag.d.ts +38 -0
  112. package/types/ViewModels/Blocks/Cms/ContentCollectionView/customSettingsBag.d.ts +3 -0
  113. package/types/ViewModels/Blocks/Cms/LavaShortcodeDetail/lavaShortcodeListBox.d.ts +52 -0
  114. package/types/ViewModels/Blocks/Cms/LavaShortcodeList/lavaShortcodeListBox.d.ts +40 -0
  115. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/pageShortLinkBag.d.ts +10 -14
  116. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/scheduledRedirectBag.d.ts +58 -0
  117. package/types/ViewModels/Blocks/Cms/PageShortLinkDetail/utmSettingsBag.d.ts +54 -0
  118. package/types/ViewModels/Blocks/Cms/ThemeDetail/themeBag.d.ts +81 -0
  119. package/types/ViewModels/Blocks/Cms/ThemeDetail/themeDetailOptionsBag.d.ts +28 -0
  120. package/types/ViewModels/Blocks/Cms/ThemeDetail/themeFieldBag.d.ts +67 -0
  121. package/types/ViewModels/Blocks/Core/AuthClientDetail/authClientBag.d.ts +61 -0
  122. package/types/ViewModels/Blocks/Core/AuthClientDetail/authClientDetailOptionsBag.d.ts +26 -0
  123. package/types/ViewModels/Blocks/Core/AuthClientDetail/authClientScopeBag.d.ts +45 -0
  124. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileBag.d.ts +3 -0
  125. package/types/ViewModels/Blocks/Core/BinaryFileDetail/binaryFileDetailOptionsBag.d.ts +3 -0
  126. package/types/ViewModels/Blocks/Core/CampusDetail/campusBag.d.ts +7 -0
  127. package/types/ViewModels/Blocks/Core/CampusDetail/campusTopicBag.d.ts +43 -0
  128. package/types/ViewModels/Blocks/Core/InteractionChannelDetail/interactionChannelBag.d.ts +3 -3
  129. package/types/ViewModels/Blocks/Core/LocationDetail/addressStandardizationResultBag.d.ts +3 -0
  130. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +4 -3
  131. package/types/ViewModels/Blocks/Core/LocationDetail/locationDetailOptionsBag.d.ts +20 -0
  132. package/types/ViewModels/Blocks/Core/LogViewer/rockLogEventsBag.d.ts +36 -0
  133. package/types/ViewModels/Blocks/Core/ScheduleCategoryExclusionList/scheduleCategoryExclusionBag.d.ts +37 -0
  134. package/types/ViewModels/Blocks/Core/ScheduleCategoryExclusionList/scheduleCategoryExclusionListOptionsBag.d.ts +31 -0
  135. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/getPdfPreviewUrlRequestBag.d.ts +36 -0
  136. package/types/ViewModels/Blocks/Core/SignatureDocumentTemplateDetail/signatureDocumentTemplateBag.d.ts +7 -1
  137. package/types/ViewModels/Blocks/Core/TaggedItemList/taggedItemListBag.d.ts +45 -0
  138. package/types/ViewModels/Blocks/Core/TaggedItemList/taggedItemListOptionsBag.d.ts +46 -0
  139. package/types/ViewModels/Blocks/Crm/FamilyPreRegistration/familyPreRegistrationInitializationBox.d.ts +6 -0
  140. package/types/ViewModels/Blocks/Crm/PhotoVerifyList/photoVerifyListOptionsBag.d.ts +27 -0
  141. package/types/ViewModels/Blocks/Engagement/AchievementAttemptDetail/achievementAttemptBag.d.ts +2 -2
  142. package/types/ViewModels/Blocks/Engagement/StreakList/streakListOptionsBag.d.ts +31 -0
  143. package/types/ViewModels/Blocks/Engagement/StreakMapEditor/streakMapEditorBag.d.ts +57 -0
  144. package/types/ViewModels/Blocks/Engagement/StreakTypeExclusionList/streakTypeExclusionListOptionsBag.d.ts +31 -0
  145. package/types/ViewModels/Blocks/Event/EventCalendarDetail/eventCalendarDetailOptionsBag.d.ts +3 -0
  146. package/types/ViewModels/Blocks/Event/EventItemDetail/eventItemDetailOptionsBag.d.ts +5 -0
  147. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntryGetScheduledPaymentDatesRequestBag.d.ts +36 -0
  148. package/types/ViewModels/Blocks/Event/RegistrationEntry/registrationEntrySuccessBag.d.ts +9 -0
  149. package/types/ViewModels/Blocks/Event/RegistrationInstanceFeeList/registrationInstanceFeeListOptionsBag.d.ts +0 -8
  150. package/types/ViewModels/Blocks/Event/RegistrationInstanceList/registrationInstanceListOptionsBag.d.ts +34 -0
  151. package/types/ViewModels/Blocks/Event/RegistrationInstancePaymentList/registrationInstancePaymentListOptionsBag.d.ts +39 -0
  152. package/types/ViewModels/Blocks/Finance/BenevolenceTypeList/benevolenceTypeListOptionsBag.d.ts +26 -0
  153. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailBag.d.ts +10 -0
  154. package/types/ViewModels/Blocks/Finance/BusinessDetail/businessDetailOptionsBag.d.ts +2 -3
  155. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryBag.d.ts +4 -0
  156. package/types/ViewModels/Blocks/Finance/FinancialPledgeEntry/financialPledgeEntryPhoneNumberBag.d.ts +42 -0
  157. package/types/ViewModels/Blocks/Finance/FundraisingList/fundraisingListInitializationBox.d.ts +28 -0
  158. package/types/ViewModels/Blocks/Finance/VolunteerGenerosityAnalysis/volunteerGenerosityDataBag.d.ts +17 -2
  159. package/types/ViewModels/Blocks/Finance/VolunteerGenerosityAnalysis/volunteerGenerosityPersonBag.d.ts +16 -1
  160. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpRequestBag.d.ts +0 -3
  161. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/saveSignUpResponseBag.d.ts +1 -9
  162. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduleToolbox/signUpOccurrenceBag.d.ts +3 -0
  163. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerInitializationBox.d.ts +6 -0
  164. package/types/ViewModels/Blocks/Prayer/PrayerRequestEntry/prayerRequestEntryInitializationBox.d.ts +6 -0
  165. package/types/ViewModels/Blocks/Reporting/DynamicData/dynamicDataInitializationBox.d.ts +0 -12
  166. package/types/ViewModels/Blocks/Reporting/DynamicData/getDynamicDataRequestBag.d.ts +31 -0
  167. package/types/ViewModels/Blocks/Reporting/DynamicData/getDynamicDataResponseBag.d.ts +37 -0
  168. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/editableFilterBag.d.ts +33 -0
  169. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/getUpdatedFiltersRequestBag.d.ts +28 -0
  170. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/getUpdatedFiltersResponseBag.d.ts +36 -0
  171. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/pageParameterFilterCustomSettingsBag.d.ts +60 -0
  172. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/pageParameterFilterCustomSettingsOptionsBag.d.ts +40 -0
  173. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/pageParameterFilterInitializationBox.d.ts +88 -0
  174. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/updateFiltersRequestBag.d.ts +28 -0
  175. package/types/ViewModels/Blocks/Reporting/PageParameterFilter/updateFiltersResponseBag.d.ts +36 -0
  176. package/types/ViewModels/Blocks/Security/AccountEntry/accountEntryInitializationBox.d.ts +6 -0
  177. package/types/ViewModels/Blocks/Security/SecurityChangeAuditList/securityChangeAuditListOptionsBag.d.ts +26 -0
  178. package/types/ViewModels/Blocks/Security/UserLoginList/userLoginListOptionsBag.d.ts +1 -1
  179. package/types/ViewModels/Blocks/Tv/RokuApplicationDetail/rokuApplicationBag.d.ts +64 -0
  180. package/types/ViewModels/Blocks/Tv/RokuApplicationDetail/rokuApplicationDetailOptionsBag.d.ts +26 -0
  181. package/types/ViewModels/Blocks/Tv/RokuPageDetail/rokuPageBag.d.ts +52 -0
  182. package/types/ViewModels/Blocks/Tv/RokuPageDetail/rokuPageDetailOptionsBag.d.ts +26 -0
  183. package/types/ViewModels/Blocks/Tv/TvApplicationList/tvApplicationOptionsBag.d.ts +26 -0
  184. package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +28 -0
  185. package/types/ViewModels/Blocks/WebFarm/WebFarmNodeLogList/webFarmNodeLogListOptionsBag.d.ts +33 -0
  186. package/types/ViewModels/Blocks/WebFarm/WebFarmSettings/webFarmSettingsBag.d.ts +4 -4
  187. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +9 -0
  188. package/types/ViewModels/CheckIn/Labels/clientLabelBag.d.ts +37 -0
  189. package/types/ViewModels/CheckIn/Labels/imageFieldConfigurationBag.d.ts +8 -0
  190. package/types/ViewModels/CheckIn/Labels/legacyClientLabelBag.d.ts +49 -0
  191. package/types/ViewModels/CheckIn/abilityLevelOpportunityBag.d.ts +17 -0
  192. package/types/ViewModels/CheckIn/areaOpportunityBag.d.ts +8 -0
  193. package/types/ViewModels/CheckIn/attendanceSessionRequestBag.d.ts +6 -0
  194. package/types/ViewModels/CheckIn/attendeeBag.d.ts +6 -0
  195. package/types/ViewModels/CheckIn/campusBag.d.ts +36 -0
  196. package/types/ViewModels/CheckIn/cloudPrintProxyConnectionStatusBag.d.ts +40 -0
  197. package/types/ViewModels/CheckIn/cloudPrintProxyStatusBag.d.ts +39 -0
  198. package/types/ViewModels/CheckIn/configurationTemplateBag.d.ts +23 -0
  199. package/types/ViewModels/CheckIn/familyMemberBag.d.ts +7 -2
  200. package/types/ViewModels/CheckIn/groupOpportunityBag.d.ts +5 -2
  201. package/types/ViewModels/CheckIn/kioskBag.d.ts +4 -0
  202. package/types/ViewModels/CheckIn/locationAndScheduleBag.d.ts +35 -0
  203. package/types/ViewModels/CheckIn/locationOpportunityBag.d.ts +0 -6
  204. package/types/ViewModels/CheckIn/personBag.d.ts +6 -0
  205. package/types/ViewModels/CheckIn/registrationFamilyBag.d.ts +46 -0
  206. package/types/ViewModels/CheckIn/registrationPersonBag.d.ts +108 -0
  207. package/types/ViewModels/CheckIn/savedCheckInConfigurationBag.d.ts +3 -4
  208. package/types/ViewModels/Controls/mobileNavigationActionBag.d.ts +37 -0
  209. package/types/ViewModels/Controls/phoneNumberBoxWithSmsControlBag.d.ts +1 -1
  210. package/types/ViewModels/Event/attendanceUpdatedMessageBag.d.ts +13 -0
  211. package/types/ViewModels/Rest/CheckIn/attendeeOpportunitiesOptionsBag.d.ts +7 -0
  212. package/types/ViewModels/Rest/CheckIn/confirmAttendanceResponseBag.d.ts +4 -0
  213. package/types/ViewModels/Rest/CheckIn/familyMembersOptionsBag.d.ts +7 -0
  214. package/types/ViewModels/Rest/CheckIn/saveAttendanceResponseBag.d.ts +4 -0
  215. package/types/ViewModels/Rest/Controls/phoneNumberBoxGetConfigurationResultsBag.d.ts +3 -0
  216. package/types/ViewModels/Utility/entityAuditBag.d.ts +6 -0
  217. package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +1 -1
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/SparkDevNetwork/Rock.git"
10
10
  },
11
- "version": "1.16.6-rc.1",
11
+ "version": "1.16.7-rc.1",
12
12
  "peerDependencies": {
13
13
  "vue": "3.2.35"
14
14
  }
@@ -1,5 +1,6 @@
1
1
  import { PropType } from "vue";
2
2
  import { ColumnDefinition, IGridState } from "@Obsidian/Types/Controls/grid";
3
+ import { IDragSourceOptions } from "@Obsidian/Directives/dragDrop";
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  /**
5
6
  * The array of columns that should be displayed in the data rows.
@@ -10,6 +11,10 @@ declare const _default: import("vue").DefineComponent<{
10
11
  type: PropType<readonly ColumnDefinition[]>;
11
12
  required: true;
12
13
  };
14
+ dragOptions: {
15
+ type: PropType<IDragSourceOptions>;
16
+ required: false;
17
+ };
13
18
  /** The rows that contain the data to be displayed. */
14
19
  rows: {
15
20
  type: PropType<Record<string, unknown>[]>;
@@ -53,8 +58,21 @@ declare const _default: import("vue").DefineComponent<{
53
58
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
54
59
  default: undefined;
55
60
  };
61
+ /**
62
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
63
+ */
64
+ emptyDataText: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ required: false;
68
+ };
56
69
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
70
  click: (key: string) => void;
71
+ } & {
72
+ width: (width: {
73
+ offsetWidth: number;
74
+ scrollWidth: number;
75
+ }) => void;
58
76
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
77
  /**
60
78
  * The array of columns that should be displayed in the data rows.
@@ -65,6 +83,10 @@ declare const _default: import("vue").DefineComponent<{
65
83
  type: PropType<readonly ColumnDefinition[]>;
66
84
  required: true;
67
85
  };
86
+ dragOptions: {
87
+ type: PropType<IDragSourceOptions>;
88
+ required: false;
89
+ };
68
90
  /** The rows that contain the data to be displayed. */
69
91
  rows: {
70
92
  type: PropType<Record<string, unknown>[]>;
@@ -108,12 +130,25 @@ declare const _default: import("vue").DefineComponent<{
108
130
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
109
131
  default: undefined;
110
132
  };
133
+ /**
134
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
135
+ */
136
+ emptyDataText: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ required: false;
140
+ };
111
141
  }>> & {
112
142
  onClick?: ((key: string) => any) | undefined;
143
+ onWidth?: ((width: {
144
+ offsetWidth: number;
145
+ scrollWidth: number;
146
+ }) => any) | undefined;
113
147
  }, {
114
148
  isSelectable: boolean;
115
149
  markInactiveRows: boolean;
116
150
  itemTerm: string;
117
151
  rowClass: string | ((row: Record<string, unknown>) => string);
152
+ emptyDataText: string;
118
153
  }>;
119
154
  export default _default;
@@ -206,6 +206,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
206
206
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
207
207
  default: undefined;
208
208
  };
209
+ /**
210
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
211
+ */
212
+ emptyDataText: {
213
+ type: StringConstructor;
214
+ default: string;
215
+ required: false;
216
+ };
209
217
  /**
210
218
  * Any fields that should be included when sending a communication. If
211
219
  * a column name matches the field name then the formatted value of
@@ -541,6 +549,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
541
549
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
542
550
  default: undefined;
543
551
  };
552
+ /**
553
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
554
+ */
555
+ emptyDataText: {
556
+ type: StringConstructor;
557
+ default: string;
558
+ required: false;
559
+ };
544
560
  /**
545
561
  * Any fields that should be included when sending a communication. If
546
562
  * a column name matches the field name then the formatted value of
@@ -671,6 +687,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
671
687
  isFooterHidden: boolean;
672
688
  markInactiveRows: boolean;
673
689
  rowClass: string | ((row: Record<string, unknown>) => string);
690
+ emptyDataText: string;
674
691
  isTitleHidden: boolean;
675
692
  isCountMessageVisible: boolean;
676
693
  isSearchVisible: boolean;
@@ -53,8 +53,21 @@ declare const _default: import("vue").DefineComponent<{
53
53
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
54
54
  default: undefined;
55
55
  };
56
+ /**
57
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
58
+ */
59
+ emptyDataText: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ required: false;
63
+ };
56
64
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
65
  click: (key: string) => void;
66
+ } & {
67
+ width: (width: {
68
+ offsetWidth: number;
69
+ scrollWidth: number;
70
+ }) => void;
58
71
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
72
  /**
60
73
  * The array of columns that should be displayed in the data rows.
@@ -108,12 +121,25 @@ declare const _default: import("vue").DefineComponent<{
108
121
  type: PropType<string | ((row: Record<string, unknown>) => string)>;
109
122
  default: undefined;
110
123
  };
124
+ /**
125
+ * The text to display in the empty data row. The default is an empty string (""), which indicates that this property is not set.
126
+ */
127
+ emptyDataText: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ required: false;
131
+ };
111
132
  }>> & {
112
133
  onClick?: ((key: string) => any) | undefined;
134
+ onWidth?: ((width: {
135
+ offsetWidth: number;
136
+ scrollWidth: number;
137
+ }) => any) | undefined;
113
138
  }, {
114
139
  isSelectable: boolean;
115
140
  markInactiveRows: boolean;
116
141
  itemTerm: string;
117
142
  rowClass: string | ((row: Record<string, unknown>) => string);
143
+ emptyDataText: string;
118
144
  }>;
119
145
  export default _default;
@@ -0,0 +1,67 @@
1
+ import { PropType } from "vue";
2
+ import { MobileNavigationActionBag } from "@Obsidian/ViewModels/Controls/mobileNavigationActionBag";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ label: {
5
+ type: PropType<string>;
6
+ default: "";
7
+ };
8
+ help: {
9
+ type: PropType<string>;
10
+ default: "";
11
+ };
12
+ rules: import("@Obsidian/Types/validationRules.js").RulesPropType;
13
+ formGroupClasses: {
14
+ type: PropType<string>;
15
+ default: "";
16
+ };
17
+ validationTitle: {
18
+ type: PropType<string>;
19
+ default: "";
20
+ };
21
+ isRequiredIndicatorHidden: {
22
+ type: PropType<boolean>;
23
+ default: false;
24
+ };
25
+ modelValue: {
26
+ type: PropType<MobileNavigationActionBag>;
27
+ required: true;
28
+ };
29
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ "update:modelValue": (value: MobileNavigationActionBag) => void;
31
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ label: {
33
+ type: PropType<string>;
34
+ default: "";
35
+ };
36
+ help: {
37
+ type: PropType<string>;
38
+ default: "";
39
+ };
40
+ rules: import("@Obsidian/Types/validationRules.js").RulesPropType;
41
+ formGroupClasses: {
42
+ type: PropType<string>;
43
+ default: "";
44
+ };
45
+ validationTitle: {
46
+ type: PropType<string>;
47
+ default: "";
48
+ };
49
+ isRequiredIndicatorHidden: {
50
+ type: PropType<boolean>;
51
+ default: false;
52
+ };
53
+ modelValue: {
54
+ type: PropType<MobileNavigationActionBag>;
55
+ required: true;
56
+ };
57
+ }>> & {
58
+ "onUpdate:modelValue"?: ((value: MobileNavigationActionBag) => any) | undefined;
59
+ }, {
60
+ label: string;
61
+ help: string;
62
+ rules: import("@Obsidian/Types/validationRules.js").ValidationRule | import("@Obsidian/Types/validationRules.js").ValidationRule[];
63
+ formGroupClasses: string;
64
+ validationTitle: string;
65
+ isRequiredIndicatorHidden: boolean;
66
+ }>;
67
+ export default _default;
@@ -8,6 +8,14 @@ declare const _default: import("vue").DefineComponent<{
8
8
  attributeEntityTypeGuid: {
9
9
  type: PropType<string | undefined>;
10
10
  };
11
+ isCategoriesVisible: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ isIsRequiredVisible: {
16
+ type: PropType<boolean>;
17
+ default: boolean;
18
+ };
11
19
  isAnalyticsVisible: {
12
20
  type: PropType<boolean>;
13
21
  default: boolean;
@@ -20,6 +28,10 @@ declare const _default: import("vue").DefineComponent<{
20
28
  type: PropType<boolean>;
21
29
  default: boolean;
22
30
  };
31
+ isHistoryEnabledVisible: {
32
+ type: PropType<boolean>;
33
+ default: boolean;
34
+ };
23
35
  isAllowSearchVisible: {
24
36
  type: PropType<boolean>;
25
37
  default: boolean;
@@ -42,6 +54,14 @@ declare const _default: import("vue").DefineComponent<{
42
54
  attributeEntityTypeGuid: {
43
55
  type: PropType<string | undefined>;
44
56
  };
57
+ isCategoriesVisible: {
58
+ type: PropType<boolean>;
59
+ default: boolean;
60
+ };
61
+ isIsRequiredVisible: {
62
+ type: PropType<boolean>;
63
+ default: boolean;
64
+ };
45
65
  isAnalyticsVisible: {
46
66
  type: PropType<boolean>;
47
67
  default: boolean;
@@ -54,6 +74,10 @@ declare const _default: import("vue").DefineComponent<{
54
74
  type: PropType<boolean>;
55
75
  default: boolean;
56
76
  };
77
+ isHistoryEnabledVisible: {
78
+ type: PropType<boolean>;
79
+ default: boolean;
80
+ };
57
81
  isAllowSearchVisible: {
58
82
  type: PropType<boolean>;
59
83
  default: boolean;
@@ -70,9 +94,12 @@ declare const _default: import("vue").DefineComponent<{
70
94
  "onUpdate:modelValue"?: ((value: PublicEditableAttributeBag | null) => any) | undefined;
71
95
  }, {
72
96
  modelValue: PublicEditableAttributeBag | null;
97
+ isCategoriesVisible: boolean;
98
+ isIsRequiredVisible: boolean;
73
99
  isAnalyticsVisible: boolean;
74
100
  isShowInGridVisible: boolean;
75
101
  isShowOnBulkVisible: boolean;
102
+ isHistoryEnabledVisible: boolean;
76
103
  isAllowSearchVisible: boolean;
77
104
  isIndexingEnabledVisible: boolean;
78
105
  reservedKeyNames: string[];
@@ -1,5 +1,5 @@
1
1
  import { PropType } from "vue";
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
3
  modelValue: {
4
4
  type: PropType<string>;
5
5
  required: true;
@@ -23,5 +23,23 @@ declare const _default: import("vue").DefineComponent<{
23
23
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
24
  }, {
25
25
  placeholder: string;
26
+ }>, {
27
+ prepend: (_: {
28
+ isInputGroupSupported: boolean;
29
+ }) => any;
30
+ inputGroupPrepend: (_: {
31
+ isInputGroupSupported: boolean;
32
+ }) => any;
33
+ inputGroupAppend: (_: {
34
+ isInputGroupSupported: boolean;
35
+ }) => any;
36
+ append: (_: {
37
+ isInputGroupSupported: boolean;
38
+ }) => any;
26
39
  }>;
27
40
  export default _default;
41
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
@@ -15,6 +15,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
15
  currencyCodeDefinedValueGuid: {
16
16
  type: PropType<string | null | undefined>;
17
17
  };
18
+ disablePlaceholder: {
19
+ type: PropType<boolean>;
20
+ default: boolean;
21
+ };
18
22
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
23
  "update:modelValue": (value: number | null) => void;
20
24
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -33,10 +37,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
33
37
  currencyCodeDefinedValueGuid: {
34
38
  type: PropType<string | null | undefined>;
35
39
  };
40
+ disablePlaceholder: {
41
+ type: PropType<boolean>;
42
+ default: boolean;
43
+ };
36
44
  }>> & {
37
45
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
38
46
  }, {
39
47
  modelValue: number | null;
48
+ disablePlaceholder: boolean;
40
49
  }>, {
41
50
  prepend: (_: {}) => any;
42
51
  inputGroupPrepend: (_: {
@@ -11,7 +11,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  default: "";
12
12
  };
13
13
  rules: import("@Obsidian/ValidationRules").RulesPropType;
14
- /** Determines if the blank item should be used. */
15
14
  formGroupClasses: {
16
15
  type: PropType<string>;
17
16
  default: "";
@@ -95,7 +94,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
95
94
  default: "";
96
95
  };
97
96
  rules: import("@Obsidian/ValidationRules").RulesPropType;
98
- /** Determines if the blank item should be used. */
99
97
  formGroupClasses: {
100
98
  type: PropType<string>;
101
99
  default: "";
@@ -0,0 +1,77 @@
1
+ import { PropType } from "vue";
2
+ import { PanelAction } from "@Obsidian/Types/Controls/panelAction";
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+ /** whether the panel is currently collapsed. Defaults to true. */
5
+ isCollapsed: {
6
+ type: PropType<boolean>;
7
+ default: boolean;
8
+ };
9
+ /** Custom labels to display that will provide additional context information. */
10
+ labels: {
11
+ type: PropType<PanelAction[]>;
12
+ required: false;
13
+ };
14
+ /** CSS class(es) to apply to the panel. */
15
+ panelClass: {
16
+ type: PropType<string>;
17
+ required: false;
18
+ };
19
+ /** The subtext of the panel. */
20
+ panelSubtext: {
21
+ type: PropType<string>;
22
+ required: false;
23
+ };
24
+ /** The title of the panel. */
25
+ panelTitle: {
26
+ type: PropType<string>;
27
+ required: false;
28
+ };
29
+ /** CSS class(es) to apply to the wrapper element. */
30
+ wrapperClass: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
+ /** whether the panel is currently collapsed. Defaults to true. */
36
+ isCollapsed: {
37
+ type: PropType<boolean>;
38
+ default: boolean;
39
+ };
40
+ /** Custom labels to display that will provide additional context information. */
41
+ labels: {
42
+ type: PropType<PanelAction[]>;
43
+ required: false;
44
+ };
45
+ /** CSS class(es) to apply to the panel. */
46
+ panelClass: {
47
+ type: PropType<string>;
48
+ required: false;
49
+ };
50
+ /** The subtext of the panel. */
51
+ panelSubtext: {
52
+ type: PropType<string>;
53
+ required: false;
54
+ };
55
+ /** The title of the panel. */
56
+ panelTitle: {
57
+ type: PropType<string>;
58
+ required: false;
59
+ };
60
+ /** CSS class(es) to apply to the wrapper element. */
61
+ wrapperClass: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ }>>, {
66
+ wrapperClass: string;
67
+ isCollapsed: boolean;
68
+ }>, {
69
+ default: (_: {}) => any;
70
+ footer: (_: {}) => any;
71
+ }>;
72
+ export default _default;
73
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
74
+ new (): {
75
+ $slots: S;
76
+ };
77
+ };
@@ -1,6 +1,14 @@
1
1
  import { PropType } from "vue";
2
2
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
3
  declare const _default: import("vue").DefineComponent<{
4
+ /**
5
+ * The current file value. The {@link ListItemBag.value} property should
6
+ * contain either a BinaryFile GUID value or an absolute path (starting
7
+ * with a forward slash) on the server to the static file.
8
+ *
9
+ * The {@link ListItemBag.text} property should contain the name of the
10
+ * file.
11
+ */
4
12
  modelValue: {
5
13
  type: PropType<ListItemBag | null>;
6
14
  required: false;
@@ -24,6 +32,14 @@ declare const _default: import("vue").DefineComponent<{
24
32
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
33
  "update:modelValue": (value: ListItemBag | undefined) => void;
26
34
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
+ /**
36
+ * The current file value. The {@link ListItemBag.value} property should
37
+ * contain either a BinaryFile GUID value or an absolute path (starting
38
+ * with a forward slash) on the server to the static file.
39
+ *
40
+ * The {@link ListItemBag.text} property should contain the name of the
41
+ * file.
42
+ */
27
43
  modelValue: {
28
44
  type: PropType<ListItemBag | null>;
29
45
  required: false;
@@ -0,0 +1,13 @@
1
+ import { PaymentFailureEvent, PaymentSubmittingEvent, PaymentSuccessEvent } from "@Obsidian/Core/Controls/financialGateway";
2
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ paymentSubmitting: (value: PaymentSubmittingEvent) => void;
4
+ } & {
5
+ paymentSuccess: (value: PaymentSuccessEvent) => void;
6
+ } & {
7
+ paymentFailure: (value: PaymentFailureEvent) => void;
8
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
9
+ onPaymentSubmitting?: ((value: PaymentSubmittingEvent) => any) | undefined;
10
+ onPaymentSuccess?: ((value: PaymentSuccessEvent) => any) | undefined;
11
+ onPaymentFailure?: ((value: PaymentFailureEvent) => any) | undefined;
12
+ }, {}>;
13
+ export default _default;
@@ -1,6 +1,14 @@
1
1
  import { PropType } from "vue";
2
2
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
3
  declare const _default: import("vue").DefineComponent<{
4
+ /**
5
+ * The current file value. The {@link ListItemBag.value} property should
6
+ * contain either a BinaryFile GUID value or an absolute path (starting
7
+ * with a forward slash) on the server to the static file.
8
+ *
9
+ * The {@link ListItemBag.text} property should contain the name of the
10
+ * file.
11
+ */
4
12
  modelValue: {
5
13
  type: PropType<ListItemBag | null>;
6
14
  required: false;
@@ -37,6 +45,14 @@ declare const _default: import("vue").DefineComponent<{
37
45
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
46
  "update:modelValue": (value: ListItemBag | undefined) => void;
39
47
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
48
+ /**
49
+ * The current file value. The {@link ListItemBag.value} property should
50
+ * contain either a BinaryFile GUID value or an absolute path (starting
51
+ * with a forward slash) on the server to the static file.
52
+ *
53
+ * The {@link ListItemBag.text} property should contain the name of the
54
+ * file.
55
+ */
40
56
  modelValue: {
41
57
  type: PropType<ListItemBag | null>;
42
58
  required: false;
@@ -24,6 +24,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
24
24
  type: PropType<string>;
25
25
  default: string;
26
26
  };
27
+ saveThenAddText: {
28
+ type: PropType<string>;
29
+ default: string;
30
+ };
27
31
  isFooterHidden: {
28
32
  type: PropType<boolean>;
29
33
  default: boolean;
@@ -40,12 +44,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
40
44
  type: PropType<boolean>;
41
45
  default: boolean;
42
46
  };
47
+ onSave: {
48
+ type: PropType<() => void | PromiseLike<void>>;
49
+ required: false;
50
+ };
51
+ /** True if the form should attempt to submit. */
52
+ submit: {
53
+ type: PropType<boolean>;
54
+ default: boolean;
55
+ };
43
56
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
57
  "update:modelValue": (value: boolean) => void;
45
58
  } & {
46
59
  closeModal: () => void;
47
60
  } & {
48
61
  save: () => void;
62
+ } & {
63
+ saveThenAdd: () => void;
64
+ } & {
65
+ "update:submit": (value: boolean) => void;
49
66
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
67
  modelValue: {
51
68
  type: PropType<boolean>;
@@ -71,6 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
88
  type: PropType<string>;
72
89
  default: string;
73
90
  };
91
+ saveThenAddText: {
92
+ type: PropType<string>;
93
+ default: string;
94
+ };
74
95
  isFooterHidden: {
75
96
  type: PropType<boolean>;
76
97
  default: boolean;
@@ -87,16 +108,29 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
87
108
  type: PropType<boolean>;
88
109
  default: boolean;
89
110
  };
111
+ onSave: {
112
+ type: PropType<() => void | PromiseLike<void>>;
113
+ required: false;
114
+ };
115
+ /** True if the form should attempt to submit. */
116
+ submit: {
117
+ type: PropType<boolean>;
118
+ default: boolean;
119
+ };
90
120
  }>> & {
91
121
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
122
+ "onUpdate:submit"?: ((value: boolean) => any) | undefined;
92
123
  onCloseModal?: (() => any) | undefined;
93
124
  onSave?: (() => any) | undefined;
125
+ onSaveThenAdd?: (() => any) | undefined;
94
126
  }, {
95
127
  title: string;
128
+ submit: boolean;
96
129
  cancelText: string;
97
130
  modalWrapperClasses: string;
98
131
  subtitle: string;
99
132
  saveText: string;
133
+ saveThenAddText: string;
100
134
  isFooterHidden: boolean;
101
135
  isSaveButtonDisabled: boolean;
102
136
  isCloseButtonHidden: boolean;
@@ -34,6 +34,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
34
34
  type: PropType<string>;
35
35
  default: string;
36
36
  };
37
+ validationTitle: {
38
+ type: PropType<string>;
39
+ default: string;
40
+ };
37
41
  rules: import("@Obsidian/ValidationRules").RulesPropType;
38
42
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
43
  "update:modelValue": (value: number | null) => void;
@@ -71,17 +75,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
75
  type: PropType<string>;
72
76
  default: string;
73
77
  };
78
+ validationTitle: {
79
+ type: PropType<string>;
80
+ default: string;
81
+ };
74
82
  rules: import("@Obsidian/ValidationRules").RulesPropType;
75
83
  }>> & {
76
84
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
77
85
  }, {
78
86
  placeholder: string;
79
87
  rules: ValidationRule | ValidationRule[];
88
+ validationTitle: string;
80
89
  modelValue: number | null;
81
90
  modelModifiers: Record<string, boolean>;
82
91
  inputClasses: string;
83
- decimalCount: number | null;
84
92
  inputGroupClasses: string;
93
+ decimalCount: number | null;
85
94
  }>, {
86
95
  prepend: (_: {}) => any;
87
96
  inputGroupPrepend: (_: {