@prolibu-suite/cobalt-core 0.6.0 → 0.8.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 (648) hide show
  1. package/custom-elements.json +7924 -3799
  2. package/dist/cjs/co-accordion.cjs.entry.js +1 -1
  3. package/dist/cjs/co-action-bar.cjs.entry.js +89 -0
  4. package/dist/cjs/co-app-shell.cjs.entry.js +3 -3
  5. package/dist/cjs/co-audio-player.cjs.entry.js +279 -0
  6. package/dist/cjs/co-autocomplete.cjs.entry.js +3 -3
  7. package/dist/cjs/co-avatar-group.cjs.entry.js +3 -3
  8. package/dist/cjs/{co-tooltip.cjs.entry.js → co-avatar_2.cjs.entry.js} +96 -4
  9. package/dist/cjs/co-badge.cjs.entry.js +2 -2
  10. package/dist/cjs/co-bottom-sheet.cjs.entry.js +4 -4
  11. package/dist/cjs/co-breadcrumb-item.cjs.entry.js +3 -3
  12. package/dist/cjs/co-breadcrumb.cjs.entry.js +2 -2
  13. package/dist/cjs/co-button-group.cjs.entry.js +3 -3
  14. package/dist/cjs/co-button.cjs.entry.js +13 -6
  15. package/dist/cjs/co-calendar-month_2.cjs.entry.js +1601 -0
  16. package/dist/cjs/co-calendar_3.cjs.entry.js +12 -12
  17. package/dist/cjs/co-card.cjs.entry.js +3 -3
  18. package/dist/cjs/co-carousel-item.cjs.entry.js +17 -0
  19. package/dist/cjs/co-carousel.cjs.entry.js +368 -0
  20. package/dist/cjs/co-checkbox-group.cjs.entry.js +1 -1
  21. package/dist/cjs/co-checkbox.cjs.entry.js +5 -5
  22. package/dist/cjs/co-chip_2.cjs.entry.js +96 -7
  23. package/dist/cjs/co-color-picker.cjs.entry.js +5 -5
  24. package/dist/cjs/co-column-picker.cjs.entry.js +3 -3
  25. package/dist/cjs/co-combobox.cjs.entry.js +3 -3
  26. package/dist/cjs/co-command-search.cjs.entry.js +1 -1
  27. package/dist/cjs/co-data-table-pagination.cjs.entry.js +5 -5
  28. package/dist/cjs/co-data-table.cjs.entry.js +2 -2
  29. package/dist/cjs/co-date-picker.cjs.entry.js +12 -5
  30. package/dist/cjs/co-date-range-picker.cjs.entry.js +11 -5
  31. package/dist/cjs/co-date-range.cjs.entry.js +2 -2
  32. package/dist/cjs/co-date-time-picker.cjs.entry.js +409 -0
  33. package/dist/cjs/co-drive-card.cjs.entry.js +2 -2
  34. package/dist/cjs/co-drop-zone.cjs.entry.js +2 -2
  35. package/dist/cjs/co-empty-state.cjs.entry.js +3 -3
  36. package/dist/cjs/co-event-calendar.cjs.entry.js +119 -18
  37. package/dist/cjs/co-event-popover.cjs.entry.js +132 -0
  38. package/dist/cjs/co-fab.cjs.entry.js +21 -6
  39. package/dist/cjs/co-file-field.cjs.entry.js +8 -8
  40. package/dist/cjs/co-file-type-tile.cjs.entry.js +3 -3
  41. package/dist/cjs/co-helper-text.cjs.entry.js +3 -3
  42. package/dist/cjs/co-icon-button.cjs.entry.js +2 -2
  43. package/dist/cjs/co-icon.cjs.entry.js +3 -3
  44. package/dist/cjs/co-input.cjs.entry.js +9 -3
  45. package/dist/cjs/co-json-field.cjs.entry.js +6 -6
  46. package/dist/cjs/co-lightbox.cjs.entry.js +34 -7
  47. package/dist/cjs/co-list-footer.cjs.entry.js +2 -2
  48. package/dist/cjs/co-list-item.cjs.entry.js +5 -5
  49. package/dist/cjs/co-loader.cjs.entry.js +1 -1
  50. package/dist/cjs/co-media-thumb.cjs.entry.js +3 -3
  51. package/dist/cjs/co-menu-divider.cjs.entry.js +2 -2
  52. package/dist/cjs/co-menu-item.cjs.entry.js +3 -3
  53. package/dist/cjs/co-menu.cjs.entry.js +2 -2
  54. package/dist/cjs/co-modal.cjs.entry.js +3 -3
  55. package/dist/cjs/co-navbar.cjs.entry.js +3 -3
  56. package/dist/cjs/co-number-field.cjs.entry.js +5 -5
  57. package/dist/cjs/co-overlay.cjs.entry.js +2 -2
  58. package/dist/cjs/co-page-header.cjs.entry.js +2 -2
  59. package/dist/cjs/co-phone-field.cjs.entry.js +4 -4
  60. package/dist/cjs/co-popover.cjs.entry.js +2 -2
  61. package/dist/cjs/co-progress-bar.cjs.entry.js +3 -3
  62. package/dist/cjs/co-progress-circle.cjs.entry.js +3 -3
  63. package/dist/cjs/co-provider-logo_2.cjs.entry.js +72 -0
  64. package/dist/cjs/co-radio-group.cjs.entry.js +1 -1
  65. package/dist/cjs/co-radio.cjs.entry.js +4 -4
  66. package/dist/cjs/co-rating.cjs.entry.js +4 -4
  67. package/dist/cjs/co-ref-field.cjs.entry.js +16 -6
  68. package/dist/cjs/co-rich-text-editor.cjs.entry.js +22 -7
  69. package/dist/cjs/co-rich-text-toolbar.cjs.entry.js +37 -5
  70. package/dist/cjs/co-rich-text-viewer.cjs.entry.js +36 -6
  71. package/dist/cjs/co-row.cjs.entry.js +3 -3
  72. package/dist/cjs/co-segmented-bar.cjs.entry.js +1 -1
  73. package/dist/cjs/co-select.cjs.entry.js +13 -7
  74. package/dist/cjs/co-separator.cjs.entry.js +2 -2
  75. package/dist/cjs/co-sidebar-nav.cjs.entry.js +13 -3
  76. package/dist/cjs/co-sidebar.cjs.entry.js +3 -3
  77. package/dist/cjs/co-slider.cjs.entry.js +3 -3
  78. package/dist/cjs/co-switch.cjs.entry.js +5 -5
  79. package/dist/cjs/co-tab-group.cjs.entry.js +20 -4
  80. package/dist/cjs/co-tab.cjs.entry.js +3 -3
  81. package/dist/cjs/co-tags-field.cjs.entry.js +9 -9
  82. package/dist/cjs/co-textarea.cjs.entry.js +13 -7
  83. package/dist/cjs/co-toast.cjs.entry.js +1 -1
  84. package/dist/cjs/co-toggle-button-group.cjs.entry.js +3 -3
  85. package/dist/cjs/co-toggle-button.cjs.entry.js +3 -3
  86. package/dist/cjs/co-transfer-list.cjs.entry.js +1 -1
  87. package/dist/cjs/co-video.cjs.entry.js +3 -3
  88. package/dist/cjs/cobalt.cjs.js +2 -2
  89. package/dist/cjs/{dateI18n-BdiNAl0_.js → dateI18n-wblvKRq_.js} +21 -0
  90. package/dist/cjs/{dates-D8D-aS5d.js → dates-TQLHlFd2.js} +64 -13
  91. package/dist/cjs/{fieldChip-D8YJCyQF.js → fieldChip-B_npd9rL.js} +1 -1
  92. package/dist/cjs/{index-4y1Dm145.js → index-DFZ5YhIT.js} +171 -11
  93. package/dist/cjs/{index-DxEFsH_t.js → index-kBiXCEE7.js} +41 -21
  94. package/dist/cjs/loader.cjs.js +2 -2
  95. package/dist/cjs/{positioning-DwHW399W.js → positioning-DCj_AJ2T.js} +10 -0
  96. package/dist/cjs/{requiredMark-B3pKyqYI.js → requiredMark-DuMIcKtt.js} +1 -1
  97. package/dist/cjs/{richTextI18n-B7ktXg3M.js → richTextI18n-B28uAhh4.js} +3 -0
  98. package/dist/cjs/time-LBHtzLHe.js +42 -0
  99. package/dist/cjs/{toolbar-config-3PlT-3zm.js → toolbar-config-BQfWTW6P.js} +2 -0
  100. package/dist/cobalt/cobalt.css +1 -1
  101. package/dist/cobalt/cobalt.esm.js +1 -1
  102. package/dist/cobalt/{p-075eed3d.entry.js → p-00830b8c.entry.js} +1 -1
  103. package/dist/cobalt/{p-cc0a4617.entry.js → p-0769eee9.entry.js} +1 -1
  104. package/dist/cobalt/p-0f18c4d2.entry.js +1 -0
  105. package/dist/cobalt/{p-5c3101b5.entry.js → p-0fc1edca.entry.js} +1 -1
  106. package/dist/cobalt/p-15852fec.entry.js +1 -0
  107. package/dist/cobalt/p-195c67ee.entry.js +1 -0
  108. package/dist/cobalt/{p-B6JZk8fL.js → p-1EK-COrb.js} +1 -1
  109. package/dist/cobalt/{p-d9608046.entry.js → p-1e9c9d46.entry.js} +1 -1
  110. package/dist/cobalt/{p-02c5a9a9.entry.js → p-202eadfc.entry.js} +1 -1
  111. package/dist/cobalt/{p-b4bed98b.entry.js → p-20bd3702.entry.js} +1 -1
  112. package/dist/cobalt/p-25f59046.entry.js +1 -0
  113. package/dist/cobalt/{p-809015dd.entry.js → p-260196cb.entry.js} +1 -1
  114. package/dist/cobalt/{p-771bc8fe.entry.js → p-27dce0ac.entry.js} +1 -1
  115. package/dist/cobalt/p-2bf44b2b.entry.js +1 -0
  116. package/dist/cobalt/{p-3f06d373.entry.js → p-2c100914.entry.js} +1 -1
  117. package/dist/cobalt/p-2e1d930f.entry.js +1 -0
  118. package/dist/cobalt/{p-47a2dd67.entry.js → p-35518aee.entry.js} +1 -1
  119. package/dist/cobalt/{p-c3462def.entry.js → p-38ae8bff.entry.js} +1 -1
  120. package/dist/cobalt/p-38cf47b6.entry.js +1 -0
  121. package/dist/cobalt/p-39dea0c0.entry.js +1 -0
  122. package/dist/cobalt/p-3a746267.entry.js +1 -0
  123. package/dist/cobalt/{p-9c6ca902.entry.js → p-3ae69426.entry.js} +1 -1
  124. package/dist/cobalt/{p-8dfb6886.entry.js → p-3af74ab8.entry.js} +1 -1
  125. package/dist/cobalt/{p-9a587867.entry.js → p-3d4e697e.entry.js} +1 -1
  126. package/dist/cobalt/{p-1681ce1d.entry.js → p-445acc4c.entry.js} +1 -1
  127. package/dist/cobalt/p-48fbf051.entry.js +1 -0
  128. package/dist/cobalt/p-4de9232a.entry.js +1 -0
  129. package/dist/cobalt/{p-fd27c2bd.entry.js → p-50bbfad8.entry.js} +1 -1
  130. package/dist/cobalt/{p-85eed52c.entry.js → p-51a1ad38.entry.js} +1 -1
  131. package/dist/cobalt/{p-1726ce07.entry.js → p-523aca9f.entry.js} +1 -1
  132. package/dist/cobalt/p-52af222b.entry.js +1 -0
  133. package/dist/cobalt/{p-81cfd951.entry.js → p-5319ac3f.entry.js} +1 -1
  134. package/dist/cobalt/{p-ba66584f.entry.js → p-53a276a8.entry.js} +1 -1
  135. package/dist/cobalt/{p-f0de4415.entry.js → p-543cc00d.entry.js} +1 -1
  136. package/dist/cobalt/{p-a9afbaa6.entry.js → p-59f7d44b.entry.js} +1 -1
  137. package/dist/cobalt/{p-e420d5c9.entry.js → p-5b984323.entry.js} +1 -1
  138. package/dist/cobalt/{p-e710b9ea.entry.js → p-5bfaca70.entry.js} +1 -1
  139. package/dist/cobalt/p-5c1328ff.entry.js +1 -0
  140. package/dist/cobalt/{p-0d7536a8.entry.js → p-5c250889.entry.js} +1 -1
  141. package/dist/cobalt/p-5e21ca17.entry.js +1 -0
  142. package/dist/cobalt/p-61d5ca3c.entry.js +1 -0
  143. package/dist/cobalt/{p-8e823c15.entry.js → p-6357d9dd.entry.js} +1 -1
  144. package/dist/cobalt/{p-495c9b99.entry.js → p-69723cc1.entry.js} +1 -1
  145. package/dist/cobalt/{p-8128e84a.entry.js → p-6985a964.entry.js} +1 -1
  146. package/dist/cobalt/p-69b8d98e.entry.js +1 -0
  147. package/dist/cobalt/p-6b089060.entry.js +1 -0
  148. package/dist/cobalt/{p-627d2d1a.entry.js → p-6b256d01.entry.js} +1 -1
  149. package/dist/cobalt/{p-c1e53e4c.entry.js → p-7c6b3175.entry.js} +1 -1
  150. package/dist/cobalt/p-7d077a7c.entry.js +1 -0
  151. package/dist/cobalt/{p-20ba59a2.entry.js → p-7f4bf341.entry.js} +1 -1
  152. package/dist/cobalt/p-869c338a.entry.js +1 -0
  153. package/dist/cobalt/p-890296f9.entry.js +1 -0
  154. package/dist/cobalt/{p-5c43d30e.entry.js → p-8fe08257.entry.js} +1 -1
  155. package/dist/cobalt/p-913b2a14.entry.js +1 -0
  156. package/dist/cobalt/{p-2d1cbd7f.entry.js → p-959556f4.entry.js} +1 -1
  157. package/dist/cobalt/p-97875bde.entry.js +1 -0
  158. package/dist/cobalt/p-9824c478.entry.js +1 -0
  159. package/dist/cobalt/p-99c1ff0f.entry.js +1 -0
  160. package/dist/cobalt/p-BCEz3S-z.js +2 -0
  161. package/dist/cobalt/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
  162. package/dist/cobalt/p-BMdapAL8.js +1 -0
  163. package/dist/cobalt/p-BU7SQCje.js +1 -0
  164. package/dist/cobalt/p-BYKAgwq3.js +1 -0
  165. package/dist/cobalt/p-C-d15gih.js +1 -0
  166. package/dist/cobalt/p-CF8OB_TM.js +1 -0
  167. package/dist/cobalt/p-CnNpoKwg.js +1 -0
  168. package/dist/cobalt/p-D5gr2ent.js +1 -0
  169. package/dist/cobalt/p-WeuPA9Rw.js +1 -0
  170. package/dist/cobalt/{p-fb251497.entry.js → p-a04feb70.entry.js} +1 -1
  171. package/dist/cobalt/{p-77d01b39.entry.js → p-a252f8c5.entry.js} +1 -1
  172. package/dist/cobalt/p-a4f39ba2.entry.js +1 -0
  173. package/dist/cobalt/{p-5e9a9caf.entry.js → p-a7c23027.entry.js} +1 -1
  174. package/dist/cobalt/p-ab8e150e.entry.js +1 -0
  175. package/dist/cobalt/{p-6ad1625a.entry.js → p-acdb68a7.entry.js} +1 -1
  176. package/dist/cobalt/{p-c6fedc59.entry.js → p-afd957c0.entry.js} +1 -1
  177. package/dist/cobalt/{p-c750b2d2.entry.js → p-b45ea918.entry.js} +1 -1
  178. package/dist/cobalt/p-bad7ce84.entry.js +1 -0
  179. package/dist/cobalt/{p-5edd0d3f.entry.js → p-bebacee2.entry.js} +1 -1
  180. package/dist/cobalt/{p-bb534985.entry.js → p-c237add6.entry.js} +1 -1
  181. package/dist/cobalt/p-c32949a5.entry.js +1 -0
  182. package/dist/cobalt/{p-3f68fd2e.entry.js → p-cd5555d2.entry.js} +1 -1
  183. package/dist/cobalt/p-cd96aabf.entry.js +1 -0
  184. package/dist/cobalt/{p-b8ec0cc1.entry.js → p-ce961fba.entry.js} +1 -1
  185. package/dist/cobalt/p-d56b8a1f.entry.js +1 -0
  186. package/dist/cobalt/p-d6fff135.entry.js +1 -0
  187. package/dist/cobalt/{p-b1197c08.entry.js → p-d71b87d3.entry.js} +1 -1
  188. package/dist/cobalt/{p-af4cb263.entry.js → p-d83e5189.entry.js} +1 -1
  189. package/dist/cobalt/p-dc269096.entry.js +1 -0
  190. package/dist/cobalt/{p-0d6a562d.entry.js → p-dc8e88f4.entry.js} +1 -1
  191. package/dist/cobalt/p-de5a05fc.entry.js +1 -0
  192. package/dist/cobalt/{p-86e60cfa.entry.js → p-df63f23c.entry.js} +1 -1
  193. package/dist/cobalt/p-e2188319.entry.js +1 -0
  194. package/dist/cobalt/p-f0c589ad.entry.js +1 -0
  195. package/dist/cobalt/{p-e9aaeaf7.entry.js → p-f4370423.entry.js} +1 -1
  196. package/dist/cobalt/p-f4e4bebf.entry.js +1 -0
  197. package/dist/cobalt/p-f53b9536.entry.js +1 -0
  198. package/dist/cobalt/{p-373cd08e.entry.js → p-f7ae0228.entry.js} +1 -1
  199. package/dist/collection/collection-manifest.json +8 -0
  200. package/dist/collection/components/co-action-bar/co-action-bar.css +148 -0
  201. package/dist/collection/components/co-action-bar/co-action-bar.js +247 -0
  202. package/dist/collection/components/co-app-shell/co-app-shell.js +2 -2
  203. package/dist/collection/components/co-audio-player/co-audio-player.css +58 -0
  204. package/dist/collection/components/co-audio-player/co-audio-player.js +453 -0
  205. package/dist/collection/components/co-audio-player/co-audio-player.utils.js +44 -0
  206. package/dist/collection/components/co-autocomplete/co-autocomplete.css +1 -1
  207. package/dist/collection/components/co-avatar/co-avatar.css +23 -0
  208. package/dist/collection/components/co-avatar/co-avatar.js +24 -1
  209. package/dist/collection/components/co-avatar-group/co-avatar-group.css +9 -5
  210. package/dist/collection/components/co-avatar-group/co-avatar-group.js +2 -2
  211. package/dist/collection/components/co-badge/co-badge.js +1 -1
  212. package/dist/collection/components/co-bottom-sheet/co-bottom-sheet.js +3 -3
  213. package/dist/collection/components/co-breadcrumb/co-breadcrumb.js +1 -1
  214. package/dist/collection/components/co-breadcrumb-item/co-breadcrumb-item.js +2 -2
  215. package/dist/collection/components/co-button/co-button.css +19 -0
  216. package/dist/collection/components/co-button/co-button.js +31 -5
  217. package/dist/collection/components/co-button-group/co-button-group.js +2 -2
  218. package/dist/collection/components/co-calendar/co-calendar.js +1 -1
  219. package/dist/collection/components/co-calendar-month/co-calendar-month.css +52 -3
  220. package/dist/collection/components/co-calendar-month/co-calendar-month.js +238 -55
  221. package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.css +265 -0
  222. package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.js +1305 -0
  223. package/dist/collection/components/co-card/co-card.js +2 -2
  224. package/dist/collection/components/co-carousel/co-carousel.css +152 -0
  225. package/dist/collection/components/co-carousel/co-carousel.js +633 -0
  226. package/dist/collection/components/co-carousel-item/co-carousel-item.css +6 -0
  227. package/dist/collection/components/co-carousel-item/co-carousel-item.js +25 -0
  228. package/dist/collection/components/co-checkbox/co-checkbox.css +1 -1
  229. package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
  230. package/dist/collection/components/co-chip/co-chip.js +2 -2
  231. package/dist/collection/components/co-color-picker/co-color-picker.css +11 -10
  232. package/dist/collection/components/co-color-picker/co-color-picker.js +2 -2
  233. package/dist/collection/components/co-column-picker/co-column-picker.js +2 -2
  234. package/dist/collection/components/co-combobox/co-combobox.css +6 -8
  235. package/dist/collection/components/co-data-table/co-data-table.css +23 -8
  236. package/dist/collection/components/co-data-table-pagination/co-data-table-pagination.js +4 -4
  237. package/dist/collection/components/co-date-field/co-date-field.css +6 -7
  238. package/dist/collection/components/co-date-field/co-date-field.js +4 -4
  239. package/dist/collection/components/co-date-picker/co-date-picker.css +16 -0
  240. package/dist/collection/components/co-date-picker/co-date-picker.js +28 -1
  241. package/dist/collection/components/co-date-range/co-date-range.js +1 -1
  242. package/dist/collection/components/co-date-range-picker/co-date-range-picker.css +13 -1
  243. package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +26 -0
  244. package/dist/collection/components/co-date-time-picker/co-date-time-picker.css +325 -0
  245. package/dist/collection/components/co-date-time-picker/co-date-time-picker.js +1079 -0
  246. package/dist/collection/components/co-drawer/co-drawer.css +46 -0
  247. package/dist/collection/components/co-drawer/co-drawer.js +1 -1
  248. package/dist/collection/components/co-drive-card/co-drive-card.js +1 -1
  249. package/dist/collection/components/co-drop-zone/co-drop-zone.js +1 -1
  250. package/dist/collection/components/co-empty-state/co-empty-state.js +2 -2
  251. package/dist/collection/components/co-event-calendar/co-event-calendar.css +19 -7
  252. package/dist/collection/components/co-event-calendar/co-event-calendar.js +342 -39
  253. package/dist/collection/components/co-event-popover/co-event-popover.css +26 -0
  254. package/dist/collection/components/co-event-popover/co-event-popover.js +326 -0
  255. package/dist/collection/components/co-fab/co-fab.css +70 -10
  256. package/dist/collection/components/co-fab/co-fab.js +39 -4
  257. package/dist/collection/components/co-file-field/co-file-field.css +2 -2
  258. package/dist/collection/components/co-file-field/co-file-field.js +5 -5
  259. package/dist/collection/components/co-file-type-tile/co-file-type-tile.js +2 -2
  260. package/dist/collection/components/co-helper-text/co-helper-text.js +2 -2
  261. package/dist/collection/components/co-icon/co-icon.js +2 -2
  262. package/dist/collection/components/co-icon-button/co-icon-button.js +1 -1
  263. package/dist/collection/components/co-input/co-input.css +13 -1
  264. package/dist/collection/components/co-input/co-input.js +26 -0
  265. package/dist/collection/components/co-json-field/co-json-field.css +4 -8
  266. package/dist/collection/components/co-json-field/co-json-field.js +3 -3
  267. package/dist/collection/components/co-lightbox/co-lightbox.css +12 -1
  268. package/dist/collection/components/co-lightbox/co-lightbox.js +31 -4
  269. package/dist/collection/components/co-list-footer/co-list-footer.js +1 -1
  270. package/dist/collection/components/co-list-item/co-list-item.js +4 -4
  271. package/dist/collection/components/co-media-thumb/co-media-thumb.js +2 -2
  272. package/dist/collection/components/co-menu/co-menu.js +1 -1
  273. package/dist/collection/components/co-menu-divider/co-menu-divider.js +1 -1
  274. package/dist/collection/components/co-menu-item/co-menu-item.css +21 -0
  275. package/dist/collection/components/co-menu-item/co-menu-item.js +20 -1
  276. package/dist/collection/components/co-modal/co-modal.js +2 -2
  277. package/dist/collection/components/co-navbar/co-navbar.js +2 -2
  278. package/dist/collection/components/co-number-field/co-number-field.css +1 -1
  279. package/dist/collection/components/co-number-field/co-number-field.js +2 -2
  280. package/dist/collection/components/co-option-list/co-option-list.css +18 -0
  281. package/dist/collection/components/co-option-list/co-option-list.js +127 -5
  282. package/dist/collection/components/co-option-list/optionListLogic.js +13 -0
  283. package/dist/collection/components/co-overlay/co-overlay.js +1 -1
  284. package/dist/collection/components/co-page-header/co-page-header.js +1 -1
  285. package/dist/collection/components/co-phone-field/co-phone-field.css +2 -2
  286. package/dist/collection/components/co-phone-field/co-phone-field.js +1 -1
  287. package/dist/collection/components/co-progress-bar/co-progress-bar.js +2 -2
  288. package/dist/collection/components/co-progress-circle/co-progress-circle.js +2 -2
  289. package/dist/collection/components/co-provider-logo/co-provider-logo.css +23 -0
  290. package/dist/collection/components/co-provider-logo/co-provider-logo.js +124 -0
  291. package/dist/collection/components/co-radio/co-radio.js +3 -3
  292. package/dist/collection/components/co-rating/co-rating.js +3 -3
  293. package/dist/collection/components/co-ref-field/co-ref-field.css +17 -1
  294. package/dist/collection/components/co-ref-field/co-ref-field.js +32 -2
  295. package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.css +32 -3
  296. package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +97 -4
  297. package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.css +8 -0
  298. package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.js +93 -3
  299. package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.css +19 -0
  300. package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.js +53 -4
  301. package/dist/collection/components/co-row/co-row.js +2 -2
  302. package/dist/collection/components/co-select/co-select.css +12 -1
  303. package/dist/collection/components/co-select/co-select.js +30 -4
  304. package/dist/collection/components/co-separator/co-separator.js +1 -1
  305. package/dist/collection/components/co-sidebar/co-sidebar.js +2 -2
  306. package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +12 -2
  307. package/dist/collection/components/co-skeleton/co-skeleton.js +1 -1
  308. package/dist/collection/components/co-slider/co-slider.js +2 -2
  309. package/dist/collection/components/co-switch/co-switch.js +3 -3
  310. package/dist/collection/components/co-tab/co-tab.js +2 -2
  311. package/dist/collection/components/co-tab-group/co-tab-group.css +32 -4
  312. package/dist/collection/components/co-tab-group/co-tab-group.js +18 -2
  313. package/dist/collection/components/co-tags-field/co-tags-field.css +12 -21
  314. package/dist/collection/components/co-tags-field/co-tags-field.js +5 -5
  315. package/dist/collection/components/co-textarea/co-textarea.css +18 -8
  316. package/dist/collection/components/co-textarea/co-textarea.js +30 -4
  317. package/dist/collection/components/co-toggle-button/co-toggle-button.js +2 -2
  318. package/dist/collection/components/co-toggle-button-group/co-toggle-button-group.js +2 -2
  319. package/dist/collection/components/co-tooltip/co-tooltip.js +2 -2
  320. package/dist/collection/components/co-video/co-video.js +2 -2
  321. package/dist/collection/utils/carouselI18n.js +36 -0
  322. package/dist/collection/utils/dateI18n.js +21 -0
  323. package/dist/collection/utils/eventColor.js +52 -0
  324. package/dist/collection/utils/positioning.js +10 -0
  325. package/dist/collection/utils/richTextI18n.js +3 -0
  326. package/dist/components/co-accordion.js +1 -1
  327. package/dist/components/co-action-bar.d.ts +11 -0
  328. package/dist/components/co-action-bar.js +1 -0
  329. package/dist/components/co-app-shell.js +1 -1
  330. package/dist/components/co-audio-player.d.ts +11 -0
  331. package/dist/components/co-audio-player.js +1 -0
  332. package/dist/components/co-autocomplete.js +1 -1
  333. package/dist/components/co-avatar-group.js +1 -1
  334. package/dist/components/co-avatar.js +1 -1
  335. package/dist/components/co-badge.js +1 -1
  336. package/dist/components/co-bottom-sheet.js +1 -1
  337. package/dist/components/co-breadcrumb-item.js +1 -1
  338. package/dist/components/co-breadcrumb.js +1 -1
  339. package/dist/components/co-button-group.js +1 -1
  340. package/dist/components/co-button.js +1 -1
  341. package/dist/components/co-calendar-month.js +1 -1
  342. package/dist/components/co-calendar-timegrid.d.ts +11 -0
  343. package/dist/components/co-calendar-timegrid.js +1 -0
  344. package/dist/components/co-calendar.js +1 -1
  345. package/dist/components/co-card.js +1 -1
  346. package/dist/components/co-carousel-item.d.ts +11 -0
  347. package/dist/components/co-carousel-item.js +1 -0
  348. package/dist/components/co-carousel.d.ts +11 -0
  349. package/dist/components/co-carousel.js +1 -0
  350. package/dist/components/co-checkbox-group.js +1 -1
  351. package/dist/components/co-checkbox.js +1 -1
  352. package/dist/components/co-chip.js +1 -1
  353. package/dist/components/co-color-picker.js +1 -1
  354. package/dist/components/co-column-picker.js +1 -1
  355. package/dist/components/co-combobox.js +1 -1
  356. package/dist/components/co-command-search.js +1 -1
  357. package/dist/components/co-data-table-pagination.js +1 -1
  358. package/dist/components/co-data-table.js +1 -1
  359. package/dist/components/co-date-field.js +1 -1
  360. package/dist/components/co-date-picker.js +1 -1
  361. package/dist/components/co-date-range-picker.js +1 -1
  362. package/dist/components/co-date-range.js +1 -1
  363. package/dist/components/co-date-time-picker.d.ts +11 -0
  364. package/dist/components/co-date-time-picker.js +1 -0
  365. package/dist/components/co-drawer.js +1 -1
  366. package/dist/components/co-drive-card.js +1 -1
  367. package/dist/components/co-drop-zone.js +1 -1
  368. package/dist/components/co-empty-state.js +1 -1
  369. package/dist/components/co-event-calendar.js +1 -1
  370. package/dist/components/co-event-popover.d.ts +11 -0
  371. package/dist/components/co-event-popover.js +1 -0
  372. package/dist/components/co-fab.js +1 -1
  373. package/dist/components/co-file-field.js +1 -1
  374. package/dist/components/co-file-type-tile.js +1 -1
  375. package/dist/components/co-helper-text.js +1 -1
  376. package/dist/components/co-icon-button.js +1 -1
  377. package/dist/components/co-icon.js +1 -1
  378. package/dist/components/co-input.js +1 -1
  379. package/dist/components/co-json-field.js +1 -1
  380. package/dist/components/co-lightbox.js +1 -1
  381. package/dist/components/co-list-footer.js +1 -1
  382. package/dist/components/co-list-item.js +1 -1
  383. package/dist/components/co-media-thumb.js +1 -1
  384. package/dist/components/co-menu-divider.js +1 -1
  385. package/dist/components/co-menu-item.js +1 -1
  386. package/dist/components/co-menu.js +1 -1
  387. package/dist/components/co-modal.js +1 -1
  388. package/dist/components/co-navbar.js +1 -1
  389. package/dist/components/co-number-field.js +1 -1
  390. package/dist/components/co-option-list.js +1 -1
  391. package/dist/components/co-overlay.js +1 -1
  392. package/dist/components/co-page-header.js +1 -1
  393. package/dist/components/co-phone-field.js +1 -1
  394. package/dist/components/co-popover.js +1 -1
  395. package/dist/components/co-progress-bar.js +1 -1
  396. package/dist/components/co-progress-circle.js +1 -1
  397. package/dist/components/co-provider-logo.d.ts +11 -0
  398. package/dist/components/co-provider-logo.js +1 -0
  399. package/dist/components/co-radio-group.js +1 -1
  400. package/dist/components/co-radio.js +1 -1
  401. package/dist/components/co-rating.js +1 -1
  402. package/dist/components/co-ref-field.js +1 -1
  403. package/dist/components/co-rich-text-editor.js +1 -1
  404. package/dist/components/co-rich-text-toolbar.js +1 -1
  405. package/dist/components/co-rich-text-viewer.js +1 -1
  406. package/dist/components/co-row.js +1 -1
  407. package/dist/components/co-select.js +1 -1
  408. package/dist/components/co-separator.js +1 -1
  409. package/dist/components/co-sidebar-nav.js +1 -1
  410. package/dist/components/co-sidebar.js +1 -1
  411. package/dist/components/co-skeleton.js +1 -1
  412. package/dist/components/co-slider.js +1 -1
  413. package/dist/components/co-switch.js +1 -1
  414. package/dist/components/co-tab-group.js +1 -1
  415. package/dist/components/co-tab.js +1 -1
  416. package/dist/components/co-tags-field.js +1 -1
  417. package/dist/components/co-textarea.js +1 -1
  418. package/dist/components/co-toast.js +1 -1
  419. package/dist/components/co-toggle-button-group.js +1 -1
  420. package/dist/components/co-toggle-button.js +1 -1
  421. package/dist/components/co-tooltip.js +1 -1
  422. package/dist/components/co-transfer-list.js +1 -1
  423. package/dist/components/co-video.js +1 -1
  424. package/dist/components/index.js +1 -1
  425. package/dist/components/p-B21rOC2Y.js +1 -0
  426. package/dist/components/{p-DvL2TcDG.js → p-BC6sxVVr.js} +1 -1
  427. package/dist/components/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
  428. package/dist/components/p-BMdapAL8.js +1 -0
  429. package/dist/components/p-BQFperIX.js +1 -0
  430. package/dist/components/{p-Cam92sWP.js → p-BXtiFFM2.js} +1 -1
  431. package/dist/components/{p-CmCsm4L-.js → p-BdArvV6T.js} +1 -1
  432. package/dist/components/p-BnkGlFYy.js +1 -0
  433. package/dist/components/p-C-5cLeKr.js +1 -0
  434. package/dist/components/p-CDWXNRpo.js +1 -0
  435. package/dist/components/p-CF8OB_TM.js +1 -0
  436. package/dist/components/{p-_k-j03K-.js → p-CIWoKlGj.js} +1 -1
  437. package/dist/components/{p-lus32JrB.js → p-CVCEiwOS.js} +1 -1
  438. package/dist/components/{p-QWi9AmnD.js → p-CfeNhAHW.js} +1 -1
  439. package/dist/components/p-Ch837Ggl.js +1 -0
  440. package/dist/components/p-ChLib-si.js +1 -0
  441. package/dist/components/p-ChPooamL.js +1 -0
  442. package/dist/components/p-CnNpoKwg.js +1 -0
  443. package/dist/components/p-D-3BTFRs.js +1 -0
  444. package/dist/components/p-D0wrmRH8.js +1 -0
  445. package/dist/components/p-DZX7cEqP.js +1 -0
  446. package/dist/components/{p-D4SOCy8I.js → p-DbISGXT_.js} +1 -1
  447. package/dist/components/p-Dxa7c4Ap.js +1 -0
  448. package/dist/components/p-T0MdU7sb.js +1 -0
  449. package/dist/components/p-W8Y8ZuPs.js +1 -0
  450. package/dist/components/p-WeuPA9Rw.js +1 -0
  451. package/dist/components/{p-CNIs9j-h.js → p-cteJszd-.js} +1 -1
  452. package/dist/components/p-e5KibEs8.js +1 -0
  453. package/dist/components/{p-COb8X_fE.js → p-mUoTCiYa.js} +1 -1
  454. package/dist/components/p-uZ2D6ESV.js +1 -0
  455. package/dist/components/p-ySi6UG0O.js +1 -0
  456. package/dist/esm/co-accordion.entry.js +1 -1
  457. package/dist/esm/co-action-bar.entry.js +87 -0
  458. package/dist/esm/co-app-shell.entry.js +3 -3
  459. package/dist/esm/co-audio-player.entry.js +277 -0
  460. package/dist/esm/co-autocomplete.entry.js +3 -3
  461. package/dist/esm/co-avatar-group.entry.js +3 -3
  462. package/dist/esm/{co-tooltip.entry.js → co-avatar_2.entry.js} +96 -5
  463. package/dist/esm/co-badge.entry.js +2 -2
  464. package/dist/esm/co-bottom-sheet.entry.js +4 -4
  465. package/dist/esm/co-breadcrumb-item.entry.js +3 -3
  466. package/dist/esm/co-breadcrumb.entry.js +2 -2
  467. package/dist/esm/co-button-group.entry.js +3 -3
  468. package/dist/esm/co-button.entry.js +13 -6
  469. package/dist/esm/co-calendar-month_2.entry.js +1598 -0
  470. package/dist/esm/co-calendar_3.entry.js +12 -12
  471. package/dist/esm/co-card.entry.js +3 -3
  472. package/dist/esm/co-carousel-item.entry.js +15 -0
  473. package/dist/esm/co-carousel.entry.js +366 -0
  474. package/dist/esm/co-checkbox-group.entry.js +1 -1
  475. package/dist/esm/co-checkbox.entry.js +5 -5
  476. package/dist/esm/co-chip_2.entry.js +96 -7
  477. package/dist/esm/co-color-picker.entry.js +5 -5
  478. package/dist/esm/co-column-picker.entry.js +3 -3
  479. package/dist/esm/co-combobox.entry.js +3 -3
  480. package/dist/esm/co-command-search.entry.js +1 -1
  481. package/dist/esm/co-data-table-pagination.entry.js +5 -5
  482. package/dist/esm/co-data-table.entry.js +2 -2
  483. package/dist/esm/co-date-picker.entry.js +12 -5
  484. package/dist/esm/co-date-range-picker.entry.js +11 -5
  485. package/dist/esm/co-date-range.entry.js +2 -2
  486. package/dist/esm/co-date-time-picker.entry.js +407 -0
  487. package/dist/esm/co-drive-card.entry.js +2 -2
  488. package/dist/esm/co-drop-zone.entry.js +2 -2
  489. package/dist/esm/co-empty-state.entry.js +3 -3
  490. package/dist/esm/co-event-calendar.entry.js +120 -19
  491. package/dist/esm/co-event-popover.entry.js +130 -0
  492. package/dist/esm/co-fab.entry.js +21 -6
  493. package/dist/esm/co-file-field.entry.js +8 -8
  494. package/dist/esm/co-file-type-tile.entry.js +3 -3
  495. package/dist/esm/co-helper-text.entry.js +3 -3
  496. package/dist/esm/co-icon-button.entry.js +2 -2
  497. package/dist/esm/co-icon.entry.js +3 -3
  498. package/dist/esm/co-input.entry.js +9 -3
  499. package/dist/esm/co-json-field.entry.js +6 -6
  500. package/dist/esm/co-lightbox.entry.js +34 -7
  501. package/dist/esm/co-list-footer.entry.js +2 -2
  502. package/dist/esm/co-list-item.entry.js +5 -5
  503. package/dist/esm/co-loader.entry.js +1 -1
  504. package/dist/esm/co-media-thumb.entry.js +3 -3
  505. package/dist/esm/co-menu-divider.entry.js +2 -2
  506. package/dist/esm/co-menu-item.entry.js +3 -3
  507. package/dist/esm/co-menu.entry.js +2 -2
  508. package/dist/esm/co-modal.entry.js +3 -3
  509. package/dist/esm/co-navbar.entry.js +3 -3
  510. package/dist/esm/co-number-field.entry.js +5 -5
  511. package/dist/esm/co-overlay.entry.js +2 -2
  512. package/dist/esm/co-page-header.entry.js +2 -2
  513. package/dist/esm/co-phone-field.entry.js +4 -4
  514. package/dist/esm/co-popover.entry.js +2 -2
  515. package/dist/esm/co-progress-bar.entry.js +3 -3
  516. package/dist/esm/co-progress-circle.entry.js +3 -3
  517. package/dist/esm/co-provider-logo_2.entry.js +69 -0
  518. package/dist/esm/co-radio-group.entry.js +1 -1
  519. package/dist/esm/co-radio.entry.js +4 -4
  520. package/dist/esm/co-rating.entry.js +4 -4
  521. package/dist/esm/co-ref-field.entry.js +16 -6
  522. package/dist/esm/co-rich-text-editor.entry.js +22 -7
  523. package/dist/esm/co-rich-text-toolbar.entry.js +37 -5
  524. package/dist/esm/co-rich-text-viewer.entry.js +36 -6
  525. package/dist/esm/co-row.entry.js +3 -3
  526. package/dist/esm/co-segmented-bar.entry.js +1 -1
  527. package/dist/esm/co-select.entry.js +13 -7
  528. package/dist/esm/co-separator.entry.js +2 -2
  529. package/dist/esm/co-sidebar-nav.entry.js +13 -3
  530. package/dist/esm/co-sidebar.entry.js +3 -3
  531. package/dist/esm/co-slider.entry.js +3 -3
  532. package/dist/esm/co-switch.entry.js +5 -5
  533. package/dist/esm/co-tab-group.entry.js +20 -4
  534. package/dist/esm/co-tab.entry.js +3 -3
  535. package/dist/esm/co-tags-field.entry.js +9 -9
  536. package/dist/esm/co-textarea.entry.js +13 -7
  537. package/dist/esm/co-toast.entry.js +1 -1
  538. package/dist/esm/co-toggle-button-group.entry.js +3 -3
  539. package/dist/esm/co-toggle-button.entry.js +3 -3
  540. package/dist/esm/co-transfer-list.entry.js +1 -1
  541. package/dist/esm/co-video.entry.js +3 -3
  542. package/dist/esm/cobalt.js +3 -3
  543. package/dist/esm/{dateI18n-C1DCLOEl.js → dateI18n-CnNpoKwg.js} +21 -0
  544. package/dist/esm/{dates-tPYikBRJ.js → dates-BU7SQCje.js} +64 -13
  545. package/dist/esm/{fieldChip-ChXW__C5.js → fieldChip-Bb8YIN0J.js} +1 -1
  546. package/dist/esm/{index-tT-aZV0-.js → index-BCEz3S-z.js} +41 -21
  547. package/dist/esm/{index-Cyrxk8Qq.js → index-RuXxdKzC.js} +171 -11
  548. package/dist/esm/loader.js +3 -3
  549. package/dist/esm/{positioning-C2mZ7x_Y.js → positioning-BMdapAL8.js} +10 -0
  550. package/dist/esm/{requiredMark-C7-_2UhB.js → requiredMark-D7kAMXHM.js} +1 -1
  551. package/dist/esm/{richTextI18n-B-ckjCUA.js → richTextI18n-BYKAgwq3.js} +3 -0
  552. package/dist/esm/time-CF8OB_TM.js +37 -0
  553. package/dist/esm/{toolbar-config-ChibIpZv.js → toolbar-config-WeuPA9Rw.js} +2 -0
  554. package/dist/esm/{tz-B6JZk8fL.js → tz-1EK-COrb.js} +1 -1
  555. package/dist/types/components/co-action-bar/co-action-bar.d.ts +66 -0
  556. package/dist/types/components/co-audio-player/co-audio-player.d.ts +62 -0
  557. package/dist/types/components/co-audio-player/co-audio-player.utils.d.ts +11 -0
  558. package/dist/types/components/co-avatar/co-avatar.d.ts +5 -0
  559. package/dist/types/components/co-button/co-button.d.ts +18 -1
  560. package/dist/types/components/co-calendar-month/co-calendar-month.d.ts +33 -1
  561. package/dist/types/components/co-calendar-timegrid/co-calendar-timegrid.d.ts +178 -0
  562. package/dist/types/components/co-carousel/co-carousel.d.ts +85 -0
  563. package/dist/types/components/co-carousel-item/co-carousel-item.d.ts +10 -0
  564. package/dist/types/components/co-date-picker/co-date-picker.d.ts +7 -0
  565. package/dist/types/components/co-date-range-picker/co-date-range-picker.d.ts +5 -0
  566. package/dist/types/components/co-date-time-picker/co-date-time-picker.d.ts +131 -0
  567. package/dist/types/components/co-event-calendar/co-event-calendar.d.ts +61 -8
  568. package/dist/types/components/co-event-popover/co-event-popover.d.ts +45 -0
  569. package/dist/types/components/co-fab/co-fab.d.ts +6 -0
  570. package/dist/types/components/co-input/co-input.d.ts +5 -0
  571. package/dist/types/components/co-lightbox/co-lightbox.d.ts +7 -0
  572. package/dist/types/components/co-menu-item/co-menu-item.d.ts +3 -0
  573. package/dist/types/components/co-option-list/co-option-list.d.ts +23 -0
  574. package/dist/types/components/co-option-list/optionListLogic.d.ts +3 -0
  575. package/dist/types/components/co-provider-logo/co-provider-logo.d.ts +17 -0
  576. package/dist/types/components/co-ref-field/co-ref-field.d.ts +6 -0
  577. package/dist/types/components/co-rich-text-editor/co-rich-text-editor.d.ts +17 -0
  578. package/dist/types/components/co-rich-text-toolbar/co-rich-text-toolbar.d.ts +12 -1
  579. package/dist/types/components/co-rich-text-viewer/co-rich-text-viewer.d.ts +10 -0
  580. package/dist/types/components/co-select/co-select.d.ts +5 -0
  581. package/dist/types/components/co-tab-group/co-tab-group.d.ts +5 -0
  582. package/dist/types/components/co-textarea/co-textarea.d.ts +5 -0
  583. package/dist/types/components.d.ts +1632 -103
  584. package/dist/types/utils/carouselI18n.d.ts +10 -0
  585. package/dist/types/utils/dateI18n.d.ts +7 -0
  586. package/dist/types/utils/eventColor.d.ts +20 -0
  587. package/dist/types/utils/richTextI18n.d.ts +1 -0
  588. package/package.json +4 -4
  589. package/dist/cjs/co-avatar.cjs.entry.js +0 -92
  590. package/dist/cjs/co-calendar-month.cjs.entry.js +0 -381
  591. package/dist/cjs/co-skeleton.cjs.entry.js +0 -26
  592. package/dist/cobalt/p-002e5beb.entry.js +0 -1
  593. package/dist/cobalt/p-0c0621a7.entry.js +0 -1
  594. package/dist/cobalt/p-13fc9c8a.entry.js +0 -1
  595. package/dist/cobalt/p-14d4c5c7.entry.js +0 -1
  596. package/dist/cobalt/p-4a075257.entry.js +0 -1
  597. package/dist/cobalt/p-5647ca9d.entry.js +0 -1
  598. package/dist/cobalt/p-5b31d45b.entry.js +0 -1
  599. package/dist/cobalt/p-6911a034.entry.js +0 -1
  600. package/dist/cobalt/p-70f70e02.entry.js +0 -1
  601. package/dist/cobalt/p-73b30ebb.entry.js +0 -1
  602. package/dist/cobalt/p-75dcaeb0.entry.js +0 -1
  603. package/dist/cobalt/p-7780ddb5.entry.js +0 -1
  604. package/dist/cobalt/p-7FZXeBK4.js +0 -1
  605. package/dist/cobalt/p-86d4e016.entry.js +0 -1
  606. package/dist/cobalt/p-8a9ed2da.entry.js +0 -1
  607. package/dist/cobalt/p-8f194753.entry.js +0 -1
  608. package/dist/cobalt/p-9c873a6a.entry.js +0 -1
  609. package/dist/cobalt/p-B-ckjCUA.js +0 -1
  610. package/dist/cobalt/p-BAA4ln31.js +0 -1
  611. package/dist/cobalt/p-C1DCLOEl.js +0 -1
  612. package/dist/cobalt/p-C2mZ7x_Y.js +0 -1
  613. package/dist/cobalt/p-ChibIpZv.js +0 -1
  614. package/dist/cobalt/p-a6900010.entry.js +0 -1
  615. package/dist/cobalt/p-aa20ffca.entry.js +0 -1
  616. package/dist/cobalt/p-ac5df270.entry.js +0 -1
  617. package/dist/cobalt/p-c0f39ddd.entry.js +0 -1
  618. package/dist/cobalt/p-c2e2eee9.entry.js +0 -1
  619. package/dist/cobalt/p-cc8e2f16.entry.js +0 -1
  620. package/dist/cobalt/p-e1957078.entry.js +0 -1
  621. package/dist/cobalt/p-e2762263.entry.js +0 -1
  622. package/dist/cobalt/p-e33853fa.entry.js +0 -1
  623. package/dist/cobalt/p-e4a539da.entry.js +0 -1
  624. package/dist/cobalt/p-e7085f08.entry.js +0 -1
  625. package/dist/cobalt/p-f073b467.entry.js +0 -1
  626. package/dist/cobalt/p-f36e461f.entry.js +0 -1
  627. package/dist/cobalt/p-f6ac5301.entry.js +0 -1
  628. package/dist/cobalt/p-f6b0c4a0.entry.js +0 -1
  629. package/dist/cobalt/p-f86ccb38.entry.js +0 -1
  630. package/dist/cobalt/p-tPYikBRJ.js +0 -1
  631. package/dist/cobalt/p-tT-aZV0-.js +0 -2
  632. package/dist/components/p-BHqdcGDh.js +0 -1
  633. package/dist/components/p-BJTMFYax.js +0 -1
  634. package/dist/components/p-Ba5lW0pA.js +0 -1
  635. package/dist/components/p-Bsq90mo4.js +0 -1
  636. package/dist/components/p-C1DCLOEl.js +0 -1
  637. package/dist/components/p-C2mZ7x_Y.js +0 -1
  638. package/dist/components/p-ChibIpZv.js +0 -1
  639. package/dist/components/p-CyYF8IJE.js +0 -1
  640. package/dist/components/p-D3ts7oo9.js +0 -1
  641. package/dist/components/p-Dh-h40mY.js +0 -1
  642. package/dist/components/p-DrQh1Cb8.js +0 -1
  643. package/dist/components/p-OKwHt2i9.js +0 -1
  644. package/dist/components/p-Xwo2HQmt.js +0 -1
  645. package/dist/components/p-eSq2ze8W.js +0 -1
  646. package/dist/esm/co-avatar.entry.js +0 -90
  647. package/dist/esm/co-calendar-month.entry.js +0 -379
  648. package/dist/esm/co-skeleton.entry.js +0 -24
@@ -2,25 +2,9 @@ import { h, } from "@stencil/core";
2
2
  import { addDays, addMonths, getMonthLabel, getMonthMatrix, parseISO, todayYMD, } from "@prolibu-suite/cobalt-date-utils";
3
3
  import { normalizeEvents, getLocalTimeZone, } from "@prolibu-suite/cobalt-calendar-utils";
4
4
  import { getDateStrings } from "../../utils/dateI18n";
5
- /**
6
- * co-event-calendar — the public entry point of the Cobalt Calendars family.
7
- *
8
- * Owns view state, the visible anchor date, event normalization and the toolbar,
9
- * and delegates rendering to the active view (Phase 1: month). All hard math
10
- * lives in `@prolibu-suite/cobalt-calendar-utils`. Events are CONTROLLED: the
11
- * calendar emits requests (`coEventDrop`, `coDateSelect`) and the host applies
12
- * them by updating the `events` prop — leaving it unchanged on failure is the
13
- * revert.
14
- *
15
- * Instants are ISO-8601 strings WITH offset/Z (timed) or "YYYY-MM-DD" (all-day);
16
- * the calendar never exposes Date objects. `timeZone` controls wall-clock render.
17
- *
18
- * @part toolbar - The header toolbar
19
- * @part body - The active view container
20
- */
21
5
  export class CoEventCalendar {
22
6
  constructor() {
23
- /** Active view. Phase 1 ships `month`; week/day/agenda land in later phases. */
7
+ /** Active view. `month`/`week`/`day` are implemented; `agenda` is pending. */
24
8
  this.view = 'month';
25
9
  /** Events: an array or a JSON string (raw-HTML use). */
26
10
  this.events = [];
@@ -38,18 +22,52 @@ export class CoEventCalendar {
38
22
  this.availableViews = ['month'];
39
23
  /** Default minutes for a timed event missing an end. */
40
24
  this.defaultDurationMinutes = 60;
25
+ /** Show the all-day lane in week/day views. */
26
+ this.allDaySlot = true;
27
+ /** Visible-hours window for week/day (minutes-of-day bounds as "HH:mm"). */
28
+ this.minTime = '00:00';
29
+ this.maxTime = '24:00';
30
+ /** Slot/snap granularity (minutes) for week/day. */
31
+ this.slotMinutes = 15;
32
+ this.snapMinutes = 15;
33
+ /** Initial scroll position for week/day ("HH:mm"). */
34
+ this.scrollTime = '07:00';
35
+ /** Show the current-time indicator in week/day. */
36
+ this.nowIndicator = true;
37
+ /** Cargando eventos: se propaga a la grilla (mes/timegrid), que reemplaza
38
+ * SUS chips por bloques skeleton y conserva toda su estructura — bordes,
39
+ * cabecera de días, eje de horas. El toolbar sigue operable y nada se
40
+ * desmonta, así no se pierde el scroll de semana/día. */
41
+ this.loading = false;
41
42
  this.goToday = () => this.setAnchor(todayYMD());
42
43
  this.goPrev = () => this.step(-1);
43
44
  this.goNext = () => this.step(1);
44
- // ── Month delegation handlers ───────────────────────────────────────────
45
+ // ── View delegation handlers ─────────────────────────────────────────────
45
46
  this.handleDaySelect = (e) => {
47
+ var _a;
46
48
  const date = e.detail.date;
47
- this.coDateSelect.emit({ start: date, end: addDays(date, 1), allDay: true });
49
+ this.coDateSelect.emit({ start: date, end: addDays(date, 1), allDay: true, rect: (_a = e.detail.rect) !== null && _a !== void 0 ? _a : null });
50
+ };
51
+ this.handleRangeSelect = (e) => {
52
+ var _a;
53
+ this.coDateSelect.emit({
54
+ start: e.detail.start,
55
+ end: e.detail.end,
56
+ allDay: false,
57
+ rect: (_a = e.detail.rect) !== null && _a !== void 0 ? _a : null,
58
+ });
48
59
  };
49
60
  this.handleEventClick = (e) => {
61
+ var _a;
62
+ const ev = this.normalized.find((x) => x.id === e.detail.id);
63
+ if (ev)
64
+ this.coEventClick.emit({ event: ev, rect: (_a = e.detail.rect) !== null && _a !== void 0 ? _a : null });
65
+ };
66
+ this.handleEventDblClick = (e) => {
67
+ var _a;
50
68
  const ev = this.normalized.find((x) => x.id === e.detail.id);
51
69
  if (ev)
52
- this.coEventClick.emit({ event: ev });
70
+ this.coEventDblClick.emit({ event: ev, rect: (_a = e.detail.rect) !== null && _a !== void 0 ? _a : null });
53
71
  };
54
72
  this.handleEventDrop = (e) => {
55
73
  const ev = this.normalized.find((x) => x.id === e.detail.id);
@@ -77,6 +95,13 @@ export class CoEventCalendar {
77
95
  this.coMoreClick.emit({ date, events });
78
96
  };
79
97
  }
98
+ /** Limpia el resaltado persistente de selección de la vista activa (timegrid
99
+ * o month) — lo llama el host al cerrar su bubble/form de creación. */
100
+ async clearRangeSelection() {
101
+ var _a, _b;
102
+ const view = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('co-calendar-timegrid, co-calendar-month');
103
+ await ((_b = view === null || view === void 0 ? void 0 : view.clearSelection) === null || _b === void 0 ? void 0 : _b.call(view));
104
+ }
80
105
  componentWillLoad() {
81
106
  this.anchor = this.date && parseISO(this.date) ? this.date : todayYMD();
82
107
  }
@@ -93,20 +118,60 @@ export class CoEventCalendar {
93
118
  return this.timeZone || getLocalTimeZone();
94
119
  }
95
120
  get normalized() {
121
+ const c = this._normCache;
122
+ if (c &&
123
+ c.events === this.events &&
124
+ c.dd === this.defaultDurationMinutes &&
125
+ c.sc === this.statusColors) {
126
+ return c.result;
127
+ }
96
128
  const raw = parseEventsProp(this.events);
97
129
  const opts = {
98
130
  defaultDurationMinutes: this.defaultDurationMinutes,
99
131
  statusColors: parseStatusColors(this.statusColors),
100
132
  };
101
- return normalizeEvents(raw, opts);
133
+ const result = normalizeEvents(raw, opts);
134
+ this._normCache = {
135
+ events: this.events,
136
+ dd: this.defaultDurationMinutes,
137
+ sc: this.statusColors,
138
+ result,
139
+ };
140
+ return result;
102
141
  }
103
142
  get viewsList() {
104
143
  return Array.isArray(this.availableViews)
105
144
  ? this.availableViews
106
145
  : String(this.availableViews).split(',').map((s) => s.trim()).filter(Boolean);
107
146
  }
108
- /** Visible [start, end) of the current month view, as date strings. */
147
+ /** Sunday=0 UTC day-of-week of a date-only key (tz-independent). */
148
+ dowOf(dateKey) {
149
+ const [y, mo, d] = dateKey.split('-').map(Number);
150
+ return new Date(Date.UTC(y, mo - 1, d)).getUTCDay();
151
+ }
152
+ weekStart(dateKey) {
153
+ const diff = (this.dowOf(dateKey) - this.firstDayOfWeek + 7) % 7;
154
+ return addDays(dateKey, -diff);
155
+ }
156
+ /** Day keys the active view renders: 7 for week, 1 for day, [] for month. */
157
+ get visibleDates() {
158
+ if (this.view === 'week') {
159
+ const start = this.weekStart(this.anchor);
160
+ return Array.from({ length: 7 }, (_, i) => addDays(start, i));
161
+ }
162
+ if (this.view === 'day')
163
+ return [this.anchor];
164
+ return [];
165
+ }
166
+ /** Visible [start, end) of the active view, as date strings. */
109
167
  visibleRange() {
168
+ if (this.view === 'week') {
169
+ const start = this.weekStart(this.anchor);
170
+ return { start, end: addDays(start, 7) };
171
+ }
172
+ if (this.view === 'day') {
173
+ return { start: this.anchor, end: addDays(this.anchor, 1) };
174
+ }
110
175
  const a = parseISO(this.anchor);
111
176
  const matrix = getMonthMatrix(a.year, a.month, this.firstDayOfWeek);
112
177
  const start = matrix[0][0].value;
@@ -123,12 +188,12 @@ export class CoEventCalendar {
123
188
  this.emitDatesSet();
124
189
  }
125
190
  step(dir) {
126
- if (this.view === 'month') {
191
+ if (this.view === 'month')
127
192
  this.setAnchor(addMonths(this.anchor, dir));
128
- }
129
- else {
130
- this.setAnchor(addDays(this.anchor, dir * 7));
131
- }
193
+ else if (this.view === 'day')
194
+ this.setAnchor(addDays(this.anchor, dir));
195
+ else
196
+ this.setAnchor(addDays(this.anchor, dir * 7)); // week (and agenda fallback)
132
197
  }
133
198
  switchView(next) {
134
199
  if (next === this.view)
@@ -139,17 +204,29 @@ export class CoEventCalendar {
139
204
  }
140
205
  title() {
141
206
  const a = parseISO(this.anchor);
142
- return getMonthLabel(a.year, a.month, this.locale, 'long');
207
+ if (this.view === 'month')
208
+ return getMonthLabel(a.year, a.month, this.locale, 'long');
209
+ if (this.view === 'day') {
210
+ return new Intl.DateTimeFormat(this.locale, {
211
+ weekday: 'short', day: 'numeric', month: 'short', year: 'numeric',
212
+ }).format(utcDate(this.anchor));
213
+ }
214
+ // week: "13 – 19 jul 2026"
215
+ const start = this.weekStart(this.anchor);
216
+ const end = addDays(start, 6);
217
+ const fmt = new Intl.DateTimeFormat(this.locale, { day: 'numeric', month: 'short' });
218
+ const yr = new Intl.DateTimeFormat(this.locale, { year: 'numeric' }).format(utcDate(end));
219
+ return `${fmt.format(utcDate(start))} – ${fmt.format(utcDate(end))} ${yr}`;
143
220
  }
144
221
  render() {
145
222
  var _a;
146
223
  const t = getDateStrings(this.locale);
147
224
  const views = this.viewsList;
148
225
  const a = parseISO(this.anchor);
149
- return (h("div", { key: 'dce81390ee349de59285e31506ec397aead8c1c5', class: "cal" }, h("div", { key: '58f3acb8a74558505aab88e95fbea15bc65cce2f', class: "cal__toolbar", part: "toolbar" }, h("div", { key: '9249edf79de99180871667f813aa40e288f130b7', class: "cal__nav-group" }, h("button", { key: '2cb250065f64860466b141b6dcaffeef60158dcc', type: "button", class: "cal__btn", onClick: this.goToday }, (_a = t.today) !== null && _a !== void 0 ? _a : 'Today'), h("button", { key: '15ebc01c5be71b48042735ee6247ad16a957493b', type: "button", class: "cal__icon-btn", "aria-label": t.prevMonth, onClick: this.goPrev }, h("co-icon", { key: 'dc74fc8780144c952c7012cf0e984998650e96a7', name: "caret-left", size: 16 })), h("button", { key: 'e4d2ee75a2c8fa818d327a9d82fa23051ec8a24c', type: "button", class: "cal__icon-btn", "aria-label": t.nextMonth, onClick: this.goNext }, h("co-icon", { key: 'd489365423552d000655898ac267fdbfddd216c0', name: "caret-right", size: 16 }))), h("h2", { key: '370e61c61a12860d36b4a04cdbc5dee447fdfe46', class: "cal__title", "aria-live": "polite" }, this.title()), views.length > 1 ? (h("div", { class: "cal__views", role: "tablist" }, views.map((v) => {
226
+ return (h("div", { key: '12c11a1954cd53034be9717fc5fdd80c4195ae6f', class: "cal" }, h("div", { key: '44e56be42b6ac944983a6ba29e4aba95c67589ab', class: "cal__toolbar", part: "toolbar" }, h("button", { key: '26db9f5e32e604bf6d3f5645b14a92510d224f4c', type: "button", class: "cal__btn", onClick: this.goToday }, (_a = t.today) !== null && _a !== void 0 ? _a : 'Today'), h("div", { key: '40878237f7d076531fa210b0b765087923e0256f', class: "cal__title-group" }, h("button", { key: '59bb0f5d15e834f95f54a7a2575dc097d213d5ce', type: "button", class: "cal__icon-btn", "aria-label": t.prevMonth, onClick: this.goPrev }, h("co-icon", { key: '0db880709e17ab918507bcf9ee0377dd260fbb10', name: "caret-left", size: 16 })), h("h2", { key: '772eb75bb0f749c78da037e0fb918cfa2dd3bc12', class: "cal__title", "aria-live": "polite" }, this.title()), h("button", { key: '3ec51c2cd9485841aee0b7b9145756e1721791e3', type: "button", class: "cal__icon-btn", "aria-label": t.nextMonth, onClick: this.goNext }, h("co-icon", { key: '95d54c3fcd198d16ae8d874afe558480323b993c', name: "caret-right", size: 16 }))), views.length > 1 ? (h("div", { class: "cal__views", role: "tablist" }, views.map((v) => {
150
227
  var _a;
151
228
  return (h("button", { type: "button", role: "tab", "aria-selected": this.view === v ? 'true' : 'false', class: { 'cal__view-btn': true, 'cal__view-btn--active': this.view === v }, onClick: () => this.switchView(v) }, (_a = t[v]) !== null && _a !== void 0 ? _a : v));
152
- }))) : (h("span", { class: "cal__views-spacer" }))), h("div", { key: '26677d79d63d957315c09df9b18597009c9681cc', class: "cal__body", part: "body" }, this.view === 'month' ? (h("co-calendar-month", { events: this.normalized, year: a.year, month: a.month, locale: this.locale, firstDayOfWeek: this.firstDayOfWeek, timeZone: this.tz, minDate: this.minDate, maxDate: this.maxDate, editable: this.editable, selectable: this.selectable, maxLanes: this.dayMaxEvents, onCoDaySelect: this.handleDaySelect, onCoEventClick: this.handleEventClick, onCoEventDrop: this.handleEventDrop, onCoMoreClick: this.handleMoreClick })) : (h("div", { class: "cal__placeholder" }, h("co-icon", { name: "calendar-dots", size: 32 }), h("p", null, `${this.view} view — coming soon`))))));
229
+ }))) : (h("span", { class: "cal__views-spacer" }))), h("div", { key: 'c866ef7e6117d662309e57805511a024640fd18d', class: "cal__body", part: "body" }, this.view === 'month' ? (h("co-calendar-month", { loading: this.loading, events: this.normalized, year: a.year, month: a.month, locale: this.locale, firstDayOfWeek: this.firstDayOfWeek, timeZone: this.tz, minDate: this.minDate, maxDate: this.maxDate, editable: this.editable, selectable: this.selectable, maxLanes: this.dayMaxEvents, onCoDaySelect: this.handleDaySelect, onCoEventClick: this.handleEventClick, onCoEventDblClick: this.handleEventDblClick, onCoEventDrop: this.handleEventDrop, onCoMoreClick: this.handleMoreClick })) : this.view === 'week' || this.view === 'day' ? (h("co-calendar-timegrid", { loading: this.loading, events: this.normalized, dates: this.visibleDates, locale: this.locale, timeZone: this.tz, editable: this.editable, selectable: this.selectable, minDate: this.minDate, maxDate: this.maxDate, onCoRangeSelect: this.handleRangeSelect, onCoEventClick: this.handleEventClick, onCoEventDblClick: this.handleEventDblClick, onCoEventDrop: this.handleEventDrop, defaultDurationMinutes: this.defaultDurationMinutes, allDaySlot: this.allDaySlot, minTime: this.minTime, maxTime: this.maxTime, slotMinutes: this.slotMinutes, snapMinutes: this.snapMinutes, scrollTime: this.scrollTime, nowIndicator: this.nowIndicator })) : (h("div", { class: "cal__placeholder" }, h("co-icon", { name: "calendar-dots", size: 32 }), h("p", null, `${this.view} view — coming soon`))))));
153
230
  }
154
231
  static get is() { return "co-event-calendar"; }
155
232
  static get encapsulation() { return "shadow"; }
@@ -177,7 +254,7 @@ export class CoEventCalendar {
177
254
  "optional": false,
178
255
  "docs": {
179
256
  "tags": [],
180
- "text": "Active view. Phase 1 ships `month`; week/day/agenda land in later phases."
257
+ "text": "Active view. `month`/`week`/`day` are implemented; `agenda` is pending."
181
258
  },
182
259
  "getter": false,
183
260
  "setter": false,
@@ -412,12 +489,12 @@ export class CoEventCalendar {
412
489
  "type": "string",
413
490
  "mutable": false,
414
491
  "complexType": {
415
- "original": "Record<string, { backgroundColor?: string; borderColor?: string }> | string",
492
+ "original": "StatusColorsProp",
416
493
  "resolved": "string | undefined | { backgroundColor?: string | undefined; borderColor?: string | undefined; }",
417
494
  "references": {
418
- "Record": {
495
+ "StatusColorsProp": {
419
496
  "location": "global",
420
- "id": "global::Record"
497
+ "id": "global::StatusColorsProp"
421
498
  }
422
499
  }
423
500
  },
@@ -451,6 +528,166 @@ export class CoEventCalendar {
451
528
  "reflect": false,
452
529
  "attribute": "default-duration-minutes",
453
530
  "defaultValue": "60"
531
+ },
532
+ "allDaySlot": {
533
+ "type": "boolean",
534
+ "mutable": false,
535
+ "complexType": {
536
+ "original": "boolean",
537
+ "resolved": "boolean",
538
+ "references": {}
539
+ },
540
+ "required": false,
541
+ "optional": false,
542
+ "docs": {
543
+ "tags": [],
544
+ "text": "Show the all-day lane in week/day views."
545
+ },
546
+ "getter": false,
547
+ "setter": false,
548
+ "reflect": false,
549
+ "attribute": "all-day-slot",
550
+ "defaultValue": "true"
551
+ },
552
+ "minTime": {
553
+ "type": "string",
554
+ "mutable": false,
555
+ "complexType": {
556
+ "original": "string",
557
+ "resolved": "string",
558
+ "references": {}
559
+ },
560
+ "required": false,
561
+ "optional": false,
562
+ "docs": {
563
+ "tags": [],
564
+ "text": "Visible-hours window for week/day (minutes-of-day bounds as \"HH:mm\")."
565
+ },
566
+ "getter": false,
567
+ "setter": false,
568
+ "reflect": false,
569
+ "attribute": "min-time",
570
+ "defaultValue": "'00:00'"
571
+ },
572
+ "maxTime": {
573
+ "type": "string",
574
+ "mutable": false,
575
+ "complexType": {
576
+ "original": "string",
577
+ "resolved": "string",
578
+ "references": {}
579
+ },
580
+ "required": false,
581
+ "optional": false,
582
+ "docs": {
583
+ "tags": [],
584
+ "text": ""
585
+ },
586
+ "getter": false,
587
+ "setter": false,
588
+ "reflect": false,
589
+ "attribute": "max-time",
590
+ "defaultValue": "'24:00'"
591
+ },
592
+ "slotMinutes": {
593
+ "type": "number",
594
+ "mutable": false,
595
+ "complexType": {
596
+ "original": "number",
597
+ "resolved": "number",
598
+ "references": {}
599
+ },
600
+ "required": false,
601
+ "optional": false,
602
+ "docs": {
603
+ "tags": [],
604
+ "text": "Slot/snap granularity (minutes) for week/day."
605
+ },
606
+ "getter": false,
607
+ "setter": false,
608
+ "reflect": false,
609
+ "attribute": "slot-minutes",
610
+ "defaultValue": "15"
611
+ },
612
+ "snapMinutes": {
613
+ "type": "number",
614
+ "mutable": false,
615
+ "complexType": {
616
+ "original": "number",
617
+ "resolved": "number",
618
+ "references": {}
619
+ },
620
+ "required": false,
621
+ "optional": false,
622
+ "docs": {
623
+ "tags": [],
624
+ "text": ""
625
+ },
626
+ "getter": false,
627
+ "setter": false,
628
+ "reflect": false,
629
+ "attribute": "snap-minutes",
630
+ "defaultValue": "15"
631
+ },
632
+ "scrollTime": {
633
+ "type": "string",
634
+ "mutable": false,
635
+ "complexType": {
636
+ "original": "string",
637
+ "resolved": "string",
638
+ "references": {}
639
+ },
640
+ "required": false,
641
+ "optional": false,
642
+ "docs": {
643
+ "tags": [],
644
+ "text": "Initial scroll position for week/day (\"HH:mm\")."
645
+ },
646
+ "getter": false,
647
+ "setter": false,
648
+ "reflect": false,
649
+ "attribute": "scroll-time",
650
+ "defaultValue": "'07:00'"
651
+ },
652
+ "nowIndicator": {
653
+ "type": "boolean",
654
+ "mutable": false,
655
+ "complexType": {
656
+ "original": "boolean",
657
+ "resolved": "boolean",
658
+ "references": {}
659
+ },
660
+ "required": false,
661
+ "optional": false,
662
+ "docs": {
663
+ "tags": [],
664
+ "text": "Show the current-time indicator in week/day."
665
+ },
666
+ "getter": false,
667
+ "setter": false,
668
+ "reflect": false,
669
+ "attribute": "now-indicator",
670
+ "defaultValue": "true"
671
+ },
672
+ "loading": {
673
+ "type": "boolean",
674
+ "mutable": false,
675
+ "complexType": {
676
+ "original": "boolean",
677
+ "resolved": "boolean",
678
+ "references": {}
679
+ },
680
+ "required": false,
681
+ "optional": false,
682
+ "docs": {
683
+ "tags": [],
684
+ "text": "Cargando eventos: se propaga a la grilla (mes/timegrid), que reemplaza\nSUS chips por bloques skeleton y conserva toda su estructura \u2014 bordes,\ncabecera de d\u00EDas, eje de horas. El toolbar sigue operable y nada se\ndesmonta, as\u00ED no se pierde el scroll de semana/d\u00EDa."
685
+ },
686
+ "getter": false,
687
+ "setter": false,
688
+ "reflect": false,
689
+ "attribute": "loading",
690
+ "defaultValue": "false"
454
691
  }
455
692
  };
456
693
  }
@@ -471,14 +708,18 @@ export class CoEventCalendar {
471
708
  "text": "An event chip was activated."
472
709
  },
473
710
  "complexType": {
474
- "original": "{ event: NormalizedEvent }",
475
- "resolved": "{ event: NormalizedEvent; }",
711
+ "original": "{ event: NormalizedEvent; rect: DOMRect | null }",
712
+ "resolved": "{ event: NormalizedEvent; rect: DOMRect | null; }",
476
713
  "references": {
477
714
  "NormalizedEvent": {
478
715
  "location": "import",
479
716
  "path": "@prolibu-suite/cobalt-calendar-utils",
480
717
  "id": "../calendar-utils/dist/index.d.ts::NormalizedEvent",
481
718
  "referenceLocation": "NormalizedEvent"
719
+ },
720
+ "DOMRect": {
721
+ "location": "global",
722
+ "id": "global::DOMRect"
482
723
  }
483
724
  }
484
725
  }
@@ -493,9 +734,14 @@ export class CoEventCalendar {
493
734
  "text": "A date/range was selected (create request)."
494
735
  },
495
736
  "complexType": {
496
- "original": "{ start: string; end: string; allDay: boolean }",
497
- "resolved": "{ start: string; end: string; allDay: boolean; }",
498
- "references": {}
737
+ "original": "{\n start: string;\n end: string;\n allDay: boolean;\n /** Viewport-anchored rect of the selected day/range, for the host to anchor a quick-create bubble. */\n rect: DOMRect | { top: number; left: number; width: number; height: number } | null;\n }",
738
+ "resolved": "{ start: string; end: string; allDay: boolean; rect: DOMRect | { top: number; left: number; width: number; height: number; } | null; }",
739
+ "references": {
740
+ "DOMRect": {
741
+ "location": "global",
742
+ "id": "global::DOMRect"
743
+ }
744
+ }
499
745
  }
500
746
  }, {
501
747
  "method": "coEventDrop",
@@ -519,6 +765,32 @@ export class CoEventCalendar {
519
765
  }
520
766
  }
521
767
  }
768
+ }, {
769
+ "method": "coEventDblClick",
770
+ "name": "coEventDblClick",
771
+ "bubbles": false,
772
+ "cancelable": true,
773
+ "composed": true,
774
+ "docs": {
775
+ "tags": [],
776
+ "text": "An event chip was double-activated (direct-edit request)."
777
+ },
778
+ "complexType": {
779
+ "original": "{ event: NormalizedEvent; rect: DOMRect | null }",
780
+ "resolved": "{ event: NormalizedEvent; rect: DOMRect | null; }",
781
+ "references": {
782
+ "NormalizedEvent": {
783
+ "location": "import",
784
+ "path": "@prolibu-suite/cobalt-calendar-utils",
785
+ "id": "../calendar-utils/dist/index.d.ts::NormalizedEvent",
786
+ "referenceLocation": "NormalizedEvent"
787
+ },
788
+ "DOMRect": {
789
+ "location": "global",
790
+ "id": "global::DOMRect"
791
+ }
792
+ }
793
+ }
522
794
  }, {
523
795
  "method": "coDatesSet",
524
796
  "name": "coDatesSet",
@@ -573,6 +845,32 @@ export class CoEventCalendar {
573
845
  }
574
846
  }];
575
847
  }
848
+ static get methods() {
849
+ return {
850
+ "clearRangeSelection": {
851
+ "complexType": {
852
+ "signature": "() => Promise<void>",
853
+ "parameters": [],
854
+ "references": {
855
+ "Promise": {
856
+ "location": "global",
857
+ "id": "global::Promise"
858
+ },
859
+ "HTMLElement": {
860
+ "location": "global",
861
+ "id": "global::HTMLElement"
862
+ }
863
+ },
864
+ "return": "Promise<void>"
865
+ },
866
+ "docs": {
867
+ "text": "Limpia el resaltado persistente de selecci\u00F3n de la vista activa (timegrid\no month) \u2014 lo llama el host al cerrar su bubble/form de creaci\u00F3n.",
868
+ "tags": []
869
+ }
870
+ }
871
+ };
872
+ }
873
+ static get elementRef() { return "el"; }
576
874
  static get watchers() {
577
875
  return [{
578
876
  "propName": "date",
@@ -618,3 +916,8 @@ function zonedDay(ms, timeZone) {
618
916
  }).format(new Date(ms));
619
917
  return parts; // en-CA → "YYYY-MM-DD"
620
918
  }
919
+ /** UTC Date for a date-only key — safe for Intl formatting (no tz drift). */
920
+ function utcDate(dateKey) {
921
+ const [y, mo, d] = dateKey.split('-').map(Number);
922
+ return new Date(Date.UTC(y, mo - 1, d, 12)); // noon UTC avoids any date rollover
923
+ }
@@ -0,0 +1,26 @@
1
+ :host { display: contents; }
2
+ .pop {
3
+ position: fixed;
4
+ margin: 0;
5
+ inset: auto;
6
+ width: 400px;
7
+ max-width: calc(100vw - 24px);
8
+ max-height: calc(100vh - 24px);
9
+ overflow: auto;
10
+ background: var(--co-semantic-surface-page);
11
+ border: 1px solid var(--co-semantic-border-default);
12
+ border-radius: var(--co-border-radius-md, 14px);
13
+ box-shadow: var(--co-shadow-xl, var(--co-shadow-lg));
14
+ padding: 0;
15
+ z-index: 1000;
16
+ font-family: var(--co-font-family-primary);
17
+ color: var(--co-semantic-text-default);
18
+ animation: co-pop-in 0.15s cubic-bezier(0.05, 0.7, 0.1, 1);
19
+ outline: none;
20
+ }
21
+ @media (prefers-reduced-motion: reduce) { .pop { animation: none; } }
22
+ @keyframes co-pop-in { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
23
+ .pop__actions { display: flex; justify-content: flex-end; gap: var(--co-spacing-xxs); padding: var(--co-spacing-sm2) var(--co-spacing-sm2) 0; }
24
+ .pop__head { display: flex; gap: var(--co-spacing-md); padding: var(--co-spacing-xs) var(--co-spacing-xl) var(--co-spacing-xl); }
25
+ .pop__dot { flex: 0 0 auto; width: 14px; height: 14px; border-radius: var(--co-border-radius-xxs); margin-top: 5px; background: var(--co-color-primary-azul); }
26
+ .pop__body { min-width: 0; flex: 1 1 auto; }