@rockrms/obsidian-framework 17.0.42-beta → 17.1.5

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 (248) hide show
  1. package/package.json +1 -1
  2. package/types/Controls/Grid/Columns/attributeColumns.partial.d.ts +1 -1
  3. package/types/Controls/Grid/Columns/booleanColumn.partial.d.ts +3 -3
  4. package/types/Controls/Grid/Columns/buttonColumn.partial.d.ts +38 -4
  5. package/types/Controls/Grid/Columns/column.partial.d.ts +3 -3
  6. package/types/Controls/Grid/Columns/copyColumn.partial.d.ts +4 -4
  7. package/types/Controls/Grid/Columns/currencyColumn.partial.d.ts +3 -3
  8. package/types/Controls/Grid/Columns/dateColumn.partial.d.ts +3 -3
  9. package/types/Controls/Grid/Columns/dateTimeColumn.partial.d.ts +3 -3
  10. package/types/Controls/Grid/Columns/deleteColumn.partial.d.ts +4 -4
  11. package/types/Controls/Grid/Columns/editColumn.partial.d.ts +4 -4
  12. package/types/Controls/Grid/Columns/highlightDetailColumn.partial.d.ts +3 -3
  13. package/types/Controls/Grid/Columns/htmlColumn.partial.d.ts +3 -3
  14. package/types/Controls/Grid/Columns/labelColumn.partial.d.ts +3 -3
  15. package/types/Controls/Grid/Columns/numberBadgeColumn.partial.d.ts +3 -3
  16. package/types/Controls/Grid/Columns/numberColumn.partial.d.ts +3 -3
  17. package/types/Controls/Grid/Columns/personColumn.partial.d.ts +3 -3
  18. package/types/Controls/Grid/Columns/reorderColumn.partial.d.ts +4 -4
  19. package/types/Controls/Grid/Columns/rockFieldColumn.partial.d.ts +3 -3
  20. package/types/Controls/Grid/Columns/securityColumn.partial.d.ts +4 -4
  21. package/types/Controls/Grid/Columns/selectColumn.partial.d.ts +4 -4
  22. package/types/Controls/Grid/Columns/textColumn.partial.d.ts +3 -3
  23. package/types/Controls/Grid/grid.partial.obs.d.ts +2 -2
  24. package/types/Controls/Internal/EmailEditor/api.d.ts +27 -16
  25. package/types/Controls/Internal/EmailEditor/emailEditor.partial.obs.d.ts +19 -1
  26. package/types/Controls/Internal/EmailEditor/multiSelectButtonGroup.partial.obs.d.ts +2 -2
  27. package/types/Controls/Internal/EmailEditor/overlay.obs.d.ts +4 -4
  28. package/types/Controls/Internal/EmailEditor/properties/inlineSwitchProperty.partial.obs.d.ts +1 -1
  29. package/types/Controls/Internal/EmailEditor/properties/togglablePropertyGroup.partial.obs.d.ts +1 -1
  30. package/types/Controls/Internal/EmailEditor/propertyPanels/buttonComponentPropertyPanel.partial.obs.d.ts +2 -0
  31. package/types/Controls/Internal/EmailEditor/propertyPanels/codeComponentPropertyPanel.partial.obs.d.ts +2 -0
  32. package/types/Controls/Internal/EmailEditor/propertyPanels/imageComponentPropertyPanel.partial.obs.d.ts +2 -0
  33. package/types/Controls/Internal/EmailEditor/propertyPanels/rowComponentPropertyPanel.partial.obs.d.ts +2 -0
  34. package/types/Controls/Internal/EmailEditor/propertyPanels/rsvpComponentPropertyPanel.partial.obs.d.ts +2 -0
  35. package/types/Controls/Internal/EmailEditor/propertyPanels/videoComponentPropertyPanel.partial.obs.d.ts +2 -0
  36. package/types/Controls/Internal/EmailEditor/sidePanel.partial.obs.d.ts +11 -1
  37. package/types/Controls/Internal/EmailEditor/singleSelectButtonGroup.partial.obs.d.ts +3 -3
  38. package/types/Controls/Internal/EmailEditor/textFormatPicker.partial.obs.d.ts +1 -1
  39. package/types/Controls/Internal/EmailEditor/utils.partial.d.ts +32 -5
  40. package/types/Controls/Internal/Notes/note.partial.obs.d.ts +34 -0
  41. package/types/Controls/Internal/Notes/noteEditor.partial.obs.d.ts +103 -0
  42. package/types/Controls/Internal/Notes/noteList.partial.obs.d.ts +24 -0
  43. package/types/Controls/Internal/Notes/types.partial.d.ts +63 -0
  44. package/types/Controls/Internal/Notes/utils.partial.d.ts +93 -0
  45. package/types/Controls/Internal/attributeMatrixEditor.obs.d.ts +1 -1
  46. package/types/Controls/Internal/notesContainer.obs.d.ts +247 -0
  47. package/types/Controls/Internal/treeListItem.obs.d.ts +1 -1
  48. package/types/Controls/NoteEditor/editSourceCodePlugin.partial.obs.d.ts +1 -1
  49. package/types/Controls/accountPicker.obs.d.ts +2 -2
  50. package/types/Controls/achievementTypePicker.obs.d.ts +3 -3
  51. package/types/Controls/adaptiveMessagePicker.obs.d.ts +3 -3
  52. package/types/Controls/addressControl.obs.d.ts +1 -1
  53. package/types/Controls/aiProviderPicker.obs.d.ts +3 -3
  54. package/types/Controls/assessmentTypePicker.obs.d.ts +3 -3
  55. package/types/Controls/assetStorageProviderPicker.obs.d.ts +3 -3
  56. package/types/Controls/badgeComponentPicker.obs.d.ts +3 -3
  57. package/types/Controls/badgePicker.obs.d.ts +3 -3
  58. package/types/Controls/baseAsyncPicker.obs.d.ts +6 -6
  59. package/types/Controls/binaryFilePicker.obs.d.ts +9 -3
  60. package/types/Controls/binaryFileTypePicker.obs.d.ts +3 -3
  61. package/types/Controls/buttonDropDownList.obs.d.ts +2 -2
  62. package/types/Controls/buttonGroup.obs.d.ts +2 -2
  63. package/types/Controls/campusAccountAmountPicker.obs.d.ts +0 -27
  64. package/types/Controls/campusPicker.obs.d.ts +4 -4
  65. package/types/Controls/categorizedValuePicker.obs.d.ts +1 -1
  66. package/types/Controls/categorizedValuePickerDropDownLevel.obs.d.ts +1 -1
  67. package/types/Controls/checkBox.obs.d.ts +1 -0
  68. package/types/Controls/checkBoxList.obs.d.ts +3 -3
  69. package/types/Controls/codeEditor.obs.d.ts +6 -6
  70. package/types/Controls/colorSelector.obs.d.ts +1 -1
  71. package/types/Controls/componentPicker.obs.d.ts +4 -4
  72. package/types/Controls/connectionRequestPicker.obs.d.ts +0 -8
  73. package/types/Controls/contentChannelItemPicker.obs.d.ts +3 -3
  74. package/types/Controls/contentDropDownPicker.obs.d.ts +1 -1
  75. package/types/Controls/copyButton.obs.d.ts +3 -3
  76. package/types/Controls/customSelect.obs.d.ts +52 -52
  77. package/types/Controls/dataViewPicker.obs.d.ts +3 -3
  78. package/types/Controls/datePicker.obs.d.ts +4 -4
  79. package/types/Controls/datePickerBase.obs.d.ts +3 -3
  80. package/types/Controls/dayOfWeekPicker.obs.d.ts +1 -1
  81. package/types/Controls/definedValuePicker.obs.d.ts +4 -4
  82. package/types/Controls/dropDownList.obs.d.ts +6 -6
  83. package/types/Controls/dropDownMenu.obs.d.ts +3 -3
  84. package/types/Controls/electronicSignature.obs.d.ts +44 -2
  85. package/types/Controls/emailEditor.d.ts +2 -2
  86. package/types/Controls/entityPicker.obs.d.ts +1 -1
  87. package/types/Controls/entityTypePicker.obs.d.ts +3 -3
  88. package/types/Controls/ethnicityPicker.obs.d.ts +3 -3
  89. package/types/Controls/eventCalendarPicker.obs.d.ts +3 -3
  90. package/types/Controls/eventItemPicker.obs.d.ts +4 -4
  91. package/types/Controls/fieldTypePicker.obs.d.ts +3 -3
  92. package/types/Controls/financialGatewayPicker.obs.d.ts +4 -4
  93. package/types/Controls/financialStatementTemplatePicker.obs.d.ts +3 -3
  94. package/types/Controls/genderPicker.obs.d.ts +4 -4
  95. package/types/Controls/geoPicker.obs.d.ts +1 -1
  96. package/types/Controls/gradePicker.obs.d.ts +3 -3
  97. package/types/Controls/groupAndRolePicker.obs.d.ts +4 -4
  98. package/types/Controls/groupMemberPicker.obs.d.ts +3 -3
  99. package/types/Controls/groupRolePicker.obs.d.ts +3 -3
  100. package/types/Controls/groupTypeGroupPicker.obs.d.ts +4 -4
  101. package/types/Controls/groupTypePicker.obs.d.ts +3 -3
  102. package/types/Controls/highlightLabel.obs.d.ts +6 -6
  103. package/types/Controls/htmlEditor.obs.d.ts +20 -1
  104. package/types/Controls/imageEditor.obs.d.ts +2 -2
  105. package/types/Controls/inlineRangeSlider.obs.d.ts +2 -2
  106. package/types/Controls/interactionChannelPicker.obs.d.ts +3 -3
  107. package/types/Controls/interactionComponentPicker.obs.d.ts +3 -3
  108. package/types/Controls/kpi.obs.d.ts +3 -3
  109. package/types/Controls/lavaCommandPicker.obs.d.ts +3 -3
  110. package/types/Controls/listBox.obs.d.ts +2 -2
  111. package/types/Controls/listItems.obs.d.ts +1 -1
  112. package/types/Controls/locationItemPicker.obs.d.ts +1 -1
  113. package/types/Controls/locationList.obs.d.ts +3 -3
  114. package/types/Controls/mediaElementPicker.obs.d.ts +4 -4
  115. package/types/Controls/mediaPlayer.obs.d.ts +4 -4
  116. package/types/Controls/mediaSelector.obs.d.ts +2 -2
  117. package/types/Controls/mergeFieldPicker.obs.d.ts +1 -1
  118. package/types/Controls/modal.obs.d.ts +1 -1
  119. package/types/Controls/noteTextEditor.obs.d.ts +1 -1
  120. package/types/Controls/numberBox.obs.d.ts +1 -1
  121. package/types/Controls/numberUpDown.obs.d.ts +2 -2
  122. package/types/Controls/pagePicker.obs.d.ts +1 -1
  123. package/types/Controls/panel.obs.d.ts +3 -3
  124. package/types/Controls/personBasicEditor.obs.d.ts +0 -11
  125. package/types/Controls/personLink.obs.d.ts +3 -3
  126. package/types/Controls/phoneNumberBox.obs.d.ts +1 -1
  127. package/types/Controls/popOver.obs.d.ts +6 -6
  128. package/types/Controls/racePicker.obs.d.ts +3 -3
  129. package/types/Controls/radioButton.obs.d.ts +1 -1
  130. package/types/Controls/radioButtonList.obs.d.ts +3 -3
  131. package/types/Controls/rangeSlider.obs.d.ts +3 -3
  132. package/types/Controls/registrationInstanceBasePicker.obs.d.ts +3 -3
  133. package/types/Controls/reminderTypePicker.obs.d.ts +3 -3
  134. package/types/Controls/remoteAuthsPicker.obs.d.ts +3 -3
  135. package/types/Controls/rockButton.obs.d.ts +13 -4
  136. package/types/Controls/rockField.obs.d.ts +23 -0
  137. package/types/Controls/rockForm.obs.d.ts +8 -1
  138. package/types/Controls/rockFormField.obs.d.ts +1 -1
  139. package/types/Controls/rockSuspense.obs.d.ts +1 -1
  140. package/types/Controls/sectionContainer.obs.d.ts +1 -1
  141. package/types/Controls/sectionHeader.obs.d.ts +1 -1
  142. package/types/Controls/smsMessageEditor.obs.d.ts +2 -2
  143. package/types/Controls/socialSecurityNumberBox.obs.d.ts +1 -1
  144. package/types/Controls/stepProgramPicker.obs.d.ts +3 -3
  145. package/types/Controls/stepStatusPicker.obs.d.ts +3 -3
  146. package/types/Controls/stepTypePicker.obs.d.ts +3 -3
  147. package/types/Controls/streakTypePicker.obs.d.ts +3 -3
  148. package/types/Controls/structuredContentEditor.obs.d.ts +2 -2
  149. package/types/Controls/textBox.obs.d.ts +2 -2
  150. package/types/Controls/timePicker.obs.d.ts +2 -2
  151. package/types/Controls/treeItemPicker.obs.d.ts +2 -2
  152. package/types/Controls/treeList.obs.d.ts +1 -1
  153. package/types/Controls/valueFilter.obs.d.ts +1 -1
  154. package/types/Controls/wordCloud.obs.d.ts +3 -3
  155. package/types/Controls/workflowBasePicker.obs.d.ts +3 -3
  156. package/types/Controls/workflowTypePicker.obs.d.ts +2 -2
  157. package/types/Controls/yearPicker.obs.d.ts +2 -2
  158. package/types/Core/Reporting/fieldFilter.d.ts +84 -0
  159. package/types/Enums/Blocks/Communication/CommunicationEntryWizard/pushOpenAction.d.ts +3 -3
  160. package/types/Enums/Blocks/Communication/CommunicationTemplateDetail/pushOpenAction.d.ts +15 -0
  161. package/types/Enums/Cms/mediaElementQuality.d.ts +28 -0
  162. package/types/Enums/Communication/Chat/chatNotificationMode.d.ts +13 -0
  163. package/types/Enums/Mobile/locationPermissionStatus.d.ts +15 -0
  164. package/types/Enums/Observability/featureFlags.d.ts +13 -0
  165. package/types/Enums/Observability/traceLevel.d.ts +24 -0
  166. package/types/Enums/Security/loginFailureReason.d.ts +2 -2
  167. package/types/Enums/Workflow/interactiveActionContinueMode.d.ts +33 -0
  168. package/types/Enums/Workflow/interactiveMessageType.d.ts +33 -0
  169. package/types/FieldTypes/financialTransactionField.partial.d.ts +7 -0
  170. package/types/FieldTypes/financialTransactionFieldComponents.d.ts +30 -0
  171. package/types/FieldTypes/htmlField.partial.d.ts +2 -1
  172. package/types/FieldTypes/htmlFieldComponents.d.ts +1 -0
  173. package/types/PageState/state.d.ts +1 -0
  174. package/types/SystemGuids/fieldType.d.ts +2 -0
  175. package/types/SystemGuids/group.d.ts +4 -0
  176. package/types/SystemGuids/groupRole.d.ts +4 -0
  177. package/types/SystemGuids/groupType.d.ts +2 -0
  178. package/types/SystemGuids/serviceJob.d.ts +15 -0
  179. package/types/Templates/detailBlock.d.ts +2 -2
  180. package/types/Templates/rockBlock.partial.d.ts +4 -4
  181. package/types/Types/Reporting/fieldFilterAttributeData.d.ts +29 -0
  182. package/types/Utility/block.d.ts +3 -1
  183. package/types/Utility/page.d.ts +1 -0
  184. package/types/Utility/stringUtils.d.ts +17 -0
  185. package/types/Utility/tooltip.d.ts +6 -0
  186. package/types/ViewModels/Blocks/Administration/SystemConfiguration/observabilityConfigurationBag.d.ts +7 -2
  187. package/types/ViewModels/Blocks/CheckIn/CheckInKiosk/webKioskBag.d.ts +6 -0
  188. package/types/ViewModels/Blocks/CheckIn/CheckInScheduleBuilder/cloneScheduleBag.d.ts +4 -0
  189. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkInGeneralSettingsBag.d.ts +9 -0
  190. package/types/ViewModels/Blocks/CheckIn/Config/CheckinTypeDetail/checkinTypeDetailOptionsBag.d.ts +3 -0
  191. package/types/ViewModels/Blocks/Cms/LayoutBlockList/layoutBlockListOptionsBag.d.ts +26 -0
  192. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementBag.d.ts +89 -0
  193. package/types/ViewModels/Blocks/Cms/MediaElementDetail/mediaElementDetailOptionsBag.d.ts +26 -0
  194. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonDataBag.d.ts +43 -0
  195. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatPersonSettingsBag.d.ts +31 -0
  196. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewConfigurationBag.d.ts +46 -0
  197. package/types/ViewModels/Blocks/Communication/Chat/ChatView/chatViewInitializationBox.d.ts +42 -0
  198. package/types/ViewModels/Blocks/Communication/CommunicationEntry/communicationEntryInitializationBox.d.ts +3 -0
  199. package/types/ViewModels/Blocks/Communication/CommunicationEntryWizard/communicationEntryWizardCommunicationBag.d.ts +1 -1
  200. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailCommunicationTemplateBag.d.ts +117 -0
  201. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailGetPreviewMessageRequestBag.d.ts +31 -0
  202. package/types/ViewModels/Blocks/Communication/CommunicationTemplateDetail/communicationTemplateDetailInitializationBox.d.ts +166 -0
  203. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsInitializationBox.d.ts +1 -1
  204. package/types/ViewModels/Blocks/Communication/SmsConversations/smsConversationsSaveNoteBag.d.ts +1 -1
  205. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceBag.d.ts +3 -0
  206. package/types/ViewModels/Blocks/Core/DeviceDetail/deviceDetailOptionsBag.d.ts +3 -0
  207. package/types/ViewModels/Blocks/Core/LocationDetail/locationBag.d.ts +3 -0
  208. package/types/ViewModels/Blocks/Core/Notes/notesInitializationBox.d.ts +2 -2
  209. package/types/ViewModels/Blocks/Engagement/StepProgramList/stepProgramListOptionsBag.d.ts +2 -0
  210. package/types/ViewModels/Blocks/Finance/FinancialAccountDetail/financialAccountBag.d.ts +6 -0
  211. package/types/ViewModels/Blocks/{Cms/BlockList/blockListOptionsBag.d.ts → Security/LoginHistory/loginHistoryOptionsBag.d.ts} +2 -2
  212. package/types/ViewModels/Blocks/Tv/TvPageList/tvPageListOptionsBag.d.ts +3 -0
  213. package/types/ViewModels/Blocks/Workflow/WorkflowEntry/workflowEntryOptionsBag.d.ts +39 -0
  214. package/types/ViewModels/Blocks/blockActionContextBag.d.ts +7 -0
  215. package/types/ViewModels/CheckIn/kioskBag.d.ts +6 -0
  216. package/types/ViewModels/{Blocks/Core/Notes → Controls}/saveNoteRequestBag.d.ts +2 -2
  217. package/types/ViewModels/Finance/savedAccountTokenBag.d.ts +3 -0
  218. package/types/ViewModels/Reporting/chartNumericDataPointBag.d.ts +37 -0
  219. package/types/ViewModels/Rest/CheckIn/proximityBeaconBag.d.ts +49 -0
  220. package/types/ViewModels/Rest/CheckIn/proximityCheckInOptionsBag.d.ts +56 -0
  221. package/types/ViewModels/Rest/Controls/assessmentTypePickerGetAssessmentTypesOptionsBag.d.ts +3 -0
  222. package/types/ViewModels/Rest/Controls/binaryFilePickerGetBinaryFilesOptionsBag.d.ts +6 -0
  223. package/types/ViewModels/Rest/Controls/campusAccountAmountPickerGetAccountsResultItemBag.d.ts +0 -7
  224. package/types/ViewModels/Rest/Controls/emailEditorCreateAttendanceOccurrenceOptionsBag.d.ts +6 -0
  225. package/types/ViewModels/Rest/Controls/emailEditorDeleteEmailSectionOptionsBag.d.ts +6 -0
  226. package/types/ViewModels/Rest/Controls/emailEditorEmailSectionBag.d.ts +6 -0
  227. package/types/ViewModels/Rest/Controls/emailEditorGetAllEmailSectionsOptionsBag.d.ts +31 -0
  228. package/types/ViewModels/Rest/Controls/emailEditorGetAttendanceOccurrenceOptionsBag.d.ts +6 -0
  229. package/types/ViewModels/Rest/Controls/emailEditorGetEmailSectionOptionsBag.d.ts +6 -0
  230. package/types/ViewModels/Rest/Controls/emailEditorGetFutureAttendanceOccurrencesOptionsBag.d.ts +6 -0
  231. package/types/ViewModels/Rest/Controls/emailEditorRegisterRsvpRecipientsOptionsBag.d.ts +6 -0
  232. package/types/ViewModels/Rest/Controls/personBasicEditorBag.d.ts +3 -0
  233. package/types/ViewModels/Rest/Controls/reminderTypePickerGetReminderTypesOptionsBag.d.ts +3 -0
  234. package/types/ViewModels/Rest/Controls/stepStatusPickerGetStepStatusesOptionsBag.d.ts +3 -0
  235. package/types/ViewModels/Rest/Controls/stepTypePickerGetStepTypesOptionsBag.d.ts +3 -0
  236. package/types/ViewModels/Workflow/entryFormButtonBag.d.ts +37 -0
  237. package/types/ViewModels/Workflow/entryFormFieldBag.d.ts +61 -0
  238. package/types/ViewModels/Workflow/entryFormSectionBag.d.ts +54 -0
  239. package/types/ViewModels/Workflow/interactiveActionBag.d.ts +99 -0
  240. package/types/ViewModels/Workflow/interactiveActionDataBag.d.ts +61 -0
  241. package/types/ViewModels/Workflow/interactiveActionExceptionBag.d.ts +37 -0
  242. package/types/ViewModels/Workflow/interactiveMessageBag.d.ts +39 -0
  243. package/types/ViewModels/Workflow/personEntryConfigurationBag.d.ts +128 -0
  244. package/types/ViewModels/Workflow/personEntryValuesBag.d.ts +44 -0
  245. /package/types/Enums/{Blocks/Communication/CommunicationEntryWizard → Communication}/communicationType.d.ts +0 -0
  246. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteBag.d.ts +0 -0
  247. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteEditBag.d.ts +0 -0
  248. /package/types/ViewModels/{Blocks/Core/Notes → Controls}/noteTypeBag.d.ts +0 -0
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
64
64
  };
65
65
  /** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade. NOT Reactive */
66
66
  startView: {
67
- type: PropType<0 | 2 | 1>;
67
+ type: PropType<0 | 1 | 2>;
68
68
  default: number;
69
69
  };
70
70
  /**
@@ -151,7 +151,7 @@ declare const _default: import("vue").DefineComponent<{
151
151
  };
152
152
  /** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade. NOT Reactive */
153
153
  startView: {
154
- type: PropType<0 | 2 | 1>;
154
+ type: PropType<0 | 1 | 2>;
155
155
  default: number;
156
156
  };
157
157
  /**
@@ -176,18 +176,18 @@ declare const _default: import("vue").DefineComponent<{
176
176
  }, {
177
177
  label: string;
178
178
  help: string;
179
+ modelValue: string | null;
179
180
  disableLabel: boolean;
180
181
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
181
182
  formGroupClasses: string;
182
183
  validationTitle: string;
183
184
  isRequiredIndicatorHidden: boolean;
184
- modelValue: string | null;
185
185
  disableForceParse: boolean;
186
186
  disableShowOnFocus: boolean;
187
187
  disableHighlightToday: boolean;
188
188
  disallowFutureDateSelection: boolean;
189
189
  disallowPastDateSelection: boolean;
190
- startView: 0 | 2 | 1;
190
+ startView: 0 | 1 | 2;
191
191
  displayCurrentOption: boolean;
192
192
  isCurrentDateOffset: boolean;
193
193
  }, {}>;
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  };
40
40
  /** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade */
41
41
  startView: {
42
- type: PropType<0 | 2 | 1>;
42
+ type: PropType<0 | 1 | 2>;
43
43
  default: number;
44
44
  };
45
45
  /**
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  };
102
102
  /** Which view do we open the calendar widget on? 0 = Month, 1 = Year, 2 = Decade */
103
103
  startView: {
104
- type: PropType<0 | 2 | 1>;
104
+ type: PropType<0 | 1 | 2>;
105
105
  default: number;
106
106
  };
107
107
  /**
@@ -132,6 +132,6 @@ declare const _default: import("vue").DefineComponent<{
132
132
  disableHighlightToday: boolean;
133
133
  disallowFutureDateSelection: boolean;
134
134
  disallowPastDateSelection: boolean;
135
- startView: 0 | 2 | 1;
135
+ startView: 0 | 1 | 2;
136
136
  }, {}>;
137
137
  export default _default;
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  }>> & {
23
23
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
24
24
  }, {
25
- multiple: boolean;
26
25
  modelValue: string | string[] | null;
26
+ multiple: boolean;
27
27
  }, {}>;
28
28
  export default _default;
@@ -146,20 +146,20 @@ declare const _default: import("vue").DefineComponent<{
146
146
  "onUpdate:modelValue"?: ((_value: ListItemBag | ListItemBag[] | null) => any) | undefined;
147
147
  }, {
148
148
  label: string;
149
- help: string;
150
- columnCount: number;
151
- multiple: boolean;
152
149
  disabled: boolean;
150
+ help: string;
153
151
  disableLabel: boolean;
154
152
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
155
153
  formGroupClasses: string;
156
154
  validationTitle: string;
157
155
  isRequiredIndicatorHidden: boolean;
156
+ multiple: boolean;
158
157
  enhanceForLongLists: boolean;
159
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
160
158
  showBlankItem: boolean;
161
159
  blankValue: string;
160
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
162
161
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
162
+ columnCount: number;
163
163
  allowAdd: boolean;
164
164
  }, {}>;
165
165
  export default _default;
@@ -185,24 +185,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
185
185
  onOpen?: (() => any) | undefined;
186
186
  }, {
187
187
  label: string;
188
- help: string;
189
- multiple: boolean;
190
188
  disabled: boolean;
191
189
  loading: boolean;
190
+ help: string;
192
191
  disableLabel: boolean;
193
192
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
194
193
  formGroupClasses: string;
195
194
  validationTitle: string;
196
195
  isRequiredIndicatorHidden: boolean;
197
- enhanceForLongLists: boolean;
198
- showBlankItem: boolean;
199
- blankValue: string;
200
196
  inputClasses: string;
197
+ multiple: boolean;
201
198
  items: ListItemBag[];
199
+ enhanceForLongLists: boolean;
202
200
  compareValue: (value: string, itemValue: string) => boolean;
203
- maxTagCount: number | "responsive" | undefined;
201
+ showBlankItem: boolean;
202
+ blankValue: string;
204
203
  formControlClasses: string;
205
204
  grouped: boolean;
205
+ maxTagCount: number | "responsive" | undefined;
206
206
  }, {}>, {
207
207
  prepend?(_: {
208
208
  isInputGroupSupported: boolean;
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
24
24
  * Whether to align the dropdown above ("up") or below "down" the anchor.
25
25
  */
26
26
  verticalAlign: {
27
- type: PropType<"down" | "up">;
27
+ type: PropType<"up" | "down">;
28
28
  default: string;
29
29
  };
30
30
  /**
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
54
54
  * Whether to align the dropdown above ("up") or below "down" the anchor.
55
55
  */
56
56
  verticalAlign: {
57
- type: PropType<"down" | "up">;
57
+ type: PropType<"up" | "down">;
58
58
  default: string;
59
59
  };
60
60
  /**
@@ -65,8 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
65
65
  required: false;
66
66
  };
67
67
  }>>, {
68
- verticalAlign: "down" | "up";
69
68
  align: "left" | "right";
69
+ verticalAlign: "up" | "down";
70
70
  }, {}>, {
71
71
  anchor?(_: {
72
72
  click: typeof onDropDownClick;
@@ -28,9 +28,29 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: PropType<string>;
29
29
  default: string;
30
30
  };
31
+ /**
32
+ * If specified then the e-mail label will not give any indication
33
+ * that they will receive a copy of the signed document.
34
+ */
35
+ noCopyEmail: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ /**
40
+ * If specified and not in drawn signature mode then the name from the
41
+ * signing step will be displayed as read-only on the completion step.
42
+ */
43
+ showNameOnCompletion: {
44
+ type: PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ /** The callback when the signature has been completed. */
48
+ onSigned: {
49
+ type: PropType<() => void | Promise<void>>;
50
+ required: false;
51
+ };
31
52
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
53
  "update:modelValue": (data: ElectronicSignatureValue) => void;
33
- signed: () => void;
34
54
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
55
  modelValue: {
36
56
  type: PropType<ElectronicSignatureValue>;
@@ -44,11 +64,33 @@ declare const _default: import("vue").DefineComponent<{
44
64
  type: PropType<string>;
45
65
  default: string;
46
66
  };
67
+ /**
68
+ * If specified then the e-mail label will not give any indication
69
+ * that they will receive a copy of the signed document.
70
+ */
71
+ noCopyEmail: {
72
+ type: PropType<boolean>;
73
+ default: boolean;
74
+ };
75
+ /**
76
+ * If specified and not in drawn signature mode then the name from the
77
+ * signing step will be displayed as read-only on the completion step.
78
+ */
79
+ showNameOnCompletion: {
80
+ type: PropType<boolean>;
81
+ default: boolean;
82
+ };
83
+ /** The callback when the signature has been completed. */
84
+ onSigned: {
85
+ type: PropType<() => void | Promise<void>>;
86
+ required: false;
87
+ };
47
88
  }>> & {
48
89
  "onUpdate:modelValue"?: ((data: ElectronicSignatureValue) => any) | undefined;
49
- onSigned?: (() => any) | undefined;
50
90
  }, {
51
91
  isDrawn: boolean;
52
92
  documentTerm: string;
93
+ noCopyEmail: boolean;
94
+ showNameOnCompletion: boolean;
53
95
  }, {}>;
54
96
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import EmailEditor from "./Internal/EmailEditor/emailEditor.partial.obs";
2
- import { createBinaryFileImageFromElement, createEmailSection, createStarterSections, deleteEmailSection, getAllEmailSections, getEmailSection, registerRsvpRecipients, updateEmailSection, getAttendanceOccurrence, getFutureAttendanceOccurrences, createAttendanceOccurrence } from "./Internal/EmailEditor/api";
2
+ import { EmailEditorApi } from "./Internal/EmailEditor/api";
3
3
  import { GetHtmlRequest, GetHtmlResponse } from "./Internal/EmailEditor/types";
4
4
  export default EmailEditor;
5
- export { createBinaryFileImageFromElement, createEmailSection, createStarterSections, deleteEmailSection, getAllEmailSections, getEmailSection, updateEmailSection, registerRsvpRecipients, getAttendanceOccurrence, getFutureAttendanceOccurrences, createAttendanceOccurrence, GetHtmlRequest, GetHtmlResponse };
5
+ export { EmailEditorApi, GetHtmlRequest, GetHtmlResponse };
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<{
128
128
  "onUpdate:entityType"?: ((value: ListItemBag | null) => any) | undefined;
129
129
  }, {
130
130
  label: string;
131
- help: string;
132
131
  disabled: boolean;
132
+ help: string;
133
133
  disableLabel: boolean;
134
134
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
135
135
  formGroupClasses: string;
@@ -173,18 +173,18 @@ declare const _default: import("vue").DefineComponent<{
173
173
  }, {
174
174
  label: string;
175
175
  help: string;
176
- columnCount: number;
177
- multiple: boolean;
178
176
  disableLabel: boolean;
179
177
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
180
178
  formGroupClasses: string;
181
179
  validationTitle: string;
182
180
  isRequiredIndicatorHidden: boolean;
181
+ multiple: boolean;
183
182
  enhanceForLongLists: boolean;
184
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
185
183
  showBlankItem: boolean;
186
184
  blankValue: string;
185
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
187
186
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
187
+ columnCount: number;
188
188
  includeGlobalOption: boolean;
189
189
  entityTypeGuids: string[];
190
190
  }, {}>;
@@ -147,17 +147,17 @@ declare const _default: import("vue").DefineComponent<{
147
147
  }, {
148
148
  label: string;
149
149
  help: string;
150
- columnCount: number;
151
- multiple: boolean;
152
150
  disableLabel: boolean;
153
151
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
154
152
  formGroupClasses: string;
155
153
  validationTitle: string;
156
154
  isRequiredIndicatorHidden: boolean;
155
+ multiple: boolean;
157
156
  enhanceForLongLists: boolean;
158
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
159
157
  showBlankItem: boolean;
160
158
  blankValue: string;
159
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
161
160
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
161
+ columnCount: number;
162
162
  }, {}>;
163
163
  export default _default;
@@ -125,17 +125,17 @@ declare const _default: import("vue").DefineComponent<{
125
125
  }, {
126
126
  label: string;
127
127
  help: string;
128
- columnCount: number;
129
- multiple: boolean;
130
128
  disableLabel: boolean;
131
129
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
132
130
  formGroupClasses: string;
133
131
  validationTitle: string;
134
132
  isRequiredIndicatorHidden: boolean;
133
+ multiple: boolean;
135
134
  enhanceForLongLists: boolean;
136
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
137
135
  showBlankItem: boolean;
138
136
  blankValue: string;
137
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
139
138
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
139
+ columnCount: number;
140
140
  }, {}>;
141
141
  export default _default;
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
131
131
  }, {
132
132
  label: string;
133
133
  help: string;
134
- columnCount: number;
135
- multiple: boolean;
136
134
  disableLabel: boolean;
137
135
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
138
136
  formGroupClasses: string;
139
137
  validationTitle: string;
140
138
  isRequiredIndicatorHidden: boolean;
139
+ multiple: boolean;
141
140
  enhanceForLongLists: boolean;
142
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
141
+ includeInactive: boolean;
143
142
  showBlankItem: boolean;
144
143
  blankValue: string;
144
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
145
145
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
146
- includeInactive: boolean;
146
+ columnCount: number;
147
147
  }, {}>;
148
148
  export default _default;
@@ -123,17 +123,17 @@ declare const _default: import("vue").DefineComponent<{
123
123
  }, {
124
124
  label: string;
125
125
  help: string;
126
- columnCount: number;
127
- multiple: boolean;
128
126
  disableLabel: boolean;
129
127
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
130
128
  formGroupClasses: string;
131
129
  validationTitle: string;
132
130
  isRequiredIndicatorHidden: boolean;
131
+ multiple: boolean;
133
132
  enhanceForLongLists: boolean;
134
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
135
133
  showBlankItem: boolean;
136
134
  blankValue: string;
135
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
137
136
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
+ columnCount: number;
138
138
  }, {}>;
139
139
  export default _default;
@@ -139,19 +139,19 @@ declare const _default: import("vue").DefineComponent<{
139
139
  }, {
140
140
  label: string;
141
141
  help: string;
142
- columnCount: number;
143
- multiple: boolean;
144
142
  disableLabel: boolean;
145
143
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
146
144
  formGroupClasses: string;
147
145
  validationTitle: string;
148
146
  isRequiredIndicatorHidden: boolean;
147
+ multiple: boolean;
149
148
  enhanceForLongLists: boolean;
150
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
149
+ includeInactive: boolean;
151
150
  showBlankItem: boolean;
152
151
  blankValue: string;
152
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
153
153
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
154
- includeInactive: boolean;
154
+ columnCount: number;
155
155
  showAllGatewayComponents: boolean;
156
156
  }, {}>;
157
157
  export default _default;
@@ -123,17 +123,17 @@ declare const _default: import("vue").DefineComponent<{
123
123
  }, {
124
124
  label: string;
125
125
  help: string;
126
- columnCount: number;
127
- multiple: boolean;
128
126
  disableLabel: boolean;
129
127
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
130
128
  formGroupClasses: string;
131
129
  validationTitle: string;
132
130
  isRequiredIndicatorHidden: boolean;
131
+ multiple: boolean;
133
132
  enhanceForLongLists: boolean;
134
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
135
133
  showBlankItem: boolean;
136
134
  blankValue: string;
135
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
137
136
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
+ columnCount: number;
138
138
  }, {}>;
139
139
  export default _default;
@@ -139,19 +139,19 @@ declare const _default: import("vue").DefineComponent<{
139
139
  }, {
140
140
  label: string;
141
141
  help: string;
142
- columnCount: number;
143
- multiple: boolean;
142
+ modelValue: string;
144
143
  disableLabel: boolean;
145
144
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
146
145
  formGroupClasses: string;
147
146
  validationTitle: string;
148
147
  isRequiredIndicatorHidden: boolean;
148
+ multiple: boolean;
149
149
  enhanceForLongLists: boolean;
150
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
151
150
  showBlankItem: boolean;
152
151
  blankValue: string;
152
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
153
153
  displayStyle: PickerDisplayStyle;
154
- modelValue: string;
154
+ columnCount: number;
155
155
  hideUnknown: boolean;
156
156
  showUnknownLabelInDropDown: boolean;
157
157
  }, {}>;
@@ -143,12 +143,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
143
143
  }, {
144
144
  label: string;
145
145
  help: string;
146
+ modelValue: string;
146
147
  disableLabel: boolean;
147
148
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
148
149
  formGroupClasses: string;
149
150
  validationTitle: string;
150
151
  isRequiredIndicatorHidden: boolean;
151
- modelValue: string;
152
152
  showPopup: boolean;
153
153
  mapStyleValueGuid: string;
154
154
  centerLatitude: number;
@@ -145,18 +145,18 @@ declare const _default: import("vue").DefineComponent<{
145
145
  }, {
146
146
  label: string;
147
147
  help: string;
148
- columnCount: number;
149
- multiple: boolean;
150
148
  disableLabel: boolean;
151
149
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
152
150
  formGroupClasses: string;
153
151
  validationTitle: string;
154
152
  isRequiredIndicatorHidden: boolean;
153
+ multiple: boolean;
155
154
  enhanceForLongLists: boolean;
156
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
157
155
  showBlankItem: boolean;
158
156
  blankValue: string;
157
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
159
158
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
159
+ columnCount: number;
160
160
  useAbbreviation: boolean;
161
161
  useGuidAsValue: boolean;
162
162
  }, {}>;
@@ -175,20 +175,20 @@ declare const _default: import("vue").DefineComponent<{
175
175
  "onUpdate:group"?: ((value: ListItemBag | null) => any) | undefined;
176
176
  }, {
177
177
  label: string;
178
- help: string;
179
- columnCount: number;
180
- multiple: boolean;
181
178
  disabled: boolean;
179
+ help: string;
182
180
  disableLabel: boolean;
183
181
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
184
182
  formGroupClasses: string;
185
183
  validationTitle: string;
186
184
  isRequiredIndicatorHidden: boolean;
185
+ multiple: boolean;
187
186
  enhanceForLongLists: boolean;
188
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
189
187
  showBlankItem: boolean;
190
188
  blankValue: string;
189
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
191
190
  displayStyle: PickerDisplayStyle;
191
+ columnCount: number;
192
192
  groupType: ListItemBag | null;
193
193
  groupLabel: string;
194
194
  group: ListItemBag | null;
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
131
131
  }, {
132
132
  label: string;
133
133
  help: string;
134
- columnCount: number;
135
- multiple: boolean;
136
134
  disableLabel: boolean;
137
135
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
138
136
  formGroupClasses: string;
139
137
  validationTitle: string;
140
138
  isRequiredIndicatorHidden: boolean;
139
+ multiple: boolean;
141
140
  enhanceForLongLists: boolean;
142
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
143
141
  showBlankItem: boolean;
144
142
  blankValue: string;
143
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
145
144
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
145
+ columnCount: number;
146
146
  groupGuid: string | null;
147
147
  }, {}>;
148
148
  export default _default;
@@ -139,18 +139,18 @@ declare const _default: import("vue").DefineComponent<{
139
139
  }, {
140
140
  label: string;
141
141
  help: string;
142
- columnCount: number;
143
- multiple: boolean;
144
142
  disableLabel: boolean;
145
143
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
146
144
  formGroupClasses: string;
147
145
  validationTitle: string;
148
146
  isRequiredIndicatorHidden: boolean;
147
+ multiple: boolean;
149
148
  enhanceForLongLists: boolean;
150
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
151
149
  showBlankItem: boolean;
152
150
  blankValue: string;
151
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
153
152
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
153
+ columnCount: number;
154
154
  groupTypeGuid: string | null;
155
155
  }, {}>;
156
156
  export default _default;
@@ -167,20 +167,20 @@ declare const _default: import("vue").DefineComponent<{
167
167
  "onUpdate:groupType"?: ((value: ListItemBag | null) => any) | undefined;
168
168
  }, {
169
169
  label: string;
170
- help: string;
171
- columnCount: number;
172
- multiple: boolean;
173
170
  disabled: boolean;
171
+ help: string;
174
172
  disableLabel: boolean;
175
173
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
176
174
  formGroupClasses: string;
177
175
  validationTitle: string;
178
176
  isRequiredIndicatorHidden: boolean;
177
+ multiple: boolean;
179
178
  enhanceForLongLists: boolean;
180
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
181
179
  showBlankItem: boolean;
182
180
  blankValue: string;
181
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
183
182
  displayStyle: PickerDisplayStyle;
183
+ columnCount: number;
184
184
  groupType: ListItemBag | null;
185
185
  groupLabel: string;
186
186
  isGroupTypeSortedByName: boolean;
@@ -155,18 +155,18 @@ declare const _default: import("vue").DefineComponent<{
155
155
  }, {
156
156
  label: string;
157
157
  help: string;
158
- columnCount: number;
159
- multiple: boolean;
160
158
  disableLabel: boolean;
161
159
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
162
160
  formGroupClasses: string;
163
161
  validationTitle: string;
164
162
  isRequiredIndicatorHidden: boolean;
163
+ multiple: boolean;
165
164
  enhanceForLongLists: boolean;
166
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
167
165
  showBlankItem: boolean;
168
166
  blankValue: string;
167
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
169
168
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
169
+ columnCount: number;
170
170
  groupTypes: string[] | null;
171
171
  isSortedByName: boolean;
172
172
  onlyGroupListItems: boolean;
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
9
  default: string;
10
10
  };
11
11
  labelType: {
12
- type: PropType<"type" | "default" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
12
+ type: PropType<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
13
13
  default: string;
14
14
  };
15
15
  tooltip: {
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
17
17
  default: string;
18
18
  };
19
19
  tooltipPlacement: {
20
- type: PropType<"left" | "right" | "bottom" | "top">;
20
+ type: PropType<"left" | "top" | "right" | "bottom">;
21
21
  default: string;
22
22
  };
23
23
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
30
30
  default: string;
31
31
  };
32
32
  labelType: {
33
- type: PropType<"type" | "default" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
33
+ type: PropType<"default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom">;
34
34
  default: string;
35
35
  };
36
36
  tooltip: {
@@ -38,15 +38,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
38
38
  default: string;
39
39
  };
40
40
  tooltipPlacement: {
41
- type: PropType<"left" | "right" | "bottom" | "top">;
41
+ type: PropType<"left" | "top" | "right" | "bottom">;
42
42
  default: string;
43
43
  };
44
44
  }>>, {
45
45
  tooltip: string;
46
46
  iconCssClass: string;
47
- tooltipPlacement: "left" | "right" | "bottom" | "top";
47
+ tooltipPlacement: "left" | "top" | "right" | "bottom";
48
48
  customClass: string;
49
- labelType: "type" | "default" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom";
49
+ labelType: "default" | "type" | "primary" | "danger" | "warning" | "success" | "info" | "campus" | "custom";
50
50
  }, {}>, {
51
51
  default?(_: {}): any;
52
52
  }>;