@central-design-system/components 3.0.0-alpha.9 → 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 +8 -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
@@ -58,6 +58,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
58
58
  type: PropType<boolean>;
59
59
  default: boolean;
60
60
  };
61
+ locale: {
62
+ type: PropType<"ru" | "en" | import("../../locale").ILocale>;
63
+ default: undefined;
64
+ };
61
65
  menu: {
62
66
  type: PropType<boolean | undefined>;
63
67
  default: undefined;
@@ -83,14 +87,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
83
87
  default: undefined;
84
88
  };
85
89
  prependIcon: {
86
- type: 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">;
90
+ type: 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">;
87
91
  default: undefined;
88
- 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;
92
+ 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;
89
93
  };
90
94
  appendIcon: {
91
- type: 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">;
95
+ type: 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">;
92
96
  default: undefined;
93
- 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;
97
+ 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;
94
98
  };
95
99
  error: {
96
100
  type: PropType<boolean>;
@@ -106,16 +110,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
106
110
  };
107
111
  name: {
108
112
  type: PropType<string | undefined>;
109
- default: undefined; /**
110
- * Событие открытия меню
111
- * @type { boolean }
112
- */
113
+ default: undefined;
113
114
  };
114
115
  rules: {
115
116
  type: PropType<import("../../composable").TValidationRule[]>;
116
117
  default: () => never[];
117
118
  };
118
119
  modelValue: {
120
+ /**
121
+ * Событие при вводе значения в поле
122
+ * @type { string }
123
+ */
119
124
  type: PropType<any>;
120
125
  default: null;
121
126
  };
@@ -174,19 +179,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
174
179
  default: undefined;
175
180
  };
176
181
  prependInnerIcon: {
177
- type: 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">;
182
+ type: 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
183
  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;
184
+ 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
185
  };
181
186
  appendInnerIcon: {
182
- type: 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">;
187
+ type: 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
188
  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;
189
+ 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
190
  };
186
191
  type: {
187
- type: PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
192
+ type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
193
+ default: string;
194
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
195
+ };
196
+ role: Omit<{
197
+ type: PropType<string>;
198
+ default: undefined;
199
+ }, "default" | "type"> & {
200
+ type: PropType<string>;
188
201
  default: string;
189
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
190
202
  };
191
203
  placeholder: {
192
204
  type: PropType<string>;
@@ -204,6 +216,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
204
216
  type: PropType<boolean>;
205
217
  default: boolean;
206
218
  };
219
+ persistentClearable: {
220
+ type: PropType<boolean>;
221
+ default: boolean;
222
+ };
207
223
  'onClick:prependInner': {
208
224
  type: PropType<(...args: any[]) => any>;
209
225
  default: undefined;
@@ -249,10 +265,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
249
265
  type: PropType<boolean>;
250
266
  default: boolean;
251
267
  };
252
- noDataText: {
253
- type: PropType<string>;
254
- default: string;
255
- };
256
268
  hideNoData: Omit<{
257
269
  type: PropType<boolean>;
258
270
  default: boolean;
@@ -264,9 +276,101 @@ declare const _sfc_main: import("vue").DefineComponent<{
264
276
  type: PropType<boolean>;
265
277
  default: boolean;
266
278
  };
267
- selectAllText: {
268
- type: PropType<string>;
269
- default: string;
279
+ listProps: {
280
+ type: PropType<Omit<Partial<{
281
+ items: any[];
282
+ itemTitle: import("../../composable").TItemKey;
283
+ itemValue: import("../../composable").TItemKey;
284
+ itemChildren: import("../../composable").TItemKey;
285
+ itemProps: import("../../composable").TItemKey;
286
+ returnObject: boolean;
287
+ tag: string;
288
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
289
+ disabled: boolean;
290
+ dark: boolean;
291
+ required: boolean;
292
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
293
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
294
+ lines: false | "one" | "two" | "three";
295
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
296
+ selectStrategy: {
297
+ type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
298
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
299
+ };
300
+ openStrategy: {
301
+ type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
302
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
303
+ };
304
+ opened: PropType<unknown[]>;
305
+ selected: PropType<unknown[]>;
306
+ required: BooleanConstructor;
307
+ dark: {
308
+ type: PropType<boolean>;
309
+ default: boolean;
310
+ };
311
+ disabled: {
312
+ type: PropType<boolean>;
313
+ default: boolean;
314
+ };
315
+ size: Omit<{
316
+ type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
317
+ default: string;
318
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
319
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
320
+ }, "default" | "type"> & {
321
+ type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
322
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
323
+ };
324
+ tag: {
325
+ type: PropType<string>;
326
+ default: string;
327
+ description: string;
328
+ };
329
+ items: {
330
+ type: PropType<any[]>;
331
+ default: () => never[];
332
+ };
333
+ itemTitle: {
334
+ type: PropType<import("../../composable").TItemKey>;
335
+ default: string;
336
+ };
337
+ itemValue: {
338
+ type: PropType<import("../../composable").TItemKey>;
339
+ default: string;
340
+ };
341
+ itemChildren: {
342
+ type: PropType<import("../../composable").TItemKey>;
343
+ default: string;
344
+ };
345
+ itemProps: {
346
+ type: PropType<import("../../composable").TItemKey>;
347
+ default: string;
348
+ };
349
+ returnObject: {
350
+ type: PropType<boolean>;
351
+ default: boolean;
352
+ };
353
+ lines: {
354
+ type: PropType<false | "one" | "two" | "three">;
355
+ default: string;
356
+ };
357
+ }>> & {
358
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
359
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
360
+ "onClick:open"?: ((value: {
361
+ id: unknown;
362
+ value: boolean;
363
+ path: unknown[];
364
+ event: Event;
365
+ }) => any) | undefined;
366
+ "onClick:select"?: ((value: {
367
+ id: unknown;
368
+ value: boolean;
369
+ path: unknown[];
370
+ event: Event;
371
+ }) => any) | undefined;
372
+ } & 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>>;
373
+ default: undefined;
270
374
  };
271
375
  /**
272
376
  * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
@@ -323,14 +427,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
323
427
  default: undefined;
324
428
  };
325
429
  prependIcon: {
326
- type: 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">;
430
+ type: 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">;
327
431
  default: undefined;
328
- 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;
432
+ 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;
329
433
  };
330
434
  appendIcon: {
331
- type: 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">;
435
+ type: 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">;
332
436
  default: undefined;
333
- 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;
437
+ 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;
334
438
  };
335
439
  error: {
336
440
  type: PropType<boolean>;
@@ -346,16 +450,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
346
450
  };
347
451
  name: {
348
452
  type: PropType<string | undefined>;
349
- default: undefined; /**
350
- * Событие открытия меню
351
- * @type { boolean }
352
- */
453
+ default: undefined;
353
454
  };
354
455
  rules: {
355
456
  type: PropType<import("../../composable").TValidationRule[]>;
356
457
  default: () => never[];
357
458
  };
358
459
  modelValue: {
460
+ /**
461
+ * Событие при вводе значения в поле
462
+ * @type { string }
463
+ */
359
464
  type: PropType<any>;
360
465
  default: null;
361
466
  };
@@ -414,19 +519,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
414
519
  default: undefined;
415
520
  };
416
521
  prependInnerIcon: {
417
- type: 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">;
522
+ type: 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">;
418
523
  default: undefined;
419
- 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;
524
+ 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;
420
525
  };
421
526
  appendInnerIcon: {
422
- type: 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">;
527
+ type: 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">;
423
528
  default: undefined;
424
- 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;
529
+ 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;
425
530
  };
426
531
  type: {
427
- type: PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
532
+ type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
428
533
  default: string;
429
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
534
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
535
+ };
536
+ role: {
537
+ type: PropType<string>;
538
+ default: undefined;
430
539
  };
431
540
  placeholder: {
432
541
  type: PropType<string>;
@@ -444,6 +553,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
444
553
  type: PropType<boolean>;
445
554
  default: boolean;
446
555
  };
556
+ persistentClearable: {
557
+ type: PropType<boolean>;
558
+ default: boolean;
559
+ };
447
560
  'onClick:prependInner': {
448
561
  type: PropType<(...args: any[]) => any>;
449
562
  default: undefined;
@@ -494,16 +607,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
494
607
  };
495
608
  name: {
496
609
  type: PropType<string | undefined>;
497
- default: undefined; /**
498
- * Событие открытия меню
499
- * @type { boolean }
500
- */
610
+ default: undefined;
501
611
  };
502
612
  rules: {
503
613
  type: PropType<import("../../composable").TValidationRule[]>;
504
614
  default: () => never[];
505
615
  };
506
616
  modelValue: {
617
+ /**
618
+ * Событие при вводе значения в поле
619
+ * @type { string }
620
+ */
507
621
  type: PropType<any>;
508
622
  default: null;
509
623
  };
@@ -522,14 +636,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
522
636
  default: boolean;
523
637
  };
524
638
  prependIcon: {
525
- type: 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">;
639
+ type: 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">;
526
640
  default: undefined;
527
- 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;
641
+ 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;
528
642
  };
529
643
  appendIcon: {
530
- type: 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">;
644
+ type: 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">;
531
645
  default: undefined;
532
- 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;
646
+ 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;
533
647
  };
534
648
  id: {
535
649
  type: PropType<string>;
@@ -563,7 +677,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
563
677
  hasMessages: import("vue").ComputedRef<number | boolean>;
564
678
  slotProps: import("vue").ComputedRef<import("../../composable").IInputSlot>;
565
679
  messagesId: import("vue").ComputedRef<string>;
566
- messages: import("vue").ComputedRef<string | string[]>;
680
+ messages: import("vue").ComputedRef<string | string[]>; /**
681
+ * Событие выбора всех элементов
682
+ * @type { boolean }
683
+ */
567
684
  isValid: import("vue").ComputedRef<boolean | null>;
568
685
  validationClasses: import("vue").ComputedRef<Record<string, boolean>>;
569
686
  focusClasses: import("vue").ComputedRef<Record<string, boolean>>;
@@ -610,16 +727,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
610
727
  };
611
728
  name: {
612
729
  type: PropType<string | undefined>;
613
- default: undefined; /**
614
- * Событие открытия меню
615
- * @type { boolean }
616
- */
730
+ default: undefined;
617
731
  };
618
732
  rules: {
619
733
  type: PropType<import("../../composable").TValidationRule[]>;
620
734
  default: () => never[];
621
735
  };
622
736
  modelValue: {
737
+ /**
738
+ * Событие при вводе значения в поле
739
+ * @type { string }
740
+ */
623
741
  type: PropType<any>;
624
742
  default: null;
625
743
  };
@@ -638,14 +756,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
638
756
  default: boolean;
639
757
  };
640
758
  prependIcon: {
641
- type: 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">;
759
+ type: 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">;
642
760
  default: undefined;
643
- 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;
761
+ 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;
644
762
  };
645
763
  appendIcon: {
646
- type: 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">;
764
+ type: 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">;
647
765
  default: undefined;
648
- 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;
766
+ 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;
649
767
  };
650
768
  id: {
651
769
  type: PropType<string>;
@@ -674,18 +792,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
674
792
  }>> & {
675
793
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
676
794
  }, {
677
- name: string | undefined;
678
- description: string;
679
- disabled: boolean;
680
795
  value: any;
796
+ description: string;
681
797
  size: "xs" | "sm" | "md" | "lg" | "xl";
682
- error: boolean;
683
- 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";
684
- 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";
685
- readonly: boolean;
686
- messages: string | string[];
798
+ disabled: boolean;
799
+ name: string | undefined;
687
800
  id: string;
801
+ error: boolean;
688
802
  label: string;
803
+ messages: string | string[];
689
804
  persistentMessages: boolean;
690
805
  errorMessages: string | string[];
691
806
  maxErrors: string | number;
@@ -694,21 +809,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
694
809
  validateOn: "input" | "blur" | "submit";
695
810
  validationValue: any;
696
811
  hideMessages: boolean;
812
+ 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";
813
+ 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";
697
814
  focused: boolean;
815
+ readonly: boolean;
698
816
  }> | undefined>;
699
817
  isFocused: import("vue").Ref<boolean>;
700
818
  rootAttrs: import("vue").Ref<{}>;
701
819
  inputAttrs: import("vue").Ref<{}>;
702
820
  inputProps: import("vue").Ref<{
703
- readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
704
- readonly disabled?: boolean | undefined;
705
821
  readonly value?: any;
706
822
  readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
823
+ readonly disabled?: boolean | undefined;
824
+ readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
825
+ readonly active?: boolean | undefined;
826
+ readonly autofocus?: boolean | undefined;
707
827
  readonly error?: boolean | undefined;
708
- readonly readonly?: boolean | undefined;
709
- readonly loading?: boolean | undefined;
828
+ readonly counter?: boolean | undefined;
829
+ readonly clearable?: boolean | undefined;
830
+ readonly persistentClearable?: boolean | undefined;
710
831
  readonly messages?: string | string[] | undefined;
711
- readonly active?: boolean | undefined;
712
832
  readonly persistentMessages?: boolean | undefined;
713
833
  readonly errorMessages?: string | string[] | undefined;
714
834
  readonly maxErrors?: string | number | undefined;
@@ -718,29 +838,29 @@ declare const _sfc_main: import("vue").DefineComponent<{
718
838
  readonly modelValue?: any;
719
839
  readonly validateOn?: "input" | "blur" | "submit" | undefined;
720
840
  readonly hideMessages?: boolean | undefined;
841
+ readonly loading?: boolean | undefined;
721
842
  readonly focused?: boolean | undefined;
722
- readonly autofocus?: boolean | undefined;
723
- readonly counter?: boolean | undefined;
724
- readonly clearable?: boolean | undefined;
725
- readonly name?: string | undefined;
843
+ readonly readonly?: boolean | undefined;
726
844
  readonly description?: string | undefined;
727
- 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;
728
- 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;
845
+ readonly name?: string | undefined;
729
846
  readonly id?: string | undefined;
730
- readonly label?: string | undefined;
731
- readonly validationValue?: any;
732
- readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
733
- readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
734
847
  readonly prefix?: string | undefined;
735
848
  readonly suffix?: string | undefined;
736
- 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;
737
- 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;
849
+ 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;
850
+ 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;
851
+ readonly role?: string | undefined;
738
852
  readonly placeholder?: string | undefined;
739
853
  readonly limit?: number | undefined;
740
854
  readonly 'onClick:prependInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
741
855
  readonly 'onClick:appendInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
742
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
856
+ readonly label?: string | undefined;
857
+ readonly validationValue?: any;
858
+ 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;
859
+ 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;
860
+ readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
861
+ readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
743
862
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
863
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
744
864
  readonly "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
745
865
  readonly "onClick:control"?: ((event: MouseEvent) => any) | undefined;
746
866
  readonly "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
@@ -761,6 +881,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
761
881
  }>;
762
882
  fieldClasses: import("vue").ComputedRef<Record<string, boolean>>;
763
883
  loadingClasses: import("vue").ComputedRef<string | undefined>;
884
+ classesStates: Readonly<{
885
+ hover: "cds-state-hover";
886
+ focus: "cds-state-focus";
887
+ active: "cds-state-active";
888
+ visited: "cds-state-visited";
889
+ disabled: "cds-state-disabled";
890
+ checked: "cds-state-checked";
891
+ indeterminate: "cds-state-indeterminate";
892
+ invalid: "cds-state-invalid";
893
+ empty: "cds-state-empty";
894
+ loading: "cds-state-loading";
895
+ readonly: "cds-state-readonly";
896
+ dragging: "cds-state-dragging";
897
+ }>;
764
898
  onBlur: () => void;
765
899
  onFocus: () => void;
766
900
  onInput: (event: Event) => void;
@@ -778,7 +912,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
778
912
  'click:prependInner': (event: MouseEvent) => true;
779
913
  'click:appendInner': (event: MouseEvent) => true;
780
914
  'click:control': (event: MouseEvent) => true;
781
- 'mousedown:control': (event: MouseEvent) => true;
915
+ 'mousedown:control': (event: MouseEvent) => true; /**
916
+ * Событие открытия меню
917
+ * @type { boolean }
918
+ */
782
919
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
783
920
  size: {
784
921
  type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
@@ -811,14 +948,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
811
948
  default: undefined;
812
949
  };
813
950
  prependIcon: {
814
- type: 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">;
951
+ type: 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">;
815
952
  default: undefined;
816
- 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;
953
+ 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;
817
954
  };
818
955
  appendIcon: {
819
- type: 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">;
956
+ type: 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">;
820
957
  default: undefined;
821
- 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;
958
+ 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;
822
959
  };
823
960
  error: {
824
961
  type: PropType<boolean>;
@@ -834,16 +971,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
834
971
  };
835
972
  name: {
836
973
  type: PropType<string | undefined>;
837
- default: undefined; /**
838
- * Событие открытия меню
839
- * @type { boolean }
840
- */
974
+ default: undefined;
841
975
  };
842
976
  rules: {
843
977
  type: PropType<import("../../composable").TValidationRule[]>;
844
978
  default: () => never[];
845
979
  };
846
980
  modelValue: {
981
+ /**
982
+ * Событие при вводе значения в поле
983
+ * @type { string }
984
+ */
847
985
  type: PropType<any>;
848
986
  default: null;
849
987
  };
@@ -902,19 +1040,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
902
1040
  default: undefined;
903
1041
  };
904
1042
  prependInnerIcon: {
905
- type: 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">;
1043
+ type: 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">;
906
1044
  default: undefined;
907
- 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;
1045
+ 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;
908
1046
  };
909
1047
  appendInnerIcon: {
910
- type: 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">;
1048
+ type: 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">;
911
1049
  default: undefined;
912
- 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;
1050
+ 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;
913
1051
  };
914
1052
  type: {
915
- type: PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
1053
+ type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
916
1054
  default: string;
917
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
1055
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
1056
+ };
1057
+ role: {
1058
+ type: PropType<string>;
1059
+ default: undefined;
918
1060
  };
919
1061
  placeholder: {
920
1062
  type: PropType<string>;
@@ -932,6 +1074,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
932
1074
  type: PropType<boolean>;
933
1075
  default: boolean;
934
1076
  };
1077
+ persistentClearable: {
1078
+ type: PropType<boolean>;
1079
+ default: boolean;
1080
+ };
935
1081
  'onClick:prependInner': {
936
1082
  type: PropType<(...args: any[]) => any>;
937
1083
  default: undefined;
@@ -941,31 +1087,40 @@ declare const _sfc_main: import("vue").DefineComponent<{
941
1087
  default: undefined;
942
1088
  };
943
1089
  }>> & {
944
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1090
+ "onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
1091
+ "onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
945
1092
  "onClick:prepend"?: ((event: MouseEvent) => any) | undefined;
946
1093
  "onClick:append"?: ((event: MouseEvent) => any) | undefined;
947
1094
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
948
- "onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
949
- "onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
1095
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
950
1096
  "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
951
1097
  "onClick:control"?: ((event: MouseEvent) => any) | undefined;
952
1098
  "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
953
1099
  }, {
954
- name: string | undefined;
955
- type: "number" | "text" | "password" | "email" | "tel" | "url";
956
- description: string;
957
- disabled: boolean;
958
1100
  value: any;
1101
+ description: string;
959
1102
  size: "xs" | "sm" | "md" | "lg" | "xl";
960
- error: boolean;
961
- 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";
962
- 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";
963
- readonly: boolean;
964
- loading: boolean;
965
- messages: string | string[];
966
- active: boolean;
1103
+ disabled: boolean;
1104
+ type: "number" | "password" | "text" | "email" | "tel" | "url";
1105
+ name: string | undefined;
967
1106
  id: string;
1107
+ active: boolean;
1108
+ autofocus: boolean;
1109
+ prefix: string;
1110
+ suffix: string;
1111
+ 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";
1112
+ error: boolean;
1113
+ 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";
1114
+ role: string;
1115
+ placeholder: string;
1116
+ counter: boolean;
1117
+ limit: number;
1118
+ clearable: boolean;
1119
+ persistentClearable: boolean;
1120
+ 'onClick:prependInner': (...args: any[]) => any;
1121
+ 'onClick:appendInner': (...args: any[]) => any;
968
1122
  label: string;
1123
+ messages: string | string[];
969
1124
  persistentMessages: boolean;
970
1125
  errorMessages: string | string[];
971
1126
  maxErrors: string | number;
@@ -974,20 +1129,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
974
1129
  validateOn: "input" | "blur" | "submit";
975
1130
  validationValue: any;
976
1131
  hideMessages: boolean;
977
- focused: boolean;
1132
+ 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";
1133
+ 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";
978
1134
  'onClick:prepend': (...args: any[]) => any;
979
1135
  'onClick:append': (...args: any[]) => any;
980
- autofocus: boolean;
981
- prefix: string;
982
- suffix: string;
983
- 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";
984
- 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";
985
- placeholder: string;
986
- counter: boolean;
987
- limit: number;
988
- clearable: boolean;
989
- 'onClick:prependInner': (...args: any[]) => any;
990
- 'onClick:appendInner': (...args: any[]) => any;
1136
+ loading: boolean;
1137
+ focused: boolean;
1138
+ readonly: boolean;
991
1139
  }> | undefined>;
992
1140
  menuRef: import("vue").Ref<import("vue").DefineComponent<{
993
1141
  transition: {
@@ -1052,7 +1200,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1052
1200
  default: string;
1053
1201
  };
1054
1202
  origin: {
1055
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1203
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1204
+ * Событие выбора всех элементов
1205
+ * @type { boolean }
1206
+ */
1056
1207
  default: string;
1057
1208
  };
1058
1209
  offset: {
@@ -1143,6 +1294,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1143
1294
  type: PropType<Record<string, unknown>>;
1144
1295
  default: () => {};
1145
1296
  };
1297
+ noClickAnimation: {
1298
+ type: PropType<boolean>;
1299
+ default: boolean;
1300
+ };
1146
1301
  id: {
1147
1302
  type: PropType<string>;
1148
1303
  default: undefined;
@@ -1177,7 +1332,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1177
1332
  default: string;
1178
1333
  };
1179
1334
  origin: {
1180
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1335
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1336
+ * Событие выбора всех элементов
1337
+ * @type { boolean }
1338
+ */
1181
1339
  default: string;
1182
1340
  };
1183
1341
  offset: {
@@ -1280,6 +1438,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1280
1438
  type: PropType<Record<string, unknown>>;
1281
1439
  default: () => {};
1282
1440
  };
1441
+ noClickAnimation: {
1442
+ type: PropType<boolean>;
1443
+ default: boolean;
1444
+ };
1283
1445
  absolute: {
1284
1446
  type: PropType<boolean>;
1285
1447
  default: boolean;
@@ -1323,7 +1485,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1323
1485
  default: string;
1324
1486
  };
1325
1487
  origin: {
1326
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1488
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1489
+ * Событие выбора всех элементов
1490
+ * @type { boolean }
1491
+ */
1327
1492
  default: string;
1328
1493
  };
1329
1494
  offset: {
@@ -1426,22 +1591,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
1426
1591
  type: PropType<Record<string, unknown>>;
1427
1592
  default: () => {};
1428
1593
  };
1594
+ noClickAnimation: {
1595
+ type: PropType<boolean>;
1596
+ default: boolean;
1597
+ };
1429
1598
  absolute: {
1430
1599
  type: PropType<boolean>;
1431
1600
  default: boolean;
1432
1601
  };
1433
1602
  }>> & {
1434
- onAfterLeave?: (() => any) | undefined;
1435
1603
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1436
1604
  "onClick:outside"?: ((event: MouseEvent) => any) | undefined;
1605
+ onAfterLeave?: (() => any) | undefined;
1437
1606
  }, {
1438
1607
  disabled: boolean;
1439
1608
  location: import('../../utils').TAnchor;
1609
+ modelValue: boolean;
1610
+ eager: boolean;
1440
1611
  transition: string | boolean | (import("vue").TransitionProps & {
1441
1612
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1442
1613
  });
1443
- origin: import('../../utils').TAnchor | "auto" | "overlap";
1444
- modelValue: boolean;
1445
1614
  attach: string | boolean | Element;
1446
1615
  contained: boolean;
1447
1616
  persistent: boolean;
@@ -1450,6 +1619,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1450
1619
  zIndex: string | number;
1451
1620
  contentClasses: string | string[] | Record<string, boolean>;
1452
1621
  contentProps: Record<string, unknown>;
1622
+ noClickAnimation: boolean;
1453
1623
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
1454
1624
  activatorProps: Record<string, any>;
1455
1625
  openOnClick: boolean | undefined;
@@ -1461,9 +1631,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1461
1631
  locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1462
1632
  updateLocation: (event: Event) => void;
1463
1633
  } | undefined);
1634
+ origin: import('../../utils').TAnchor | "auto" | "overlap";
1464
1635
  offset: string | number | number[];
1465
1636
  scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
1466
- eager: boolean;
1467
1637
  height: string | number;
1468
1638
  width: string | number;
1469
1639
  maxHeight: string | number;
@@ -1538,7 +1708,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1538
1708
  default: string;
1539
1709
  };
1540
1710
  origin: {
1541
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1711
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1712
+ * Событие выбора всех элементов
1713
+ * @type { boolean }
1714
+ */
1542
1715
  default: string;
1543
1716
  };
1544
1717
  offset: {
@@ -1629,6 +1802,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1629
1802
  type: PropType<Record<string, unknown>>;
1630
1803
  default: () => {};
1631
1804
  };
1805
+ noClickAnimation: {
1806
+ type: PropType<boolean>;
1807
+ default: boolean;
1808
+ };
1632
1809
  id: {
1633
1810
  type: PropType<string>;
1634
1811
  default: undefined;
@@ -1637,13 +1814,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
1637
1814
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1638
1815
  }, {
1639
1816
  disabled: boolean;
1817
+ id: string;
1640
1818
  location: import('../../utils').TAnchor;
1819
+ modelValue: boolean;
1820
+ eager: boolean;
1641
1821
  transition: string | boolean | (import("vue").TransitionProps & {
1642
1822
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
1643
1823
  });
1644
- origin: import('../../utils').TAnchor | "auto" | "overlap";
1645
- id: string;
1646
- modelValue: boolean;
1647
1824
  attach: string | boolean | Element;
1648
1825
  contained: boolean;
1649
1826
  persistent: boolean;
@@ -1652,6 +1829,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1652
1829
  zIndex: string | number;
1653
1830
  contentClasses: string | string[] | Record<string, boolean>;
1654
1831
  contentProps: Record<string, unknown>;
1832
+ noClickAnimation: boolean;
1655
1833
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
1656
1834
  activatorProps: Record<string, any>;
1657
1835
  openOnClick: boolean | undefined;
@@ -1663,9 +1841,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1663
1841
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1664
1842
  updateLocation: (event: Event) => void;
1665
1843
  } | undefined)>;
1844
+ origin: import('../../utils').TAnchor | "auto" | "overlap";
1666
1845
  offset: string | number | number[];
1667
1846
  scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
1668
- eager: boolean;
1669
1847
  height: string | number;
1670
1848
  width: string | number;
1671
1849
  maxHeight: string | number;
@@ -1832,25 +2010,27 @@ declare const _sfc_main: import("vue").DefineComponent<{
1832
2010
  event: Event;
1833
2011
  }) => any) | undefined;
1834
2012
  }, {
1835
- dark: boolean;
1836
- required: boolean;
1837
- disabled: boolean;
1838
- tag: string;
1839
2013
  items: any[];
1840
2014
  itemTitle: import("../../composable").TItemKey;
1841
2015
  itemValue: import("../../composable").TItemKey;
1842
2016
  itemChildren: import("../../composable").TItemKey;
1843
2017
  itemProps: import("../../composable").TItemKey;
1844
2018
  returnObject: boolean;
2019
+ tag: string;
1845
2020
  size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2021
+ disabled: boolean;
2022
+ dark: boolean;
2023
+ required: boolean;
1846
2024
  selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
1847
2025
  openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
1848
2026
  lines: false | "one" | "two" | "three";
1849
2027
  }> | undefined>;
1850
2028
  inputProps: import("vue").Ref<{
1851
- readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
1852
- readonly disabled?: boolean | undefined;
1853
- readonly delimiters?: string[] | undefined;
2029
+ readonly multiple?: boolean | undefined;
2030
+ readonly openOnClear?: boolean | undefined;
2031
+ readonly hideSelected?: boolean | undefined;
2032
+ readonly hideNoData?: boolean | undefined;
2033
+ readonly isSelectAll?: boolean | undefined;
1854
2034
  readonly items?: any[] | undefined;
1855
2035
  readonly itemTitle?: import("../../composable").TItemKey | undefined;
1856
2036
  readonly itemValue?: import("../../composable").TItemKey | undefined;
@@ -1859,9 +2039,39 @@ declare const _sfc_main: import("vue").DefineComponent<{
1859
2039
  readonly itemProps?: import("../../composable").TItemKey | undefined;
1860
2040
  readonly returnObject?: boolean | undefined;
1861
2041
  readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2042
+ readonly disabled?: boolean | undefined;
2043
+ readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
2044
+ readonly delimiters?: string[] | undefined;
2045
+ readonly customFilter?: ((value: string, query: string, item?: any) => import("../../composable").TFilterMath) | undefined;
2046
+ readonly customKeyFilter?: {
2047
+ [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2048
+ } | undefined;
2049
+ readonly filterKeys?: NonNullable<string | string[]> | undefined;
2050
+ readonly filterMode?: ("every" | "some" | "union" | "intersection") | undefined;
2051
+ readonly noFilter?: boolean | undefined;
2052
+ readonly active?: boolean | undefined;
2053
+ readonly autofocus?: boolean | undefined;
1862
2054
  readonly error?: boolean | undefined;
1863
- readonly readonly?: boolean | undefined;
2055
+ readonly role?: string | undefined;
2056
+ readonly counter?: boolean | undefined;
2057
+ readonly clearable?: boolean | undefined;
2058
+ readonly persistentClearable?: boolean | undefined;
2059
+ readonly messages?: string | string[] | undefined;
2060
+ readonly persistentMessages?: boolean | undefined;
2061
+ readonly errorMessages?: string | string[] | undefined;
2062
+ readonly maxErrors?: string | number | undefined;
2063
+ readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
2064
+ 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>;
2065
+ })[] | undefined;
2066
+ readonly modelValue?: any;
2067
+ readonly validateOn?: "input" | "blur" | "submit" | undefined;
2068
+ readonly hideMessages?: boolean | undefined;
2069
+ readonly eager?: boolean | undefined;
1864
2070
  readonly loading?: boolean | undefined;
2071
+ readonly focused?: boolean | undefined;
2072
+ readonly readonly?: boolean | undefined;
2073
+ readonly menuProps?: any;
2074
+ readonly menuHeight?: string | number | undefined;
1865
2075
  readonly transition?: string | boolean | {
1866
2076
  name?: string | undefined;
1867
2077
  type?: ("transition" | "animation") | undefined;
@@ -2016,58 +2226,111 @@ declare const _sfc_main: import("vue").DefineComponent<{
2016
2226
  beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
2017
2227
  } | undefined;
2018
2228
  } | undefined;
2019
- readonly messages?: string | string[] | undefined;
2020
- readonly active?: boolean | undefined;
2021
- readonly persistentMessages?: boolean | undefined;
2022
- readonly errorMessages?: string | string[] | undefined;
2023
- readonly maxErrors?: string | number | undefined;
2024
- readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
2025
- 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>;
2026
- })[] | undefined;
2027
- readonly modelValue?: any;
2028
- readonly validateOn?: "input" | "blur" | "submit" | undefined;
2029
- readonly hideMessages?: boolean | undefined;
2030
- readonly focused?: boolean | undefined;
2031
- readonly autofocus?: boolean | undefined;
2032
- readonly counter?: boolean | undefined;
2033
- readonly clearable?: boolean | undefined;
2034
- readonly eager?: boolean | undefined;
2035
- readonly multiple?: boolean | undefined;
2036
- readonly openOnClear?: boolean | undefined;
2037
- readonly hideSelected?: boolean | undefined;
2038
- readonly noDataText?: string | undefined;
2039
- readonly hideNoData?: boolean | undefined;
2040
- readonly isSelectAll?: boolean | undefined;
2041
- readonly selectAllText?: string | undefined;
2042
- readonly customFilter?: ((value: string, query: string, item?: any) => import("../../composable").TFilterMath) | undefined;
2043
- readonly customKeyFilter?: {
2044
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2229
+ readonly listProps?: {
2230
+ items?: any[] | undefined;
2231
+ itemTitle?: import("../../composable").TItemKey | undefined;
2232
+ itemValue?: import("../../composable").TItemKey | undefined;
2233
+ itemChildren?: import("../../composable").TItemKey | undefined;
2234
+ itemProps?: import("../../composable").TItemKey | undefined;
2235
+ returnObject?: boolean | undefined;
2236
+ tag?: string | undefined;
2237
+ size?: NonNullable<"xs" | "sm" | "md" | "lg" | "xl"> | undefined;
2238
+ disabled?: boolean | undefined;
2239
+ dark?: boolean | undefined;
2240
+ required?: boolean | undefined;
2241
+ selectStrategy?: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp> | undefined;
2242
+ openStrategy?: "multiple" | "single" | "list" | {
2243
+ open: import("../../composable/nested/openStrategies").TOpenStrategyFn;
2244
+ select: import("../../composable/nested/openStrategies").TOpenSelectStrategyFn;
2245
+ } | undefined;
2246
+ readonly opened?: unknown[] | undefined;
2247
+ readonly selected?: unknown[] | undefined;
2248
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2249
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2250
+ "onClick:open"?: ((value: {
2251
+ id: unknown;
2252
+ value: boolean;
2253
+ path: unknown[];
2254
+ event: Event;
2255
+ }) => any) | undefined;
2256
+ "onClick:select"?: ((value: {
2257
+ id: unknown;
2258
+ value: boolean;
2259
+ path: unknown[];
2260
+ event: Event;
2261
+ }) => any) | undefined;
2262
+ lines?: false | "one" | "two" | "three" | undefined;
2045
2263
  } | undefined;
2046
- readonly filterKeys?: NonNullable<string | string[]> | undefined;
2047
- readonly filterMode?: ("every" | "some" | "union" | "intersection") | undefined;
2048
- readonly noFilter?: boolean | undefined;
2049
- readonly menuProps?: any;
2050
- readonly menuHeight?: string | number | undefined;
2051
- readonly name?: string | undefined;
2052
2264
  readonly description?: string | undefined;
2053
- readonly menu?: boolean | undefined;
2054
- 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;
2055
- 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;
2265
+ readonly name?: string | undefined;
2056
2266
  readonly id?: string | undefined;
2057
- readonly label?: string | undefined;
2058
- readonly validationValue?: any;
2059
- readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2060
- readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2061
2267
  readonly prefix?: string | undefined;
2062
2268
  readonly suffix?: string | undefined;
2063
- 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;
2064
- 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;
2269
+ 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;
2270
+ readonly menu?: boolean | undefined;
2271
+ 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;
2065
2272
  readonly placeholder?: string | undefined;
2066
2273
  readonly limit?: number | undefined;
2067
2274
  readonly 'onClick:prependInner'?: ((...args: any[]) => any) | undefined;
2068
2275
  readonly 'onClick:appendInner'?: ((...args: any[]) => any) | undefined;
2069
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2276
+ readonly label?: string | undefined;
2277
+ readonly validationValue?: any;
2278
+ readonly locale?: "ru" | "en" | {
2279
+ notification: {
2280
+ closeLabel?: string | undefined;
2281
+ };
2282
+ table: {
2283
+ filterTitle?: string | undefined;
2284
+ filterConfirm?: any;
2285
+ filterReset?: any;
2286
+ filterEmptyText?: any;
2287
+ filterCheckAll?: any;
2288
+ filterSearchPlaceholder?: any;
2289
+ emptyText?: any;
2290
+ selectAll?: any;
2291
+ selectNone?: any;
2292
+ selectInvert?: any;
2293
+ selectionAll?: any;
2294
+ sortTitle?: string | undefined;
2295
+ expand?: string | undefined;
2296
+ collapse?: string | undefined;
2297
+ triggerDesc?: string | undefined;
2298
+ triggerAsc?: string | undefined;
2299
+ cancelSort?: string | undefined;
2300
+ };
2301
+ date: {
2302
+ days: string[];
2303
+ daysShort: string[];
2304
+ months: string[];
2305
+ monthsLong: string[];
2306
+ monthsShort: string[];
2307
+ firstDayOfWeek: number;
2308
+ format24h: boolean;
2309
+ pluralDay: (day?: number | undefined) => string;
2310
+ };
2311
+ container: {
2312
+ prev?: string | undefined;
2313
+ next?: string | undefined;
2314
+ };
2315
+ uploader: {
2316
+ uploading?: string | undefined;
2317
+ uploadFile?: string | undefined;
2318
+ downloadFile?: string | undefined;
2319
+ removeFile?: string | undefined;
2320
+ uploadError?: string | undefined;
2321
+ previewFile?: string | undefined;
2322
+ };
2323
+ dropdown: {
2324
+ noData: string;
2325
+ selectAll: string;
2326
+ };
2327
+ } | undefined;
2328
+ 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;
2329
+ 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;
2330
+ readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2331
+ readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2070
2332
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2333
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2071
2334
  readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2072
2335
  readonly "onUpdate:search"?: ((value: string) => any) | undefined;
2073
2336
  readonly "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
@@ -2086,6 +2349,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2086
2349
  'cds-combobox--selected': number;
2087
2350
  'cds-combobox--selecting-index': boolean;
2088
2351
  }>;
2352
+ comboboxLocale: {
2353
+ noData: string;
2354
+ selectAll: string;
2355
+ };
2089
2356
  select: (item: IInternalItem) => void;
2090
2357
  selectAll: () => void;
2091
2358
  mergeItemProps: (item: IInternalItem) => {
@@ -2182,6 +2449,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2182
2449
  type: PropType<boolean>;
2183
2450
  default: boolean;
2184
2451
  };
2452
+ locale: {
2453
+ type: PropType<"ru" | "en" | import("../../locale").ILocale>;
2454
+ default: undefined;
2455
+ };
2185
2456
  menu: {
2186
2457
  type: PropType<boolean | undefined>;
2187
2458
  default: undefined;
@@ -2207,14 +2478,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
2207
2478
  default: undefined;
2208
2479
  };
2209
2480
  prependIcon: {
2210
- type: 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">;
2481
+ type: 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">;
2211
2482
  default: undefined;
2212
- 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;
2483
+ 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;
2213
2484
  };
2214
2485
  appendIcon: {
2215
- type: 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">;
2486
+ type: 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">;
2216
2487
  default: undefined;
2217
- 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;
2488
+ 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;
2218
2489
  };
2219
2490
  error: {
2220
2491
  type: PropType<boolean>;
@@ -2230,16 +2501,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
2230
2501
  };
2231
2502
  name: {
2232
2503
  type: PropType<string | undefined>;
2233
- default: undefined; /**
2234
- * Событие открытия меню
2235
- * @type { boolean }
2236
- */
2504
+ default: undefined;
2237
2505
  };
2238
2506
  rules: {
2239
2507
  type: PropType<import("../../composable").TValidationRule[]>;
2240
2508
  default: () => never[];
2241
2509
  };
2242
2510
  modelValue: {
2511
+ /**
2512
+ * Событие при вводе значения в поле
2513
+ * @type { string }
2514
+ */
2243
2515
  type: PropType<any>;
2244
2516
  default: null;
2245
2517
  };
@@ -2298,19 +2570,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
2298
2570
  default: undefined;
2299
2571
  };
2300
2572
  prependInnerIcon: {
2301
- type: 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">;
2573
+ type: 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">;
2302
2574
  default: undefined;
2303
- 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;
2575
+ 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;
2304
2576
  };
2305
2577
  appendInnerIcon: {
2306
- type: 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">;
2578
+ type: 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">;
2307
2579
  default: undefined;
2308
- 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;
2580
+ 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;
2309
2581
  };
2310
2582
  type: {
2311
- type: PropType<"number" | "text" | "password" | "email" | "tel" | "url">;
2583
+ type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
2584
+ default: string;
2585
+ validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
2586
+ };
2587
+ role: Omit<{
2588
+ type: PropType<string>;
2589
+ default: undefined;
2590
+ }, "default" | "type"> & {
2591
+ type: PropType<string>;
2312
2592
  default: string;
2313
- validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
2314
2593
  };
2315
2594
  placeholder: {
2316
2595
  type: PropType<string>;
@@ -2328,6 +2607,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2328
2607
  type: PropType<boolean>;
2329
2608
  default: boolean;
2330
2609
  };
2610
+ persistentClearable: {
2611
+ type: PropType<boolean>;
2612
+ default: boolean;
2613
+ };
2331
2614
  'onClick:prependInner': {
2332
2615
  type: PropType<(...args: any[]) => any>;
2333
2616
  default: undefined;
@@ -2373,10 +2656,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2373
2656
  type: PropType<boolean>;
2374
2657
  default: boolean;
2375
2658
  };
2376
- noDataText: {
2377
- type: PropType<string>;
2378
- default: string;
2379
- };
2380
2659
  hideNoData: Omit<{
2381
2660
  type: PropType<boolean>;
2382
2661
  default: boolean;
@@ -2388,9 +2667,101 @@ declare const _sfc_main: import("vue").DefineComponent<{
2388
2667
  type: PropType<boolean>;
2389
2668
  default: boolean;
2390
2669
  };
2391
- selectAllText: {
2392
- type: PropType<string>;
2393
- default: string;
2670
+ listProps: {
2671
+ type: PropType<Omit<Partial<{
2672
+ items: any[];
2673
+ itemTitle: import("../../composable").TItemKey;
2674
+ itemValue: import("../../composable").TItemKey;
2675
+ itemChildren: import("../../composable").TItemKey;
2676
+ itemProps: import("../../composable").TItemKey;
2677
+ returnObject: boolean;
2678
+ tag: string;
2679
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2680
+ disabled: boolean;
2681
+ dark: boolean;
2682
+ required: boolean;
2683
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2684
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2685
+ lines: false | "one" | "two" | "three";
2686
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2687
+ selectStrategy: {
2688
+ type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2689
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2690
+ };
2691
+ openStrategy: {
2692
+ type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2693
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2694
+ };
2695
+ opened: PropType<unknown[]>;
2696
+ selected: PropType<unknown[]>;
2697
+ required: BooleanConstructor;
2698
+ dark: {
2699
+ type: PropType<boolean>;
2700
+ default: boolean;
2701
+ };
2702
+ disabled: {
2703
+ type: PropType<boolean>;
2704
+ default: boolean;
2705
+ };
2706
+ size: Omit<{
2707
+ type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
2708
+ default: string;
2709
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
2710
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
2711
+ }, "default" | "type"> & {
2712
+ type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
2713
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2714
+ };
2715
+ tag: {
2716
+ type: PropType<string>;
2717
+ default: string;
2718
+ description: string;
2719
+ };
2720
+ items: {
2721
+ type: PropType<any[]>;
2722
+ default: () => never[];
2723
+ };
2724
+ itemTitle: {
2725
+ type: PropType<import("../../composable").TItemKey>;
2726
+ default: string;
2727
+ };
2728
+ itemValue: {
2729
+ type: PropType<import("../../composable").TItemKey>;
2730
+ default: string;
2731
+ };
2732
+ itemChildren: {
2733
+ type: PropType<import("../../composable").TItemKey>;
2734
+ default: string;
2735
+ };
2736
+ itemProps: {
2737
+ type: PropType<import("../../composable").TItemKey>;
2738
+ default: string;
2739
+ };
2740
+ returnObject: {
2741
+ type: PropType<boolean>;
2742
+ default: boolean;
2743
+ };
2744
+ lines: {
2745
+ type: PropType<false | "one" | "two" | "three">;
2746
+ default: string;
2747
+ };
2748
+ }>> & {
2749
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2750
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2751
+ "onClick:open"?: ((value: {
2752
+ id: unknown;
2753
+ value: boolean;
2754
+ path: unknown[];
2755
+ event: Event;
2756
+ }) => any) | undefined;
2757
+ "onClick:select"?: ((value: {
2758
+ id: unknown;
2759
+ value: boolean;
2760
+ path: unknown[];
2761
+ event: Event;
2762
+ }) => any) | undefined;
2763
+ } & 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>>;
2764
+ default: undefined;
2394
2765
  };
2395
2766
  /**
2396
2767
  * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
@@ -2400,17 +2771,110 @@ declare const _sfc_main: import("vue").DefineComponent<{
2400
2771
  default: () => never[];
2401
2772
  };
2402
2773
  }>> & {
2403
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2404
2774
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2775
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2405
2776
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2406
2777
  "onUpdate:search"?: ((value: string) => any) | undefined;
2407
2778
  "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
2408
2779
  }, {
2409
- name: string | undefined;
2410
- type: "number" | "text" | "password" | "email" | "tel" | "url";
2411
- description: string;
2412
- disabled: boolean;
2413
- delimiters: string[];
2780
+ multiple: boolean;
2781
+ openOnClear: boolean;
2782
+ hideSelected: boolean;
2783
+ hideNoData: boolean;
2784
+ isSelectAll: boolean;
2785
+ listProps: Omit<Partial<{
2786
+ items: any[];
2787
+ itemTitle: import("../../composable").TItemKey;
2788
+ itemValue: import("../../composable").TItemKey;
2789
+ itemChildren: import("../../composable").TItemKey;
2790
+ itemProps: import("../../composable").TItemKey;
2791
+ returnObject: boolean;
2792
+ tag: string;
2793
+ size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2794
+ disabled: boolean;
2795
+ dark: boolean;
2796
+ required: boolean;
2797
+ selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2798
+ openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2799
+ lines: false | "one" | "two" | "three";
2800
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2801
+ selectStrategy: {
2802
+ type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
2803
+ default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
2804
+ };
2805
+ openStrategy: {
2806
+ type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
2807
+ default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
2808
+ };
2809
+ opened: PropType<unknown[]>;
2810
+ selected: PropType<unknown[]>;
2811
+ required: BooleanConstructor;
2812
+ dark: {
2813
+ type: PropType<boolean>;
2814
+ default: boolean;
2815
+ };
2816
+ disabled: {
2817
+ type: PropType<boolean>;
2818
+ default: boolean;
2819
+ };
2820
+ size: Omit<{
2821
+ type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
2822
+ default: string;
2823
+ available: readonly ["xs", "sm", "md", "lg", "xl"];
2824
+ validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
2825
+ }, "default" | "type"> & {
2826
+ type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
2827
+ default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
2828
+ };
2829
+ tag: {
2830
+ type: PropType<string>;
2831
+ default: string;
2832
+ description: string;
2833
+ };
2834
+ items: {
2835
+ type: PropType<any[]>;
2836
+ default: () => never[];
2837
+ };
2838
+ itemTitle: {
2839
+ type: PropType<import("../../composable").TItemKey>;
2840
+ default: string;
2841
+ };
2842
+ itemValue: {
2843
+ type: PropType<import("../../composable").TItemKey>;
2844
+ default: string;
2845
+ };
2846
+ itemChildren: {
2847
+ type: PropType<import("../../composable").TItemKey>;
2848
+ default: string;
2849
+ };
2850
+ itemProps: {
2851
+ type: PropType<import("../../composable").TItemKey>;
2852
+ default: string;
2853
+ };
2854
+ returnObject: {
2855
+ type: PropType<boolean>;
2856
+ default: boolean;
2857
+ };
2858
+ lines: {
2859
+ type: PropType<false | "one" | "two" | "three">;
2860
+ default: string;
2861
+ };
2862
+ }>> & {
2863
+ "onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
2864
+ "onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
2865
+ "onClick:open"?: ((value: {
2866
+ id: unknown;
2867
+ value: boolean;
2868
+ path: unknown[];
2869
+ event: Event;
2870
+ }) => any) | undefined;
2871
+ "onClick:select"?: ((value: {
2872
+ id: unknown;
2873
+ value: boolean;
2874
+ path: unknown[];
2875
+ event: Event;
2876
+ }) => any) | undefined;
2877
+ } & 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>;
2414
2878
  items: any[];
2415
2879
  itemTitle: import("../../composable").TItemKey;
2416
2880
  itemValue: import("../../composable").TItemKey;
@@ -2418,20 +2882,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
2418
2882
  itemChildren: import("../../composable").TItemKey;
2419
2883
  itemProps: import("../../composable").TItemKey;
2420
2884
  returnObject: boolean;
2885
+ description: string;
2421
2886
  size: "xs" | "sm" | "md" | "lg" | "xl";
2887
+ disabled: boolean;
2888
+ type: "number" | "password" | "text" | "email" | "tel" | "url";
2889
+ name: string | undefined;
2890
+ id: string;
2891
+ delimiters: string[];
2892
+ customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2893
+ customKeyFilter: {
2894
+ [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2895
+ };
2896
+ filterKeys: NonNullable<string | string[]>;
2897
+ filterMode: "every" | "some" | "union" | "intersection";
2898
+ noFilter: boolean;
2899
+ active: boolean;
2900
+ autofocus: boolean;
2901
+ prefix: string;
2902
+ suffix: string;
2903
+ 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";
2422
2904
  error: boolean;
2423
2905
  menu: boolean | undefined;
2424
- 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";
2425
- 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";
2426
- readonly: boolean;
2427
- loading: boolean;
2428
- transition: string | boolean | (import("vue").TransitionProps & {
2429
- component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2430
- });
2431
- messages: string | string[];
2432
- active: boolean;
2433
- id: string;
2906
+ 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";
2907
+ role: string;
2908
+ placeholder: string;
2909
+ counter: boolean;
2910
+ limit: number;
2911
+ clearable: boolean;
2912
+ persistentClearable: boolean;
2913
+ 'onClick:prependInner': (...args: any[]) => any;
2914
+ 'onClick:appendInner': (...args: any[]) => any;
2434
2915
  label: string;
2916
+ messages: string | string[];
2435
2917
  persistentMessages: boolean;
2436
2918
  errorMessages: string | string[];
2437
2919
  maxErrors: string | number;
@@ -2440,36 +2922,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
2440
2922
  validateOn: "input" | "blur" | "submit";
2441
2923
  validationValue: any;
2442
2924
  hideMessages: boolean;
2443
- focused: boolean;
2925
+ locale: "ru" | "en" | import("../../locale").ILocale;
2926
+ 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";
2927
+ 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";
2444
2928
  'onClick:prepend': (...args: any[]) => any;
2445
2929
  'onClick:append': (...args: any[]) => any;
2446
- autofocus: boolean;
2447
- prefix: string;
2448
- suffix: string;
2449
- 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";
2450
- 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";
2451
- placeholder: string;
2452
- counter: boolean;
2453
- limit: number;
2454
- clearable: boolean;
2455
- 'onClick:prependInner': (...args: any[]) => any;
2456
- 'onClick:appendInner': (...args: any[]) => any;
2457
2930
  eager: boolean;
2458
- multiple: boolean;
2459
- openOnClear: boolean;
2460
- hideSelected: boolean;
2461
- noDataText: string;
2462
- hideNoData: boolean;
2463
- isSelectAll: boolean;
2464
- selectAllText: string;
2465
- customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2466
- customKeyFilter: {
2467
- [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2468
- };
2469
- filterKeys: NonNullable<string | string[]>;
2470
- filterMode: "every" | "some" | "union" | "intersection";
2471
- noFilter: boolean;
2931
+ loading: boolean;
2932
+ focused: boolean;
2933
+ readonly: boolean;
2472
2934
  menuProps: any;
2473
2935
  menuHeight: string | number;
2936
+ transition: string | boolean | (import("vue").TransitionProps & {
2937
+ component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2938
+ });
2474
2939
  }>;
2475
2940
  export default _sfc_main;