@rockrms/obsidian-framework 17.0.43 → 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
@@ -112,14 +112,14 @@ declare const _default: import("vue").DefineComponent<{
112
112
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
113
113
  }, {
114
114
  label: string;
115
- help: string;
116
115
  disabled: boolean;
116
+ btnSize: BtnSize;
117
+ help: string;
117
118
  disableLabel: boolean;
118
119
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
119
120
  formGroupClasses: string;
120
121
  validationTitle: string;
121
122
  isRequiredIndicatorHidden: boolean;
122
- btnSize: BtnSize;
123
123
  items: StandardListItemBag[];
124
124
  unselectedBtnType: LiteralUnion<BtnType>;
125
125
  selectedBtnType: LiteralUnion<BtnType>;
@@ -54,19 +54,6 @@ declare const _default: import("vue").DefineComponent<{
54
54
  type: PropType<"singleAccount" | "multipleAccounts">;
55
55
  default: string;
56
56
  };
57
- /**
58
- * By default, the *actual* selected account will be determined as follows:
59
- *
60
- * 1. If the selected account is associated with the selected campus, that account will be used
61
- * 2. If the selected account is not associated with a campus, use the first matching active child account that is associated with the selected campus.
62
- * 3. If the selected account is not associated with a campus, and there are no active child accounts for the selected campus, use the parent account (the one the user sees).
63
- *
64
- * If this props is set to true, the parent account that appears in the picker will always be used.
65
- */
66
- disableAccountCampusMappingLogic: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
57
  /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
71
58
  accountHeaderTemplate: {
72
59
  type: StringConstructor;
@@ -166,19 +153,6 @@ declare const _default: import("vue").DefineComponent<{
166
153
  type: PropType<"singleAccount" | "multipleAccounts">;
167
154
  default: string;
168
155
  };
169
- /**
170
- * By default, the *actual* selected account will be determined as follows:
171
- *
172
- * 1. If the selected account is associated with the selected campus, that account will be used
173
- * 2. If the selected account is not associated with a campus, use the first matching active child account that is associated with the selected campus.
174
- * 3. If the selected account is not associated with a campus, and there are no active child accounts for the selected campus, use the parent account (the one the user sees).
175
- *
176
- * If this props is set to true, the parent account that appears in the picker will always be used.
177
- */
178
- disableAccountCampusMappingLogic: {
179
- type: BooleanConstructor;
180
- default: boolean;
181
- };
182
156
  /** The Lava Template to use as the amount input label for each account. Default is "Account.PublicName". */
183
157
  accountHeaderTemplate: {
184
158
  type: StringConstructor;
@@ -242,7 +216,6 @@ declare const _default: import("vue").DefineComponent<{
242
216
  campusStatusFilter: string | string[] | null;
243
217
  campusGuid: string | null;
244
218
  accountAmountEntryMode: "singleAccount" | "multipleAccounts";
245
- disableAccountCampusMappingLogic: boolean;
246
219
  accountHeaderTemplate: string;
247
220
  orderBySelectableAccountsIndex: boolean;
248
221
  hideCampusIfKnown: boolean;
@@ -168,19 +168,19 @@ declare const _default: import("vue").DefineComponent<{
168
168
  }, {
169
169
  label: string;
170
170
  help: string;
171
- columnCount: number;
172
- multiple: boolean;
173
171
  disableLabel: boolean;
174
172
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
175
173
  formGroupClasses: string;
176
174
  validationTitle: string;
177
175
  isRequiredIndicatorHidden: boolean;
176
+ multiple: boolean;
178
177
  enhanceForLongLists: boolean;
179
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
178
+ includeInactive: boolean;
180
179
  showBlankItem: boolean;
181
180
  blankValue: string;
181
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
182
182
  displayStyle: PickerDisplayStyle;
183
- includeInactive: boolean;
183
+ columnCount: number;
184
184
  forceVisible: boolean;
185
185
  }, {}>;
186
186
  export default _default;
@@ -83,12 +83,12 @@ declare const _default: import("vue").DefineComponent<{
83
83
  }, {
84
84
  label: string;
85
85
  help: string;
86
+ modelValue: ListItemBag | null;
86
87
  disableLabel: boolean;
87
88
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
88
89
  formGroupClasses: string;
89
90
  validationTitle: string;
90
91
  isRequiredIndicatorHidden: boolean;
91
- modelValue: ListItemBag | null;
92
92
  onlyIncludeGuids: string[] | null;
93
93
  }, {}>;
94
94
  export default _default;
@@ -84,11 +84,11 @@ declare const _default: import("vue").DefineComponent<{
84
84
  }, {
85
85
  label: string;
86
86
  help: string;
87
+ modelValue: ListItemBag | null;
87
88
  disableLabel: boolean;
88
89
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
89
90
  formGroupClasses: string;
90
91
  validationTitle: string;
91
92
  isRequiredIndicatorHidden: boolean;
92
- modelValue: ListItemBag | null;
93
93
  }, {}>;
94
94
  export default _default;
@@ -42,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
42
42
  rules: string;
43
43
  }, {}>, {
44
44
  textAppend?(_: {}): any;
45
+ inputGroupAppend?(_: {}): any;
45
46
  }>;
46
47
  export default _default;
47
48
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -117,16 +117,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
117
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
118
118
  }, {
119
119
  label: string;
120
- help: string;
121
- horizontal: boolean;
122
120
  disabled: boolean;
121
+ help: string;
122
+ modelValue: string[];
123
123
  disableLabel: boolean;
124
124
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
125
125
  formGroupClasses: string;
126
126
  validationTitle: string;
127
127
  isRequiredIndicatorHidden: boolean;
128
- modelValue: string[];
129
128
  repeatColumns: number;
129
+ horizontal: boolean;
130
130
  displayAsCheckList: boolean;
131
131
  compareValue: (value: string, itemValue: string) => boolean;
132
132
  }, {}>, {
@@ -16,12 +16,12 @@ declare const _default: import("vue").DefineComponent<{
16
16
  };
17
17
  /** The name of the theme to use when styling the editor. */
18
18
  theme: {
19
- type: PropType<0 | 2 | 1 | 3 | 8 | 4 | 16 | 6 | 5 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | "terminal" | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | "vs" | "vs-dark" | "hc-light" | "hc-black">;
19
+ type: PropType<0 | 1 | 2 | 22 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 25 | 27 | 21 | 24 | 23 | 29 | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "terminal" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | 26 | 28 | "vs" | "vs-dark" | "hc-light" | "hc-black">;
20
20
  default: string;
21
21
  };
22
22
  /** The name of the syntax mode that represents the expected language. */
23
23
  mode: {
24
- type: PropType<0 | 2 | 1 | 3 | 8 | "typescript" | 4 | 6 | 5 | 7 | 9 | 10 | 11 | "text" | "css" | "html" | "lava" | "javascript" | "less" | "powershell" | "sql" | "csharp" | "markdown" | "xml">;
24
+ type: PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "html" | "text" | "css" | "lava" | "javascript" | "less" | "powershell" | "sql" | "typescript" | "csharp" | "markdown" | "xml">;
25
25
  default: string;
26
26
  };
27
27
  /** If set then line wrapping will be disabled. */
@@ -59,12 +59,12 @@ declare const _default: import("vue").DefineComponent<{
59
59
  };
60
60
  /** The name of the theme to use when styling the editor. */
61
61
  theme: {
62
- type: PropType<0 | 2 | 1 | 3 | 8 | 4 | 16 | 6 | 5 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | "terminal" | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | "vs" | "vs-dark" | "hc-light" | "hc-black">;
62
+ type: PropType<0 | 1 | 2 | 22 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 25 | 27 | 21 | 24 | 23 | 29 | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "terminal" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | 26 | 28 | "vs" | "vs-dark" | "hc-light" | "hc-black">;
63
63
  default: string;
64
64
  };
65
65
  /** The name of the syntax mode that represents the expected language. */
66
66
  mode: {
67
- type: PropType<0 | 2 | 1 | 3 | 8 | "typescript" | 4 | 6 | 5 | 7 | 9 | 10 | 11 | "text" | "css" | "html" | "lava" | "javascript" | "less" | "powershell" | "sql" | "csharp" | "markdown" | "xml">;
67
+ type: PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "html" | "text" | "css" | "lava" | "javascript" | "less" | "powershell" | "sql" | "typescript" | "csharp" | "markdown" | "xml">;
68
68
  default: string;
69
69
  };
70
70
  /** If set then line wrapping will be disabled. */
@@ -90,11 +90,11 @@ declare const _default: import("vue").DefineComponent<{
90
90
  }>> & {
91
91
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
92
92
  }, {
93
- mode: 0 | 2 | 1 | 3 | 8 | "typescript" | 4 | 6 | 5 | 7 | 9 | 10 | 11 | "text" | "css" | "html" | "lava" | "javascript" | "less" | "powershell" | "sql" | "csharp" | "markdown" | "xml";
94
93
  disabled: boolean;
95
94
  modelValue: string;
96
- theme: 0 | 2 | 1 | 3 | 8 | 4 | 16 | 6 | 5 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | "terminal" | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | "vs" | "vs-dark" | "hc-light" | "hc-black";
95
+ mode: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "html" | "text" | "css" | "lava" | "javascript" | "less" | "powershell" | "sql" | "typescript" | "csharp" | "markdown" | "xml";
97
96
  editor: "ace" | "monaco";
97
+ theme: 0 | 1 | 2 | 22 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 25 | 27 | 21 | 24 | 23 | 29 | "rock" | "chrome" | "crimson_editor" | "dawn" | "dreamweaver" | "eclipse" | "solarized_light" | "textmate" | "tomorrow" | "xcode" | "github" | "ambiance" | "chaos" | "clouds_midnight" | "cobalt" | "idle_fingers" | "kr_theme" | "merbivore" | "merbivore_soft" | "mono_industrial" | "monokai" | "pastel_on_dark" | "solarized_dark" | "terminal" | "tomorrow_night" | "tomorrow_night_blue" | "tomorrow_night_bright" | "tomorrow_night_eighties" | "twilight" | "vibrant_ink" | 26 | 28 | "vs" | "vs-dark" | "hc-light" | "hc-black";
98
98
  noLineWrap: boolean;
99
99
  }, {}>;
100
100
  export default _default;
@@ -105,12 +105,12 @@ declare const _default: import("vue").DefineComponent<{
105
105
  }, {
106
106
  label: string;
107
107
  help: string;
108
+ modelValue: string[];
108
109
  disableLabel: boolean;
109
110
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
110
111
  formGroupClasses: string;
111
112
  validationTitle: string;
112
113
  isRequiredIndicatorHidden: boolean;
113
- modelValue: string[];
114
114
  items: string[];
115
115
  compareValue: (value: string, itemValue: string) => boolean;
116
116
  showInvalidHexColors: boolean;
@@ -131,18 +131,18 @@ declare const _default: import("vue").DefineComponent<{
131
131
  }, {
132
132
  label: string;
133
133
  help: string;
134
- columnCount: number;
135
- containerType: string | null;
136
- multiple: boolean;
137
134
  disableLabel: boolean;
138
135
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
139
136
  formGroupClasses: string;
140
137
  validationTitle: string;
141
138
  isRequiredIndicatorHidden: boolean;
139
+ multiple: boolean;
142
140
  enhanceForLongLists: boolean;
143
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
144
141
  showBlankItem: boolean;
145
142
  blankValue: string;
143
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
146
144
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
145
+ columnCount: number;
146
+ containerType: string | null;
147
147
  }, {}>;
148
148
  export default _default;
@@ -9,10 +9,6 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: PropType<boolean>;
10
10
  default: boolean;
11
11
  };
12
- securityGrantToken: {
13
- type: PropType<string | null>;
14
- required: false;
15
- };
16
12
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
13
  "update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
18
14
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -24,10 +20,6 @@ declare const _default: import("vue").DefineComponent<{
24
20
  type: PropType<boolean>;
25
21
  default: boolean;
26
22
  };
27
- securityGrantToken: {
28
- type: PropType<string | null>;
29
- required: false;
30
- };
31
23
  }>> & {
32
24
  "onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
33
25
  }, {
@@ -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
  contentChannelGuid: string | null;
161
161
  }, {}>;
162
162
  export default _default;
@@ -363,8 +363,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
363
363
  "onUpdate:isFullscreen"?: ((v: boolean) => any) | undefined;
364
364
  }, {
365
365
  label: string;
366
- help: string;
367
366
  disabled: boolean;
367
+ help: string;
368
368
  disableLabel: boolean;
369
369
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
370
370
  formGroupClasses: string;
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
14
14
  * originally told it to show up.
15
15
  */
16
16
  tooltipPlacement: {
17
- type: PropType<"left" | "right" | "auto" | "bottom" | "top">;
17
+ type: PropType<"auto" | "left" | "top" | "right" | "bottom">;
18
18
  default: string;
19
19
  };
20
20
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -32,11 +32,11 @@ declare const _default: import("vue").DefineComponent<{
32
32
  * originally told it to show up.
33
33
  */
34
34
  tooltipPlacement: {
35
- type: PropType<"left" | "right" | "auto" | "bottom" | "top">;
35
+ type: PropType<"auto" | "left" | "top" | "right" | "bottom">;
36
36
  default: string;
37
37
  };
38
38
  }>>, {
39
39
  tooltip: string;
40
- tooltipPlacement: "left" | "right" | "auto" | "bottom" | "top";
40
+ tooltipPlacement: "auto" | "left" | "top" | "right" | "bottom";
41
41
  }, {}>;
42
42
  export default _default;
@@ -2,11 +2,6 @@ import { PropType } from "vue";
2
2
  declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
3
3
  label: string;
4
4
  help: string;
5
- disableLabel: boolean;
6
- rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
7
- formGroupClasses: string;
8
- validationTitle: string;
9
- isRequiredIndicatorHidden: boolean;
10
5
  modelValue: [{
11
6
  type: PropType<TItem | null>;
12
7
  default: null;
@@ -14,7 +9,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
14
9
  type: PropType<TItem | null>;
15
10
  default: null;
16
11
  };
17
- wrapperClass: string;
12
+ disableLabel: boolean;
13
+ rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
14
+ formGroupClasses: string;
15
+ validationTitle: string;
16
+ isRequiredIndicatorHidden: boolean;
18
17
  itemKey: [{
19
18
  type: PropType<TKey>;
20
19
  default: string;
@@ -22,6 +21,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
22
21
  type: PropType<TKey>;
23
22
  default: string;
24
23
  };
24
+ wrapperClass: string;
25
25
  itemClass: string | ((item: TItem | null) => string);
26
26
  selectedClass: string;
27
27
  mobileThreshold: number;
@@ -29,11 +29,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
29
29
  }> & Omit<{
30
30
  readonly label: string;
31
31
  readonly help: string;
32
- readonly disableLabel: boolean;
33
- readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
34
- readonly formGroupClasses: string;
35
- readonly validationTitle: string;
36
- readonly isRequiredIndicatorHidden: boolean;
37
32
  readonly modelValue: [{
38
33
  type: PropType<TItem | null>;
39
34
  default: null;
@@ -41,8 +36,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
41
36
  type: PropType<TItem | null>;
42
37
  default: null;
43
38
  };
39
+ readonly disableLabel: boolean;
40
+ readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
41
+ readonly formGroupClasses: string;
42
+ readonly validationTitle: string;
43
+ readonly isRequiredIndicatorHidden: boolean;
44
44
  readonly items: TItem[];
45
- readonly wrapperClass: string;
46
45
  readonly itemKey: [{
47
46
  type: PropType<TKey>;
48
47
  default: string;
@@ -50,6 +49,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
50
49
  type: PropType<TKey>;
51
50
  default: string;
52
51
  };
52
+ readonly wrapperClass: string;
53
53
  readonly itemClass: string | ((item: TItem | null) => string);
54
54
  readonly selectedClass: string;
55
55
  readonly mobileThreshold: number;
@@ -132,15 +132,10 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
132
132
  };
133
133
  }>> & {
134
134
  "onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
135
- }, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "modelValue" | "wrapperClass" | "itemKey" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey"> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
135
+ }, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey"> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
136
136
  props: Partial<{
137
137
  label: string;
138
138
  help: string;
139
- disableLabel: boolean;
140
- rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
141
- formGroupClasses: string;
142
- validationTitle: string;
143
- isRequiredIndicatorHidden: boolean;
144
139
  modelValue: [{
145
140
  type: PropType<TItem | null>;
146
141
  default: null;
@@ -148,7 +143,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
148
143
  type: PropType<TItem | null>;
149
144
  default: null;
150
145
  };
151
- wrapperClass: string;
146
+ disableLabel: boolean;
147
+ rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
148
+ formGroupClasses: string;
149
+ validationTitle: string;
150
+ isRequiredIndicatorHidden: boolean;
152
151
  itemKey: [{
153
152
  type: PropType<TKey>;
154
153
  default: string;
@@ -156,6 +155,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
156
155
  type: PropType<TKey>;
157
156
  default: string;
158
157
  };
158
+ wrapperClass: string;
159
159
  itemClass: string | ((item: TItem | null) => string);
160
160
  selectedClass: string;
161
161
  mobileThreshold: number;
@@ -163,11 +163,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
163
163
  }> & Omit<{
164
164
  readonly label: string;
165
165
  readonly help: string;
166
- readonly disableLabel: boolean;
167
- readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
168
- readonly formGroupClasses: string;
169
- readonly validationTitle: string;
170
- readonly isRequiredIndicatorHidden: boolean;
171
166
  readonly modelValue: [{
172
167
  type: PropType<TItem | null>;
173
168
  default: null;
@@ -175,8 +170,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
175
170
  type: PropType<TItem | null>;
176
171
  default: null;
177
172
  };
173
+ readonly disableLabel: boolean;
174
+ readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
175
+ readonly formGroupClasses: string;
176
+ readonly validationTitle: string;
177
+ readonly isRequiredIndicatorHidden: boolean;
178
178
  readonly items: TItem[];
179
- readonly wrapperClass: string;
180
179
  readonly itemKey: [{
181
180
  type: PropType<TKey>;
182
181
  default: string;
@@ -184,6 +183,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
184
183
  type: PropType<TKey>;
185
184
  default: string;
186
185
  };
186
+ readonly wrapperClass: string;
187
187
  readonly itemClass: string | ((item: TItem | null) => string);
188
188
  readonly selectedClass: string;
189
189
  readonly mobileThreshold: number;
@@ -266,7 +266,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
266
266
  };
267
267
  }>> & {
268
268
  "onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
269
- }, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "modelValue" | "wrapperClass" | "itemKey" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
269
+ }, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
270
270
  expose(exposed: {}): void;
271
271
  attrs: any;
272
272
  slots: {
@@ -280,11 +280,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
280
280
  props: Partial<{
281
281
  label: string;
282
282
  help: string;
283
- disableLabel: boolean;
284
- rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
285
- formGroupClasses: string;
286
- validationTitle: string;
287
- isRequiredIndicatorHidden: boolean;
288
283
  modelValue: [{
289
284
  type: PropType<TItem | null>;
290
285
  default: null;
@@ -292,7 +287,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
292
287
  type: PropType<TItem | null>;
293
288
  default: null;
294
289
  };
295
- wrapperClass: string;
290
+ disableLabel: boolean;
291
+ rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
292
+ formGroupClasses: string;
293
+ validationTitle: string;
294
+ isRequiredIndicatorHidden: boolean;
296
295
  itemKey: [{
297
296
  type: PropType<TKey>;
298
297
  default: string;
@@ -300,6 +299,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
300
299
  type: PropType<TKey>;
301
300
  default: string;
302
301
  };
302
+ wrapperClass: string;
303
303
  itemClass: string | ((item: TItem | null) => string);
304
304
  selectedClass: string;
305
305
  mobileThreshold: number;
@@ -307,11 +307,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
307
307
  }> & Omit<{
308
308
  readonly label: string;
309
309
  readonly help: string;
310
- readonly disableLabel: boolean;
311
- readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
312
- readonly formGroupClasses: string;
313
- readonly validationTitle: string;
314
- readonly isRequiredIndicatorHidden: boolean;
315
310
  readonly modelValue: [{
316
311
  type: PropType<TItem | null>;
317
312
  default: null;
@@ -319,8 +314,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
319
314
  type: PropType<TItem | null>;
320
315
  default: null;
321
316
  };
317
+ readonly disableLabel: boolean;
318
+ readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
319
+ readonly formGroupClasses: string;
320
+ readonly validationTitle: string;
321
+ readonly isRequiredIndicatorHidden: boolean;
322
322
  readonly items: TItem[];
323
- readonly wrapperClass: string;
324
323
  readonly itemKey: [{
325
324
  type: PropType<TKey>;
326
325
  default: string;
@@ -328,6 +327,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
328
327
  type: PropType<TKey>;
329
328
  default: string;
330
329
  };
330
+ readonly wrapperClass: string;
331
331
  readonly itemClass: string | ((item: TItem | null) => string);
332
332
  readonly selectedClass: string;
333
333
  readonly mobileThreshold: number;
@@ -410,7 +410,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
410
410
  };
411
411
  }>> & {
412
412
  "onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
413
- }, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "modelValue" | "wrapperClass" | "itemKey" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
413
+ }, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
414
414
  expose(exposed: {}): void;
415
415
  attrs: any;
416
416
  slots: {
@@ -427,11 +427,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
427
427
  props: Partial<{
428
428
  label: string;
429
429
  help: string;
430
- disableLabel: boolean;
431
- rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
432
- formGroupClasses: string;
433
- validationTitle: string;
434
- isRequiredIndicatorHidden: boolean;
435
430
  modelValue: [{
436
431
  type: PropType<TItem | null>;
437
432
  default: null;
@@ -439,7 +434,11 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
439
434
  type: PropType<TItem | null>;
440
435
  default: null;
441
436
  };
442
- wrapperClass: string;
437
+ disableLabel: boolean;
438
+ rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
439
+ formGroupClasses: string;
440
+ validationTitle: string;
441
+ isRequiredIndicatorHidden: boolean;
443
442
  itemKey: [{
444
443
  type: PropType<TKey>;
445
444
  default: string;
@@ -447,6 +446,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
447
446
  type: PropType<TKey>;
448
447
  default: string;
449
448
  };
449
+ wrapperClass: string;
450
450
  itemClass: string | ((item: TItem | null) => string);
451
451
  selectedClass: string;
452
452
  mobileThreshold: number;
@@ -454,11 +454,6 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
454
454
  }> & Omit<{
455
455
  readonly label: string;
456
456
  readonly help: string;
457
- readonly disableLabel: boolean;
458
- readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
459
- readonly formGroupClasses: string;
460
- readonly validationTitle: string;
461
- readonly isRequiredIndicatorHidden: boolean;
462
457
  readonly modelValue: [{
463
458
  type: PropType<TItem | null>;
464
459
  default: null;
@@ -466,8 +461,12 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
466
461
  type: PropType<TItem | null>;
467
462
  default: null;
468
463
  };
464
+ readonly disableLabel: boolean;
465
+ readonly rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
466
+ readonly formGroupClasses: string;
467
+ readonly validationTitle: string;
468
+ readonly isRequiredIndicatorHidden: boolean;
469
469
  readonly items: TItem[];
470
- readonly wrapperClass: string;
471
470
  readonly itemKey: [{
472
471
  type: PropType<TKey>;
473
472
  default: string;
@@ -475,6 +474,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
475
474
  type: PropType<TKey>;
476
475
  default: string;
477
476
  };
477
+ readonly wrapperClass: string;
478
478
  readonly itemClass: string | ((item: TItem | null) => string);
479
479
  readonly selectedClass: string;
480
480
  readonly mobileThreshold: number;
@@ -557,7 +557,7 @@ declare const _default: <TItem, TKey extends keyof TItem>(__VLS_props: Partial<{
557
557
  };
558
558
  }>> & {
559
559
  "onUpdate:modelValue"?: ((value: TItem | null) => any) | undefined;
560
- }, "label" | "help" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "modelValue" | "wrapperClass" | "itemKey" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
560
+ }, "label" | "help" | "modelValue" | "disableLabel" | "rules" | "formGroupClasses" | "validationTitle" | "isRequiredIndicatorHidden" | "itemKey" | "wrapperClass" | "itemClass" | "selectedClass" | "mobileThreshold" | "disabledKey">;
561
561
  expose(exposed: {}): void;
562
562
  attrs: any;
563
563
  slots: {
@@ -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
  displayPersistedOnly: boolean;
155
155
  }, {}>;
156
156
  export default _default;