@consta/header 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/BannerBar/index.d.ts +1 -0
  2. package/BannerBar/index.js +1 -0
  3. package/GlobalMenu/index.d.ts +1 -0
  4. package/GlobalMenu/index.js +1 -0
  5. package/MegaMenu/index.d.ts +1 -0
  6. package/MegaMenu/index.js +1 -0
  7. package/NavBar/index.d.ts +1 -0
  8. package/NavBar/index.js +1 -0
  9. package/__internal__/src/components/Badges/Badges.js.map +1 -1
  10. package/__internal__/src/components/Badges/helpers.js.map +1 -1
  11. package/__internal__/src/components/Badges/types.d.ts +6 -6
  12. package/__internal__/src/components/BannerBar/BannerBar.css +1 -0
  13. package/__internal__/src/components/BannerBar/BannerBar.d.ts +3 -0
  14. package/__internal__/src/components/BannerBar/BannerBar.js +2 -0
  15. package/__internal__/src/components/BannerBar/BannerBar.js.map +1 -0
  16. package/__internal__/src/components/BannerBar/BannerBarItem/BannerBarItem.css +1 -0
  17. package/__internal__/src/components/BannerBar/BannerBarItem/BannerBarItem.d.ts +3 -0
  18. package/__internal__/src/components/BannerBar/BannerBarItem/BannerBarItem.js +2 -0
  19. package/__internal__/src/components/BannerBar/BannerBarItem/BannerBarItem.js.map +1 -0
  20. package/__internal__/src/components/BannerBar/BannerBarItem/index.d.ts +1 -0
  21. package/__internal__/src/components/BannerBar/BannerBarItem/index.js +2 -0
  22. package/__internal__/src/components/BannerBar/BannerBarItem/index.js.map +1 -0
  23. package/__internal__/src/components/BannerBar/helpers.d.ts +274 -0
  24. package/__internal__/src/components/BannerBar/helpers.js +2 -0
  25. package/__internal__/src/components/BannerBar/helpers.js.map +1 -0
  26. package/__internal__/src/components/BannerBar/index.d.ts +3 -0
  27. package/__internal__/src/components/BannerBar/index.js +2 -0
  28. package/__internal__/src/components/BannerBar/index.js.map +1 -0
  29. package/__internal__/src/components/BannerBar/types.d.ts +42 -0
  30. package/__internal__/src/components/BannerBar/types.js +2 -0
  31. package/__internal__/src/components/BannerBar/types.js.map +1 -0
  32. package/__internal__/src/components/ButtonMenu/ButtonMenu.js.map +1 -1
  33. package/__internal__/src/components/ButtonMenu/helpers.d.ts +2 -2
  34. package/__internal__/src/components/ButtonMenu/helpers.js.map +1 -1
  35. package/__internal__/src/components/ButtonMenu/types.d.ts +9 -9
  36. package/__internal__/src/components/GlobalMenu/GlobalMenu.css +1 -0
  37. package/__internal__/src/components/GlobalMenu/GlobalMenu.d.ts +3 -0
  38. package/__internal__/src/components/GlobalMenu/GlobalMenu.js +2 -0
  39. package/__internal__/src/components/GlobalMenu/GlobalMenu.js.map +1 -0
  40. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/GlobalMenuGroup.css +1 -0
  41. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/GlobalMenuGroup.d.ts +3 -0
  42. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/GlobalMenuGroup.js +2 -0
  43. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/GlobalMenuGroup.js.map +1 -0
  44. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/index.d.ts +1 -0
  45. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/index.js +2 -0
  46. package/__internal__/src/components/GlobalMenu/GlobalMenuGroup/index.js.map +1 -0
  47. package/__internal__/src/components/GlobalMenu/helper.d.ts +281 -0
  48. package/__internal__/src/components/GlobalMenu/helper.js +2 -0
  49. package/__internal__/src/components/GlobalMenu/helper.js.map +1 -0
  50. package/__internal__/src/components/GlobalMenu/index.d.ts +2 -0
  51. package/__internal__/src/components/GlobalMenu/index.js +2 -0
  52. package/__internal__/src/components/GlobalMenu/index.js.map +1 -0
  53. package/__internal__/src/components/GlobalMenu/types.d.ts +75 -0
  54. package/__internal__/src/components/GlobalMenu/types.js +2 -0
  55. package/__internal__/src/components/GlobalMenu/types.js.map +1 -0
  56. package/__internal__/src/components/Header/Header.js.map +1 -1
  57. package/__internal__/src/components/Header/HeaderLogin/HeaderLogin.d.ts +2 -2
  58. package/__internal__/src/components/Header/HeaderLogin/HeaderLogin.js.map +1 -1
  59. package/__internal__/src/components/Header/HeaderLogo/HeaderLogo.d.ts +2 -2
  60. package/__internal__/src/components/Header/HeaderLogo/HeaderLogo.js.map +1 -1
  61. package/__internal__/src/components/Header/HeaderSearch/HeaderSearch.d.ts +1 -1
  62. package/__internal__/src/components/Header/HeaderSearch/HeaderSearch.js.map +1 -1
  63. package/__internal__/src/components/Header/helpers.d.ts +1 -1
  64. package/__internal__/src/components/Header/helpers.js.map +1 -1
  65. package/__internal__/src/components/Header/types.d.ts +12 -12
  66. package/__internal__/src/components/Languages/Languages.js.map +1 -1
  67. package/__internal__/src/components/Languages/helpers.d.ts +1 -1
  68. package/__internal__/src/components/Languages/helpers.js.map +1 -1
  69. package/__internal__/src/components/Languages/types.d.ts +3 -3
  70. package/__internal__/src/components/Layout/Layout.d.ts +1 -1
  71. package/__internal__/src/components/Layout/Layout.js.map +1 -1
  72. package/__internal__/src/components/Layout/LayoutRow/LayoutRow.d.ts +1 -1
  73. package/__internal__/src/components/Layout/LayoutRow/LayoutRow.js.map +1 -1
  74. package/__internal__/src/components/Layout/helpers.js.map +1 -1
  75. package/__internal__/src/components/Layout/types.d.ts +3 -3
  76. package/__internal__/src/components/MegaMenu/MegaMenu.css +1 -0
  77. package/__internal__/src/components/MegaMenu/MegaMenu.d.ts +4 -0
  78. package/__internal__/src/components/MegaMenu/MegaMenu.js +2 -0
  79. package/__internal__/src/components/MegaMenu/MegaMenu.js.map +1 -0
  80. package/__internal__/src/components/MegaMenu/MegaMenuBox/MegaMenuBox.css +1 -0
  81. package/__internal__/src/components/MegaMenu/MegaMenuBox/MegaMenuBox.d.ts +3 -0
  82. package/__internal__/src/components/MegaMenu/MegaMenuBox/MegaMenuBox.js +2 -0
  83. package/__internal__/src/components/MegaMenu/MegaMenuBox/MegaMenuBox.js.map +1 -0
  84. package/__internal__/src/components/MegaMenu/MegaMenuBox/index.d.ts +2 -0
  85. package/__internal__/src/components/MegaMenu/MegaMenuBox/index.js +2 -0
  86. package/__internal__/src/components/MegaMenu/MegaMenuBox/index.js.map +1 -0
  87. package/__internal__/src/components/MegaMenu/MegaMenuBox/types.d.ts +10 -0
  88. package/__internal__/src/components/MegaMenu/MegaMenuBox/types.js +2 -0
  89. package/__internal__/src/components/MegaMenu/MegaMenuBox/types.js.map +1 -0
  90. package/__internal__/src/components/MegaMenu/helper.d.ts +301 -0
  91. package/__internal__/src/components/MegaMenu/helper.js +2 -0
  92. package/__internal__/src/components/MegaMenu/helper.js.map +1 -0
  93. package/__internal__/src/components/MegaMenu/index.d.ts +3 -0
  94. package/__internal__/src/components/MegaMenu/index.js +2 -0
  95. package/__internal__/src/components/MegaMenu/index.js.map +1 -0
  96. package/__internal__/src/components/MegaMenu/types.d.ts +65 -0
  97. package/__internal__/src/components/MegaMenu/types.js +2 -0
  98. package/__internal__/src/components/MegaMenu/types.js.map +1 -0
  99. package/__internal__/src/components/Menu/Menu.js.map +1 -1
  100. package/__internal__/src/components/Menu/helpers.d.ts +1 -1
  101. package/__internal__/src/components/Menu/helpers.js.map +1 -1
  102. package/__internal__/src/components/Menu/types.d.ts +10 -10
  103. package/__internal__/src/components/MobileMenu/MobileMenu.js.map +1 -1
  104. package/__internal__/src/components/MobileMenu/types.d.ts +2 -2
  105. package/__internal__/src/components/NavBar/NavBar.css +1 -0
  106. package/__internal__/src/components/NavBar/NavBar.d.ts +3 -0
  107. package/__internal__/src/components/NavBar/NavBar.js +2 -0
  108. package/__internal__/src/components/NavBar/NavBar.js.map +1 -0
  109. package/__internal__/src/components/NavBar/helper.d.ts +31 -0
  110. package/__internal__/src/components/NavBar/helper.js +2 -0
  111. package/__internal__/src/components/NavBar/helper.js.map +1 -0
  112. package/__internal__/src/components/NavBar/index.d.ts +1 -0
  113. package/__internal__/src/components/NavBar/index.js +2 -0
  114. package/__internal__/src/components/NavBar/index.js.map +1 -0
  115. package/__internal__/src/components/NavBar/types.d.ts +48 -0
  116. package/__internal__/src/components/NavBar/types.js +2 -0
  117. package/__internal__/src/components/NavBar/types.js.map +1 -0
  118. package/__internal__/src/components/NotificationCard/NotificationCard.d.ts +1 -1
  119. package/__internal__/src/components/NotificationCard/NotificationCard.js.map +1 -1
  120. package/__internal__/src/components/NotificationCard/helpers.js.map +1 -1
  121. package/__internal__/src/components/NotificationCard/types.d.ts +3 -3
  122. package/__internal__/src/components/Notifications/Notifications.js.map +1 -1
  123. package/__internal__/src/components/Notifications/types.d.ts +2 -2
  124. package/__internal__/src/components/NotificationsActions/NotificationsActions.js.map +1 -1
  125. package/__internal__/src/components/NotificationsActions/helpers.js.map +1 -1
  126. package/__internal__/src/components/NotificationsActions/types.d.ts +7 -7
  127. package/__internal__/src/components/NotificationsList/NotificationsList.js.map +1 -1
  128. package/__internal__/src/components/NotificationsList/helpers.d.ts +2 -2
  129. package/__internal__/src/components/NotificationsList/helpers.js.map +1 -1
  130. package/__internal__/src/components/NotificationsList/types.d.ts +23 -23
  131. package/__internal__/src/components/SelectMenu/SelectMenu.js.map +1 -1
  132. package/__internal__/src/components/SelectMenu/helpers.d.ts +1 -1
  133. package/__internal__/src/components/SelectMenu/helpers.js.map +1 -1
  134. package/__internal__/src/components/SelectMenu/types.d.ts +9 -9
  135. package/__internal__/src/components/Sidebar/Sidebar.d.ts +1 -1
  136. package/__internal__/src/components/Sidebar/Sidebar.js.map +1 -1
  137. package/__internal__/src/components/TileMenu/TileMenu.js.map +1 -1
  138. package/__internal__/src/components/TileMenu/TileMenuItem/TileMenuItem.d.ts +2 -2
  139. package/__internal__/src/components/TileMenu/TileMenuItem/TileMenuItem.js.map +1 -1
  140. package/__internal__/src/components/TileMenu/TileMenuList/TileMenuList.js.map +1 -1
  141. package/__internal__/src/components/TileMenu/TileMenuList/types.d.ts +8 -8
  142. package/__internal__/src/components/TileMenu/helpers.d.ts +3 -0
  143. package/__internal__/src/components/TileMenu/helpers.js.map +1 -1
  144. package/__internal__/src/components/TileMenu/types.d.ts +14 -14
  145. package/__internal__/src/components/TileMenu/types.js.map +1 -1
  146. package/__internal__/src/components/VerticalMenu/VerticalMenu.js.map +1 -1
  147. package/__internal__/src/components/VerticalMenu/VerticalMenuItem/VerticalMenuItem.js.map +1 -1
  148. package/__internal__/src/components/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.js.map +1 -1
  149. package/__internal__/src/components/VerticalMenu/helpers.d.ts +1 -1
  150. package/__internal__/src/components/VerticalMenu/helpers.js.map +1 -1
  151. package/__internal__/src/components/VerticalMenu/types.d.ts +16 -16
  152. package/__internal__/src/docs/start/start.stand.js.map +1 -1
  153. package/__internal__/src/helpers/getItemClick.d.ts +2 -2
  154. package/__internal__/src/helpers/getItemClick.js.map +1 -1
  155. package/__internal__/src/utils/bem.js.map +1 -1
  156. package/__internal__/src/utils/types/PropsWithHTMLAttributes.d.ts +2 -2
  157. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"TileMenuList.js","names":["getByMap","cnMixSpace","React","cn","withDefaultGetters","TileMenuItem","cnTileMenuList","itemViewMap","lines","twoLines","cards","TileMenuList","props","items","view","className","children","getItemDescription","getItemImage","getItemLabel","getItemHref","getItemOnClick","onItemClick","otherProps","p","map","item","index","e"],"sources":["../../../../../../src/components/TileMenu/TileMenuList/TileMenuList.tsx"],"sourcesContent":["import './TileMenuList.css';\n\nimport { getByMap } from '@consta/uikit/__internal__/src/utils/getByMap';\nimport { cnMixSpace } from '@consta/uikit/MixSpace';\nimport React from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { withDefaultGetters } from '../helpers';\nimport { TileMenuItem } from '../TileMenuItem/TileMenuItem';\nimport { TileMenuListComponent, TileMenuListProps } from '../types';\n\nexport const cnTileMenuList = cn('TileMenuList');\n\nconst itemViewMap = {\n lines: 'line',\n twoLines: 'line',\n cards: 'card',\n} as const;\n\nexport const TileMenuList = ((props: TileMenuListProps) => {\n const {\n items,\n view = 'lines',\n className,\n children,\n getItemDescription,\n getItemImage,\n getItemLabel,\n getItemHref,\n getItemOnClick,\n onItemClick,\n ...otherProps\n } = withDefaultGetters(props);\n\n return (\n <div\n {...otherProps}\n className={cnTileMenuList({ view }, [cnMixSpace({ p: 'xl' }), className])}\n >\n {items.map((item, index) => {\n return (\n <TileMenuItem\n className={cnTileMenuList('Item')}\n key={cnTileMenuList('Item', { index })}\n view={getByMap(itemViewMap, view)}\n image={getItemImage(item)}\n title={getItemLabel(item)}\n description={getItemDescription(item)}\n href={getItemHref(item)}\n onClick={(e) => {\n onItemClick?.({ item, e });\n getItemOnClick(item)?.(e);\n }}\n as=\"a\"\n />\n );\n })}\n </div>\n );\n}) as TileMenuListComponent;\n"],"mappings":"6OAAA,2BAEA,OAASA,QAAT,KAAyB,+CAAzB,CACA,OAASC,UAAT,KAA2B,wBAA3B,CACA,MAAOC,MAAP,KAAkB,OAAlB,CAEA,OAASC,EAAT,0BAEA,OAASC,kBAAT,kBACA,OAASC,YAAT,oCAGA,MAAO,MAAMC,eAAc,CAAGH,EAAE,CAAC,cAAD,CAAzB,CAEP,KAAMI,YAAW,CAAG,CAClBC,KAAK,CAAE,MADW,CAElBC,QAAQ,CAAE,MAFQ,CAGlBC,KAAK,CAAE,MAHW,CAApB,CAMA,MAAO,MAAMC,aAAY,CAAKC,CAAD,EAA8B,CACzD,QAYIR,kBAAkB,CAACQ,CAAD,CAZtB,CAAM,CACJC,KAAK,CAALA,CADI,CAEJC,IAAI,CAAJA,CAAI,CAAG,OAFH,CAGJC,SAAS,CAATA,CAHI,CAIJC,QAAQ,CAARA,CAJI,CAKJC,kBAAkB,CAAlBA,CALI,CAMJC,YAAY,CAAZA,CANI,CAOJC,YAAY,CAAZA,CAPI,CAQJC,WAAW,CAAXA,CARI,CASJC,cAAc,CAAdA,CATI,CAUJC,WAAW,CAAXA,CAVI,CAAN,GAWKC,CAXL,uCAcA,MACE,4CACMA,CADN,EAEE,SAAS,CAAEjB,cAAc,CAAC,CAAEQ,IAAI,CAAJA,CAAF,CAAD,CAAW,CAACb,UAAU,CAAC,CAAEuB,CAAC,CAAE,IAAL,CAAD,CAAX,CAA0BT,CAA1B,CAAX,CAF3B,GAIGF,CAAK,CAACY,GAAN,CAAU,CAACC,CAAD,CAAOC,CAAP,GAEP,oBAAC,YAAD,EACE,SAAS,CAAErB,cAAc,CAAC,MAAD,CAD3B,CAEE,GAAG,CAAEA,cAAc,CAAC,MAAD,CAAS,CAAEqB,KAAK,CAALA,CAAF,CAAT,CAFrB,CAGE,IAAI,CAAE3B,QAAQ,CAACO,WAAD,CAAcO,CAAd,CAHhB,CAIE,KAAK,CAAEI,CAAY,CAACQ,CAAD,CAJrB,CAKE,KAAK,CAAEP,CAAY,CAACO,CAAD,CALrB,CAME,WAAW,CAAET,CAAkB,CAACS,CAAD,CANjC,CAOE,IAAI,CAAEN,CAAW,CAACM,CAAD,CAPnB,CAQE,OAAO,CAAGE,CAAD,EAAO,cACdN,CADc,WACdA,CADc,QACdA,CAAW,CAAG,CAAEI,IAAI,CAAJA,CAAF,CAAQE,CAAC,CAADA,CAAR,CAAH,CADG,WAEdP,CAAc,CAACK,CAAD,CAFA,qBAEd,EAAuBE,CAAvB,CACD,CAXH,CAYE,EAAE,CAAC,GAZL,EAFH,CAJH,CAwBH,CAxCM"}
1
+ {"version":3,"file":"TileMenuList.js","names":["getByMap","cnMixSpace","React","cn","withDefaultGetters","TileMenuItem","cnTileMenuList","itemViewMap","lines","twoLines","cards","TileMenuList","props","items","view","className","children","getItemDescription","getItemImage","getItemLabel","getItemHref","getItemOnClick","onItemClick","otherProps","p","map","item","index","e"],"sources":["../../../../../../src/components/TileMenu/TileMenuList/TileMenuList.tsx"],"sourcesContent":["import './TileMenuList.css';\n\nimport { getByMap } from '@consta/uikit/__internal__/src/utils/getByMap';\nimport { cnMixSpace } from '@consta/uikit/MixSpace';\nimport React from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { withDefaultGetters } from '../helpers';\nimport { TileMenuItem } from '../TileMenuItem/TileMenuItem';\nimport { TileMenuListComponent, TileMenuListProps } from '../types';\n\nexport const cnTileMenuList = cn('TileMenuList');\n\nconst itemViewMap = {\n lines: 'line',\n twoLines: 'line',\n cards: 'card',\n} as const;\n\nexport const TileMenuList = ((props: TileMenuListProps) => {\n const {\n items,\n view = 'lines',\n className,\n children,\n getItemDescription,\n getItemImage,\n getItemLabel,\n getItemHref,\n getItemOnClick,\n onItemClick,\n ...otherProps\n } = withDefaultGetters(props);\n\n return (\n <div\n {...otherProps}\n className={cnTileMenuList({ view }, [cnMixSpace({ p: 'xl' }), className])}\n >\n {items.map((item, index) => {\n return (\n <TileMenuItem\n className={cnTileMenuList('Item')}\n key={cnTileMenuList('Item', { index })}\n view={getByMap(itemViewMap, view)}\n image={getItemImage(item)}\n title={getItemLabel(item)}\n description={getItemDescription(item)}\n href={getItemHref(item)}\n onClick={(e) => {\n onItemClick?.({ item, e });\n getItemOnClick(item)?.(e);\n }}\n as=\"a\"\n />\n );\n })}\n </div>\n );\n}) as TileMenuListComponent;\n"],"mappings":"6OAAA,2BAEA,OAASA,QAAQ,KAAQ,+CAA+C,CACxE,OAASC,UAAU,KAAQ,wBAAwB,CACnD,MAAOC,MAAK,KAAM,OAAO,CAEzB,OAASC,EAAE,0BAEX,OAASC,kBAAkB,kBAC3B,OAASC,YAAY,oCAGrB,MAAO,MAAMC,eAAc,CAAGH,EAAE,CAAC,cAAc,CAAC,CAEhD,KAAMI,YAAW,CAAG,CAClBC,KAAK,CAAE,MAAM,CACbC,QAAQ,CAAE,MAAM,CAChBC,KAAK,CAAE,MACT,CAAU,CAEV,MAAO,MAAMC,aAAY,CAAKC,CAAwB,EAAK,CACzD,QAYIR,kBAAkB,CAACQ,CAAK,CAAC,CAZvB,CACJC,KAAK,CAALA,CAAK,CACLC,IAAI,CAAJA,CAAI,CAAG,OAAO,CACdC,SAAS,CAATA,CAAS,CACTC,QAAQ,CAARA,CAAQ,CACRC,kBAAkB,CAAlBA,CAAkB,CAClBC,YAAY,CAAZA,CAAY,CACZC,YAAY,CAAZA,CAAY,CACZC,WAAW,CAAXA,CAAW,CACXC,cAAc,CAAdA,CAAc,CACdC,WAAW,CAAXA,CAEF,CAAC,GADIC,CAAU,uCAGf,MACE,4CACMA,CAAU,EACd,SAAS,CAAEjB,cAAc,CAAC,CAAEQ,IAAI,CAAJA,CAAK,CAAC,CAAE,CAACb,UAAU,CAAC,CAAEuB,CAAC,CAAE,IAAK,CAAC,CAAC,CAAET,CAAS,CAAC,CAAE,GAEzEF,CAAK,CAACY,GAAG,CAAC,CAACC,CAAI,CAAEC,CAAK,GAEnB,oBAAC,YAAY,EACX,SAAS,CAAErB,cAAc,CAAC,MAAM,CAAE,CAClC,GAAG,CAAEA,cAAc,CAAC,MAAM,CAAE,CAAEqB,KAAK,CAALA,CAAM,CAAC,CAAE,CACvC,IAAI,CAAE3B,QAAQ,CAACO,WAAW,CAAEO,CAAI,CAAE,CAClC,KAAK,CAAEI,CAAY,CAACQ,CAAI,CAAE,CAC1B,KAAK,CAAEP,CAAY,CAACO,CAAI,CAAE,CAC1B,WAAW,CAAET,CAAkB,CAACS,CAAI,CAAE,CACtC,IAAI,CAAEN,CAAW,CAACM,CAAI,CAAE,CACxB,OAAO,CAAGE,CAAC,EAAK,cACdN,CAAW,WAAXA,CAAW,QAAXA,CAAW,CAAG,CAAEI,IAAI,CAAJA,CAAI,CAAEE,CAAC,CAADA,CAAE,CAAC,CAAC,WAC1BP,CAAc,CAACK,CAAI,CAAC,qBAApB,EAAuBE,CAAC,CAC1B,CAAE,CACF,EAAE,CAAC,GAAG,EAGX,CAAC,CAGR,CAA2B"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { PropsWithHTMLAttributesAndRef } from "../../../utils/types/PropsWithHTMLAttributes";
3
- export declare type TileMenuPropView = 'lines' | 'twoLines' | 'cards';
4
- export declare type TileMenuPropItem = {
3
+ export type TileMenuPropView = 'lines' | 'twoLines' | 'cards';
4
+ export type TileMenuPropItem = {
5
5
  title: string;
6
6
  description?: string;
7
7
  image?: string;
@@ -12,15 +12,15 @@ export declare type TileMenuPropItem = {
12
12
  href: undefined;
13
13
  onClick?: React.MouseEventHandler<HTMLDivElement>;
14
14
  });
15
- export declare type DefaultItem = {
15
+ export type DefaultItem = {
16
16
  image?: string | React.FC;
17
17
  title: string;
18
18
  description?: string;
19
19
  };
20
- declare type GetItemImage<ITEM> = (item: ITEM) => string | React.FC | undefined;
21
- declare type GetItemTitle<ITEM> = (item: ITEM) => string;
22
- declare type GetItemDescription<ITEM> = (item: ITEM) => string;
23
- export declare type TileMenuListProps<ITEM> = PropsWithHTMLAttributesAndRef<{
20
+ type GetItemImage<ITEM> = (item: ITEM) => string | React.FC | undefined;
21
+ type GetItemTitle<ITEM> = (item: ITEM) => string;
22
+ type GetItemDescription<ITEM> = (item: ITEM) => string;
23
+ export type TileMenuListProps<ITEM> = PropsWithHTMLAttributesAndRef<{
24
24
  view?: TileMenuPropView;
25
25
  items: ITEM[];
26
26
  isMobile?: boolean;
@@ -28,5 +28,5 @@ export declare type TileMenuListProps<ITEM> = PropsWithHTMLAttributesAndRef<{
28
28
  getItemTitle: GetItemTitle<ITEM>;
29
29
  getItemDescription: GetItemDescription<ITEM>;
30
30
  }, HTMLDivElement>;
31
- export declare type TileMenuListComponent = <ITEM = DefaultItem>(props: TileMenuListProps<ITEM>) => React.ReactElement | null;
31
+ export type TileMenuListComponent = <ITEM = DefaultItem>(props: TileMenuListProps<ITEM>) => React.ReactElement | null;
32
32
  export {};
@@ -28,6 +28,7 @@ export declare function withDefaultGetters<ITEM>(props: TileMenuListProps<ITEM>)
28
28
  hidden?: boolean | undefined;
29
29
  id?: string | undefined;
30
30
  lang?: string | undefined;
31
+ nonce?: string | undefined;
31
32
  placeholder?: string | undefined;
32
33
  slot?: string | undefined;
33
34
  spellCheck?: (boolean | "true" | "false") | undefined;
@@ -179,6 +180,8 @@ export declare function withDefaultGetters<ITEM>(props: TileMenuListProps<ITEM>)
179
180
  onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
180
181
  onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
181
182
  onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
183
+ onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
184
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
182
185
  onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
183
186
  onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
184
187
  onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","names":["defaultGetItemImage","item","image","defaultGetItemLabel","label","defaultGetItemHref","href","defaultGetItemOnClick","onClick","defaultGetItemDescription","description","withDefaultGetters","props","getItemDescription","getItemLabel","getItemImage","getItemHref","getItemOnClick"],"sources":["../../../../../src/components/TileMenu/helpers.ts"],"sourcesContent":["import {\n TileMenuDefaultItem,\n TileMenuListProps,\n TileMenuPropGetItemDescription,\n TileMenuPropGetItemHref,\n TileMenuPropGetItemImage,\n TileMenuPropGetItemLabel,\n TileMenuPropGetItemOnClick,\n} from './types';\n\nexport const defaultGetItemImage: TileMenuPropGetItemImage<\n TileMenuDefaultItem\n> = (item) => item.image;\nexport const defaultGetItemLabel: TileMenuPropGetItemLabel<\n TileMenuDefaultItem\n> = (item) => item.label;\nexport const defaultGetItemHref: TileMenuPropGetItemHref<\n TileMenuDefaultItem\n> = (item) => item.href;\nexport const defaultGetItemOnClick: TileMenuPropGetItemOnClick<\n TileMenuDefaultItem\n> = (item) => item.onClick;\nexport const defaultGetItemDescription: TileMenuPropGetItemDescription<\n TileMenuDefaultItem\n> = (item) => item.description;\n\nexport function withDefaultGetters<ITEM>(props: TileMenuListProps<ITEM>) {\n return {\n ...props,\n getItemDescription: props.getItemDescription || defaultGetItemDescription,\n getItemLabel: props.getItemLabel || defaultGetItemLabel,\n getItemImage: props.getItemImage || defaultGetItemImage,\n getItemHref: props.getItemHref || defaultGetItemHref,\n getItemOnClick: props.getItemOnClick || defaultGetItemOnClick,\n };\n}\n"],"mappings":"qqBAUA,MAAO,MAAMA,oBAEZ,CAAIC,CAAD,EAAUA,CAAI,CAACC,KAFZ,CAGP,MAAO,MAAMC,oBAEZ,CAAIF,CAAD,EAAUA,CAAI,CAACG,KAFZ,CAGP,MAAO,MAAMC,mBAEZ,CAAIJ,CAAD,EAAUA,CAAI,CAACK,IAFZ,CAGP,MAAO,MAAMC,sBAEZ,CAAIN,CAAD,EAAUA,CAAI,CAACO,OAFZ,CAGP,MAAO,MAAMC,0BAEZ,CAAIR,CAAD,EAAUA,CAAI,CAACS,WAFZ,CAIP,MAAO,SAASC,mBAAT,CAAkCC,CAAlC,CAAkE,CACvE,sCACKA,CADL,MAEEC,kBAAkB,CAAED,CAAK,CAACC,kBAAN,EAA4BJ,yBAFlD,CAGEK,YAAY,CAAEF,CAAK,CAACE,YAAN,EAAsBX,mBAHtC,CAIEY,YAAY,CAAEH,CAAK,CAACG,YAAN,EAAsBf,mBAJtC,CAKEgB,WAAW,CAAEJ,CAAK,CAACI,WAAN,EAAqBX,kBALpC,CAMEY,cAAc,CAAEL,CAAK,CAACK,cAAN,EAAwBV,qBAN1C,EAQD"}
1
+ {"version":3,"file":"helpers.js","names":["defaultGetItemImage","item","image","defaultGetItemLabel","label","defaultGetItemHref","href","defaultGetItemOnClick","onClick","defaultGetItemDescription","description","withDefaultGetters","props","getItemDescription","getItemLabel","getItemImage","getItemHref","getItemOnClick"],"sources":["../../../../../src/components/TileMenu/helpers.ts"],"sourcesContent":["import {\n TileMenuDefaultItem,\n TileMenuListProps,\n TileMenuPropGetItemDescription,\n TileMenuPropGetItemHref,\n TileMenuPropGetItemImage,\n TileMenuPropGetItemLabel,\n TileMenuPropGetItemOnClick,\n} from './types';\n\nexport const defaultGetItemImage: TileMenuPropGetItemImage<\n TileMenuDefaultItem\n> = (item) => item.image;\nexport const defaultGetItemLabel: TileMenuPropGetItemLabel<\n TileMenuDefaultItem\n> = (item) => item.label;\nexport const defaultGetItemHref: TileMenuPropGetItemHref<\n TileMenuDefaultItem\n> = (item) => item.href;\nexport const defaultGetItemOnClick: TileMenuPropGetItemOnClick<\n TileMenuDefaultItem\n> = (item) => item.onClick;\nexport const defaultGetItemDescription: TileMenuPropGetItemDescription<\n TileMenuDefaultItem\n> = (item) => item.description;\n\nexport function withDefaultGetters<ITEM>(props: TileMenuListProps<ITEM>) {\n return {\n ...props,\n getItemDescription: props.getItemDescription || defaultGetItemDescription,\n getItemLabel: props.getItemLabel || defaultGetItemLabel,\n getItemImage: props.getItemImage || defaultGetItemImage,\n getItemHref: props.getItemHref || defaultGetItemHref,\n getItemOnClick: props.getItemOnClick || defaultGetItemOnClick,\n };\n}\n"],"mappings":"qqBAUA,MAAO,MAAMA,oBAEZ,CAAIC,CAAI,EAAKA,CAAI,CAACC,KAAK,CACxB,MAAO,MAAMC,oBAEZ,CAAIF,CAAI,EAAKA,CAAI,CAACG,KAAK,CACxB,MAAO,MAAMC,mBAEZ,CAAIJ,CAAI,EAAKA,CAAI,CAACK,IAAI,CACvB,MAAO,MAAMC,sBAEZ,CAAIN,CAAI,EAAKA,CAAI,CAACO,OAAO,CAC1B,MAAO,MAAMC,0BAEZ,CAAIR,CAAI,EAAKA,CAAI,CAACS,WAAW,CAE9B,MAAO,SAASC,mBAAkB,CAAOC,CAA8B,CAAE,CACvE,sCACKA,CAAK,MACRC,kBAAkB,CAAED,CAAK,CAACC,kBAAkB,EAAIJ,yBAAyB,CACzEK,YAAY,CAAEF,CAAK,CAACE,YAAY,EAAIX,mBAAmB,CACvDY,YAAY,CAAEH,CAAK,CAACG,YAAY,EAAIf,mBAAmB,CACvDgB,WAAW,CAAEJ,CAAK,CAACI,WAAW,EAAIX,kBAAkB,CACpDY,cAAc,CAAEL,CAAK,CAACK,cAAc,EAAIV,qBAAqB,EAEjE"}
@@ -1,29 +1,29 @@
1
1
  /// <reference types="react" />
2
2
  import { PropsWithHTMLAttributes, PropsWithHTMLAttributesAndRef } from "../../utils/types/PropsWithHTMLAttributes";
3
3
  export declare const tileMenuPropView: readonly ["lines", "twoLines", "cards"];
4
- export declare type TileMenuPropView = typeof tileMenuPropView[number];
4
+ export type TileMenuPropView = typeof tileMenuPropView[number];
5
5
  export declare const tileMenuPropViewDefault: "lines";
6
- export declare type TileMenuDefaultItem = {
6
+ export type TileMenuDefaultItem = {
7
7
  label: string;
8
8
  image?: string;
9
9
  description?: string;
10
10
  href?: string;
11
11
  onClick?: React.MouseEventHandler<HTMLAnchorElement>;
12
12
  };
13
- export declare type TileMenuPropGetItemImage<ITEM> = (item: ITEM) => string | React.FC | undefined;
14
- export declare type TileMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;
15
- export declare type TileMenuPropGetItemDescription<ITEM> = (item: ITEM) => string | undefined;
16
- export declare type TileMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;
17
- export declare type TileMenuPropGetItemOnClick<ITEM> = (item: ITEM) => React.MouseEventHandler<HTMLAnchorElement> | undefined;
18
- export declare type TileMenuPropOnItemClick<ITEM> = (props: {
13
+ export type TileMenuPropGetItemImage<ITEM> = (item: ITEM) => string | React.FC | undefined;
14
+ export type TileMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;
15
+ export type TileMenuPropGetItemDescription<ITEM> = (item: ITEM) => string | undefined;
16
+ export type TileMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;
17
+ export type TileMenuPropGetItemOnClick<ITEM> = (item: ITEM) => React.MouseEventHandler<HTMLAnchorElement> | undefined;
18
+ export type TileMenuPropOnItemClick<ITEM> = (props: {
19
19
  e: React.MouseEvent<HTMLAnchorElement>;
20
20
  item: ITEM;
21
21
  }) => void;
22
- export declare type TileMenuOnItemClick<ITEM> = (props: {
22
+ export type TileMenuOnItemClick<ITEM> = (props: {
23
23
  e: React.MouseEvent<HTMLAnchorElement>;
24
24
  item: ITEM;
25
25
  }) => void;
26
- declare type CommonProps<ITEM> = {
26
+ type CommonProps<ITEM> = {
27
27
  view?: TileMenuPropView;
28
28
  items: ITEM[];
29
29
  isMobile?: boolean;
@@ -34,7 +34,7 @@ declare type CommonProps<ITEM> = {
34
34
  getItemHref?: TileMenuPropGetItemHref<ITEM>;
35
35
  getItemOnClick?: TileMenuPropGetItemOnClick<ITEM>;
36
36
  };
37
- export declare type TileMenuProps<ITEM = TileMenuDefaultItem> = PropsWithHTMLAttributesAndRef<CommonProps<ITEM> & {
37
+ export type TileMenuProps<ITEM = TileMenuDefaultItem> = PropsWithHTMLAttributesAndRef<CommonProps<ITEM> & {
38
38
  listClassName?: string;
39
39
  title?: string;
40
40
  }, HTMLButtonElement> & (ITEM extends {
@@ -42,7 +42,7 @@ export declare type TileMenuProps<ITEM = TileMenuDefaultItem> = PropsWithHTMLAtt
42
42
  } ? {} : {
43
43
  getItemLabel: TileMenuPropGetItemLabel<ITEM>;
44
44
  });
45
- export declare type TileMenuListProps<ITEM = TileMenuDefaultItem> = PropsWithHTMLAttributes<CommonProps<ITEM>, HTMLDivElement>;
46
- export declare type TileMenuListComponent = <ITEM = TileMenuDefaultItem>(props: TileMenuListProps<ITEM>) => React.ReactElement | null;
47
- export declare type TileMenuComponent = <ITEM = TileMenuDefaultItem>(props: TileMenuProps<ITEM>) => React.ReactElement | null;
45
+ export type TileMenuListProps<ITEM = TileMenuDefaultItem> = PropsWithHTMLAttributes<CommonProps<ITEM>, HTMLDivElement>;
46
+ export type TileMenuListComponent = <ITEM = TileMenuDefaultItem>(props: TileMenuListProps<ITEM>) => React.ReactElement | null;
47
+ export type TileMenuComponent = <ITEM = TileMenuDefaultItem>(props: TileMenuProps<ITEM>) => React.ReactElement | null;
48
48
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":["tileMenuPropView","tileMenuPropViewDefault"],"sources":["../../../../../src/components/TileMenu/types.ts"],"sourcesContent":["import {\n PropsWithHTMLAttributes,\n PropsWithHTMLAttributesAndRef,\n} from '##/utils/types/PropsWithHTMLAttributes';\n\nexport const tileMenuPropView = ['lines', 'twoLines', 'cards'] as const;\nexport type TileMenuPropView = typeof tileMenuPropView[number];\nexport const tileMenuPropViewDefault = tileMenuPropView[0];\n\nexport type TileMenuDefaultItem = {\n label: string;\n image?: string;\n description?: string;\n href?: string;\n onClick?: React.MouseEventHandler<HTMLAnchorElement>;\n};\n\nexport type TileMenuPropGetItemImage<ITEM> = (\n item: ITEM,\n) => string | React.FC | undefined;\nexport type TileMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;\nexport type TileMenuPropGetItemDescription<ITEM> = (\n item: ITEM,\n) => string | undefined;\nexport type TileMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;\nexport type TileMenuPropGetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.MouseEventHandler<HTMLAnchorElement> | undefined;\nexport type TileMenuPropOnItemClick<ITEM> = (props: {\n e: React.MouseEvent<HTMLAnchorElement>;\n item: ITEM;\n}) => void;\nexport type TileMenuOnItemClick<ITEM> = (props: {\n e: React.MouseEvent<HTMLAnchorElement>;\n item: ITEM;\n}) => void;\n\ntype CommonProps<ITEM> = {\n view?: TileMenuPropView;\n items: ITEM[];\n isMobile?: boolean;\n onItemClick?: TileMenuOnItemClick<ITEM>;\n getItemImage?: TileMenuPropGetItemImage<ITEM>;\n getItemLabel?: TileMenuPropGetItemLabel<ITEM>;\n getItemDescription?: TileMenuPropGetItemDescription<ITEM>;\n getItemHref?: TileMenuPropGetItemHref<ITEM>;\n getItemOnClick?: TileMenuPropGetItemOnClick<ITEM>;\n};\n\nexport type TileMenuProps<ITEM = TileMenuDefaultItem> =\n PropsWithHTMLAttributesAndRef<\n CommonProps<ITEM> & { listClassName?: string; title?: string },\n HTMLButtonElement\n > &\n (ITEM extends { label: TileMenuDefaultItem['label'] }\n ? {}\n : { getItemLabel: TileMenuPropGetItemLabel<ITEM> });\n\nexport type TileMenuListProps<ITEM = TileMenuDefaultItem> =\n PropsWithHTMLAttributes<CommonProps<ITEM>, HTMLDivElement>;\n\nexport type TileMenuListComponent = <ITEM = TileMenuDefaultItem>(\n props: TileMenuListProps<ITEM>,\n) => React.ReactElement | null;\n\nexport type TileMenuComponent = <ITEM = TileMenuDefaultItem>(\n props: TileMenuProps<ITEM>,\n) => React.ReactElement | null;\n"],"mappings":"AAKA,MAAO,MAAMA,iBAAgB,CAAG,CAAC,OAAD,CAAU,UAAV,CAAsB,OAAtB,CAAzB,CAEP,MAAO,MAAMC,wBAAuB,CAAGD,gBAAgB,CAAC,CAAD,CAAhD"}
1
+ {"version":3,"file":"types.js","names":["tileMenuPropView","tileMenuPropViewDefault"],"sources":["../../../../../src/components/TileMenu/types.ts"],"sourcesContent":["import {\n PropsWithHTMLAttributes,\n PropsWithHTMLAttributesAndRef,\n} from '##/utils/types/PropsWithHTMLAttributes';\n\nexport const tileMenuPropView = ['lines', 'twoLines', 'cards'] as const;\nexport type TileMenuPropView = typeof tileMenuPropView[number];\nexport const tileMenuPropViewDefault = tileMenuPropView[0];\n\nexport type TileMenuDefaultItem = {\n label: string;\n image?: string;\n description?: string;\n href?: string;\n onClick?: React.MouseEventHandler<HTMLAnchorElement>;\n};\n\nexport type TileMenuPropGetItemImage<ITEM> = (\n item: ITEM,\n) => string | React.FC | undefined;\nexport type TileMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;\nexport type TileMenuPropGetItemDescription<ITEM> = (\n item: ITEM,\n) => string | undefined;\nexport type TileMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;\nexport type TileMenuPropGetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.MouseEventHandler<HTMLAnchorElement> | undefined;\nexport type TileMenuPropOnItemClick<ITEM> = (props: {\n e: React.MouseEvent<HTMLAnchorElement>;\n item: ITEM;\n}) => void;\nexport type TileMenuOnItemClick<ITEM> = (props: {\n e: React.MouseEvent<HTMLAnchorElement>;\n item: ITEM;\n}) => void;\n\ntype CommonProps<ITEM> = {\n view?: TileMenuPropView;\n items: ITEM[];\n isMobile?: boolean;\n onItemClick?: TileMenuOnItemClick<ITEM>;\n getItemImage?: TileMenuPropGetItemImage<ITEM>;\n getItemLabel?: TileMenuPropGetItemLabel<ITEM>;\n getItemDescription?: TileMenuPropGetItemDescription<ITEM>;\n getItemHref?: TileMenuPropGetItemHref<ITEM>;\n getItemOnClick?: TileMenuPropGetItemOnClick<ITEM>;\n};\n\nexport type TileMenuProps<ITEM = TileMenuDefaultItem> =\n PropsWithHTMLAttributesAndRef<\n CommonProps<ITEM> & { listClassName?: string; title?: string },\n HTMLButtonElement\n > &\n (ITEM extends { label: TileMenuDefaultItem['label'] }\n ? {}\n : { getItemLabel: TileMenuPropGetItemLabel<ITEM> });\n\nexport type TileMenuListProps<ITEM = TileMenuDefaultItem> =\n PropsWithHTMLAttributes<CommonProps<ITEM>, HTMLDivElement>;\n\nexport type TileMenuListComponent = <ITEM = TileMenuDefaultItem>(\n props: TileMenuListProps<ITEM>,\n) => React.ReactElement | null;\n\nexport type TileMenuComponent = <ITEM = TileMenuDefaultItem>(\n props: TileMenuProps<ITEM>,\n) => React.ReactElement | null;\n"],"mappings":"AAKA,MAAO,MAAMA,iBAAgB,CAAG,CAAC,OAAO,CAAE,UAAU,CAAE,OAAO,CAAU,CAEvE,MAAO,MAAMC,wBAAuB,CAAGD,gBAAgB,CAAC,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalMenu.js","names":["cnForCssTransition","useDebounce","useMutableRef","useRefs","React","forwardRef","useCallback","useEffect","useState","CSSTransition","TransitionGroup","getItemClick","cn","withDefaultGetters","VerticalMenuLevel","cnVerticalMenu","transitionCn","VerticalMenuRender","props","ref","items","className","getItemActive","getItemHref","getItemLabel","getItemOnClick","getItemTarget","getItemSubMenu","header","onItemClick","getItemGroup","footer","otherProps","levels","setLevels","id","animationBack","setAnimationBack","levelRefs","length","disableAnimationBack","addLevel","level","l","newLevels","Array","from","push","removeLevel","pop","getItemSubMenuRef","getItemLabelRef","keys","split","slice","forEach","index","item","levelItems","current","levelLabel","label","map","levelNum","menuItem","VerticalMenu"],"sources":["../../../../../src/components/VerticalMenu/VerticalMenu.tsx"],"sourcesContent":["import './VerticalMenu.css';\n\nimport { cnForCssTransition } from '@consta/uikit/__internal__/src/utils/cnForCssTransition';\nimport { useDebounce } from '@consta/uikit/useDebounce';\nimport { useMutableRef } from '@consta/uikit/useMutableRef';\nimport { useRefs } from '@consta/uikit/useRefs';\nimport React, { forwardRef, useCallback, useEffect, useState } from 'react';\nimport { CSSTransition, TransitionGroup } from 'react-transition-group';\n\nimport { getItemClick } from '##/helpers/getItemClick';\nimport { cn } from '##/utils/bem';\n\nimport { withDefaultGetters } from './helpers';\nimport {\n DefaultItem,\n Level,\n VerticalMenuComponent,\n VerticalMenuProps,\n} from './types';\nimport { VerticalMenuLevel } from './VerticalMenuLevel/VerticalMenuLevel';\n\nexport const cnVerticalMenu = cn('VerticalMenu');\n\nconst transitionCn = cnForCssTransition(cnVerticalMenu, 'Level');\n\nconst VerticalMenuRender = (\n props: VerticalMenuProps,\n ref: React.Ref<HTMLDivElement>,\n) => {\n const {\n items,\n className,\n getItemActive,\n getItemHref,\n getItemLabel,\n getItemOnClick,\n getItemTarget,\n getItemSubMenu,\n header,\n onItemClick,\n getItemGroup,\n footer,\n ...otherProps\n } = withDefaultGetters(props);\n\n const [levels, setLevels] = useState<Array<Level<DefaultItem>>>([\n { items, id: '0' },\n ]);\n const [animationBack, setAnimationBack] = useState<boolean>(false);\n\n const levelRefs = useRefs<HTMLDivElement>(levels.length);\n\n const disableAnimationBack = useDebounce(() => setAnimationBack(false), 250);\n\n const addLevel = useCallback(\n (level: Level<typeof items[number]>) =>\n setLevels((l) => {\n const newLevels = Array.from(l);\n newLevels.push(level);\n return newLevels;\n }),\n [],\n );\n\n const removeLevel = useCallback(() => {\n setAnimationBack(true);\n setLevels((l) => {\n const newLevels = Array.from(l);\n newLevels.pop();\n return newLevels;\n });\n disableAnimationBack();\n }, []);\n\n const getItemSubMenuRef = useMutableRef(getItemSubMenu);\n const getItemLabelRef = useMutableRef(getItemLabel);\n\n useEffect(() => {\n // обновляем уровни при смене items\n const keys = levels[levels.length - 1].id.split('-').slice(1);\n\n let id = '0';\n\n const newLevels: Array<Level<DefaultItem>> = [{ items, id }];\n\n keys.forEach((index) => {\n const item = newLevels[newLevels.length - 1].items[Number(index)];\n\n if (!item) {\n return;\n }\n\n const levelItems = getItemSubMenuRef.current(item);\n const levelLabel = getItemLabelRef.current(item);\n id = `${id}-${index}`;\n\n if (!levelItems) {\n return;\n }\n\n newLevels.push({ items: levelItems, label: levelLabel, id });\n });\n\n setLevels(newLevels);\n }, [items]);\n\n return (\n <div\n {...otherProps}\n className={cnVerticalMenu({ animationBack }, [className])}\n ref={ref}\n >\n <TransitionGroup enter exit className={cnVerticalMenu('Levels')}>\n {levels.map((level, index) => {\n const levelNum = index + 1;\n if (levelNum >= levels.length) {\n return (\n <CSSTransition\n classNames={transitionCn}\n key={levelNum}\n timeout={250}\n nodeRef={levelRefs[index]}\n >\n <VerticalMenuLevel\n ref={levelRefs[index]}\n id={level.id}\n items={level.items}\n label={level.label}\n addLevel={addLevel}\n removeLevel={removeLevel}\n className={cnVerticalMenu('Level', {\n current: levelNum === levels.length,\n })}\n key={levelNum}\n header={index === 0 && header}\n footer={index === 0 && footer}\n getItemActive={getItemActive}\n getItemHref={getItemHref}\n getItemLabel={getItemLabel}\n getItemOnClick={(menuItem) =>\n getItemClick(menuItem, getItemOnClick, onItemClick)\n }\n getItemTarget={getItemTarget}\n getItemSubMenu={getItemSubMenu}\n getItemGroup={getItemGroup}\n />\n </CSSTransition>\n );\n }\n })}\n </TransitionGroup>\n </div>\n );\n};\n\nexport const VerticalMenu = forwardRef(\n VerticalMenuRender,\n) as VerticalMenuComponent;\n\nexport * from './types';\n"],"mappings":"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"}
1
+ {"version":3,"file":"VerticalMenu.js","names":["cnForCssTransition","useDebounce","useMutableRef","useRefs","React","forwardRef","useCallback","useEffect","useState","CSSTransition","TransitionGroup","getItemClick","cn","withDefaultGetters","VerticalMenuLevel","cnVerticalMenu","transitionCn","VerticalMenuRender","props","ref","items","className","getItemActive","getItemHref","getItemLabel","getItemOnClick","getItemTarget","getItemSubMenu","header","onItemClick","getItemGroup","footer","otherProps","levels","setLevels","id","animationBack","setAnimationBack","levelRefs","length","disableAnimationBack","addLevel","level","l","newLevels","Array","from","push","removeLevel","pop","getItemSubMenuRef","getItemLabelRef","keys","split","slice","forEach","index","item","levelItems","current","levelLabel","label","map","levelNum","menuItem","VerticalMenu"],"sources":["../../../../../src/components/VerticalMenu/VerticalMenu.tsx"],"sourcesContent":["import './VerticalMenu.css';\n\nimport { cnForCssTransition } from '@consta/uikit/__internal__/src/utils/cnForCssTransition';\nimport { useDebounce } from '@consta/uikit/useDebounce';\nimport { useMutableRef } from '@consta/uikit/useMutableRef';\nimport { useRefs } from '@consta/uikit/useRefs';\nimport React, { forwardRef, useCallback, useEffect, useState } from 'react';\nimport { CSSTransition, TransitionGroup } from 'react-transition-group';\n\nimport { getItemClick } from '##/helpers/getItemClick';\nimport { cn } from '##/utils/bem';\n\nimport { withDefaultGetters } from './helpers';\nimport {\n DefaultItem,\n Level,\n VerticalMenuComponent,\n VerticalMenuProps,\n} from './types';\nimport { VerticalMenuLevel } from './VerticalMenuLevel/VerticalMenuLevel';\n\nexport const cnVerticalMenu = cn('VerticalMenu');\n\nconst transitionCn = cnForCssTransition(cnVerticalMenu, 'Level');\n\nconst VerticalMenuRender = (\n props: VerticalMenuProps,\n ref: React.Ref<HTMLDivElement>,\n) => {\n const {\n items,\n className,\n getItemActive,\n getItemHref,\n getItemLabel,\n getItemOnClick,\n getItemTarget,\n getItemSubMenu,\n header,\n onItemClick,\n getItemGroup,\n footer,\n ...otherProps\n } = withDefaultGetters(props);\n\n const [levels, setLevels] = useState<Array<Level<DefaultItem>>>([\n { items, id: '0' },\n ]);\n const [animationBack, setAnimationBack] = useState<boolean>(false);\n\n const levelRefs = useRefs<HTMLDivElement>(levels.length);\n\n const disableAnimationBack = useDebounce(() => setAnimationBack(false), 250);\n\n const addLevel = useCallback(\n (level: Level<typeof items[number]>) =>\n setLevels((l) => {\n const newLevels = Array.from(l);\n newLevels.push(level);\n return newLevels;\n }),\n [],\n );\n\n const removeLevel = useCallback(() => {\n setAnimationBack(true);\n setLevels((l) => {\n const newLevels = Array.from(l);\n newLevels.pop();\n return newLevels;\n });\n disableAnimationBack();\n }, []);\n\n const getItemSubMenuRef = useMutableRef(getItemSubMenu);\n const getItemLabelRef = useMutableRef(getItemLabel);\n\n useEffect(() => {\n // обновляем уровни при смене items\n const keys = levels[levels.length - 1].id.split('-').slice(1);\n\n let id = '0';\n\n const newLevels: Array<Level<DefaultItem>> = [{ items, id }];\n\n keys.forEach((index) => {\n const item = newLevels[newLevels.length - 1].items[Number(index)];\n\n if (!item) {\n return;\n }\n\n const levelItems = getItemSubMenuRef.current(item);\n const levelLabel = getItemLabelRef.current(item);\n id = `${id}-${index}`;\n\n if (!levelItems) {\n return;\n }\n\n newLevels.push({ items: levelItems, label: levelLabel, id });\n });\n\n setLevels(newLevels);\n }, [items]);\n\n return (\n <div\n {...otherProps}\n className={cnVerticalMenu({ animationBack }, [className])}\n ref={ref}\n >\n <TransitionGroup enter exit className={cnVerticalMenu('Levels')}>\n {levels.map((level, index) => {\n const levelNum = index + 1;\n if (levelNum >= levels.length) {\n return (\n <CSSTransition\n classNames={transitionCn}\n key={levelNum}\n timeout={250}\n nodeRef={levelRefs[index]}\n >\n <VerticalMenuLevel\n ref={levelRefs[index]}\n id={level.id}\n items={level.items}\n label={level.label}\n addLevel={addLevel}\n removeLevel={removeLevel}\n className={cnVerticalMenu('Level', {\n current: levelNum === levels.length,\n })}\n key={levelNum}\n header={index === 0 && header}\n footer={index === 0 && footer}\n getItemActive={getItemActive}\n getItemHref={getItemHref}\n getItemLabel={getItemLabel}\n getItemOnClick={(menuItem) =>\n getItemClick(menuItem, getItemOnClick, onItemClick)\n }\n getItemTarget={getItemTarget}\n getItemSubMenu={getItemSubMenu}\n getItemGroup={getItemGroup}\n />\n </CSSTransition>\n );\n }\n })}\n </TransitionGroup>\n </div>\n );\n};\n\nexport const VerticalMenu = forwardRef(\n VerticalMenuRender,\n) as VerticalMenuComponent;\n\nexport * from './types';\n"],"mappings":"yQAAA,2BAEA,OAASA,kBAAkB,KAAQ,yDAAyD,CAC5F,OAASC,WAAW,KAAQ,2BAA2B,CACvD,OAASC,aAAa,KAAQ,6BAA6B,CAC3D,OAASC,OAAO,KAAQ,uBAAuB,CAC/C,MAAOC,MAAK,EAAIC,UAAU,CAAEC,WAAW,CAAEC,SAAS,CAAEC,QAAQ,KAAQ,OAAO,CAC3E,OAASC,aAAa,CAAEC,eAAe,KAAQ,wBAAwB,CAEvE,OAASC,YAAY,kCACrB,OAASC,EAAE,uBAEX,OAASC,kBAAkB,iBAO3B,OAASC,iBAAiB,6CAE1B,MAAO,MAAMC,eAAc,CAAGH,EAAE,CAAC,cAAc,CAAC,CAAC,KAE3CI,aAAY,CAAGhB,kBAAkB,CAACe,cAAc,CAAE,OAAO,CAAC,CAE1DE,kBAAkB,CAAG,CACzBC,CAAwB,CACxBC,CAA8B,GAC3B,SAeCN,kBAAkB,CAACK,CAAK,CAAC,CAdvB,CACJE,KAAK,CAALA,CAAK,CACLC,SAAS,CAATA,CAAS,CACTC,aAAa,CAAbA,CAAa,CACbC,WAAW,CAAXA,CAAW,CACXC,YAAY,CAAZA,CAAY,CACZC,cAAc,CAAdA,CAAc,CACdC,aAAa,CAAbA,CAAa,CACbC,cAAc,CAAdA,CAAc,CACdC,MAAM,CAANA,CAAM,CACNC,WAAW,CAAXA,CAAW,CACXC,YAAY,CAAZA,CAAY,CACZC,MAAM,CAANA,CAEF,CAAC,GADIC,CAAU,uCAGT,CAACC,CAAM,CAAEC,CAAS,CAAC,CAAG1B,QAAQ,CAA4B,CAC9D,CAAEY,KAAK,CAALA,CAAK,CAAEe,EAAE,CAAE,GAAI,CAAC,CACnB,CAAC,CACI,CAACC,CAAa,CAAEC,CAAgB,CAAC,CAAG7B,QAAQ,IAAgB,CAE5D8B,CAAS,CAAGnC,OAAO,CAAiB8B,CAAM,CAACM,MAAM,CAAC,CAElDC,CAAoB,CAAGvC,WAAW,CAAC,IAAMoC,CAAgB,IAAO,CAAE,GAAG,CAAC,CAEtEI,CAAQ,CAAGnC,WAAW,CACzBoC,CAAkC,EACjCR,CAAS,CAAES,CAAC,EAAK,CACf,KAAMC,EAAS,CAAGC,KAAK,CAACC,IAAI,CAACH,CAAC,CAAC,CAE/B,MADAC,EAAS,CAACG,IAAI,CAACL,CAAK,CAAC,CACdE,CACT,CAAC,CAAC,CACJ,EAAE,CACH,CAEKI,CAAW,CAAG1C,WAAW,CAAC,IAAM,CACpC+B,CAAgB,IAAM,CACtBH,CAAS,CAAES,CAAC,EAAK,CACf,KAAMC,EAAS,CAAGC,KAAK,CAACC,IAAI,CAACH,CAAC,CAAC,CAE/B,MADAC,EAAS,CAACK,GAAG,EAAE,CACRL,CACT,CAAC,CAAC,CACFJ,CAAoB,EACtB,CAAC,CAAE,EAAE,CAAC,CAEAU,CAAiB,CAAGhD,aAAa,CAACyB,CAAc,CAAC,CACjDwB,CAAe,CAAGjD,aAAa,CAACsB,CAAY,CAAC,CA+BnD,MA7BAjB,UAAS,CAAC,IAAM,CAEd,KAAM6C,EAAI,CAAGnB,CAAM,CAACA,CAAM,CAACM,MAAM,CAAG,CAAC,CAAC,CAACJ,EAAE,CAACkB,KAAK,CAAC,GAAG,CAAC,CAACC,KAAK,CAAC,CAAC,CAAC,CAE7D,GAAInB,EAAE,CAAG,GAAG,CAEZ,KAAMS,EAAoC,CAAG,CAAC,CAAExB,KAAK,CAALA,CAAK,CAAEe,EAAE,CAAFA,CAAG,CAAC,CAAC,CAE5DiB,CAAI,CAACG,OAAO,CAAEC,CAAK,EAAK,CACtB,KAAMC,EAAI,CAAGb,CAAS,CAACA,CAAS,CAACL,MAAM,CAAG,CAAC,CAAC,CAACnB,KAAK,EAAQoC,CAAK,CAAE,CAEjE,GAAI,CAACC,CAAI,CACP,OACD,KAEKC,EAAU,CAAGR,CAAiB,CAACS,OAAO,CAACF,CAAI,CAAC,CAC5CG,CAAU,CAAGT,CAAe,CAACQ,OAAO,CAACF,CAAI,CAAC,CAChDtB,CAAE,CAAI,GAAEA,CAAG,IAAGqB,CAAM,EAAC,CAEhBE,CAAU,EAIfd,CAAS,CAACG,IAAI,CAAC,CAAE3B,KAAK,CAAEsC,CAAU,CAAEG,KAAK,CAAED,CAAU,CAAEzB,EAAE,CAAFA,CAAG,CAAC,CAC7D,CAAC,CAAC,CAEFD,CAAS,CAACU,CAAS,CACrB,CAAC,CAAE,CAACxB,CAAK,CAAC,CAAC,CAGT,2CACMY,CAAU,EACd,SAAS,CAAEjB,cAAc,CAAC,CAAEqB,aAAa,CAAbA,CAAc,CAAC,CAAE,CAACf,CAAS,CAAC,CAAE,CAC1D,GAAG,CAAEF,CAAI,GAET,oBAAC,eAAe,EAAC,KAAK,IAAC,IAAI,IAAC,SAAS,CAAEJ,cAAc,CAAC,QAAQ,CAAE,EAC7DkB,CAAM,CAAC6B,GAAG,CAAC,CAACpB,CAAK,CAAEc,CAAK,GAAK,CAC5B,KAAMO,EAAQ,CAAGP,CAAK,CAAG,CAAC,CAC1B,GAAIO,CAAQ,EAAI9B,CAAM,CAACM,MAAM,CAC3B,MACE,qBAAC,aAAa,EACZ,UAAU,CAAEvB,YAAa,CACzB,GAAG,CAAE+C,CAAS,CACd,OAAO,CAAE,GAAI,CACb,OAAO,CAAEzB,CAAS,CAACkB,CAAK,CAAE,EAE1B,oBAAC,iBAAiB,EAChB,GAAG,CAAElB,CAAS,CAACkB,CAAK,CAAE,CACtB,EAAE,CAAEd,CAAK,CAACP,EAAG,CACb,KAAK,CAAEO,CAAK,CAACtB,KAAM,CACnB,KAAK,CAAEsB,CAAK,CAACmB,KAAM,CACnB,QAAQ,CAAEpB,CAAS,CACnB,WAAW,CAAEO,CAAY,CACzB,SAAS,CAAEjC,cAAc,CAAC,OAAO,CAAE,CACjC4C,OAAO,CAAEI,CAAQ,GAAK9B,CAAM,CAACM,MAC/B,CAAC,CAAE,CACH,GAAG,CAAEwB,CAAS,CACd,MAAM,CAAY,CAAC,GAAXP,CAAW,EAAI5B,CAAO,CAC9B,MAAM,CAAY,CAAC,GAAX4B,CAAW,EAAIzB,CAAO,CAC9B,aAAa,CAAET,CAAc,CAC7B,WAAW,CAAEC,CAAY,CACzB,YAAY,CAAEC,CAAa,CAC3B,cAAc,CAAGwC,CAAQ,EACvBrD,YAAY,CAACqD,CAAQ,CAAEvC,CAAc,CAAEI,CAAW,CACnD,CACD,aAAa,CAAEH,CAAc,CAC7B,cAAc,CAAEC,CAAe,CAC/B,YAAY,CAAEG,CAAa,EAC3B,CAIV,CAAC,CAAC,CACc,CAGxB,CAAC,CAED,MAAO,MAAMmC,aAAY,CAAG5D,UAAU,CACpCY,kBAAkB,CACM,CAE1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalMenuItem.js","names":["IconArrowRight","Text","React","cn","cnVerticalMenuItem","VerticalMenuItem","props","className","label","href","target","active","onClick","withSubMenu","otherProps","propsLink","as"],"sources":["../../../../../../src/components/VerticalMenu/VerticalMenuItem/VerticalMenuItem.tsx"],"sourcesContent":["import './VerticalMenuItem.css';\n\nimport { IconArrowRight } from '@consta/uikit/IconArrowRight';\nimport { Text } from '@consta/uikit/Text';\nimport React from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { VerticalMenuItemComponent } from '../types';\n\nexport const cnVerticalMenuItem = cn('VerticalMenuItem');\n\nexport const VerticalMenuItem: VerticalMenuItemComponent = (props) => {\n const {\n className,\n label,\n href,\n target,\n active,\n onClick,\n withSubMenu,\n ...otherProps\n } = props;\n\n const propsLink = href\n ? ({\n as: 'a',\n href,\n target,\n } as const)\n : ({\n as: 'span',\n } as const);\n\n return (\n <Text\n {...otherProps}\n {...propsLink}\n className={cnVerticalMenuItem({ active }, [className])}\n onClick={onClick}\n >\n {label}\n {withSubMenu && (\n <IconArrowRight className={cnVerticalMenuItem('Icon')} size=\"xs\" />\n )}\n </Text>\n );\n};\n"],"mappings":"4KAAA,+BAEA,OAASA,cAAT,KAA+B,8BAA/B,CACA,OAASC,IAAT,KAAqB,oBAArB,CACA,MAAOC,MAAP,KAAkB,OAAlB,CAEA,OAASC,EAAT,0BAIA,MAAO,MAAMC,mBAAkB,CAAGD,EAAE,CAAC,kBAAD,CAA7B,CAEP,MAAO,MAAME,iBAA2C,CAAIC,CAAD,EAAW,MAC9D,CACJC,SAAS,CAATA,CADI,CAEJC,KAAK,CAALA,CAFI,CAGJC,IAAI,CAAJA,CAHI,CAIJC,MAAM,CAANA,CAJI,CAKJC,MAAM,CAANA,CALI,CAMJC,OAAO,CAAPA,CANI,CAOJC,WAAW,CAAXA,CAPI,EASFP,CAVgE,CAS/DQ,CAT+D,0BAUhER,CAVgE,YAY9DS,CAAS,CAAGN,CAAI,CACjB,CACCO,EAAE,CAAE,GADL,CAECP,IAAI,CAAJA,CAFD,CAGCC,MAAM,CAANA,CAHD,CADiB,CAMjB,CACCM,EAAE,CAAE,MADL,CAlB+D,CAsBpE,MACE,qBAAC,IAAD,kBACMF,CADN,CAEMC,CAFN,EAGE,SAAS,CAAEX,kBAAkB,CAAC,CAAEO,MAAM,CAANA,CAAF,CAAD,CAAa,CAACJ,CAAD,CAAb,CAH/B,CAIE,OAAO,CAAEK,CAJX,GAMGJ,CANH,CAOGK,CAAW,EACV,oBAAC,cAAD,EAAgB,SAAS,CAAET,kBAAkB,CAAC,MAAD,CAA7C,CAAuD,IAAI,CAAC,IAA5D,EARJ,CAYH,CAnCM"}
1
+ {"version":3,"file":"VerticalMenuItem.js","names":["IconArrowRight","Text","React","cn","cnVerticalMenuItem","VerticalMenuItem","props","className","label","href","target","active","onClick","withSubMenu","otherProps","propsLink","as"],"sources":["../../../../../../src/components/VerticalMenu/VerticalMenuItem/VerticalMenuItem.tsx"],"sourcesContent":["import './VerticalMenuItem.css';\n\nimport { IconArrowRight } from '@consta/uikit/IconArrowRight';\nimport { Text } from '@consta/uikit/Text';\nimport React from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { VerticalMenuItemComponent } from '../types';\n\nexport const cnVerticalMenuItem = cn('VerticalMenuItem');\n\nexport const VerticalMenuItem: VerticalMenuItemComponent = (props) => {\n const {\n className,\n label,\n href,\n target,\n active,\n onClick,\n withSubMenu,\n ...otherProps\n } = props;\n\n const propsLink = href\n ? ({\n as: 'a',\n href,\n target,\n } as const)\n : ({\n as: 'span',\n } as const);\n\n return (\n <Text\n {...otherProps}\n {...propsLink}\n className={cnVerticalMenuItem({ active }, [className])}\n onClick={onClick}\n >\n {label}\n {withSubMenu && (\n <IconArrowRight className={cnVerticalMenuItem('Icon')} size=\"xs\" />\n )}\n </Text>\n );\n};\n"],"mappings":"4KAAA,+BAEA,OAASA,cAAc,KAAQ,8BAA8B,CAC7D,OAASC,IAAI,KAAQ,oBAAoB,CACzC,MAAOC,MAAK,KAAM,OAAO,CAEzB,OAASC,EAAE,0BAIX,MAAO,MAAMC,mBAAkB,CAAGD,EAAE,CAAC,kBAAkB,CAAC,CAExD,MAAO,MAAME,iBAA2C,CAAIC,CAAK,EAAK,MAC9D,CACJC,SAAS,CAATA,CAAS,CACTC,KAAK,CAALA,CAAK,CACLC,IAAI,CAAJA,CAAI,CACJC,MAAM,CAANA,CAAM,CACNC,MAAM,CAANA,CAAM,CACNC,OAAO,CAAPA,CAAO,CACPC,WAAW,CAAXA,CAEF,CAAC,CAAGP,CAAK,CADJQ,CAAU,0BACXR,CAAK,YAEHS,CAAS,CAAGN,CAAI,CACjB,CACCO,EAAE,CAAE,GAAG,CACPP,IAAI,CAAJA,CAAI,CACJC,MAAM,CAANA,CACF,CAAC,CACA,CACCM,EAAE,CAAE,MACN,CAAW,CAEf,MACE,qBAAC,IAAI,kBACCF,CAAU,CACVC,CAAS,EACb,SAAS,CAAEX,kBAAkB,CAAC,CAAEO,MAAM,CAANA,CAAO,CAAC,CAAE,CAACJ,CAAS,CAAC,CAAE,CACvD,OAAO,CAAEK,CAAQ,GAEhBJ,CAAK,CACLK,CAAW,EACV,oBAAC,cAAc,EAAC,SAAS,CAAET,kBAAkB,CAAC,MAAM,CAAE,CAAC,IAAI,CAAC,IAAI,EACjE,CAGP,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalMenuLevel.js","names":["fabricIndex","getGroups","Button","IconArrowLeft","cnMixSpace","Text","React","forwardRef","cn","VerticalMenuItem","cnVerticalMenuLevel","VerticalMenuLevel","props","ref","items","className","getItemActive","getItemHref","getItemLabel","getItemOnClick","getItemTarget","getItemSubMenu","addLevel","removeLevel","label","levelLabel","header","getItemGroup","id","footer","otherProps","groups","getIndex","pV","pH","mL","map","group","groupIndex","mV","mH","item","index","levelId","subMenu","withSubMenu","length","itemClick","onClick","e"],"sources":["../../../../../../src/components/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.tsx"],"sourcesContent":["import './VerticalMenuLevel.css';\n\nimport { fabricIndex } from '@consta/uikit/__internal__/src/utils/fabricIndex';\nimport { getGroups } from '@consta/uikit/__internal__/src/utils/getGroups';\nimport { Button } from '@consta/uikit/Button';\nimport { IconArrowLeft } from '@consta/uikit/IconArrowLeft';\nimport { cnMixSpace } from '@consta/uikit/MixSpace';\nimport { Text } from '@consta/uikit/Text';\nimport React, { forwardRef } from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { VerticalMenuLevelComponent } from '../types';\nimport { VerticalMenuItem } from '../VerticalMenuItem/VerticalMenuItem';\n\nexport const cnVerticalMenuLevel = cn('VerticalMenuLevel');\n\nexport const VerticalMenuLevel: VerticalMenuLevelComponent = forwardRef(\n (props, ref) => {\n const {\n items,\n className,\n getItemActive,\n getItemHref,\n getItemLabel,\n getItemOnClick,\n getItemTarget,\n getItemSubMenu,\n addLevel,\n removeLevel,\n label: levelLabel,\n header,\n getItemGroup,\n id,\n footer,\n ...otherProps\n } = props;\n\n const groups = getGroups(\n items,\n getItemGroup,\n undefined,\n undefined,\n undefined,\n );\n const getIndex = fabricIndex(-1);\n\n return (\n <div\n {...otherProps}\n ref={ref}\n className={cnVerticalMenuLevel(null, [className])}\n >\n {levelLabel && (\n <div\n className={cnVerticalMenuLevel('Label', [\n cnMixSpace({ pV: 's', pH: 'xl' }),\n ])}\n >\n <Button\n iconLeft={IconArrowLeft}\n view=\"clear\"\n size=\"s\"\n onClick={removeLevel}\n />\n <Text className={cnMixSpace({ mL: 's' })} truncate>\n {levelLabel}\n </Text>\n </div>\n )}\n {header && (\n <div className={cnVerticalMenuLevel('Header')}>{header}</div>\n )}\n <nav className={cnVerticalMenuLevel('Nav')}>\n {groups.map((group, groupIndex) => {\n return (\n <>\n {groupIndex ? (\n <div\n className={cnVerticalMenuLevel('Divider', [\n cnMixSpace({ mV: 's', mH: 'xl' }),\n ])}\n />\n ) : undefined}\n {group.items.map((item, index) => {\n const levelId = getIndex();\n const subMenu = getItemSubMenu(item);\n const withSubMenu = (subMenu && subMenu.length > 0) || false;\n const itemClick = getItemOnClick(item);\n const label = getItemLabel(item);\n const onClick = withSubMenu\n ? (e: React.MouseEvent<Element, MouseEvent>) => {\n itemClick?.(e);\n subMenu &&\n addLevel({\n items: subMenu,\n label,\n id: `${id}-${levelId}`,\n });\n }\n : itemClick;\n return (\n <VerticalMenuItem\n key={cnVerticalMenuLevel('Item', { groupIndex, index })}\n label={label}\n href={getItemHref(item)}\n active={getItemActive(item)}\n onClick={onClick}\n target={getItemTarget(item)}\n withSubMenu={withSubMenu}\n className={cnMixSpace({ pV: 's', pH: 'xl' })}\n />\n );\n })}\n </>\n );\n })}\n </nav>\n {footer && (\n <div className={cnVerticalMenuLevel('Footer')}>\n <div\n className={cnVerticalMenuLevel('Divider', [\n cnMixSpace({ mV: 's', mH: 'xl' }),\n ])}\n />\n {footer}\n </div>\n )}\n </div>\n );\n },\n);\n"],"mappings":"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"}
1
+ {"version":3,"file":"VerticalMenuLevel.js","names":["fabricIndex","getGroups","Button","IconArrowLeft","cnMixSpace","Text","React","forwardRef","cn","VerticalMenuItem","cnVerticalMenuLevel","VerticalMenuLevel","props","ref","items","className","getItemActive","getItemHref","getItemLabel","getItemOnClick","getItemTarget","getItemSubMenu","addLevel","removeLevel","label","levelLabel","header","getItemGroup","id","footer","otherProps","groups","getIndex","pV","pH","mL","map","group","groupIndex","mV","mH","item","index","levelId","subMenu","withSubMenu","length","itemClick","onClick","e"],"sources":["../../../../../../src/components/VerticalMenu/VerticalMenuLevel/VerticalMenuLevel.tsx"],"sourcesContent":["import './VerticalMenuLevel.css';\n\nimport { fabricIndex } from '@consta/uikit/__internal__/src/utils/fabricIndex';\nimport { getGroups } from '@consta/uikit/__internal__/src/utils/getGroups';\nimport { Button } from '@consta/uikit/Button';\nimport { IconArrowLeft } from '@consta/uikit/IconArrowLeft';\nimport { cnMixSpace } from '@consta/uikit/MixSpace';\nimport { Text } from '@consta/uikit/Text';\nimport React, { forwardRef } from 'react';\n\nimport { cn } from '##/utils/bem';\n\nimport { VerticalMenuLevelComponent } from '../types';\nimport { VerticalMenuItem } from '../VerticalMenuItem/VerticalMenuItem';\n\nexport const cnVerticalMenuLevel = cn('VerticalMenuLevel');\n\nexport const VerticalMenuLevel: VerticalMenuLevelComponent = forwardRef(\n (props, ref) => {\n const {\n items,\n className,\n getItemActive,\n getItemHref,\n getItemLabel,\n getItemOnClick,\n getItemTarget,\n getItemSubMenu,\n addLevel,\n removeLevel,\n label: levelLabel,\n header,\n getItemGroup,\n id,\n footer,\n ...otherProps\n } = props;\n\n const groups = getGroups(\n items,\n getItemGroup,\n undefined,\n undefined,\n undefined,\n );\n const getIndex = fabricIndex(-1);\n\n return (\n <div\n {...otherProps}\n ref={ref}\n className={cnVerticalMenuLevel(null, [className])}\n >\n {levelLabel && (\n <div\n className={cnVerticalMenuLevel('Label', [\n cnMixSpace({ pV: 's', pH: 'xl' }),\n ])}\n >\n <Button\n iconLeft={IconArrowLeft}\n view=\"clear\"\n size=\"s\"\n onClick={removeLevel}\n />\n <Text className={cnMixSpace({ mL: 's' })} truncate>\n {levelLabel}\n </Text>\n </div>\n )}\n {header && (\n <div className={cnVerticalMenuLevel('Header')}>{header}</div>\n )}\n <nav className={cnVerticalMenuLevel('Nav')}>\n {groups.map((group, groupIndex) => {\n return (\n <>\n {groupIndex ? (\n <div\n className={cnVerticalMenuLevel('Divider', [\n cnMixSpace({ mV: 's', mH: 'xl' }),\n ])}\n />\n ) : undefined}\n {group.items.map((item, index) => {\n const levelId = getIndex();\n const subMenu = getItemSubMenu(item);\n const withSubMenu = (subMenu && subMenu.length > 0) || false;\n const itemClick = getItemOnClick(item);\n const label = getItemLabel(item);\n const onClick = withSubMenu\n ? (e: React.MouseEvent<Element, MouseEvent>) => {\n itemClick?.(e);\n subMenu &&\n addLevel({\n items: subMenu,\n label,\n id: `${id}-${levelId}`,\n });\n }\n : itemClick;\n return (\n <VerticalMenuItem\n key={cnVerticalMenuLevel('Item', { groupIndex, index })}\n label={label}\n href={getItemHref(item)}\n active={getItemActive(item)}\n onClick={onClick}\n target={getItemTarget(item)}\n withSubMenu={withSubMenu}\n className={cnMixSpace({ pV: 's', pH: 'xl' })}\n />\n );\n })}\n </>\n );\n })}\n </nav>\n {footer && (\n <div className={cnVerticalMenuLevel('Footer')}>\n <div\n className={cnVerticalMenuLevel('Divider', [\n cnMixSpace({ mV: 's', mH: 'xl' }),\n ])}\n />\n {footer}\n </div>\n )}\n </div>\n );\n },\n);\n"],"mappings":"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"}
@@ -19,7 +19,7 @@ export declare function withDefaultGetters<ITEM>(props: VerticalMenuProps<ITEM>)
19
19
  getItemGroup?: VerticalMenuPropGetItemGroup<ITEM> | undefined;
20
20
  header?: import("react").ReactNode;
21
21
  footer?: import("react").ReactNode;
22
- } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "css" | "items" | "getItemLabel" | "footer" | "header" | "onItemClick" | "getItemHref" | "getItemTarget" | "getItemOnClick" | "getItemSubMenu" | "getItemActive" | "getItemGroup"> & (ITEM extends {
22
+ } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "css" | "items" | "getItemLabel" | "footer" | "header" | "getItemOnClick" | "onItemClick" | "getItemHref" | "getItemTarget" | "getItemActive" | "getItemSubMenu" | "getItemGroup"> & (ITEM extends {
23
23
  label: string;
24
24
  } ? {} : {
25
25
  getItemLabel: VerticalMenuPropGetItemLabel<ITEM>;
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","names":["defaultGetItemLabel","item","label","defaultGetItemActive","active","defaultGetItemHref","href","defaultGetItemOnClick","onClick","defaultGetItemTarget","target","defaultGetItemSubMenu","subMenu","defaultGetItemGroup","groupId","withDefaultGetters","props","getItemLabel","getItemActive","getItemHref","getItemOnClick","getItemTarget","getItemSubMenu","getItemGroup"],"sources":["../../../../../src/components/VerticalMenu/helpers.ts"],"sourcesContent":["import {\n DefaultItem,\n VerticalMenuPropGetItemActive,\n VerticalMenuPropGetItemGroup,\n VerticalMenuPropGetItemHref,\n VerticalMenuPropGetItemLabel,\n VerticalMenuPropGetItemOnClick,\n VerticalMenuPropGetItemSubMenu,\n VerticalMenuPropGetItemTarget,\n VerticalMenuProps,\n} from './types';\n\nexport const defaultGetItemLabel: VerticalMenuPropGetItemLabel<DefaultItem> = (\n item,\n) => item.label;\nexport const defaultGetItemActive: VerticalMenuPropGetItemActive<\n DefaultItem\n> = (item) => item.active;\nexport const defaultGetItemHref: VerticalMenuPropGetItemHref<DefaultItem> = (\n item,\n) => item.href;\nexport const defaultGetItemOnClick: VerticalMenuPropGetItemOnClick<\n DefaultItem\n> = (item) => item.onClick;\nexport const defaultGetItemTarget: VerticalMenuPropGetItemTarget<\n DefaultItem\n> = (item) => item.target;\nexport const defaultGetItemSubMenu: VerticalMenuPropGetItemSubMenu<\n DefaultItem\n> = (item) => item.subMenu;\nexport const defaultGetItemGroup: VerticalMenuPropGetItemGroup<DefaultItem> = (\n item,\n) => item.groupId;\n\nexport function withDefaultGetters<ITEM>(props: VerticalMenuProps<ITEM>) {\n return {\n ...props,\n getItemLabel: props.getItemLabel || defaultGetItemLabel,\n getItemActive: props.getItemActive || defaultGetItemActive,\n getItemHref: props.getItemHref || defaultGetItemHref,\n getItemOnClick: props.getItemOnClick || defaultGetItemOnClick,\n getItemTarget: props.getItemTarget || defaultGetItemTarget,\n getItemSubMenu: props.getItemSubMenu || defaultGetItemSubMenu,\n getItemGroup: props.getItemGroup || defaultGetItemGroup,\n };\n}\n"],"mappings":"qqBAYA,MAAO,MAAMA,oBAA8D,CACzEC,CAD4E,EAEzEA,CAAI,CAACC,KAFH,CAGP,MAAO,MAAMC,qBAEZ,CAAIF,CAAD,EAAUA,CAAI,CAACG,MAFZ,CAGP,MAAO,MAAMC,mBAA4D,CACvEJ,CAD0E,EAEvEA,CAAI,CAACK,IAFH,CAGP,MAAO,MAAMC,sBAEZ,CAAIN,CAAD,EAAUA,CAAI,CAACO,OAFZ,CAGP,MAAO,MAAMC,qBAEZ,CAAIR,CAAD,EAAUA,CAAI,CAACS,MAFZ,CAGP,MAAO,MAAMC,sBAEZ,CAAIV,CAAD,EAAUA,CAAI,CAACW,OAFZ,CAGP,MAAO,MAAMC,oBAA8D,CACzEZ,CAD4E,EAEzEA,CAAI,CAACa,OAFH,CAIP,MAAO,SAASC,mBAAT,CAAkCC,CAAlC,CAAkE,CACvE,sCACKA,CADL,MAEEC,YAAY,CAAED,CAAK,CAACC,YAAN,EAAsBjB,mBAFtC,CAGEkB,aAAa,CAAEF,CAAK,CAACE,aAAN,EAAuBf,oBAHxC,CAIEgB,WAAW,CAAEH,CAAK,CAACG,WAAN,EAAqBd,kBAJpC,CAKEe,cAAc,CAAEJ,CAAK,CAACI,cAAN,EAAwBb,qBAL1C,CAMEc,aAAa,CAAEL,CAAK,CAACK,aAAN,EAAuBZ,oBANxC,CAOEa,cAAc,CAAEN,CAAK,CAACM,cAAN,EAAwBX,qBAP1C,CAQEY,YAAY,CAAEP,CAAK,CAACO,YAAN,EAAsBV,mBARtC,EAUD"}
1
+ {"version":3,"file":"helpers.js","names":["defaultGetItemLabel","item","label","defaultGetItemActive","active","defaultGetItemHref","href","defaultGetItemOnClick","onClick","defaultGetItemTarget","target","defaultGetItemSubMenu","subMenu","defaultGetItemGroup","groupId","withDefaultGetters","props","getItemLabel","getItemActive","getItemHref","getItemOnClick","getItemTarget","getItemSubMenu","getItemGroup"],"sources":["../../../../../src/components/VerticalMenu/helpers.ts"],"sourcesContent":["import {\n DefaultItem,\n VerticalMenuPropGetItemActive,\n VerticalMenuPropGetItemGroup,\n VerticalMenuPropGetItemHref,\n VerticalMenuPropGetItemLabel,\n VerticalMenuPropGetItemOnClick,\n VerticalMenuPropGetItemSubMenu,\n VerticalMenuPropGetItemTarget,\n VerticalMenuProps,\n} from './types';\n\nexport const defaultGetItemLabel: VerticalMenuPropGetItemLabel<DefaultItem> = (\n item,\n) => item.label;\nexport const defaultGetItemActive: VerticalMenuPropGetItemActive<\n DefaultItem\n> = (item) => item.active;\nexport const defaultGetItemHref: VerticalMenuPropGetItemHref<DefaultItem> = (\n item,\n) => item.href;\nexport const defaultGetItemOnClick: VerticalMenuPropGetItemOnClick<\n DefaultItem\n> = (item) => item.onClick;\nexport const defaultGetItemTarget: VerticalMenuPropGetItemTarget<\n DefaultItem\n> = (item) => item.target;\nexport const defaultGetItemSubMenu: VerticalMenuPropGetItemSubMenu<\n DefaultItem\n> = (item) => item.subMenu;\nexport const defaultGetItemGroup: VerticalMenuPropGetItemGroup<DefaultItem> = (\n item,\n) => item.groupId;\n\nexport function withDefaultGetters<ITEM>(props: VerticalMenuProps<ITEM>) {\n return {\n ...props,\n getItemLabel: props.getItemLabel || defaultGetItemLabel,\n getItemActive: props.getItemActive || defaultGetItemActive,\n getItemHref: props.getItemHref || defaultGetItemHref,\n getItemOnClick: props.getItemOnClick || defaultGetItemOnClick,\n getItemTarget: props.getItemTarget || defaultGetItemTarget,\n getItemSubMenu: props.getItemSubMenu || defaultGetItemSubMenu,\n getItemGroup: props.getItemGroup || defaultGetItemGroup,\n };\n}\n"],"mappings":"qqBAYA,MAAO,MAAMA,oBAA8D,CACzEC,CAAI,EACDA,CAAI,CAACC,KAAK,CACf,MAAO,MAAMC,qBAEZ,CAAIF,CAAI,EAAKA,CAAI,CAACG,MAAM,CACzB,MAAO,MAAMC,mBAA4D,CACvEJ,CAAI,EACDA,CAAI,CAACK,IAAI,CACd,MAAO,MAAMC,sBAEZ,CAAIN,CAAI,EAAKA,CAAI,CAACO,OAAO,CAC1B,MAAO,MAAMC,qBAEZ,CAAIR,CAAI,EAAKA,CAAI,CAACS,MAAM,CACzB,MAAO,MAAMC,sBAEZ,CAAIV,CAAI,EAAKA,CAAI,CAACW,OAAO,CAC1B,MAAO,MAAMC,oBAA8D,CACzEZ,CAAI,EACDA,CAAI,CAACa,OAAO,CAEjB,MAAO,SAASC,mBAAkB,CAAOC,CAA8B,CAAE,CACvE,sCACKA,CAAK,MACRC,YAAY,CAAED,CAAK,CAACC,YAAY,EAAIjB,mBAAmB,CACvDkB,aAAa,CAAEF,CAAK,CAACE,aAAa,EAAIf,oBAAoB,CAC1DgB,WAAW,CAAEH,CAAK,CAACG,WAAW,EAAId,kBAAkB,CACpDe,cAAc,CAAEJ,CAAK,CAACI,cAAc,EAAIb,qBAAqB,CAC7Dc,aAAa,CAAEL,CAAK,CAACK,aAAa,EAAIZ,oBAAoB,CAC1Da,cAAc,CAAEN,CAAK,CAACM,cAAc,EAAIX,qBAAqB,CAC7DY,YAAY,CAAEP,CAAK,CAACO,YAAY,EAAIV,mBAAmB,EAE3D"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PropsWithHTMLAttributes, PropsWithHTMLAttributesAndRef } from "../../utils/types/PropsWithHTMLAttributes";
3
- export declare type DefaultItem = {
3
+ export type DefaultItem = {
4
4
  label: string;
5
5
  href?: string;
6
6
  target?: string;
@@ -9,18 +9,18 @@ export declare type DefaultItem = {
9
9
  subMenu?: DefaultItem[];
10
10
  groupId?: string;
11
11
  };
12
- export declare type VerticalMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;
13
- export declare type VerticalMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;
14
- export declare type VerticalMenuPropGetItemTarget<ITEM> = (item: ITEM) => string | undefined;
15
- export declare type VerticalMenuPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;
16
- export declare type VerticalMenuPropGetItemSubMenu<ITEM> = (item: ITEM) => ITEM[] | undefined;
17
- export declare type VerticalMenuPropGetItemOnClick<ITEM> = (item: ITEM) => React.EventHandler<React.MouseEvent> | undefined;
18
- export declare type VerticalMenuPropOnItemClick<ITEM> = (props: {
12
+ export type VerticalMenuPropGetItemLabel<ITEM> = (item: ITEM) => string;
13
+ export type VerticalMenuPropGetItemHref<ITEM> = (item: ITEM) => string | undefined;
14
+ export type VerticalMenuPropGetItemTarget<ITEM> = (item: ITEM) => string | undefined;
15
+ export type VerticalMenuPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;
16
+ export type VerticalMenuPropGetItemSubMenu<ITEM> = (item: ITEM) => ITEM[] | undefined;
17
+ export type VerticalMenuPropGetItemOnClick<ITEM> = (item: ITEM) => React.EventHandler<React.MouseEvent> | undefined;
18
+ export type VerticalMenuPropOnItemClick<ITEM> = (props: {
19
19
  e: React.MouseEvent;
20
20
  item: ITEM;
21
21
  }) => void;
22
- export declare type VerticalMenuPropGetItemGroup<ITEM> = (item: ITEM) => string | number | undefined;
23
- export declare type VerticalMenuProps<ITEM = DefaultItem> = PropsWithHTMLAttributes<{
22
+ export type VerticalMenuPropGetItemGroup<ITEM> = (item: ITEM) => string | number | undefined;
23
+ export type VerticalMenuProps<ITEM = DefaultItem> = PropsWithHTMLAttributes<{
24
24
  items: ITEM[];
25
25
  getItemHref?: VerticalMenuPropGetItemHref<ITEM>;
26
26
  getItemLabel?: VerticalMenuPropGetItemLabel<ITEM>;
@@ -37,13 +37,13 @@ export declare type VerticalMenuProps<ITEM = DefaultItem> = PropsWithHTMLAttribu
37
37
  } ? {} : {
38
38
  getItemLabel: VerticalMenuPropGetItemLabel<ITEM>;
39
39
  });
40
- export declare type VerticalMenuComponent = <ITEM = DefaultItem>(props: VerticalMenuProps<ITEM>) => React.ReactElement | null;
41
- export declare type Level<ITEM> = {
40
+ export type VerticalMenuComponent = <ITEM = DefaultItem>(props: VerticalMenuProps<ITEM>) => React.ReactElement | null;
41
+ export type Level<ITEM> = {
42
42
  items: ITEM[];
43
43
  id: string;
44
44
  label?: string;
45
45
  };
46
- export declare type VerticalMenuLevelProps<ITEM = DefaultItem> = PropsWithHTMLAttributesAndRef<{
46
+ export type VerticalMenuLevelProps<ITEM = DefaultItem> = PropsWithHTMLAttributesAndRef<{
47
47
  id: string;
48
48
  items: ITEM[];
49
49
  getItemHref: VerticalMenuPropGetItemHref<ITEM>;
@@ -59,8 +59,8 @@ export declare type VerticalMenuLevelProps<ITEM = DefaultItem> = PropsWithHTMLAt
59
59
  header?: React.ReactNode;
60
60
  footer?: React.ReactNode;
61
61
  }, HTMLDivElement>;
62
- export declare type VerticalMenuLevelComponent = <ITEM = DefaultItem>(props: VerticalMenuLevelProps<ITEM>) => React.ReactElement | null;
63
- export declare type VerticalMenuItemProps = PropsWithHTMLAttributes<{
62
+ export type VerticalMenuLevelComponent = <ITEM = DefaultItem>(props: VerticalMenuLevelProps<ITEM>) => React.ReactElement | null;
63
+ export type VerticalMenuItemProps = PropsWithHTMLAttributes<{
64
64
  label: string;
65
65
  href?: string;
66
66
  target?: string;
@@ -68,4 +68,4 @@ export declare type VerticalMenuItemProps = PropsWithHTMLAttributes<{
68
68
  onClick?: React.EventHandler<React.MouseEvent>;
69
69
  withSubMenu?: boolean;
70
70
  }, HTMLSpanElement>;
71
- export declare type VerticalMenuItemComponent = (props: VerticalMenuItemProps) => React.ReactElement | null;
71
+ export type VerticalMenuItemComponent = (props: VerticalMenuItemProps) => React.ReactElement | null;
@@ -1 +1 @@
1
- {"version":3,"file":"start.stand.js","names":["createStand","title","id","group","order"],"sources":["../../../../../src/docs/start/start.stand.tsx"],"sourcesContent":["import { createStand } from '##/stand/standConfig';\n\nexport default createStand({\n title: 'Быстрый старт',\n id: 'start',\n group: 'docs',\n order: 10,\n});\n"],"mappings":"AAAA,OAASA,WAAT,+BAEA,cAAeA,YAAW,CAAC,CACzBC,KAAK,CAAE,2EADkB,CAEzBC,EAAE,CAAE,OAFqB,CAGzBC,KAAK,CAAE,MAHkB,CAIzBC,KAAK,CAAE,EAJkB,CAAD,CAA1B"}
1
+ {"version":3,"file":"start.stand.js","names":["createStand","title","id","group","order"],"sources":["../../../../../src/docs/start/start.stand.tsx"],"sourcesContent":["import { createStand } from '##/stand/standConfig';\n\nexport default createStand({\n title: 'Быстрый старт',\n id: 'start',\n group: 'docs',\n order: 10,\n});\n"],"mappings":"AAAA,OAASA,WAAW,+BAEpB,cAAeA,YAAW,CAAC,CACzBC,KAAK,CAAE,2EAAe,CACtBC,EAAE,CAAE,OAAO,CACXC,KAAK,CAAE,MAAM,CACbC,KAAK,CAAE,EACT,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- export declare type GetItemOnClick<ITEM> = (item: ITEM) => React.EventHandler<React.MouseEvent> | undefined;
3
- export declare type OnItemClick<ITEM> = (props: {
2
+ export type GetItemOnClick<ITEM> = (item: ITEM) => React.EventHandler<React.MouseEvent> | undefined;
3
+ export type OnItemClick<ITEM> = (props: {
4
4
  e: React.MouseEvent;
5
5
  item: ITEM;
6
6
  }) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"getItemClick.js","names":["getItemClick","item","getItemOnClick","onItemClick","e"],"sources":["../../../../src/helpers/getItemClick.ts"],"sourcesContent":["export type GetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.EventHandler<React.MouseEvent> | undefined;\nexport type OnItemClick<ITEM> = (props: {\n e: React.MouseEvent;\n item: ITEM;\n}) => void;\n\nexport const getItemClick =\n <ITEM>(\n item: ITEM,\n getItemOnClick: GetItemOnClick<ITEM>,\n onItemClick?: OnItemClick<ITEM>,\n ): React.MouseEventHandler =>\n (e) => {\n onItemClick?.({ e, item });\n getItemOnClick(item)?.(e);\n };\n"],"mappings":"AAQA,MAAO,MAAMA,aAAY,CACvB,CACEC,CADF,CAEEC,CAFF,CAGEC,CAHF,GAKCC,CAAD,EAAO,cACLD,CADK,WACLA,CADK,QACLA,CAAW,CAAG,CAAEC,CAAC,CAADA,CAAF,CAAKH,IAAI,CAAJA,CAAL,CAAH,CADN,WAELC,CAAc,CAACD,CAAD,CAFT,qBAEL,EAAuBG,CAAvB,CACD,CATI"}
1
+ {"version":3,"file":"getItemClick.js","names":["getItemClick","item","getItemOnClick","onItemClick","e"],"sources":["../../../../src/helpers/getItemClick.ts"],"sourcesContent":["export type GetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.EventHandler<React.MouseEvent> | undefined;\nexport type OnItemClick<ITEM> = (props: {\n e: React.MouseEvent;\n item: ITEM;\n}) => void;\n\nexport const getItemClick =\n <ITEM>(\n item: ITEM,\n getItemOnClick: GetItemOnClick<ITEM>,\n onItemClick?: OnItemClick<ITEM>,\n ): React.MouseEventHandler =>\n (e) => {\n onItemClick?.({ e, item });\n getItemOnClick(item)?.(e);\n };\n"],"mappings":"AAQA,MAAO,MAAMA,aAAY,CACvB,CACEC,CAAU,CACVC,CAAoC,CACpCC,CAA+B,GAEhCC,CAAC,EAAK,cACLD,CAAW,WAAXA,CAAW,QAAXA,CAAW,CAAG,CAAEC,CAAC,CAADA,CAAC,CAAEH,IAAI,CAAJA,CAAK,CAAC,CAAC,WAC1BC,CAAc,CAACD,CAAI,CAAC,qBAApB,EAAuBG,CAAC,CAC1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"bem.js","names":["withNaming","cn","n","e","m"],"sources":["../../../../src/utils/bem.ts"],"sourcesContent":["import { withNaming } from '@bem-react/classname';\n\nexport const cn = withNaming({ n: 'che--', e: '-', m: '_' });\n"],"mappings":"AAAA,OAASA,UAAT,KAA2B,sBAA3B,CAEA,MAAO,MAAMC,GAAE,CAAGD,UAAU,CAAC,CAAEE,CAAC,CAAE,OAAL,CAAcC,CAAC,CAAE,GAAjB,CAAsBC,CAAC,CAAE,GAAzB,CAAD,CAArB"}
1
+ {"version":3,"file":"bem.js","names":["withNaming","cn","n","e","m"],"sources":["../../../../src/utils/bem.ts"],"sourcesContent":["import { withNaming } from '@bem-react/classname';\n\nexport const cn = withNaming({ n: 'che--', e: '-', m: '_' });\n"],"mappings":"AAAA,OAASA,UAAU,KAAQ,sBAAsB,CAEjD,MAAO,MAAMC,GAAE,CAAGD,UAAU,CAAC,CAAEE,CAAC,CAAE,OAAO,CAAEC,CAAC,CAAE,GAAG,CAAEC,CAAC,CAAE,GAAI,CAAC,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare type PropsWithHTMLAttributes<Props, HTMLElement> = Props & Omit<React.HTMLAttributes<HTMLElement>, keyof Props | 'css'>;
3
- export declare type PropsWithHTMLAttributesAndRef<Props, HTMLElement> = PropsWithHTMLAttributes<Props, HTMLElement> & React.RefAttributes<HTMLElement>;
2
+ export type PropsWithHTMLAttributes<Props, HTMLElement> = Props & Omit<React.HTMLAttributes<HTMLElement>, keyof Props | 'css'>;
3
+ export type PropsWithHTMLAttributesAndRef<Props, HTMLElement> = PropsWithHTMLAttributes<Props, HTMLElement> & React.RefAttributes<HTMLElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@consta/header",
3
- "version": "1.0.1",
3
+ "version": "1.2.0",
4
4
  "files": [
5
5
  "*",
6
6
  "!**/__mocks__",
@@ -18,6 +18,6 @@
18
18
  "access": "public"
19
19
  },
20
20
  "peerDependencies": {
21
- "@consta/uikit": "^4.0.1"
21
+ "@consta/uikit": "^4.7.1"
22
22
  }
23
23
  }