ikoncomponents 1.5.8 → 1.5.10

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 (423) hide show
  1. package/dist/hooks/use-mobile.d.ts +1 -0
  2. package/dist/hooks/use-mobile.js +15 -0
  3. package/dist/ikoncomponents/action-menu/index.d.ts +5 -0
  4. package/dist/ikoncomponents/action-menu/index.js +42 -0
  5. package/dist/ikoncomponents/action-menu/type.d.ts +14 -0
  6. package/dist/ikoncomponents/action-menu/type.js +1 -0
  7. package/dist/ikoncomponents/activity-sheet/index.d.ts +11 -0
  8. package/dist/ikoncomponents/activity-sheet/index.js +23 -0
  9. package/dist/ikoncomponents/alert-dialog/dialog-context.d.ts +21 -0
  10. package/dist/ikoncomponents/alert-dialog/dialog-context.js +30 -0
  11. package/dist/ikoncomponents/alert-dialog/index.d.ts +14 -0
  12. package/dist/ikoncomponents/alert-dialog/index.js +20 -0
  13. package/dist/ikoncomponents/app-breadcrumb/BreadcrumbProvider.d.ts +18 -0
  14. package/dist/ikoncomponents/app-breadcrumb/BreadcrumbProvider.js +43 -0
  15. package/dist/ikoncomponents/app-breadcrumb/index.d.ts +5 -0
  16. package/dist/ikoncomponents/app-breadcrumb/index.js +57 -0
  17. package/dist/ikoncomponents/big-calendar/big-calender-event/index.d.ts +5 -0
  18. package/dist/ikoncomponents/big-calendar/big-calender-event/index.js +16 -0
  19. package/dist/ikoncomponents/big-calendar/big-calender-toolbar/index.d.ts +2 -0
  20. package/dist/ikoncomponents/big-calendar/big-calender-toolbar/index.js +39 -0
  21. package/dist/ikoncomponents/big-calendar/index.d.ts +3 -0
  22. package/dist/ikoncomponents/big-calendar/index.js +35 -0
  23. package/dist/ikoncomponents/big-calendar/type.d.ts +31 -0
  24. package/dist/ikoncomponents/big-calendar/type.js +1 -0
  25. package/dist/ikoncomponents/buttons/index.d.ts +18 -0
  26. package/dist/ikoncomponents/buttons/index.js +38 -0
  27. package/dist/ikoncomponents/combobox-input/index.d.ts +2 -0
  28. package/dist/ikoncomponents/combobox-input/index.js +18 -0
  29. package/dist/ikoncomponents/combobox-input/type.d.ts +13 -0
  30. package/dist/ikoncomponents/combobox-input/type.js +1 -0
  31. package/dist/ikoncomponents/custom-combo-dropdown/index.d.ts +21 -0
  32. package/dist/ikoncomponents/custom-combo-dropdown/index.js +85 -0
  33. package/dist/ikoncomponents/data-table/datatable-column-filter/index.d.ts +2 -0
  34. package/dist/ikoncomponents/data-table/datatable-column-filter/index.js +22 -0
  35. package/dist/ikoncomponents/data-table/datatable-faceted-filter/index.d.ts +2 -0
  36. package/dist/ikoncomponents/data-table/datatable-faceted-filter/index.js +35 -0
  37. package/dist/ikoncomponents/data-table/datatable-filter-menu/index.d.ts +2 -0
  38. package/dist/ikoncomponents/data-table/datatable-filter-menu/index.js +38 -0
  39. package/dist/ikoncomponents/data-table/datatable-pagination/index.d.ts +2 -0
  40. package/dist/ikoncomponents/data-table/datatable-pagination/index.js +13 -0
  41. package/dist/ikoncomponents/data-table/datatable-toolbar/index.d.ts +2 -0
  42. package/dist/ikoncomponents/data-table/datatable-toolbar/index.js +18 -0
  43. package/dist/ikoncomponents/data-table/function.d.ts +1 -0
  44. package/dist/ikoncomponents/data-table/function.js +6 -0
  45. package/dist/ikoncomponents/data-table/index.d.ts +2 -0
  46. package/dist/ikoncomponents/data-table/index.js +223 -0
  47. package/dist/ikoncomponents/data-table/type.d.ts +60 -0
  48. package/dist/ikoncomponents/data-table/type.js +1 -0
  49. package/dist/ikoncomponents/e-chart/index.d.ts +15 -0
  50. package/dist/ikoncomponents/e-chart/index.js +115 -0
  51. package/dist/ikoncomponents/file-input/index.d.ts +1 -0
  52. package/dist/ikoncomponents/file-input/index.js +21 -0
  53. package/dist/ikoncomponents/fileUpload/index.d.ts +15 -0
  54. package/dist/ikoncomponents/fileUpload/index.js +69 -0
  55. package/dist/ikoncomponents/form-fields/combobox-input/index.d.ts +2 -0
  56. package/dist/ikoncomponents/form-fields/combobox-input/index.js +21 -0
  57. package/dist/ikoncomponents/form-fields/combobox-input-value/index.d.ts +18 -0
  58. package/dist/ikoncomponents/form-fields/combobox-input-value/index.js +26 -0
  59. package/dist/ikoncomponents/form-fields/date-input/index.d.ts +2 -0
  60. package/dist/ikoncomponents/form-fields/date-input/index.js +15 -0
  61. package/dist/ikoncomponents/form-fields/file-input/index.d.ts +1 -0
  62. package/dist/ikoncomponents/form-fields/file-input/index.js +4 -0
  63. package/dist/ikoncomponents/form-fields/input/index.d.ts +2 -0
  64. package/dist/ikoncomponents/form-fields/input/index.js +18 -0
  65. package/dist/ikoncomponents/form-fields/multi-combobox-input/index.d.ts +6 -0
  66. package/{templates/default/ikoncomponents/form-fields/multi-combobox-input/index.tsx → dist/ikoncomponents/form-fields/multi-combobox-input/index.js} +381 -574
  67. package/dist/ikoncomponents/form-fields/otp-input/index.d.ts +2 -0
  68. package/dist/ikoncomponents/form-fields/otp-input/index.js +18 -0
  69. package/dist/ikoncomponents/form-fields/phone-input/index.d.ts +1 -0
  70. package/dist/ikoncomponents/form-fields/phone-input/index.js +4 -0
  71. package/dist/ikoncomponents/form-fields/textarea/index.d.ts +2 -0
  72. package/dist/ikoncomponents/form-fields/textarea/index.js +18 -0
  73. package/dist/ikoncomponents/form-fields/types/index.d.ts +36 -0
  74. package/dist/ikoncomponents/form-fields/types/index.js +1 -0
  75. package/dist/ikoncomponents/glowing-effect/index.d.ts +14 -0
  76. package/dist/ikoncomponents/glowing-effect/index.js +84 -0
  77. package/dist/ikoncomponents/icon/index.d.ts +8 -0
  78. package/dist/ikoncomponents/icon/index.js +23 -0
  79. package/dist/ikoncomponents/image-cropper-upload/components/newCropper.d.ts +15 -0
  80. package/{templates/default/ikoncomponents/image-cropper-upload/components/newCropper.tsx → dist/ikoncomponents/image-cropper-upload/components/newCropper.js} +85 -117
  81. package/dist/ikoncomponents/image-cropper-upload/components/newImageUploadForm.d.ts +7 -0
  82. package/dist/ikoncomponents/image-cropper-upload/components/newImageUploadForm.js +145 -0
  83. package/dist/ikoncomponents/image-cropper-upload/cropper-form/index.d.ts +6 -0
  84. package/dist/ikoncomponents/image-cropper-upload/cropper-form/index.js +92 -0
  85. package/dist/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.d.ts +6 -0
  86. package/dist/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.js +14 -0
  87. package/dist/ikoncomponents/image-cropper-upload/image-cropper/index.d.ts +14 -0
  88. package/{templates/default/ikoncomponents/image-cropper-upload/image-cropper/index.tsx → dist/ikoncomponents/image-cropper-upload/image-cropper/index.js} +87 -119
  89. package/dist/ikoncomponents/image-cropper-upload/index.d.ts +27 -0
  90. package/dist/ikoncomponents/image-cropper-upload/index.js +49 -0
  91. package/dist/ikoncomponents/image-cropper-upload/utils/index.d.ts +16 -0
  92. package/dist/ikoncomponents/image-cropper-upload/utils/index.js +73 -0
  93. package/dist/ikoncomponents/loading-spinner/index.d.ts +9 -0
  94. package/dist/ikoncomponents/loading-spinner/index.js +19 -0
  95. package/dist/ikoncomponents/main-layout/RefreshContext.d.ts +10 -0
  96. package/dist/ikoncomponents/main-layout/RefreshContext.js +18 -0
  97. package/dist/ikoncomponents/main-layout/SidebarNavContext.d.ts +33 -0
  98. package/dist/ikoncomponents/main-layout/SidebarNavContext.js +52 -0
  99. package/dist/ikoncomponents/main-layout/app-sidebar.d.ts +3 -0
  100. package/dist/ikoncomponents/main-layout/app-sidebar.js +24 -0
  101. package/dist/ikoncomponents/main-layout/footer.d.ts +1 -0
  102. package/dist/ikoncomponents/main-layout/footer.js +5 -0
  103. package/dist/ikoncomponents/main-layout/header.d.ts +3 -0
  104. package/dist/ikoncomponents/main-layout/header.js +15 -0
  105. package/dist/ikoncomponents/main-layout/index.d.ts +6 -0
  106. package/dist/ikoncomponents/main-layout/index.js +11 -0
  107. package/dist/ikoncomponents/main-layout/main-sidebar.d.ts +60 -0
  108. package/dist/ikoncomponents/main-layout/main-sidebar.js +119 -0
  109. package/dist/ikoncomponents/main-layout/nav-main.d.ts +11 -0
  110. package/dist/ikoncomponents/main-layout/nav-main.js +33 -0
  111. package/dist/ikoncomponents/multi-combobox/index.d.ts +13 -0
  112. package/dist/ikoncomponents/multi-combobox/index.js +202 -0
  113. package/dist/ikoncomponents/no-data/index.d.ts +3 -0
  114. package/dist/ikoncomponents/no-data/index.js +5 -0
  115. package/dist/ikoncomponents/page-wrapper/index.d.ts +9 -0
  116. package/dist/ikoncomponents/page-wrapper/index.js +7 -0
  117. package/dist/ikoncomponents/password-strength-meter/index.d.ts +3 -0
  118. package/dist/ikoncomponents/password-strength-meter/index.js +40 -0
  119. package/dist/ikoncomponents/phone-input/index.d.ts +1 -0
  120. package/dist/ikoncomponents/phone-input/index.js +41 -0
  121. package/dist/ikoncomponents/provider-wrapper/index.d.ts +6 -0
  122. package/dist/ikoncomponents/provider-wrapper/index.js +11 -0
  123. package/dist/ikoncomponents/search-input/index.d.ts +1 -0
  124. package/dist/ikoncomponents/search-input/index.js +19 -0
  125. package/dist/ikoncomponents/sheet/index.d.ts +10 -0
  126. package/dist/ikoncomponents/sheet/index.js +6 -0
  127. package/dist/ikoncomponents/simple-widget/index.d.ts +14 -0
  128. package/dist/ikoncomponents/simple-widget/index.js +14 -0
  129. package/dist/ikoncomponents/skeleton-loader/skeleton-table.d.ts +5 -0
  130. package/dist/ikoncomponents/skeleton-loader/skeleton-table.js +6 -0
  131. package/dist/ikoncomponents/skeleton-loader/skeleton-widget.d.ts +3 -0
  132. package/dist/ikoncomponents/skeleton-loader/skeleton-widget.js +5 -0
  133. package/dist/ikoncomponents/tabs/index.d.ts +2 -0
  134. package/dist/ikoncomponents/tabs/index.js +50 -0
  135. package/{templates/default/ikoncomponents/tabs/type.ts → dist/ikoncomponents/tabs/type.d.ts} +19 -20
  136. package/dist/ikoncomponents/tabs/type.js +2 -0
  137. package/dist/ikoncomponents/theme-toggle-btn/index.d.ts +1 -0
  138. package/{templates/default/ikoncomponents/theme-toggle-btn/index.tsx → dist/ikoncomponents/theme-toggle-btn/index.js} +118 -189
  139. package/dist/ikoncomponents/title-progress/index.d.ts +12 -0
  140. package/dist/ikoncomponents/title-progress/index.js +10 -0
  141. package/dist/ikoncomponents/tooltip/index.d.ts +5 -0
  142. package/dist/ikoncomponents/tooltip/index.js +5 -0
  143. package/dist/ikoncomponents/twolevel-dropdown/index.d.ts +31 -0
  144. package/dist/ikoncomponents/twolevel-dropdown/index.js +143 -0
  145. package/dist/ikoncomponents/upload-tab/index.d.ts +1 -0
  146. package/dist/ikoncomponents/upload-tab/index.js +92 -0
  147. package/dist/ikoncomponents/widgets/index.d.ts +2 -0
  148. package/dist/ikoncomponents/widgets/index.js +14 -0
  149. package/dist/ikoncomponents/widgets/type.d.ts +10 -0
  150. package/dist/ikoncomponents/widgets/type.js +2 -0
  151. package/dist/ikoncomponents/work-in-progress/index.d.ts +1 -0
  152. package/dist/ikoncomponents/work-in-progress/index.js +4 -0
  153. package/dist/index.d.ts +138 -0
  154. package/dist/index.js +116 -14
  155. package/dist/shadcn/accordion.d.ts +7 -0
  156. package/dist/shadcn/accordion.js +33 -0
  157. package/dist/shadcn/alert-dialog.d.ts +20 -0
  158. package/dist/shadcn/alert-dialog.js +83 -0
  159. package/dist/shadcn/alert.d.ts +9 -0
  160. package/dist/shadcn/alert.js +38 -0
  161. package/dist/shadcn/aspect-ratio.d.ts +3 -0
  162. package/dist/shadcn/aspect-ratio.js +19 -0
  163. package/dist/shadcn/avatar.d.ts +6 -0
  164. package/dist/shadcn/avatar.js +28 -0
  165. package/dist/shadcn/badge.d.ts +9 -0
  166. package/dist/shadcn/badge.js +35 -0
  167. package/dist/shadcn/breadcrumb.d.ts +11 -0
  168. package/dist/shadcn/breadcrumb.js +45 -0
  169. package/dist/shadcn/button.d.ts +10 -0
  170. package/dist/shadcn/button.js +47 -0
  171. package/dist/shadcn/calendar.d.ts +8 -0
  172. package/dist/shadcn/calendar.js +61 -0
  173. package/dist/shadcn/card.d.ts +9 -0
  174. package/dist/shadcn/card.js +42 -0
  175. package/dist/shadcn/checkbox.d.ts +4 -0
  176. package/dist/shadcn/checkbox.js +21 -0
  177. package/dist/shadcn/collapsible.d.ts +5 -0
  178. package/dist/shadcn/collapsible.js +27 -0
  179. package/dist/shadcn/command.d.ts +18 -0
  180. package/dist/shadcn/command.js +54 -0
  181. package/dist/shadcn/date-input.d.ts +7 -0
  182. package/dist/shadcn/date-input.js +179 -0
  183. package/dist/shadcn/date-range-picker.d.ts +24 -0
  184. package/dist/shadcn/date-range-picker.js +45 -0
  185. package/dist/shadcn/dialog.d.ts +15 -0
  186. package/dist/shadcn/dialog.js +57 -0
  187. package/dist/shadcn/drawer.d.ts +13 -0
  188. package/dist/shadcn/drawer.js +56 -0
  189. package/dist/shadcn/dropdown-menu.d.ts +25 -0
  190. package/dist/shadcn/dropdown-menu.js +77 -0
  191. package/dist/shadcn/form.d.ts +24 -0
  192. package/dist/shadcn/form.js +70 -0
  193. package/dist/shadcn/hover-card.d.ts +6 -0
  194. package/dist/shadcn/hover-card.js +28 -0
  195. package/dist/shadcn/input-otp.d.ts +34 -0
  196. package/dist/shadcn/input-otp.js +40 -0
  197. package/dist/shadcn/input.d.ts +3 -0
  198. package/dist/shadcn/input.js +18 -0
  199. package/dist/shadcn/label.d.ts +4 -0
  200. package/dist/shadcn/label.js +20 -0
  201. package/dist/shadcn/navigation-menu.d.ts +16 -0
  202. package/dist/shadcn/navigation-menu.js +74 -0
  203. package/dist/shadcn/popover.d.ts +7 -0
  204. package/dist/shadcn/popover.js +32 -0
  205. package/dist/shadcn/progress.d.ts +8 -0
  206. package/dist/shadcn/progress.js +23 -0
  207. package/dist/shadcn/radio-group.d.ts +5 -0
  208. package/dist/shadcn/radio-group.js +25 -0
  209. package/dist/shadcn/scroll-area.d.ts +5 -0
  210. package/dist/shadcn/scroll-area.js +26 -0
  211. package/dist/shadcn/select.d.ts +15 -0
  212. package/dist/shadcn/select.js +59 -0
  213. package/dist/shadcn/separator.d.ts +4 -0
  214. package/dist/shadcn/separator.js +20 -0
  215. package/dist/shadcn/sheet.d.ts +13 -0
  216. package/dist/shadcn/sheet.js +61 -0
  217. package/dist/shadcn/sidebar.d.ts +69 -0
  218. package/dist/shadcn/sidebar.js +242 -0
  219. package/dist/shadcn/skeleton.d.ts +3 -0
  220. package/dist/shadcn/skeleton.js +18 -0
  221. package/dist/shadcn/slider.d.ts +4 -0
  222. package/dist/shadcn/slider.js +26 -0
  223. package/dist/shadcn/sonner.d.ts +3 -0
  224. package/dist/shadcn/sonner.js +25 -0
  225. package/dist/shadcn/switch.d.ts +4 -0
  226. package/dist/shadcn/switch.js +20 -0
  227. package/dist/shadcn/table.d.ts +10 -0
  228. package/dist/shadcn/table.js +47 -0
  229. package/dist/shadcn/tabs.d.ts +7 -0
  230. package/dist/shadcn/tabs.js +32 -0
  231. package/dist/shadcn/textarea.d.ts +3 -0
  232. package/dist/shadcn/textarea.js +18 -0
  233. package/dist/shadcn/toggle-group.d.ts +9 -0
  234. package/dist/shadcn/toggle-group.js +35 -0
  235. package/dist/shadcn/toggle.d.ts +9 -0
  236. package/dist/shadcn/toggle.js +38 -0
  237. package/dist/shadcn/tooltip.d.ts +7 -0
  238. package/dist/shadcn/tooltip.js +32 -0
  239. package/dist/shadcn/workflow.d.ts +20 -0
  240. package/dist/shadcn/workflow.js +20 -0
  241. package/dist/styles.css +6163 -0
  242. package/dist/utils/actions/account/index.d.ts +5 -0
  243. package/dist/utils/actions/account/index.js +28 -0
  244. package/dist/utils/actions/account/type.d.ts +4 -0
  245. package/dist/utils/actions/account/type.js +1 -0
  246. package/dist/utils/actions/auth/index.d.ts +7 -0
  247. package/{templates/default/utils/actions/auth/index.ts → dist/utils/actions/auth/index.js} +58 -69
  248. package/dist/utils/actions/common/utils.d.ts +5 -0
  249. package/{templates/default/utils/actions/common/utils.ts → dist/utils/actions/common/utils.js} +25 -28
  250. package/dist/utils/actions/software/index.d.ts +11 -0
  251. package/dist/utils/actions/software/index.js +75 -0
  252. package/dist/utils/api/accountService/index.d.ts +23 -0
  253. package/dist/utils/api/accountService/index.js +64 -0
  254. package/dist/utils/api/accountService/type.d.ts +4 -0
  255. package/dist/utils/api/accountService/type.js +1 -0
  256. package/dist/utils/api/file-upload/index.d.ts +5 -0
  257. package/dist/utils/api/file-upload/index.js +80 -0
  258. package/dist/utils/api/file-upload/type.d.ts +6 -0
  259. package/dist/utils/api/file-upload/type.js +1 -0
  260. package/dist/utils/api/ikonBaseApi.d.ts +12 -0
  261. package/{templates/default/utils/api/ikonBaseApi.ts → dist/utils/api/ikonBaseApi.js} +104 -132
  262. package/dist/utils/api/loginService/index.d.ts +12 -0
  263. package/dist/utils/api/loginService/index.js +72 -0
  264. package/{templates/default/utils/api/loginService/type.ts → dist/utils/api/loginService/type.d.ts} +31 -35
  265. package/dist/utils/api/loginService/type.js +1 -0
  266. package/dist/utils/api/softwareService/index.d.ts +64 -0
  267. package/dist/utils/api/softwareService/index.js +212 -0
  268. package/dist/utils/api/softwareService/type.d.ts +54 -0
  269. package/dist/utils/api/softwareService/type.js +1 -0
  270. package/dist/utils/border-radius-provider.d.ts +11 -0
  271. package/{templates/default/utils/border-radius-provider.tsx → dist/utils/border-radius-provider.js} +35 -59
  272. package/dist/utils/cn.d.ts +2 -0
  273. package/dist/utils/cn.js +5 -0
  274. package/dist/utils/font-provider.d.ts +11 -0
  275. package/{templates/default/utils/font-provider.tsx → dist/utils/font-provider.js} +37 -61
  276. package/dist/utils/session/cookieSession.d.ts +8 -0
  277. package/dist/utils/session/cookieSession.js +33 -0
  278. package/dist/utils/theme-provider/index.d.ts +3 -0
  279. package/dist/utils/theme-provider/index.js +18 -0
  280. package/dist/utils/token-management/index.d.ts +10 -0
  281. package/dist/utils/token-management/index.js +69 -0
  282. package/dist/utils/token-management/types.d.ts +6 -0
  283. package/dist/utils/token-management/types.js +1 -0
  284. package/package.json +91 -17
  285. package/bin.js +0 -2
  286. package/dist/commands/init.js +0 -63
  287. package/dist/utlis/copyDir.js +0 -7
  288. package/templates/default/hooks/use-mobile.ts +0 -19
  289. package/templates/default/ikonS/accordion.tsx +0 -66
  290. package/templates/default/ikonS/alert-dialog.tsx +0 -179
  291. package/templates/default/ikonS/alert.tsx +0 -66
  292. package/templates/default/ikonS/aspect-ratio.tsx +0 -11
  293. package/templates/default/ikonS/avatar.tsx +0 -53
  294. package/templates/default/ikonS/badge.tsx +0 -49
  295. package/templates/default/ikonS/breadcrumb.tsx +0 -109
  296. package/templates/default/ikonS/button.tsx +0 -64
  297. package/templates/default/ikonS/calendar.tsx +0 -227
  298. package/templates/default/ikonS/card.tsx +0 -92
  299. package/templates/default/ikonS/checkbox.tsx +0 -33
  300. package/templates/default/ikonS/collapsible.tsx +0 -33
  301. package/templates/default/ikonS/command.tsx +0 -184
  302. package/templates/default/ikonS/date-input.tsx +0 -259
  303. package/templates/default/ikonS/date-range-picker.tsx +0 -103
  304. package/templates/default/ikonS/dialog.tsx +0 -143
  305. package/templates/default/ikonS/drawer.tsx +0 -134
  306. package/templates/default/ikonS/dropdown-menu.tsx +0 -259
  307. package/templates/default/ikonS/form.tsx +0 -166
  308. package/templates/default/ikonS/hover-card.tsx +0 -44
  309. package/templates/default/ikonS/input-otp.tsx +0 -71
  310. package/templates/default/ikonS/input.tsx +0 -22
  311. package/templates/default/ikonS/label.tsx +0 -24
  312. package/templates/default/ikonS/navigation-menu.tsx +0 -195
  313. package/templates/default/ikonS/popover.tsx +0 -48
  314. package/templates/default/ikonS/progress.tsx +0 -40
  315. package/templates/default/ikonS/radio-group.tsx +0 -45
  316. package/templates/default/ikonS/scroll-area.tsx +0 -58
  317. package/templates/default/ikonS/select.tsx +0 -184
  318. package/templates/default/ikonS/separator.tsx +0 -28
  319. package/templates/default/ikonS/sheet.tsx +0 -139
  320. package/templates/default/ikonS/sidebar.tsx +0 -726
  321. package/templates/default/ikonS/skeleton.tsx +0 -15
  322. package/templates/default/ikonS/slider.tsx +0 -64
  323. package/templates/default/ikonS/sonner.tsx +0 -25
  324. package/templates/default/ikonS/switch.tsx +0 -31
  325. package/templates/default/ikonS/table.tsx +0 -116
  326. package/templates/default/ikonS/tabs.tsx +0 -67
  327. package/templates/default/ikonS/textarea.tsx +0 -18
  328. package/templates/default/ikonS/toggle-group.tsx +0 -83
  329. package/templates/default/ikonS/toggle.tsx +0 -47
  330. package/templates/default/ikonS/tooltip.tsx +0 -65
  331. package/templates/default/ikonS/workflow.tsx +0 -119
  332. package/templates/default/ikoncomponents/action-menu/index.tsx +0 -108
  333. package/templates/default/ikoncomponents/action-menu/type.ts +0 -18
  334. package/templates/default/ikoncomponents/activity-sheet/index.tsx +0 -63
  335. package/templates/default/ikoncomponents/alert-dialog/dialog-context.tsx +0 -65
  336. package/templates/default/ikoncomponents/alert-dialog/index.tsx +0 -80
  337. package/templates/default/ikoncomponents/app-breadcrumb/BreadcrumbProvider.tsx +0 -68
  338. package/templates/default/ikoncomponents/app-breadcrumb/index.tsx +0 -222
  339. package/templates/default/ikoncomponents/big-calendar/big-calender-event/index.tsx +0 -38
  340. package/templates/default/ikoncomponents/big-calendar/big-calender-toolbar/index.tsx +0 -81
  341. package/templates/default/ikoncomponents/big-calendar/index.css +0 -879
  342. package/templates/default/ikoncomponents/big-calendar/index.tsx +0 -59
  343. package/templates/default/ikoncomponents/big-calendar/type.ts +0 -37
  344. package/templates/default/ikoncomponents/buttons/index.tsx +0 -127
  345. package/templates/default/ikoncomponents/combobox-input/index.tsx +0 -75
  346. package/templates/default/ikoncomponents/combobox-input/type.ts +0 -14
  347. package/templates/default/ikoncomponents/custom-combo-dropdown/index.tsx +0 -242
  348. package/templates/default/ikoncomponents/data-table/datatable-column-filter/index.tsx +0 -80
  349. package/templates/default/ikoncomponents/data-table/datatable-faceted-filter/index.tsx +0 -149
  350. package/templates/default/ikoncomponents/data-table/datatable-filter-menu/index.tsx +0 -98
  351. package/templates/default/ikoncomponents/data-table/datatable-pagination/index.tsx +0 -119
  352. package/templates/default/ikoncomponents/data-table/datatable-toolbar/index.tsx +0 -45
  353. package/templates/default/ikoncomponents/data-table/function.ts +0 -7
  354. package/templates/default/ikoncomponents/data-table/index.tsx +0 -549
  355. package/templates/default/ikoncomponents/data-table/type.ts +0 -75
  356. package/templates/default/ikoncomponents/e-chart/index.tsx +0 -183
  357. package/templates/default/ikoncomponents/file-input/index.tsx +0 -27
  358. package/templates/default/ikoncomponents/fileUpload/index.tsx +0 -121
  359. package/templates/default/ikoncomponents/form-fields/combobox-input/index.tsx +0 -111
  360. package/templates/default/ikoncomponents/form-fields/combobox-input-value/index.tsx +0 -121
  361. package/templates/default/ikoncomponents/form-fields/date-input/index.tsx +0 -80
  362. package/templates/default/ikoncomponents/form-fields/file-input/index.tsx +0 -9
  363. package/templates/default/ikoncomponents/form-fields/input/index.tsx +0 -27
  364. package/templates/default/ikoncomponents/form-fields/otp-input/index.tsx +0 -39
  365. package/templates/default/ikoncomponents/form-fields/password-input/index.tsx +0 -52
  366. package/templates/default/ikoncomponents/form-fields/phone-input/index.tsx +0 -7
  367. package/templates/default/ikoncomponents/form-fields/textarea/index.tsx +0 -28
  368. package/templates/default/ikoncomponents/form-fields/types/index.ts +0 -46
  369. package/templates/default/ikoncomponents/glowing-effect/index.tsx +0 -171
  370. package/templates/default/ikoncomponents/icon/index.tsx +0 -22
  371. package/templates/default/ikoncomponents/image-cropper-upload/components/cropperImg.css +0 -19
  372. package/templates/default/ikoncomponents/image-cropper-upload/components/newImageUploadForm.tsx +0 -352
  373. package/templates/default/ikoncomponents/image-cropper-upload/cropper-form/index.tsx +0 -250
  374. package/templates/default/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.tsx +0 -32
  375. package/templates/default/ikoncomponents/image-cropper-upload/index.tsx +0 -95
  376. package/templates/default/ikoncomponents/image-cropper-upload/utils/index.ts +0 -117
  377. package/templates/default/ikoncomponents/loading-spinner/index.tsx +0 -43
  378. package/templates/default/ikoncomponents/main-layout/RefreshContext.tsx +0 -30
  379. package/templates/default/ikoncomponents/main-layout/SidebarNavContext.tsx +0 -103
  380. package/templates/default/ikoncomponents/main-layout/app-sidebar.tsx +0 -36
  381. package/templates/default/ikoncomponents/main-layout/footer.tsx +0 -21
  382. package/templates/default/ikoncomponents/main-layout/header.tsx +0 -53
  383. package/templates/default/ikoncomponents/main-layout/index.tsx +0 -38
  384. package/templates/default/ikoncomponents/main-layout/main-sidebar.tsx +0 -389
  385. package/templates/default/ikoncomponents/main-layout/nav-main.tsx +0 -103
  386. package/templates/default/ikoncomponents/multi-combobox/index.tsx +0 -345
  387. package/templates/default/ikoncomponents/no-data/index.tsx +0 -11
  388. package/templates/default/ikoncomponents/page-wrapper/index.tsx +0 -30
  389. package/templates/default/ikoncomponents/password-strength-meter/index.tsx +0 -49
  390. package/templates/default/ikoncomponents/phone-input/index.tsx +0 -72
  391. package/templates/default/ikoncomponents/provider-wrapper/index.tsx +0 -32
  392. package/templates/default/ikoncomponents/search-input/index.tsx +0 -18
  393. package/templates/default/ikoncomponents/sheet/index.tsx +0 -34
  394. package/templates/default/ikoncomponents/simple-widget/index.tsx +0 -54
  395. package/templates/default/ikoncomponents/skeleton-loader/skeleton-table.tsx +0 -34
  396. package/templates/default/ikoncomponents/skeleton-loader/skeleton-widget.tsx +0 -13
  397. package/templates/default/ikoncomponents/tabs/index.tsx +0 -139
  398. package/templates/default/ikoncomponents/title-progress/index.tsx +0 -41
  399. package/templates/default/ikoncomponents/tooltip/index.tsx +0 -17
  400. package/templates/default/ikoncomponents/twolevel-dropdown/convertToDropdownNodes.tsx +0 -33
  401. package/templates/default/ikoncomponents/twolevel-dropdown/index.tsx +0 -279
  402. package/templates/default/ikoncomponents/upload-tab/index.tsx +0 -237
  403. package/templates/default/ikoncomponents/widgets/index.tsx +0 -81
  404. package/templates/default/ikoncomponents/widgets/type.ts +0 -11
  405. package/templates/default/ikoncomponents/work-in-progress/index.tsx +0 -16
  406. package/templates/default/styles.css +0 -1159
  407. package/templates/default/utils/actions/account/index.ts +0 -33
  408. package/templates/default/utils/actions/account/type.ts +0 -4
  409. package/templates/default/utils/actions/common/revalidate.ts +0 -18
  410. package/templates/default/utils/actions/common/type.ts +0 -4
  411. package/templates/default/utils/actions/software/index.ts +0 -106
  412. package/templates/default/utils/api/accountService/index.ts +0 -103
  413. package/templates/default/utils/api/accountService/type.ts +0 -4
  414. package/templates/default/utils/api/file-upload/index.ts +0 -103
  415. package/templates/default/utils/api/file-upload/type.ts +0 -8
  416. package/templates/default/utils/api/loginService/index.ts +0 -106
  417. package/templates/default/utils/api/softwareService/index.ts +0 -356
  418. package/templates/default/utils/api/softwareService/type.ts +0 -62
  419. package/templates/default/utils/cn.ts +0 -6
  420. package/templates/default/utils/session/cookieSession.ts +0 -49
  421. package/templates/default/utils/theme-provider/index.tsx +0 -11
  422. package/templates/default/utils/token-management/index.ts +0 -115
  423. package/templates/default/utils/token-management/types.ts +0 -6
@@ -1,879 +0,0 @@
1
- .rbc-btn-group {
2
- font-size: 14px;
3
- }
4
-
5
- .custom-buttons {
6
- font-size: 14px;
7
- }
8
-
9
- .rbc-date-cell.rbc-now,
10
- .rbc-time-slot.rbc-now,
11
- .rbc-show-more,
12
- .rbc-header {
13
- font-weight: normal !important;
14
- }
15
-
16
- .rbc-btn {
17
- color: inherit;
18
- font: inherit;
19
- margin: 0;
20
- }
21
-
22
- button.rbc-btn {
23
- overflow: visible;
24
- text-transform: none;
25
- -webkit-appearance: button;
26
- -moz-appearance: button;
27
- appearance: button;
28
- cursor: pointer;
29
- }
30
-
31
- button[disabled].rbc-btn {
32
- cursor: not-allowed;
33
- }
34
-
35
- button.rbc-input::-moz-focus-inner {
36
- border: 0;
37
- padding: 0;
38
- }
39
-
40
- .rbc-calendar {
41
- -webkit-box-sizing: border-box;
42
- box-sizing: border-box;
43
- height: 100%;
44
- display: -webkit-box;
45
- display: -ms-flexbox;
46
- display: flex;
47
- font-size: 15px;
48
- -webkit-box-orient: vertical;
49
- -webkit-box-direction: normal;
50
- -ms-flex-direction: column;
51
- flex-direction: column;
52
- -webkit-box-align: stretch;
53
- -ms-flex-align: stretch;
54
- align-items: stretch;
55
- }
56
-
57
- .rbc-m-b-negative-3 {
58
- margin-bottom: -3px;
59
- }
60
-
61
- .rbc-h-full {
62
- height: 100%;
63
- }
64
-
65
- .rbc-calendar *,
66
- .rbc-calendar *:before,
67
- .rbc-calendar *:after {
68
- -webkit-box-sizing: inherit;
69
- box-sizing: inherit;
70
- }
71
-
72
- .rbc-abs-full,
73
- .rbc-row-bg {
74
- overflow: hidden;
75
- position: absolute;
76
- top: 0;
77
- left: 0;
78
- right: 0;
79
- bottom: 0;
80
- }
81
-
82
- .rbc-ellipsis,
83
- .rbc-show-more,
84
- .rbc-row-segment .rbc-event-content,
85
- .rbc-event-label {
86
- display: block;
87
- overflow: hidden;
88
- text-overflow: ellipsis;
89
- white-space: nowrap;
90
- }
91
-
92
- .rbc-rtl {
93
- direction: rtl;
94
- }
95
-
96
- .rbc-off-range {
97
- color: #999999;
98
- }
99
-
100
- .rbc-off-range-bg {
101
- background: hsl(var(--muted));
102
- }
103
-
104
- .rbc-header {
105
- overflow: hidden;
106
- -webkit-box-flex: 1;
107
- -ms-flex: 1 0 0%;
108
- flex: 1 0 0%;
109
- text-overflow: ellipsis;
110
- white-space: nowrap;
111
- padding: 0 3px;
112
- text-align: center;
113
- vertical-align: middle;
114
- font-weight: bold;
115
- font-size: 90%;
116
- min-height: 0;
117
- border-bottom: 1px solid hsl(var(--border));
118
- }
119
- .rbc-header + .rbc-header {
120
- border-left: 1px solid hsl(var(--border));
121
- }
122
- .rbc-rtl .rbc-header + .rbc-header {
123
- border-left-width: 0;
124
- border-right: 1px solid hsl(var(--border));
125
- }
126
- .rbc-header > a,
127
- .rbc-header > a:active,
128
- .rbc-header > a:visited {
129
- color: inherit;
130
- text-decoration: none;
131
- }
132
-
133
- .rbc-button-link {
134
- color: inherit;
135
- background: none;
136
- margin: 0;
137
- padding: 0;
138
- border: none;
139
- cursor: pointer;
140
- -webkit-user-select: text;
141
- -moz-user-select: text;
142
- -ms-user-select: text;
143
- user-select: text;
144
- }
145
-
146
- .rbc-row-content {
147
- position: relative;
148
- -moz-user-select: none;
149
- -ms-user-select: none;
150
- user-select: none;
151
- -webkit-user-select: none;
152
- z-index: 4;
153
- }
154
-
155
- .rbc-row-content-scrollable {
156
- display: -webkit-box;
157
- display: -ms-flexbox;
158
- display: flex;
159
- -webkit-box-orient: vertical;
160
- -webkit-box-direction: normal;
161
- -ms-flex-direction: column;
162
- flex-direction: column;
163
- height: 100%;
164
- }
165
- .rbc-row-content-scrollable .rbc-row-content-scroll-container {
166
- height: 100%;
167
- overflow-y: scroll; /* IE and Edge */ /* Firefox */
168
- -ms-overflow-style: none; /* IE and Edge */
169
- scrollbar-width: none; /* Firefox */
170
- /* Hide scrollbar for Chrome, Safari and Opera */
171
- }
172
- .rbc-row-content-scrollable
173
- .rbc-row-content-scroll-container::-webkit-scrollbar {
174
- display: none;
175
- }
176
-
177
- .rbc-today {
178
- background-color: hsl(var(--accent));
179
- color: hsl(var(--accent-forground));
180
- }
181
-
182
- .rbc-toolbar {
183
- display: -webkit-box;
184
- display: -ms-flexbox;
185
- display: flex;
186
- -ms-flex-wrap: wrap;
187
- flex-wrap: wrap;
188
- -webkit-box-pack: center;
189
- -ms-flex-pack: center;
190
- justify-content: center;
191
- -webkit-box-align: center;
192
- -ms-flex-align: center;
193
- align-items: center;
194
- margin-bottom: 10px;
195
- font-size: 16px;
196
- }
197
- .rbc-toolbar .rbc-toolbar-label {
198
- -webkit-box-flex: 1;
199
- -ms-flex-positive: 1;
200
- flex-grow: 1;
201
- padding: 0 10px;
202
- text-align: center;
203
- }
204
- .rbc-toolbar button {
205
- color: #373a3c;
206
- display: inline-block;
207
- margin: 0;
208
- text-align: center;
209
- vertical-align: middle;
210
- background: none;
211
- background-image: none;
212
- border: 1px solid hsl(var(--border));
213
- padding: 0.375rem 1rem;
214
- border-radius: 4px;
215
- line-height: normal;
216
- white-space: nowrap;
217
- }
218
- .rbc-toolbar button:active,
219
- .rbc-toolbar button.rbc-active {
220
- background-image: none;
221
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
222
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
223
- background-color: #e6e6e6;
224
- border-color: #adadad;
225
- }
226
- .rbc-toolbar button:active:hover,
227
- .rbc-toolbar button:active:focus,
228
- .rbc-toolbar button.rbc-active:hover,
229
- .rbc-toolbar button.rbc-active:focus {
230
- color: #373a3c;
231
- background-color: #d4d4d4;
232
- border-color: #8c8c8c;
233
- }
234
- .rbc-toolbar button:focus {
235
- color: #373a3c;
236
- background-color: #e6e6e6;
237
- border-color: #adadad;
238
- }
239
- .rbc-toolbar button:hover {
240
- color: #373a3c;
241
- background-color: #e6e6e6;
242
- border-color: #adadad;
243
- }
244
-
245
- .rbc-btn-group {
246
- display: inline-block;
247
- white-space: nowrap;
248
- }
249
- .rbc-btn-group > button:first-child:not(:last-child) {
250
- border-top-right-radius: 0;
251
- border-bottom-right-radius: 0;
252
- }
253
- .rbc-btn-group > button:last-child:not(:first-child) {
254
- border-top-left-radius: 0;
255
- border-bottom-left-radius: 0;
256
- }
257
- .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
258
- border-radius: 4px;
259
- border-top-left-radius: 0;
260
- border-bottom-left-radius: 0;
261
- }
262
- .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
263
- border-radius: 4px;
264
- border-top-right-radius: 0;
265
- border-bottom-right-radius: 0;
266
- }
267
- .rbc-btn-group > button:not(:first-child):not(:last-child) {
268
- border-radius: 0;
269
- }
270
- .rbc-btn-group button + button {
271
- margin-left: -1px;
272
- }
273
- .rbc-rtl .rbc-btn-group button + button {
274
- margin-left: 0;
275
- margin-right: -1px;
276
- }
277
- .rbc-btn-group + .rbc-btn-group,
278
- .rbc-btn-group + button {
279
- margin-left: 10px;
280
- }
281
-
282
- @media (max-width: 767px) {
283
- .rbc-toolbar {
284
- -webkit-box-orient: vertical;
285
- -webkit-box-direction: normal;
286
- -ms-flex-direction: column;
287
- flex-direction: column;
288
- }
289
- }
290
-
291
- .rbc-event,
292
- .rbc-day-slot .rbc-background-event {
293
- border: none;
294
- -webkit-box-sizing: border-box;
295
- box-sizing: border-box;
296
- -webkit-box-shadow: none;
297
- box-shadow: none;
298
- margin: 0;
299
- padding: 2px 5px;
300
- background-color: hsl(var(--input));
301
- border-radius: 5px;
302
- color: #fff;
303
- cursor: pointer;
304
- width: 100%;
305
- text-align: left;
306
- }
307
- .rbc-slot-selecting .rbc-event,
308
- .rbc-slot-selecting .rbc-day-slot .rbc-background-event,
309
- .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
310
- cursor: inherit;
311
- pointer-events: none;
312
- }
313
- .rbc-event.rbc-selected,
314
- .rbc-day-slot .rbc-selected.rbc-background-event {
315
- background-color: #265985;
316
- }
317
- .rbc-event:focus,
318
- .rbc-day-slot .rbc-background-event:focus {
319
- outline: 5px auto #3b99fc;
320
- }
321
-
322
- .rbc-event-label {
323
- font-size: 80%;
324
- }
325
-
326
- .rbc-event-overlaps {
327
- -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
328
- box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
329
- }
330
-
331
- .rbc-event-continues-prior {
332
- border-top-left-radius: 0;
333
- border-bottom-left-radius: 0;
334
- }
335
-
336
- .rbc-event-continues-after {
337
- border-top-right-radius: 0;
338
- border-bottom-right-radius: 0;
339
- }
340
-
341
- .rbc-event-continues-earlier {
342
- border-top-left-radius: 0;
343
- border-top-right-radius: 0;
344
- }
345
-
346
- .rbc-event-continues-later {
347
- border-bottom-left-radius: 0;
348
- border-bottom-right-radius: 0;
349
- }
350
-
351
- .rbc-row {
352
- display: -webkit-box;
353
- display: -ms-flexbox;
354
- display: flex;
355
- -webkit-box-orient: horizontal;
356
- -webkit-box-direction: normal;
357
- -ms-flex-direction: row;
358
- flex-direction: row;
359
- }
360
-
361
- .rbc-row-segment {
362
- padding: 0 1px 1px 1px;
363
- }
364
- .rbc-selected-cell {
365
- background-color: rgba(0, 0, 0, 0.1);
366
- }
367
-
368
- .rbc-show-more {
369
- background-color: rgba(255, 255, 255, 0.3);
370
- z-index: 4;
371
- font-weight: bold;
372
- font-size: 85%;
373
- height: auto;
374
- line-height: normal;
375
- color: hsl(var(--input));
376
- }
377
- .rbc-show-more:hover,
378
- .rbc-show-more:focus {
379
- color: #265985;
380
- }
381
-
382
- .rbc-month-view {
383
- position: relative;
384
- border: 1px solid hsl(var(--border));
385
- display: -webkit-box;
386
- display: -ms-flexbox;
387
- display: flex;
388
- -webkit-box-orient: vertical;
389
- -webkit-box-direction: normal;
390
- -ms-flex-direction: column;
391
- flex-direction: column;
392
- -webkit-box-flex: 1;
393
- -ms-flex: 1 0 0px;
394
- flex: 1 0 0;
395
- width: 100%;
396
- -moz-user-select: none;
397
- -ms-user-select: none;
398
- user-select: none;
399
- -webkit-user-select: none;
400
- height: 100%;
401
- }
402
-
403
- .rbc-month-header {
404
- display: -webkit-box;
405
- display: -ms-flexbox;
406
- display: flex;
407
- -webkit-box-orient: horizontal;
408
- -webkit-box-direction: normal;
409
- -ms-flex-direction: row;
410
- flex-direction: row;
411
- }
412
-
413
- .rbc-month-row {
414
- display: -webkit-box;
415
- display: -ms-flexbox;
416
- display: flex;
417
- position: relative;
418
- -webkit-box-orient: vertical;
419
- -webkit-box-direction: normal;
420
- -ms-flex-direction: column;
421
- flex-direction: column;
422
- -webkit-box-flex: 1;
423
- -ms-flex: 1 0 0px;
424
- flex: 1 0 0;
425
- -ms-flex-preferred-size: 0px;
426
- flex-basis: 0px;
427
- overflow: hidden;
428
- height: 100%;
429
- }
430
- .rbc-month-row + .rbc-month-row {
431
- border-top: 1px solid hsl(var(--border));
432
- }
433
-
434
- .rbc-date-cell {
435
- -webkit-box-flex: 1;
436
- -ms-flex: 1 1 0px;
437
- flex: 1 1 0;
438
- min-width: 0;
439
- padding-right: 5px;
440
- text-align: right;
441
- }
442
- .rbc-date-cell.rbc-now {
443
- font-weight: bold;
444
- }
445
- .rbc-date-cell > a,
446
- .rbc-date-cell > a:active,
447
- .rbc-date-cell > a:visited {
448
- color: inherit;
449
- text-decoration: none;
450
- }
451
-
452
- .rbc-row-bg {
453
- display: -webkit-box;
454
- display: -ms-flexbox;
455
- display: flex;
456
- -webkit-box-orient: horizontal;
457
- -webkit-box-direction: normal;
458
- -ms-flex-direction: row;
459
- flex-direction: row;
460
- -webkit-box-flex: 1;
461
- -ms-flex: 1 0 0px;
462
- flex: 1 0 0;
463
- overflow: hidden;
464
- right: 1px;
465
- }
466
-
467
- .rbc-day-bg {
468
- -webkit-box-flex: 1;
469
- -ms-flex: 1 0 0%;
470
- flex: 1 0 0%;
471
- }
472
- .rbc-day-bg + .rbc-day-bg {
473
- border-left: 1px solid hsl(var(--border));
474
- }
475
- .rbc-rtl .rbc-day-bg + .rbc-day-bg {
476
- border-left-width: 0;
477
- border-right: 1px solid hsl(var(--border));
478
- }
479
-
480
- .rbc-overlay {
481
- position: absolute;
482
- z-index: 5;
483
- border: 1px solid #e5e5e5;
484
- background-color: #fff;
485
- -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
486
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
487
- padding: 10px;
488
- }
489
- .rbc-overlay > * + * {
490
- margin-top: 1px;
491
- }
492
-
493
- .rbc-overlay-header {
494
- border-bottom: 1px solid #e5e5e5;
495
- margin: -10px -10px 5px -10px;
496
- padding: 2px 10px;
497
- }
498
-
499
- .rbc-agenda-view {
500
- display: -webkit-box;
501
- display: -ms-flexbox;
502
- display: flex;
503
- -webkit-box-orient: vertical;
504
- -webkit-box-direction: normal;
505
- -ms-flex-direction: column;
506
- flex-direction: column;
507
- -webkit-box-flex: 1;
508
- -ms-flex: 1 0 0px;
509
- flex: 1 0 0;
510
- overflow: auto;
511
- }
512
- .rbc-agenda-view table.rbc-agenda-table {
513
- width: 100%;
514
- border: 1px solid hsl(var(--border));
515
- border-spacing: 0;
516
- border-collapse: collapse;
517
- }
518
- .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
519
- padding: 5px 10px;
520
- vertical-align: top;
521
- }
522
- .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
523
- padding-left: 15px;
524
- padding-right: 15px;
525
- text-transform: lowercase;
526
- }
527
- .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
528
- border-left: 1px solid hsl(var(--border));
529
- }
530
- .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
531
- border-left-width: 0;
532
- border-right: 1px solid hsl(var(--border));
533
- }
534
- .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
535
- border-top: 1px solid hsl(var(--border));
536
- }
537
- .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
538
- padding: 3px 5px;
539
- text-align: left;
540
- border-bottom: 1px solid hsl(var(--border));
541
- }
542
- .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
543
- text-align: right;
544
- }
545
-
546
- .rbc-agenda-time-cell {
547
- text-transform: lowercase;
548
- }
549
- .rbc-agenda-time-cell .rbc-continues-after:after {
550
- content: " »";
551
- }
552
- .rbc-agenda-time-cell .rbc-continues-prior:before {
553
- content: "« ";
554
- }
555
-
556
- .rbc-agenda-date-cell,
557
- .rbc-agenda-time-cell {
558
- white-space: nowrap;
559
- }
560
-
561
- .rbc-agenda-event-cell {
562
- width: 100%;
563
- }
564
-
565
- .rbc-time-column {
566
- display: -webkit-box;
567
- display: -ms-flexbox;
568
- display: flex;
569
- -webkit-box-orient: vertical;
570
- -webkit-box-direction: normal;
571
- -ms-flex-direction: column;
572
- flex-direction: column;
573
- min-height: 100%;
574
- }
575
- .rbc-time-column .rbc-timeslot-group {
576
- -webkit-box-flex: 1;
577
- -ms-flex: 1;
578
- flex: 1;
579
- }
580
-
581
- .rbc-timeslot-group {
582
- border-bottom: 1px solid hsl(var(--border));
583
- min-height: 40px;
584
- display: -webkit-box;
585
- display: -ms-flexbox;
586
- display: flex;
587
- -webkit-box-orient: vertical;
588
- -webkit-box-direction: normal;
589
- -ms-flex-flow: column nowrap;
590
- flex-flow: column nowrap;
591
- }
592
-
593
- .rbc-time-gutter,
594
- .rbc-header-gutter {
595
- -webkit-box-flex: 0;
596
- -ms-flex: none;
597
- flex: none;
598
- }
599
-
600
- .rbc-label {
601
- padding: 0 5px;
602
- }
603
-
604
- .rbc-day-slot {
605
- position: relative;
606
- }
607
- .rbc-day-slot .rbc-events-container {
608
- bottom: 0;
609
- left: 0;
610
- position: absolute;
611
- right: 0;
612
- margin-right: 10px;
613
- top: 0;
614
- }
615
- .rbc-day-slot .rbc-events-container.rbc-rtl {
616
- left: 10px;
617
- right: 0;
618
- }
619
- .rbc-day-slot .rbc-event,
620
- .rbc-day-slot .rbc-background-event {
621
- border: 1px solid #265985;
622
- display: -webkit-box;
623
- display: -ms-flexbox;
624
- display: flex;
625
- max-height: 100%;
626
- min-height: 20px;
627
- -webkit-box-orient: vertical;
628
- -webkit-box-direction: normal;
629
- -ms-flex-flow: column wrap;
630
- flex-flow: column wrap;
631
- -webkit-box-align: start;
632
- -ms-flex-align: start;
633
- align-items: flex-start;
634
- overflow: hidden;
635
- position: absolute;
636
- }
637
- .rbc-day-slot .rbc-background-event {
638
- opacity: 0.75;
639
- }
640
- .rbc-day-slot .rbc-event-label {
641
- -webkit-box-flex: 0;
642
- -ms-flex: none;
643
- flex: none;
644
- padding-right: 5px;
645
- width: auto;
646
- }
647
- .rbc-day-slot .rbc-event-content {
648
- width: 100%;
649
- -webkit-box-flex: 1;
650
- -ms-flex: 1 1 0px;
651
- flex: 1 1 0;
652
- word-wrap: break-word;
653
- line-height: 1;
654
- height: 100%;
655
- min-height: 1em;
656
- }
657
- .rbc-day-slot .rbc-time-slot {
658
- border-top: 1px solid hsl(var(--border));
659
- }
660
-
661
- .rbc-time-view-resources .rbc-time-gutter,
662
- .rbc-time-view-resources .rbc-time-header-gutter {
663
- position: sticky;
664
- left: 0;
665
- background-color: white;
666
- border-right: 1px solid hsl(var(--border));
667
- z-index: 10;
668
- margin-right: -1px;
669
- }
670
- .rbc-time-view-resources .rbc-time-header {
671
- overflow: hidden;
672
- }
673
- .rbc-time-view-resources .rbc-time-header-content {
674
- min-width: auto;
675
- -webkit-box-flex: 1;
676
- -ms-flex: 1 0 0px;
677
- flex: 1 0 0;
678
- -ms-flex-preferred-size: 0px;
679
- flex-basis: 0px;
680
- }
681
- .rbc-time-view-resources .rbc-time-header-cell-single-day {
682
- display: none;
683
- }
684
- .rbc-time-view-resources .rbc-day-slot {
685
- min-width: 140px;
686
- }
687
- .rbc-time-view-resources .rbc-header,
688
- .rbc-time-view-resources .rbc-day-bg {
689
- width: 140px;
690
- -webkit-box-flex: 1;
691
- -ms-flex: 1 1 0px;
692
- flex: 1 1 0;
693
- -ms-flex-preferred-size: 0 px;
694
- flex-basis: 0 px;
695
- }
696
-
697
- .rbc-time-header-content + .rbc-time-header-content {
698
- margin-left: -1px;
699
- }
700
-
701
- .rbc-time-slot {
702
- -webkit-box-flex: 1;
703
- -ms-flex: 1 0 0px;
704
- flex: 1 0 0;
705
- }
706
- .rbc-time-slot.rbc-now {
707
- font-weight: bold;
708
- }
709
-
710
- .rbc-day-header {
711
- text-align: center;
712
- }
713
-
714
- .rbc-slot-selection {
715
- z-index: 10;
716
- position: absolute;
717
- background-color: rgba(0, 0, 0, 0.5);
718
- color: white;
719
- font-size: 75%;
720
- width: 100%;
721
- padding: 3px;
722
- }
723
-
724
- .rbc-slot-selecting {
725
- cursor: move;
726
- }
727
-
728
- .rbc-time-view {
729
- display: -webkit-box;
730
- display: -ms-flexbox;
731
- display: flex;
732
- -webkit-box-orient: vertical;
733
- -webkit-box-direction: normal;
734
- -ms-flex-direction: column;
735
- flex-direction: column;
736
- -webkit-box-flex: 1;
737
- -ms-flex: 1;
738
- flex: 1;
739
- width: 100%;
740
- border: 1px solid hsl(var(--border));
741
- min-height: 0;
742
- }
743
- .rbc-time-view .rbc-time-gutter {
744
- white-space: nowrap;
745
- text-align: right;
746
- }
747
- .rbc-time-view .rbc-allday-cell {
748
- -webkit-box-sizing: content-box;
749
- box-sizing: content-box;
750
- width: 100%;
751
- height: 100%;
752
- position: relative;
753
- }
754
- .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
755
- border-left: 1px solid hsl(var(--border));
756
- }
757
- .rbc-time-view .rbc-allday-events {
758
- position: relative;
759
- z-index: 4;
760
- }
761
- .rbc-time-view .rbc-row {
762
- -webkit-box-sizing: border-box;
763
- box-sizing: border-box;
764
- min-height: 20px;
765
- }
766
-
767
- .rbc-time-header {
768
- display: -webkit-box;
769
- display: -ms-flexbox;
770
- display: flex;
771
- -webkit-box-flex: 0;
772
- -ms-flex: 0 0 auto;
773
- flex: 0 0 auto;
774
- -webkit-box-orient: horizontal;
775
- -webkit-box-direction: normal;
776
- -ms-flex-direction: row;
777
- flex-direction: row;
778
- }
779
- .rbc-time-header.rbc-overflowing {
780
- border-right: 1px solid hsl(var(--border));
781
- }
782
- .rbc-rtl .rbc-time-header.rbc-overflowing {
783
- border-right-width: 0;
784
- border-left: 1px solid hsl(var(--border));
785
- }
786
- .rbc-time-header > .rbc-row:first-child {
787
- border-bottom: 1px solid hsl(var(--border));
788
- }
789
- .rbc-time-header > .rbc-row.rbc-row-resource {
790
- border-bottom: 1px solid hsl(var(--border));
791
- }
792
-
793
- .rbc-time-header-cell-single-day {
794
- display: none;
795
- }
796
-
797
- .rbc-time-header-content {
798
- -webkit-box-flex: 1;
799
- -ms-flex: 1;
800
- flex: 1;
801
- display: -webkit-box;
802
- display: -ms-flexbox;
803
- display: flex;
804
- min-width: 0;
805
- -webkit-box-orient: vertical;
806
- -webkit-box-direction: normal;
807
- -ms-flex-direction: column;
808
- flex-direction: column;
809
- border-left: 1px solid hsl(var(--border));
810
- }
811
- .rbc-rtl .rbc-time-header-content {
812
- border-left-width: 0;
813
- border-right: 1px solid hsl(var(--border));
814
- }
815
- .rbc-time-header-content > .rbc-row.rbc-row-resource {
816
- border-bottom: 1px solid hsl(var(--border));
817
- -ms-flex-negative: 0;
818
- flex-shrink: 0;
819
- }
820
-
821
- .rbc-time-content {
822
- display: -webkit-box;
823
- display: -ms-flexbox;
824
- display: flex;
825
- -webkit-box-flex: 1;
826
- -ms-flex: 1 0 0%;
827
- flex: 1 0 0%;
828
- -webkit-box-align: start;
829
- -ms-flex-align: start;
830
- align-items: flex-start;
831
- width: 100%;
832
- border-top: 2px solid hsl(var(--border));
833
- overflow-y: auto;
834
- position: relative;
835
- }
836
- .rbc-time-content > .rbc-time-gutter {
837
- -webkit-box-flex: 0;
838
- -ms-flex: none;
839
- flex: none;
840
- }
841
- .rbc-time-content > * + * > * {
842
- border-left: 1px solid hsl(var(--border));
843
- }
844
- .rbc-rtl .rbc-time-content > * + * > * {
845
- border-left-width: 0;
846
- border-right: 1px solid hsl(var(--border));
847
- }
848
- .rbc-time-content > .rbc-day-slot {
849
- width: 100%;
850
- -moz-user-select: none;
851
- -ms-user-select: none;
852
- user-select: none;
853
- -webkit-user-select: none;
854
- }
855
-
856
- .rbc-current-time-indicator {
857
- position: absolute;
858
- z-index: 3;
859
- left: 0;
860
- right: 0;
861
- height: 1px;
862
- background-color: #74ad31;
863
- pointer-events: none;
864
- }
865
-
866
- .rbc-resource-grouping.rbc-time-header-content {
867
- display: -webkit-box;
868
- display: -ms-flexbox;
869
- display: flex;
870
- -webkit-box-orient: vertical;
871
- -webkit-box-direction: normal;
872
- -ms-flex-direction: column;
873
- flex-direction: column;
874
- }
875
- .rbc-resource-grouping .rbc-row .rbc-header {
876
- width: 141px;
877
- }
878
-
879
- /*# sourceMappingURL=react-big-calendar.css.map */