@central-design-system/components 3.0.0-alpha.8 → 3.0.0-beta.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 (260) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.d.ts +31 -1
  3. package/dist/cds.es.js +13481 -5166
  4. package/dist/cds.umd.js +18 -1
  5. package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +986 -0
  6. package/dist/components/CdsAutocomplete/index.d.ts +1 -0
  7. package/dist/components/CdsBadge/index.d.ts +1 -0
  8. package/dist/components/CdsButton/CdsButton.vue.d.ts +84 -33
  9. package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +8 -8
  10. package/dist/components/CdsCheckbox/CdsCheckboxGroup.vue.d.ts +8 -8
  11. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +709 -244
  12. package/dist/components/CdsCombobox/composable/highlight.d.ts +1 -1
  13. package/dist/components/CdsCombobox/composable/index.d.ts +1 -0
  14. package/dist/components/CdsCombobox/index.d.ts +1 -0
  15. package/dist/components/CdsContainer/CdsContainer.vue.d.ts +207 -0
  16. package/dist/components/CdsContainer/CdsContainerItem.vue.d.ts +123 -0
  17. package/dist/components/CdsContainer/context.d.ts +15 -0
  18. package/dist/components/CdsContainer/index.d.ts +2 -0
  19. package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +12 -39
  20. package/dist/components/CdsDatePicker/index.d.ts +1 -0
  21. package/dist/components/CdsDrawer/CdsDrawer.vue.d.ts +8 -3
  22. package/dist/components/CdsDrawer/index.d.ts +1 -0
  23. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +702 -278
  24. package/dist/components/CdsDropdown/composable/index.d.ts +1 -0
  25. package/dist/components/CdsDropdown/composable/scrolling.d.ts +7 -0
  26. package/dist/components/CdsDropdown/index.d.ts +1 -0
  27. package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +4 -4
  28. package/dist/components/CdsEmptyState/index.d.ts +1 -0
  29. package/dist/components/CdsExpandablePanel/CdsExpandablePanel.vue.d.ts +119 -0
  30. package/dist/components/CdsExpandablePanel/CdsExpandablePanelContent.vue.d.ts +15 -0
  31. package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.vue.d.ts +55 -0
  32. package/dist/components/CdsExpandablePanel/CdsExpandablePanels.vue.d.ts +115 -0
  33. package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +31 -0
  34. package/dist/components/CdsExpandablePanel/composable/expandablePanels.d.ts +16 -0
  35. package/dist/components/CdsExpandablePanel/composable/index.d.ts +1 -0
  36. package/dist/components/CdsExpandablePanel/index.d.ts +4 -0
  37. package/dist/components/CdsFooter/CdsFooter.vue.d.ts +75 -0
  38. package/dist/components/CdsFooter/index.d.ts +1 -0
  39. package/dist/components/CdsForm/CdsForm.vue.d.ts +1 -1
  40. package/dist/components/CdsForm/index.d.ts +1 -0
  41. package/dist/components/CdsGrid/index.d.ts +3 -0
  42. package/dist/components/CdsHeader/CdsHeader.vue.d.ts +75 -0
  43. package/dist/components/CdsHeader/index.d.ts +1 -0
  44. package/dist/components/CdsIcon/CdsIcon.vue.d.ts +3 -3
  45. package/dist/components/CdsInput/CdsInput.vue.d.ts +24 -16
  46. package/dist/components/CdsInput/CdsInputDescription.vue.d.ts +1 -1
  47. package/dist/components/CdsInput/CdsInputLabel.vue.d.ts +1 -1
  48. package/dist/components/CdsInput/CdsInputMessages.vue.d.ts +6 -6
  49. package/dist/components/CdsLayout/CdsLayout.vue.d.ts +38 -0
  50. package/dist/components/CdsLayout/components/LayoutResizeObserver.d.ts +19 -0
  51. package/dist/components/CdsLayout/components/LayoutScrollObserver.d.ts +55 -0
  52. package/dist/components/CdsLayout/components/index.d.ts +2 -0
  53. package/dist/components/CdsLayout/context.d.ts +33 -0
  54. package/dist/components/CdsLayout/index.d.ts +1 -0
  55. package/dist/components/CdsLink/CdsLink.vue.d.ts +1 -1
  56. package/dist/components/CdsList/CdsList.vue.d.ts +4 -4
  57. package/dist/components/CdsList/CdsListGroup.vue.d.ts +8 -8
  58. package/dist/components/CdsList/CdsListItem.vue.d.ts +15 -15
  59. package/dist/components/CdsLoader/CdsLoader.vue.d.ts +1 -1
  60. package/dist/components/CdsMain/CdsMain.vue.d.ts +3 -0
  61. package/dist/components/CdsMain/context.d.ts +4 -0
  62. package/dist/components/CdsMain/index.d.ts +1 -0
  63. package/dist/components/CdsMenu/CdsMenu.vue.d.ts +26 -8
  64. package/dist/components/CdsModal/CdsModal.vue.d.ts +787 -0
  65. package/dist/components/CdsModal/index.d.ts +1 -0
  66. package/dist/components/CdsNotification/CdsNotification.vue.d.ts +155 -0
  67. package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +788 -0
  68. package/dist/components/CdsNotification/composable/index.d.ts +1 -0
  69. package/dist/components/CdsNotification/composable/notification.d.ts +64 -0
  70. package/dist/components/CdsNotification/index.d.ts +2 -0
  71. package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +13 -4
  72. package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +18 -0
  73. package/dist/components/CdsPage/CdsPage.vue.d.ts +25 -0
  74. package/dist/components/CdsPage/index.d.ts +1 -0
  75. package/dist/components/CdsPagination/CdsPagination.vue.d.ts +2 -2
  76. package/dist/components/CdsPagination/index.d.ts +1 -0
  77. package/dist/components/CdsProgress/CdsProgress.vue.d.ts +145 -0
  78. package/dist/components/CdsProgress/index.d.ts +1 -0
  79. package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +9 -8
  80. package/dist/components/CdsRadioButton/CdsRadioButton.vue.d.ts +8 -8
  81. package/dist/components/CdsRadioButton/index.d.ts +2 -0
  82. package/dist/components/CdsSelect/CdsSelect.vue.d.ts +104 -88
  83. package/dist/components/CdsSelect/index.d.ts +1 -0
  84. package/dist/components/CdsSidebar/CdsSidebar.vue.d.ts +8 -2
  85. package/dist/components/CdsSidebar/index.d.ts +1 -0
  86. package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.vue.d.ts +121 -0
  87. package/dist/components/CdsSkeletonLoader/index.d.ts +1 -0
  88. package/dist/components/CdsSkeletonLoader/types.d.ts +37 -0
  89. package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +162 -0
  90. package/dist/components/CdsSlideGroup/CdsSlideGroupItem.vue.d.ts +43 -0
  91. package/dist/components/CdsSlideGroup/index.d.ts +2 -0
  92. package/dist/components/CdsSlideGroup/utils/calculate.d.ts +14 -0
  93. package/dist/components/CdsSlideGroup/utils/index.d.ts +1 -0
  94. package/dist/components/CdsStages/index.d.ts +1 -0
  95. package/dist/components/CdsStatus/index.d.ts +1 -0
  96. package/dist/components/CdsSteps/CdsSteps.vue.d.ts +167 -0
  97. package/dist/components/CdsSteps/CdsStepsItem.vue.d.ts +84 -0
  98. package/dist/components/CdsSteps/context.d.ts +11 -0
  99. package/dist/components/CdsSteps/index.d.ts +2 -0
  100. package/dist/components/CdsSteps/svg/_CdsStepCurrentIcon.vue.d.ts +2 -0
  101. package/dist/components/CdsSteps/svg/_CdsStepsIconIncomplete.vue.d.ts +2 -0
  102. package/dist/components/CdsTable/CdsTable.vue.d.ts +1162 -0
  103. package/dist/components/CdsTable/CdsTableColumn.vue.d.ts +10 -0
  104. package/dist/components/CdsTable/CdsTableColumnGroup.vue.d.ts +10 -0
  105. package/dist/components/CdsTable/components/Body/Body.d.ts +12 -0
  106. package/dist/components/CdsTable/components/Body/BodyRow.d.ts +22 -0
  107. package/dist/components/CdsTable/components/Body/ExpandedRow.d.ts +13 -0
  108. package/dist/components/CdsTable/components/Body/index.d.ts +1 -0
  109. package/dist/components/CdsTable/components/Cell/Cell.d.ts +34 -0
  110. package/dist/components/CdsTable/components/Cell/MeasureCell.d.ts +7 -0
  111. package/dist/components/CdsTable/components/Cell/index.d.ts +2 -0
  112. package/dist/components/CdsTable/components/ColGroup/ColGroup.d.ts +8 -0
  113. package/dist/components/CdsTable/components/ColGroup/index.d.ts +1 -0
  114. package/dist/components/CdsTable/components/Filter/FilterDropdown.d.ts +14 -0
  115. package/dist/components/CdsTable/components/Filter/FilterSearch.d.ts +9 -0
  116. package/dist/components/CdsTable/components/Filter/FilterWrapper.d.ts +4 -0
  117. package/dist/components/CdsTable/components/Filter/index.d.ts +1 -0
  118. package/dist/components/CdsTable/components/FixedHolder/FixedHolder.d.ts +21 -0
  119. package/dist/components/CdsTable/components/FixedHolder/index.d.ts +1 -0
  120. package/dist/components/CdsTable/components/Footer/Footer.d.ts +8 -0
  121. package/dist/components/CdsTable/components/Footer/index.d.ts +1 -0
  122. package/dist/components/CdsTable/components/Header/DragHandle.d.ts +44 -0
  123. package/dist/components/CdsTable/components/Header/Header.d.ts +11 -0
  124. package/dist/components/CdsTable/components/Header/HeaderRow.d.ts +15 -0
  125. package/dist/components/CdsTable/components/Header/index.d.ts +1 -0
  126. package/dist/components/CdsTable/components/Icons/ExpandIcon.d.ts +12 -0
  127. package/dist/components/CdsTable/components/Panel/Panel.d.ts +4 -0
  128. package/dist/components/CdsTable/components/Panel/index.d.ts +1 -0
  129. package/dist/components/CdsTable/components/ResizeObserver/ResizeObserver.d.ts +11 -0
  130. package/dist/components/CdsTable/components/ResizeObserver/index.d.ts +1 -0
  131. package/dist/components/CdsTable/components/StickyScrollbar/StickyScrollbar.d.ts +15 -0
  132. package/dist/components/CdsTable/components/StickyScrollbar/index.d.ts +1 -0
  133. package/dist/components/CdsTable/components/Table/InternalTable.d.ts +1154 -0
  134. package/dist/components/CdsTable/components/TableProvider.d.ts +1147 -0
  135. package/dist/components/CdsTable/composable/columns.d.ts +28 -0
  136. package/dist/components/CdsTable/composable/filter.d.ts +16 -0
  137. package/dist/components/CdsTable/composable/flat.d.ts +17 -0
  138. package/dist/components/CdsTable/composable/frame.d.ts +6 -0
  139. package/dist/components/CdsTable/composable/index.d.ts +10 -0
  140. package/dist/components/CdsTable/composable/pagination.d.ts +18 -0
  141. package/dist/components/CdsTable/composable/selection.d.ts +23 -0
  142. package/dist/components/CdsTable/composable/sorter.d.ts +21 -0
  143. package/dist/components/CdsTable/composable/sticky.d.ts +12 -0
  144. package/dist/components/CdsTable/composable/table.d.ts +649 -0
  145. package/dist/components/CdsTable/constants.d.ts +2 -0
  146. package/dist/components/CdsTable/context/body.d.ts +19 -0
  147. package/dist/components/CdsTable/context/expandedRow.d.ts +10 -0
  148. package/dist/components/CdsTable/context/hover.d.ts +9 -0
  149. package/dist/components/CdsTable/context/index.d.ts +8 -0
  150. package/dist/components/CdsTable/context/resize.d.ts +9 -0
  151. package/dist/components/CdsTable/context/slots.d.ts +17 -0
  152. package/dist/components/CdsTable/context/sticky.d.ts +2 -0
  153. package/dist/components/CdsTable/context/summary.d.ts +14 -0
  154. package/dist/components/CdsTable/context/table.d.ts +20 -0
  155. package/dist/components/CdsTable/index.d.ts +6 -0
  156. package/dist/components/CdsTable/interface.d.ts +323 -0
  157. package/dist/components/CdsTable/utils/column.d.ts +7 -0
  158. package/dist/components/CdsTable/utils/expand.d.ts +2 -0
  159. package/dist/components/CdsTable/utils/fixed.d.ts +13 -0
  160. package/dist/components/CdsTable/utils/index.d.ts +5 -0
  161. package/dist/components/CdsTable/utils/listener.d.ts +5 -0
  162. package/dist/components/CdsTable/utils/value.d.ts +10 -0
  163. package/dist/components/CdsTabs/CdsTab.vue.d.ts +132 -0
  164. package/dist/components/CdsTabs/CdsTabs.vue.d.ts +225 -0
  165. package/dist/components/CdsTabs/index.d.ts +2 -0
  166. package/dist/components/CdsTabs/shared.d.ts +3 -0
  167. package/dist/components/CdsTabs/utils/helpers.d.ts +2 -0
  168. package/dist/components/CdsTabs/utils/index.d.ts +1 -0
  169. package/dist/components/CdsTag/CdsTag.vue.d.ts +2 -2
  170. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +115 -127
  171. package/dist/components/CdsTextArea/index.d.ts +1 -0
  172. package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +136 -120
  173. package/dist/components/CdsTimePicker/CdsTimePicker.vue.d.ts +10 -37
  174. package/dist/components/CdsTimePicker/index.d.ts +1 -0
  175. package/dist/components/CdsToggle/CdsToggle.vue.d.ts +192 -0
  176. package/dist/components/CdsToggle/index.d.ts +1 -0
  177. package/dist/components/CdsToolbar/CdsToolbar.vue.d.ts +45 -0
  178. package/dist/components/CdsToolbar/CdsToolbarTitle.vue.d.ts +18 -0
  179. package/dist/components/CdsToolbar/index.d.ts +2 -0
  180. package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +27 -9
  181. package/dist/components/CdsTooltip/index.d.ts +1 -0
  182. package/dist/components/CdsTree/composable/index.d.ts +1 -0
  183. package/dist/components/CdsTree/composable/tree.d.ts +6 -0
  184. package/dist/components/CdsTree/interface.d.ts +60 -0
  185. package/dist/components/CdsTree/utils/conduct.d.ts +11 -0
  186. package/dist/components/CdsTree/utils/data.d.ts +36 -0
  187. package/dist/components/CdsTree/utils/index.d.ts +2 -0
  188. package/dist/components/CdsUploader/CdsUploader.vue.d.ts +876 -0
  189. package/dist/components/CdsUploader/components/AjaxUploader.d.ts +342 -0
  190. package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +400 -0
  191. package/dist/components/CdsUploader/components/UploadList/UploadList.d.ts +403 -0
  192. package/dist/components/CdsUploader/components/index.d.ts +2 -0
  193. package/dist/components/CdsUploader/composable/index.d.ts +2 -0
  194. package/dist/components/CdsUploader/composable/request.d.ts +4 -0
  195. package/dist/components/CdsUploader/composable/upload.d.ts +360 -0
  196. package/dist/components/CdsUploader/index.d.ts +1 -0
  197. package/dist/components/CdsUploader/interface.d.ts +98 -0
  198. package/dist/components/CdsUploader/utils/accept.d.ts +2 -0
  199. package/dist/components/CdsUploader/utils/helpers.d.ts +5 -0
  200. package/dist/components/CdsUploader/utils/index.d.ts +4 -0
  201. package/dist/components/CdsUploader/utils/traverseFileTree.d.ts +14 -0
  202. package/dist/components/CdsUploader/utils/uid.d.ts +1 -0
  203. package/dist/components/index.d.ts +79 -1
  204. package/dist/composable/align.d.ts +17 -0
  205. package/dist/composable/datetime.d.ts +2 -18
  206. package/dist/composable/display.d.ts +3 -0
  207. package/dist/composable/field.d.ts +19 -3
  208. package/dist/composable/filter.d.ts +2 -2
  209. package/dist/composable/group.d.ts +139 -0
  210. package/dist/composable/icon.d.ts +2 -2
  211. package/dist/composable/index.d.ts +8 -0
  212. package/dist/composable/input.d.ts +1 -1
  213. package/dist/composable/intersectionObserver.d.ts +4 -0
  214. package/dist/composable/layout.d.ts +79 -0
  215. package/dist/composable/locale.d.ts +18 -0
  216. package/dist/composable/overlay.d.ts +8 -0
  217. package/dist/composable/resizeObserver.d.ts +1 -1
  218. package/dist/composable/select.d.ts +97 -15
  219. package/dist/composable/ssrBoot.d.ts +6 -0
  220. package/dist/composable/state.d.ts +13 -0
  221. package/dist/composable/status.d.ts +5 -1
  222. package/dist/composable/text.d.ts +3 -1
  223. package/dist/composable/variant.d.ts +26 -0
  224. package/dist/create.d.ts +2 -0
  225. package/dist/directives/index.d.ts +1 -0
  226. package/dist/directives/touch/index.d.ts +46 -0
  227. package/dist/globals.d.ts +5 -0
  228. package/dist/locale/en.d.ts +3 -0
  229. package/dist/locale/index.d.ts +23 -10
  230. package/dist/transitions/createTransition.d.ts +1 -1
  231. package/dist/transitions/index.d.ts +68 -7
  232. package/dist/transitions/modalTransition.d.ts +8 -0
  233. package/dist/utils/{date.d.ts → date/date.d.ts} +10 -2
  234. package/dist/utils/dom/classNames.d.ts +4 -0
  235. package/dist/utils/dom/dom.d.ts +11 -0
  236. package/dist/utils/dom/getScrollParent.d.ts +16 -0
  237. package/dist/utils/dom/hRender.d.ts +9 -0
  238. package/dist/utils/dom/scrollTo.d.ts +10 -0
  239. package/dist/utils/dom/warn.d.ts +1 -0
  240. package/dist/utils/dom/wrapperRaf.d.ts +4 -0
  241. package/dist/utils/helpers.d.ts +62 -2
  242. package/dist/utils/index.d.ts +18 -9
  243. package/dist/utils/use/copyToClipboard.d.ts +1 -0
  244. package/dist/utils/use/eagerComputed.d.ts +3 -0
  245. package/dist/utils/use/pickAttrs.d.ts +11 -0
  246. package/dist/utils/use/reactiveComputed.d.ts +4 -0
  247. package/dist/utils/use/reactivePick.d.ts +8 -0
  248. package/dist/utils/use/toReactive.d.ts +8 -0
  249. package/dist/utils/use/toValue.d.ts +5 -0
  250. package/package.json +9 -4
  251. package/src/scss/modules/_reset.scss +5 -0
  252. package/src/scss/modules/_transition.scss +72 -1
  253. package/src/scss/themes/index.ts +1 -1
  254. package/dist/utils/dom.d.ts +0 -6
  255. package/dist/utils/getScrollParent.d.ts +0 -3
  256. /package/dist/utils/{anchor.d.ts → dom/anchor.d.ts} +0 -0
  257. /package/dist/utils/{animation.d.ts → dom/animation.d.ts} +0 -0
  258. /package/dist/utils/{box.d.ts → dom/box.d.ts} +0 -0
  259. /package/dist/utils/{globals.d.ts → dom/globals.d.ts} +0 -0
  260. /package/dist/utils/{cache.d.ts → use/cache.d.ts} +0 -0
@@ -66,15 +66,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
66
66
  type: import("vue").PropType<string | number>;
67
67
  default: number;
68
68
  };
69
+ locale: {
70
+ type: import("vue").PropType<"ru" | "en" | import("../../locale").ILocale>;
71
+ default: undefined;
72
+ };
69
73
  eager: {
70
74
  type: import("vue").PropType<boolean>;
71
75
  default: boolean;
72
76
  };
73
77
  'onClick:prepend': {
74
- type: import("vue").PropType<(...args: any[]) => any>; /**
75
- * Событие при фокусе
76
- * @type { boolean }
77
- */
78
+ type: import("vue").PropType<(...args: any[]) => any>;
78
79
  default: undefined;
79
80
  };
80
81
  'onClick:append': {
@@ -82,14 +83,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
82
83
  default: undefined;
83
84
  };
84
85
  prependIcon: {
85
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
86
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
86
87
  default: undefined;
87
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
88
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
88
89
  };
89
90
  appendIcon: {
90
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
91
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
91
92
  default: undefined;
92
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
93
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
93
94
  };
94
95
  error: {
95
96
  type: import("vue").PropType<boolean>;
@@ -146,10 +147,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
146
147
  default: null;
147
148
  };
148
149
  messages: {
149
- /**
150
- * Событие при фокусе
151
- * @type { boolean }
152
- */
153
150
  type: import("vue").PropType<string | string[]>;
154
151
  default: () => never[];
155
152
  };
@@ -174,19 +171,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
174
171
  default: undefined;
175
172
  };
176
173
  prependInnerIcon: {
177
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
174
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
178
175
  default: undefined;
179
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
176
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
180
177
  };
181
178
  appendInnerIcon: {
182
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
179
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
183
180
  default: undefined;
184
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
181
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
185
182
  };
186
183
  type: {
187
- type: import("vue").PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
184
+ type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
188
185
  default: string;
189
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
186
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
187
+ };
188
+ role: {
189
+ type: import("vue").PropType<string>;
190
+ default: undefined;
190
191
  };
191
192
  placeholder: {
192
193
  type: import("vue").PropType<string>;
@@ -204,6 +205,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
204
205
  type: import("vue").PropType<boolean>;
205
206
  default: boolean;
206
207
  };
208
+ persistentClearable: {
209
+ type: import("vue").PropType<boolean>;
210
+ default: boolean;
211
+ };
207
212
  'onClick:prependInner': {
208
213
  type: import("vue").PropType<(...args: any[]) => any>;
209
214
  default: undefined;
@@ -224,10 +229,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
224
229
  type: import("vue").PropType<boolean>;
225
230
  default: boolean;
226
231
  };
227
- noDataText: {
228
- type: import("vue").PropType<string>;
229
- default: string;
230
- };
231
232
  hideNoData: {
232
233
  type: import("vue").PropType<boolean>;
233
234
  default: boolean;
@@ -236,9 +237,104 @@ declare const _sfc_main: import("vue").DefineComponent<{
236
237
  type: import("vue").PropType<boolean>;
237
238
  default: boolean;
238
239
  };
239
- selectAllText: {
240
- type: import("vue").PropType<string>;
241
- default: string;
240
+ listProps: {
241
+ type: import("vue").PropType<Omit<Partial<{
242
+ items: any[];
243
+ itemTitle: import("../../composable").TItemKey;
244
+ itemValue: import("../../composable").TItemKey;
245
+ itemChildren: import("../../composable").TItemKey;
246
+ itemProps: import("../../composable").TItemKey;
247
+ returnObject: boolean;
248
+ tag: string;
249
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
250
+ disabled: boolean;
251
+ dark: boolean;
252
+ required: boolean;
253
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
254
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
255
+ lines: false | "one" | "two" | "three";
256
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
257
+ selectStrategy: {
258
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
259
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
260
+ };
261
+ openStrategy: {
262
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
263
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
264
+ };
265
+ opened: import("vue").PropType<unknown[]>;
266
+ selected: import("vue").PropType<unknown[]>;
267
+ required: BooleanConstructor;
268
+ dark: {
269
+ type: import("vue").PropType<boolean>;
270
+ default: boolean;
271
+ };
272
+ disabled: {
273
+ type: import("vue").PropType<boolean>;
274
+ default: boolean;
275
+ };
276
+ size: Omit<{
277
+ type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
278
+ default: string;
279
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
280
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
281
+ }, "default" | "type"> & {
282
+ type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
283
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
284
+ };
285
+ tag: {
286
+ type: import("vue").PropType<string>;
287
+ default: string;
288
+ description: string;
289
+ };
290
+ items: {
291
+ type: import("vue").PropType<any[]>;
292
+ default: () => never[];
293
+ };
294
+ itemTitle: {
295
+ type: import("vue").PropType<import("../../composable").TItemKey>;
296
+ default: string;
297
+ };
298
+ itemValue: {
299
+ type: import("vue").PropType<import("../../composable").TItemKey>;
300
+ default: string;
301
+ };
302
+ itemChildren: {
303
+ type: import("vue").PropType<import("../../composable").TItemKey>;
304
+ default: string;
305
+ };
306
+ itemProps: {
307
+ type: import("vue").PropType<import("../../composable").TItemKey>;
308
+ default: string;
309
+ };
310
+ returnObject: {
311
+ type: import("vue").PropType<boolean>;
312
+ default: boolean;
313
+ };
314
+ lines: {
315
+ type: import("vue").PropType<false | "one" | "two" | "three">;
316
+ default: string;
317
+ };
318
+ }>> & {
319
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
320
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
321
+ "onClick:open"?: ((value: {
322
+ id: unknown;
323
+ value: boolean;
324
+ path: unknown[];
325
+ event: Event;
326
+ }) => any) | undefined;
327
+ "onClick:select"?: ((value: {
328
+ id: unknown;
329
+ value: boolean;
330
+ path: unknown[]; /**
331
+ * Событие выбора всех элементов
332
+ * @type { boolean }
333
+ */
334
+ event: Event;
335
+ }) => any) | undefined;
336
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
337
+ default: undefined;
242
338
  };
243
339
  }, {
244
340
  model: import("vue").Ref<readonly IInternalItem<any>[]> & {
@@ -279,10 +375,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
279
375
  default: boolean;
280
376
  };
281
377
  'onClick:prepend': {
282
- type: import("vue").PropType<(...args: any[]) => any>; /**
283
- * Событие при фокусе
284
- * @type { boolean }
285
- */
378
+ type: import("vue").PropType<(...args: any[]) => any>;
286
379
  default: undefined;
287
380
  };
288
381
  'onClick:append': {
@@ -290,14 +383,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
290
383
  default: undefined;
291
384
  };
292
385
  prependIcon: {
293
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
386
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
294
387
  default: undefined;
295
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
388
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
296
389
  };
297
390
  appendIcon: {
298
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
391
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
299
392
  default: undefined;
300
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
393
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
301
394
  };
302
395
  error: {
303
396
  type: import("vue").PropType<boolean>;
@@ -354,10 +447,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
354
447
  default: null;
355
448
  };
356
449
  messages: {
357
- /**
358
- * Событие при фокусе
359
- * @type { boolean }
360
- */
361
450
  type: import("vue").PropType<string | string[]>;
362
451
  default: () => never[];
363
452
  };
@@ -382,19 +471,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
382
471
  default: undefined;
383
472
  };
384
473
  prependInnerIcon: {
385
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
474
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
386
475
  default: undefined;
387
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
476
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
388
477
  };
389
478
  appendInnerIcon: {
390
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
479
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
391
480
  default: undefined;
392
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
481
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
393
482
  };
394
483
  type: {
395
- type: import("vue").PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
484
+ type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
396
485
  default: string;
397
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
486
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
487
+ };
488
+ role: {
489
+ type: import("vue").PropType<string>;
490
+ default: undefined;
398
491
  };
399
492
  placeholder: {
400
493
  type: import("vue").PropType<string>;
@@ -412,6 +505,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
412
505
  type: import("vue").PropType<boolean>;
413
506
  default: boolean;
414
507
  };
508
+ persistentClearable: {
509
+ type: import("vue").PropType<boolean>;
510
+ default: boolean;
511
+ };
415
512
  'onClick:prependInner': {
416
513
  type: import("vue").PropType<(...args: any[]) => any>;
417
514
  default: undefined;
@@ -487,14 +584,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
487
584
  default: boolean;
488
585
  };
489
586
  prependIcon: {
490
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
587
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
491
588
  default: undefined;
492
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
589
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
493
590
  };
494
591
  appendIcon: {
495
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
592
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
496
593
  default: undefined;
497
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
594
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
498
595
  };
499
596
  id: {
500
597
  type: import("vue").PropType<string>;
@@ -513,10 +610,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
513
610
  default: null;
514
611
  };
515
612
  messages: {
516
- /**
517
- * Событие при фокусе
518
- * @type { boolean }
519
- */
520
613
  type: import("vue").PropType<string | string[]>;
521
614
  default: () => never[];
522
615
  };
@@ -604,14 +697,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
604
697
  default: boolean;
605
698
  };
606
699
  prependIcon: {
607
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
700
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
608
701
  default: undefined;
609
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
702
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
610
703
  };
611
704
  appendIcon: {
612
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
705
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
613
706
  default: undefined;
614
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
707
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
615
708
  };
616
709
  id: {
617
710
  type: import("vue").PropType<string>;
@@ -630,10 +723,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
630
723
  default: null;
631
724
  };
632
725
  messages: {
633
- /**
634
- * Событие при фокусе
635
- * @type { boolean }
636
- */
637
726
  type: import("vue").PropType<string | string[]>;
638
727
  default: () => never[];
639
728
  };
@@ -644,18 +733,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
644
733
  }>> & {
645
734
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
646
735
  }, {
647
- name: string | undefined;
648
- description: string;
649
- disabled: boolean;
650
736
  value: any;
737
+ description: string;
651
738
  size: "xs" | "sm" | "md" | "lg" | "xl";
652
- error: boolean;
653
- prependIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
654
- appendIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
655
- readonly: boolean;
656
- messages: string | string[];
739
+ disabled: boolean;
740
+ name: string | undefined;
657
741
  id: string;
742
+ error: boolean;
658
743
  label: string;
744
+ messages: string | string[];
659
745
  persistentMessages: boolean;
660
746
  errorMessages: string | string[];
661
747
  maxErrors: string | number;
@@ -664,21 +750,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
664
750
  validateOn: "input" | "blur" | "submit";
665
751
  validationValue: any;
666
752
  hideMessages: boolean;
753
+ prependIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
754
+ appendIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
667
755
  focused: boolean;
756
+ readonly: boolean;
668
757
  }> | undefined>;
669
758
  isFocused: import("vue").Ref<boolean>;
670
759
  rootAttrs: import("vue").Ref<{}>;
671
760
  inputAttrs: import("vue").Ref<{}>;
672
761
  inputProps: import("vue").Ref<{
673
- readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
674
- readonly disabled?: boolean | undefined;
675
762
  readonly value?: any;
676
763
  readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
764
+ readonly disabled?: boolean | undefined;
765
+ readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
766
+ readonly active?: boolean | undefined;
767
+ readonly autofocus?: boolean | undefined;
677
768
  readonly error?: boolean | undefined;
678
- readonly readonly?: boolean | undefined;
679
- readonly loading?: boolean | undefined;
769
+ readonly counter?: boolean | undefined;
770
+ readonly clearable?: boolean | undefined;
771
+ readonly persistentClearable?: boolean | undefined;
680
772
  readonly messages?: string | string[] | undefined;
681
- readonly active?: boolean | undefined;
682
773
  readonly persistentMessages?: boolean | undefined;
683
774
  readonly errorMessages?: string | string[] | undefined;
684
775
  readonly maxErrors?: string | number | undefined;
@@ -688,29 +779,29 @@ declare const _sfc_main: import("vue").DefineComponent<{
688
779
  readonly modelValue?: any;
689
780
  readonly validateOn?: "input" | "blur" | "submit" | undefined;
690
781
  readonly hideMessages?: boolean | undefined;
782
+ readonly loading?: boolean | undefined;
691
783
  readonly focused?: boolean | undefined;
692
- readonly autofocus?: boolean | undefined;
693
- readonly counter?: boolean | undefined;
694
- readonly clearable?: boolean | undefined;
695
- readonly name?: string | undefined;
784
+ readonly readonly?: boolean | undefined;
696
785
  readonly description?: string | undefined;
697
- readonly prependIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
698
- readonly appendIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
786
+ readonly name?: string | undefined;
699
787
  readonly id?: string | undefined;
700
- readonly label?: string | undefined;
701
- readonly validationValue?: any;
702
- readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
703
- readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
704
788
  readonly prefix?: string | undefined;
705
789
  readonly suffix?: string | undefined;
706
- readonly prependInnerIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
707
- readonly appendInnerIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
790
+ readonly prependInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
791
+ readonly appendInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
792
+ readonly role?: string | undefined;
708
793
  readonly placeholder?: string | undefined;
709
794
  readonly limit?: number | undefined;
710
795
  readonly 'onClick:prependInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
711
796
  readonly 'onClick:appendInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
712
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
797
+ readonly label?: string | undefined;
798
+ readonly validationValue?: any;
799
+ readonly prependIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
800
+ readonly appendIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
801
+ readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
802
+ readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
713
803
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
804
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
714
805
  readonly "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
715
806
  readonly "onClick:control"?: ((event: MouseEvent) => any) | undefined;
716
807
  readonly "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
@@ -731,6 +822,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
731
822
  }>;
732
823
  fieldClasses: import("vue").ComputedRef<Record<string, boolean>>;
733
824
  loadingClasses: import("vue").ComputedRef<string | undefined>;
825
+ classesStates: Readonly<{
826
+ hover: "cds-state-hover";
827
+ focus: "cds-state-focus";
828
+ active: "cds-state-active";
829
+ visited: "cds-state-visited";
830
+ disabled: "cds-state-disabled";
831
+ checked: "cds-state-checked";
832
+ indeterminate: "cds-state-indeterminate";
833
+ invalid: "cds-state-invalid";
834
+ empty: "cds-state-empty";
835
+ loading: "cds-state-loading";
836
+ readonly: "cds-state-readonly";
837
+ dragging: "cds-state-dragging";
838
+ }>;
734
839
  onBlur: () => void;
735
840
  onFocus: () => void;
736
841
  onInput: (event: Event) => void;
@@ -773,10 +878,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
773
878
  default: boolean;
774
879
  };
775
880
  'onClick:prepend': {
776
- type: import("vue").PropType<(...args: any[]) => any>; /**
777
- * Событие при фокусе
778
- * @type { boolean }
779
- */
881
+ type: import("vue").PropType<(...args: any[]) => any>;
780
882
  default: undefined;
781
883
  };
782
884
  'onClick:append': {
@@ -784,14 +886,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
784
886
  default: undefined;
785
887
  };
786
888
  prependIcon: {
787
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
889
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
788
890
  default: undefined;
789
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
891
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
790
892
  };
791
893
  appendIcon: {
792
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
894
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
793
895
  default: undefined;
794
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
896
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
795
897
  };
796
898
  error: {
797
899
  type: import("vue").PropType<boolean>;
@@ -848,10 +950,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
848
950
  default: null;
849
951
  };
850
952
  messages: {
851
- /**
852
- * Событие при фокусе
853
- * @type { boolean }
854
- */
855
953
  type: import("vue").PropType<string | string[]>;
856
954
  default: () => never[];
857
955
  };
@@ -876,19 +974,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
876
974
  default: undefined;
877
975
  };
878
976
  prependInnerIcon: {
879
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
977
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
880
978
  default: undefined;
881
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
979
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
882
980
  };
883
981
  appendInnerIcon: {
884
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
982
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
885
983
  default: undefined;
886
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
984
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
887
985
  };
888
986
  type: {
889
- type: import("vue").PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
987
+ type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
890
988
  default: string;
891
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
989
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
990
+ };
991
+ role: {
992
+ type: import("vue").PropType<string>;
993
+ default: undefined;
892
994
  };
893
995
  placeholder: {
894
996
  type: import("vue").PropType<string>;
@@ -906,6 +1008,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
906
1008
  type: import("vue").PropType<boolean>;
907
1009
  default: boolean;
908
1010
  };
1011
+ persistentClearable: {
1012
+ type: import("vue").PropType<boolean>;
1013
+ default: boolean;
1014
+ };
909
1015
  'onClick:prependInner': {
910
1016
  type: import("vue").PropType<(...args: any[]) => any>;
911
1017
  default: undefined;
@@ -915,31 +1021,40 @@ declare const _sfc_main: import("vue").DefineComponent<{
915
1021
  default: undefined;
916
1022
  };
917
1023
  }>> & {
918
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1024
+ "onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
1025
+ "onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
919
1026
  "onClick:prepend"?: ((event: MouseEvent) => any) | undefined;
920
1027
  "onClick:append"?: ((event: MouseEvent) => any) | undefined;
921
1028
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
922
- "onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
923
- "onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
1029
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
924
1030
  "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
925
1031
  "onClick:control"?: ((event: MouseEvent) => any) | undefined;
926
1032
  "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
927
1033
  }, {
928
- name: string | undefined;
929
- type: "number" | "text" | "password" | "email" | "tel" | "url";
930
- description: string;
931
- disabled: boolean;
932
1034
  value: any;
1035
+ description: string;
933
1036
  size: "xs" | "sm" | "md" | "lg" | "xl";
934
- error: boolean;
935
- prependIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
936
- appendIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
937
- readonly: boolean;
938
- loading: boolean;
939
- messages: string | string[];
940
- active: boolean;
1037
+ disabled: boolean;
1038
+ type: "number" | "password" | "text" | "email" | "tel" | "url";
1039
+ name: string | undefined;
941
1040
  id: string;
1041
+ active: boolean;
1042
+ autofocus: boolean;
1043
+ prefix: string;
1044
+ suffix: string;
1045
+ prependInnerIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
1046
+ error: boolean;
1047
+ appendInnerIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
1048
+ role: string;
1049
+ placeholder: string;
1050
+ counter: boolean;
1051
+ limit: number;
1052
+ clearable: boolean;
1053
+ persistentClearable: boolean;
1054
+ 'onClick:prependInner': (...args: any[]) => any;
1055
+ 'onClick:appendInner': (...args: any[]) => any;
942
1056
  label: string;
1057
+ messages: string | string[];
943
1058
  persistentMessages: boolean;
944
1059
  errorMessages: string | string[];
945
1060
  maxErrors: string | number;
@@ -948,20 +1063,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
948
1063
  validateOn: "input" | "blur" | "submit";
949
1064
  validationValue: any;
950
1065
  hideMessages: boolean;
951
- focused: boolean;
1066
+ prependIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
1067
+ appendIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
952
1068
  'onClick:prepend': (...args: any[]) => any;
953
1069
  'onClick:append': (...args: any[]) => any;
954
- autofocus: boolean;
955
- prefix: string;
956
- suffix: string;
957
- prependInnerIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
958
- appendInnerIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
959
- placeholder: string;
960
- counter: boolean;
961
- limit: number;
962
- clearable: boolean;
963
- 'onClick:prependInner': (...args: any[]) => any;
964
- 'onClick:appendInner': (...args: any[]) => any;
1070
+ loading: boolean;
1071
+ focused: boolean;
1072
+ readonly: boolean;
965
1073
  }> | undefined>;
966
1074
  menuRef: import("vue").Ref<import("vue").DefineComponent<{
967
1075
  transition: {
@@ -1012,10 +1120,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1012
1120
  updateLocation: (event: Event) => void;
1013
1121
  } | undefined)>;
1014
1122
  default: string;
1015
- validator: (value: any) => boolean; /**
1016
- * Событие выбора всех элементов
1017
- * @type { boolean }
1018
- */
1123
+ validator: (value: any) => boolean;
1019
1124
  }, "default" | "type"> & {
1020
1125
  type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1021
1126
  updateLocation: (event: Event) => void;
@@ -1051,8 +1156,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
1051
1156
  default: NonNullable<string | number>;
1052
1157
  };
1053
1158
  activator: {
1159
+ /**
1160
+ * Событие при фокусе
1161
+ * @type { boolean }
1162
+ */
1054
1163
  type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1055
- default: null;
1164
+ default: null; /**
1165
+ * Событие при изменении значения (v-model)
1166
+ * @type { any }
1167
+ */
1056
1168
  };
1057
1169
  activatorProps: {
1058
1170
  type: import("vue").PropType<Record<string, any>>;
@@ -1101,10 +1213,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1101
1213
  default: NonNullable<string | boolean>;
1102
1214
  };
1103
1215
  modelValue: {
1104
- type: import("vue").PropType<boolean>; /**
1105
- * Событие выбора всех элементов
1106
- * @type { boolean }
1107
- */
1216
+ type: import("vue").PropType<boolean>;
1108
1217
  default: boolean;
1109
1218
  };
1110
1219
  closeOnBack: {
@@ -1123,6 +1232,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1123
1232
  type: import("vue").PropType<Record<string, unknown>>;
1124
1233
  default: () => {};
1125
1234
  };
1235
+ noClickAnimation: {
1236
+ type: import("vue").PropType<boolean>;
1237
+ default: boolean;
1238
+ };
1126
1239
  id: {
1127
1240
  type: import("vue").PropType<string>;
1128
1241
  default: undefined;
@@ -1150,10 +1263,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1150
1263
  updateLocation: (event: Event) => void;
1151
1264
  } | undefined)>;
1152
1265
  default: string;
1153
- validator: (value: any) => boolean; /**
1154
- * Событие выбора всех элементов
1155
- * @type { boolean }
1156
- */
1266
+ validator: (value: any) => boolean;
1157
1267
  };
1158
1268
  location: {
1159
1269
  type: import("vue").PropType<import('../../utils').TAnchor>;
@@ -1200,8 +1310,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
1200
1310
  default: null;
1201
1311
  };
1202
1312
  activator: {
1313
+ /**
1314
+ * Событие при фокусе
1315
+ * @type { boolean }
1316
+ */
1203
1317
  type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1204
- default: null;
1318
+ default: null; /**
1319
+ * Событие при изменении значения (v-model)
1320
+ * @type { any }
1321
+ */
1205
1322
  };
1206
1323
  activatorProps: {
1207
1324
  type: import("vue").PropType<Record<string, any>>;
@@ -1244,10 +1361,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1244
1361
  default: boolean;
1245
1362
  };
1246
1363
  modelValue: {
1247
- type: import("vue").PropType<boolean>; /**
1248
- * Событие выбора всех элементов
1249
- * @type { boolean }
1250
- */
1364
+ type: import("vue").PropType<boolean>;
1251
1365
  default: boolean;
1252
1366
  };
1253
1367
  closeOnBack: {
@@ -1266,6 +1380,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1266
1380
  type: import("vue").PropType<Record<string, unknown>>;
1267
1381
  default: () => {};
1268
1382
  };
1383
+ noClickAnimation: {
1384
+ type: import("vue").PropType<boolean>;
1385
+ default: boolean;
1386
+ };
1269
1387
  absolute: {
1270
1388
  type: import("vue").PropType<boolean>;
1271
1389
  default: boolean;
@@ -1277,7 +1395,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1277
1395
  localTop: import("vue").ComputedRef<boolean>;
1278
1396
  updateLocation: import("vue").Ref<((event: Event) => void) | undefined>;
1279
1397
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1280
- 'update:modelValue': (value: boolean) => true;
1398
+ 'update:modelValue': (value: boolean) => true; /**
1399
+ * Событие при изменении значения (v-model)
1400
+ * @type { any }
1401
+ */
1281
1402
  'click:outside': (event: MouseEvent) => true;
1282
1403
  afterLeave: () => true;
1283
1404
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1302,10 +1423,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1302
1423
  updateLocation: (event: Event) => void;
1303
1424
  } | undefined)>;
1304
1425
  default: string;
1305
- validator: (value: any) => boolean; /**
1306
- * Событие выбора всех элементов
1307
- * @type { boolean }
1308
- */
1426
+ validator: (value: any) => boolean;
1309
1427
  };
1310
1428
  location: {
1311
1429
  type: import("vue").PropType<import('../../utils').TAnchor>;
@@ -1352,8 +1470,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
1352
1470
  default: null;
1353
1471
  };
1354
1472
  activator: {
1473
+ /**
1474
+ * Событие при фокусе
1475
+ * @type { boolean }
1476
+ */
1355
1477
  type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1356
- default: null;
1478
+ default: null; /**
1479
+ * Событие при изменении значения (v-model)
1480
+ * @type { any }
1481
+ */
1357
1482
  };
1358
1483
  activatorProps: {
1359
1484
  type: import("vue").PropType<Record<string, any>>;
@@ -1396,10 +1521,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1396
1521
  default: boolean;
1397
1522
  };
1398
1523
  modelValue: {
1399
- type: import("vue").PropType<boolean>; /**
1400
- * Событие выбора всех элементов
1401
- * @type { boolean }
1402
- */
1524
+ type: import("vue").PropType<boolean>;
1403
1525
  default: boolean;
1404
1526
  };
1405
1527
  closeOnBack: {
@@ -1418,22 +1540,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
1418
1540
  type: import("vue").PropType<Record<string, unknown>>;
1419
1541
  default: () => {};
1420
1542
  };
1543
+ noClickAnimation: {
1544
+ type: import("vue").PropType<boolean>;
1545
+ default: boolean;
1546
+ };
1421
1547
  absolute: {
1422
1548
  type: import("vue").PropType<boolean>;
1423
1549
  default: boolean;
1424
1550
  };
1425
1551
  }>> & {
1426
- onAfterLeave?: (() => any) | undefined;
1427
1552
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1428
1553
  "onClick:outside"?: ((event: MouseEvent) => any) | undefined;
1554
+ onAfterLeave?: (() => any) | undefined;
1429
1555
  }, {
1430
1556
  disabled: boolean;
1431
1557
  location: import('../../utils').TAnchor;
1558
+ modelValue: boolean;
1559
+ eager: boolean;
1432
1560
  transition: string | boolean | (import("vue").TransitionProps & {
1433
1561
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1434
1562
  });
1435
- origin: import('../../utils').TAnchor | "auto" | "overlap";
1436
- modelValue: boolean;
1437
1563
  attach: string | boolean | Element;
1438
1564
  contained: boolean;
1439
1565
  persistent: boolean;
@@ -1442,6 +1568,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1442
1568
  zIndex: string | number;
1443
1569
  contentClasses: string | string[] | Record<string, boolean>;
1444
1570
  contentProps: Record<string, unknown>;
1571
+ noClickAnimation: boolean;
1445
1572
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
1446
1573
  activatorProps: Record<string, any>;
1447
1574
  openOnClick: boolean | undefined;
@@ -1453,9 +1580,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1453
1580
  locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1454
1581
  updateLocation: (event: Event) => void;
1455
1582
  } | undefined);
1583
+ origin: import('../../utils').TAnchor | "auto" | "overlap";
1456
1584
  offset: string | number | number[];
1457
1585
  scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
1458
- eager: boolean;
1459
1586
  height: string | number;
1460
1587
  width: string | number;
1461
1588
  maxHeight: string | number;
@@ -1516,10 +1643,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1516
1643
  updateLocation: (event: Event) => void;
1517
1644
  } | undefined)>;
1518
1645
  default: string;
1519
- validator: (value: any) => boolean; /**
1520
- * Событие выбора всех элементов
1521
- * @type { boolean }
1522
- */
1646
+ validator: (value: any) => boolean;
1523
1647
  }, "default" | "type"> & {
1524
1648
  type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1525
1649
  updateLocation: (event: Event) => void;
@@ -1555,8 +1679,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
1555
1679
  default: NonNullable<string | number>;
1556
1680
  };
1557
1681
  activator: {
1682
+ /**
1683
+ * Событие при фокусе
1684
+ * @type { boolean }
1685
+ */
1558
1686
  type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
1559
- default: null;
1687
+ default: null; /**
1688
+ * Событие при изменении значения (v-model)
1689
+ * @type { any }
1690
+ */
1560
1691
  };
1561
1692
  activatorProps: {
1562
1693
  type: import("vue").PropType<Record<string, any>>;
@@ -1605,10 +1736,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1605
1736
  default: NonNullable<string | boolean>;
1606
1737
  };
1607
1738
  modelValue: {
1608
- type: import("vue").PropType<boolean>; /**
1609
- * Событие выбора всех элементов
1610
- * @type { boolean }
1611
- */
1739
+ type: import("vue").PropType<boolean>;
1612
1740
  default: boolean;
1613
1741
  };
1614
1742
  closeOnBack: {
@@ -1627,6 +1755,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1627
1755
  type: import("vue").PropType<Record<string, unknown>>;
1628
1756
  default: () => {};
1629
1757
  };
1758
+ noClickAnimation: {
1759
+ type: import("vue").PropType<boolean>;
1760
+ default: boolean;
1761
+ };
1630
1762
  id: {
1631
1763
  type: import("vue").PropType<string>;
1632
1764
  default: undefined;
@@ -1635,13 +1767,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
1635
1767
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1636
1768
  }, {
1637
1769
  disabled: boolean;
1770
+ id: string;
1638
1771
  location: import('../../utils').TAnchor;
1772
+ modelValue: boolean;
1773
+ eager: boolean;
1639
1774
  transition: string | boolean | (import("vue").TransitionProps & {
1640
1775
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1641
1776
  });
1642
- origin: import('../../utils').TAnchor | "auto" | "overlap";
1643
- id: string;
1644
- modelValue: boolean;
1645
1777
  attach: string | boolean | Element;
1646
1778
  contained: boolean;
1647
1779
  persistent: boolean;
@@ -1650,6 +1782,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1650
1782
  zIndex: string | number;
1651
1783
  contentClasses: string | string[] | Record<string, boolean>;
1652
1784
  contentProps: Record<string, unknown>;
1785
+ noClickAnimation: boolean;
1653
1786
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
1654
1787
  activatorProps: Record<string, any>;
1655
1788
  openOnClick: boolean | undefined;
@@ -1661,9 +1794,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1661
1794
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1662
1795
  updateLocation: (event: Event) => void;
1663
1796
  } | undefined)>;
1797
+ origin: import('../../utils').TAnchor | "auto" | "overlap";
1664
1798
  offset: string | number | number[];
1665
1799
  scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1666
- eager: boolean;
1667
1800
  height: string | number;
1668
1801
  width: string | number;
1669
1802
  maxHeight: string | number;
@@ -1749,7 +1882,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1749
1882
  'click:select': (value: {
1750
1883
  id: unknown;
1751
1884
  value: boolean;
1752
- path: unknown[];
1885
+ path: unknown[]; /**
1886
+ * Событие выбора всех элементов
1887
+ * @type { boolean }
1888
+ */
1753
1889
  event: Event;
1754
1890
  }) => boolean;
1755
1891
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1826,28 +1962,34 @@ declare const _sfc_main: import("vue").DefineComponent<{
1826
1962
  "onClick:select"?: ((value: {
1827
1963
  id: unknown;
1828
1964
  value: boolean;
1829
- path: unknown[];
1965
+ path: unknown[]; /**
1966
+ * Событие выбора всех элементов
1967
+ * @type { boolean }
1968
+ */
1830
1969
  event: Event;
1831
1970
  }) => any) | undefined;
1832
1971
  }, {
1833
- dark: boolean;
1834
- required: boolean;
1835
- disabled: boolean;
1836
- tag: string;
1837
1972
  items: any[];
1838
1973
  itemTitle: import("../../composable").TItemKey;
1839
1974
  itemValue: import("../../composable").TItemKey;
1840
1975
  itemChildren: import("../../composable").TItemKey;
1841
1976
  itemProps: import("../../composable").TItemKey;
1842
1977
  returnObject: boolean;
1978
+ tag: string;
1843
1979
  size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
1980
+ disabled: boolean;
1981
+ dark: boolean;
1982
+ required: boolean;
1844
1983
  selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
1845
1984
  openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
1846
1985
  lines: false | "one" | "two" | "three";
1847
1986
  }> | undefined>;
1848
1987
  inputProps: import("vue").Ref<{
1849
- readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
1850
- readonly disabled?: boolean | undefined;
1988
+ readonly multiple?: boolean | undefined;
1989
+ readonly openOnClear?: boolean | undefined;
1990
+ readonly hideSelected?: boolean | undefined;
1991
+ readonly hideNoData?: boolean | undefined;
1992
+ readonly isSelectAll?: boolean | undefined;
1851
1993
  readonly items?: any[] | undefined;
1852
1994
  readonly itemTitle?: import("../../composable").TItemKey | undefined;
1853
1995
  readonly itemValue?: import("../../composable").TItemKey | undefined;
@@ -1856,9 +1998,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
1856
1998
  readonly itemProps?: import("../../composable").TItemKey | undefined;
1857
1999
  readonly returnObject?: boolean | undefined;
1858
2000
  readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2001
+ readonly disabled?: boolean | undefined;
2002
+ readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
2003
+ readonly active?: boolean | undefined;
2004
+ readonly autofocus?: boolean | undefined;
1859
2005
  readonly error?: boolean | undefined;
1860
- readonly readonly?: boolean | undefined;
2006
+ readonly counter?: boolean | undefined;
2007
+ readonly clearable?: boolean | undefined;
2008
+ readonly persistentClearable?: boolean | undefined;
2009
+ readonly messages?: string | string[] | undefined;
2010
+ readonly persistentMessages?: boolean | undefined;
2011
+ readonly errorMessages?: string | string[] | undefined;
2012
+ readonly maxErrors?: string | number | undefined;
2013
+ readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
2014
+ 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>;
2015
+ })[] | undefined;
2016
+ readonly modelValue?: any;
2017
+ readonly validateOn?: "input" | "blur" | "submit" | undefined;
2018
+ readonly hideMessages?: boolean | undefined;
2019
+ readonly eager?: boolean | undefined;
1861
2020
  readonly loading?: boolean | undefined;
2021
+ readonly focused?: boolean | undefined;
2022
+ readonly readonly?: boolean | undefined;
2023
+ readonly menuProps?: any;
2024
+ readonly menuHeight?: string | number | undefined;
1862
2025
  readonly transition?: string | boolean | {
1863
2026
  name?: string | undefined;
1864
2027
  type?: ("transition" | "animation") | undefined;
@@ -2013,51 +2176,115 @@ declare const _sfc_main: import("vue").DefineComponent<{
2013
2176
  beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
2014
2177
  } | undefined;
2015
2178
  } | undefined;
2016
- readonly messages?: string | string[] | undefined;
2017
- readonly active?: boolean | undefined;
2018
- readonly persistentMessages?: boolean | undefined;
2019
- readonly errorMessages?: string | string[] | undefined;
2020
- readonly maxErrors?: string | number | undefined;
2021
- readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
2022
- 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>;
2023
- })[] | undefined;
2024
- readonly modelValue?: any;
2025
- readonly validateOn?: "input" | "blur" | "submit" | undefined;
2026
- readonly hideMessages?: boolean | undefined;
2027
- readonly focused?: boolean | undefined;
2028
- readonly autofocus?: boolean | undefined;
2029
- readonly counter?: boolean | undefined;
2030
- readonly clearable?: boolean | undefined;
2031
- readonly eager?: boolean | undefined;
2032
- readonly multiple?: boolean | undefined;
2033
- readonly openOnClear?: boolean | undefined;
2034
- readonly hideSelected?: boolean | undefined;
2035
- readonly noDataText?: string | undefined;
2036
- readonly hideNoData?: boolean | undefined;
2037
- readonly isSelectAll?: boolean | undefined;
2038
- readonly selectAllText?: string | undefined;
2039
- readonly menuProps?: any;
2040
- readonly menuHeight?: string | number | undefined;
2041
- readonly name?: string | undefined;
2179
+ readonly listProps?: {
2180
+ items?: any[] | undefined;
2181
+ itemTitle?: import("../../composable").TItemKey | undefined;
2182
+ itemValue?: import("../../composable").TItemKey | undefined;
2183
+ itemChildren?: import("../../composable").TItemKey | undefined;
2184
+ itemProps?: import("../../composable").TItemKey | undefined;
2185
+ returnObject?: boolean | undefined;
2186
+ tag?: string | undefined;
2187
+ size?: NonNullable<"xs" | "sm" | "md" | "lg" | "xl"> | undefined;
2188
+ disabled?: boolean | undefined;
2189
+ dark?: boolean | undefined;
2190
+ required?: boolean | undefined;
2191
+ selectStrategy?: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp> | undefined;
2192
+ openStrategy?: "multiple" | "single" | "list" | {
2193
+ open: import("../../composable/nested/openStrategies").TOpenStrategyFn;
2194
+ select: import("../../composable/nested/openStrategies").TOpenSelectStrategyFn;
2195
+ } | undefined;
2196
+ readonly opened?: unknown[] | undefined;
2197
+ readonly selected?: unknown[] | undefined;
2198
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2199
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2200
+ "onClick:open"?: ((value: {
2201
+ id: unknown;
2202
+ value: boolean;
2203
+ path: unknown[];
2204
+ event: Event;
2205
+ }) => any) | undefined;
2206
+ "onClick:select"?: ((value: {
2207
+ id: unknown;
2208
+ value: boolean;
2209
+ path: unknown[]; /**
2210
+ * Событие выбора всех элементов
2211
+ * @type { boolean }
2212
+ */
2213
+ event: Event;
2214
+ }) => any) | undefined;
2215
+ lines?: false | "one" | "two" | "three" | undefined;
2216
+ } | undefined;
2042
2217
  readonly description?: string | undefined;
2043
- readonly menu?: boolean | undefined;
2044
- readonly prependIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2045
- readonly appendIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2218
+ readonly name?: string | undefined;
2046
2219
  readonly id?: string | undefined;
2047
- readonly label?: string | undefined;
2048
- readonly validationValue?: any;
2049
- readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2050
- readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2051
2220
  readonly prefix?: string | undefined;
2052
2221
  readonly suffix?: string | undefined;
2053
- readonly prependInnerIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2054
- readonly appendInnerIcon?: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2222
+ readonly prependInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2223
+ readonly menu?: boolean | undefined;
2224
+ readonly appendInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2225
+ readonly role?: string | undefined;
2055
2226
  readonly placeholder?: string | undefined;
2056
2227
  readonly limit?: number | undefined;
2057
2228
  readonly 'onClick:prependInner'?: ((...args: any[]) => any) | undefined;
2058
2229
  readonly 'onClick:appendInner'?: ((...args: any[]) => any) | undefined;
2059
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2230
+ readonly label?: string | undefined;
2231
+ readonly validationValue?: any;
2232
+ readonly locale?: "ru" | "en" | {
2233
+ notification: {
2234
+ closeLabel?: string | undefined;
2235
+ };
2236
+ table: {
2237
+ filterTitle?: string | undefined;
2238
+ filterConfirm?: any;
2239
+ filterReset?: any;
2240
+ filterEmptyText?: any;
2241
+ filterCheckAll?: any;
2242
+ filterSearchPlaceholder?: any;
2243
+ emptyText?: any;
2244
+ selectAll?: any;
2245
+ selectNone?: any;
2246
+ selectInvert?: any;
2247
+ selectionAll?: any;
2248
+ sortTitle?: string | undefined;
2249
+ expand?: string | undefined;
2250
+ collapse?: string | undefined;
2251
+ triggerDesc?: string | undefined;
2252
+ triggerAsc?: string | undefined;
2253
+ cancelSort?: string | undefined;
2254
+ };
2255
+ date: {
2256
+ days: string[];
2257
+ daysShort: string[];
2258
+ months: string[];
2259
+ monthsLong: string[];
2260
+ monthsShort: string[];
2261
+ firstDayOfWeek: number;
2262
+ format24h: boolean;
2263
+ pluralDay: (day?: number | undefined) => string;
2264
+ };
2265
+ container: {
2266
+ prev?: string | undefined;
2267
+ next?: string | undefined;
2268
+ };
2269
+ uploader: {
2270
+ uploading?: string | undefined;
2271
+ uploadFile?: string | undefined;
2272
+ downloadFile?: string | undefined;
2273
+ removeFile?: string | undefined;
2274
+ uploadError?: string | undefined;
2275
+ previewFile?: string | undefined;
2276
+ };
2277
+ dropdown: {
2278
+ noData: string;
2279
+ selectAll: string;
2280
+ };
2281
+ } | undefined;
2282
+ readonly prependIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2283
+ readonly appendIcon?: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2284
+ readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2285
+ readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2060
2286
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2287
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2061
2288
  readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2062
2289
  readonly "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
2063
2290
  }>;
@@ -2073,6 +2300,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2073
2300
  'cds-dropdown--active-menu': boolean | undefined;
2074
2301
  'cds-dropdown--selected': number;
2075
2302
  }>;
2303
+ dropdownLocale: {
2304
+ noData: string;
2305
+ selectAll: string;
2306
+ };
2076
2307
  select: (item: IInternalItem) => void;
2077
2308
  selectAll: () => void;
2078
2309
  mergeItemProps: (item: IInternalItem) => {
@@ -2172,15 +2403,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
2172
2403
  type: import("vue").PropType<string | number>;
2173
2404
  default: number;
2174
2405
  };
2406
+ locale: {
2407
+ type: import("vue").PropType<"ru" | "en" | import("../../locale").ILocale>;
2408
+ default: undefined;
2409
+ };
2175
2410
  eager: {
2176
2411
  type: import("vue").PropType<boolean>;
2177
2412
  default: boolean;
2178
2413
  };
2179
2414
  'onClick:prepend': {
2180
- type: import("vue").PropType<(...args: any[]) => any>; /**
2181
- * Событие при фокусе
2182
- * @type { boolean }
2183
- */
2415
+ type: import("vue").PropType<(...args: any[]) => any>;
2184
2416
  default: undefined;
2185
2417
  };
2186
2418
  'onClick:append': {
@@ -2188,14 +2420,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
2188
2420
  default: undefined;
2189
2421
  };
2190
2422
  prependIcon: {
2191
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2423
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2192
2424
  default: undefined;
2193
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2425
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2194
2426
  };
2195
2427
  appendIcon: {
2196
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2428
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2197
2429
  default: undefined;
2198
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2430
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2199
2431
  };
2200
2432
  error: {
2201
2433
  type: import("vue").PropType<boolean>;
@@ -2252,10 +2484,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2252
2484
  default: null;
2253
2485
  };
2254
2486
  messages: {
2255
- /**
2256
- * Событие при фокусе
2257
- * @type { boolean }
2258
- */
2259
2487
  type: import("vue").PropType<string | string[]>;
2260
2488
  default: () => never[];
2261
2489
  };
@@ -2280,19 +2508,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
2280
2508
  default: undefined;
2281
2509
  };
2282
2510
  prependInnerIcon: {
2283
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2511
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2284
2512
  default: undefined;
2285
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2513
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2286
2514
  };
2287
2515
  appendInnerIcon: {
2288
- type: import("vue").PropType<"link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2516
+ type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2289
2517
  default: undefined;
2290
- validator: (value: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2518
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2291
2519
  };
2292
2520
  type: {
2293
- type: import("vue").PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
2521
+ type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
2294
2522
  default: string;
2295
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
2523
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
2524
+ };
2525
+ role: {
2526
+ type: import("vue").PropType<string>;
2527
+ default: undefined;
2296
2528
  };
2297
2529
  placeholder: {
2298
2530
  type: import("vue").PropType<string>;
@@ -2310,6 +2542,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2310
2542
  type: import("vue").PropType<boolean>;
2311
2543
  default: boolean;
2312
2544
  };
2545
+ persistentClearable: {
2546
+ type: import("vue").PropType<boolean>;
2547
+ default: boolean;
2548
+ };
2313
2549
  'onClick:prependInner': {
2314
2550
  type: import("vue").PropType<(...args: any[]) => any>;
2315
2551
  default: undefined;
@@ -2330,10 +2566,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2330
2566
  type: import("vue").PropType<boolean>;
2331
2567
  default: boolean;
2332
2568
  };
2333
- noDataText: {
2334
- type: import("vue").PropType<string>;
2335
- default: string;
2336
- };
2337
2569
  hideNoData: {
2338
2570
  type: import("vue").PropType<boolean>;
2339
2571
  default: boolean;
@@ -2342,20 +2574,212 @@ declare const _sfc_main: import("vue").DefineComponent<{
2342
2574
  type: import("vue").PropType<boolean>;
2343
2575
  default: boolean;
2344
2576
  };
2345
- selectAllText: {
2346
- type: import("vue").PropType<string>;
2347
- default: string;
2577
+ listProps: {
2578
+ type: import("vue").PropType<Omit<Partial<{
2579
+ items: any[];
2580
+ itemTitle: import("../../composable").TItemKey;
2581
+ itemValue: import("../../composable").TItemKey;
2582
+ itemChildren: import("../../composable").TItemKey;
2583
+ itemProps: import("../../composable").TItemKey;
2584
+ returnObject: boolean;
2585
+ tag: string;
2586
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2587
+ disabled: boolean;
2588
+ dark: boolean;
2589
+ required: boolean;
2590
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2591
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2592
+ lines: false | "one" | "two" | "three";
2593
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2594
+ selectStrategy: {
2595
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2596
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2597
+ };
2598
+ openStrategy: {
2599
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2600
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2601
+ };
2602
+ opened: import("vue").PropType<unknown[]>;
2603
+ selected: import("vue").PropType<unknown[]>;
2604
+ required: BooleanConstructor;
2605
+ dark: {
2606
+ type: import("vue").PropType<boolean>;
2607
+ default: boolean;
2608
+ };
2609
+ disabled: {
2610
+ type: import("vue").PropType<boolean>;
2611
+ default: boolean;
2612
+ };
2613
+ size: Omit<{
2614
+ type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
2615
+ default: string;
2616
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
2617
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
2618
+ }, "default" | "type"> & {
2619
+ type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
2620
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2621
+ };
2622
+ tag: {
2623
+ type: import("vue").PropType<string>;
2624
+ default: string;
2625
+ description: string;
2626
+ };
2627
+ items: {
2628
+ type: import("vue").PropType<any[]>;
2629
+ default: () => never[];
2630
+ };
2631
+ itemTitle: {
2632
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2633
+ default: string;
2634
+ };
2635
+ itemValue: {
2636
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2637
+ default: string;
2638
+ };
2639
+ itemChildren: {
2640
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2641
+ default: string;
2642
+ };
2643
+ itemProps: {
2644
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2645
+ default: string;
2646
+ };
2647
+ returnObject: {
2648
+ type: import("vue").PropType<boolean>;
2649
+ default: boolean;
2650
+ };
2651
+ lines: {
2652
+ type: import("vue").PropType<false | "one" | "two" | "three">;
2653
+ default: string;
2654
+ };
2655
+ }>> & {
2656
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2657
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2658
+ "onClick:open"?: ((value: {
2659
+ id: unknown;
2660
+ value: boolean;
2661
+ path: unknown[];
2662
+ event: Event;
2663
+ }) => any) | undefined;
2664
+ "onClick:select"?: ((value: {
2665
+ id: unknown;
2666
+ value: boolean;
2667
+ path: unknown[]; /**
2668
+ * Событие выбора всех элементов
2669
+ * @type { boolean }
2670
+ */
2671
+ event: Event;
2672
+ }) => any) | undefined;
2673
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
2674
+ default: undefined;
2348
2675
  };
2349
2676
  }>> & {
2350
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2351
2677
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2678
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2352
2679
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2353
2680
  "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
2354
2681
  }, {
2355
- name: string | undefined;
2356
- type: "number" | "text" | "password" | "email" | "tel" | "url";
2357
- description: string;
2358
- disabled: boolean;
2682
+ multiple: boolean;
2683
+ openOnClear: boolean;
2684
+ hideSelected: boolean;
2685
+ hideNoData: boolean;
2686
+ isSelectAll: boolean;
2687
+ listProps: Omit<Partial<{
2688
+ items: any[];
2689
+ itemTitle: import("../../composable").TItemKey;
2690
+ itemValue: import("../../composable").TItemKey;
2691
+ itemChildren: import("../../composable").TItemKey;
2692
+ itemProps: import("../../composable").TItemKey;
2693
+ returnObject: boolean;
2694
+ tag: string;
2695
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2696
+ disabled: boolean;
2697
+ dark: boolean;
2698
+ required: boolean;
2699
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2700
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2701
+ lines: false | "one" | "two" | "three";
2702
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2703
+ selectStrategy: {
2704
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2705
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2706
+ };
2707
+ openStrategy: {
2708
+ type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2709
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2710
+ };
2711
+ opened: import("vue").PropType<unknown[]>;
2712
+ selected: import("vue").PropType<unknown[]>;
2713
+ required: BooleanConstructor;
2714
+ dark: {
2715
+ type: import("vue").PropType<boolean>;
2716
+ default: boolean;
2717
+ };
2718
+ disabled: {
2719
+ type: import("vue").PropType<boolean>;
2720
+ default: boolean;
2721
+ };
2722
+ size: Omit<{
2723
+ type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
2724
+ default: string;
2725
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
2726
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
2727
+ }, "default" | "type"> & {
2728
+ type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
2729
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2730
+ };
2731
+ tag: {
2732
+ type: import("vue").PropType<string>;
2733
+ default: string;
2734
+ description: string;
2735
+ };
2736
+ items: {
2737
+ type: import("vue").PropType<any[]>;
2738
+ default: () => never[];
2739
+ };
2740
+ itemTitle: {
2741
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2742
+ default: string;
2743
+ };
2744
+ itemValue: {
2745
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2746
+ default: string;
2747
+ };
2748
+ itemChildren: {
2749
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2750
+ default: string;
2751
+ };
2752
+ itemProps: {
2753
+ type: import("vue").PropType<import("../../composable").TItemKey>;
2754
+ default: string;
2755
+ };
2756
+ returnObject: {
2757
+ type: import("vue").PropType<boolean>;
2758
+ default: boolean;
2759
+ };
2760
+ lines: {
2761
+ type: import("vue").PropType<false | "one" | "two" | "three">;
2762
+ default: string;
2763
+ };
2764
+ }>> & {
2765
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2766
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2767
+ "onClick:open"?: ((value: {
2768
+ id: unknown;
2769
+ value: boolean;
2770
+ path: unknown[];
2771
+ event: Event;
2772
+ }) => any) | undefined;
2773
+ "onClick:select"?: ((value: {
2774
+ id: unknown;
2775
+ value: boolean;
2776
+ path: unknown[]; /**
2777
+ * Событие выбора всех элементов
2778
+ * @type { boolean }
2779
+ */
2780
+ event: Event;
2781
+ }) => any) | undefined;
2782
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>;
2359
2783
  items: any[];
2360
2784
  itemTitle: import("../../composable").TItemKey;
2361
2785
  itemValue: import("../../composable").TItemKey;
@@ -2363,20 +2787,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
2363
2787
  itemChildren: import("../../composable").TItemKey;
2364
2788
  itemProps: import("../../composable").TItemKey;
2365
2789
  returnObject: boolean;
2790
+ description: string;
2366
2791
  size: "xs" | "sm" | "md" | "lg" | "xl";
2792
+ disabled: boolean;
2793
+ type: "number" | "password" | "text" | "email" | "tel" | "url";
2794
+ name: string | undefined;
2795
+ id: string;
2796
+ active: boolean;
2797
+ autofocus: boolean;
2798
+ prefix: string;
2799
+ suffix: string;
2800
+ prependInnerIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2367
2801
  error: boolean;
2368
2802
  menu: boolean | undefined;
2369
- prependIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2370
- appendIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2371
- readonly: boolean;
2372
- loading: boolean;
2373
- transition: string | boolean | (import("vue").TransitionProps & {
2374
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2375
- });
2376
- messages: string | string[];
2377
- active: boolean;
2378
- id: string;
2803
+ appendInnerIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2804
+ role: string;
2805
+ placeholder: string;
2806
+ counter: boolean;
2807
+ limit: number;
2808
+ clearable: boolean;
2809
+ persistentClearable: boolean;
2810
+ 'onClick:prependInner': (...args: any[]) => any;
2811
+ 'onClick:appendInner': (...args: any[]) => any;
2379
2812
  label: string;
2813
+ messages: string | string[];
2380
2814
  persistentMessages: boolean;
2381
2815
  errorMessages: string | string[];
2382
2816
  maxErrors: string | number;
@@ -2385,29 +2819,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
2385
2819
  validateOn: "input" | "blur" | "submit";
2386
2820
  validationValue: any;
2387
2821
  hideMessages: boolean;
2388
- focused: boolean;
2822
+ locale: "ru" | "en" | import("../../locale").ILocale;
2823
+ prependIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2824
+ appendIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2389
2825
  'onClick:prepend': (...args: any[]) => any;
2390
2826
  'onClick:append': (...args: any[]) => any;
2391
- autofocus: boolean;
2392
- prefix: string;
2393
- suffix: string;
2394
- prependInnerIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2395
- appendInnerIcon: "link" | "filters" | "search" | "add" | "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" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2396
- placeholder: string;
2397
- counter: boolean;
2398
- limit: number;
2399
- clearable: boolean;
2400
- 'onClick:prependInner': (...args: any[]) => any;
2401
- 'onClick:appendInner': (...args: any[]) => any;
2402
2827
  eager: boolean;
2403
- multiple: boolean;
2404
- openOnClear: boolean;
2405
- hideSelected: boolean;
2406
- noDataText: string;
2407
- hideNoData: boolean;
2408
- isSelectAll: boolean;
2409
- selectAllText: string;
2828
+ loading: boolean;
2829
+ focused: boolean;
2830
+ readonly: boolean;
2410
2831
  menuProps: any;
2411
2832
  menuHeight: string | number;
2833
+ transition: string | boolean | (import("vue").TransitionProps & {
2834
+ component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2835
+ });
2412
2836
  }>;
2413
2837
  export default _sfc_main;