@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
@@ -82,6 +82,15 @@ declare const _default: import("vue").DefineComponent<{
82
82
  type: BooleanConstructor;
83
83
  default: boolean;
84
84
  };
85
+ /**
86
+ * When set to true, the HTML editor will show the asset manager button
87
+ * in the toolbar. This requires that a security grant token be available
88
+ * that provides access to the asset manager.
89
+ */
90
+ enableAssetManager: {
91
+ type: PropType<boolean>;
92
+ default: boolean;
93
+ };
85
94
  /**
86
95
  * When set to true, the code editor allows toggling even if the content includes Lava commands,
87
96
  * bypassing any usual restrictions related to such content.
@@ -200,6 +209,15 @@ declare const _default: import("vue").DefineComponent<{
200
209
  type: BooleanConstructor;
201
210
  default: boolean;
202
211
  };
212
+ /**
213
+ * When set to true, the HTML editor will show the asset manager button
214
+ * in the toolbar. This requires that a security grant token be available
215
+ * that provides access to the asset manager.
216
+ */
217
+ enableAssetManager: {
218
+ type: PropType<boolean>;
219
+ default: boolean;
220
+ };
203
221
  /**
204
222
  * When set to true, the code editor allows toggling even if the content includes Lava commands,
205
223
  * bypassing any usual restrictions related to such content.
@@ -238,14 +256,15 @@ declare const _default: import("vue").DefineComponent<{
238
256
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
239
257
  "onUpdate:isInCodeEditorMode"?: ((value: boolean) => any) | undefined;
240
258
  }, {
241
- toolbar: ToolbarConfig;
242
259
  disabled: boolean;
243
260
  formGroupClasses: string;
244
261
  editorHeight: number;
262
+ enableAssetManager: boolean;
245
263
  userSpecificRoot: boolean;
246
264
  startInCodeEditorMode: boolean;
247
265
  isTogglableCodeEditorForced: boolean;
248
266
  isInCodeEditorMode: boolean;
267
+ toolbar: ToolbarConfig;
249
268
  encryptedDocumentRootFolder: string;
250
269
  encryptedImageRootFolder: string;
251
270
  }, {}>;
@@ -156,15 +156,15 @@ declare const _default: import("vue").DefineComponent<{
156
156
  onCropped?: ((value: string) => any) | undefined;
157
157
  }, {
158
158
  label: string;
159
- help: string;
160
- aspectRatio: number;
161
159
  disabled: boolean;
160
+ help: string;
162
161
  disableLabel: boolean;
163
162
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
164
163
  formGroupClasses: string;
165
164
  validationTitle: string;
166
165
  isRequiredIndicatorHidden: boolean;
167
166
  binaryFileTypeGuid: string;
167
+ aspectRatio: number;
168
168
  maxImageHeight: number;
169
169
  maxImageWidth: number;
170
170
  noPictureUrl: string;
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
53
53
  }>> & {
54
54
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
55
55
  }, {
56
- step: number;
56
+ modelValue: number;
57
57
  max: number;
58
58
  min: number;
59
- modelValue: number;
59
+ step: number;
60
60
  showValueBar: boolean;
61
61
  valueSuffix: string;
62
62
  }, {}>;
@@ -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;
@@ -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
  interactionChannelGuid: string | null;
147
147
  }, {}>;
148
148
  export default _default;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  };
31
31
  /** The shade of the color to use for the text and border. */
32
32
  colorShade: {
33
- type: PropType<100 | 500 | 200 | 400 | 300 | 600 | 700 | 800 | 900>;
33
+ type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
34
34
  default: number;
35
35
  };
36
36
  /** If true then a border will be drawn around the component. */
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
69
69
  };
70
70
  /** The shade of the color to use for the text and border. */
71
71
  colorShade: {
72
- type: PropType<100 | 500 | 200 | 400 | 300 | 600 | 700 | 800 | 900>;
72
+ type: PropType<100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900>;
73
73
  default: number;
74
74
  };
75
75
  /** If true then a border will be drawn around the component. */
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
79
79
  };
80
80
  }>>, {
81
81
  color: "blue" | "gray" | "green" | "indigo" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow";
82
- colorShade: 100 | 500 | 200 | 400 | 300 | 600 | 700 | 800 | 900;
82
+ colorShade: 100 | 200 | 400 | 500 | 300 | 600 | 700 | 800 | 900;
83
83
  isCard: boolean;
84
84
  }, {}>;
85
85
  export default _default;
@@ -132,17 +132,17 @@ declare const _default: import("vue").DefineComponent<{
132
132
  }, {
133
133
  label: string;
134
134
  help: string;
135
- columnCount: number;
136
- multiple: boolean;
137
135
  disableLabel: boolean;
138
136
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
139
137
  formGroupClasses: string;
140
138
  validationTitle: string;
141
139
  isRequiredIndicatorHidden: boolean;
140
+ multiple: boolean;
142
141
  enhanceForLongLists: boolean;
143
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
144
142
  showBlankItem: boolean;
145
143
  blankValue: string;
144
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
146
145
  displayStyle: PickerDisplayStyle;
146
+ columnCount: number;
147
147
  }, {}>;
148
148
  export default _default;
@@ -55,11 +55,11 @@ declare const _default: import("vue").DefineComponent<{
55
55
  }>> & {
56
56
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
57
57
  }, {
58
+ modelValue: string[];
59
+ items: ListItemBag[];
58
60
  enhanceForLongLists: boolean;
59
61
  showBlankItem: boolean;
60
62
  blankValue: string;
61
- modelValue: string[];
62
- items: ListItemBag[];
63
63
  formControlClasses: string;
64
64
  }, {}>;
65
65
  export default _default;
@@ -82,12 +82,12 @@ declare const _default: import("vue").DefineComponent<{
82
82
  }, {
83
83
  label: string;
84
84
  help: string;
85
+ modelValue: string;
85
86
  disableLabel: boolean;
86
87
  rules: ValidationRule | ValidationRule[];
87
88
  formGroupClasses: string;
88
89
  validationTitle: string;
89
90
  isRequiredIndicatorHidden: boolean;
90
- modelValue: string;
91
91
  allowHtml: boolean;
92
92
  valuePrompt: string;
93
93
  }, {}>;
@@ -45,9 +45,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
45
45
  "onUpdate:modelValue"?: ((value: ListItemBag | ListItemBag[] | null) => any) | undefined;
46
46
  "onUpdate:showPopup"?: ((value: boolean) => any) | undefined;
47
47
  }, {
48
- multiple: boolean;
49
48
  modelValue: ListItemBag | ListItemBag[] | null;
50
49
  showPopup: boolean;
50
+ multiple: boolean;
51
51
  }, {}>, {
52
52
  pickerContentSuperHeader?(_: {}): any;
53
53
  prepend?(_: {
@@ -163,18 +163,18 @@ declare const _default: import("vue").DefineComponent<{
163
163
  }, {
164
164
  label: string;
165
165
  help: string;
166
- columnCount: number;
167
- multiple: boolean;
168
166
  disableLabel: boolean;
169
167
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
170
168
  formGroupClasses: string;
171
169
  validationTitle: string;
172
170
  isRequiredIndicatorHidden: boolean;
171
+ multiple: boolean;
173
172
  enhanceForLongLists: boolean;
174
- lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
175
173
  showBlankItem: boolean;
176
174
  blankValue: string;
175
+ lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
177
176
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
177
+ columnCount: number;
178
178
  allowAdd: boolean;
179
179
  locationTypeValueGuid: string | null;
180
180
  parentLocationGuid: string | null;
@@ -212,19 +212,19 @@ declare const _default: import("vue").DefineComponent<{
212
212
  }, {
213
213
  label: string;
214
214
  help: string;
215
- columnCount: number;
216
- multiple: boolean;
215
+ modelValue: ListItemBag | null;
217
216
  disableLabel: boolean;
218
217
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
219
218
  formGroupClasses: string;
220
219
  validationTitle: string;
221
220
  isRequiredIndicatorHidden: boolean;
221
+ multiple: boolean;
222
222
  enhanceForLongLists: boolean;
223
- lazyMode: ControlLazyMode;
224
223
  showBlankItem: boolean;
225
224
  blankValue: string;
225
+ lazyMode: ControlLazyMode;
226
226
  displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
227
- modelValue: ListItemBag | null;
227
+ columnCount: number;
228
228
  account: ListItemBag | null;
229
229
  folder: ListItemBag | null;
230
230
  hideAccountPicker: boolean;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  /** List of MediaPlayerControl values */
103
103
  playerControls: {
104
104
  type: PropType<MediaPlayerControls[]>;
105
- default: () => ("progress" | "fullscreen" | "play" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
105
+ default: () => ("progress" | "play" | "fullscreen" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
106
106
  };
107
107
  /** CSS color value used to color some elements */
108
108
  primaryColor: {
@@ -266,7 +266,7 @@ declare const _default: import("vue").DefineComponent<{
266
266
  /** List of MediaPlayerControl values */
267
267
  playerControls: {
268
268
  type: PropType<MediaPlayerControls[]>;
269
- default: () => ("progress" | "fullscreen" | "play" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
269
+ default: () => ("progress" | "play" | "fullscreen" | "settings" | "airplay" | "captions" | "current-time" | "fast-forward" | "mute" | "pip" | "play-large" | "volume")[];
270
270
  };
271
271
  /** CSS color value used to color some elements */
272
272
  primaryColor: {
@@ -333,13 +333,11 @@ declare const _default: import("vue").DefineComponent<{
333
333
  label: string;
334
334
  id: string;
335
335
  help: string;
336
- muted: boolean;
337
336
  disableLabel: boolean;
338
337
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
339
338
  formGroupClasses: string;
340
339
  validationTitle: string;
341
340
  isRequiredIndicatorHidden: boolean;
342
- volume: number;
343
341
  disableAutoPause: boolean;
344
342
  autoPlay: boolean;
345
343
  autoResumeInDays: number;
@@ -349,7 +347,9 @@ declare const _default: import("vue").DefineComponent<{
349
347
  disableAutoHideControls: boolean;
350
348
  maxVideoWidth: string;
351
349
  mediaType: MediaPlayerInterfaceType;
350
+ muted: boolean;
352
351
  playerControls: MediaPlayerControls[];
352
+ volume: number;
353
353
  primaryColor: string;
354
354
  requiredWatchPercentage: number;
355
355
  seekTime: number;
@@ -102,14 +102,14 @@ declare const _default: import("vue").DefineComponent<{
102
102
  "onUpdate:modelValue"?: ((_value: string[]) => any) | undefined;
103
103
  }, {
104
104
  label: string;
105
- mode: MediaSelectorMode;
106
105
  help: string;
106
+ modelValue: string[];
107
107
  disableLabel: boolean;
108
108
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
109
109
  formGroupClasses: string;
110
110
  validationTitle: string;
111
111
  isRequiredIndicatorHidden: boolean;
112
- modelValue: string[];
112
+ mode: MediaSelectorMode;
113
113
  compareValue: (value: string, itemValue: string) => boolean;
114
114
  mediaItems: KeyValueItem[];
115
115
  }, {}>;
@@ -107,12 +107,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
107
107
  }, {
108
108
  label: string;
109
109
  help: string;
110
- multiple: boolean;
111
110
  disableLabel: boolean;
112
111
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
113
112
  formGroupClasses: string;
114
113
  validationTitle: string;
115
114
  isRequiredIndicatorHidden: boolean;
115
+ multiple: boolean;
116
116
  enhanceForLongLists: boolean;
117
117
  blankValue: string;
118
118
  }, {}>, {
@@ -131,9 +131,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
131
131
  }, {
132
132
  title: string;
133
133
  submit: boolean;
134
- cancelText: string;
135
134
  modalWrapperClasses: string;
136
135
  subtitle: string;
136
+ cancelText: string;
137
137
  saveText: string;
138
138
  saveThenAddText: string;
139
139
  saveThenAddBtnType: BtnType;
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
91
91
  }, {
92
92
  label: string;
93
93
  help: string;
94
+ modelValue: string;
94
95
  disableLabel: boolean;
95
96
  rules: ValidationRule | ValidationRule[];
96
97
  formGroupClasses: string;
97
98
  validationTitle: string;
98
99
  isRequiredIndicatorHidden: boolean;
99
- modelValue: string;
100
100
  allowHtml: boolean;
101
101
  mentionEnabled: boolean;
102
102
  }, {}>, {
@@ -84,9 +84,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
84
84
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
85
85
  }, {
86
86
  placeholder: string;
87
+ modelValue: number | null;
87
88
  rules: ValidationRule | ValidationRule[];
88
89
  validationTitle: string;
89
- modelValue: number | null;
90
90
  modelModifiers: Record<string, boolean>;
91
91
  inputClasses: string;
92
92
  inputGroupClasses: string;
@@ -90,13 +90,13 @@ declare const _default: import("vue").DefineComponent<{
90
90
  }, {
91
91
  label: string;
92
92
  help: string;
93
- max: number;
94
- min: number;
95
93
  disableLabel: boolean;
96
94
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
97
95
  formGroupClasses: string;
98
96
  validationTitle: string;
99
97
  isRequiredIndicatorHidden: boolean;
98
+ max: number;
99
+ min: number;
100
100
  numberIncrementClasses: string;
101
101
  }, {}>;
102
102
  export default _default;
@@ -146,12 +146,12 @@ declare const _default: import("vue").DefineComponent<{
146
146
  }, {
147
147
  label: string;
148
148
  help: string;
149
- multiple: boolean;
150
149
  disableLabel: boolean;
151
150
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
152
151
  formGroupClasses: string;
153
152
  validationTitle: string;
154
153
  isRequiredIndicatorHidden: boolean;
154
+ multiple: boolean;
155
155
  showSelectCurrentPage: boolean;
156
156
  promptForPageRoute: boolean;
157
157
  siteType: SiteType;
@@ -49,7 +49,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
49
49
  };
50
50
  /** The type of panel to render. */
51
51
  type: {
52
- type: PropType<"default" | "block" | "primary" | "danger" | "warning" | "success" | "info">;
52
+ type: PropType<"default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget">;
53
53
  default: string;
54
54
  };
55
55
  /** The title text to display in the panel, will be overridden by slot usage. */
@@ -126,7 +126,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
126
126
  };
127
127
  /** The type of panel to render. */
128
128
  type: {
129
- type: PropType<"default" | "block" | "primary" | "danger" | "warning" | "success" | "info">;
129
+ type: PropType<"default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget">;
130
130
  default: string;
131
131
  };
132
132
  /** The title text to display in the panel, will be overridden by slot usage. */
@@ -159,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
159
159
  "onUpdate:isFullscreen"?: ((...args: any[]) => any) | undefined;
160
160
  "onUpdate:isDrawerOpen"?: ((...args: any[]) => any) | undefined;
161
161
  }, {
162
- type: "default" | "block" | "primary" | "danger" | "warning" | "success" | "info";
162
+ type: "default" | "primary" | "danger" | "warning" | "success" | "info" | "block" | "widget";
163
163
  title: string;
164
164
  modelValue: boolean;
165
165
  isFullscreen: boolean;
@@ -10,11 +10,6 @@ declare const _default: import("vue").DefineComponent<{
10
10
  type: PropType<PersonBasicEditorBag>;
11
11
  required: true;
12
12
  };
13
- /** If a personGuid is given, this will fetch that person's details from the server and pre-fill the fields */
14
- personGuid: {
15
- type: PropType<string>;
16
- default: null;
17
- };
18
13
  /** By default is shown in a 3-column layout. If this is true, it becomes 1 column. */
19
14
  showInOneColumn: {
20
15
  type: BooleanConstructor;
@@ -113,11 +108,6 @@ declare const _default: import("vue").DefineComponent<{
113
108
  type: PropType<PersonBasicEditorBag>;
114
109
  required: true;
115
110
  };
116
- /** If a personGuid is given, this will fetch that person's details from the server and pre-fill the fields */
117
- personGuid: {
118
- type: PropType<string>;
119
- default: null;
120
- };
121
111
  /** By default is shown in a 3-column layout. If this is true, it becomes 1 column. */
122
112
  showInOneColumn: {
123
113
  type: BooleanConstructor;
@@ -207,7 +197,6 @@ declare const _default: import("vue").DefineComponent<{
207
197
  }>> & {
208
198
  "onUpdate:model-value"?: ((value: PersonBasicEditorBag) => any) | undefined;
209
199
  }, {
210
- personGuid: string;
211
200
  showInOneColumn: boolean;
212
201
  personLabelPrefix: string;
213
202
  showEmail: boolean;
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  };
23
23
  /** Which side should the popOver appear on? */
24
24
  popOverPlacement: {
25
- type: PropType<"left" | "right" | "bottom" | "top">;
25
+ type: PropType<"left" | "top" | "right" | "bottom">;
26
26
  default: string;
27
27
  };
28
28
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -48,13 +48,13 @@ declare const _default: import("vue").DefineComponent<{
48
48
  };
49
49
  /** Which side should the popOver appear on? */
50
50
  popOverPlacement: {
51
- type: PropType<"left" | "right" | "bottom" | "top">;
51
+ type: PropType<"left" | "top" | "right" | "bottom">;
52
52
  default: string;
53
53
  };
54
54
  }>>, {
55
55
  role: string;
56
56
  personName: string;
57
57
  photoId: number;
58
- popOverPlacement: "left" | "right" | "bottom" | "top";
58
+ popOverPlacement: "left" | "top" | "right" | "bottom";
59
59
  }, {}>;
60
60
  export default _default;
@@ -88,12 +88,12 @@ declare const _default: import("vue").DefineComponent<{
88
88
  }, {
89
89
  label: string;
90
90
  help: string;
91
+ modelValue: string;
91
92
  disableLabel: boolean;
92
93
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
93
94
  formGroupClasses: string;
94
95
  validationTitle: string;
95
96
  isRequiredIndicatorHidden: boolean;
96
- modelValue: string;
97
97
  inputGroupClasses: string;
98
98
  countryCode: string;
99
99
  }, {}>;
@@ -7,14 +7,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7
7
  };
8
8
  /** Which side should the popOver appear on? */
9
9
  placement: {
10
- type: PropType<"left" | "right" | "bottom" | "top">;
10
+ type: PropType<"left" | "top" | "right" | "bottom">;
11
11
  default: string;
12
12
  };
13
13
  /**
14
14
  * The events that will trigger the popover to show and hide.
15
15
  */
16
16
  trigger: {
17
- type: PropType<"manual" | "hover">;
17
+ type: PropType<"hover" | "manual">;
18
18
  default: string;
19
19
  };
20
20
  /**
@@ -41,14 +41,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
41
41
  };
42
42
  /** Which side should the popOver appear on? */
43
43
  placement: {
44
- type: PropType<"left" | "right" | "bottom" | "top">;
44
+ type: PropType<"left" | "top" | "right" | "bottom">;
45
45
  default: string;
46
46
  };
47
47
  /**
48
48
  * The events that will trigger the popover to show and hide.
49
49
  */
50
50
  trigger: {
51
- type: PropType<"manual" | "hover">;
51
+ type: PropType<"hover" | "manual">;
52
52
  default: string;
53
53
  };
54
54
  /**
@@ -69,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
69
69
  "onUpdate:isVisible"?: ((v: boolean) => any) | undefined;
70
70
  }, {
71
71
  isVisible: boolean;
72
- placement: "left" | "right" | "bottom" | "top";
73
- trigger: "manual" | "hover";
72
+ placement: "left" | "top" | "right" | "bottom";
73
+ trigger: "hover" | "manual";
74
74
  }, {}>, {
75
75
  activator?(_: {
76
76
  ref: string;
@@ -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;
@@ -82,13 +82,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
82
82
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
83
83
  }, {
84
84
  label: string;
85
- isBlock: boolean;
86
85
  help: string;
87
86
  disableLabel: boolean;
88
87
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
89
88
  formGroupClasses: string;
90
89
  validationTitle: string;
91
90
  isRequiredIndicatorHidden: boolean;
91
+ isBlock: boolean;
92
92
  }, {}>, {
93
93
  prepend?(_: {}): any;
94
94
  append?(_: {}): any;
@@ -74,14 +74,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
74
74
  }>> & {
75
75
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
76
76
  }, {
77
- horizontal: boolean;
78
77
  disabled: boolean;
79
- formGroupClasses: string;
80
- showBlankItem: boolean;
81
78
  modelValue: string;
79
+ formGroupClasses: string;
82
80
  items: ListItemBag[];
83
81
  repeatColumns: number;
82
+ horizontal: boolean;
84
83
  compareValue: (value: string, itemValue: string) => boolean;
84
+ showBlankItem: boolean;
85
85
  }, {}>, {
86
86
  prepend?(_: {
87
87
  isInputGroupSupported: boolean;
@@ -106,14 +106,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
106
106
  }, {
107
107
  label: string;
108
108
  help: string;
109
- step: number;
110
- max: number;
111
- min: number;
112
109
  disableLabel: boolean;
113
110
  rules: import("@Obsidian/ValidationRules").ValidationRule | import("@Obsidian/ValidationRules").ValidationRule[];
114
111
  formGroupClasses: string;
115
112
  validationTitle: string;
116
113
  isRequiredIndicatorHidden: boolean;
114
+ max: number;
115
+ min: number;
116
+ step: number;
117
117
  showValueBar: boolean;
118
118
  valueSuffix: string;
119
119
  }, {}>, {