@central-design-system/components 3.0.0-alpha.1 → 3.0.0-alpha.2

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 (73) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.d.ts +9 -3
  3. package/dist/cds.es.js +6618 -3541
  4. package/dist/cds.umd.js +1 -1
  5. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.vue.d.ts +64 -0
  6. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbsItem.vue.d.ts +54 -0
  7. package/dist/components/CdsBreadcrumbs/index.d.ts +2 -0
  8. package/dist/components/CdsButton/CdsButton.vue.d.ts +13 -13
  9. package/dist/components/CdsButton/index.d.ts +1 -0
  10. package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +36 -20
  11. package/dist/components/CdsCheckbox/CdsCheckboxGroup.vue.d.ts +34 -12
  12. package/dist/components/CdsCheckbox/index.d.ts +2 -0
  13. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +2454 -0
  14. package/dist/components/CdsCombobox/composable/highlight.d.ts +12 -0
  15. package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +246 -0
  16. package/dist/components/CdsDatePicker/composable/calendar.d.ts +315 -0
  17. package/dist/components/CdsDatePicker/composable/index.d.ts +1 -0
  18. package/dist/components/CdsDrawer/CdsDrawer.vue.d.ts +2 -2
  19. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +2317 -0
  20. package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +54 -0
  21. package/dist/components/CdsGrid/CdsCol.vue.d.ts +1 -1
  22. package/dist/components/CdsIcon/CdsIcon.vue.d.ts +3 -3
  23. package/dist/components/CdsInput/CdsInput.vue.d.ts +21 -21
  24. package/dist/components/CdsLink/CdsLink.vue.d.ts +1 -1
  25. package/dist/components/CdsLink/index.d.ts +1 -0
  26. package/dist/components/CdsList/CdsList.vue.d.ts +9 -1
  27. package/dist/components/CdsList/CdsListGroup.vue.d.ts +8 -8
  28. package/dist/components/CdsList/CdsListItem.vue.d.ts +20 -23
  29. package/dist/components/CdsLoader/CdsLoader.vue.d.ts +1 -1
  30. package/dist/components/CdsMenu/CdsMenu.vue.d.ts +111 -22
  31. package/dist/components/CdsMenu/index.d.ts +1 -0
  32. package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +32 -19
  33. package/dist/components/CdsOverlay/index.d.ts +1 -0
  34. package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +34 -12
  35. package/dist/components/CdsRadioButton/CdsRadioButton.vue.d.ts +34 -12
  36. package/dist/components/CdsSelect/CdsSelect.vue.d.ts +133 -75
  37. package/dist/components/CdsSidebar/CdsSidebar.vue.d.ts +9 -14
  38. package/dist/components/CdsStages/CdsStages.vue.d.ts +2 -2
  39. package/dist/components/CdsTag/CdsTag.vue.d.ts +2 -4
  40. package/dist/components/CdsTag/index.d.ts +1 -0
  41. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +116 -74
  42. package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +120 -60
  43. package/dist/components/CdsTextInput/index.d.ts +1 -0
  44. package/dist/components/index.d.ts +7 -1
  45. package/dist/composable/color.d.ts +4 -2
  46. package/dist/composable/datetime.d.ts +76 -0
  47. package/dist/composable/delay.d.ts +1 -1
  48. package/dist/composable/field.d.ts +4 -3
  49. package/dist/composable/filter.d.ts +52 -0
  50. package/dist/composable/form.d.ts +2 -0
  51. package/dist/composable/hidration.d.ts +2 -1
  52. package/dist/composable/icon.d.ts +2 -2
  53. package/dist/composable/index.d.ts +6 -0
  54. package/dist/composable/input.d.ts +5 -3
  55. package/dist/composable/items.d.ts +2 -0
  56. package/dist/composable/lazy.d.ts +12 -2
  57. package/dist/composable/menu.d.ts +37 -0
  58. package/dist/composable/overlay.d.ts +8 -9
  59. package/dist/composable/router.d.ts +3 -0
  60. package/dist/composable/select.d.ts +86 -0
  61. package/dist/composable/title.d.ts +21 -0
  62. package/dist/composable/validation.d.ts +0 -8
  63. package/dist/locale/index.d.ts +12 -0
  64. package/dist/locale/ru.d.ts +3 -0
  65. package/dist/transitions/index.d.ts +150 -0
  66. package/dist/utils/anchor.d.ts +1 -1
  67. package/dist/utils/cache.d.ts +4 -0
  68. package/dist/utils/date.d.ts +181 -0
  69. package/dist/utils/helpers.d.ts +68 -19
  70. package/dist/utils/index.d.ts +2 -0
  71. package/package.json +3 -2
  72. package/src/scss/modules/_transition.scss +102 -0
  73. package/src/scss/themes/index.ts +1 -1
@@ -14,25 +14,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
14
14
  };
15
15
  href: {
16
16
  type: PropType<string>;
17
- default: undefined; /**
18
- * Активное состояние
19
- */
17
+ default: undefined;
20
18
  };
21
19
  to: {
22
20
  type: PropType<import("vue-router").RouteLocationRaw>;
23
21
  default: undefined;
24
22
  };
25
23
  prependIcon: {
26
- type: PropType<"add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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">; /**
24
+ 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">; /**
27
25
  * Активное состояние
28
26
  */
29
27
  default: undefined;
30
- validator: (value: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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;
28
+ 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;
31
29
  };
32
30
  appendIcon: {
33
- type: PropType<"add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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">;
31
+ 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">;
34
32
  default: undefined;
35
- validator: (value: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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;
33
+ 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;
36
34
  };
37
35
  /**
38
36
  * Заголовок элемента списка
@@ -52,8 +50,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
52
50
  * Значение элемента списка
53
51
  */
54
52
  value: {
55
- type: PropType<string | number>;
56
- default: undefined;
53
+ type: PropType<any>;
54
+ default: null;
57
55
  };
58
56
  /**
59
57
  * Активное состояние
@@ -86,6 +84,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
86
84
  classes: import("vue").ComputedRef<{
87
85
  'cds-list-item--active': boolean;
88
86
  'cds-list-item--clickable': boolean;
87
+ 'cds-list-item--selected': boolean;
89
88
  }>;
90
89
  disabledClasses: import("vue").ComputedRef<string | undefined>;
91
90
  tabindex: number | undefined;
@@ -105,25 +104,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
105
104
  };
106
105
  href: {
107
106
  type: PropType<string>;
108
- default: undefined; /**
109
- * Активное состояние
110
- */
107
+ default: undefined;
111
108
  };
112
109
  to: {
113
110
  type: PropType<import("vue-router").RouteLocationRaw>;
114
111
  default: undefined;
115
112
  };
116
113
  prependIcon: {
117
- type: PropType<"add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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">; /**
114
+ 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">; /**
118
115
  * Активное состояние
119
116
  */
120
117
  default: undefined;
121
- validator: (value: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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;
118
+ 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;
122
119
  };
123
120
  appendIcon: {
124
- type: PropType<"add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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">;
121
+ 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">;
125
122
  default: undefined;
126
- validator: (value: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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;
123
+ 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;
127
124
  };
128
125
  /**
129
126
  * Заголовок элемента списка
@@ -143,8 +140,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
143
140
  * Значение элемента списка
144
141
  */
145
142
  value: {
146
- type: PropType<string | number>;
147
- default: undefined;
143
+ type: PropType<any>;
144
+ default: null;
148
145
  };
149
146
  /**
150
147
  * Активное состояние
@@ -164,15 +161,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
164
161
  onClick?: ((...args: any[]) => any) | undefined;
165
162
  }, {
166
163
  description: string;
167
- prependIcon: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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";
168
- appendIcon: "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "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" | "filters" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "link" | "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" | "search" | "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";
169
- disabled: boolean;
170
164
  href: string;
171
165
  to: import("vue-router").RouteLocationRaw;
166
+ disabled: boolean;
172
167
  tag: string;
173
- active: boolean;
174
- value: string | number;
175
168
  title: string;
169
+ value: any;
170
+ 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";
171
+ 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";
172
+ active: boolean;
176
173
  isClickable: boolean;
177
174
  }>;
178
175
  export default _sfc_main;
@@ -55,8 +55,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
55
55
  };
56
56
  }>>, {
57
57
  description: string;
58
- size: "xs" | "sm" | "md" | "lg" | "xl";
59
58
  fixed: boolean;
59
+ size: "xs" | "sm" | "md" | "lg" | "xl";
60
60
  overlay: boolean;
61
61
  }>;
62
62
  export default _sfc_main;
@@ -1,6 +1,41 @@
1
1
  import type { PropType } from 'vue';
2
2
  export declare const componentName = "CdsMenu";
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
+ transition: {
5
+ type: PropType<string | boolean | (import("vue").TransitionProps & {
6
+ component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
7
+ })>;
8
+ default: string;
9
+ validator: (value: unknown) => boolean;
10
+ };
11
+ height: {
12
+ type: PropType<string | number>;
13
+ default: string;
14
+ };
15
+ maxHeight: {
16
+ type: PropType<string | number>;
17
+ default: string;
18
+ };
19
+ maxWidth: {
20
+ type: PropType<string | number>;
21
+ default: string;
22
+ };
23
+ minHeight: {
24
+ type: PropType<string | number>;
25
+ default: string;
26
+ };
27
+ minWidth: {
28
+ type: PropType<string | number>;
29
+ default: string;
30
+ };
31
+ width: {
32
+ type: PropType<string | number>;
33
+ default: string;
34
+ };
35
+ eager: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
4
39
  scrollStrategy: Omit<{
5
40
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
6
41
  default: string;
@@ -84,10 +119,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
84
119
  type: PropType<boolean>;
85
120
  default: boolean;
86
121
  };
87
- eager: {
88
- type: PropType<boolean>;
89
- default: boolean;
90
- };
91
122
  disabled: {
92
123
  type: PropType<boolean>;
93
124
  default: boolean;
@@ -107,6 +138,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
107
138
  type: PropType<boolean>;
108
139
  default: boolean;
109
140
  };
141
+ closeOnBack: {
142
+ type: PropType<boolean>;
143
+ default: boolean;
144
+ };
110
145
  zIndex: {
111
146
  type: PropType<string | number>;
112
147
  default: number;
@@ -132,6 +167,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
132
167
  default: string;
133
168
  validator: (value: unknown) => boolean;
134
169
  };
170
+ eager: {
171
+ type: PropType<boolean>;
172
+ default: boolean;
173
+ };
135
174
  scrollStrategy: {
136
175
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
137
176
  default: string;
@@ -220,10 +259,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
220
259
  type: PropType<boolean>;
221
260
  default: boolean;
222
261
  };
223
- eager: {
224
- type: PropType<boolean>;
225
- default: boolean;
226
- };
227
262
  disabled: {
228
263
  type: PropType<boolean>;
229
264
  default: boolean;
@@ -240,6 +275,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
240
275
  type: PropType<boolean>;
241
276
  default: boolean;
242
277
  };
278
+ closeOnBack: {
279
+ type: PropType<boolean>;
280
+ default: boolean;
281
+ };
243
282
  zIndex: {
244
283
  type: PropType<string | number>;
245
284
  default: number;
@@ -270,6 +309,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
270
309
  default: string;
271
310
  validator: (value: unknown) => boolean;
272
311
  };
312
+ eager: {
313
+ type: PropType<boolean>;
314
+ default: boolean;
315
+ };
273
316
  scrollStrategy: {
274
317
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
275
318
  default: string;
@@ -358,10 +401,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
358
401
  type: PropType<boolean>;
359
402
  default: boolean;
360
403
  };
361
- eager: {
362
- type: PropType<boolean>;
363
- default: boolean;
364
- };
365
404
  disabled: {
366
405
  type: PropType<boolean>;
367
406
  default: boolean;
@@ -378,6 +417,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
378
417
  type: PropType<boolean>;
379
418
  default: boolean;
380
419
  };
420
+ closeOnBack: {
421
+ type: PropType<boolean>;
422
+ default: boolean;
423
+ };
381
424
  zIndex: {
382
425
  type: PropType<string | number>;
383
426
  default: number;
@@ -399,23 +442,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
399
442
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
400
443
  "onClick:outside"?: ((...args: any[]) => any) | undefined;
401
444
  }, {
402
- location: import('../../utils').TAnchor;
403
445
  disabled: boolean;
446
+ location: import('../../utils').TAnchor;
404
447
  transition: string | boolean | (import("vue").TransitionProps & {
405
448
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
406
449
  });
407
450
  origin: import('../../utils').TAnchor | "auto" | "overlap";
408
451
  modelValue: boolean;
409
- activatorProps: Record<string, any>;
410
452
  attach: string | boolean | Element;
411
453
  contained: boolean;
412
- eager: boolean;
413
454
  persistent: boolean;
414
455
  scrim: string | boolean;
456
+ closeOnBack: boolean;
415
457
  zIndex: string | number;
416
458
  contentClasses: string | string[] | Record<string, boolean>;
417
459
  contentProps: Record<string, unknown>;
418
460
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
461
+ activatorProps: Record<string, any>;
419
462
  openOnClick: boolean | undefined;
420
463
  openOnHover: boolean;
421
464
  openOnFocus: boolean | undefined;
@@ -427,6 +470,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
427
470
  } | undefined);
428
471
  offset: string | number | number[];
429
472
  scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
473
+ eager: boolean;
430
474
  height: string | number;
431
475
  maxHeight: string | number;
432
476
  maxWidth: string | number;
@@ -437,6 +481,41 @@ declare const _sfc_main: import("vue").DefineComponent<{
437
481
  }> | undefined>;
438
482
  openChildren: import("vue").Ref<number>;
439
483
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
484
+ transition: {
485
+ type: PropType<string | boolean | (import("vue").TransitionProps & {
486
+ component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
487
+ })>;
488
+ default: string;
489
+ validator: (value: unknown) => boolean;
490
+ };
491
+ height: {
492
+ type: PropType<string | number>;
493
+ default: string;
494
+ };
495
+ maxHeight: {
496
+ type: PropType<string | number>;
497
+ default: string;
498
+ };
499
+ maxWidth: {
500
+ type: PropType<string | number>;
501
+ default: string;
502
+ };
503
+ minHeight: {
504
+ type: PropType<string | number>;
505
+ default: string;
506
+ };
507
+ minWidth: {
508
+ type: PropType<string | number>;
509
+ default: string;
510
+ };
511
+ width: {
512
+ type: PropType<string | number>;
513
+ default: string;
514
+ };
515
+ eager: {
516
+ type: PropType<boolean>;
517
+ default: boolean;
518
+ };
440
519
  scrollStrategy: Omit<{
441
520
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
442
521
  default: string;
@@ -520,10 +599,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
520
599
  type: PropType<boolean>;
521
600
  default: boolean;
522
601
  };
523
- eager: {
524
- type: PropType<boolean>;
525
- default: boolean;
526
- };
527
602
  disabled: {
528
603
  type: PropType<boolean>;
529
604
  default: boolean;
@@ -543,6 +618,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
543
618
  type: PropType<boolean>;
544
619
  default: boolean;
545
620
  };
621
+ closeOnBack: {
622
+ type: PropType<boolean>;
623
+ default: boolean;
624
+ };
546
625
  zIndex: {
547
626
  type: PropType<string | number>;
548
627
  default: number;
@@ -562,21 +641,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
562
641
  }>> & {
563
642
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
564
643
  }, {
565
- location: import('../../utils').TAnchor;
566
644
  disabled: boolean;
645
+ location: import('../../utils').TAnchor;
646
+ transition: string | boolean | (import("vue").TransitionProps & {
647
+ component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
648
+ });
567
649
  origin: import('../../utils').TAnchor | "auto" | "overlap";
568
650
  id: string;
569
651
  modelValue: boolean;
570
- activatorProps: Record<string, any>;
571
652
  attach: string | boolean | Element;
572
653
  contained: boolean;
573
- eager: boolean;
574
654
  persistent: boolean;
575
655
  scrim: NonNullable<string | boolean>;
656
+ closeOnBack: boolean;
576
657
  zIndex: string | number;
577
658
  contentClasses: string | string[] | Record<string, boolean>;
578
659
  contentProps: Record<string, unknown>;
579
660
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
661
+ activatorProps: Record<string, any>;
580
662
  openOnClick: boolean | undefined;
581
663
  openOnHover: boolean;
582
664
  openOnFocus: boolean | undefined;
@@ -588,5 +670,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
588
670
  } | undefined)>;
589
671
  offset: string | number | number[];
590
672
  scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
673
+ eager: boolean;
674
+ height: string | number;
675
+ maxHeight: string | number;
676
+ maxWidth: string | number;
677
+ minHeight: string | number;
678
+ minWidth: string | number;
679
+ width: string | number;
591
680
  }>;
592
681
  export default _sfc_main;
@@ -0,0 +1 @@
1
+ export { default as CdsMenu } from './CdsMenu.vue';
@@ -8,6 +8,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  default: string;
9
9
  validator: (value: unknown) => boolean;
10
10
  };
11
+ eager: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
11
15
  scrollStrategy: {
12
16
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("./composable").IScrollStrategyData, props: import("./composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
13
17
  default: string;
@@ -53,7 +57,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
53
57
  default: string;
54
58
  };
55
59
  width: {
56
- type: PropType<string | number>;
60
+ type: PropType<string | number>; /**
61
+ * Применяет position: absolute к содержимому оверлея
62
+ */
57
63
  default: string;
58
64
  };
59
65
  closeDelay: {
@@ -65,10 +71,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
65
71
  default: null;
66
72
  };
67
73
  activator: {
68
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
69
- default: null; /**
70
- * Событие после исчезновения оверлея
74
+ type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>; /**
75
+ * Событие, которое срабатывает при клике вне оверлея.
71
76
  */
77
+ default: null;
72
78
  };
73
79
  activatorProps: {
74
80
  type: PropType<Record<string, any>>;
@@ -98,10 +104,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
98
104
  type: PropType<boolean>;
99
105
  default: boolean;
100
106
  };
101
- eager: {
102
- type: PropType<boolean>;
103
- default: boolean;
104
- };
105
107
  disabled: {
106
108
  type: PropType<boolean>;
107
109
  default: boolean;
@@ -118,6 +120,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
118
120
  type: PropType<boolean>;
119
121
  default: boolean;
120
122
  };
123
+ closeOnBack: {
124
+ type: PropType<boolean>;
125
+ default: boolean;
126
+ };
121
127
  zIndex: {
122
128
  type: PropType<string | number>;
123
129
  default: number;
@@ -151,6 +157,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
151
157
  default: string;
152
158
  validator: (value: unknown) => boolean;
153
159
  };
160
+ eager: {
161
+ type: PropType<boolean>;
162
+ default: boolean;
163
+ };
154
164
  scrollStrategy: {
155
165
  type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("./composable").IScrollStrategyData, props: import("./composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
156
166
  default: string;
@@ -196,7 +206,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
196
206
  default: string;
197
207
  };
198
208
  width: {
199
- type: PropType<string | number>;
209
+ type: PropType<string | number>; /**
210
+ * Применяет position: absolute к содержимому оверлея
211
+ */
200
212
  default: string;
201
213
  };
202
214
  closeDelay: {
@@ -208,10 +220,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
208
220
  default: null;
209
221
  };
210
222
  activator: {
211
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
212
- default: null; /**
213
- * Событие после исчезновения оверлея
223
+ type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>; /**
224
+ * Событие, которое срабатывает при клике вне оверлея.
214
225
  */
226
+ default: null;
215
227
  };
216
228
  activatorProps: {
217
229
  type: PropType<Record<string, any>>;
@@ -241,10 +253,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
241
253
  type: PropType<boolean>;
242
254
  default: boolean;
243
255
  };
244
- eager: {
245
- type: PropType<boolean>;
246
- default: boolean;
247
- };
248
256
  disabled: {
249
257
  type: PropType<boolean>;
250
258
  default: boolean;
@@ -261,6 +269,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
261
269
  type: PropType<boolean>;
262
270
  default: boolean;
263
271
  };
272
+ closeOnBack: {
273
+ type: PropType<boolean>;
274
+ default: boolean;
275
+ };
264
276
  zIndex: {
265
277
  type: PropType<string | number>;
266
278
  default: number;
@@ -285,23 +297,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
285
297
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
286
298
  "onClick:outside"?: ((...args: any[]) => any) | undefined;
287
299
  }, {
288
- location: import('../../utils').TAnchor;
289
300
  disabled: boolean;
301
+ location: import('../../utils').TAnchor;
290
302
  transition: string | boolean | (import("vue").TransitionProps & {
291
303
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
292
304
  });
293
305
  origin: import('../../utils').TAnchor | "auto" | "overlap";
294
306
  modelValue: boolean;
295
- activatorProps: Record<string, any>;
296
307
  attach: string | boolean | Element;
297
308
  contained: boolean;
298
- eager: boolean;
299
309
  persistent: boolean;
300
310
  scrim: string | boolean;
311
+ closeOnBack: boolean;
301
312
  zIndex: string | number;
302
313
  contentClasses: string | string[] | Record<string, boolean>;
303
314
  contentProps: Record<string, unknown>;
304
315
  activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
316
+ activatorProps: Record<string, any>;
305
317
  openOnClick: boolean | undefined;
306
318
  openOnHover: boolean;
307
319
  openOnFocus: boolean | undefined;
@@ -313,6 +325,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
313
325
  } | undefined);
314
326
  offset: string | number | number[];
315
327
  scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("./composable").IScrollStrategyData, props: import("./composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
328
+ eager: boolean;
316
329
  height: string | number;
317
330
  maxHeight: string | number;
318
331
  maxWidth: string | number;
@@ -0,0 +1 @@
1
+ export { default as CdsOverlay } from './CdsOverlay.vue';