@central-design-system/components 3.0.0-beta.7 → 3.0.0-beta.8

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.
@@ -74,7 +74,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
74
74
  default: boolean;
75
75
  };
76
76
  'onClick:prepend': {
77
- type: PropType<(...args: any[]) => any>;
77
+ type: PropType<(...args: any[]) => any>; /**
78
+ * При поиске будет сразу выбирать первый найденный вариант
79
+ */
78
80
  default: undefined;
79
81
  };
80
82
  'onClick:append': {
@@ -184,7 +186,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
184
186
  appendInnerIcon: {
185
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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
186
188
  default: undefined;
187
- 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean; /**
190
+ * Событие при изменении значения (v-model)
191
+ * @type { any }
192
+ */
188
193
  };
189
194
  type: {
190
195
  type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
@@ -249,9 +254,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
249
254
  };
250
255
  noFilter: {
251
256
  type: PropType<boolean>;
252
- default: boolean; /**
253
- * Текстовое значение поиска для фильтрации данные
254
- */
257
+ default: boolean;
255
258
  };
256
259
  multiple: {
257
260
  type: PropType<boolean>;
@@ -373,6 +376,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
373
376
  } & 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>>;
374
377
  default: undefined;
375
378
  };
379
+ menuIcon: {
380
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
381
+ default: string;
382
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
383
+ };
376
384
  /**
377
385
  * Текстовое значение поиска для фильтрации данные
378
386
  */
@@ -487,7 +495,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
487
495
  default: boolean;
488
496
  };
489
497
  'onClick:prepend': {
490
- type: PropType<(...args: any[]) => any>;
498
+ type: PropType<(...args: any[]) => any>; /**
499
+ * При поиске будет сразу выбирать первый найденный вариант
500
+ */
491
501
  default: undefined;
492
502
  };
493
503
  'onClick:append': {
@@ -597,7 +607,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
597
607
  appendInnerIcon: {
598
608
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
599
609
  default: undefined;
600
- 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
610
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean; /**
611
+ * Событие при изменении значения (v-model)
612
+ * @type { any }
613
+ */
601
614
  };
602
615
  type: {
603
616
  type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
@@ -662,9 +675,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
662
675
  };
663
676
  noFilter: {
664
677
  type: PropType<boolean>;
665
- default: boolean; /**
666
- * Текстовое значение поиска для фильтрации данные
667
- */
678
+ default: boolean;
668
679
  };
669
680
  multiple: {
670
681
  type: PropType<boolean>;
@@ -786,6 +797,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
786
797
  } & 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>>;
787
798
  default: undefined;
788
799
  };
800
+ menuIcon: {
801
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
802
+ default: string;
803
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
804
+ };
789
805
  /**
790
806
  * Текстовое значение поиска для фильтрации данные
791
807
  */
@@ -920,6 +936,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
920
936
  type: "number" | "password" | "text" | "email" | "tel" | "url";
921
937
  name: string | undefined;
922
938
  id: string;
939
+ menuIcon: "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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
940
+ error: boolean;
941
+ menu: boolean | undefined;
923
942
  customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
924
943
  customKeyFilter: {
925
944
  [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
@@ -932,8 +951,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
932
951
  prefix: string;
933
952
  suffix: string;
934
953
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
935
- error: boolean;
936
- menu: boolean | undefined;
937
954
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
938
955
  role: string;
939
956
  placeholder: string;
@@ -14,9 +14,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
14
14
  * Число для счетчика
15
15
  */
16
16
  count: {
17
- type: PropType<string | number>;
18
- required: true;
19
- default: number;
17
+ type: PropType<string | number | undefined>;
18
+ default: undefined;
20
19
  };
21
20
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
21
  variant: {
@@ -32,13 +31,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
32
31
  * Число для счетчика
33
32
  */
34
33
  count: {
35
- type: PropType<string | number>;
36
- required: true;
37
- default: number;
34
+ type: PropType<string | number | undefined>;
35
+ default: undefined;
38
36
  };
39
37
  }>>, {
40
38
  dark: boolean;
41
39
  variant: any;
42
- count: string | number;
40
+ count: string | number | undefined;
43
41
  }>;
44
42
  export default _sfc_main;
@@ -1,3 +1,4 @@
1
+ import { noop } from '../../utils';
1
2
  import type { PropType } from 'vue';
2
3
  import type { IInternalItem } from '../../composable';
3
4
  export declare const componentName = "CdsCombobox";
@@ -14,7 +15,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
14
15
  default: () => never[];
15
16
  };
16
17
  itemTitle: {
17
- type: PropType<import("../../composable").TItemKey>;
18
+ type: PropType<import("../../composable").TItemKey>; /**
19
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
20
+ */
18
21
  default: string;
19
22
  };
20
23
  itemValue: {
@@ -117,10 +120,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
117
120
  default: () => never[];
118
121
  };
119
122
  modelValue: {
120
- /**
121
- * Событие при вводе значения в поле
122
- * @type { string }
123
- */
124
123
  type: PropType<any>;
125
124
  default: null;
126
125
  };
@@ -335,7 +334,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
335
334
  default: () => never[];
336
335
  };
337
336
  itemTitle: {
338
- type: PropType<import("../../composable").TItemKey>;
337
+ type: PropType<import("../../composable").TItemKey>; /**
338
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
339
+ */
339
340
  default: string;
340
341
  };
341
342
  itemValue: {
@@ -376,6 +377,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
376
377
  } & 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>>;
377
378
  default: undefined;
378
379
  };
380
+ menuIcon: {
381
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
382
+ default: string;
383
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
384
+ };
379
385
  /**
380
386
  * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
381
387
  */
@@ -461,10 +467,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
461
467
  default: () => never[];
462
468
  };
463
469
  modelValue: {
464
- /**
465
- * Событие при вводе значения в поле
466
- * @type { string }
467
- */
468
470
  type: PropType<any>;
469
471
  default: null;
470
472
  };
@@ -618,10 +620,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
618
620
  default: () => never[];
619
621
  };
620
622
  modelValue: {
621
- /**
622
- * Событие при вводе значения в поле
623
- * @type { string }
624
- */
625
623
  type: PropType<any>;
626
624
  default: null;
627
625
  };
@@ -717,10 +715,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
717
715
  default: () => never[];
718
716
  };
719
717
  modelValue: {
720
- /**
721
- * Событие при вводе значения в поле
722
- * @type { string }
723
- */
724
718
  type: PropType<any>;
725
719
  default: null;
726
720
  };
@@ -805,9 +799,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
805
799
  readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
806
800
  readonly disabled?: boolean | undefined;
807
801
  readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
802
+ readonly error?: boolean | undefined;
808
803
  readonly active?: boolean | undefined;
809
804
  readonly autofocus?: boolean | undefined;
810
- readonly error?: boolean | undefined;
811
805
  readonly counter?: boolean | undefined;
812
806
  readonly clearable?: boolean | undefined;
813
807
  readonly persistentClearable?: boolean | undefined;
@@ -958,10 +952,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
958
952
  default: () => never[];
959
953
  };
960
954
  modelValue: {
961
- /**
962
- * Событие при вводе значения в поле
963
- * @type { string }
964
- */
965
955
  type: PropType<any>;
966
956
  default: null;
967
957
  };
@@ -1084,12 +1074,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
1084
1074
  type: "number" | "password" | "text" | "email" | "tel" | "url";
1085
1075
  name: string | undefined;
1086
1076
  id: string;
1077
+ error: boolean;
1087
1078
  active: boolean;
1088
1079
  autofocus: boolean;
1089
1080
  prefix: string;
1090
1081
  suffix: string;
1091
1082
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
1092
- error: boolean;
1093
1083
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
1094
1084
  role: string;
1095
1085
  placeholder: string;
@@ -1146,7 +1136,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1146
1136
  default: string;
1147
1137
  };
1148
1138
  minWidth: {
1149
- type: PropType<string | number>;
1139
+ type: PropType<string | number>; /**
1140
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1141
+ */
1150
1142
  default: string;
1151
1143
  };
1152
1144
  eager: {
@@ -1214,10 +1206,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
1214
1206
  default: undefined;
1215
1207
  };
1216
1208
  openOnHover: {
1217
- type: PropType<boolean>;
1209
+ type: PropType<boolean>; /**
1210
+ * Событие при фокусе
1211
+ * @type { boolean }
1212
+ */
1218
1213
  default: boolean;
1219
1214
  };
1220
1215
  openOnFocus: {
1216
+ /**
1217
+ * Событие при изменении значения (v-model)
1218
+ * @type { any }
1219
+ */
1221
1220
  type: PropType<boolean | undefined>;
1222
1221
  default: undefined;
1223
1222
  };
@@ -1310,7 +1309,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1310
1309
  default: string;
1311
1310
  };
1312
1311
  minWidth: {
1313
- type: PropType<string | number>;
1312
+ type: PropType<string | number>; /**
1313
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1314
+ */
1314
1315
  default: string;
1315
1316
  };
1316
1317
  eager: {
@@ -1378,10 +1379,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
1378
1379
  default: undefined;
1379
1380
  };
1380
1381
  openOnHover: {
1381
- type: PropType<boolean>;
1382
+ type: PropType<boolean>; /**
1383
+ * Событие при фокусе
1384
+ * @type { boolean }
1385
+ */
1382
1386
  default: boolean;
1383
1387
  };
1384
1388
  openOnFocus: {
1389
+ /**
1390
+ * Событие при изменении значения (v-model)
1391
+ * @type { any }
1392
+ */
1385
1393
  type: PropType<boolean | undefined>;
1386
1394
  default: undefined;
1387
1395
  };
@@ -1523,7 +1531,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1523
1531
  default: () => never[];
1524
1532
  };
1525
1533
  itemTitle: {
1526
- type: PropType<import("../../composable").TItemKey>;
1534
+ type: PropType<import("../../composable").TItemKey>; /**
1535
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1536
+ */
1527
1537
  default: string;
1528
1538
  };
1529
1539
  itemValue: {
@@ -1600,7 +1610,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1600
1610
  default: () => never[];
1601
1611
  };
1602
1612
  itemTitle: {
1603
- type: PropType<import("../../composable").TItemKey>;
1613
+ type: PropType<import("../../composable").TItemKey>; /**
1614
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1615
+ */
1604
1616
  default: string;
1605
1617
  };
1606
1618
  itemValue: {
@@ -1672,6 +1684,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
1672
1684
  readonly disabled?: boolean | undefined;
1673
1685
  readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
1674
1686
  readonly delimiters?: string[] | undefined;
1687
+ readonly menuIcon?: "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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
1688
+ readonly error?: boolean | undefined;
1675
1689
  readonly customFilter?: ((value: string, query: string, item?: any) => import("../../composable").TFilterMath) | undefined;
1676
1690
  readonly customKeyFilter?: {
1677
1691
  [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
@@ -1681,7 +1695,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
1681
1695
  readonly noFilter?: boolean | undefined;
1682
1696
  readonly active?: boolean | undefined;
1683
1697
  readonly autofocus?: boolean | undefined;
1684
- readonly error?: boolean | undefined;
1685
1698
  readonly role?: string | undefined;
1686
1699
  readonly counter?: boolean | undefined;
1687
1700
  readonly clearable?: boolean | undefined;
@@ -1894,10 +1907,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
1894
1907
  readonly description?: string | undefined;
1895
1908
  readonly name?: string | undefined;
1896
1909
  readonly id?: string | undefined;
1910
+ readonly menu?: boolean | undefined;
1897
1911
  readonly prefix?: string | undefined;
1898
1912
  readonly suffix?: string | undefined;
1899
1913
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
1900
- readonly menu?: boolean | undefined;
1901
1914
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
1902
1915
  readonly placeholder?: string | undefined;
1903
1916
  readonly limit?: number | undefined;
@@ -1984,6 +1997,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1984
1997
  noData: string;
1985
1998
  selectAll: string;
1986
1999
  };
2000
+ noop: typeof noop;
1987
2001
  select: (item: IInternalItem) => void;
1988
2002
  selectAll: () => void;
1989
2003
  mergeItemProps: (item: IInternalItem) => {
@@ -1995,6 +2009,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1995
2009
  onFocusout: (event: FocusEvent) => void;
1996
2010
  onAfterLeave: () => void;
1997
2011
  onMousedownControl: () => void;
2012
+ onMousedownMenuIcon: (event: MouseEvent) => void;
1998
2013
  onInputModelValue: (value: string) => void;
1999
2014
  getMatches: (item: IInternalItem<any>) => Record<string, import("../../composable").TFilterMath> | undefined;
2000
2015
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -2036,7 +2051,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2036
2051
  default: () => never[];
2037
2052
  };
2038
2053
  itemTitle: {
2039
- type: PropType<import("../../composable").TItemKey>;
2054
+ type: PropType<import("../../composable").TItemKey>; /**
2055
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
2056
+ */
2040
2057
  default: string;
2041
2058
  };
2042
2059
  itemValue: {
@@ -2139,10 +2156,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2139
2156
  default: () => never[];
2140
2157
  };
2141
2158
  modelValue: {
2142
- /**
2143
- * Событие при вводе значения в поле
2144
- * @type { string }
2145
- */
2146
2159
  type: PropType<any>;
2147
2160
  default: null;
2148
2161
  };
@@ -2357,7 +2370,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2357
2370
  default: () => never[];
2358
2371
  };
2359
2372
  itemTitle: {
2360
- type: PropType<import("../../composable").TItemKey>;
2373
+ type: PropType<import("../../composable").TItemKey>; /**
2374
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
2375
+ */
2361
2376
  default: string;
2362
2377
  };
2363
2378
  itemValue: {
@@ -2398,6 +2413,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
2398
2413
  } & 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>>;
2399
2414
  default: undefined;
2400
2415
  };
2416
+ menuIcon: {
2417
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
2418
+ default: string;
2419
+ 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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
2420
+ };
2401
2421
  /**
2402
2422
  * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
2403
2423
  */
@@ -2472,7 +2492,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2472
2492
  default: () => never[];
2473
2493
  };
2474
2494
  itemTitle: {
2475
- type: PropType<import("../../composable").TItemKey>;
2495
+ type: PropType<import("../../composable").TItemKey>; /**
2496
+ * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
2497
+ */
2476
2498
  default: string;
2477
2499
  };
2478
2500
  itemValue: {
@@ -2525,6 +2547,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2525
2547
  name: string | undefined;
2526
2548
  id: string;
2527
2549
  delimiters: string[];
2550
+ menuIcon: "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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2551
+ error: boolean;
2552
+ menu: boolean | undefined;
2528
2553
  customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
2529
2554
  customKeyFilter: {
2530
2555
  [x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
@@ -2537,8 +2562,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2537
2562
  prefix: string;
2538
2563
  suffix: string;
2539
2564
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2540
- error: boolean;
2541
- menu: boolean | undefined;
2542
2565
  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" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "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" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
2543
2566
  role: string;
2544
2567
  placeholder: string;