@admin-layout/tailwind-design-pro 11.0.4-alpha.4 → 12.0.16-alpha.1

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 (315) hide show
  1. package/README.md +401 -1
  2. package/lib/cdm-locales/en/settings.json +40 -1
  3. package/lib/cdm-locales/es/settings.json +42 -3
  4. package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
  5. package/lib/components/LanguageMenu/LanguageMenu.js +8 -18
  6. package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
  7. package/lib/components/Layout/BasicLayout/index.d.ts +1 -8
  8. package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
  9. package/lib/components/Layout/BasicLayout/index.js +141 -64
  10. package/lib/components/Layout/BasicLayout/index.js.map +1 -1
  11. package/lib/components/Layout/BasicLayout/utils.d.ts.map +1 -1
  12. package/lib/components/Layout/BasicLayout/utils.js +1 -14
  13. package/lib/components/Layout/BasicLayout/utils.js.map +1 -1
  14. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts +1 -8
  15. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts.map +1 -1
  16. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js.map +1 -1
  17. package/lib/components/Layout/GlobalFooter/Copyright.d.ts.map +1 -1
  18. package/lib/components/Layout/GlobalFooter/Footer.d.ts.map +1 -1
  19. package/lib/components/Layout/GlobalHeader/Header.d.ts +1 -14
  20. package/lib/components/Layout/GlobalHeader/Header.d.ts.map +1 -1
  21. package/lib/components/Layout/GlobalHeader/Header.js +78 -53
  22. package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
  23. package/lib/components/Layout/GlobalHeader/Logo.d.ts +4 -0
  24. package/lib/components/Layout/GlobalHeader/Logo.d.ts.map +1 -0
  25. package/lib/components/Layout/GlobalHeader/Logo.js +141 -0
  26. package/lib/components/Layout/GlobalHeader/Logo.js.map +1 -0
  27. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts +6 -0
  28. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -0
  29. package/lib/components/Layout/GlobalHeader/MainHeader.js +228 -0
  30. package/lib/components/Layout/GlobalHeader/MainHeader.js.map +1 -0
  31. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts +1 -12
  32. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts.map +1 -1
  33. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js +4 -4
  34. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
  35. package/lib/components/Layout/GlobalHeader/RightContent.d.ts +2 -16
  36. package/lib/components/Layout/GlobalHeader/RightContent.d.ts.map +1 -1
  37. package/lib/components/Layout/GlobalHeader/RightContent.js +23 -0
  38. package/lib/components/Layout/GlobalHeader/RightContent.js.map +1 -0
  39. package/lib/components/Layout/GlobalHeader/RightMenu.d.ts +4 -0
  40. package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -0
  41. package/lib/components/Layout/GlobalHeader/RightMenu.js +274 -0
  42. package/lib/components/Layout/GlobalHeader/RightMenu.js.map +1 -0
  43. package/lib/components/Layout/GlobalHeader/SearchBar.d.ts +9 -0
  44. package/lib/components/Layout/GlobalHeader/SearchBar.d.ts.map +1 -0
  45. package/lib/components/Layout/GlobalHeader/SearchBar.js +118 -0
  46. package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -0
  47. package/lib/components/Layout/GlobalHeader/index.d.ts +4 -0
  48. package/lib/components/Layout/GlobalHeader/index.d.ts.map +1 -0
  49. package/lib/components/Layout/ProTailwindLayout.d.ts +2 -0
  50. package/lib/components/Layout/ProTailwindLayout.d.ts.map +1 -1
  51. package/lib/components/Layout/ProTailwindLayout.js +7 -3
  52. package/lib/components/Layout/ProTailwindLayout.js.map +1 -1
  53. package/lib/components/Layout/Sidebar/Divider.d.ts +1 -31
  54. package/lib/components/Layout/Sidebar/Divider.d.ts.map +1 -1
  55. package/lib/components/Layout/Sidebar/Divider.js.map +1 -1
  56. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts +5 -0
  57. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts.map +1 -0
  58. package/lib/components/Layout/Sidebar/DynamicIcon.js +51 -0
  59. package/lib/components/Layout/Sidebar/DynamicIcon.js.map +1 -0
  60. package/lib/components/Layout/Sidebar/Sidebar.d.ts +1 -11
  61. package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +1 -1
  62. package/lib/components/Layout/Sidebar/Sidebar.js +117 -78
  63. package/lib/components/Layout/Sidebar/Sidebar.js.map +1 -1
  64. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts +3 -5
  65. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +1 -1
  66. package/lib/components/Layout/Sidebar/SidebarMenu.js +132 -45
  67. package/lib/components/Layout/Sidebar/SidebarMenu.js.map +1 -1
  68. package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
  69. package/lib/components/Layout/TailwindLayout.js +34 -14
  70. package/lib/components/Layout/TailwindLayout.js.map +1 -1
  71. package/lib/components/Layout/getPageTitle.d.ts +1 -16
  72. package/lib/components/Layout/getPageTitle.d.ts.map +1 -1
  73. package/lib/components/Layout/getPageTitle.js +1 -1
  74. package/lib/components/Layout/getPageTitle.js.map +1 -1
  75. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts +4 -0
  76. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts.map +1 -0
  77. package/lib/components/Layout/slot-fill/AdditionalSettings.js +7 -0
  78. package/lib/components/Layout/slot-fill/AdditionalSettings.js.map +1 -0
  79. package/lib/components/Layout/slot-fill/Footer.d.ts +1 -1
  80. package/lib/components/Layout/slot-fill/Footer.d.ts.map +1 -1
  81. package/lib/components/Layout/slot-fill/Footer.js +6 -6
  82. package/lib/components/Layout/slot-fill/Footer.js.map +1 -1
  83. package/lib/components/Layout/slot-fill/HeaderNotice.d.ts.map +1 -1
  84. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts +3 -0
  85. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts.map +1 -0
  86. package/lib/components/Layout/slot-fill/HeaderSearchBar.js +6 -0
  87. package/lib/components/Layout/slot-fill/HeaderSearchBar.js.map +1 -0
  88. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts +3 -0
  89. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts.map +1 -0
  90. package/lib/components/Layout/slot-fill/HeaderSearchButton.js +6 -0
  91. package/lib/components/Layout/slot-fill/HeaderSearchButton.js.map +1 -0
  92. package/lib/components/Layout/slot-fill/RightContent.d.ts +3 -0
  93. package/lib/components/Layout/slot-fill/RightContent.d.ts.map +1 -0
  94. package/lib/components/Layout/slot-fill/RightContent.js +6 -0
  95. package/lib/components/Layout/slot-fill/RightContent.js.map +1 -0
  96. package/lib/components/Layout/slot-fill/index.d.ts +4 -0
  97. package/lib/components/Layout/slot-fill/index.d.ts.map +1 -1
  98. package/lib/components/Layout/util.d.ts.map +1 -1
  99. package/lib/components/Layout/util.js +12 -0
  100. package/lib/components/Layout/util.js.map +1 -0
  101. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts +1 -6
  102. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts.map +1 -1
  103. package/lib/components/SettingDrawer/CheckBoxTheme.js +106 -31
  104. package/lib/components/SettingDrawer/CheckBoxTheme.js.map +1 -1
  105. package/lib/components/SettingDrawer/InvitationSettings.d.ts +3 -0
  106. package/lib/components/SettingDrawer/InvitationSettings.d.ts.map +1 -0
  107. package/lib/components/SettingDrawer/InvitationSettings.js +79 -0
  108. package/lib/components/SettingDrawer/InvitationSettings.js.map +1 -0
  109. package/lib/components/SettingDrawer/LayoutChange.d.ts +2 -6
  110. package/lib/components/SettingDrawer/LayoutChange.d.ts.map +1 -1
  111. package/lib/components/SettingDrawer/LayoutChange.js +84 -30
  112. package/lib/components/SettingDrawer/LayoutChange.js.map +1 -1
  113. package/lib/components/SettingDrawer/NavigationsModes.d.ts +3 -0
  114. package/lib/components/SettingDrawer/NavigationsModes.d.ts.map +1 -0
  115. package/lib/components/SettingDrawer/NavigationsModes.js +289 -0
  116. package/lib/components/SettingDrawer/NavigationsModes.js.map +1 -0
  117. package/lib/components/SettingDrawer/RegionalSettings.d.ts +1 -6
  118. package/lib/components/SettingDrawer/RegionalSettings.d.ts.map +1 -1
  119. package/lib/components/SettingDrawer/RegionalSettings.js +696 -51
  120. package/lib/components/SettingDrawer/RegionalSettings.js.map +1 -1
  121. package/lib/components/SettingDrawer/SettingDrawer.d.ts +2 -25
  122. package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
  123. package/lib/components/SettingDrawer/SettingDrawer.js +249 -113
  124. package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
  125. package/lib/components/SettingDrawer/Switch/index.d.ts +2 -8
  126. package/lib/components/SettingDrawer/Switch/index.d.ts.map +1 -1
  127. package/lib/components/SettingDrawer/Switch/index.js +17 -34
  128. package/lib/components/SettingDrawer/Switch/index.js.map +1 -1
  129. package/lib/components/SettingDrawer/ThemeColor.d.ts +1 -6
  130. package/lib/components/SettingDrawer/ThemeColor.d.ts.map +1 -1
  131. package/lib/components/SettingDrawer/ThemeColor.js +3 -0
  132. package/lib/components/SettingDrawer/ThemeColor.js.map +1 -1
  133. package/lib/components/SettingDrawer/ThemeSelector.d.ts +3 -0
  134. package/lib/components/SettingDrawer/ThemeSelector.d.ts.map +1 -0
  135. package/lib/components/SettingDrawer/ThemeSelector.js +18 -0
  136. package/lib/components/SettingDrawer/ThemeSelector.js.map +1 -0
  137. package/lib/components/SettingDrawer/WebFontsSelector.d.ts +3 -0
  138. package/lib/components/SettingDrawer/WebFontsSelector.d.ts.map +1 -0
  139. package/lib/components/SettingDrawer/WebFontsSelector.js +24 -0
  140. package/lib/components/SettingDrawer/WebFontsSelector.js.map +1 -0
  141. package/lib/components/SettingDrawer/types.d.ts +91 -0
  142. package/lib/components/SettingDrawer/types.d.ts.map +1 -0
  143. package/lib/components/UI/CardList.d.ts +61 -0
  144. package/lib/components/UI/CardList.d.ts.map +1 -0
  145. package/lib/components/UI/CardList.js +43 -0
  146. package/lib/components/UI/CardList.js.map +1 -0
  147. package/lib/components/UI/CategoriesTypeList.d.ts +29 -0
  148. package/lib/components/UI/CategoriesTypeList.d.ts.map +1 -0
  149. package/lib/components/UI/CategoriesTypeList.js +139 -0
  150. package/lib/components/UI/CategoriesTypeList.js.map +1 -0
  151. package/lib/components/UI/LazyLoadingGoogleMarker.d.ts +83 -0
  152. package/lib/components/UI/LazyLoadingGoogleMarker.d.ts.map +1 -0
  153. package/lib/components/UI/LazyLoadingGoogleMarker.js +107 -0
  154. package/lib/components/UI/LazyLoadingGoogleMarker.js.map +1 -0
  155. package/lib/components/UI/Pagination.d.ts +6 -0
  156. package/lib/components/UI/Pagination.d.ts.map +1 -0
  157. package/lib/components/UI/Pagination.js +56 -0
  158. package/lib/components/UI/Pagination.js.map +1 -0
  159. package/lib/components/UI/ParamSearchResultContainer.d.ts +99 -0
  160. package/lib/components/UI/ParamSearchResultContainer.d.ts.map +1 -0
  161. package/lib/components/UI/ParamSearchResultContainer.js +120 -0
  162. package/lib/components/UI/ParamSearchResultContainer.js.map +1 -0
  163. package/lib/components/UI/PropertyCard.d.ts +24 -0
  164. package/lib/components/UI/PropertyCard.d.ts.map +1 -0
  165. package/lib/components/UI/PropertyCard.js +420 -0
  166. package/lib/components/UI/PropertyCard.js.map +1 -0
  167. package/lib/components/UI/PropertyCardOnMap.d.ts +10 -0
  168. package/lib/components/UI/PropertyCardOnMap.d.ts.map +1 -0
  169. package/lib/components/UI/PropertyCardOnMap.js +108 -0
  170. package/lib/components/UI/PropertyCardOnMap.js.map +1 -0
  171. package/lib/components/UI/VehicleCard/PricePopover.d.ts +8 -0
  172. package/lib/components/UI/VehicleCard/PricePopover.d.ts.map +1 -0
  173. package/lib/components/UI/VehicleCard/PricePopover.js +98 -0
  174. package/lib/components/UI/VehicleCard/PricePopover.js.map +1 -0
  175. package/lib/components/UI/VehicleCard/VehicleBadge.d.ts +7 -0
  176. package/lib/components/UI/VehicleCard/VehicleBadge.d.ts.map +1 -0
  177. package/lib/components/UI/VehicleCard/VehicleFeature.d.ts +9 -0
  178. package/lib/components/UI/VehicleCard/VehicleFeature.d.ts.map +1 -0
  179. package/lib/components/UI/VehicleCard/VehicleFeature.js +22 -0
  180. package/lib/components/UI/VehicleCard/VehicleFeature.js.map +1 -0
  181. package/lib/components/UI/VehicleCard/types.d.ts +59 -0
  182. package/lib/components/UI/VehicleCard/types.d.ts.map +1 -0
  183. package/lib/components/UI/VehicleCard.d.ts +15 -0
  184. package/lib/components/UI/VehicleCard.d.ts.map +1 -0
  185. package/lib/components/UI/VehicleCard.js +166 -0
  186. package/lib/components/UI/VehicleCard.js.map +1 -0
  187. package/lib/components/UI/VehicleCardList.d.ts +14 -0
  188. package/lib/components/UI/VehicleCardList.d.ts.map +1 -0
  189. package/lib/components/UI/VehicleCardList.js +38 -0
  190. package/lib/components/UI/VehicleCardList.js.map +1 -0
  191. package/lib/components/UI/VehicleParamSearchResultContainer.d.ts +90 -0
  192. package/lib/components/UI/VehicleParamSearchResultContainer.d.ts.map +1 -0
  193. package/lib/components/UI/icons/LocationIcon.d.ts +7 -0
  194. package/lib/components/UI/icons/LocationIcon.d.ts.map +1 -0
  195. package/lib/components/UI/icons/LocationIcon.js +18 -0
  196. package/lib/components/UI/icons/LocationIcon.js.map +1 -0
  197. package/lib/components/UI/icons/index.d.ts +2 -0
  198. package/lib/components/UI/icons/index.d.ts.map +1 -0
  199. package/lib/components/UI/index.d.ts +10 -0
  200. package/lib/components/UI/index.d.ts.map +1 -0
  201. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +11 -1
  202. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
  203. package/lib/components/index.d.ts +3 -0
  204. package/lib/components/index.d.ts.map +1 -0
  205. package/lib/components/index.js +1 -0
  206. package/lib/components/index.js.map +1 -0
  207. package/lib/components/typings.d.ts +139 -49
  208. package/lib/components/typings.d.ts.map +1 -1
  209. package/lib/components/typings.js +6 -0
  210. package/lib/components/typings.js.map +1 -0
  211. package/lib/compute.d.ts.map +1 -1
  212. package/lib/compute.js +6 -4
  213. package/lib/compute.js.map +1 -1
  214. package/lib/config/analytics-config.d.ts +59 -0
  215. package/lib/config/analytics-config.d.ts.map +1 -0
  216. package/lib/config/constants.d.ts +8 -0
  217. package/lib/config/constants.d.ts.map +1 -0
  218. package/lib/config/constants.js +32 -0
  219. package/lib/config/constants.js.map +1 -0
  220. package/lib/config/env-config.d.ts +18 -0
  221. package/lib/config/env-config.d.ts.map +1 -1
  222. package/lib/config/env-config.js +76 -1
  223. package/lib/config/env-config.js.map +1 -1
  224. package/lib/config/index.d.ts +3 -0
  225. package/lib/config/index.d.ts.map +1 -0
  226. package/lib/helpers/DynamicIcon.d.ts +7 -4
  227. package/lib/helpers/DynamicIcon.d.ts.map +1 -1
  228. package/lib/helpers/DynamicIcon.js +51 -0
  229. package/lib/helpers/DynamicIcon.js.map +1 -0
  230. package/lib/hooks/index.d.ts +6 -0
  231. package/lib/hooks/index.d.ts.map +1 -0
  232. package/lib/hooks/use-get-current-lat-long.d.ts +18 -0
  233. package/lib/hooks/use-get-current-lat-long.d.ts.map +1 -0
  234. package/lib/hooks/use-get-current-lat-long.js +29 -0
  235. package/lib/hooks/use-get-current-lat-long.js.map +1 -0
  236. package/lib/hooks/useMediaQuery.d.ts +14 -0
  237. package/lib/hooks/useMediaQuery.d.ts.map +1 -0
  238. package/lib/hooks/useMediaQuery.js +48 -0
  239. package/lib/hooks/useMediaQuery.js.map +1 -0
  240. package/lib/hooks/useScrollThreshold.d.ts +12 -0
  241. package/lib/hooks/useScrollThreshold.d.ts.map +1 -0
  242. package/lib/hooks/useScrollThreshold.js +60 -0
  243. package/lib/hooks/useScrollThreshold.js.map +1 -0
  244. package/lib/hooks/useTailwindTheme.d.ts +34 -0
  245. package/lib/hooks/useTailwindTheme.d.ts.map +1 -0
  246. package/lib/hooks/useTailwindTheme.js +82 -0
  247. package/lib/hooks/useTailwindTheme.js.map +1 -0
  248. package/lib/hooks/useWindowSize.d.ts +6 -0
  249. package/lib/hooks/useWindowSize.d.ts.map +1 -0
  250. package/lib/hooks/useWindowSize.js +20 -0
  251. package/lib/hooks/useWindowSize.js.map +1 -0
  252. package/lib/icons.d.ts +16 -0
  253. package/lib/icons.d.ts.map +1 -0
  254. package/lib/icons.js +12 -0
  255. package/lib/icons.js.map +1 -0
  256. package/lib/index.d.ts +2 -3
  257. package/lib/index.d.ts.map +1 -1
  258. package/lib/index.js +1 -1
  259. package/lib/index.js.map +1 -1
  260. package/lib/machines/settingsMachine.d.ts +6 -0
  261. package/lib/machines/settingsMachine.d.ts.map +1 -0
  262. package/lib/machines/settingsMachine.js +206 -0
  263. package/lib/machines/settingsMachine.js.map +1 -0
  264. package/lib/machines/types.d.ts +174 -0
  265. package/lib/machines/types.d.ts.map +1 -0
  266. package/lib/machines/types.js +5 -0
  267. package/lib/machines/types.js.map +1 -0
  268. package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts +6 -0
  269. package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts.map +1 -0
  270. package/lib/middlewares/bookingCarRentalMiddleware.d.ts +6 -0
  271. package/lib/middlewares/bookingCarRentalMiddleware.d.ts.map +1 -0
  272. package/lib/middlewares/bookingDatasourcesMiddleware.d.ts +7 -0
  273. package/lib/middlewares/bookingDatasourcesMiddleware.d.ts.map +1 -0
  274. package/lib/middlewares/datasourcesMiddleware.d.ts +6 -0
  275. package/lib/middlewares/datasourcesMiddleware.d.ts.map +1 -0
  276. package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts +7 -0
  277. package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts.map +1 -0
  278. package/lib/module.d.ts +0 -1
  279. package/lib/module.d.ts.map +1 -1
  280. package/lib/module.js +14 -15
  281. package/lib/module.js.map +1 -1
  282. package/lib/redux/index.d.ts +2 -0
  283. package/lib/redux/index.d.ts.map +1 -0
  284. package/lib/redux/searchReducer.d.ts +42 -0
  285. package/lib/redux/searchReducer.d.ts.map +1 -0
  286. package/lib/redux/searchReducer.js +64 -0
  287. package/lib/redux/searchReducer.js.map +1 -0
  288. package/lib/routes.json +1 -0
  289. package/lib/styles/index.css +667 -45
  290. package/lib/tailwindConfig.d.ts +100 -0
  291. package/lib/tailwindConfig.d.ts.map +1 -0
  292. package/lib/tailwindConfig.js +101 -0
  293. package/lib/tailwindConfig.js.map +1 -0
  294. package/lib/utils/analytics-utils.d.ts +43 -0
  295. package/lib/utils/analytics-utils.d.ts.map +1 -0
  296. package/lib/utils/analytics.d.ts +48 -0
  297. package/lib/utils/analytics.d.ts.map +1 -0
  298. package/lib/utils/formateCarData.d.ts +2 -0
  299. package/lib/utils/formateCarData.d.ts.map +1 -0
  300. package/lib/utils/menu.d.ts.map +1 -1
  301. package/lib/utils/test-utils.d.ts.map +1 -1
  302. package/lib/utils/utils/index.d.ts.map +1 -1
  303. package/package.json +7 -5
  304. package/lib/components/Layout/GlobalFooter/Copyright.js +0 -8
  305. package/lib/components/Layout/GlobalFooter/Copyright.js.map +0 -1
  306. package/lib/components/Layout/GlobalFooter/Footer.js +0 -22
  307. package/lib/components/Layout/GlobalFooter/Footer.js.map +0 -1
  308. package/lib/components/defaultSettings.d.ts +0 -4
  309. package/lib/components/defaultSettings.d.ts.map +0 -1
  310. package/lib/components/defaultSettings.js +0 -14
  311. package/lib/components/defaultSettings.js.map +0 -1
  312. package/lib/utils/index.d.ts +0 -2
  313. package/lib/utils/index.d.ts.map +0 -1
  314. package/lib/utils/index.js +0 -13
  315. package/lib/utils/index.js.map +0 -1
@@ -0,0 +1,100 @@
1
+ export declare const themeConfig: {
2
+ colors: {
3
+ border: string;
4
+ input: string;
5
+ ring: string;
6
+ background: string;
7
+ foreground: string;
8
+ primary: {
9
+ DEFAULT: string;
10
+ foreground: string;
11
+ };
12
+ secondary: {
13
+ DEFAULT: string;
14
+ foreground: string;
15
+ };
16
+ destructive: {
17
+ DEFAULT: string;
18
+ foreground: string;
19
+ };
20
+ muted: {
21
+ DEFAULT: string;
22
+ foreground: string;
23
+ };
24
+ accent: {
25
+ DEFAULT: string;
26
+ foreground: string;
27
+ };
28
+ popover: {
29
+ DEFAULT: string;
30
+ foreground: string;
31
+ };
32
+ card: {
33
+ DEFAULT: string;
34
+ foreground: string;
35
+ };
36
+ sidebar: {
37
+ DEFAULT: string;
38
+ foreground: string;
39
+ primary: string;
40
+ 'primary-foreground': string;
41
+ accent: string;
42
+ 'accent-foreground': string;
43
+ border: string;
44
+ ring: string;
45
+ };
46
+ brand: {
47
+ primary: string;
48
+ secondary: string;
49
+ accent: string;
50
+ };
51
+ success: string;
52
+ warning: string;
53
+ error: string;
54
+ info: string;
55
+ };
56
+ backgroundImage: {
57
+ 'gradient-primary': string;
58
+ 'gradient-secondary': string;
59
+ 'gradient-brand': string;
60
+ };
61
+ boxShadow: {
62
+ sm: string;
63
+ md: string;
64
+ lg: string;
65
+ xl: string;
66
+ };
67
+ transitionProperty: {
68
+ colors: string;
69
+ transform: string;
70
+ all: string;
71
+ };
72
+ borderRadius: {
73
+ lg: string;
74
+ md: string;
75
+ sm: string;
76
+ };
77
+ keyframes: {
78
+ 'accordion-down': {
79
+ from: {
80
+ height: string;
81
+ };
82
+ to: {
83
+ height: string;
84
+ };
85
+ };
86
+ 'accordion-up': {
87
+ from: {
88
+ height: string;
89
+ };
90
+ to: {
91
+ height: string;
92
+ };
93
+ };
94
+ };
95
+ animation: {
96
+ 'accordion-down': string;
97
+ 'accordion-up': string;
98
+ };
99
+ };
100
+ //# sourceMappingURL=tailwindConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwindConfig.d.ts","sourceRoot":"","sources":["../src/tailwindConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGvB,CAAC"}
@@ -0,0 +1,101 @@
1
+ const themeConfig = {
2
+ colors: {
3
+ border: 'hsl(var(--border))',
4
+ input: 'hsl(var(--input))',
5
+ ring: 'hsl(var(--ring))',
6
+ background: 'hsl(var(--background))',
7
+ foreground: 'hsl(var(--foreground))',
8
+ primary: {
9
+ DEFAULT: 'hsl(var(--primary))',
10
+ foreground: 'hsl(var(--primary-foreground))'
11
+ },
12
+ secondary: {
13
+ DEFAULT: 'hsl(var(--secondary))',
14
+ foreground: 'hsl(var(--secondary-foreground))'
15
+ },
16
+ destructive: {
17
+ DEFAULT: 'hsl(var(--destructive))',
18
+ foreground: 'hsl(var(--destructive-foreground))'
19
+ },
20
+ muted: {
21
+ DEFAULT: 'hsl(var(--muted))',
22
+ foreground: 'hsl(var(--muted-foreground))'
23
+ },
24
+ accent: {
25
+ DEFAULT: 'hsl(var(--accent))',
26
+ foreground: 'hsl(var(--accent-foreground))'
27
+ },
28
+ popover: {
29
+ DEFAULT: 'hsl(var(--popover))',
30
+ foreground: 'hsl(var(--popover-foreground))'
31
+ },
32
+ card: {
33
+ DEFAULT: 'hsl(var(--card))',
34
+ foreground: 'hsl(var(--card-foreground))'
35
+ },
36
+ sidebar: {
37
+ DEFAULT: 'hsl(var(--sidebar-background))',
38
+ foreground: 'hsl(var(--sidebar-foreground))',
39
+ primary: 'hsl(var(--sidebar-primary))',
40
+ 'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
41
+ accent: 'hsl(var(--sidebar-accent))',
42
+ 'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
43
+ border: 'hsl(var(--sidebar-border))',
44
+ ring: 'hsl(var(--sidebar-ring))'
45
+ },
46
+ // Brand colors
47
+ brand: {
48
+ primary: 'hsl(var(--brand-primary))',
49
+ secondary: 'hsl(var(--brand-secondary))',
50
+ accent: 'hsl(var(--brand-accent))'
51
+ },
52
+ // Semantic colors
53
+ success: 'hsl(var(--success))',
54
+ warning: 'hsl(var(--warning))',
55
+ error: 'hsl(var(--error))',
56
+ info: 'hsl(var(--info))'
57
+ },
58
+ backgroundImage: {
59
+ 'gradient-primary': 'var(--gradient-primary)',
60
+ 'gradient-secondary': 'var(--gradient-secondary)',
61
+ 'gradient-brand': 'var(--gradient-brand)'
62
+ },
63
+ boxShadow: {
64
+ sm: 'var(--shadow-sm)',
65
+ md: 'var(--shadow-md)',
66
+ lg: 'var(--shadow-lg)',
67
+ xl: 'var(--shadow-xl)'
68
+ },
69
+ transitionProperty: {
70
+ colors: 'var(--transition-colors)',
71
+ transform: 'var(--transition-transform)',
72
+ all: 'var(--transition-all)'
73
+ },
74
+ borderRadius: {
75
+ lg: 'var(--radius)',
76
+ md: 'calc(var(--radius) - 2px)',
77
+ sm: 'calc(var(--radius) - 4px)'
78
+ },
79
+ keyframes: {
80
+ 'accordion-down': {
81
+ from: {
82
+ height: '0'
83
+ },
84
+ to: {
85
+ height: 'var(--radix-accordion-content-height)'
86
+ }
87
+ },
88
+ 'accordion-up': {
89
+ from: {
90
+ height: 'var(--radix-accordion-content-height)'
91
+ },
92
+ to: {
93
+ height: '0'
94
+ }
95
+ }
96
+ },
97
+ animation: {
98
+ 'accordion-down': 'accordion-down 0.2s ease-out',
99
+ 'accordion-up': 'accordion-up 0.2s ease-out'
100
+ }
101
+ };export{themeConfig};//# sourceMappingURL=tailwindConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwindConfig.js","sources":["../src/tailwindConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
@@ -0,0 +1,43 @@
1
+ export interface GA4EventParams {
2
+ page_location?: string;
3
+ page_referrer?: string;
4
+ page_title?: string;
5
+ user_id?: string;
6
+ search_term?: string;
7
+ currency?: string;
8
+ value?: number;
9
+ items?: Array<{
10
+ item_id: string;
11
+ item_name: string;
12
+ item_category?: string;
13
+ price?: number;
14
+ quantity?: number;
15
+ [key: string]: any;
16
+ }>;
17
+ [key: string]: any;
18
+ }
19
+ /**
20
+ * Helper function to format property data for GA4 item tracking
21
+ */
22
+ export declare const formatPropertyForGA4: (property: any) => GA4EventParams["items"][0];
23
+ /**
24
+ * Helper function to create standard GA4 page view event params
25
+ */
26
+ export declare const createPageViewParams: (pageTitle: string, additionalParams?: GA4EventParams) => GA4EventParams;
27
+ /**
28
+ * Helper function to create standard GA4 search event params
29
+ */
30
+ export declare const createSearchParams: (searchTerm: string, additionalParams?: GA4EventParams) => GA4EventParams;
31
+ /**
32
+ * Helper function to track user engagement events
33
+ */
34
+ export declare const trackUserEngagement: (analytics: any, eventName: string, params?: GA4EventParams) => void;
35
+ /**
36
+ * Helper function to track property views
37
+ */
38
+ export declare const trackPropertyView: (analytics: any, property: any) => void;
39
+ /**
40
+ * Helper function to track property searches
41
+ */
42
+ export declare const trackPropertySearch: (analytics: any, searchTerm: string, filters?: Record<string, any>) => void;
43
+ //# sourceMappingURL=analytics-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analytics-utils.d.ts","sourceRoot":"","sources":["../../src/utils/analytics-utils.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,cAAc;IAE3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QACV,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACtB,CAAC,CAAC;IAGH,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,UAAU,GAAG,KAAG,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,CAU7E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,WAAW,MAAM,EAAE,mBAAmB,cAAc,KAAG,cAO3F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,EAAE,mBAAmB,cAAc,KAAG,cAK1F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAW,GAAG,EAAE,WAAW,MAAM,EAAE,SAAS,cAAc,SAK7F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,WAAW,GAAG,EAAE,UAAU,GAAG,SAG9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAW,GAAG,EAAE,YAAY,MAAM,EAAE,UAAU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,SAIpG,CAAC"}
@@ -0,0 +1,48 @@
1
+ import { GA4EventParams } from './analytics-utils';
2
+ /**
3
+ * Initialize Google Analytics
4
+ * @param {string} measurementId - Google Analytics measurement ID (GA4)
5
+ */
6
+ export declare const initGA: (measurementId: string) => void;
7
+ /**
8
+ * Track a GA4 standard event
9
+ * @param {string} eventName - GA4 event name
10
+ * @param {GA4EventParams} eventParams - Event parameters
11
+ */
12
+ export declare const trackGA4Event: (eventName: string, eventParams?: GA4EventParams) => void;
13
+ /**
14
+ * Check if Google Analytics is initialized
15
+ * @returns {boolean} Whether GA is initialized
16
+ */
17
+ export declare const isGAInitialized: () => boolean;
18
+ /**
19
+ * Track page views
20
+ * @param {string} path - URL path to track
21
+ * @param {string} title - Page title
22
+ */
23
+ export declare const trackPageView: (path: string, title?: string) => void;
24
+ /**
25
+ * Track events
26
+ * @param {string} category - Event category
27
+ * @param {string} action - Event action
28
+ * @param {string} label - Event label (optional)
29
+ * @param {number} value - Event value (optional)
30
+ */
31
+ export declare const trackEvent: (category: string, action: string, label?: string, value?: number) => void;
32
+ /**
33
+ * Track exception events
34
+ * @param {string} description - Error description
35
+ * @param {boolean} fatal - Whether the error was fatal
36
+ */
37
+ export declare const trackException: (description: string, fatal?: boolean) => void;
38
+ /**
39
+ * Track user properties
40
+ * @param {Record<string, string | number | boolean>} properties - User properties to track
41
+ */
42
+ export declare const setUserProperties: (properties: Record<string, string | number | boolean>) => void;
43
+ /**
44
+ * Set user ID for cross-device tracking
45
+ * @param {string} userId - User ID
46
+ */
47
+ export declare const setUserId: (userId: string) => void;
48
+ //# sourceMappingURL=analytics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analytics.d.ts","sourceRoot":"","sources":["../../src/utils/analytics.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAInD;;;GAGG;AACH,eAAO,MAAM,MAAM,GAAI,eAAe,MAAM,KAAG,IAmF9C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,WAAW,MAAM,EAAE,cAAc,cAAc,KAAG,IAiB/E,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,OAElC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,EAAE,QAAQ,MAAM,KAAG,IAsB5D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,KAAG,IA0B7F,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,EAAE,QAAO,OAAe,KAAG,IAmB5E,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,YAAY,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,KAAG,IAiBzF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,MAAM,KAAG,IAsB1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const formatCarRentalResponse: (data: any) => any;
2
+ //# sourceMappingURL=formateCarData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formateCarData.d.ts","sourceRoot":"","sources":["../../src/utils/formateCarData.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,GAAI,MAAM,GAAG,QAehD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/utils/menu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,mDAUI,CAAC;AAElC,eAAO,MAAM,iBAAiB,qDAWG,CAAC;AAElC,eAAO,MAAM,eAAe,mDAQK,CAAC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/utils/menu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,GAAI,qBAAgB,EAAE,iBAAY,QAU9B,CAAC;AAElC,eAAO,MAAM,iBAAiB,GAAI,qBAAgB,EAAE,mBAAc,QAWjC,CAAC;AAElC,eAAO,MAAM,eAAe,GAAI,qBAAgB,EAAE,iBAAY,QAQ7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/utils/test-utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,YAAmB,GAAG,iCAMzD,CAAC;AAEF,eAAO,MAAM,QAAQ,UAAU,MAAM,qBAMpC,CAAC;AAEF,eAAO,MAAM,YAAY,MAAO,MAAM,KAAK,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD"}
1
+ {"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/utils/test-utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,GAAU,SAAS,GAAG,EAAE,aAAS,kBAMpE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAM,MAAY,qBAM1C,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,eAAO,MAAM,uBAAuB,YAAmB,GAAG,iCAMzD,CAAC;AAEF,eAAO,MAAM,QAAQ,UAAU,MAAM,qBAMpC,CAAC;AAEF,eAAO,MAAM,YAAY,MAAO,MAAM,KAAK,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD;AAED,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,eAAO,MAAM,uBAAuB,GAAU,SAAS,GAAG,EAAE,aAAS,kBAMpE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAM,MAAY,qBAM1C,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD;AAED,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "11.0.4-alpha.4",
3
+ "version": "12.0.16-alpha.1",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -21,8 +21,10 @@
21
21
  "watch": "yarn build:lib:watch"
22
22
  },
23
23
  "dependencies": {
24
- "@admin-layout/assets": "11.0.4-alpha.4",
25
- "@admin-layout/client": "11.0.4-alpha.4",
24
+ "@admin-layout/assets": "10.1.1-alpha.0",
25
+ "@admin-layout/client": "12.0.16-alpha.0",
26
+ "@admin-layout/tailwind-ui": "12.0.16-alpha.0",
27
+ "@cdmbase/react-splide": "^0.7.12",
26
28
  "@types/react-copy-to-clipboard": "^4.3.0",
27
29
  "base-64": "^0.1.0",
28
30
  "identicon.js": "^2.3.1",
@@ -37,7 +39,7 @@
37
39
  "use-merge-value": "^1.0.2"
38
40
  },
39
41
  "devDependencies": {
40
- "@adminide-stack/extension-api": "^11.0.1-alpha.11",
42
+ "@adminide-stack/extension-api": "^12.0.4-alpha.11",
41
43
  "@tailwindcss/aspect-ratio": "^0.4.2",
42
44
  "@tailwindcss/forms": "^0.5.4",
43
45
  "@tailwindcss/typography": "^0.5.9",
@@ -61,5 +63,5 @@
61
63
  "typescript": {
62
64
  "definition": "lib/index.d.ts"
63
65
  },
64
- "gitHead": "eff06b5e432bf05a97fdd61eb30af62ad219b617"
66
+ "gitHead": "e145ff00bca51241e04f27a2b976440aa20f3219"
65
67
  }
@@ -1,8 +0,0 @@
1
- import {jsxs}from'react/jsx-runtime';const Copyright = ({
2
- title
3
- }) => jsxs("div", {
4
- style: {
5
- color: '#555353'
6
- },
7
- children: ["Copyright \u00A9 ", new Date().getFullYear(), " ", title, " All rights reserved."]
8
- });export{Copyright as default};//# sourceMappingURL=Copyright.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Copyright.js","sources":["../../../../src/components/Layout/GlobalFooter/Copyright.tsx"],"sourcesContent":[null],"names":[],"mappings":"qCAEA,MAAM,SAAS,GAAG,CAAC;AAMnB,EAAA;;;;;;"}
@@ -1,22 +0,0 @@
1
- import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';import Copyright from'./Copyright.js';const GlobalFooter = ({
2
- settings,
3
- active
4
- }) => {
5
- const {
6
- title
7
- } = settings;
8
- if (!active) return null;
9
- return jsxs("footer", {
10
- className: "py-6 text-center",
11
- children: [jsx("div", {
12
- className: "my-8",
13
- children: jsx(Link, {
14
- to: "#",
15
- className: "text-gray-600 hover:text-gray-800 transition-colors",
16
- children: "Privacy Policy"
17
- })
18
- }), jsx(Copyright, {
19
- title: title
20
- })]
21
- });
22
- };export{GlobalFooter};//# sourceMappingURL=Footer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Footer.js","sources":["../../../../src/components/Layout/GlobalFooter/Footer.tsx"],"sourcesContent":[null],"names":[],"mappings":"mHAIa,MAAA,YAAY,GAAG,CAAC;AACzB,EAAA,QAAM;AAEN,EAAA;AAAa,CAAA,KAAA;AAEb,EAAA,MAAA;AAUJ,IAAE;;;;;;;;;;;;;;;;"}
@@ -1,4 +0,0 @@
1
- import { RenderSetting, ContentWidth, PureSettings, ProSettings } from '@admin-layout/client';
2
- export { ContentWidth, PureSettings, RenderSetting, ProSettings };
3
- export declare const defaultSettings: ProSettings;
4
- //# sourceMappingURL=defaultSettings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"defaultSettings.d.ts","sourceRoot":"","sources":["../../src/components/defaultSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE9F,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAElE,eAAO,MAAM,eAAe,EAAE,WAa7B,CAAC"}
@@ -1,14 +0,0 @@
1
- const defaultSettings = {
2
- navTheme: 'dark',
3
- layout: 'side',
4
- contentWidth: 'Fluid',
5
- fixedHeader: false,
6
- fixSiderbar: false,
7
- menu: {
8
- locale: false
9
- },
10
- headerHeight: 48,
11
- title: 'CDMBase LLC',
12
- iconfontUrl: '',
13
- primaryColor: '#1890ff'
14
- };export{defaultSettings};//# sourceMappingURL=defaultSettings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"defaultSettings.js","sources":["../../src/components/defaultSettings.ts"],"sourcesContent":[null],"names":[],"mappings":"AAIa,MAAA,eAAe,GAAgB;AACxC,EAAA,QAAA,EAAQ,MAAQ;AAChB,EAAA,MAAA,EAAM,MAAQ;AACd,EAAA,YAAA,EAAY,OAAS;AACrB,EAAA,WAAA,EAAW,KAAO;AAClB,EAAA,WAAA,EAAW,KAAO;AAClB,EAAA,IAAA,EAAI;AACA,IAAA,MAAA,EAAA;AACH,GAAA;AACD,EAAA,YAAA,EAAY,EAAE;AACd,EAAA,KAAA,EAAK,aAAe;AACpB,EAAA,WAAA,EAAW,EAAE;AACb,EAAA,YAAA,EAAY;"}
@@ -1,2 +0,0 @@
1
- export declare const changeProLayoutClassName: () => void;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,YAapC,CAAC"}
@@ -1,13 +0,0 @@
1
- import {getScreenClassName}from'@ant-design/pro-utils/lib/useMediaQuery/index.js';const changeProLayoutClassName = () => {
2
- const colSize = getScreenClassName();
3
- const screenClassName = `screen-${colSize}`;
4
- const elProLayout = document.querySelector('.ant-design-pro.ant-pro-layout');
5
- if (elProLayout) {
6
- let className = elProLayout.className;
7
- if (!className.includes(' screen-')) {
8
- className = className.replace(' ant-pro-layout ', ` ant-pro-layout ${screenClassName} `);
9
- elProLayout.className = className;
10
- console.log('Added screen class name', screenClassName);
11
- }
12
- }
13
- };export{changeProLayoutClassName};//# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../src/utils/index.ts"],"sourcesContent":[null],"names":[],"mappings":"kFAEO,MAAM,wBAAwB,GAAG,MAAK;AACzC,EAAA,MAAA,OAAa,GAAA,kBAAqB,EAAA;AAClC,EAAA,MAAA,eAAqB,GAAA,CAAA,OAAa,EAAA,OAAA,CAAA,CAAO;QAEnC,WAAA,WAAsB,CAAA,8CAAe,CAAA;MACvC,WAAA,EAAW;AACX,IAAA,IAAA,SAAa,GAAA,WAAc,CAAA;QAC3B,CAAI,kBAAW,CAAA,UAAmB,CAAA,EAAA;eACrB,GAAA,SAAY,CAAA,OAAQ,CAAA,kBAAmB,EAAA,CAAA,gBAAqB,EAAA,eAAA,CAAA,CAAA,CAAA,CAAA;AACrE,MAAA,WAAA,CAAA,SAAY,GAAA,SAAY;AACxB,MAAA,OAAA,CAAA,GAAA,CAAA,0CAAuC,CAAA;;;AAGnD"}