@central-design-system/components 3.0.3 → 3.1.0

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 (386) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.d.ts +0 -4
  3. package/dist/cds.es.js +10179 -8510
  4. package/dist/cds.es.js.map +1 -0
  5. package/dist/cds.umd.js +6 -5
  6. package/dist/cds.umd.js.map +1 -0
  7. package/dist/components/CdsAutocomplete/CdsAutocomplete.d.ts +764 -0
  8. package/dist/components/CdsAutocomplete/index.d.ts +1 -1
  9. package/dist/components/CdsBadge/{CdsBadge.vue.d.ts → CdsBadge.d.ts} +10 -10
  10. package/dist/components/CdsBadge/index.d.ts +1 -1
  11. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.d.ts +71 -0
  12. package/dist/components/CdsBreadcrumbs/{CdsBreadcrumbsItem.vue.d.ts → CdsBreadcrumbsItem.d.ts} +12 -12
  13. package/dist/components/CdsBreadcrumbs/index.d.ts +2 -2
  14. package/dist/components/CdsButton/CdsButton.d.ts +342 -0
  15. package/dist/components/CdsButton/CdsFunctionalButton.d.ts +73 -0
  16. package/dist/components/CdsButton/index.d.ts +2 -2
  17. package/dist/components/CdsCheckbox/CdsCheckbox.d.ts +582 -0
  18. package/dist/components/CdsCheckbox/CdsCheckboxGroup.d.ts +644 -0
  19. package/dist/components/CdsCheckbox/index.d.ts +2 -2
  20. package/dist/components/CdsCombobox/CdsCombobox.d.ts +9643 -0
  21. package/dist/components/CdsCombobox/composable/highlight.d.ts +2 -2
  22. package/dist/components/CdsCombobox/index.d.ts +1 -1
  23. package/dist/components/CdsContainer/CdsContainer.d.ts +222 -0
  24. package/dist/components/CdsContainer/{CdsContainerItem.vue.d.ts → CdsContainerItem.d.ts} +28 -28
  25. package/dist/components/CdsContainer/context.d.ts +2 -2
  26. package/dist/components/CdsContainer/index.d.ts +2 -2
  27. package/dist/components/CdsContentSwitcher/{CdsContentSwitcher.vue.d.ts → CdsContentSwitcher.d.ts} +11 -11
  28. package/dist/components/CdsContentSwitcher/CdsContentSwitcherItem.d.ts +340 -0
  29. package/dist/components/CdsContentSwitcher/index.d.ts +2 -2
  30. package/dist/components/CdsDatePicker/{CdsDatePicker.vue.d.ts → CdsDatePicker.d.ts} +68 -67
  31. package/dist/components/CdsDatePicker/composable/calendar.d.ts +100 -52
  32. package/dist/components/CdsDatePicker/index.d.ts +1 -1
  33. package/dist/components/CdsDivider/CdsDivider.d.ts +63 -0
  34. package/dist/components/CdsDivider/index.d.ts +1 -1
  35. package/dist/components/CdsDrawer/{CdsDrawer.vue.d.ts → CdsDrawer.d.ts} +35 -35
  36. package/dist/components/CdsDrawer/index.d.ts +1 -1
  37. package/dist/components/CdsDropdown/CdsDropdown.d.ts +9479 -0
  38. package/dist/components/CdsDropdown/index.d.ts +1 -1
  39. package/dist/components/CdsEmptyState/CdsEmptyState.d.ts +66 -0
  40. package/dist/components/CdsEmptyState/index.d.ts +1 -1
  41. package/dist/components/CdsExpandablePanel/CdsExpandablePanel.d.ts +119 -0
  42. package/dist/components/CdsExpandablePanel/CdsExpandablePanelContent.d.ts +15 -0
  43. package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.d.ts +55 -0
  44. package/dist/components/CdsExpandablePanel/{CdsExpandablePanels.vue.d.ts → CdsExpandablePanels.d.ts} +36 -36
  45. package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +3 -3
  46. package/dist/components/CdsExpandablePanel/composable/expandablePanels.d.ts +3 -1
  47. package/dist/components/CdsExpandablePanel/index.d.ts +4 -4
  48. package/dist/components/CdsFooter/{CdsFooter.vue.d.ts → CdsFooter.d.ts} +28 -28
  49. package/dist/components/CdsFooter/index.d.ts +1 -1
  50. package/dist/components/CdsForm/CdsForm.d.ts +159 -0
  51. package/dist/components/CdsForm/index.d.ts +1 -1
  52. package/dist/components/CdsGrid/CdsCol.d.ts +73 -0
  53. package/dist/components/CdsGrid/CdsGrid.d.ts +55 -0
  54. package/dist/components/CdsGrid/CdsRow.d.ts +37 -0
  55. package/dist/components/CdsGrid/composable/column.d.ts +8 -8
  56. package/dist/components/CdsGrid/composable/grid.d.ts +1 -1
  57. package/dist/components/CdsGrid/composable/subgrid.d.ts +2 -2
  58. package/dist/components/CdsGrid/composable/wide.d.ts +1 -1
  59. package/dist/components/CdsGrid/index.d.ts +3 -3
  60. package/dist/components/CdsGrid/mode/CSSGrid.d.ts +3 -3
  61. package/dist/components/CdsGrid/mode/FlexGrid.d.ts +3 -3
  62. package/dist/components/CdsHeader/{CdsHeader.vue.d.ts → CdsHeader.d.ts} +28 -28
  63. package/dist/components/CdsHeader/index.d.ts +1 -1
  64. package/dist/components/CdsIcon/CdsIcon.d.ts +68 -0
  65. package/dist/components/CdsIcon/index.d.ts +1 -1
  66. package/dist/components/CdsImage/{CdsImage.vue.d.ts → CdsImage.d.ts} +78 -73
  67. package/dist/components/CdsImage/components/CdsResponsive.d.ts +87 -0
  68. package/dist/components/CdsImage/components/index.d.ts +1 -1
  69. package/dist/components/CdsImage/composable/image.d.ts +2 -2
  70. package/dist/components/CdsImage/composable/responsive.d.ts +1 -1
  71. package/dist/components/CdsImage/index.d.ts +1 -1
  72. package/dist/components/CdsInput/CdsInput.d.ts +232 -0
  73. package/dist/components/CdsInput/CdsInputCounter.d.ts +39 -0
  74. package/dist/components/CdsInput/CdsInputDescription.d.ts +26 -0
  75. package/dist/components/CdsInput/CdsInputLabel.d.ts +43 -0
  76. package/dist/components/CdsInput/{CdsInputMessages.vue.d.ts → CdsInputMessages.d.ts} +50 -48
  77. package/dist/components/CdsInput/index.d.ts +5 -5
  78. package/dist/components/CdsLayout/{CdsLayout.vue.d.ts → CdsLayout.d.ts} +12 -12
  79. package/dist/components/CdsLayout/components/LayoutResizeObserver.d.ts +8 -8
  80. package/dist/components/CdsLayout/components/LayoutScrollObserver.d.ts +11 -11
  81. package/dist/components/CdsLayout/context.d.ts +3 -3
  82. package/dist/components/CdsLayout/index.d.ts +1 -1
  83. package/dist/components/CdsLink/CdsLink.d.ts +59 -0
  84. package/dist/components/CdsLink/index.d.ts +1 -1
  85. package/dist/components/CdsList/{CdsList.vue.d.ts → CdsList.d.ts} +44 -48
  86. package/dist/components/CdsList/CdsListGroup.d.ts +137 -0
  87. package/dist/components/CdsList/CdsListItem.d.ts +228 -0
  88. package/dist/components/CdsList/composable/depth.d.ts +2 -2
  89. package/dist/components/CdsList/composable/focus.d.ts +2 -2
  90. package/dist/components/CdsList/composable/list.d.ts +2 -3
  91. package/dist/components/CdsList/index.d.ts +3 -3
  92. package/dist/components/CdsLoader/{CdsLoader.vue.d.ts → CdsLoader.d.ts} +18 -18
  93. package/dist/components/CdsLoader/index.d.ts +1 -1
  94. package/dist/components/CdsMain/CdsMain.d.ts +3 -0
  95. package/dist/components/CdsMain/context.d.ts +1 -1
  96. package/dist/components/CdsMain/index.d.ts +1 -1
  97. package/dist/components/CdsMenu/{CdsMenu.vue.d.ts → CdsMenu.d.ts} +82 -92
  98. package/dist/components/CdsMenu/index.d.ts +1 -1
  99. package/dist/components/CdsMenu/shared.d.ts +1 -1
  100. package/dist/components/CdsModal/{CdsModal.vue.d.ts → CdsModal.d.ts} +91 -95
  101. package/dist/components/CdsModal/index.d.ts +1 -1
  102. package/dist/components/CdsNotification/CdsNotification.d.ts +162 -0
  103. package/dist/components/CdsNotification/CdsNotificationAlert.d.ts +483 -0
  104. package/dist/components/CdsNotification/composable/notification.d.ts +7 -8
  105. package/dist/components/CdsNotification/index.d.ts +2 -2
  106. package/dist/components/CdsOverlay/{CdsOverlay.vue.d.ts → CdsOverlay.d.ts} +69 -64
  107. package/dist/components/CdsOverlay/composable/activator.d.ts +5 -6
  108. package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +5 -6
  109. package/dist/components/CdsOverlay/composable/scrim.d.ts +1 -1
  110. package/dist/components/CdsOverlay/composable/scrollStrategies.d.ts +3 -3
  111. package/dist/components/CdsOverlay/composable/stack.d.ts +1 -1
  112. package/dist/components/CdsOverlay/composable/teleport.d.ts +1 -2
  113. package/dist/components/CdsOverlay/index.d.ts +1 -1
  114. package/dist/components/CdsOverlay/utils/point.d.ts +4 -4
  115. package/dist/components/CdsPage/{CdsPage.vue.d.ts → CdsPage.d.ts} +6 -6
  116. package/dist/components/CdsPage/index.d.ts +1 -1
  117. package/dist/components/CdsPagination/{CdsPagination.vue.d.ts → CdsPagination.d.ts} +24 -28
  118. package/dist/components/CdsPagination/index.d.ts +1 -1
  119. package/dist/components/CdsProgress/{CdsProgress.vue.d.ts → CdsProgress.d.ts} +24 -24
  120. package/dist/components/CdsProgress/index.d.ts +1 -1
  121. package/dist/components/CdsRadioButton/CdsRadio.d.ts +1081 -0
  122. package/dist/components/CdsRadioButton/CdsRadioButton.d.ts +645 -0
  123. package/dist/components/CdsRadioButton/examples/index.d.ts +4 -0
  124. package/dist/components/CdsRadioButton/index.d.ts +2 -2
  125. package/dist/components/CdsSelect/CdsSelect.d.ts +1772 -0
  126. package/dist/components/CdsSelect/index.d.ts +1 -1
  127. package/dist/components/CdsSidebar/CdsSidebar.d.ts +173 -0
  128. package/dist/components/CdsSidebar/index.d.ts +1 -1
  129. package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.d.ts +133 -0
  130. package/dist/components/CdsSkeletonLoader/index.d.ts +1 -1
  131. package/dist/components/CdsSkeletonLoader/types.d.ts +4 -4
  132. package/dist/components/CdsSlideGroup/CdsSlideGroup.d.ts +163 -0
  133. package/dist/components/CdsSlideGroup/CdsSlideGroupItem.d.ts +43 -0
  134. package/dist/components/CdsSlideGroup/index.d.ts +2 -2
  135. package/dist/components/CdsStages/{CdsStages.vue.d.ts → CdsStages.d.ts} +26 -26
  136. package/dist/components/CdsStages/index.d.ts +1 -1
  137. package/dist/components/CdsStatus/CdsStatus.d.ts +125 -0
  138. package/dist/components/CdsStatus/index.d.ts +1 -1
  139. package/dist/components/CdsSteps/{CdsSteps.vue.d.ts → CdsSteps.d.ts} +19 -14
  140. package/dist/components/CdsSteps/{CdsStepsItem.vue.d.ts → CdsStepsItem.d.ts} +12 -12
  141. package/dist/components/CdsSteps/context.d.ts +2 -2
  142. package/dist/components/CdsSteps/index.d.ts +2 -2
  143. package/dist/components/CdsTable/CdsTable.d.ts +576 -0
  144. package/dist/components/CdsTable/CdsTableColumn.d.ts +8 -0
  145. package/dist/components/CdsTable/CdsTableColumnGroup.d.ts +8 -0
  146. package/dist/components/CdsTable/components/Body/Body.d.ts +2 -2
  147. package/dist/components/CdsTable/components/Body/BodyRow.d.ts +2 -6
  148. package/dist/components/CdsTable/components/Body/ExpandedRow.d.ts +2 -5
  149. package/dist/components/CdsTable/components/Cell/Cell.d.ts +2 -6
  150. package/dist/components/CdsTable/components/Cell/MeasureCell.d.ts +2 -2
  151. package/dist/components/CdsTable/components/ColGroup/ColGroup.d.ts +2 -2
  152. package/dist/components/CdsTable/components/Filter/FilterDropdown.d.ts +2 -2
  153. package/dist/components/CdsTable/components/Filter/FilterSearch.d.ts +2 -2
  154. package/dist/components/CdsTable/components/Filter/FilterWrapper.d.ts +2 -2
  155. package/dist/components/CdsTable/components/FixedHolder/FixedHolder.d.ts +2 -4
  156. package/dist/components/CdsTable/components/Footer/Footer.d.ts +3 -3
  157. package/dist/components/CdsTable/components/Header/DragHandle.d.ts +11 -11
  158. package/dist/components/CdsTable/components/Header/Header.d.ts +2 -4
  159. package/dist/components/CdsTable/components/Header/HeaderRow.d.ts +2 -5
  160. package/dist/components/CdsTable/components/Icons/ExpandIcon.d.ts +3 -3
  161. package/dist/components/CdsTable/components/Panel/Panel.d.ts +2 -2
  162. package/dist/components/CdsTable/components/ResizeObserver/ResizeObserver.d.ts +1 -1
  163. package/dist/components/CdsTable/components/StickyScrollbar/StickyScrollbar.d.ts +2 -2
  164. package/dist/components/CdsTable/components/Table/InternalTable.d.ts +147 -813
  165. package/dist/components/CdsTable/components/TableProvider.d.ts +148 -811
  166. package/dist/components/CdsTable/composable/columns.d.ts +3 -3
  167. package/dist/components/CdsTable/composable/filter.d.ts +2 -2
  168. package/dist/components/CdsTable/composable/flat.d.ts +4 -4
  169. package/dist/components/CdsTable/composable/frame.d.ts +2 -2
  170. package/dist/components/CdsTable/composable/pagination.d.ts +4 -5
  171. package/dist/components/CdsTable/composable/scroll.d.ts +9577 -4580
  172. package/dist/components/CdsTable/composable/selection.d.ts +3 -3
  173. package/dist/components/CdsTable/composable/sorter.d.ts +3 -3
  174. package/dist/components/CdsTable/composable/sticky.d.ts +2 -2
  175. package/dist/components/CdsTable/composable/table.d.ts +24 -284
  176. package/dist/components/CdsTable/context/body.d.ts +2 -2
  177. package/dist/components/CdsTable/context/expandedRow.d.ts +1 -1
  178. package/dist/components/CdsTable/context/hover.d.ts +1 -1
  179. package/dist/components/CdsTable/context/resize.d.ts +2 -2
  180. package/dist/components/CdsTable/context/slots.d.ts +2 -2
  181. package/dist/components/CdsTable/context/sticky.d.ts +1 -1
  182. package/dist/components/CdsTable/context/summary.d.ts +3 -3
  183. package/dist/components/CdsTable/context/table.d.ts +4 -4
  184. package/dist/components/CdsTable/index.d.ts +3 -3
  185. package/dist/components/CdsTable/interface.d.ts +3 -3
  186. package/dist/components/CdsTable/utils/column.d.ts +1 -1
  187. package/dist/components/CdsTable/utils/expand.d.ts +1 -1
  188. package/dist/components/CdsTable/utils/value.d.ts +2 -2
  189. package/dist/components/CdsTable/utils/vnode.d.ts +1 -2
  190. package/dist/components/CdsTabs/CdsTab.d.ts +132 -0
  191. package/dist/components/CdsTabs/CdsTabs.d.ts +228 -0
  192. package/dist/components/CdsTabs/index.d.ts +2 -2
  193. package/dist/components/CdsTabs/utils/helpers.d.ts +1 -1
  194. package/dist/components/CdsTag/CdsTag.d.ts +176 -0
  195. package/dist/components/CdsTag/index.d.ts +1 -1
  196. package/dist/components/CdsTextArea/CdsTextArea.d.ts +1816 -0
  197. package/dist/components/CdsTextArea/index.d.ts +1 -1
  198. package/dist/components/CdsTextInput/CdsTextInput.d.ts +1747 -0
  199. package/dist/components/CdsTextInput/index.d.ts +1 -1
  200. package/dist/components/CdsTimePicker/{CdsTimePicker.vue.d.ts → CdsTimePicker.d.ts} +42 -42
  201. package/dist/components/CdsTimePicker/composable/time.d.ts +12 -12
  202. package/dist/components/CdsTimePicker/index.d.ts +1 -1
  203. package/dist/components/CdsToggle/CdsToggle.d.ts +228 -0
  204. package/dist/components/CdsToggle/index.d.ts +1 -1
  205. package/dist/components/CdsToolbar/{CdsToolbar.vue.d.ts → CdsToolbar.d.ts} +10 -10
  206. package/dist/components/CdsToolbar/CdsToolbarTitle.d.ts +18 -0
  207. package/dist/components/CdsToolbar/index.d.ts +2 -2
  208. package/dist/components/CdsTooltip/{CdsTooltip.vue.d.ts → CdsTooltip.d.ts} +88 -88
  209. package/dist/components/CdsTooltip/index.d.ts +1 -1
  210. package/dist/components/CdsTree/{CdsTree.vue.d.ts → CdsTree.d.ts} +179 -183
  211. package/dist/components/CdsTree/{CdsTreeDirectory.vue.d.ts → CdsTreeDirectory.d.ts} +99 -111
  212. package/dist/components/CdsTree/{CdsTreeNode.vue.d.ts → CdsTreeNode.d.ts} +23 -23
  213. package/dist/components/CdsTree/components/DropIndicator.d.ts +1 -1
  214. package/dist/components/CdsTree/components/Indent.d.ts +1 -1
  215. package/dist/components/CdsTree/components/MotionTreeNode.d.ts +10 -10
  216. package/dist/components/CdsTree/components/NodeList.d.ts +5 -5
  217. package/dist/components/CdsTree/components/SwitcherIcon.d.ts +3 -3
  218. package/dist/components/CdsTree/components/TreeContext.d.ts +7 -7
  219. package/dist/components/CdsTree/components/TreeProvider.d.ts +57 -57
  220. package/dist/components/CdsTree/components/VirtualList/ScrollBar.d.ts +3 -3
  221. package/dist/components/CdsTree/components/VirtualList/VirtualList.d.ts +11 -11
  222. package/dist/components/CdsTree/components/VirtualList/features/useHeights.d.ts +3 -3
  223. package/dist/components/CdsTree/components/VirtualList/features/useScrollTo.d.ts +1 -1
  224. package/dist/components/CdsTree/components/VirtualList/interface.d.ts +3 -3
  225. package/dist/components/CdsTree/composable/events.d.ts +5 -5
  226. package/dist/components/CdsTree/composable/tree.d.ts +7 -8
  227. package/dist/components/CdsTree/composable/treeNode.d.ts +2 -2
  228. package/dist/components/CdsTree/index.d.ts +3 -3
  229. package/dist/components/CdsTree/interface.d.ts +2 -2
  230. package/dist/components/CdsTree/utils/conduct.d.ts +1 -1
  231. package/dist/components/CdsTree/utils/data.d.ts +4 -4
  232. package/dist/components/CdsUploader/CdsUploader.d.ts +861 -0
  233. package/dist/components/CdsUploader/components/AjaxUploader.d.ts +248 -504
  234. package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +68 -287
  235. package/dist/components/CdsUploader/components/UploadList/UploadList.d.ts +67 -286
  236. package/dist/components/CdsUploader/composable/request.d.ts +1 -1
  237. package/dist/components/CdsUploader/composable/upload.d.ts +16 -302
  238. package/dist/components/CdsUploader/index.d.ts +1 -1
  239. package/dist/components/CdsUploader/interface.d.ts +2 -2
  240. package/dist/components/CdsUploader/utils/accept.d.ts +1 -1
  241. package/dist/components/CdsUploader/utils/helpers.d.ts +1 -1
  242. package/dist/components/CdsUploader/utils/traverseFileTree.d.ts +1 -1
  243. package/dist/components/index.d.ts +78 -78
  244. package/dist/composable/align.d.ts +2 -2
  245. package/dist/composable/appearance.d.ts +4 -4
  246. package/dist/composable/color.d.ts +5 -5
  247. package/dist/composable/datetime.d.ts +5 -5
  248. package/dist/composable/delay.d.ts +3 -3
  249. package/dist/composable/dimensions.d.ts +7 -8
  250. package/dist/composable/direction.d.ts +4 -4
  251. package/dist/composable/disabled.d.ts +1 -1
  252. package/dist/composable/display.d.ts +7 -7
  253. package/dist/composable/field.d.ts +9 -9
  254. package/dist/composable/filter.d.ts +9 -9
  255. package/dist/composable/focus.d.ts +1 -1
  256. package/dist/composable/form.d.ts +10 -8
  257. package/dist/composable/group.d.ts +3 -3
  258. package/dist/composable/hidration.d.ts +1 -1
  259. package/dist/composable/icon.d.ts +6 -6
  260. package/dist/composable/input.d.ts +6 -6
  261. package/dist/composable/intersectionObserver.d.ts +2 -2
  262. package/dist/composable/invertColor.d.ts +1 -1
  263. package/dist/composable/items.d.ts +2 -2
  264. package/dist/composable/layout.d.ts +1 -2
  265. package/dist/composable/lazy.d.ts +1 -1
  266. package/dist/composable/link.d.ts +2 -2
  267. package/dist/composable/loading.d.ts +1 -1
  268. package/dist/composable/locale.d.ts +2 -2
  269. package/dist/composable/menu.d.ts +2 -2
  270. package/dist/composable/nested/index.d.ts +3 -0
  271. package/dist/composable/nested/nested.d.ts +12 -12
  272. package/dist/composable/nested/openStrategies.d.ts +4 -4
  273. package/dist/composable/nested/selectStrategies.d.ts +5 -5
  274. package/dist/composable/overlay.d.ts +3 -3
  275. package/dist/composable/proxyModel.d.ts +3 -3
  276. package/dist/composable/readonly.d.ts +1 -1
  277. package/dist/composable/refs.d.ts +1 -1
  278. package/dist/composable/resizeObserver.d.ts +1 -1
  279. package/dist/composable/router.d.ts +1 -1
  280. package/dist/composable/scrolling.d.ts +1 -1
  281. package/dist/composable/select.d.ts +9 -101
  282. package/dist/composable/size.d.ts +4 -4
  283. package/dist/composable/ssrBoot.d.ts +2 -2
  284. package/dist/composable/state.d.ts +1 -1
  285. package/dist/composable/status.d.ts +3 -3
  286. package/dist/composable/tag.d.ts +1 -1
  287. package/dist/composable/text.d.ts +1 -1
  288. package/dist/composable/theme.d.ts +7 -8
  289. package/dist/composable/title.d.ts +1 -1
  290. package/dist/composable/toggleScope.d.ts +1 -1
  291. package/dist/composable/transition.d.ts +3 -4
  292. package/dist/composable/transparent.d.ts +1 -1
  293. package/dist/composable/validation.d.ts +6 -6
  294. package/dist/composable/variant.d.ts +4 -4
  295. package/dist/create.d.ts +10 -10
  296. package/dist/directives/click-outside/index.d.ts +2 -2
  297. package/dist/directives/intersect/index.d.ts +2 -2
  298. package/dist/directives/touch/index.d.ts +2 -2
  299. package/dist/locale/en.d.ts +1 -1
  300. package/dist/locale/index.d.ts +5 -5
  301. package/dist/locale/ru.d.ts +1 -1
  302. package/dist/plugins/index.d.ts +1 -0
  303. package/dist/scss/themes/index.d.ts +22 -0
  304. package/dist/themes/b2bDark.d.ts +116 -116
  305. package/dist/themes/b2bLight.d.ts +116 -116
  306. package/dist/themes/cdsDark.d.ts +116 -116
  307. package/dist/themes/cdsLight.d.ts +116 -116
  308. package/dist/transitions/createTransition.d.ts +12 -12
  309. package/dist/transitions/index.d.ts +162 -162
  310. package/dist/transitions/modalTransition.d.ts +5 -5
  311. package/dist/utils/changeCase/paramCase.d.ts +1 -1
  312. package/dist/utils/colorsUtils/APCA.d.ts +1 -6
  313. package/dist/utils/colorsUtils/transformCIELAB.d.ts +1 -1
  314. package/dist/utils/colorsUtils/transformSRGB.d.ts +1 -1
  315. package/dist/utils/colorsUtils/utils.d.ts +7 -7
  316. package/dist/utils/date/date.d.ts +1 -1
  317. package/dist/utils/dom/anchor.d.ts +5 -5
  318. package/dist/utils/dom/hRender.d.ts +1 -1
  319. package/dist/utils/getCurrentInstance.d.ts +1 -1
  320. package/dist/utils/helpers.d.ts +17 -36
  321. package/dist/utils/propsFactory.d.ts +7 -7
  322. package/dist/utils/use/eagerComputed.d.ts +1 -1
  323. package/dist/utils/use/reactiveComputed.d.ts +1 -1
  324. package/dist/utils/use/reactivePick.d.ts +2 -2
  325. package/dist/utils/use/toReactive.d.ts +1 -1
  326. package/dist/utils/use/toValue.d.ts +1 -1
  327. package/package.json +35 -22
  328. package/src/scss/utility/lists.scss +3 -2
  329. package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +0 -993
  330. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.vue.d.ts +0 -71
  331. package/dist/components/CdsButton/CdsButton.vue.d.ts +0 -212
  332. package/dist/components/CdsButton/CdsFunctionalButton.vue.d.ts +0 -73
  333. package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +0 -273
  334. package/dist/components/CdsCheckbox/CdsCheckboxGroup.vue.d.ts +0 -240
  335. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +0 -2712
  336. package/dist/components/CdsContainer/CdsContainer.vue.d.ts +0 -222
  337. package/dist/components/CdsContentSwitcher/CdsContentSwitcherItem.vue.d.ts +0 -212
  338. package/dist/components/CdsDivider/CdsDivider.vue.d.ts +0 -45
  339. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +0 -2543
  340. package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +0 -54
  341. package/dist/components/CdsExpandablePanel/CdsExpandablePanel.vue.d.ts +0 -119
  342. package/dist/components/CdsExpandablePanel/CdsExpandablePanelContent.vue.d.ts +0 -15
  343. package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.vue.d.ts +0 -55
  344. package/dist/components/CdsForm/CdsForm.vue.d.ts +0 -93
  345. package/dist/components/CdsGrid/CdsCol.vue.d.ts +0 -73
  346. package/dist/components/CdsGrid/CdsGrid.vue.d.ts +0 -55
  347. package/dist/components/CdsGrid/CdsRow.vue.d.ts +0 -37
  348. package/dist/components/CdsGrid/types.d.ts +0 -27
  349. package/dist/components/CdsIcon/CdsIcon.vue.d.ts +0 -74
  350. package/dist/components/CdsImage/components/CdsResponsive.vue.d.ts +0 -87
  351. package/dist/components/CdsInput/CdsInput.vue.d.ts +0 -231
  352. package/dist/components/CdsInput/CdsInputCounter.vue.d.ts +0 -39
  353. package/dist/components/CdsInput/CdsInputDescription.vue.d.ts +0 -26
  354. package/dist/components/CdsInput/CdsInputLabel.vue.d.ts +0 -43
  355. package/dist/components/CdsLink/CdsLink.vue.d.ts +0 -59
  356. package/dist/components/CdsList/CdsListGroup.vue.d.ts +0 -125
  357. package/dist/components/CdsList/CdsListItem.vue.d.ts +0 -169
  358. package/dist/components/CdsMain/CdsMain.vue.d.ts +0 -3
  359. package/dist/components/CdsNotification/CdsNotification.vue.d.ts +0 -162
  360. package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +0 -483
  361. package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +0 -458
  362. package/dist/components/CdsRadioButton/CdsRadioButton.vue.d.ts +0 -241
  363. package/dist/components/CdsSelect/CdsSelect.vue.d.ts +0 -815
  364. package/dist/components/CdsSidebar/CdsSidebar.vue.d.ts +0 -94
  365. package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.vue.d.ts +0 -132
  366. package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +0 -162
  367. package/dist/components/CdsSlideGroup/CdsSlideGroupItem.vue.d.ts +0 -43
  368. package/dist/components/CdsStatus/CdsStatus.vue.d.ts +0 -65
  369. package/dist/components/CdsTable/CdsTable.vue.d.ts +0 -1239
  370. package/dist/components/CdsTable/CdsTableColumn.vue.d.ts +0 -10
  371. package/dist/components/CdsTable/CdsTableColumnGroup.vue.d.ts +0 -10
  372. package/dist/components/CdsTabs/CdsTab.vue.d.ts +0 -132
  373. package/dist/components/CdsTabs/CdsTabs.vue.d.ts +0 -231
  374. package/dist/components/CdsTag/CdsTag.vue.d.ts +0 -117
  375. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +0 -814
  376. package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +0 -779
  377. package/dist/components/CdsToggle/CdsToggle.vue.d.ts +0 -197
  378. package/dist/components/CdsToolbar/CdsToolbarTitle.vue.d.ts +0 -18
  379. package/dist/components/CdsUploader/CdsUploader.vue.d.ts +0 -1128
  380. package/dist/globals.d.ts +0 -38
  381. package/dist/shims-vue.d.ts +0 -24
  382. package/dist/themes/themes.d.ts +0 -10
  383. package/src/scss/themes/.deprecated +0 -1
  384. package/src/scss/themes/b2b/tokens.json +0 -2190
  385. package/src/scss/themes/cds/tokens.json +0 -2184
  386. package/src/scss/themes/index.ts +0 -43
@@ -1,2712 +0,0 @@
1
- import { noop } from '../../utils';
2
- import type { IInternalItem } from '../../composable';
3
- import type { PropType } from 'vue';
4
- export declare const componentName = "CdsCombobox";
5
- declare const _sfc_main: import("vue").DefineComponent<{
6
- theme: {
7
- type: PropType<string>;
8
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
9
- default: undefined;
10
- };
11
- transition: {
12
- type: PropType<string | boolean | (import("vue").TransitionProps & {
13
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
14
- })>;
15
- default: string;
16
- validator: (value: unknown) => boolean;
17
- };
18
- items: {
19
- type: PropType<any[]>;
20
- default: () => never[];
21
- };
22
- itemTitle: {
23
- type: PropType<import("../../composable").TItemKey>;
24
- default: string;
25
- };
26
- itemValue: {
27
- type: PropType<import("../../composable").TItemKey>;
28
- default: string;
29
- };
30
- itemChildren: {
31
- type: PropType<import("../../composable").TItemKey>;
32
- default: string;
33
- };
34
- itemProps: {
35
- type: PropType<import("../../composable").TItemKey>;
36
- default: string;
37
- };
38
- returnObject: Omit<{
39
- type: PropType<boolean>;
40
- default: boolean;
41
- }, "default" | "type"> & {
42
- type: PropType<boolean>;
43
- default: boolean;
44
- };
45
- size: {
46
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
47
- default: string;
48
- available: readonly ["xs", "sm", "md", "lg", "xl"];
49
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
50
- };
51
- loading: {
52
- type: PropType<boolean>;
53
- default: boolean;
54
- };
55
- readonly: {
56
- type: PropType<boolean>;
57
- default: boolean;
58
- };
59
- disabled: {
60
- type: PropType<boolean>;
61
- default: boolean;
62
- };
63
- focused: {
64
- type: PropType<boolean>;
65
- default: boolean;
66
- };
67
- locale: {
68
- type: PropType<"ru" | "en" | import("../../locale").ILocale>;
69
- default: undefined;
70
- };
71
- menu: {
72
- type: PropType<boolean | undefined>;
73
- default: undefined;
74
- };
75
- menuProps: {
76
- type: PropType<any>;
77
- default: null;
78
- };
79
- menuHeight: {
80
- type: PropType<string | number>;
81
- default: number;
82
- };
83
- eager: {
84
- type: PropType<boolean>;
85
- default: boolean;
86
- };
87
- 'onClick:prepend': {
88
- type: PropType<(...args: any[]) => any>;
89
- default: undefined;
90
- };
91
- 'onClick:append': {
92
- type: PropType<(...args: any[]) => any>;
93
- default: undefined;
94
- };
95
- prependIcon: {
96
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
97
- default: undefined;
98
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
99
- };
100
- appendIcon: {
101
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
102
- default: undefined;
103
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
104
- };
105
- error: {
106
- type: PropType<boolean>;
107
- default: boolean;
108
- };
109
- errorMessages: {
110
- type: PropType<string | string[]>;
111
- default: () => never[];
112
- };
113
- maxErrors: {
114
- type: PropType<string | number>;
115
- default: number;
116
- };
117
- name: {
118
- type: PropType<string | undefined>;
119
- default: undefined;
120
- };
121
- rules: {
122
- type: PropType<import("../../composable").TValidationRule[]>;
123
- default: () => never[];
124
- };
125
- modelValue: {
126
- type: PropType<any>;
127
- default: null;
128
- };
129
- validateOn: {
130
- type: PropType<"input" | "blur" | "submit">;
131
- default: string;
132
- available: readonly ["blur", "input", "submit"]; /**
133
- * Событие открытия меню
134
- * @type { boolean }
135
- */
136
- validator: (value: "input" | "blur" | "submit") => boolean;
137
- };
138
- validationValue: {
139
- type: PropType<any>;
140
- default: undefined;
141
- };
142
- hideMessages: {
143
- type: PropType<boolean>;
144
- default: boolean;
145
- };
146
- id: {
147
- type: PropType<string>;
148
- default: undefined;
149
- };
150
- label: {
151
- type: PropType<string>;
152
- default: undefined;
153
- };
154
- description: {
155
- type: PropType<string>;
156
- default: undefined;
157
- };
158
- value: {
159
- type: PropType<any>;
160
- default: null;
161
- };
162
- messages: {
163
- type: PropType<string | string[]>;
164
- default: () => never[];
165
- };
166
- persistentMessages: {
167
- type: PropType<boolean>;
168
- default: boolean;
169
- };
170
- active: {
171
- type: PropType<boolean>;
172
- default: boolean;
173
- };
174
- autofocus: {
175
- type: PropType<boolean>; /**
176
- * При поиске будет сразу выбирать первый найденный вариант
177
- */
178
- default: boolean;
179
- };
180
- prefix: {
181
- type: PropType<string>;
182
- default: undefined;
183
- };
184
- suffix: {
185
- type: PropType<string>;
186
- default: undefined;
187
- };
188
- prependInnerIcon: {
189
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
190
- default: undefined;
191
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
192
- };
193
- appendInnerIcon: {
194
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
195
- default: undefined;
196
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
197
- };
198
- type: {
199
- type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">; /**
200
- * Событие при изменении значения (v-model)
201
- * @type { any }
202
- */
203
- default: string;
204
- validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
205
- };
206
- role: Omit<{
207
- type: PropType<string>;
208
- default: undefined;
209
- }, "default" | "type"> & {
210
- type: PropType<string>;
211
- default: string;
212
- };
213
- placeholder: {
214
- type: PropType<string>;
215
- default: undefined;
216
- };
217
- counter: {
218
- type: PropType<boolean>;
219
- default: boolean;
220
- };
221
- limit: {
222
- type: PropType<number>;
223
- default: undefined;
224
- };
225
- clearable: {
226
- type: PropType<boolean>;
227
- default: boolean;
228
- };
229
- clearLabel: {
230
- type: PropType<string>;
231
- default: string;
232
- };
233
- persistentClearable: {
234
- type: PropType<boolean>;
235
- default: boolean;
236
- };
237
- 'onClick:prependInner': {
238
- type: PropType<(...args: any[]) => any>;
239
- default: undefined;
240
- };
241
- 'onClick:appendInner': {
242
- type: PropType<(...args: any[]) => any>;
243
- default: undefined;
244
- };
245
- customFilter: {
246
- type: PropType<(value: string, query: string, item?: any) => import("../../composable").TFilterMath>;
247
- default: null;
248
- };
249
- customKeyFilter: {
250
- type: PropType<{
251
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
252
- }>;
253
- default: null;
254
- };
255
- filterKeys: Omit<{
256
- type: PropType<string | string[]>;
257
- default: string;
258
- }, "default" | "type"> & {
259
- type: PropType<NonNullable<string | string[]>>;
260
- default: NonNullable<string | string[]>;
261
- };
262
- filterMode: {
263
- type: PropType<"every" | "some" | "union" | "intersection">;
264
- default: string;
265
- };
266
- noFilter: {
267
- type: PropType<boolean>; /**
268
- * Событие открытия меню
269
- * @type { boolean }
270
- */
271
- default: boolean;
272
- };
273
- multiple: {
274
- type: PropType<boolean>;
275
- default: boolean;
276
- };
277
- openOnClear: {
278
- type: PropType<boolean>;
279
- default: boolean;
280
- };
281
- hideSelected: {
282
- type: PropType<boolean>;
283
- default: boolean;
284
- };
285
- hideNoData: Omit<{
286
- type: PropType<boolean>;
287
- default: boolean;
288
- }, "default" | "type"> & {
289
- type: PropType<boolean>;
290
- default: boolean;
291
- };
292
- isSelectAll: {
293
- type: PropType<boolean>;
294
- default: boolean;
295
- };
296
- ellipsis: {
297
- type: PropType<boolean>;
298
- default: boolean;
299
- };
300
- listProps: {
301
- type: PropType<Omit<Partial<{
302
- items: any[];
303
- itemTitle: import("../../composable").TItemKey;
304
- itemValue: import("../../composable").TItemKey;
305
- itemChildren: import("../../composable").TItemKey;
306
- itemProps: import("../../composable").TItemKey;
307
- returnObject: boolean;
308
- tag: string;
309
- disabled: boolean;
310
- invertColor: boolean;
311
- required: boolean;
312
- selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
313
- openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
314
- theme: string;
315
- lines: false | "one" | "two" | "three";
316
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
317
- theme: {
318
- type: PropType<string>;
319
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
320
- default: undefined;
321
- };
322
- selectStrategy: {
323
- type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
324
- default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
325
- };
326
- openStrategy: {
327
- type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
328
- default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
329
- };
330
- opened: PropType<unknown[]>;
331
- selected: PropType<unknown[]>;
332
- required: BooleanConstructor;
333
- invertColor: {
334
- type: PropType<boolean>;
335
- default: boolean;
336
- };
337
- disabled: {
338
- type: PropType<boolean>;
339
- default: boolean;
340
- };
341
- tag: {
342
- type: PropType<string>;
343
- default: string;
344
- description: string;
345
- };
346
- items: {
347
- type: PropType<any[]>;
348
- default: () => never[];
349
- };
350
- itemTitle: {
351
- type: PropType<import("../../composable").TItemKey>;
352
- default: string;
353
- };
354
- itemValue: {
355
- type: PropType<import("../../composable").TItemKey>;
356
- default: string;
357
- };
358
- itemChildren: {
359
- type: PropType<import("../../composable").TItemKey>;
360
- default: string;
361
- };
362
- itemProps: {
363
- type: PropType<import("../../composable").TItemKey>;
364
- default: string;
365
- };
366
- returnObject: {
367
- type: PropType<boolean>;
368
- default: boolean;
369
- };
370
- lines: {
371
- type: PropType<false | "one" | "two" | "three">;
372
- default: string;
373
- };
374
- }>> & {
375
- "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
376
- "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
377
- "onClick:open"?: ((value: {
378
- id: unknown;
379
- value: boolean;
380
- path: unknown[];
381
- event: Event;
382
- }) => any) | undefined;
383
- "onClick:select"?: ((value: {
384
- id: unknown;
385
- value: boolean;
386
- path: unknown[];
387
- event: Event;
388
- }) => any) | undefined;
389
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "disabled" | "invertColor" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
390
- default: undefined;
391
- };
392
- menuIcon: {
393
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
394
- default: string;
395
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
396
- };
397
- /**
398
- * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
399
- */
400
- delimiters: {
401
- type: PropType<string[]>;
402
- default: () => never[];
403
- };
404
- /**
405
- * При поиске будет сразу выбирать первый найденный вариант
406
- */
407
- autoSelectFirst: {
408
- type: PropType<boolean | "exact">;
409
- default: undefined;
410
- };
411
- }, {
412
- model: import("vue").Ref<readonly IInternalItem<any>[]> & {
413
- readonly externalValue: any;
414
- };
415
- search: import("vue").WritableComputedRef<string>;
416
- internalMenu: import("vue").WritableComputedRef<boolean | undefined>;
417
- menuDisabled: import("vue").ComputedRef<boolean | undefined>;
418
- displayItems: import("vue").ComputedRef<IInternalItem<any>[]>;
419
- selected: import("vue").ComputedRef<any[]>;
420
- selectedAll: import("vue").ComputedRef<boolean>;
421
- selectStrategy: import("vue").ComputedRef<"independent" | "single-independent">;
422
- selections: import("vue").ComputedRef<IInternalItem<any>[]>;
423
- selectionIndex: import("vue").Ref<number>;
424
- selectedIndeterminate: import("vue").ComputedRef<boolean>;
425
- isFocused: import("vue").Ref<boolean>;
426
- isDirty: import("vue").ComputedRef<boolean>;
427
- isPure: import("vue").ShallowRef<boolean>;
428
- inputRef: import("vue").Ref<import("vue").DefineComponent<{
429
- theme: {
430
- type: PropType<string>;
431
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
432
- default: undefined;
433
- };
434
- size: {
435
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
436
- default: string;
437
- available: readonly ["xs", "sm", "md", "lg", "xl"];
438
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
439
- };
440
- loading: {
441
- type: PropType<boolean>;
442
- default: boolean;
443
- };
444
- readonly: {
445
- type: PropType<boolean>;
446
- default: boolean;
447
- };
448
- disabled: {
449
- type: PropType<boolean>;
450
- default: boolean;
451
- };
452
- focused: {
453
- type: PropType<boolean>;
454
- default: boolean;
455
- };
456
- 'onClick:prepend': {
457
- type: PropType<(...args: any[]) => any>;
458
- default: undefined;
459
- };
460
- 'onClick:append': {
461
- type: PropType<(...args: any[]) => any>;
462
- default: undefined;
463
- };
464
- prependIcon: {
465
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
466
- default: undefined;
467
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
468
- };
469
- appendIcon: {
470
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
471
- default: undefined;
472
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
473
- };
474
- error: {
475
- type: PropType<boolean>;
476
- default: boolean;
477
- };
478
- errorMessages: {
479
- type: PropType<string | string[]>;
480
- default: () => never[];
481
- };
482
- maxErrors: {
483
- type: PropType<string | number>;
484
- default: number;
485
- };
486
- name: {
487
- type: PropType<string | undefined>;
488
- default: undefined;
489
- };
490
- rules: {
491
- type: PropType<import("../../composable").TValidationRule[]>;
492
- default: () => never[];
493
- };
494
- modelValue: {
495
- type: PropType<any>;
496
- default: null;
497
- };
498
- validateOn: {
499
- type: PropType<"input" | "blur" | "submit">;
500
- default: string;
501
- available: readonly ["blur", "input", "submit"]; /**
502
- * Событие открытия меню
503
- * @type { boolean }
504
- */
505
- validator: (value: "input" | "blur" | "submit") => boolean;
506
- };
507
- validationValue: {
508
- type: PropType<any>;
509
- default: undefined;
510
- };
511
- hideMessages: {
512
- type: PropType<boolean>;
513
- default: boolean;
514
- };
515
- id: {
516
- type: PropType<string>;
517
- default: undefined;
518
- };
519
- label: {
520
- type: PropType<string>;
521
- default: undefined;
522
- };
523
- description: {
524
- type: PropType<string>;
525
- default: undefined;
526
- };
527
- value: {
528
- type: PropType<any>;
529
- default: null;
530
- };
531
- messages: {
532
- type: PropType<string | string[]>;
533
- default: () => never[];
534
- };
535
- persistentMessages: {
536
- type: PropType<boolean>;
537
- default: boolean;
538
- };
539
- active: {
540
- type: PropType<boolean>;
541
- default: boolean;
542
- };
543
- autofocus: {
544
- type: PropType<boolean>; /**
545
- * При поиске будет сразу выбирать первый найденный вариант
546
- */
547
- default: boolean;
548
- };
549
- prefix: {
550
- type: PropType<string>;
551
- default: undefined;
552
- };
553
- suffix: {
554
- type: PropType<string>;
555
- default: undefined;
556
- };
557
- prependInnerIcon: {
558
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
559
- default: undefined;
560
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
561
- };
562
- appendInnerIcon: {
563
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
564
- default: undefined;
565
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
566
- };
567
- type: {
568
- type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">; /**
569
- * Событие при изменении значения (v-model)
570
- * @type { any }
571
- */
572
- default: string;
573
- validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
574
- };
575
- role: {
576
- type: PropType<string>;
577
- default: undefined;
578
- };
579
- placeholder: {
580
- type: PropType<string>;
581
- default: undefined;
582
- };
583
- counter: {
584
- type: PropType<boolean>;
585
- default: boolean;
586
- };
587
- limit: {
588
- type: PropType<number>;
589
- default: undefined;
590
- };
591
- clearable: {
592
- type: PropType<boolean>;
593
- default: boolean;
594
- };
595
- clearLabel: {
596
- type: PropType<string>;
597
- default: string;
598
- };
599
- persistentClearable: {
600
- type: PropType<boolean>;
601
- default: boolean;
602
- };
603
- 'onClick:prependInner': {
604
- type: PropType<(...args: any[]) => any>;
605
- default: undefined;
606
- };
607
- 'onClick:appendInner': {
608
- type: PropType<(...args: any[]) => any>;
609
- default: undefined;
610
- };
611
- }, {
612
- id: import("vue").ComputedRef<string>;
613
- model: import("vue").Ref<any> & {
614
- readonly externalValue: any;
615
- };
616
- fieldRef: import("vue").Ref<HTMLElement | undefined>;
617
- inputRef: import("vue").Ref<HTMLInputElement | undefined>;
618
- validationRef: import("vue").Ref<import("vue").DefineComponent<{
619
- 'onClick:prepend': PropType<(...args: any[]) => any>;
620
- 'onClick:append': PropType<(...args: any[]) => any>;
621
- theme: {
622
- type: PropType<string>;
623
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
624
- default: undefined;
625
- };
626
- size: {
627
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
628
- default: string;
629
- available: readonly ["xs", "sm", "md", "lg", "xl"];
630
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
631
- };
632
- readonly: {
633
- type: PropType<boolean>;
634
- default: boolean;
635
- };
636
- disabled: {
637
- type: PropType<boolean>;
638
- default: boolean;
639
- };
640
- focused: {
641
- type: PropType<boolean>;
642
- default: boolean;
643
- };
644
- error: {
645
- type: PropType<boolean>;
646
- default: boolean;
647
- };
648
- errorMessages: {
649
- type: PropType<string | string[]>;
650
- default: () => never[];
651
- };
652
- maxErrors: {
653
- type: PropType<string | number>;
654
- default: number;
655
- };
656
- name: {
657
- type: PropType<string | undefined>;
658
- default: undefined;
659
- };
660
- rules: {
661
- type: PropType<import("../../composable").TValidationRule[]>;
662
- default: () => never[];
663
- };
664
- modelValue: {
665
- type: PropType<any>;
666
- default: null;
667
- };
668
- validateOn: {
669
- type: PropType<"input" | "blur" | "submit">;
670
- default: string;
671
- available: readonly ["blur", "input", "submit"]; /**
672
- * Событие открытия меню
673
- * @type { boolean }
674
- */
675
- validator: (value: "input" | "blur" | "submit") => boolean;
676
- };
677
- validationValue: {
678
- type: PropType<any>;
679
- default: undefined;
680
- };
681
- hideMessages: {
682
- type: PropType<boolean>;
683
- default: boolean;
684
- };
685
- prependIcon: {
686
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
687
- default: undefined;
688
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
689
- };
690
- appendIcon: {
691
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
692
- default: undefined;
693
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
694
- };
695
- id: {
696
- type: PropType<string>;
697
- default: undefined;
698
- };
699
- label: {
700
- type: PropType<string>;
701
- default: undefined;
702
- };
703
- description: {
704
- type: PropType<string>;
705
- default: undefined;
706
- };
707
- value: {
708
- type: PropType<any>;
709
- default: null;
710
- };
711
- messages: {
712
- type: PropType<string | string[]>;
713
- default: () => never[];
714
- };
715
- persistentMessages: {
716
- type: PropType<boolean>;
717
- default: boolean;
718
- };
719
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
720
- 'update:modelValue': (value: any) => true;
721
- 'click:control': (event: MouseEvent) => true;
722
- 'mousedown:control': (event: MouseEvent) => true;
723
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
724
- 'onClick:prepend': PropType<(...args: any[]) => any>;
725
- 'onClick:append': PropType<(...args: any[]) => any>;
726
- theme: {
727
- type: PropType<string>;
728
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
729
- default: undefined;
730
- };
731
- size: {
732
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
733
- default: string;
734
- available: readonly ["xs", "sm", "md", "lg", "xl"];
735
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
736
- };
737
- readonly: {
738
- type: PropType<boolean>;
739
- default: boolean;
740
- };
741
- disabled: {
742
- type: PropType<boolean>;
743
- default: boolean;
744
- };
745
- focused: {
746
- type: PropType<boolean>;
747
- default: boolean;
748
- };
749
- error: {
750
- type: PropType<boolean>;
751
- default: boolean;
752
- };
753
- errorMessages: {
754
- type: PropType<string | string[]>;
755
- default: () => never[];
756
- };
757
- maxErrors: {
758
- type: PropType<string | number>;
759
- default: number;
760
- };
761
- name: {
762
- type: PropType<string | undefined>;
763
- default: undefined;
764
- };
765
- rules: {
766
- type: PropType<import("../../composable").TValidationRule[]>;
767
- default: () => never[];
768
- };
769
- modelValue: {
770
- type: PropType<any>;
771
- default: null;
772
- };
773
- validateOn: {
774
- type: PropType<"input" | "blur" | "submit">;
775
- default: string;
776
- available: readonly ["blur", "input", "submit"]; /**
777
- * Событие открытия меню
778
- * @type { boolean }
779
- */
780
- validator: (value: "input" | "blur" | "submit") => boolean;
781
- };
782
- validationValue: {
783
- type: PropType<any>;
784
- default: undefined;
785
- };
786
- hideMessages: {
787
- type: PropType<boolean>;
788
- default: boolean;
789
- };
790
- prependIcon: {
791
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
792
- default: undefined;
793
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
794
- };
795
- appendIcon: {
796
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
797
- default: undefined;
798
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
799
- };
800
- id: {
801
- type: PropType<string>;
802
- default: undefined;
803
- };
804
- label: {
805
- type: PropType<string>;
806
- default: undefined;
807
- };
808
- description: {
809
- type: PropType<string>;
810
- default: undefined;
811
- };
812
- value: {
813
- type: PropType<any>;
814
- default: null;
815
- };
816
- messages: {
817
- type: PropType<string | string[]>;
818
- default: () => never[];
819
- };
820
- persistentMessages: {
821
- type: PropType<boolean>;
822
- default: boolean;
823
- };
824
- }>> & {
825
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
826
- "onClick:control"?: ((event: MouseEvent) => any) | undefined;
827
- "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
828
- }, {
829
- value: any;
830
- description: string;
831
- disabled: boolean;
832
- theme: string;
833
- name: string | undefined;
834
- id: string;
835
- error: boolean;
836
- label: string;
837
- messages: string | string[];
838
- persistentMessages: boolean;
839
- errorMessages: string | string[];
840
- maxErrors: string | number;
841
- rules: import("../../composable").TValidationRule[];
842
- modelValue: any;
843
- validateOn: "input" | "blur" | "submit";
844
- validationValue: any;
845
- hideMessages: boolean;
846
- prependIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
847
- appendIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
848
- focused: boolean;
849
- readonly: boolean;
850
- size: "xs" | "sm" | "md" | "lg" | "xl";
851
- }> | undefined>;
852
- isFocused: import("vue").Ref<boolean>;
853
- rootAttrs: import("vue").Ref<{}>;
854
- inputAttrs: import("vue").Ref<{}>;
855
- inputProps: import("vue").Ref<{
856
- readonly value?: any;
857
- readonly disabled?: boolean | undefined;
858
- readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
859
- readonly error?: boolean | undefined;
860
- readonly active?: boolean | undefined;
861
- readonly autofocus?: boolean | undefined;
862
- readonly counter?: boolean | undefined;
863
- readonly clearable?: boolean | undefined;
864
- readonly clearLabel?: string | undefined;
865
- readonly persistentClearable?: boolean | undefined;
866
- readonly messages?: string | string[] | undefined;
867
- readonly persistentMessages?: boolean | undefined;
868
- readonly errorMessages?: string | string[] | undefined;
869
- readonly maxErrors?: string | number | undefined;
870
- readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
871
- then: <TResult1 = import("../../composable").TValidationResult, TResult2 = never>(onfulfilled?: ((value: import("../../composable").TValidationResult) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<TResult1 | TResult2>;
872
- })[] | undefined;
873
- readonly modelValue?: any;
874
- readonly validateOn?: "input" | "blur" | "submit" | undefined;
875
- readonly hideMessages?: boolean | undefined;
876
- readonly loading?: boolean | undefined;
877
- readonly focused?: boolean | undefined;
878
- readonly readonly?: boolean | undefined;
879
- readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
880
- readonly description?: string | undefined;
881
- readonly theme?: string | undefined;
882
- readonly name?: string | undefined;
883
- readonly id?: string | undefined;
884
- readonly prefix?: string | undefined;
885
- readonly suffix?: string | undefined;
886
- readonly prependInnerIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
887
- readonly appendInnerIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
888
- readonly role?: string | undefined;
889
- readonly placeholder?: string | undefined;
890
- readonly limit?: number | undefined;
891
- readonly 'onClick:prependInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
892
- readonly 'onClick:appendInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
893
- readonly label?: string | undefined;
894
- readonly validationValue?: any;
895
- readonly prependIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
896
- readonly appendIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
897
- readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
898
- readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
899
- readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
900
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
901
- readonly "onClick:control"?: ((event: MouseEvent) => any) | undefined;
902
- readonly "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
903
- readonly "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
904
- }>;
905
- hasLabel: import("vue").ComputedRef<boolean>;
906
- hasDescription: import("vue").ComputedRef<boolean>;
907
- hasPrepend: import("vue").ComputedRef<boolean>;
908
- hasAppend: import("vue").ComputedRef<boolean>;
909
- hasPrependInnerIcon: import("vue").ComputedRef<boolean>;
910
- hasAppendInnerIcon: import("vue").ComputedRef<boolean>;
911
- hasLoading: import("vue").ComputedRef<boolean>;
912
- hasClear: import("vue").ComputedRef<boolean>;
913
- counterValue: import("vue").ComputedRef<any>;
914
- iconClasses: import("vue").ComputedRef<Record<string, boolean>>;
915
- themeClasses: Readonly<import("vue").ComputedRef<string | undefined>>;
916
- fieldClasses: import("vue").ComputedRef<Record<string, boolean>>;
917
- loadingClasses: import("vue").ComputedRef<string | undefined>;
918
- classesStates: Readonly<{
919
- hover: "cds-state-hover";
920
- focus: "cds-state-focus";
921
- active: "cds-state-active";
922
- visited: "cds-state-visited";
923
- disabled: "cds-state-disabled";
924
- checked: "cds-state-checked";
925
- indeterminate: "cds-state-indeterminate";
926
- invalid: "cds-state-invalid";
927
- empty: "cds-state-empty";
928
- loading: "cds-state-loading";
929
- readonly: "cds-state-readonly";
930
- dragging: "cds-state-dragging";
931
- }>;
932
- onBlur: () => void;
933
- onFocus: () => void;
934
- onInput: (event: Event) => void;
935
- onClear: (event: MouseEvent) => void;
936
- onControlClick: (event: MouseEvent) => void;
937
- onControlMousedown: (event: MouseEvent) => void;
938
- handleClickPrependInner: (event: MouseEvent) => void;
939
- handleClickAppendInner: (event: MouseEvent) => void;
940
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
941
- 'update:focused': (value: boolean) => true;
942
- 'update:modelValue': (value: string) => true;
943
- 'click:clear': (event: MouseEvent) => true;
944
- 'click:prepend': (event: MouseEvent) => true;
945
- 'click:append': (event: MouseEvent) => true;
946
- 'click:prependInner': (event: MouseEvent) => true;
947
- 'click:appendInner': (event: MouseEvent) => true;
948
- 'click:control': (event: MouseEvent) => true;
949
- 'mousedown:control': (event: MouseEvent) => true;
950
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
951
- theme: {
952
- type: PropType<string>;
953
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
954
- default: undefined;
955
- };
956
- size: {
957
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
958
- default: string;
959
- available: readonly ["xs", "sm", "md", "lg", "xl"];
960
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
961
- };
962
- loading: {
963
- type: PropType<boolean>;
964
- default: boolean;
965
- };
966
- readonly: {
967
- type: PropType<boolean>;
968
- default: boolean;
969
- };
970
- disabled: {
971
- type: PropType<boolean>;
972
- default: boolean;
973
- };
974
- focused: {
975
- type: PropType<boolean>;
976
- default: boolean;
977
- };
978
- 'onClick:prepend': {
979
- type: PropType<(...args: any[]) => any>;
980
- default: undefined;
981
- };
982
- 'onClick:append': {
983
- type: PropType<(...args: any[]) => any>;
984
- default: undefined;
985
- };
986
- prependIcon: {
987
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
988
- default: undefined;
989
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
990
- };
991
- appendIcon: {
992
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
993
- default: undefined;
994
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
995
- };
996
- error: {
997
- type: PropType<boolean>;
998
- default: boolean;
999
- };
1000
- errorMessages: {
1001
- type: PropType<string | string[]>;
1002
- default: () => never[];
1003
- };
1004
- maxErrors: {
1005
- type: PropType<string | number>;
1006
- default: number;
1007
- };
1008
- name: {
1009
- type: PropType<string | undefined>;
1010
- default: undefined;
1011
- };
1012
- rules: {
1013
- type: PropType<import("../../composable").TValidationRule[]>;
1014
- default: () => never[];
1015
- };
1016
- modelValue: {
1017
- type: PropType<any>;
1018
- default: null;
1019
- };
1020
- validateOn: {
1021
- type: PropType<"input" | "blur" | "submit">;
1022
- default: string;
1023
- available: readonly ["blur", "input", "submit"]; /**
1024
- * Событие открытия меню
1025
- * @type { boolean }
1026
- */
1027
- validator: (value: "input" | "blur" | "submit") => boolean;
1028
- };
1029
- validationValue: {
1030
- type: PropType<any>;
1031
- default: undefined;
1032
- };
1033
- hideMessages: {
1034
- type: PropType<boolean>;
1035
- default: boolean;
1036
- };
1037
- id: {
1038
- type: PropType<string>;
1039
- default: undefined;
1040
- };
1041
- label: {
1042
- type: PropType<string>;
1043
- default: undefined;
1044
- };
1045
- description: {
1046
- type: PropType<string>;
1047
- default: undefined;
1048
- };
1049
- value: {
1050
- type: PropType<any>;
1051
- default: null;
1052
- };
1053
- messages: {
1054
- type: PropType<string | string[]>;
1055
- default: () => never[];
1056
- };
1057
- persistentMessages: {
1058
- type: PropType<boolean>;
1059
- default: boolean;
1060
- };
1061
- active: {
1062
- type: PropType<boolean>;
1063
- default: boolean;
1064
- };
1065
- autofocus: {
1066
- type: PropType<boolean>; /**
1067
- * При поиске будет сразу выбирать первый найденный вариант
1068
- */
1069
- default: boolean;
1070
- };
1071
- prefix: {
1072
- type: PropType<string>;
1073
- default: undefined;
1074
- };
1075
- suffix: {
1076
- type: PropType<string>;
1077
- default: undefined;
1078
- };
1079
- prependInnerIcon: {
1080
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
1081
- default: undefined;
1082
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
1083
- };
1084
- appendInnerIcon: {
1085
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
1086
- default: undefined;
1087
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
1088
- };
1089
- type: {
1090
- type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">; /**
1091
- * Событие при изменении значения (v-model)
1092
- * @type { any }
1093
- */
1094
- default: string;
1095
- validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
1096
- };
1097
- role: {
1098
- type: PropType<string>;
1099
- default: undefined;
1100
- };
1101
- placeholder: {
1102
- type: PropType<string>;
1103
- default: undefined;
1104
- };
1105
- counter: {
1106
- type: PropType<boolean>;
1107
- default: boolean;
1108
- };
1109
- limit: {
1110
- type: PropType<number>;
1111
- default: undefined;
1112
- };
1113
- clearable: {
1114
- type: PropType<boolean>;
1115
- default: boolean;
1116
- };
1117
- clearLabel: {
1118
- type: PropType<string>;
1119
- default: string;
1120
- };
1121
- persistentClearable: {
1122
- type: PropType<boolean>;
1123
- default: boolean;
1124
- };
1125
- 'onClick:prependInner': {
1126
- type: PropType<(...args: any[]) => any>;
1127
- default: undefined;
1128
- };
1129
- 'onClick:appendInner': {
1130
- type: PropType<(...args: any[]) => any>;
1131
- default: undefined;
1132
- };
1133
- }>> & {
1134
- "onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
1135
- "onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
1136
- "onClick:prepend"?: ((event: MouseEvent) => any) | undefined;
1137
- "onClick:append"?: ((event: MouseEvent) => any) | undefined;
1138
- "onUpdate:focused"?: ((value: boolean) => any) | undefined;
1139
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1140
- "onClick:control"?: ((event: MouseEvent) => any) | undefined;
1141
- "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
1142
- "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
1143
- }, {
1144
- value: any;
1145
- description: string;
1146
- disabled: boolean;
1147
- theme: string;
1148
- name: string | undefined;
1149
- type: "number" | "password" | "text" | "email" | "tel" | "url";
1150
- id: string;
1151
- error: boolean;
1152
- active: boolean;
1153
- autofocus: boolean;
1154
- prefix: string;
1155
- suffix: string;
1156
- prependInnerIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
1157
- appendInnerIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
1158
- role: string;
1159
- placeholder: string;
1160
- counter: boolean;
1161
- limit: number;
1162
- clearable: boolean;
1163
- clearLabel: string;
1164
- persistentClearable: boolean;
1165
- 'onClick:prependInner': (...args: any[]) => any;
1166
- 'onClick:appendInner': (...args: any[]) => any;
1167
- label: string;
1168
- messages: string | string[];
1169
- persistentMessages: boolean;
1170
- errorMessages: string | string[];
1171
- maxErrors: string | number;
1172
- rules: import("../../composable").TValidationRule[];
1173
- modelValue: any;
1174
- validateOn: "input" | "blur" | "submit";
1175
- validationValue: any;
1176
- hideMessages: boolean;
1177
- prependIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
1178
- appendIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
1179
- 'onClick:prepend': (...args: any[]) => any;
1180
- 'onClick:append': (...args: any[]) => any;
1181
- loading: boolean;
1182
- focused: boolean;
1183
- readonly: boolean;
1184
- size: "xs" | "sm" | "md" | "lg" | "xl";
1185
- }> | undefined>;
1186
- menuRef: import("vue").Ref<import("vue").DefineComponent<{
1187
- theme: {
1188
- type: PropType<string>;
1189
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
1190
- default: undefined;
1191
- };
1192
- transition: {
1193
- type: PropType<string | boolean | (import("vue").TransitionProps & {
1194
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1195
- })>;
1196
- default: string;
1197
- validator: (value: unknown) => boolean;
1198
- };
1199
- height: {
1200
- type: PropType<string | number>;
1201
- default: string;
1202
- };
1203
- width: {
1204
- type: PropType<string | number>;
1205
- default: string;
1206
- };
1207
- maxHeight: {
1208
- type: PropType<string | number>;
1209
- default: string;
1210
- };
1211
- maxWidth: {
1212
- type: PropType<string | number>;
1213
- default: string;
1214
- };
1215
- minHeight: {
1216
- type: PropType<string | number>;
1217
- default: string;
1218
- };
1219
- minWidth: {
1220
- type: PropType<string | number>;
1221
- default: string;
1222
- };
1223
- eager: {
1224
- type: PropType<boolean>;
1225
- default: boolean;
1226
- };
1227
- scrollStrategy: Omit<{
1228
- type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1229
- default: string;
1230
- validator: (value: any) => boolean;
1231
- }, "default" | "type"> & {
1232
- type: PropType<NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>>;
1233
- default: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1234
- };
1235
- locationStrategy: Omit<{
1236
- type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1237
- updateLocation: (event: Event | HTMLElement[]) => void;
1238
- } | undefined)>;
1239
- default: string;
1240
- validator: (value: any) => boolean;
1241
- }, "default" | "type"> & {
1242
- type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1243
- updateLocation: (event: Event | HTMLElement[]) => void;
1244
- } | undefined)>>;
1245
- default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1246
- updateLocation: (event: Event | HTMLElement[]) => void;
1247
- } | undefined)>;
1248
- };
1249
- location: {
1250
- type: PropType<import('../../utils').TAnchor>;
1251
- default: string;
1252
- };
1253
- origin: {
1254
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1255
- default: string;
1256
- };
1257
- offset: Omit<{
1258
- type: PropType<string | number | number[]>;
1259
- default: null;
1260
- }, "default" | "type"> & {
1261
- type: PropType<NonNullable<string | number | number[]>>;
1262
- default: NonNullable<string | number | number[]>;
1263
- };
1264
- closeDelay: Omit<{
1265
- type: PropType<string | number>;
1266
- default: null;
1267
- }, "default" | "type"> & {
1268
- type: PropType<NonNullable<string | number>>;
1269
- default: NonNullable<string | number>;
1270
- };
1271
- openDelay: Omit<{
1272
- type: PropType<string | number>;
1273
- default: null;
1274
- }, "default" | "type"> & {
1275
- type: PropType<NonNullable<string | number>>;
1276
- default: NonNullable<string | number>;
1277
- };
1278
- activator: {
1279
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1280
- default: null;
1281
- };
1282
- activatorProps: {
1283
- type: PropType<Record<string, any>>;
1284
- default: () => {};
1285
- };
1286
- target: {
1287
- type: PropType<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element | "parent" | "cursor" | (string & {}) | [x: number, y: number] | undefined>;
1288
- default: undefined;
1289
- };
1290
- openOnClick: {
1291
- type: PropType<boolean | undefined>;
1292
- default: undefined;
1293
- };
1294
- openOnHover: {
1295
- type: PropType<boolean>;
1296
- default: boolean;
1297
- };
1298
- openOnFocus: {
1299
- type: PropType<boolean | undefined>;
1300
- default: undefined;
1301
- };
1302
- closeOnContentClick: Omit<{
1303
- type: PropType<boolean>;
1304
- default: boolean;
1305
- }, "default" | "type"> & {
1306
- type: PropType<boolean>;
1307
- default: boolean;
1308
- };
1309
- attach: {
1310
- type: PropType<string | boolean | Element>;
1311
- default: boolean;
1312
- };
1313
- contained: {
1314
- type: PropType<boolean>;
1315
- default: boolean;
1316
- };
1317
- disabled: {
1318
- type: PropType<boolean>;
1319
- default: boolean;
1320
- };
1321
- persistent: {
1322
- type: PropType<boolean>;
1323
- default: boolean;
1324
- };
1325
- scrim: Omit<{
1326
- type: PropType<string | boolean>;
1327
- default: boolean;
1328
- }, "default" | "type"> & {
1329
- type: PropType<NonNullable<string | boolean>>;
1330
- default: NonNullable<string | boolean>;
1331
- };
1332
- modelValue: {
1333
- type: PropType<boolean>;
1334
- default: boolean;
1335
- };
1336
- closeOnBack: {
1337
- type: PropType<boolean>;
1338
- default: boolean;
1339
- };
1340
- zIndex: {
1341
- type: PropType<string | number>;
1342
- default: number;
1343
- };
1344
- contentClasses: {
1345
- type: PropType<string | string[] | Record<string, boolean>>;
1346
- default: null;
1347
- };
1348
- contentProps: {
1349
- type: PropType<Record<string, unknown>>;
1350
- default: () => {};
1351
- };
1352
- noClickAnimation: {
1353
- type: PropType<boolean>;
1354
- default: boolean;
1355
- };
1356
- opacity: {
1357
- type: PropType<string | number>;
1358
- default: undefined;
1359
- };
1360
- id: {
1361
- type: PropType<string>;
1362
- default: undefined;
1363
- };
1364
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1365
- 'update:modelValue': (value: boolean) => true; /**
1366
- * При поиске будет сразу выбирать первый найденный вариант
1367
- */
1368
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1369
- theme: {
1370
- type: PropType<string>;
1371
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
1372
- default: undefined;
1373
- };
1374
- transition: {
1375
- type: PropType<string | boolean | (import("vue").TransitionProps & {
1376
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1377
- })>;
1378
- default: string;
1379
- validator: (value: unknown) => boolean;
1380
- };
1381
- height: {
1382
- type: PropType<string | number>;
1383
- default: string;
1384
- };
1385
- width: {
1386
- type: PropType<string | number>;
1387
- default: string;
1388
- };
1389
- maxHeight: {
1390
- type: PropType<string | number>;
1391
- default: string;
1392
- };
1393
- maxWidth: {
1394
- type: PropType<string | number>;
1395
- default: string;
1396
- };
1397
- minHeight: {
1398
- type: PropType<string | number>;
1399
- default: string;
1400
- };
1401
- minWidth: {
1402
- type: PropType<string | number>;
1403
- default: string;
1404
- };
1405
- eager: {
1406
- type: PropType<boolean>;
1407
- default: boolean;
1408
- };
1409
- scrollStrategy: Omit<{
1410
- type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1411
- default: string;
1412
- validator: (value: any) => boolean;
1413
- }, "default" | "type"> & {
1414
- type: PropType<NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>>;
1415
- default: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1416
- };
1417
- locationStrategy: Omit<{
1418
- type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1419
- updateLocation: (event: Event | HTMLElement[]) => void;
1420
- } | undefined)>;
1421
- default: string;
1422
- validator: (value: any) => boolean;
1423
- }, "default" | "type"> & {
1424
- type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1425
- updateLocation: (event: Event | HTMLElement[]) => void;
1426
- } | undefined)>>;
1427
- default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1428
- updateLocation: (event: Event | HTMLElement[]) => void;
1429
- } | undefined)>;
1430
- };
1431
- location: {
1432
- type: PropType<import('../../utils').TAnchor>;
1433
- default: string;
1434
- };
1435
- origin: {
1436
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1437
- default: string;
1438
- };
1439
- offset: Omit<{
1440
- type: PropType<string | number | number[]>;
1441
- default: null;
1442
- }, "default" | "type"> & {
1443
- type: PropType<NonNullable<string | number | number[]>>;
1444
- default: NonNullable<string | number | number[]>;
1445
- };
1446
- closeDelay: Omit<{
1447
- type: PropType<string | number>;
1448
- default: null;
1449
- }, "default" | "type"> & {
1450
- type: PropType<NonNullable<string | number>>;
1451
- default: NonNullable<string | number>;
1452
- };
1453
- openDelay: Omit<{
1454
- type: PropType<string | number>;
1455
- default: null;
1456
- }, "default" | "type"> & {
1457
- type: PropType<NonNullable<string | number>>;
1458
- default: NonNullable<string | number>;
1459
- };
1460
- activator: {
1461
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1462
- default: null;
1463
- };
1464
- activatorProps: {
1465
- type: PropType<Record<string, any>>;
1466
- default: () => {};
1467
- };
1468
- target: {
1469
- type: PropType<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element | "parent" | "cursor" | (string & {}) | [x: number, y: number] | undefined>;
1470
- default: undefined;
1471
- };
1472
- openOnClick: {
1473
- type: PropType<boolean | undefined>;
1474
- default: undefined;
1475
- };
1476
- openOnHover: {
1477
- type: PropType<boolean>;
1478
- default: boolean;
1479
- };
1480
- openOnFocus: {
1481
- type: PropType<boolean | undefined>;
1482
- default: undefined;
1483
- };
1484
- closeOnContentClick: Omit<{
1485
- type: PropType<boolean>;
1486
- default: boolean;
1487
- }, "default" | "type"> & {
1488
- type: PropType<boolean>;
1489
- default: boolean;
1490
- };
1491
- attach: {
1492
- type: PropType<string | boolean | Element>;
1493
- default: boolean;
1494
- };
1495
- contained: {
1496
- type: PropType<boolean>;
1497
- default: boolean;
1498
- };
1499
- disabled: {
1500
- type: PropType<boolean>;
1501
- default: boolean;
1502
- };
1503
- persistent: {
1504
- type: PropType<boolean>;
1505
- default: boolean;
1506
- };
1507
- scrim: Omit<{
1508
- type: PropType<string | boolean>;
1509
- default: boolean;
1510
- }, "default" | "type"> & {
1511
- type: PropType<NonNullable<string | boolean>>;
1512
- default: NonNullable<string | boolean>;
1513
- };
1514
- modelValue: {
1515
- type: PropType<boolean>;
1516
- default: boolean;
1517
- };
1518
- closeOnBack: {
1519
- type: PropType<boolean>;
1520
- default: boolean;
1521
- };
1522
- zIndex: {
1523
- type: PropType<string | number>;
1524
- default: number;
1525
- };
1526
- contentClasses: {
1527
- type: PropType<string | string[] | Record<string, boolean>>;
1528
- default: null;
1529
- };
1530
- contentProps: {
1531
- type: PropType<Record<string, unknown>>;
1532
- default: () => {};
1533
- };
1534
- noClickAnimation: {
1535
- type: PropType<boolean>;
1536
- default: boolean;
1537
- };
1538
- opacity: {
1539
- type: PropType<string | number>;
1540
- default: undefined;
1541
- };
1542
- id: {
1543
- type: PropType<string>;
1544
- default: undefined;
1545
- };
1546
- }>> & {
1547
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1548
- }, {
1549
- disabled: boolean;
1550
- theme: string;
1551
- id: string;
1552
- location: import('../../utils').TAnchor;
1553
- modelValue: boolean;
1554
- eager: boolean;
1555
- transition: string | boolean | (import("vue").TransitionProps & {
1556
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1557
- });
1558
- attach: string | boolean | Element;
1559
- contained: boolean;
1560
- persistent: boolean;
1561
- scrim: NonNullable<string | boolean>;
1562
- closeOnBack: boolean;
1563
- zIndex: string | number;
1564
- contentClasses: string | string[] | Record<string, boolean>;
1565
- contentProps: Record<string, unknown>;
1566
- noClickAnimation: boolean;
1567
- opacity: string | number;
1568
- activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
1569
- activatorProps: Record<string, any>;
1570
- target: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element | "parent" | "cursor" | (string & {}) | [x: number, y: number] | undefined;
1571
- openOnClick: boolean | undefined;
1572
- openOnHover: boolean;
1573
- openOnFocus: boolean | undefined;
1574
- closeOnContentClick: boolean;
1575
- closeDelay: NonNullable<string | number>;
1576
- openDelay: NonNullable<string | number>;
1577
- locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1578
- updateLocation: (event: Event | HTMLElement[]) => void;
1579
- } | undefined)>;
1580
- origin: import('../../utils').TAnchor | "auto" | "overlap";
1581
- offset: NonNullable<string | number | number[]>;
1582
- scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1583
- height: string | number;
1584
- width: string | number;
1585
- maxHeight: string | number;
1586
- maxWidth: string | number;
1587
- minHeight: string | number;
1588
- minWidth: string | number;
1589
- }> | undefined>;
1590
- listRef: import("vue").Ref<import("vue").DefineComponent<{
1591
- theme: {
1592
- type: PropType<string>;
1593
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
1594
- default: undefined;
1595
- };
1596
- selectStrategy: {
1597
- type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
1598
- default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
1599
- };
1600
- openStrategy: {
1601
- type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
1602
- default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
1603
- };
1604
- opened: PropType<unknown[]>;
1605
- selected: PropType<unknown[]>;
1606
- required: BooleanConstructor;
1607
- invertColor: {
1608
- type: PropType<boolean>;
1609
- default: boolean;
1610
- };
1611
- disabled: {
1612
- type: PropType<boolean>;
1613
- default: boolean;
1614
- };
1615
- tag: {
1616
- type: PropType<string>;
1617
- default: string;
1618
- description: string;
1619
- };
1620
- items: {
1621
- type: PropType<any[]>;
1622
- default: () => never[];
1623
- };
1624
- itemTitle: {
1625
- type: PropType<import("../../composable").TItemKey>;
1626
- default: string;
1627
- };
1628
- itemValue: {
1629
- type: PropType<import("../../composable").TItemKey>;
1630
- default: string;
1631
- };
1632
- itemChildren: {
1633
- type: PropType<import("../../composable").TItemKey>;
1634
- default: string;
1635
- };
1636
- itemProps: {
1637
- type: PropType<import("../../composable").TItemKey>;
1638
- default: string;
1639
- };
1640
- returnObject: {
1641
- type: PropType<boolean>;
1642
- default: boolean;
1643
- };
1644
- lines: {
1645
- type: PropType<false | "one" | "two" | "three">;
1646
- default: string;
1647
- };
1648
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1649
- 'update:selected': (value: unknown[]) => boolean;
1650
- 'update:opened': (value: unknown[]) => boolean;
1651
- 'click:open': (value: {
1652
- id: unknown;
1653
- value: boolean;
1654
- path: unknown[];
1655
- event: Event;
1656
- }) => boolean;
1657
- 'click:select': (value: {
1658
- id: unknown;
1659
- value: boolean;
1660
- path: unknown[];
1661
- event: Event;
1662
- }) => boolean;
1663
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1664
- theme: {
1665
- type: PropType<string>;
1666
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
1667
- default: undefined;
1668
- };
1669
- selectStrategy: {
1670
- type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
1671
- default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
1672
- };
1673
- openStrategy: {
1674
- type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
1675
- default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
1676
- };
1677
- opened: PropType<unknown[]>;
1678
- selected: PropType<unknown[]>;
1679
- required: BooleanConstructor;
1680
- invertColor: {
1681
- type: PropType<boolean>;
1682
- default: boolean;
1683
- };
1684
- disabled: {
1685
- type: PropType<boolean>;
1686
- default: boolean;
1687
- };
1688
- tag: {
1689
- type: PropType<string>;
1690
- default: string;
1691
- description: string;
1692
- };
1693
- items: {
1694
- type: PropType<any[]>;
1695
- default: () => never[];
1696
- };
1697
- itemTitle: {
1698
- type: PropType<import("../../composable").TItemKey>;
1699
- default: string;
1700
- };
1701
- itemValue: {
1702
- type: PropType<import("../../composable").TItemKey>;
1703
- default: string;
1704
- };
1705
- itemChildren: {
1706
- type: PropType<import("../../composable").TItemKey>;
1707
- default: string;
1708
- };
1709
- itemProps: {
1710
- type: PropType<import("../../composable").TItemKey>;
1711
- default: string;
1712
- };
1713
- returnObject: {
1714
- type: PropType<boolean>;
1715
- default: boolean;
1716
- };
1717
- lines: {
1718
- type: PropType<false | "one" | "two" | "three">;
1719
- default: string;
1720
- };
1721
- }>> & {
1722
- "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
1723
- "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
1724
- "onClick:open"?: ((value: {
1725
- id: unknown;
1726
- value: boolean;
1727
- path: unknown[];
1728
- event: Event;
1729
- }) => any) | undefined;
1730
- "onClick:select"?: ((value: {
1731
- id: unknown;
1732
- value: boolean;
1733
- path: unknown[];
1734
- event: Event;
1735
- }) => any) | undefined;
1736
- }, {
1737
- items: any[];
1738
- itemTitle: import("../../composable").TItemKey;
1739
- itemValue: import("../../composable").TItemKey;
1740
- itemChildren: import("../../composable").TItemKey;
1741
- itemProps: import("../../composable").TItemKey;
1742
- returnObject: boolean;
1743
- tag: string;
1744
- disabled: boolean;
1745
- invertColor: boolean;
1746
- required: boolean;
1747
- selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
1748
- openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
1749
- theme: string;
1750
- lines: false | "one" | "two" | "three";
1751
- }> | undefined>;
1752
- inputProps: import("vue").Ref<{
1753
- readonly multiple?: boolean | undefined;
1754
- readonly openOnClear?: boolean | undefined;
1755
- readonly hideSelected?: boolean | undefined;
1756
- readonly hideNoData?: boolean | undefined;
1757
- readonly isSelectAll?: boolean | undefined;
1758
- readonly ellipsis?: boolean | undefined;
1759
- readonly items?: any[] | undefined;
1760
- readonly itemTitle?: import("../../composable").TItemKey | undefined;
1761
- readonly itemValue?: import("../../composable").TItemKey | undefined;
1762
- readonly value?: any;
1763
- readonly itemChildren?: import("../../composable").TItemKey | undefined;
1764
- readonly itemProps?: import("../../composable").TItemKey | undefined;
1765
- readonly returnObject?: boolean | undefined;
1766
- readonly disabled?: boolean | undefined;
1767
- readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
1768
- readonly delimiters?: string[] | undefined;
1769
- readonly menuIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
1770
- readonly error?: boolean | undefined;
1771
- readonly customFilter?: ((value: string, query: string, item?: any) => import("../../composable").TFilterMath) | undefined;
1772
- readonly customKeyFilter?: {
1773
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
1774
- } | undefined;
1775
- readonly filterKeys?: NonNullable<string | string[]> | undefined;
1776
- readonly filterMode?: ("every" | "some" | "union" | "intersection") | undefined;
1777
- readonly noFilter?: boolean | undefined;
1778
- readonly active?: boolean | undefined;
1779
- readonly autofocus?: boolean | undefined;
1780
- readonly role?: string | undefined;
1781
- readonly counter?: boolean | undefined;
1782
- readonly clearable?: boolean | undefined;
1783
- readonly clearLabel?: string | undefined;
1784
- readonly persistentClearable?: boolean | undefined;
1785
- readonly messages?: string | string[] | undefined;
1786
- readonly persistentMessages?: boolean | undefined;
1787
- readonly errorMessages?: string | string[] | undefined;
1788
- readonly maxErrors?: string | number | undefined;
1789
- readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
1790
- then: <TResult1 = import("../../composable").TValidationResult, TResult2 = never>(onfulfilled?: ((value: import("../../composable").TValidationResult) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<TResult1 | TResult2>;
1791
- })[] | undefined;
1792
- readonly modelValue?: any;
1793
- readonly validateOn?: "input" | "blur" | "submit" | undefined;
1794
- readonly hideMessages?: boolean | undefined;
1795
- readonly eager?: boolean | undefined;
1796
- readonly loading?: boolean | undefined;
1797
- readonly focused?: boolean | undefined;
1798
- readonly readonly?: boolean | undefined;
1799
- readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1800
- readonly menuProps?: any;
1801
- readonly menuHeight?: string | number | undefined;
1802
- readonly transition?: string | boolean | {
1803
- name?: string | undefined;
1804
- type?: ("transition" | "animation") | undefined;
1805
- css?: boolean | undefined;
1806
- duration?: number | {
1807
- enter: number;
1808
- leave: number;
1809
- } | undefined;
1810
- enterFromClass?: string | undefined;
1811
- enterActiveClass?: string | undefined;
1812
- enterToClass?: string | undefined;
1813
- appearFromClass?: string | undefined;
1814
- appearActiveClass?: string | undefined;
1815
- appearToClass?: string | undefined;
1816
- leaveFromClass?: string | undefined;
1817
- leaveActiveClass?: string | undefined;
1818
- leaveToClass?: string | undefined;
1819
- mode?: "default" | "in-out" | "out-in" | undefined;
1820
- appear?: boolean | undefined;
1821
- persisted?: boolean | undefined;
1822
- onBeforeEnter?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1823
- onEnter?: (((el: Element, done: () => void) => void) | ((el: Element, done: () => void) => void)[]) | undefined;
1824
- onAfterEnter?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1825
- onEnterCancelled?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1826
- onBeforeLeave?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1827
- onLeave?: (((el: Element, done: () => void) => void) | ((el: Element, done: () => void) => void)[]) | undefined;
1828
- onAfterLeave?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1829
- onLeaveCancelled?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1830
- onBeforeAppear?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1831
- onAppear?: (((el: Element, done: () => void) => void) | ((el: Element, done: () => void) => void)[]) | undefined;
1832
- onAfterAppear?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1833
- onAppearCancelled?: (((el: Element) => void) | ((el: Element) => void)[]) | undefined;
1834
- component?: import("vue").FunctionalComponent<any, any> | {
1835
- new (...args: any[]): any;
1836
- __isFragment?: undefined;
1837
- __isTeleport?: undefined;
1838
- __isSuspense?: undefined;
1839
- } | {
1840
- [x: string]: any;
1841
- setup?: ((this: void, props: Readonly<import("@vue/shared").LooseRequired<any>>, ctx: {
1842
- attrs: {
1843
- [x: string]: unknown;
1844
- };
1845
- slots: Readonly<{
1846
- [name: string]: import("vue").Slot | undefined;
1847
- }>;
1848
- emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
1849
- expose: (exposed?: Record<string, any> | undefined) => void;
1850
- }) => any) | undefined;
1851
- name?: string | undefined;
1852
- template?: string | object | undefined;
1853
- render?: Function | undefined;
1854
- components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>> | undefined;
1855
- directives?: Record<string, import("vue").Directive<any, any>> | undefined;
1856
- inheritAttrs?: boolean | undefined;
1857
- emits?: any;
1858
- expose?: string[] | undefined;
1859
- serverPrefetch?: (() => void | Promise<any>) | undefined;
1860
- compilerOptions?: {
1861
- isCustomElement?: ((tag: string) => boolean) | undefined;
1862
- whitespace?: "preserve" | "condense" | undefined;
1863
- comments?: boolean | undefined;
1864
- delimiters?: [string, string] | undefined;
1865
- } | undefined;
1866
- call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
1867
- __isFragment?: undefined;
1868
- __isTeleport?: undefined;
1869
- __isSuspense?: undefined;
1870
- __defaults?: {} | undefined;
1871
- compatConfig?: {
1872
- GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
1873
- GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
1874
- GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
1875
- GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
1876
- GLOBAL_SET?: boolean | "suppress-warning" | undefined;
1877
- GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
1878
- GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
1879
- GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
1880
- CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
1881
- CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
1882
- CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
1883
- CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
1884
- CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
1885
- CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
1886
- CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
1887
- INSTANCE_SET?: boolean | "suppress-warning" | undefined;
1888
- INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
1889
- INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
1890
- INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
1891
- INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
1892
- INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
1893
- INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
1894
- INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
1895
- INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
1896
- OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
1897
- OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
1898
- OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
1899
- OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
1900
- WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
1901
- PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
1902
- V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
1903
- CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
1904
- ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
1905
- ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
1906
- TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
1907
- TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
1908
- COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
1909
- COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
1910
- COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
1911
- RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
1912
- FILTERS?: boolean | "suppress-warning" | undefined;
1913
- PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
1914
- MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | null) => 2 | 3) | undefined;
1915
- } | undefined;
1916
- data?: ((this: any, vm: any) => any) | undefined;
1917
- computed?: import("vue").ComputedOptions | undefined;
1918
- methods?: import("vue").MethodOptions | undefined;
1919
- watch?: {
1920
- [x: string]: (string | import("vue").WatchCallback<any, any> | ({
1921
- handler: string | import("vue").WatchCallback<any, any>;
1922
- } & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback<any, any> | ({
1923
- handler: string | import("vue").WatchCallback<any, any>;
1924
- } & import("vue").WatchOptions<boolean>))[];
1925
- } | undefined;
1926
- provide?: import("vue").ComponentProvideOptions | undefined;
1927
- inject?: {} | string[] | undefined;
1928
- filters?: Record<string, Function> | undefined;
1929
- mixins?: any[] | undefined;
1930
- extends?: any;
1931
- beforeCreate?: (() => void) | undefined;
1932
- created?: (() => void) | undefined;
1933
- beforeMount?: (() => void) | undefined;
1934
- mounted?: (() => void) | undefined;
1935
- beforeUpdate?: (() => void) | undefined;
1936
- updated?: (() => void) | undefined;
1937
- activated?: (() => void) | undefined;
1938
- deactivated?: (() => void) | undefined;
1939
- beforeDestroy?: (() => void) | undefined;
1940
- beforeUnmount?: (() => void) | undefined;
1941
- destroyed?: (() => void) | undefined;
1942
- unmounted?: (() => void) | undefined;
1943
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
1944
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
1945
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | undefined;
1946
- delimiters?: [string, string] | undefined;
1947
- __differentiator?: string | number | symbol | undefined;
1948
- __isBuiltIn?: boolean | undefined;
1949
- __file?: string | undefined;
1950
- __name?: string | undefined;
1951
- beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
1952
- beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
1953
- beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
1954
- } | undefined;
1955
- } | undefined;
1956
- readonly listProps?: {
1957
- items?: any[] | undefined;
1958
- itemTitle?: import("../../composable").TItemKey | undefined;
1959
- itemValue?: import("../../composable").TItemKey | undefined;
1960
- itemChildren?: import("../../composable").TItemKey | undefined;
1961
- itemProps?: import("../../composable").TItemKey | undefined;
1962
- returnObject?: boolean | undefined;
1963
- tag?: string | undefined;
1964
- disabled?: boolean | undefined;
1965
- invertColor?: boolean | undefined;
1966
- required?: boolean | undefined;
1967
- selectStrategy?: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp> | undefined;
1968
- openStrategy?: "multiple" | "single" | "list" | {
1969
- open: import("../../composable/nested/openStrategies").TOpenStrategyFn;
1970
- select: import("../../composable/nested/openStrategies").TOpenSelectStrategyFn;
1971
- } | undefined;
1972
- readonly opened?: unknown[] | undefined;
1973
- readonly selected?: unknown[] | undefined;
1974
- theme?: string | undefined;
1975
- "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
1976
- "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
1977
- "onClick:open"?: ((value: {
1978
- id: unknown;
1979
- value: boolean;
1980
- path: unknown[];
1981
- event: Event;
1982
- }) => any) | undefined;
1983
- "onClick:select"?: ((value: {
1984
- id: unknown;
1985
- value: boolean;
1986
- path: unknown[];
1987
- event: Event;
1988
- }) => any) | undefined;
1989
- lines?: false | "one" | "two" | "three" | undefined;
1990
- } | undefined;
1991
- readonly description?: string | undefined;
1992
- readonly theme?: string | undefined;
1993
- readonly name?: string | undefined;
1994
- readonly id?: string | undefined;
1995
- readonly menu?: boolean | undefined;
1996
- readonly prefix?: string | undefined;
1997
- readonly suffix?: string | undefined;
1998
- readonly prependInnerIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
1999
- readonly appendInnerIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
2000
- readonly placeholder?: string | undefined;
2001
- readonly limit?: number | undefined;
2002
- readonly 'onClick:prependInner'?: ((...args: any[]) => any) | undefined;
2003
- readonly 'onClick:appendInner'?: ((...args: any[]) => any) | undefined;
2004
- readonly label?: string | undefined;
2005
- readonly validationValue?: any;
2006
- readonly locale?: "ru" | "en" | {
2007
- notification: {
2008
- closeLabel?: string | undefined;
2009
- };
2010
- table: {
2011
- filterTitle?: string | undefined;
2012
- filterConfirm?: any;
2013
- filterReset?: any;
2014
- filterEmptyText?: any;
2015
- filterCheckAll?: any;
2016
- filterSearchPlaceholder?: any;
2017
- emptyText?: any;
2018
- selectAll?: any;
2019
- selectNone?: any;
2020
- selectInvert?: any;
2021
- selectionAll?: any;
2022
- sortTitle?: string | undefined;
2023
- expand?: string | undefined;
2024
- collapse?: string | undefined;
2025
- triggerDesc?: string | undefined;
2026
- triggerAsc?: string | undefined;
2027
- cancelSort?: string | undefined;
2028
- showed?: string | undefined;
2029
- from?: string | undefined;
2030
- rowOnPage?: string | undefined;
2031
- };
2032
- date: {
2033
- days: string[];
2034
- daysShort: string[];
2035
- months: string[];
2036
- monthsLong: string[];
2037
- monthsShort: string[];
2038
- today: string;
2039
- firstDayOfWeek: number;
2040
- format24h: boolean;
2041
- pluralDay: (day?: number | undefined) => string;
2042
- };
2043
- time: {
2044
- now: string;
2045
- };
2046
- container: {
2047
- prev?: string | undefined;
2048
- next?: string | undefined;
2049
- };
2050
- uploader: {
2051
- uploading?: string | undefined;
2052
- uploadFile?: string | undefined;
2053
- downloadFile?: string | undefined;
2054
- removeFile?: string | undefined;
2055
- uploadError?: string | undefined;
2056
- previewFile?: string | undefined;
2057
- };
2058
- dropdown: {
2059
- noData: string;
2060
- selectAll: string;
2061
- };
2062
- } | undefined;
2063
- readonly prependIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
2064
- readonly appendIcon?: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube" | undefined;
2065
- readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2066
- readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2067
- readonly autoSelectFirst?: boolean | "exact" | undefined;
2068
- readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2069
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2070
- readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2071
- readonly "onUpdate:search"?: ((value: string) => any) | undefined;
2072
- readonly "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
2073
- }>;
2074
- externalValidationValue: import("vue").ComputedRef<any>;
2075
- hasList: import("vue").ComputedRef<boolean>;
2076
- showIcon: import("vue").ComputedRef<0 | "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2077
- hasLabel: import("vue").ComputedRef<boolean>;
2078
- hasDescription: import("vue").ComputedRef<boolean>;
2079
- hasPrepend: import("vue").ComputedRef<boolean>;
2080
- hasAppend: import("vue").ComputedRef<boolean>;
2081
- hasPrependInnerIcon: import("vue").ComputedRef<boolean>;
2082
- hasNoDataItem: import("vue").ComputedRef<boolean>;
2083
- comboboxClasses: import("vue").ComputedRef<{
2084
- [x: string]: number | boolean | undefined;
2085
- 'cds-combobox--active-menu': boolean | undefined;
2086
- 'cds-combobox--selected': number;
2087
- 'cds-combobox--selecting-index': boolean;
2088
- 'cds-combobox--ellipsis': boolean;
2089
- 'cds-combobox--disabled': boolean;
2090
- }>;
2091
- comboboxLocale: {
2092
- noData: string;
2093
- selectAll: string;
2094
- };
2095
- noop: typeof noop;
2096
- select: (item: IInternalItem) => void;
2097
- selectAll: () => void;
2098
- mergeItemProps: (item: IInternalItem) => {
2099
- [x: string]: unknown;
2100
- };
2101
- onClear: () => void;
2102
- onKeydown: (event: KeyboardEvent) => void;
2103
- onFocusin: () => void;
2104
- onFocusout: (event: FocusEvent) => void;
2105
- onAfterLeave: () => void;
2106
- onMousedownControl: () => void;
2107
- onMousedownMenuIcon: (event: MouseEvent) => void;
2108
- onInputModelValue: (value: string) => void;
2109
- onListKeydown: (event: KeyboardEvent) => Promise<void>;
2110
- onListScroll: (event: Event) => void;
2111
- getMatches: (item: IInternalItem<any>) => Record<string, import("../../composable").TFilterMath> | undefined;
2112
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2113
- /**
2114
- * Событие при фокусе
2115
- * @type { boolean }
2116
- */
2117
- 'update:focused': (value: boolean) => true;
2118
- /**
2119
- * Событие при изменении значения (v-model)
2120
- * @type { any }
2121
- */
2122
- 'update:modelValue': (value: any) => true;
2123
- /**
2124
- * Событие открытия меню
2125
- * @type { boolean }
2126
- */
2127
- 'update:menu': (value: boolean) => true;
2128
- /**
2129
- * Событие при вводе значения в поле
2130
- * @type { string }
2131
- */
2132
- 'update:search': (value: string) => true;
2133
- /**
2134
- * Событие выбора всех элементов
2135
- * @type { boolean }
2136
- */
2137
- 'update:selectedAll': (value: boolean) => true;
2138
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2139
- theme: {
2140
- type: PropType<string>;
2141
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
2142
- default: undefined;
2143
- };
2144
- transition: {
2145
- type: PropType<string | boolean | (import("vue").TransitionProps & {
2146
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2147
- })>;
2148
- default: string;
2149
- validator: (value: unknown) => boolean;
2150
- };
2151
- items: {
2152
- type: PropType<any[]>;
2153
- default: () => never[];
2154
- };
2155
- itemTitle: {
2156
- type: PropType<import("../../composable").TItemKey>;
2157
- default: string;
2158
- };
2159
- itemValue: {
2160
- type: PropType<import("../../composable").TItemKey>;
2161
- default: string;
2162
- };
2163
- itemChildren: {
2164
- type: PropType<import("../../composable").TItemKey>;
2165
- default: string;
2166
- };
2167
- itemProps: {
2168
- type: PropType<import("../../composable").TItemKey>;
2169
- default: string;
2170
- };
2171
- returnObject: Omit<{
2172
- type: PropType<boolean>;
2173
- default: boolean;
2174
- }, "default" | "type"> & {
2175
- type: PropType<boolean>;
2176
- default: boolean;
2177
- };
2178
- size: {
2179
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
2180
- default: string;
2181
- available: readonly ["xs", "sm", "md", "lg", "xl"];
2182
- validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
2183
- };
2184
- loading: {
2185
- type: PropType<boolean>;
2186
- default: boolean;
2187
- };
2188
- readonly: {
2189
- type: PropType<boolean>;
2190
- default: boolean;
2191
- };
2192
- disabled: {
2193
- type: PropType<boolean>;
2194
- default: boolean;
2195
- };
2196
- focused: {
2197
- type: PropType<boolean>;
2198
- default: boolean;
2199
- };
2200
- locale: {
2201
- type: PropType<"ru" | "en" | import("../../locale").ILocale>;
2202
- default: undefined;
2203
- };
2204
- menu: {
2205
- type: PropType<boolean | undefined>;
2206
- default: undefined;
2207
- };
2208
- menuProps: {
2209
- type: PropType<any>;
2210
- default: null;
2211
- };
2212
- menuHeight: {
2213
- type: PropType<string | number>;
2214
- default: number;
2215
- };
2216
- eager: {
2217
- type: PropType<boolean>;
2218
- default: boolean;
2219
- };
2220
- 'onClick:prepend': {
2221
- type: PropType<(...args: any[]) => any>;
2222
- default: undefined;
2223
- };
2224
- 'onClick:append': {
2225
- type: PropType<(...args: any[]) => any>;
2226
- default: undefined;
2227
- };
2228
- prependIcon: {
2229
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2230
- default: undefined;
2231
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
2232
- };
2233
- appendIcon: {
2234
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2235
- default: undefined;
2236
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
2237
- };
2238
- error: {
2239
- type: PropType<boolean>;
2240
- default: boolean;
2241
- };
2242
- errorMessages: {
2243
- type: PropType<string | string[]>;
2244
- default: () => never[];
2245
- };
2246
- maxErrors: {
2247
- type: PropType<string | number>;
2248
- default: number;
2249
- };
2250
- name: {
2251
- type: PropType<string | undefined>;
2252
- default: undefined;
2253
- };
2254
- rules: {
2255
- type: PropType<import("../../composable").TValidationRule[]>;
2256
- default: () => never[];
2257
- };
2258
- modelValue: {
2259
- type: PropType<any>;
2260
- default: null;
2261
- };
2262
- validateOn: {
2263
- type: PropType<"input" | "blur" | "submit">;
2264
- default: string;
2265
- available: readonly ["blur", "input", "submit"]; /**
2266
- * Событие открытия меню
2267
- * @type { boolean }
2268
- */
2269
- validator: (value: "input" | "blur" | "submit") => boolean;
2270
- };
2271
- validationValue: {
2272
- type: PropType<any>;
2273
- default: undefined;
2274
- };
2275
- hideMessages: {
2276
- type: PropType<boolean>;
2277
- default: boolean;
2278
- };
2279
- id: {
2280
- type: PropType<string>;
2281
- default: undefined;
2282
- };
2283
- label: {
2284
- type: PropType<string>;
2285
- default: undefined;
2286
- };
2287
- description: {
2288
- type: PropType<string>;
2289
- default: undefined;
2290
- };
2291
- value: {
2292
- type: PropType<any>;
2293
- default: null;
2294
- };
2295
- messages: {
2296
- type: PropType<string | string[]>;
2297
- default: () => never[];
2298
- };
2299
- persistentMessages: {
2300
- type: PropType<boolean>;
2301
- default: boolean;
2302
- };
2303
- active: {
2304
- type: PropType<boolean>;
2305
- default: boolean;
2306
- };
2307
- autofocus: {
2308
- type: PropType<boolean>; /**
2309
- * При поиске будет сразу выбирать первый найденный вариант
2310
- */
2311
- default: boolean;
2312
- };
2313
- prefix: {
2314
- type: PropType<string>;
2315
- default: undefined;
2316
- };
2317
- suffix: {
2318
- type: PropType<string>;
2319
- default: undefined;
2320
- };
2321
- prependInnerIcon: {
2322
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2323
- default: undefined;
2324
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
2325
- };
2326
- appendInnerIcon: {
2327
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2328
- default: undefined;
2329
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
2330
- };
2331
- type: {
2332
- type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">; /**
2333
- * Событие при изменении значения (v-model)
2334
- * @type { any }
2335
- */
2336
- default: string;
2337
- validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
2338
- };
2339
- role: Omit<{
2340
- type: PropType<string>;
2341
- default: undefined;
2342
- }, "default" | "type"> & {
2343
- type: PropType<string>;
2344
- default: string;
2345
- };
2346
- placeholder: {
2347
- type: PropType<string>;
2348
- default: undefined;
2349
- };
2350
- counter: {
2351
- type: PropType<boolean>;
2352
- default: boolean;
2353
- };
2354
- limit: {
2355
- type: PropType<number>;
2356
- default: undefined;
2357
- };
2358
- clearable: {
2359
- type: PropType<boolean>;
2360
- default: boolean;
2361
- };
2362
- clearLabel: {
2363
- type: PropType<string>;
2364
- default: string;
2365
- };
2366
- persistentClearable: {
2367
- type: PropType<boolean>;
2368
- default: boolean;
2369
- };
2370
- 'onClick:prependInner': {
2371
- type: PropType<(...args: any[]) => any>;
2372
- default: undefined;
2373
- };
2374
- 'onClick:appendInner': {
2375
- type: PropType<(...args: any[]) => any>;
2376
- default: undefined;
2377
- };
2378
- customFilter: {
2379
- type: PropType<(value: string, query: string, item?: any) => import("../../composable").TFilterMath>;
2380
- default: null;
2381
- };
2382
- customKeyFilter: {
2383
- type: PropType<{
2384
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2385
- }>;
2386
- default: null;
2387
- };
2388
- filterKeys: Omit<{
2389
- type: PropType<string | string[]>;
2390
- default: string;
2391
- }, "default" | "type"> & {
2392
- type: PropType<NonNullable<string | string[]>>;
2393
- default: NonNullable<string | string[]>;
2394
- };
2395
- filterMode: {
2396
- type: PropType<"every" | "some" | "union" | "intersection">;
2397
- default: string;
2398
- };
2399
- noFilter: {
2400
- type: PropType<boolean>; /**
2401
- * Событие открытия меню
2402
- * @type { boolean }
2403
- */
2404
- default: boolean;
2405
- };
2406
- multiple: {
2407
- type: PropType<boolean>;
2408
- default: boolean;
2409
- };
2410
- openOnClear: {
2411
- type: PropType<boolean>;
2412
- default: boolean;
2413
- };
2414
- hideSelected: {
2415
- type: PropType<boolean>;
2416
- default: boolean;
2417
- };
2418
- hideNoData: Omit<{
2419
- type: PropType<boolean>;
2420
- default: boolean;
2421
- }, "default" | "type"> & {
2422
- type: PropType<boolean>;
2423
- default: boolean;
2424
- };
2425
- isSelectAll: {
2426
- type: PropType<boolean>;
2427
- default: boolean;
2428
- };
2429
- ellipsis: {
2430
- type: PropType<boolean>;
2431
- default: boolean;
2432
- };
2433
- listProps: {
2434
- type: PropType<Omit<Partial<{
2435
- items: any[];
2436
- itemTitle: import("../../composable").TItemKey;
2437
- itemValue: import("../../composable").TItemKey;
2438
- itemChildren: import("../../composable").TItemKey;
2439
- itemProps: import("../../composable").TItemKey;
2440
- returnObject: boolean;
2441
- tag: string;
2442
- disabled: boolean;
2443
- invertColor: boolean;
2444
- required: boolean;
2445
- selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2446
- openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2447
- theme: string;
2448
- lines: false | "one" | "two" | "three";
2449
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2450
- theme: {
2451
- type: PropType<string>;
2452
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
2453
- default: undefined;
2454
- };
2455
- selectStrategy: {
2456
- type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2457
- default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2458
- };
2459
- openStrategy: {
2460
- type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2461
- default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2462
- };
2463
- opened: PropType<unknown[]>;
2464
- selected: PropType<unknown[]>;
2465
- required: BooleanConstructor;
2466
- invertColor: {
2467
- type: PropType<boolean>;
2468
- default: boolean;
2469
- };
2470
- disabled: {
2471
- type: PropType<boolean>;
2472
- default: boolean;
2473
- };
2474
- tag: {
2475
- type: PropType<string>;
2476
- default: string;
2477
- description: string;
2478
- };
2479
- items: {
2480
- type: PropType<any[]>;
2481
- default: () => never[];
2482
- };
2483
- itemTitle: {
2484
- type: PropType<import("../../composable").TItemKey>;
2485
- default: string;
2486
- };
2487
- itemValue: {
2488
- type: PropType<import("../../composable").TItemKey>;
2489
- default: string;
2490
- };
2491
- itemChildren: {
2492
- type: PropType<import("../../composable").TItemKey>;
2493
- default: string;
2494
- };
2495
- itemProps: {
2496
- type: PropType<import("../../composable").TItemKey>;
2497
- default: string;
2498
- };
2499
- returnObject: {
2500
- type: PropType<boolean>;
2501
- default: boolean;
2502
- };
2503
- lines: {
2504
- type: PropType<false | "one" | "two" | "three">;
2505
- default: string;
2506
- };
2507
- }>> & {
2508
- "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2509
- "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2510
- "onClick:open"?: ((value: {
2511
- id: unknown;
2512
- value: boolean;
2513
- path: unknown[];
2514
- event: Event;
2515
- }) => any) | undefined;
2516
- "onClick:select"?: ((value: {
2517
- id: unknown;
2518
- value: boolean;
2519
- path: unknown[];
2520
- event: Event;
2521
- }) => any) | undefined;
2522
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "disabled" | "invertColor" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
2523
- default: undefined;
2524
- };
2525
- menuIcon: {
2526
- type: PropType<"search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube">;
2527
- default: string;
2528
- validator: (value: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube") => boolean;
2529
- };
2530
- /**
2531
- * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
2532
- */
2533
- delimiters: {
2534
- type: PropType<string[]>;
2535
- default: () => never[];
2536
- };
2537
- /**
2538
- * При поиске будет сразу выбирать первый найденный вариант
2539
- */
2540
- autoSelectFirst: {
2541
- type: PropType<boolean | "exact">;
2542
- default: undefined;
2543
- };
2544
- }>> & {
2545
- "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2546
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2547
- "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2548
- "onUpdate:search"?: ((value: string) => any) | undefined;
2549
- "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
2550
- }, {
2551
- multiple: boolean;
2552
- openOnClear: boolean;
2553
- hideSelected: boolean;
2554
- hideNoData: boolean;
2555
- isSelectAll: boolean;
2556
- ellipsis: boolean;
2557
- listProps: Omit<Partial<{
2558
- items: any[];
2559
- itemTitle: import("../../composable").TItemKey;
2560
- itemValue: import("../../composable").TItemKey;
2561
- itemChildren: import("../../composable").TItemKey;
2562
- itemProps: import("../../composable").TItemKey;
2563
- returnObject: boolean;
2564
- tag: string;
2565
- disabled: boolean;
2566
- invertColor: boolean;
2567
- required: boolean;
2568
- selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2569
- openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2570
- theme: string;
2571
- lines: false | "one" | "two" | "three";
2572
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2573
- theme: {
2574
- type: PropType<string>;
2575
- available: readonly ["cdsLight", "cdsDark", "b2bLight", "b2bDark"];
2576
- default: undefined;
2577
- };
2578
- selectStrategy: {
2579
- type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2580
- default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2581
- };
2582
- openStrategy: {
2583
- type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2584
- default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2585
- };
2586
- opened: PropType<unknown[]>;
2587
- selected: PropType<unknown[]>;
2588
- required: BooleanConstructor;
2589
- invertColor: {
2590
- type: PropType<boolean>;
2591
- default: boolean;
2592
- };
2593
- disabled: {
2594
- type: PropType<boolean>;
2595
- default: boolean;
2596
- };
2597
- tag: {
2598
- type: PropType<string>;
2599
- default: string;
2600
- description: string;
2601
- };
2602
- items: {
2603
- type: PropType<any[]>;
2604
- default: () => never[];
2605
- };
2606
- itemTitle: {
2607
- type: PropType<import("../../composable").TItemKey>;
2608
- default: string;
2609
- };
2610
- itemValue: {
2611
- type: PropType<import("../../composable").TItemKey>;
2612
- default: string;
2613
- };
2614
- itemChildren: {
2615
- type: PropType<import("../../composable").TItemKey>;
2616
- default: string;
2617
- };
2618
- itemProps: {
2619
- type: PropType<import("../../composable").TItemKey>;
2620
- default: string;
2621
- };
2622
- returnObject: {
2623
- type: PropType<boolean>;
2624
- default: boolean;
2625
- };
2626
- lines: {
2627
- type: PropType<false | "one" | "two" | "three">;
2628
- default: string;
2629
- };
2630
- }>> & {
2631
- "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2632
- "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2633
- "onClick:open"?: ((value: {
2634
- id: unknown;
2635
- value: boolean;
2636
- path: unknown[];
2637
- event: Event;
2638
- }) => any) | undefined;
2639
- "onClick:select"?: ((value: {
2640
- id: unknown;
2641
- value: boolean;
2642
- path: unknown[];
2643
- event: Event;
2644
- }) => any) | undefined;
2645
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "disabled" | "invertColor" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>;
2646
- items: any[];
2647
- itemTitle: import("../../composable").TItemKey;
2648
- itemValue: import("../../composable").TItemKey;
2649
- value: any;
2650
- itemChildren: import("../../composable").TItemKey;
2651
- itemProps: import("../../composable").TItemKey;
2652
- returnObject: boolean;
2653
- description: string;
2654
- disabled: boolean;
2655
- theme: string;
2656
- name: string | undefined;
2657
- type: "number" | "password" | "text" | "email" | "tel" | "url";
2658
- id: string;
2659
- delimiters: string[];
2660
- menuIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
2661
- error: boolean;
2662
- menu: boolean | undefined;
2663
- customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2664
- customKeyFilter: {
2665
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2666
- };
2667
- filterKeys: NonNullable<string | string[]>;
2668
- filterMode: "every" | "some" | "union" | "intersection";
2669
- noFilter: boolean;
2670
- active: boolean;
2671
- autofocus: boolean;
2672
- prefix: string;
2673
- suffix: string;
2674
- prependInnerIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
2675
- appendInnerIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
2676
- role: string;
2677
- placeholder: string;
2678
- counter: boolean;
2679
- limit: number;
2680
- clearable: boolean;
2681
- clearLabel: string;
2682
- persistentClearable: boolean;
2683
- 'onClick:prependInner': (...args: any[]) => any;
2684
- 'onClick:appendInner': (...args: any[]) => any;
2685
- label: string;
2686
- messages: string | string[];
2687
- persistentMessages: boolean;
2688
- errorMessages: string | string[];
2689
- maxErrors: string | number;
2690
- rules: import("../../composable").TValidationRule[];
2691
- modelValue: any;
2692
- validateOn: "input" | "blur" | "submit";
2693
- validationValue: any;
2694
- hideMessages: boolean;
2695
- locale: "ru" | "en" | import("../../locale").ILocale;
2696
- prependIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
2697
- appendIcon: "search" | "bold" | "link" | "list" | "fill" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "bookmark-fill" | "bookmark" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory-open" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "format" | "formula" | "funnel" | "globe" | "highlight" | "infinity" | "info-fill" | "info" | "insert" | "italic" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "sorting-down" | "sorting-up" | "sorting" | "source" | "star-fill" | "star" | "tab-backward" | "tab-forward" | "telegram" | "timer" | "tool" | "truck" | "underline" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "whatsapp" | "winner" | "workspace" | "youtube";
2698
- 'onClick:prepend': (...args: any[]) => any;
2699
- 'onClick:append': (...args: any[]) => any;
2700
- eager: boolean;
2701
- loading: boolean;
2702
- focused: boolean;
2703
- readonly: boolean;
2704
- size: "xs" | "sm" | "md" | "lg" | "xl";
2705
- menuProps: any;
2706
- menuHeight: string | number;
2707
- transition: string | boolean | (import("vue").TransitionProps & {
2708
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2709
- });
2710
- autoSelectFirst: boolean | "exact";
2711
- }>;
2712
- export default _sfc_main;