@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.
- package/custom-elements.json +7924 -3799
- package/dist/cjs/co-accordion.cjs.entry.js +1 -1
- package/dist/cjs/co-action-bar.cjs.entry.js +89 -0
- package/dist/cjs/co-app-shell.cjs.entry.js +3 -3
- package/dist/cjs/co-audio-player.cjs.entry.js +279 -0
- package/dist/cjs/co-autocomplete.cjs.entry.js +3 -3
- package/dist/cjs/co-avatar-group.cjs.entry.js +3 -3
- package/dist/cjs/{co-tooltip.cjs.entry.js → co-avatar_2.cjs.entry.js} +96 -4
- package/dist/cjs/co-badge.cjs.entry.js +2 -2
- package/dist/cjs/co-bottom-sheet.cjs.entry.js +4 -4
- package/dist/cjs/co-breadcrumb-item.cjs.entry.js +3 -3
- package/dist/cjs/co-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/co-button-group.cjs.entry.js +3 -3
- package/dist/cjs/co-button.cjs.entry.js +13 -6
- package/dist/cjs/co-calendar-month_2.cjs.entry.js +1601 -0
- package/dist/cjs/co-calendar_3.cjs.entry.js +12 -12
- package/dist/cjs/co-card.cjs.entry.js +3 -3
- package/dist/cjs/co-carousel-item.cjs.entry.js +17 -0
- package/dist/cjs/co-carousel.cjs.entry.js +368 -0
- package/dist/cjs/co-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/co-checkbox.cjs.entry.js +5 -5
- package/dist/cjs/co-chip_2.cjs.entry.js +96 -7
- package/dist/cjs/co-color-picker.cjs.entry.js +5 -5
- package/dist/cjs/co-column-picker.cjs.entry.js +3 -3
- package/dist/cjs/co-combobox.cjs.entry.js +3 -3
- package/dist/cjs/co-command-search.cjs.entry.js +1 -1
- package/dist/cjs/co-data-table-pagination.cjs.entry.js +5 -5
- package/dist/cjs/co-data-table.cjs.entry.js +2 -2
- package/dist/cjs/co-date-picker.cjs.entry.js +12 -5
- package/dist/cjs/co-date-range-picker.cjs.entry.js +11 -5
- package/dist/cjs/co-date-range.cjs.entry.js +2 -2
- package/dist/cjs/co-date-time-picker.cjs.entry.js +409 -0
- package/dist/cjs/co-drive-card.cjs.entry.js +2 -2
- package/dist/cjs/co-drop-zone.cjs.entry.js +2 -2
- package/dist/cjs/co-empty-state.cjs.entry.js +3 -3
- package/dist/cjs/co-event-calendar.cjs.entry.js +119 -18
- package/dist/cjs/co-event-popover.cjs.entry.js +132 -0
- package/dist/cjs/co-fab.cjs.entry.js +21 -6
- package/dist/cjs/co-file-field.cjs.entry.js +8 -8
- package/dist/cjs/co-file-type-tile.cjs.entry.js +3 -3
- package/dist/cjs/co-helper-text.cjs.entry.js +3 -3
- package/dist/cjs/co-icon-button.cjs.entry.js +2 -2
- package/dist/cjs/co-icon.cjs.entry.js +3 -3
- package/dist/cjs/co-input.cjs.entry.js +9 -3
- package/dist/cjs/co-json-field.cjs.entry.js +6 -6
- package/dist/cjs/co-lightbox.cjs.entry.js +34 -7
- package/dist/cjs/co-list-footer.cjs.entry.js +2 -2
- package/dist/cjs/co-list-item.cjs.entry.js +5 -5
- package/dist/cjs/co-loader.cjs.entry.js +1 -1
- package/dist/cjs/co-media-thumb.cjs.entry.js +3 -3
- package/dist/cjs/co-menu-divider.cjs.entry.js +2 -2
- package/dist/cjs/co-menu-item.cjs.entry.js +3 -3
- package/dist/cjs/co-menu.cjs.entry.js +2 -2
- package/dist/cjs/co-modal.cjs.entry.js +3 -3
- package/dist/cjs/co-navbar.cjs.entry.js +3 -3
- package/dist/cjs/co-number-field.cjs.entry.js +5 -5
- package/dist/cjs/co-overlay.cjs.entry.js +2 -2
- package/dist/cjs/co-page-header.cjs.entry.js +2 -2
- package/dist/cjs/co-phone-field.cjs.entry.js +4 -4
- package/dist/cjs/co-popover.cjs.entry.js +2 -2
- package/dist/cjs/co-progress-bar.cjs.entry.js +3 -3
- package/dist/cjs/co-progress-circle.cjs.entry.js +3 -3
- package/dist/cjs/co-provider-logo_2.cjs.entry.js +72 -0
- package/dist/cjs/co-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/co-radio.cjs.entry.js +4 -4
- package/dist/cjs/co-rating.cjs.entry.js +4 -4
- package/dist/cjs/co-ref-field.cjs.entry.js +16 -6
- package/dist/cjs/co-rich-text-editor.cjs.entry.js +22 -7
- package/dist/cjs/co-rich-text-toolbar.cjs.entry.js +37 -5
- package/dist/cjs/co-rich-text-viewer.cjs.entry.js +36 -6
- package/dist/cjs/co-row.cjs.entry.js +3 -3
- package/dist/cjs/co-segmented-bar.cjs.entry.js +1 -1
- package/dist/cjs/co-select.cjs.entry.js +13 -7
- package/dist/cjs/co-separator.cjs.entry.js +2 -2
- package/dist/cjs/co-sidebar-nav.cjs.entry.js +13 -3
- package/dist/cjs/co-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/co-slider.cjs.entry.js +3 -3
- package/dist/cjs/co-switch.cjs.entry.js +5 -5
- package/dist/cjs/co-tab-group.cjs.entry.js +20 -4
- package/dist/cjs/co-tab.cjs.entry.js +3 -3
- package/dist/cjs/co-tags-field.cjs.entry.js +9 -9
- package/dist/cjs/co-textarea.cjs.entry.js +13 -7
- package/dist/cjs/co-toast.cjs.entry.js +1 -1
- package/dist/cjs/co-toggle-button-group.cjs.entry.js +3 -3
- package/dist/cjs/co-toggle-button.cjs.entry.js +3 -3
- package/dist/cjs/co-transfer-list.cjs.entry.js +1 -1
- package/dist/cjs/co-video.cjs.entry.js +3 -3
- package/dist/cjs/cobalt.cjs.js +2 -2
- package/dist/cjs/{dateI18n-BdiNAl0_.js → dateI18n-wblvKRq_.js} +21 -0
- package/dist/cjs/{dates-D8D-aS5d.js → dates-TQLHlFd2.js} +64 -13
- package/dist/cjs/{fieldChip-D8YJCyQF.js → fieldChip-B_npd9rL.js} +1 -1
- package/dist/cjs/{index-4y1Dm145.js → index-DFZ5YhIT.js} +171 -11
- package/dist/cjs/{index-DxEFsH_t.js → index-kBiXCEE7.js} +41 -21
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{positioning-DwHW399W.js → positioning-DCj_AJ2T.js} +10 -0
- package/dist/cjs/{requiredMark-B3pKyqYI.js → requiredMark-DuMIcKtt.js} +1 -1
- package/dist/cjs/{richTextI18n-B7ktXg3M.js → richTextI18n-B28uAhh4.js} +3 -0
- package/dist/cjs/time-LBHtzLHe.js +42 -0
- package/dist/cjs/{toolbar-config-3PlT-3zm.js → toolbar-config-BQfWTW6P.js} +2 -0
- package/dist/cobalt/cobalt.css +1 -1
- package/dist/cobalt/cobalt.esm.js +1 -1
- package/dist/cobalt/{p-075eed3d.entry.js → p-00830b8c.entry.js} +1 -1
- package/dist/cobalt/{p-cc0a4617.entry.js → p-0769eee9.entry.js} +1 -1
- package/dist/cobalt/p-0f18c4d2.entry.js +1 -0
- package/dist/cobalt/{p-5c3101b5.entry.js → p-0fc1edca.entry.js} +1 -1
- package/dist/cobalt/p-15852fec.entry.js +1 -0
- package/dist/cobalt/p-195c67ee.entry.js +1 -0
- package/dist/cobalt/{p-B6JZk8fL.js → p-1EK-COrb.js} +1 -1
- package/dist/cobalt/{p-d9608046.entry.js → p-1e9c9d46.entry.js} +1 -1
- package/dist/cobalt/{p-02c5a9a9.entry.js → p-202eadfc.entry.js} +1 -1
- package/dist/cobalt/{p-b4bed98b.entry.js → p-20bd3702.entry.js} +1 -1
- package/dist/cobalt/p-25f59046.entry.js +1 -0
- package/dist/cobalt/{p-809015dd.entry.js → p-260196cb.entry.js} +1 -1
- package/dist/cobalt/{p-771bc8fe.entry.js → p-27dce0ac.entry.js} +1 -1
- package/dist/cobalt/p-2bf44b2b.entry.js +1 -0
- package/dist/cobalt/{p-3f06d373.entry.js → p-2c100914.entry.js} +1 -1
- package/dist/cobalt/p-2e1d930f.entry.js +1 -0
- package/dist/cobalt/{p-47a2dd67.entry.js → p-35518aee.entry.js} +1 -1
- package/dist/cobalt/{p-c3462def.entry.js → p-38ae8bff.entry.js} +1 -1
- package/dist/cobalt/p-38cf47b6.entry.js +1 -0
- package/dist/cobalt/p-39dea0c0.entry.js +1 -0
- package/dist/cobalt/p-3a746267.entry.js +1 -0
- package/dist/cobalt/{p-9c6ca902.entry.js → p-3ae69426.entry.js} +1 -1
- package/dist/cobalt/{p-8dfb6886.entry.js → p-3af74ab8.entry.js} +1 -1
- package/dist/cobalt/{p-9a587867.entry.js → p-3d4e697e.entry.js} +1 -1
- package/dist/cobalt/{p-1681ce1d.entry.js → p-445acc4c.entry.js} +1 -1
- package/dist/cobalt/p-48fbf051.entry.js +1 -0
- package/dist/cobalt/p-4de9232a.entry.js +1 -0
- package/dist/cobalt/{p-fd27c2bd.entry.js → p-50bbfad8.entry.js} +1 -1
- package/dist/cobalt/{p-85eed52c.entry.js → p-51a1ad38.entry.js} +1 -1
- package/dist/cobalt/{p-1726ce07.entry.js → p-523aca9f.entry.js} +1 -1
- package/dist/cobalt/p-52af222b.entry.js +1 -0
- package/dist/cobalt/{p-81cfd951.entry.js → p-5319ac3f.entry.js} +1 -1
- package/dist/cobalt/{p-ba66584f.entry.js → p-53a276a8.entry.js} +1 -1
- package/dist/cobalt/{p-f0de4415.entry.js → p-543cc00d.entry.js} +1 -1
- package/dist/cobalt/{p-a9afbaa6.entry.js → p-59f7d44b.entry.js} +1 -1
- package/dist/cobalt/{p-e420d5c9.entry.js → p-5b984323.entry.js} +1 -1
- package/dist/cobalt/{p-e710b9ea.entry.js → p-5bfaca70.entry.js} +1 -1
- package/dist/cobalt/p-5c1328ff.entry.js +1 -0
- package/dist/cobalt/{p-0d7536a8.entry.js → p-5c250889.entry.js} +1 -1
- package/dist/cobalt/p-5e21ca17.entry.js +1 -0
- package/dist/cobalt/p-61d5ca3c.entry.js +1 -0
- package/dist/cobalt/{p-8e823c15.entry.js → p-6357d9dd.entry.js} +1 -1
- package/dist/cobalt/{p-495c9b99.entry.js → p-69723cc1.entry.js} +1 -1
- package/dist/cobalt/{p-8128e84a.entry.js → p-6985a964.entry.js} +1 -1
- package/dist/cobalt/p-69b8d98e.entry.js +1 -0
- package/dist/cobalt/p-6b089060.entry.js +1 -0
- package/dist/cobalt/{p-627d2d1a.entry.js → p-6b256d01.entry.js} +1 -1
- package/dist/cobalt/{p-c1e53e4c.entry.js → p-7c6b3175.entry.js} +1 -1
- package/dist/cobalt/p-7d077a7c.entry.js +1 -0
- package/dist/cobalt/{p-20ba59a2.entry.js → p-7f4bf341.entry.js} +1 -1
- package/dist/cobalt/p-869c338a.entry.js +1 -0
- package/dist/cobalt/p-890296f9.entry.js +1 -0
- package/dist/cobalt/{p-5c43d30e.entry.js → p-8fe08257.entry.js} +1 -1
- package/dist/cobalt/p-913b2a14.entry.js +1 -0
- package/dist/cobalt/{p-2d1cbd7f.entry.js → p-959556f4.entry.js} +1 -1
- package/dist/cobalt/p-97875bde.entry.js +1 -0
- package/dist/cobalt/p-9824c478.entry.js +1 -0
- package/dist/cobalt/p-99c1ff0f.entry.js +1 -0
- package/dist/cobalt/p-BCEz3S-z.js +2 -0
- package/dist/cobalt/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
- package/dist/cobalt/p-BMdapAL8.js +1 -0
- package/dist/cobalt/p-BU7SQCje.js +1 -0
- package/dist/cobalt/p-BYKAgwq3.js +1 -0
- package/dist/cobalt/p-C-d15gih.js +1 -0
- package/dist/cobalt/p-CF8OB_TM.js +1 -0
- package/dist/cobalt/p-CnNpoKwg.js +1 -0
- package/dist/cobalt/p-D5gr2ent.js +1 -0
- package/dist/cobalt/p-WeuPA9Rw.js +1 -0
- package/dist/cobalt/{p-fb251497.entry.js → p-a04feb70.entry.js} +1 -1
- package/dist/cobalt/{p-77d01b39.entry.js → p-a252f8c5.entry.js} +1 -1
- package/dist/cobalt/p-a4f39ba2.entry.js +1 -0
- package/dist/cobalt/{p-5e9a9caf.entry.js → p-a7c23027.entry.js} +1 -1
- package/dist/cobalt/p-ab8e150e.entry.js +1 -0
- package/dist/cobalt/{p-6ad1625a.entry.js → p-acdb68a7.entry.js} +1 -1
- package/dist/cobalt/{p-c6fedc59.entry.js → p-afd957c0.entry.js} +1 -1
- package/dist/cobalt/{p-c750b2d2.entry.js → p-b45ea918.entry.js} +1 -1
- package/dist/cobalt/p-bad7ce84.entry.js +1 -0
- package/dist/cobalt/{p-5edd0d3f.entry.js → p-bebacee2.entry.js} +1 -1
- package/dist/cobalt/{p-bb534985.entry.js → p-c237add6.entry.js} +1 -1
- package/dist/cobalt/p-c32949a5.entry.js +1 -0
- package/dist/cobalt/{p-3f68fd2e.entry.js → p-cd5555d2.entry.js} +1 -1
- package/dist/cobalt/p-cd96aabf.entry.js +1 -0
- package/dist/cobalt/{p-b8ec0cc1.entry.js → p-ce961fba.entry.js} +1 -1
- package/dist/cobalt/p-d56b8a1f.entry.js +1 -0
- package/dist/cobalt/p-d6fff135.entry.js +1 -0
- package/dist/cobalt/{p-b1197c08.entry.js → p-d71b87d3.entry.js} +1 -1
- package/dist/cobalt/{p-af4cb263.entry.js → p-d83e5189.entry.js} +1 -1
- package/dist/cobalt/p-dc269096.entry.js +1 -0
- package/dist/cobalt/{p-0d6a562d.entry.js → p-dc8e88f4.entry.js} +1 -1
- package/dist/cobalt/p-de5a05fc.entry.js +1 -0
- package/dist/cobalt/{p-86e60cfa.entry.js → p-df63f23c.entry.js} +1 -1
- package/dist/cobalt/p-e2188319.entry.js +1 -0
- package/dist/cobalt/p-f0c589ad.entry.js +1 -0
- package/dist/cobalt/{p-e9aaeaf7.entry.js → p-f4370423.entry.js} +1 -1
- package/dist/cobalt/p-f4e4bebf.entry.js +1 -0
- package/dist/cobalt/p-f53b9536.entry.js +1 -0
- package/dist/cobalt/{p-373cd08e.entry.js → p-f7ae0228.entry.js} +1 -1
- package/dist/collection/collection-manifest.json +8 -0
- package/dist/collection/components/co-action-bar/co-action-bar.css +148 -0
- package/dist/collection/components/co-action-bar/co-action-bar.js +247 -0
- package/dist/collection/components/co-app-shell/co-app-shell.js +2 -2
- package/dist/collection/components/co-audio-player/co-audio-player.css +58 -0
- package/dist/collection/components/co-audio-player/co-audio-player.js +453 -0
- package/dist/collection/components/co-audio-player/co-audio-player.utils.js +44 -0
- package/dist/collection/components/co-autocomplete/co-autocomplete.css +1 -1
- package/dist/collection/components/co-avatar/co-avatar.css +23 -0
- package/dist/collection/components/co-avatar/co-avatar.js +24 -1
- package/dist/collection/components/co-avatar-group/co-avatar-group.css +9 -5
- package/dist/collection/components/co-avatar-group/co-avatar-group.js +2 -2
- package/dist/collection/components/co-badge/co-badge.js +1 -1
- package/dist/collection/components/co-bottom-sheet/co-bottom-sheet.js +3 -3
- package/dist/collection/components/co-breadcrumb/co-breadcrumb.js +1 -1
- package/dist/collection/components/co-breadcrumb-item/co-breadcrumb-item.js +2 -2
- package/dist/collection/components/co-button/co-button.css +19 -0
- package/dist/collection/components/co-button/co-button.js +31 -5
- package/dist/collection/components/co-button-group/co-button-group.js +2 -2
- package/dist/collection/components/co-calendar/co-calendar.js +1 -1
- package/dist/collection/components/co-calendar-month/co-calendar-month.css +52 -3
- package/dist/collection/components/co-calendar-month/co-calendar-month.js +238 -55
- package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.css +265 -0
- package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.js +1305 -0
- package/dist/collection/components/co-card/co-card.js +2 -2
- package/dist/collection/components/co-carousel/co-carousel.css +152 -0
- package/dist/collection/components/co-carousel/co-carousel.js +633 -0
- package/dist/collection/components/co-carousel-item/co-carousel-item.css +6 -0
- package/dist/collection/components/co-carousel-item/co-carousel-item.js +25 -0
- package/dist/collection/components/co-checkbox/co-checkbox.css +1 -1
- package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
- package/dist/collection/components/co-chip/co-chip.js +2 -2
- package/dist/collection/components/co-color-picker/co-color-picker.css +11 -10
- package/dist/collection/components/co-color-picker/co-color-picker.js +2 -2
- package/dist/collection/components/co-column-picker/co-column-picker.js +2 -2
- package/dist/collection/components/co-combobox/co-combobox.css +6 -8
- package/dist/collection/components/co-data-table/co-data-table.css +23 -8
- package/dist/collection/components/co-data-table-pagination/co-data-table-pagination.js +4 -4
- package/dist/collection/components/co-date-field/co-date-field.css +6 -7
- package/dist/collection/components/co-date-field/co-date-field.js +4 -4
- package/dist/collection/components/co-date-picker/co-date-picker.css +16 -0
- package/dist/collection/components/co-date-picker/co-date-picker.js +28 -1
- package/dist/collection/components/co-date-range/co-date-range.js +1 -1
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.css +13 -1
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +26 -0
- package/dist/collection/components/co-date-time-picker/co-date-time-picker.css +325 -0
- package/dist/collection/components/co-date-time-picker/co-date-time-picker.js +1079 -0
- package/dist/collection/components/co-drawer/co-drawer.css +46 -0
- package/dist/collection/components/co-drawer/co-drawer.js +1 -1
- package/dist/collection/components/co-drive-card/co-drive-card.js +1 -1
- package/dist/collection/components/co-drop-zone/co-drop-zone.js +1 -1
- package/dist/collection/components/co-empty-state/co-empty-state.js +2 -2
- package/dist/collection/components/co-event-calendar/co-event-calendar.css +19 -7
- package/dist/collection/components/co-event-calendar/co-event-calendar.js +342 -39
- package/dist/collection/components/co-event-popover/co-event-popover.css +26 -0
- package/dist/collection/components/co-event-popover/co-event-popover.js +326 -0
- package/dist/collection/components/co-fab/co-fab.css +70 -10
- package/dist/collection/components/co-fab/co-fab.js +39 -4
- package/dist/collection/components/co-file-field/co-file-field.css +2 -2
- package/dist/collection/components/co-file-field/co-file-field.js +5 -5
- package/dist/collection/components/co-file-type-tile/co-file-type-tile.js +2 -2
- package/dist/collection/components/co-helper-text/co-helper-text.js +2 -2
- package/dist/collection/components/co-icon/co-icon.js +2 -2
- package/dist/collection/components/co-icon-button/co-icon-button.js +1 -1
- package/dist/collection/components/co-input/co-input.css +13 -1
- package/dist/collection/components/co-input/co-input.js +26 -0
- package/dist/collection/components/co-json-field/co-json-field.css +4 -8
- package/dist/collection/components/co-json-field/co-json-field.js +3 -3
- package/dist/collection/components/co-lightbox/co-lightbox.css +12 -1
- package/dist/collection/components/co-lightbox/co-lightbox.js +31 -4
- package/dist/collection/components/co-list-footer/co-list-footer.js +1 -1
- package/dist/collection/components/co-list-item/co-list-item.js +4 -4
- package/dist/collection/components/co-media-thumb/co-media-thumb.js +2 -2
- package/dist/collection/components/co-menu/co-menu.js +1 -1
- package/dist/collection/components/co-menu-divider/co-menu-divider.js +1 -1
- package/dist/collection/components/co-menu-item/co-menu-item.css +21 -0
- package/dist/collection/components/co-menu-item/co-menu-item.js +20 -1
- package/dist/collection/components/co-modal/co-modal.js +2 -2
- package/dist/collection/components/co-navbar/co-navbar.js +2 -2
- package/dist/collection/components/co-number-field/co-number-field.css +1 -1
- package/dist/collection/components/co-number-field/co-number-field.js +2 -2
- package/dist/collection/components/co-option-list/co-option-list.css +18 -0
- package/dist/collection/components/co-option-list/co-option-list.js +127 -5
- package/dist/collection/components/co-option-list/optionListLogic.js +13 -0
- package/dist/collection/components/co-overlay/co-overlay.js +1 -1
- package/dist/collection/components/co-page-header/co-page-header.js +1 -1
- package/dist/collection/components/co-phone-field/co-phone-field.css +2 -2
- package/dist/collection/components/co-phone-field/co-phone-field.js +1 -1
- package/dist/collection/components/co-progress-bar/co-progress-bar.js +2 -2
- package/dist/collection/components/co-progress-circle/co-progress-circle.js +2 -2
- package/dist/collection/components/co-provider-logo/co-provider-logo.css +23 -0
- package/dist/collection/components/co-provider-logo/co-provider-logo.js +124 -0
- package/dist/collection/components/co-radio/co-radio.js +3 -3
- package/dist/collection/components/co-rating/co-rating.js +3 -3
- package/dist/collection/components/co-ref-field/co-ref-field.css +17 -1
- package/dist/collection/components/co-ref-field/co-ref-field.js +32 -2
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.css +32 -3
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +97 -4
- package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.css +8 -0
- package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.js +93 -3
- package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.css +19 -0
- package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.js +53 -4
- package/dist/collection/components/co-row/co-row.js +2 -2
- package/dist/collection/components/co-select/co-select.css +12 -1
- package/dist/collection/components/co-select/co-select.js +30 -4
- package/dist/collection/components/co-separator/co-separator.js +1 -1
- package/dist/collection/components/co-sidebar/co-sidebar.js +2 -2
- package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +12 -2
- package/dist/collection/components/co-skeleton/co-skeleton.js +1 -1
- package/dist/collection/components/co-slider/co-slider.js +2 -2
- package/dist/collection/components/co-switch/co-switch.js +3 -3
- package/dist/collection/components/co-tab/co-tab.js +2 -2
- package/dist/collection/components/co-tab-group/co-tab-group.css +32 -4
- package/dist/collection/components/co-tab-group/co-tab-group.js +18 -2
- package/dist/collection/components/co-tags-field/co-tags-field.css +12 -21
- package/dist/collection/components/co-tags-field/co-tags-field.js +5 -5
- package/dist/collection/components/co-textarea/co-textarea.css +18 -8
- package/dist/collection/components/co-textarea/co-textarea.js +30 -4
- package/dist/collection/components/co-toggle-button/co-toggle-button.js +2 -2
- package/dist/collection/components/co-toggle-button-group/co-toggle-button-group.js +2 -2
- package/dist/collection/components/co-tooltip/co-tooltip.js +2 -2
- package/dist/collection/components/co-video/co-video.js +2 -2
- package/dist/collection/utils/carouselI18n.js +36 -0
- package/dist/collection/utils/dateI18n.js +21 -0
- package/dist/collection/utils/eventColor.js +52 -0
- package/dist/collection/utils/positioning.js +10 -0
- package/dist/collection/utils/richTextI18n.js +3 -0
- package/dist/components/co-accordion.js +1 -1
- package/dist/components/co-action-bar.d.ts +11 -0
- package/dist/components/co-action-bar.js +1 -0
- package/dist/components/co-app-shell.js +1 -1
- package/dist/components/co-audio-player.d.ts +11 -0
- package/dist/components/co-audio-player.js +1 -0
- package/dist/components/co-autocomplete.js +1 -1
- package/dist/components/co-avatar-group.js +1 -1
- package/dist/components/co-avatar.js +1 -1
- package/dist/components/co-badge.js +1 -1
- package/dist/components/co-bottom-sheet.js +1 -1
- package/dist/components/co-breadcrumb-item.js +1 -1
- package/dist/components/co-breadcrumb.js +1 -1
- package/dist/components/co-button-group.js +1 -1
- package/dist/components/co-button.js +1 -1
- package/dist/components/co-calendar-month.js +1 -1
- package/dist/components/co-calendar-timegrid.d.ts +11 -0
- package/dist/components/co-calendar-timegrid.js +1 -0
- package/dist/components/co-calendar.js +1 -1
- package/dist/components/co-card.js +1 -1
- package/dist/components/co-carousel-item.d.ts +11 -0
- package/dist/components/co-carousel-item.js +1 -0
- package/dist/components/co-carousel.d.ts +11 -0
- package/dist/components/co-carousel.js +1 -0
- package/dist/components/co-checkbox-group.js +1 -1
- package/dist/components/co-checkbox.js +1 -1
- package/dist/components/co-chip.js +1 -1
- package/dist/components/co-color-picker.js +1 -1
- package/dist/components/co-column-picker.js +1 -1
- package/dist/components/co-combobox.js +1 -1
- package/dist/components/co-command-search.js +1 -1
- package/dist/components/co-data-table-pagination.js +1 -1
- package/dist/components/co-data-table.js +1 -1
- package/dist/components/co-date-field.js +1 -1
- package/dist/components/co-date-picker.js +1 -1
- package/dist/components/co-date-range-picker.js +1 -1
- package/dist/components/co-date-range.js +1 -1
- package/dist/components/co-date-time-picker.d.ts +11 -0
- package/dist/components/co-date-time-picker.js +1 -0
- package/dist/components/co-drawer.js +1 -1
- package/dist/components/co-drive-card.js +1 -1
- package/dist/components/co-drop-zone.js +1 -1
- package/dist/components/co-empty-state.js +1 -1
- package/dist/components/co-event-calendar.js +1 -1
- package/dist/components/co-event-popover.d.ts +11 -0
- package/dist/components/co-event-popover.js +1 -0
- package/dist/components/co-fab.js +1 -1
- package/dist/components/co-file-field.js +1 -1
- package/dist/components/co-file-type-tile.js +1 -1
- package/dist/components/co-helper-text.js +1 -1
- package/dist/components/co-icon-button.js +1 -1
- package/dist/components/co-icon.js +1 -1
- package/dist/components/co-input.js +1 -1
- package/dist/components/co-json-field.js +1 -1
- package/dist/components/co-lightbox.js +1 -1
- package/dist/components/co-list-footer.js +1 -1
- package/dist/components/co-list-item.js +1 -1
- package/dist/components/co-media-thumb.js +1 -1
- package/dist/components/co-menu-divider.js +1 -1
- package/dist/components/co-menu-item.js +1 -1
- package/dist/components/co-menu.js +1 -1
- package/dist/components/co-modal.js +1 -1
- package/dist/components/co-navbar.js +1 -1
- package/dist/components/co-number-field.js +1 -1
- package/dist/components/co-option-list.js +1 -1
- package/dist/components/co-overlay.js +1 -1
- package/dist/components/co-page-header.js +1 -1
- package/dist/components/co-phone-field.js +1 -1
- package/dist/components/co-popover.js +1 -1
- package/dist/components/co-progress-bar.js +1 -1
- package/dist/components/co-progress-circle.js +1 -1
- package/dist/components/co-provider-logo.d.ts +11 -0
- package/dist/components/co-provider-logo.js +1 -0
- package/dist/components/co-radio-group.js +1 -1
- package/dist/components/co-radio.js +1 -1
- package/dist/components/co-rating.js +1 -1
- package/dist/components/co-ref-field.js +1 -1
- package/dist/components/co-rich-text-editor.js +1 -1
- package/dist/components/co-rich-text-toolbar.js +1 -1
- package/dist/components/co-rich-text-viewer.js +1 -1
- package/dist/components/co-row.js +1 -1
- package/dist/components/co-select.js +1 -1
- package/dist/components/co-separator.js +1 -1
- package/dist/components/co-sidebar-nav.js +1 -1
- package/dist/components/co-sidebar.js +1 -1
- package/dist/components/co-skeleton.js +1 -1
- package/dist/components/co-slider.js +1 -1
- package/dist/components/co-switch.js +1 -1
- package/dist/components/co-tab-group.js +1 -1
- package/dist/components/co-tab.js +1 -1
- package/dist/components/co-tags-field.js +1 -1
- package/dist/components/co-textarea.js +1 -1
- package/dist/components/co-toast.js +1 -1
- package/dist/components/co-toggle-button-group.js +1 -1
- package/dist/components/co-toggle-button.js +1 -1
- package/dist/components/co-tooltip.js +1 -1
- package/dist/components/co-transfer-list.js +1 -1
- package/dist/components/co-video.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-B21rOC2Y.js +1 -0
- package/dist/components/{p-DvL2TcDG.js → p-BC6sxVVr.js} +1 -1
- package/dist/components/{p-Bgxofdfb.js → p-BL0sCfMH.js} +1 -1
- package/dist/components/p-BMdapAL8.js +1 -0
- package/dist/components/p-BQFperIX.js +1 -0
- package/dist/components/{p-Cam92sWP.js → p-BXtiFFM2.js} +1 -1
- package/dist/components/{p-CmCsm4L-.js → p-BdArvV6T.js} +1 -1
- package/dist/components/p-BnkGlFYy.js +1 -0
- package/dist/components/p-C-5cLeKr.js +1 -0
- package/dist/components/p-CDWXNRpo.js +1 -0
- package/dist/components/p-CF8OB_TM.js +1 -0
- package/dist/components/{p-_k-j03K-.js → p-CIWoKlGj.js} +1 -1
- package/dist/components/{p-lus32JrB.js → p-CVCEiwOS.js} +1 -1
- package/dist/components/{p-QWi9AmnD.js → p-CfeNhAHW.js} +1 -1
- package/dist/components/p-Ch837Ggl.js +1 -0
- package/dist/components/p-ChLib-si.js +1 -0
- package/dist/components/p-ChPooamL.js +1 -0
- package/dist/components/p-CnNpoKwg.js +1 -0
- package/dist/components/p-D-3BTFRs.js +1 -0
- package/dist/components/p-D0wrmRH8.js +1 -0
- package/dist/components/p-DZX7cEqP.js +1 -0
- package/dist/components/{p-D4SOCy8I.js → p-DbISGXT_.js} +1 -1
- package/dist/components/p-Dxa7c4Ap.js +1 -0
- package/dist/components/p-T0MdU7sb.js +1 -0
- package/dist/components/p-W8Y8ZuPs.js +1 -0
- package/dist/components/p-WeuPA9Rw.js +1 -0
- package/dist/components/{p-CNIs9j-h.js → p-cteJszd-.js} +1 -1
- package/dist/components/p-e5KibEs8.js +1 -0
- package/dist/components/{p-COb8X_fE.js → p-mUoTCiYa.js} +1 -1
- package/dist/components/p-uZ2D6ESV.js +1 -0
- package/dist/components/p-ySi6UG0O.js +1 -0
- package/dist/esm/co-accordion.entry.js +1 -1
- package/dist/esm/co-action-bar.entry.js +87 -0
- package/dist/esm/co-app-shell.entry.js +3 -3
- package/dist/esm/co-audio-player.entry.js +277 -0
- package/dist/esm/co-autocomplete.entry.js +3 -3
- package/dist/esm/co-avatar-group.entry.js +3 -3
- package/dist/esm/{co-tooltip.entry.js → co-avatar_2.entry.js} +96 -5
- package/dist/esm/co-badge.entry.js +2 -2
- package/dist/esm/co-bottom-sheet.entry.js +4 -4
- package/dist/esm/co-breadcrumb-item.entry.js +3 -3
- package/dist/esm/co-breadcrumb.entry.js +2 -2
- package/dist/esm/co-button-group.entry.js +3 -3
- package/dist/esm/co-button.entry.js +13 -6
- package/dist/esm/co-calendar-month_2.entry.js +1598 -0
- package/dist/esm/co-calendar_3.entry.js +12 -12
- package/dist/esm/co-card.entry.js +3 -3
- package/dist/esm/co-carousel-item.entry.js +15 -0
- package/dist/esm/co-carousel.entry.js +366 -0
- package/dist/esm/co-checkbox-group.entry.js +1 -1
- package/dist/esm/co-checkbox.entry.js +5 -5
- package/dist/esm/co-chip_2.entry.js +96 -7
- package/dist/esm/co-color-picker.entry.js +5 -5
- package/dist/esm/co-column-picker.entry.js +3 -3
- package/dist/esm/co-combobox.entry.js +3 -3
- package/dist/esm/co-command-search.entry.js +1 -1
- package/dist/esm/co-data-table-pagination.entry.js +5 -5
- package/dist/esm/co-data-table.entry.js +2 -2
- package/dist/esm/co-date-picker.entry.js +12 -5
- package/dist/esm/co-date-range-picker.entry.js +11 -5
- package/dist/esm/co-date-range.entry.js +2 -2
- package/dist/esm/co-date-time-picker.entry.js +407 -0
- package/dist/esm/co-drive-card.entry.js +2 -2
- package/dist/esm/co-drop-zone.entry.js +2 -2
- package/dist/esm/co-empty-state.entry.js +3 -3
- package/dist/esm/co-event-calendar.entry.js +120 -19
- package/dist/esm/co-event-popover.entry.js +130 -0
- package/dist/esm/co-fab.entry.js +21 -6
- package/dist/esm/co-file-field.entry.js +8 -8
- package/dist/esm/co-file-type-tile.entry.js +3 -3
- package/dist/esm/co-helper-text.entry.js +3 -3
- package/dist/esm/co-icon-button.entry.js +2 -2
- package/dist/esm/co-icon.entry.js +3 -3
- package/dist/esm/co-input.entry.js +9 -3
- package/dist/esm/co-json-field.entry.js +6 -6
- package/dist/esm/co-lightbox.entry.js +34 -7
- package/dist/esm/co-list-footer.entry.js +2 -2
- package/dist/esm/co-list-item.entry.js +5 -5
- package/dist/esm/co-loader.entry.js +1 -1
- package/dist/esm/co-media-thumb.entry.js +3 -3
- package/dist/esm/co-menu-divider.entry.js +2 -2
- package/dist/esm/co-menu-item.entry.js +3 -3
- package/dist/esm/co-menu.entry.js +2 -2
- package/dist/esm/co-modal.entry.js +3 -3
- package/dist/esm/co-navbar.entry.js +3 -3
- package/dist/esm/co-number-field.entry.js +5 -5
- package/dist/esm/co-overlay.entry.js +2 -2
- package/dist/esm/co-page-header.entry.js +2 -2
- package/dist/esm/co-phone-field.entry.js +4 -4
- package/dist/esm/co-popover.entry.js +2 -2
- package/dist/esm/co-progress-bar.entry.js +3 -3
- package/dist/esm/co-progress-circle.entry.js +3 -3
- package/dist/esm/co-provider-logo_2.entry.js +69 -0
- package/dist/esm/co-radio-group.entry.js +1 -1
- package/dist/esm/co-radio.entry.js +4 -4
- package/dist/esm/co-rating.entry.js +4 -4
- package/dist/esm/co-ref-field.entry.js +16 -6
- package/dist/esm/co-rich-text-editor.entry.js +22 -7
- package/dist/esm/co-rich-text-toolbar.entry.js +37 -5
- package/dist/esm/co-rich-text-viewer.entry.js +36 -6
- package/dist/esm/co-row.entry.js +3 -3
- package/dist/esm/co-segmented-bar.entry.js +1 -1
- package/dist/esm/co-select.entry.js +13 -7
- package/dist/esm/co-separator.entry.js +2 -2
- package/dist/esm/co-sidebar-nav.entry.js +13 -3
- package/dist/esm/co-sidebar.entry.js +3 -3
- package/dist/esm/co-slider.entry.js +3 -3
- package/dist/esm/co-switch.entry.js +5 -5
- package/dist/esm/co-tab-group.entry.js +20 -4
- package/dist/esm/co-tab.entry.js +3 -3
- package/dist/esm/co-tags-field.entry.js +9 -9
- package/dist/esm/co-textarea.entry.js +13 -7
- package/dist/esm/co-toast.entry.js +1 -1
- package/dist/esm/co-toggle-button-group.entry.js +3 -3
- package/dist/esm/co-toggle-button.entry.js +3 -3
- package/dist/esm/co-transfer-list.entry.js +1 -1
- package/dist/esm/co-video.entry.js +3 -3
- package/dist/esm/cobalt.js +3 -3
- package/dist/esm/{dateI18n-C1DCLOEl.js → dateI18n-CnNpoKwg.js} +21 -0
- package/dist/esm/{dates-tPYikBRJ.js → dates-BU7SQCje.js} +64 -13
- package/dist/esm/{fieldChip-ChXW__C5.js → fieldChip-Bb8YIN0J.js} +1 -1
- package/dist/esm/{index-tT-aZV0-.js → index-BCEz3S-z.js} +41 -21
- package/dist/esm/{index-Cyrxk8Qq.js → index-RuXxdKzC.js} +171 -11
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{positioning-C2mZ7x_Y.js → positioning-BMdapAL8.js} +10 -0
- package/dist/esm/{requiredMark-C7-_2UhB.js → requiredMark-D7kAMXHM.js} +1 -1
- package/dist/esm/{richTextI18n-B-ckjCUA.js → richTextI18n-BYKAgwq3.js} +3 -0
- package/dist/esm/time-CF8OB_TM.js +37 -0
- package/dist/esm/{toolbar-config-ChibIpZv.js → toolbar-config-WeuPA9Rw.js} +2 -0
- package/dist/esm/{tz-B6JZk8fL.js → tz-1EK-COrb.js} +1 -1
- package/dist/types/components/co-action-bar/co-action-bar.d.ts +66 -0
- package/dist/types/components/co-audio-player/co-audio-player.d.ts +62 -0
- package/dist/types/components/co-audio-player/co-audio-player.utils.d.ts +11 -0
- package/dist/types/components/co-avatar/co-avatar.d.ts +5 -0
- package/dist/types/components/co-button/co-button.d.ts +18 -1
- package/dist/types/components/co-calendar-month/co-calendar-month.d.ts +33 -1
- package/dist/types/components/co-calendar-timegrid/co-calendar-timegrid.d.ts +178 -0
- package/dist/types/components/co-carousel/co-carousel.d.ts +85 -0
- package/dist/types/components/co-carousel-item/co-carousel-item.d.ts +10 -0
- package/dist/types/components/co-date-picker/co-date-picker.d.ts +7 -0
- package/dist/types/components/co-date-range-picker/co-date-range-picker.d.ts +5 -0
- package/dist/types/components/co-date-time-picker/co-date-time-picker.d.ts +131 -0
- package/dist/types/components/co-event-calendar/co-event-calendar.d.ts +61 -8
- package/dist/types/components/co-event-popover/co-event-popover.d.ts +45 -0
- package/dist/types/components/co-fab/co-fab.d.ts +6 -0
- package/dist/types/components/co-input/co-input.d.ts +5 -0
- package/dist/types/components/co-lightbox/co-lightbox.d.ts +7 -0
- package/dist/types/components/co-menu-item/co-menu-item.d.ts +3 -0
- package/dist/types/components/co-option-list/co-option-list.d.ts +23 -0
- package/dist/types/components/co-option-list/optionListLogic.d.ts +3 -0
- package/dist/types/components/co-provider-logo/co-provider-logo.d.ts +17 -0
- package/dist/types/components/co-ref-field/co-ref-field.d.ts +6 -0
- package/dist/types/components/co-rich-text-editor/co-rich-text-editor.d.ts +17 -0
- package/dist/types/components/co-rich-text-toolbar/co-rich-text-toolbar.d.ts +12 -1
- package/dist/types/components/co-rich-text-viewer/co-rich-text-viewer.d.ts +10 -0
- package/dist/types/components/co-select/co-select.d.ts +5 -0
- package/dist/types/components/co-tab-group/co-tab-group.d.ts +5 -0
- package/dist/types/components/co-textarea/co-textarea.d.ts +5 -0
- package/dist/types/components.d.ts +1632 -103
- package/dist/types/utils/carouselI18n.d.ts +10 -0
- package/dist/types/utils/dateI18n.d.ts +7 -0
- package/dist/types/utils/eventColor.d.ts +20 -0
- package/dist/types/utils/richTextI18n.d.ts +1 -0
- package/package.json +4 -4
- package/dist/cjs/co-avatar.cjs.entry.js +0 -92
- package/dist/cjs/co-calendar-month.cjs.entry.js +0 -381
- package/dist/cjs/co-skeleton.cjs.entry.js +0 -26
- package/dist/cobalt/p-002e5beb.entry.js +0 -1
- package/dist/cobalt/p-0c0621a7.entry.js +0 -1
- package/dist/cobalt/p-13fc9c8a.entry.js +0 -1
- package/dist/cobalt/p-14d4c5c7.entry.js +0 -1
- package/dist/cobalt/p-4a075257.entry.js +0 -1
- package/dist/cobalt/p-5647ca9d.entry.js +0 -1
- package/dist/cobalt/p-5b31d45b.entry.js +0 -1
- package/dist/cobalt/p-6911a034.entry.js +0 -1
- package/dist/cobalt/p-70f70e02.entry.js +0 -1
- package/dist/cobalt/p-73b30ebb.entry.js +0 -1
- package/dist/cobalt/p-75dcaeb0.entry.js +0 -1
- package/dist/cobalt/p-7780ddb5.entry.js +0 -1
- package/dist/cobalt/p-7FZXeBK4.js +0 -1
- package/dist/cobalt/p-86d4e016.entry.js +0 -1
- package/dist/cobalt/p-8a9ed2da.entry.js +0 -1
- package/dist/cobalt/p-8f194753.entry.js +0 -1
- package/dist/cobalt/p-9c873a6a.entry.js +0 -1
- package/dist/cobalt/p-B-ckjCUA.js +0 -1
- package/dist/cobalt/p-BAA4ln31.js +0 -1
- package/dist/cobalt/p-C1DCLOEl.js +0 -1
- package/dist/cobalt/p-C2mZ7x_Y.js +0 -1
- package/dist/cobalt/p-ChibIpZv.js +0 -1
- package/dist/cobalt/p-a6900010.entry.js +0 -1
- package/dist/cobalt/p-aa20ffca.entry.js +0 -1
- package/dist/cobalt/p-ac5df270.entry.js +0 -1
- package/dist/cobalt/p-c0f39ddd.entry.js +0 -1
- package/dist/cobalt/p-c2e2eee9.entry.js +0 -1
- package/dist/cobalt/p-cc8e2f16.entry.js +0 -1
- package/dist/cobalt/p-e1957078.entry.js +0 -1
- package/dist/cobalt/p-e2762263.entry.js +0 -1
- package/dist/cobalt/p-e33853fa.entry.js +0 -1
- package/dist/cobalt/p-e4a539da.entry.js +0 -1
- package/dist/cobalt/p-e7085f08.entry.js +0 -1
- package/dist/cobalt/p-f073b467.entry.js +0 -1
- package/dist/cobalt/p-f36e461f.entry.js +0 -1
- package/dist/cobalt/p-f6ac5301.entry.js +0 -1
- package/dist/cobalt/p-f6b0c4a0.entry.js +0 -1
- package/dist/cobalt/p-f86ccb38.entry.js +0 -1
- package/dist/cobalt/p-tPYikBRJ.js +0 -1
- package/dist/cobalt/p-tT-aZV0-.js +0 -2
- package/dist/components/p-BHqdcGDh.js +0 -1
- package/dist/components/p-BJTMFYax.js +0 -1
- package/dist/components/p-Ba5lW0pA.js +0 -1
- package/dist/components/p-Bsq90mo4.js +0 -1
- package/dist/components/p-C1DCLOEl.js +0 -1
- package/dist/components/p-C2mZ7x_Y.js +0 -1
- package/dist/components/p-ChibIpZv.js +0 -1
- package/dist/components/p-CyYF8IJE.js +0 -1
- package/dist/components/p-D3ts7oo9.js +0 -1
- package/dist/components/p-Dh-h40mY.js +0 -1
- package/dist/components/p-DrQh1Cb8.js +0 -1
- package/dist/components/p-OKwHt2i9.js +0 -1
- package/dist/components/p-Xwo2HQmt.js +0 -1
- package/dist/components/p-eSq2ze8W.js +0 -1
- package/dist/esm/co-avatar.entry.js +0 -90
- package/dist/esm/co-calendar-month.entry.js +0 -379
- package/dist/esm/co-skeleton.entry.js +0 -24
|
@@ -240,6 +240,27 @@ function monthNameIndex(locale) {
|
|
|
240
240
|
return map;
|
|
241
241
|
}
|
|
242
242
|
// ── Display formatting ──────────────────────────────────────────────────────
|
|
243
|
+
/**
|
|
244
|
+
* Cached localized month name, keyed by (locale, style, month) — the 1-12
|
|
245
|
+
* month index is all that determines the name (the day/year are irrelevant),
|
|
246
|
+
* so a fresh `Intl.DateTimeFormat` per formatted date is wasted work once a
|
|
247
|
+
* (locale, style) pair has been seen for that month.
|
|
248
|
+
*/
|
|
249
|
+
const MONTH_NAME_CACHE = new Map();
|
|
250
|
+
function localizedMonthName(locale, style, month) {
|
|
251
|
+
const key = `${locale}|${style}|${month}`;
|
|
252
|
+
let name = MONTH_NAME_CACHE.get(key);
|
|
253
|
+
if (name === undefined) {
|
|
254
|
+
const fmt = new Intl.DateTimeFormat(locale, { month: style });
|
|
255
|
+
name = fmt.format(new Date(2020, month - 1, 1));
|
|
256
|
+
if (style === 'short')
|
|
257
|
+
name = stripTrailingDot(name);
|
|
258
|
+
if (MONTH_NAME_CACHE.size > 1000)
|
|
259
|
+
MONTH_NAME_CACHE.clear(); // hygiene, not LRU
|
|
260
|
+
MONTH_NAME_CACHE.set(key, name);
|
|
261
|
+
}
|
|
262
|
+
return name;
|
|
263
|
+
}
|
|
243
264
|
/**
|
|
244
265
|
* Format "YYYY-MM-DD" for display using a token pattern. Supported tokens:
|
|
245
266
|
* `yyyy`, `yy`, `MMMM` (full month name), `MMM` (short month name), `MM`, `M`,
|
|
@@ -255,7 +276,6 @@ function formatDisplay(value, displayFormat = 'dd/MM/yyyy', locale = 'en-US') {
|
|
|
255
276
|
const ymd = parseISO(value);
|
|
256
277
|
if (!ymd)
|
|
257
278
|
return '';
|
|
258
|
-
const d = toLocalDate(ymd);
|
|
259
279
|
return displayFormat.replace(/yyyy|yy|MMMM|MMM|MM|M|dd|d/g, (tok) => {
|
|
260
280
|
switch (tok) {
|
|
261
281
|
case 'yyyy':
|
|
@@ -263,9 +283,9 @@ function formatDisplay(value, displayFormat = 'dd/MM/yyyy', locale = 'en-US') {
|
|
|
263
283
|
case 'yy':
|
|
264
284
|
return String(ymd.year).slice(-2);
|
|
265
285
|
case 'MMMM':
|
|
266
|
-
return
|
|
286
|
+
return localizedMonthName(locale, 'long', ymd.month);
|
|
267
287
|
case 'MMM':
|
|
268
|
-
return
|
|
288
|
+
return localizedMonthName(locale, 'short', ymd.month);
|
|
269
289
|
case 'MM':
|
|
270
290
|
return pad2(ymd.month);
|
|
271
291
|
case 'M':
|
|
@@ -383,11 +403,23 @@ function getMonthMatrix(year, month, firstDayOfWeek = 1, weeks = 6) {
|
|
|
383
403
|
return rows;
|
|
384
404
|
}
|
|
385
405
|
// ── Locale-aware labels (Intl, fed by local-parts Dates) ────────────────────
|
|
406
|
+
// Result caches for the locale-aware label builders below. Each is 100% pure
|
|
407
|
+
// given its inputs (they format a FIXED reference date, never "now"), so a
|
|
408
|
+
// fresh `Intl.DateTimeFormat` per call (~28-30µs) is wasted once a given
|
|
409
|
+
// input combination has been rendered once — a month/week header re-renders
|
|
410
|
+
// the same (locale, style) combo on every navigation and every re-render.
|
|
411
|
+
const WEEKDAY_LABELS_CACHE = new Map();
|
|
412
|
+
const MONTH_LABEL_CACHE = new Map();
|
|
413
|
+
const FULL_DATE_LABEL_CACHE = new Map();
|
|
386
414
|
/**
|
|
387
415
|
* Weekday short labels starting at `firstDayOfWeek`, in `locale`.
|
|
388
416
|
* e.g. es-CO Monday-first → ["lun.","mar.",...] (caller may trim/uppercase).
|
|
389
417
|
*/
|
|
390
418
|
function getWeekdayLabels(locale, firstDayOfWeek = 1, weekday = 'short') {
|
|
419
|
+
const key = `${locale}|${firstDayOfWeek}|${weekday}`;
|
|
420
|
+
const cached = WEEKDAY_LABELS_CACHE.get(key);
|
|
421
|
+
if (cached)
|
|
422
|
+
return cached;
|
|
391
423
|
const fmt = new Intl.DateTimeFormat(locale, { weekday });
|
|
392
424
|
const labels = [];
|
|
393
425
|
// 2024-01-01 is a Monday; anchor from it then offset to firstDayOfWeek.
|
|
@@ -396,23 +428,42 @@ function getWeekdayLabels(locale, firstDayOfWeek = 1, weekday = 'short') {
|
|
|
396
428
|
const d = new Date(2024, 0, 1 + offset); // local-parts Date
|
|
397
429
|
labels.push(fmt.format(d));
|
|
398
430
|
}
|
|
431
|
+
if (WEEKDAY_LABELS_CACHE.size > 1000)
|
|
432
|
+
WEEKDAY_LABELS_CACHE.clear(); // hygiene, not LRU
|
|
433
|
+
WEEKDAY_LABELS_CACHE.set(key, labels);
|
|
399
434
|
return labels;
|
|
400
435
|
}
|
|
401
436
|
/** Localized "month year" header label, e.g. "junio de 2026". */
|
|
402
437
|
function getMonthLabel(year, month, locale, monthStyle = 'long') {
|
|
403
|
-
|
|
438
|
+
const key = `${locale}|${monthStyle}|${year}|${month}`;
|
|
439
|
+
let label = MONTH_LABEL_CACHE.get(key);
|
|
440
|
+
if (label === undefined) {
|
|
441
|
+
label = new Intl.DateTimeFormat(locale, { month: monthStyle, year: 'numeric' }).format(new Date(year, month - 1, 1));
|
|
442
|
+
if (MONTH_LABEL_CACHE.size > 1000)
|
|
443
|
+
MONTH_LABEL_CACHE.clear(); // hygiene, not LRU
|
|
444
|
+
MONTH_LABEL_CACHE.set(key, label);
|
|
445
|
+
}
|
|
446
|
+
return label;
|
|
404
447
|
}
|
|
405
448
|
/** Localized full label for a single date, for screen-reader announcements. */
|
|
406
449
|
function getFullDateLabel(value, locale) {
|
|
407
|
-
const
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
450
|
+
const key = `${locale}|${value}`;
|
|
451
|
+
let label = FULL_DATE_LABEL_CACHE.get(key);
|
|
452
|
+
if (label === undefined) {
|
|
453
|
+
const ymd = parseISO(value);
|
|
454
|
+
if (!ymd)
|
|
455
|
+
return '';
|
|
456
|
+
label = new Intl.DateTimeFormat(locale, {
|
|
457
|
+
weekday: 'long',
|
|
458
|
+
day: 'numeric',
|
|
459
|
+
month: 'long',
|
|
460
|
+
year: 'numeric',
|
|
461
|
+
}).format(toLocalDate(ymd));
|
|
462
|
+
if (FULL_DATE_LABEL_CACHE.size > 1000)
|
|
463
|
+
FULL_DATE_LABEL_CACHE.clear(); // hygiene, not LRU
|
|
464
|
+
FULL_DATE_LABEL_CACHE.set(key, label);
|
|
465
|
+
}
|
|
466
|
+
return label;
|
|
416
467
|
}
|
|
417
468
|
|
|
418
469
|
exports.addDays = addDays;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-kBiXCEE7.js');
|
|
4
4
|
|
|
5
5
|
const FieldChip = ({ baseClass, label, modifiers = {}, title, key, onRemove, onChipDblClick }, children) => (index.h("span", { class: Object.assign({ [baseClass]: true }, modifiers), title: title, key: key, onDblClick: onChipDblClick }, children, index.h("span", { class: `${baseClass}-label` }, label), onRemove && (index.h("button", { class: `${baseClass}-remove`, type: "button", tabIndex: -1, onClick: onRemove }, index.h("co-icon", { name: "x-circle", weight: "fill", size: 16 })))));
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var purify_es = require('./purify.es-DX41ZWS2.js');
|
|
4
|
-
var toolbarConfig = require('./toolbar-config-
|
|
4
|
+
var toolbarConfig = require('./toolbar-config-BQfWTW6P.js');
|
|
5
5
|
|
|
6
6
|
// ::- Persistent data structure representing an ordered mapping from
|
|
7
7
|
// strings to values, with some convenient update methods.
|
|
@@ -32718,6 +32718,21 @@ const VariableNode = Node3.create({
|
|
|
32718
32718
|
parseHTML: (el) => el.getAttribute('data-variable-label'),
|
|
32719
32719
|
renderHTML: (attrs) => (attrs.label ? { 'data-variable-label': attrs.label } : {}),
|
|
32720
32720
|
},
|
|
32721
|
+
transform: {
|
|
32722
|
+
default: null,
|
|
32723
|
+
parseHTML: (el) => { try {
|
|
32724
|
+
return JSON.parse(el.getAttribute('data-transform') || 'null');
|
|
32725
|
+
}
|
|
32726
|
+
catch {
|
|
32727
|
+
return null;
|
|
32728
|
+
} },
|
|
32729
|
+
renderHTML: (attrs) => (attrs.transform ? { 'data-transform': JSON.stringify(attrs.transform) } : {}),
|
|
32730
|
+
},
|
|
32731
|
+
fallback: {
|
|
32732
|
+
default: null,
|
|
32733
|
+
parseHTML: (el) => el.getAttribute('data-fallback'),
|
|
32734
|
+
renderHTML: (attrs) => (attrs.fallback != null ? { 'data-fallback': attrs.fallback } : {}),
|
|
32735
|
+
},
|
|
32721
32736
|
};
|
|
32722
32737
|
},
|
|
32723
32738
|
parseHTML() {
|
|
@@ -32739,12 +32754,24 @@ const VariableNode = Node3.create({
|
|
|
32739
32754
|
label,
|
|
32740
32755
|
];
|
|
32741
32756
|
},
|
|
32757
|
+
// Builds the Handlebars expression from the chip attrs. This is an
|
|
32758
|
+
// intentional cross-repo MIRROR of suite-v2's `buildHelperExpression`
|
|
32759
|
+
// (the repos can't share code); keep the two in lock-step.
|
|
32742
32760
|
renderText({ node }) {
|
|
32743
|
-
|
|
32761
|
+
const path = node.attrs.name || '';
|
|
32762
|
+
const t = node.attrs.transform;
|
|
32763
|
+
const fb = node.attrs.fallback;
|
|
32764
|
+
const lit = (s) => `"${String(s).replace(/"/g, '\\"')}"`;
|
|
32765
|
+
let inner = path;
|
|
32766
|
+
if (t && t.helper)
|
|
32767
|
+
inner = (t.args && t.args.length) ? `${t.helper} ${path} ${t.args.map(lit).join(' ')}` : `${t.helper} ${path}`;
|
|
32768
|
+
if (fb != null && fb !== '')
|
|
32769
|
+
return `{{default ${t && t.helper ? `(${inner})` : path} ${lit(fb)}}}`;
|
|
32770
|
+
return t && t.helper ? `{{${inner}}}` : `{{${path}}}`;
|
|
32744
32771
|
},
|
|
32745
32772
|
addCommands() {
|
|
32746
32773
|
return {
|
|
32747
|
-
insertVariable: (name, label) => ({ commands }) => commands.insertContent({ type: this.name, attrs: { name, label: label ?? null } }),
|
|
32774
|
+
insertVariable: (name, label, extra) => ({ commands }) => commands.insertContent({ type: this.name, attrs: { name, label: label ?? null, transform: extra?.transform ?? null, fallback: extra?.fallback ?? null } }),
|
|
32748
32775
|
};
|
|
32749
32776
|
},
|
|
32750
32777
|
});
|
|
@@ -32776,7 +32803,19 @@ const MentionNode = Node3.create({
|
|
|
32776
32803
|
};
|
|
32777
32804
|
},
|
|
32778
32805
|
parseHTML() {
|
|
32779
|
-
return [
|
|
32806
|
+
return [
|
|
32807
|
+
{ tag: 'span[data-mention-id]' },
|
|
32808
|
+
// Markup V1 (quill-mention) — notas históricas y el contrato que el
|
|
32809
|
+
// backend parsea para notificar. class="mention" no sobrevive al
|
|
32810
|
+
// sanitizer, así que el selector ancla en los data-attrs.
|
|
32811
|
+
{
|
|
32812
|
+
tag: 'span[data-denotation-char="@"][data-id]',
|
|
32813
|
+
getAttrs: (el) => ({
|
|
32814
|
+
id: el.getAttribute('data-id'),
|
|
32815
|
+
label: el.getAttribute('data-value'),
|
|
32816
|
+
}),
|
|
32817
|
+
},
|
|
32818
|
+
];
|
|
32780
32819
|
},
|
|
32781
32820
|
renderHTML({ node, HTMLAttributes }) {
|
|
32782
32821
|
const label = node.attrs.label || '';
|
|
@@ -34767,6 +34806,102 @@ const CobaltTaskItem = TaskItem.extend({}).configure({
|
|
|
34767
34806
|
onReadOnlyChecked: () => true,
|
|
34768
34807
|
});
|
|
34769
34808
|
|
|
34809
|
+
/**
|
|
34810
|
+
* EmailButton — atomic block node for a call-to-action button in the
|
|
34811
|
+
* block-email editor. Serialized to email HTML elsewhere (via MJML), so this
|
|
34812
|
+
* node only carries the editing schema: `{ label, href, bg, color }` on a
|
|
34813
|
+
* `<div data-type="email-button">`.
|
|
34814
|
+
*/
|
|
34815
|
+
const EmailButton = Node3.create({
|
|
34816
|
+
name: 'emailButton',
|
|
34817
|
+
group: 'block',
|
|
34818
|
+
atom: true,
|
|
34819
|
+
selectable: true,
|
|
34820
|
+
addAttributes() {
|
|
34821
|
+
return {
|
|
34822
|
+
label: { default: 'Button', parseHTML: (el) => el.getAttribute('data-label'), renderHTML: (a) => (a.label ? { 'data-label': a.label } : {}) },
|
|
34823
|
+
href: { default: '', parseHTML: (el) => el.getAttribute('data-href'), renderHTML: (a) => (a.href ? { 'data-href': a.href } : {}) },
|
|
34824
|
+
bg: { default: '', parseHTML: (el) => el.getAttribute('data-bg'), renderHTML: (a) => (a.bg ? { 'data-bg': a.bg } : {}) },
|
|
34825
|
+
color: { default: '', parseHTML: (el) => el.getAttribute('data-color'), renderHTML: (a) => (a.color ? { 'data-color': a.color } : {}) },
|
|
34826
|
+
};
|
|
34827
|
+
},
|
|
34828
|
+
parseHTML() {
|
|
34829
|
+
return [{ tag: 'div[data-type="email-button"]' }];
|
|
34830
|
+
},
|
|
34831
|
+
renderHTML({ node, HTMLAttributes }) {
|
|
34832
|
+
return ['div', mergeAttributes(HTMLAttributes, { 'data-type': 'email-button', class: 'co-rte-email-button', contenteditable: 'false' }), node.attrs.label || 'Button'];
|
|
34833
|
+
},
|
|
34834
|
+
addCommands() {
|
|
34835
|
+
return {
|
|
34836
|
+
insertEmailButton: (attrs) => ({ commands }) => commands.insertContent({ type: this.name, attrs }),
|
|
34837
|
+
};
|
|
34838
|
+
},
|
|
34839
|
+
});
|
|
34840
|
+
|
|
34841
|
+
/**
|
|
34842
|
+
* EmailDivider — atomic block node for a horizontal rule in the block-email
|
|
34843
|
+
* editor. Carries `{ color }` on a `<div data-type="email-divider">`; the
|
|
34844
|
+
* sendable HTML is produced elsewhere (via MJML).
|
|
34845
|
+
*/
|
|
34846
|
+
const EmailDivider = Node3.create({
|
|
34847
|
+
name: 'emailDivider',
|
|
34848
|
+
group: 'block',
|
|
34849
|
+
atom: true,
|
|
34850
|
+
selectable: true,
|
|
34851
|
+
addAttributes() {
|
|
34852
|
+
return {
|
|
34853
|
+
color: { default: '', parseHTML: (el) => el.getAttribute('data-color'), renderHTML: (a) => (a.color ? { 'data-color': a.color } : {}) },
|
|
34854
|
+
};
|
|
34855
|
+
},
|
|
34856
|
+
parseHTML() {
|
|
34857
|
+
return [{ tag: 'div[data-type="email-divider"]' }];
|
|
34858
|
+
},
|
|
34859
|
+
renderHTML({ HTMLAttributes }) {
|
|
34860
|
+
return ['div', mergeAttributes(HTMLAttributes, { 'data-type': 'email-divider', class: 'co-rte-email-divider', contenteditable: 'false' })];
|
|
34861
|
+
},
|
|
34862
|
+
addCommands() {
|
|
34863
|
+
return {
|
|
34864
|
+
insertEmailDivider: (attrs) => ({ commands }) => commands.insertContent({ type: this.name, attrs }),
|
|
34865
|
+
};
|
|
34866
|
+
},
|
|
34867
|
+
});
|
|
34868
|
+
|
|
34869
|
+
/**
|
|
34870
|
+
* EmailSpacer — atomic block node for vertical whitespace in the block-email
|
|
34871
|
+
* editor. Carries `{ height }` (px, default 20) on a
|
|
34872
|
+
* `<div data-type="email-spacer">`; the sendable HTML is produced elsewhere
|
|
34873
|
+
* (via MJML).
|
|
34874
|
+
*/
|
|
34875
|
+
const EmailSpacer = Node3.create({
|
|
34876
|
+
name: 'emailSpacer',
|
|
34877
|
+
group: 'block',
|
|
34878
|
+
atom: true,
|
|
34879
|
+
selectable: true,
|
|
34880
|
+
addAttributes() {
|
|
34881
|
+
return {
|
|
34882
|
+
height: {
|
|
34883
|
+
default: 20,
|
|
34884
|
+
parseHTML: (el) => {
|
|
34885
|
+
const v = el.getAttribute('data-height');
|
|
34886
|
+
return v == null ? 20 : Number(v) || 20;
|
|
34887
|
+
},
|
|
34888
|
+
renderHTML: (a) => (a.height ? { 'data-height': String(a.height) } : {}),
|
|
34889
|
+
},
|
|
34890
|
+
};
|
|
34891
|
+
},
|
|
34892
|
+
parseHTML() {
|
|
34893
|
+
return [{ tag: 'div[data-type="email-spacer"]' }];
|
|
34894
|
+
},
|
|
34895
|
+
renderHTML({ HTMLAttributes }) {
|
|
34896
|
+
return ['div', mergeAttributes(HTMLAttributes, { 'data-type': 'email-spacer', class: 'co-rte-email-spacer', contenteditable: 'false' })];
|
|
34897
|
+
},
|
|
34898
|
+
addCommands() {
|
|
34899
|
+
return {
|
|
34900
|
+
insertEmailSpacer: (attrs) => ({ commands }) => commands.insertContent({ type: this.name, attrs }),
|
|
34901
|
+
};
|
|
34902
|
+
},
|
|
34903
|
+
});
|
|
34904
|
+
|
|
34770
34905
|
// src/superscript.ts
|
|
34771
34906
|
var Superscript = Mark.create({
|
|
34772
34907
|
name: "superscript",
|
|
@@ -34905,6 +35040,13 @@ const STARTERKIT_CONFIG = {
|
|
|
34905
35040
|
heading: { levels: [1, 2, 3, 4] },
|
|
34906
35041
|
link: LINK_CONFIG,
|
|
34907
35042
|
},
|
|
35043
|
+
'block-email': {
|
|
35044
|
+
heading: { levels: [2, 3] },
|
|
35045
|
+
code: false,
|
|
35046
|
+
codeBlock: false,
|
|
35047
|
+
horizontalRule: false,
|
|
35048
|
+
link: LINK_CONFIG,
|
|
35049
|
+
},
|
|
34908
35050
|
};
|
|
34909
35051
|
/** Default toolbar variant per preset (used when `toolbar="auto"`). */
|
|
34910
35052
|
const PRESET_TOOLBAR = {
|
|
@@ -34912,6 +35054,7 @@ const PRESET_TOOLBAR = {
|
|
|
34912
35054
|
task: 'basic',
|
|
34913
35055
|
email: 'full',
|
|
34914
35056
|
document: 'full',
|
|
35057
|
+
'block-email': 'basic',
|
|
34915
35058
|
};
|
|
34916
35059
|
/** Suggested max length per preset (null = no limit). */
|
|
34917
35060
|
const PRESET_MAXLENGTH = {
|
|
@@ -34919,6 +35062,7 @@ const PRESET_MAXLENGTH = {
|
|
|
34919
35062
|
task: 10000,
|
|
34920
35063
|
email: null,
|
|
34921
35064
|
document: null,
|
|
35065
|
+
'block-email': null,
|
|
34922
35066
|
};
|
|
34923
35067
|
/** Build the ordered extension array for a preset. */
|
|
34924
35068
|
function getExtensions(preset = 'task', options = {}) {
|
|
@@ -34928,7 +35072,7 @@ function getExtensions(preset = 'task', options = {}) {
|
|
|
34928
35072
|
// Color requires TextStyle to be registered first. Only presets that keep
|
|
34929
35073
|
// `style` on output (email/document) get them — comment/task strip the style
|
|
34930
35074
|
// attribute in the sanitizer, so registering color there breaks lock-step.
|
|
34931
|
-
if (preset === 'email' || preset === 'document') {
|
|
35075
|
+
if (preset === 'email' || preset === 'document' || preset === 'block-email') {
|
|
34932
35076
|
exts.push(TextStyle, Color);
|
|
34933
35077
|
}
|
|
34934
35078
|
// List marker presets (disc/circle/square, decimal/alpha/roman) — wherever
|
|
@@ -34946,15 +35090,15 @@ function getExtensions(preset = 'task', options = {}) {
|
|
|
34946
35090
|
exts.push(FontSizeExtension, FontFamilyExtension, FontWeightExtension, LineHeightExtension, LetterSpacingExtension, IndentExtension, Superscript, Subscript);
|
|
34947
35091
|
}
|
|
34948
35092
|
// TextAlign — document and email presets
|
|
34949
|
-
if (isDocument || preset === 'email') {
|
|
35093
|
+
if (isDocument || preset === 'email' || preset === 'block-email') {
|
|
34950
35094
|
exts.push(TextAlign.configure({ types: ['heading', 'paragraph'] }));
|
|
34951
35095
|
}
|
|
34952
|
-
const wantVariables = features.variables ?? (preset === 'email' || preset === 'document');
|
|
35096
|
+
const wantVariables = features.variables ?? (preset === 'email' || preset === 'document' || preset === 'block-email');
|
|
34953
35097
|
if (wantVariables)
|
|
34954
35098
|
exts.push(VariableNode);
|
|
34955
35099
|
if (features.mentions)
|
|
34956
35100
|
exts.push(MentionNode);
|
|
34957
|
-
const wantImage = features.image ?? preset === 'document';
|
|
35101
|
+
const wantImage = features.image ?? (preset === 'document' || preset === 'block-email');
|
|
34958
35102
|
if (wantImage) {
|
|
34959
35103
|
exts.push(ImageWithFileId.configure({
|
|
34960
35104
|
inline: true,
|
|
@@ -34997,6 +35141,11 @@ function getExtensions(preset = 'task', options = {}) {
|
|
|
34997
35141
|
exts.push(Highlight.configure({ multicolor: true }));
|
|
34998
35142
|
}
|
|
34999
35143
|
// TextAlign is already registered above for all presets.
|
|
35144
|
+
// Block-email layout nodes (CTA button, divider, spacer) — only for the
|
|
35145
|
+
// block-email preset. The block doc is serialized to email HTML via MJML.
|
|
35146
|
+
if (preset === 'block-email') {
|
|
35147
|
+
exts.push(EmailButton, EmailDivider, EmailSpacer);
|
|
35148
|
+
}
|
|
35000
35149
|
if (includeUiExtensions) {
|
|
35001
35150
|
if (placeholder)
|
|
35002
35151
|
exts.push(Placeholder.configure({ placeholder }));
|
|
@@ -35014,7 +35163,7 @@ function defaultToolbarForPreset(preset = 'task') {
|
|
|
35014
35163
|
function maxLengthForPreset(preset = 'task') {
|
|
35015
35164
|
return PRESET_MAXLENGTH[preset] ?? null;
|
|
35016
35165
|
}
|
|
35017
|
-
const PRESETS = ['comment', 'task', 'email', 'document'];
|
|
35166
|
+
const PRESETS = ['comment', 'task', 'email', 'document', 'block-email'];
|
|
35018
35167
|
|
|
35019
35168
|
/**
|
|
35020
35169
|
* ProseMirror editorProps that insert pasted/dropped images optimistically
|
|
@@ -35249,7 +35398,7 @@ const SANITIZE_CONFIGS = {
|
|
|
35249
35398
|
...BASE_INLINE, 'u', 's', 'code', 'ul', 'ol', 'li', 'blockquote',
|
|
35250
35399
|
'h2', 'h3', 'div', 'img',
|
|
35251
35400
|
],
|
|
35252
|
-
ALLOWED_ATTR: [...BASE_ATTR, 'style', 'data-variable', 'src', 'alt', 'width', 'height', 'data-file-id', 'data-image-layout'],
|
|
35401
|
+
ALLOWED_ATTR: [...BASE_ATTR, 'style', 'data-variable', 'data-transform', 'data-fallback', 'src', 'alt', 'width', 'height', 'data-file-id', 'data-image-layout'],
|
|
35253
35402
|
ALLOW_DATA_ATTR: false,
|
|
35254
35403
|
},
|
|
35255
35404
|
document: {
|
|
@@ -35262,6 +35411,11 @@ const SANITIZE_CONFIGS = {
|
|
|
35262
35411
|
ALLOWED_ATTR: [...BASE_ATTR, 'style', 'data-variable', 'colspan', 'rowspan', 'src', 'alt', 'width', 'height', 'type', 'checked', 'disabled', 'allowfullscreen', 'frameborder', 'allow', 'loading'],
|
|
35263
35412
|
ALLOW_DATA_ATTR: true,
|
|
35264
35413
|
},
|
|
35414
|
+
'block-email': {
|
|
35415
|
+
ALLOWED_TAGS: [...BASE_INLINE, 'u', 's', 'code', 'ul', 'ol', 'li', 'blockquote', 'h2', 'h3', 'div', 'img'],
|
|
35416
|
+
ALLOWED_ATTR: [...BASE_ATTR, 'style', 'data-variable', 'data-transform', 'data-fallback', 'src', 'alt', 'width', 'height', 'data-file-id', 'data-image-layout', 'data-type', 'data-label', 'data-href', 'data-bg', 'data-color', 'data-height'],
|
|
35417
|
+
ALLOW_DATA_ATTR: false,
|
|
35418
|
+
},
|
|
35265
35419
|
};
|
|
35266
35420
|
/**
|
|
35267
35421
|
* `<iframe>`s are permitted only with an `https:` source (blocks javascript:,
|
|
@@ -35290,7 +35444,13 @@ function configFor(preset, features) {
|
|
|
35290
35444
|
}
|
|
35291
35445
|
if (features.variables)
|
|
35292
35446
|
attr.add('data-variable');
|
|
35293
|
-
|
|
35447
|
+
if (features.mentions) {
|
|
35448
|
+
// data-mention-id/label ya están en BASE_ATTR. Los attrs del markup V1
|
|
35449
|
+
// (quill-mention) se suman porque el BACKEND los parsea para notificar —
|
|
35450
|
+
// re-editar una nota no debe destruirlos.
|
|
35451
|
+
// Espejo inline en core/co-rich-text-viewer.tsx (el viewer no importa este módulo para no cargar el engine) — si cambias esta lista, cambia la del viewer.
|
|
35452
|
+
['data-id', 'data-value', 'data-denotation-char', 'data-index'].forEach((a) => attr.add(a));
|
|
35453
|
+
}
|
|
35294
35454
|
return { ...cfg, ALLOWED_TAGS: [...tags], ALLOWED_ATTR: [...attr] };
|
|
35295
35455
|
}
|
|
35296
35456
|
/**
|
|
@@ -22,7 +22,7 @@ const NAMESPACE = 'cobalt';
|
|
|
22
22
|
const BUILD = /* cobalt */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, slotRelocation: true, state: true, updatable: true};
|
|
23
23
|
|
|
24
24
|
const globalScripts = () => {};
|
|
25
|
-
const globalStyles = ":root{--co-color-base-negro:#1f1c1b;--co-color-base-blanco:#ffffff;--co-color-base-off-white:#f7f6f0;--co-color-primary-verde:#02a270;--co-color-primary-amarillo:#fdbf00;--co-color-primary-azul:#2563eb;--co-color-primary-rosado:#f32a73;--co-color-azul-100:#eff4ff;--co-color-azul-200:#dbe6fe;--co-color-azul-300:#bfd3fe;--co-color-azul-400:#93b4fd;--co-color-azul-500:#6090fa;--co-color-azul-600:#3b76f6;--co-color-azul-700:#2563eb;--co-color-azul-800:#1d58d8;--co-color-azul-900:#1e408a;--co-color-rosado-100:#fef1f6;--co-color-rosado-200:#fde6f0;--co-color-rosado-300:#fdcde2;--co-color-rosado-400:#fda4c8;--co-color-rosado-500:#fb6ba3;--co-color-rosado-600:#f32a73;--co-color-rosado-700:#e41e5c;--co-color-rosado-800:#c61044;--co-color-rosado-900:#a41039;--co-color-amarillo-100:#ffffea;--co-color-amarillo-200:#fffbc5;--co-color-amarillo-300:#fff885;--co-color-amarillo-400:#ffe01b;--co-color-amarillo-500:#fdbf00;--co-color-amarillo-600:#e29500;--co-color-amarillo-700:#bb6902;--co-color-amarillo-800:#985108;--co-color-amarillo-900:#7c420b;--co-color-verde-100:#ecfdf5;--co-color-verde-200:#d0fbe5;--co-color-verde-300:#a5f5d0;--co-color-verde-400:#6beab8;--co-color-verde-500:#31d69a;--co-color-verde-600:#0cbd82;--co-color-verde-700:#02a270;--co-color-verde-800:#027a58;--co-color-verde-900:#046147;--co-color-neutral-100:#e6e5df;--co-color-neutral-200:#eeede7;--co-color-neutral-300:#f3f2ec;--co-color-gray-100:#f6f6f6;--co-color-gray-200:#e3e3e3;--co-color-gray-300:#c4c4c4;--co-color-gray-400:#a0a0a0;--co-color-gray-500:#888888;--co-color-gray-600:#585858;--co-color-gray-700:#1f1c1b;--co-color-gray-800:#0a0a0a;--co-color-secondary-rosado-100:#d74ba0;--co-color-secondary-rosado-50:#ffc8eb;--co-color-secondary-rosado-25:#ffe6f5;--co-color-secondary-rojo-100:#eb1e1e;--co-color-secondary-rojo-50:#ff878c;--co-color-secondary-rojo-25:#ffd7dc;--co-color-secondary-naranja-100:#f0821e;--co-color-secondary-naranja-50:#ffbe82;--co-color-secondary-naranja-25:#ffe6d2;--co-color-secondary-amarillo-100:#fad223;--co-color-secondary-amarillo-50:#ffe67d;--co-color-secondary-amarillo-25:#fffac3;--co-color-secondary-verde-100:#afe664;--co-color-secondary-verde-50:#d7ffb4;--co-color-secondary-verde-25:#ebffc8;--co-color-secondary-oliva-100:#aab43c;--co-color-secondary-oliva-50:#d2dc96;--co-color-secondary-oliva-25:#f0f0d2;--co-color-secondary-turquesa-100:#00afaf;--co-color-secondary-turquesa-50:#3ce1c8;--co-color-secondary-turquesa-25:#c8f0f0;--co-color-secondary-azul-claro-100:#00bee6;--co-color-secondary-azul-claro-50:#6ee6f0;--co-color-secondary-azul-claro-25:#befaff;--co-color-secondary-azul-electrico-100:#000aff;--co-color-secondary-azul-electrico-50:#8095ff;--co-color-secondary-azul-electrico-25:#cce0ff;--co-color-secondary-violeta-100:#5f4bd7;--co-color-secondary-violeta-50:#b9b4ff;--co-color-secondary-violeta-25:#e1e1ff;--co-color-secondary-marron-100:#af7355;--co-color-secondary-marron-50:#d7b9a5;--co-color-secondary-marron-25:#f0e1d7;--co-color-secondary-guinda-100:#811137;--co-color-secondary-guinda-50:#c0889c;--co-color-secondary-guinda-25:#e6cfd7;--co-color-status-success:#0a7724;--co-color-status-bg-success:#ebf9ec;--co-color-status-progress:#2d6cc5;--co-color-status-bg-progress:#eef3fa;--co-color-status-submitted:#7556ca;--co-color-status-bg-submitted:#f4f1fb;--co-color-status-review:#85571f;--co-color-status-bg-review:#fcf5db;--co-color-status-pending:#b45103;--co-color-status-bg-pending:#f9f1eb;--co-color-status-error:#aa2e1b;--co-color-status-bg-error:#ffefef;--co-color-opacity-negro-4:rgba(31, 28, 27, 0.04);--co-color-opacity-negro-8:rgba(31, 28, 27, 0.08);--co-color-opacity-negro-16:rgba(31, 28, 27, 0.16);--co-color-opacity-negro-25:rgba(31, 28, 27, 0.25);--co-color-opacity-negro-50:rgba(31, 28, 27, 0.50);--co-color-opacity-negro-80:rgba(31, 28, 27, 0.80);--co-color-opacity-blanco-4:rgba(255, 255, 255, 0.04);--co-color-opacity-blanco-8:rgba(255, 255, 255, 0.08);--co-color-opacity-blanco-16:rgba(255, 255, 255, 0.16);--co-color-opacity-blanco-25:rgba(255, 255, 255, 0.25);--co-color-opacity-blanco-50:rgba(255, 255, 255, 0.50);--co-color-opacity-blanco-80:rgba(255, 255, 255, 0.80);--co-border-radius-xxs:4px;--co-border-radius-xs:8px;--co-border-radius-sm:12px;--co-border-radius-lg:16px;--co-border-radius-xl:24px;--co-border-radius-2xl:32px;--co-border-radius-3xl:40px;--co-border-radius-4xl:48px;--co-border-radius-5xl:56px;--co-border-radius-6xl:64px;--co-border-radius-full:9999px;--co-shadow-sm:0 1px 2px 0 rgba(26, 26, 26, 0.04);--co-shadow-lg:0 10px 15px -3px rgba(26, 26, 26, 0.05), 0 4px 6px -4px rgba(26, 26, 26, 0.05);--co-spacing-xxs:2px;--co-spacing-xs:4px;--co-spacing-sm:6px;--co-spacing-sm2:8px;--co-spacing-md:12px;--co-spacing-lg:16px;--co-spacing-xl:20px;--co-spacing-2xl:24px;--co-spacing-3xl:32px;--co-spacing-4xl:40px;--co-spacing-5xl:48px;--co-spacing-6xl:56px;--co-spacing-7xl:64px;--co-spacing-8xl:72px;--co-spacing-9xl:80px;--co-spacing-10xl:88px;--co-spacing-11xl:96px;--co-spacing-12xl:104px;--co-spacing-13xl:112px;--co-spacing-14xl:120px;--co-spacing-full:9999px;--co-font-family-primary:'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--co-font-family-mono:'Geist Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;--co-font-size-10:10px;--co-font-size-12:12px;--co-font-size-14:14px;--co-font-size-16:16px;--co-font-size-18:18px;--co-font-size-20:20px;--co-font-size-22:22px;--co-font-size-24:24px;--co-font-size-26:26px;--co-font-size-30:30px;--co-font-size-32:32px;--co-font-size-36:36px;--co-font-size-40:40px;--co-font-size-44:44px;--co-font-size-48:48px;--co-font-size-50:50px;--co-font-size-56:56px;--co-font-size-64:64px;--co-font-size-72:72px;--co-font-size-80:80px;--co-font-size-96:96px;--co-font-size-104:104px;--co-font-size-112:112px;--co-font-size-128:128px;--co-font-size-144:144px;--co-font-size-160:160px;--co-font-size-180:180px;--co-font-size-200:200px;--co-font-size-220:220px;--co-font-weight-regular:400;--co-font-weight-medium:500;--co-font-weight-semibold:600;--co-font-weight-bold:700;--co-font-line-height-none:1;--co-font-line-height-tight:1.2;--co-font-line-height-snug:1.3;--co-font-line-height-normal:1.5;--co-font-line-height-relaxed:1.6;--co-font-letter-spacing-body:-0.03em;--co-font-letter-spacing-overline:0.08em;--co-semantic-surface-primary:var(--co-color-base-negro);--co-semantic-surface-
|
|
25
|
+
const globalStyles = ":root{--co-color-base-negro:#1f1c1b;--co-color-base-blanco:#ffffff;--co-color-base-off-white:#f7f6f0;--co-color-primary-verde:#02a270;--co-color-primary-amarillo:#fdbf00;--co-color-primary-azul:#2563eb;--co-color-primary-rosado:#f32a73;--co-color-azul-100:#eff4ff;--co-color-azul-200:#dbe6fe;--co-color-azul-300:#bfd3fe;--co-color-azul-400:#93b4fd;--co-color-azul-500:#6090fa;--co-color-azul-600:#3b76f6;--co-color-azul-700:#2563eb;--co-color-azul-800:#1d58d8;--co-color-azul-900:#1e408a;--co-color-rosado-100:#fef1f6;--co-color-rosado-200:#fde6f0;--co-color-rosado-300:#fdcde2;--co-color-rosado-400:#fda4c8;--co-color-rosado-500:#fb6ba3;--co-color-rosado-600:#f32a73;--co-color-rosado-700:#e41e5c;--co-color-rosado-800:#c61044;--co-color-rosado-900:#a41039;--co-color-amarillo-100:#ffffea;--co-color-amarillo-200:#fffbc5;--co-color-amarillo-300:#fff885;--co-color-amarillo-400:#ffe01b;--co-color-amarillo-500:#fdbf00;--co-color-amarillo-600:#e29500;--co-color-amarillo-700:#bb6902;--co-color-amarillo-800:#985108;--co-color-amarillo-900:#7c420b;--co-color-verde-100:#ecfdf5;--co-color-verde-200:#d0fbe5;--co-color-verde-300:#a5f5d0;--co-color-verde-400:#6beab8;--co-color-verde-500:#31d69a;--co-color-verde-600:#0cbd82;--co-color-verde-700:#02a270;--co-color-verde-800:#027a58;--co-color-verde-900:#046147;--co-color-neutral-100:#e6e5df;--co-color-neutral-200:#eeede7;--co-color-neutral-300:#f3f2ec;--co-color-gray-100:#f6f6f6;--co-color-gray-200:#e3e3e3;--co-color-gray-300:#c4c4c4;--co-color-gray-400:#a0a0a0;--co-color-gray-500:#888888;--co-color-gray-600:#585858;--co-color-gray-700:#1f1c1b;--co-color-gray-800:#0a0a0a;--co-color-secondary-rosado-100:#d74ba0;--co-color-secondary-rosado-50:#ffc8eb;--co-color-secondary-rosado-25:#ffe6f5;--co-color-secondary-rojo-100:#eb1e1e;--co-color-secondary-rojo-50:#ff878c;--co-color-secondary-rojo-25:#ffd7dc;--co-color-secondary-naranja-100:#f0821e;--co-color-secondary-naranja-50:#ffbe82;--co-color-secondary-naranja-25:#ffe6d2;--co-color-secondary-amarillo-100:#fad223;--co-color-secondary-amarillo-50:#ffe67d;--co-color-secondary-amarillo-25:#fffac3;--co-color-secondary-verde-100:#afe664;--co-color-secondary-verde-50:#d7ffb4;--co-color-secondary-verde-25:#ebffc8;--co-color-secondary-oliva-100:#aab43c;--co-color-secondary-oliva-50:#d2dc96;--co-color-secondary-oliva-25:#f0f0d2;--co-color-secondary-turquesa-100:#00afaf;--co-color-secondary-turquesa-50:#3ce1c8;--co-color-secondary-turquesa-25:#c8f0f0;--co-color-secondary-azul-claro-100:#00bee6;--co-color-secondary-azul-claro-50:#6ee6f0;--co-color-secondary-azul-claro-25:#befaff;--co-color-secondary-azul-electrico-100:#000aff;--co-color-secondary-azul-electrico-50:#8095ff;--co-color-secondary-azul-electrico-25:#cce0ff;--co-color-secondary-violeta-100:#5f4bd7;--co-color-secondary-violeta-50:#b9b4ff;--co-color-secondary-violeta-25:#e1e1ff;--co-color-secondary-marron-100:#af7355;--co-color-secondary-marron-50:#d7b9a5;--co-color-secondary-marron-25:#f0e1d7;--co-color-secondary-guinda-100:#811137;--co-color-secondary-guinda-50:#c0889c;--co-color-secondary-guinda-25:#e6cfd7;--co-color-status-success:#0a7724;--co-color-status-bg-success:#ebf9ec;--co-color-status-progress:#2d6cc5;--co-color-status-bg-progress:#eef3fa;--co-color-status-submitted:#7556ca;--co-color-status-bg-submitted:#f4f1fb;--co-color-status-review:#85571f;--co-color-status-bg-review:#fcf5db;--co-color-status-pending:#b45103;--co-color-status-bg-pending:#f9f1eb;--co-color-status-error:#aa2e1b;--co-color-status-bg-error:#ffefef;--co-color-opacity-negro-4:rgba(31, 28, 27, 0.04);--co-color-opacity-negro-8:rgba(31, 28, 27, 0.08);--co-color-opacity-negro-16:rgba(31, 28, 27, 0.16);--co-color-opacity-negro-25:rgba(31, 28, 27, 0.25);--co-color-opacity-negro-50:rgba(31, 28, 27, 0.50);--co-color-opacity-negro-80:rgba(31, 28, 27, 0.80);--co-color-opacity-blanco-4:rgba(255, 255, 255, 0.04);--co-color-opacity-blanco-8:rgba(255, 255, 255, 0.08);--co-color-opacity-blanco-16:rgba(255, 255, 255, 0.16);--co-color-opacity-blanco-25:rgba(255, 255, 255, 0.25);--co-color-opacity-blanco-50:rgba(255, 255, 255, 0.50);--co-color-opacity-blanco-80:rgba(255, 255, 255, 0.80);--co-glass-blur:12px;--co-glass-saturate:1.3;--co-glass-panel-blur:18px;--co-border-radius-xxs:4px;--co-border-radius-xs:8px;--co-border-radius-sm:12px;--co-border-radius-md:14px;--co-border-radius-lg:16px;--co-border-radius-xl:24px;--co-border-radius-2xl:32px;--co-border-radius-3xl:40px;--co-border-radius-4xl:48px;--co-border-radius-5xl:56px;--co-border-radius-6xl:64px;--co-border-radius-full:9999px;--co-shadow-sm:0 1px 2px 0 rgba(26, 26, 26, 0.04);--co-shadow-lg:0 10px 15px -3px rgba(26, 26, 26, 0.05), 0 4px 6px -4px rgba(26, 26, 26, 0.05);--co-spacing-xxs:2px;--co-spacing-xs:4px;--co-spacing-sm:6px;--co-spacing-sm2:8px;--co-spacing-md:12px;--co-spacing-lg:16px;--co-spacing-xl:20px;--co-spacing-2xl:24px;--co-spacing-3xl:32px;--co-spacing-4xl:40px;--co-spacing-5xl:48px;--co-spacing-6xl:56px;--co-spacing-7xl:64px;--co-spacing-8xl:72px;--co-spacing-9xl:80px;--co-spacing-10xl:88px;--co-spacing-11xl:96px;--co-spacing-12xl:104px;--co-spacing-13xl:112px;--co-spacing-14xl:120px;--co-spacing-full:9999px;--co-font-family-primary:'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--co-font-family-mono:'Geist Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;--co-font-size-10:10px;--co-font-size-11:11px;--co-font-size-12:12px;--co-font-size-13:13px;--co-font-size-14:14px;--co-font-size-16:16px;--co-font-size-18:18px;--co-font-size-20:20px;--co-font-size-22:22px;--co-font-size-24:24px;--co-font-size-26:26px;--co-font-size-28:28px;--co-font-size-30:30px;--co-font-size-32:32px;--co-font-size-36:36px;--co-font-size-40:40px;--co-font-size-44:44px;--co-font-size-48:48px;--co-font-size-50:50px;--co-font-size-56:56px;--co-font-size-64:64px;--co-font-size-72:72px;--co-font-size-80:80px;--co-font-size-96:96px;--co-font-size-104:104px;--co-font-size-112:112px;--co-font-size-128:128px;--co-font-size-144:144px;--co-font-size-160:160px;--co-font-size-180:180px;--co-font-size-200:200px;--co-font-size-220:220px;--co-font-weight-regular:400;--co-font-weight-medium:500;--co-font-weight-semibold:600;--co-font-weight-bold:700;--co-font-line-height-none:1;--co-font-line-height-tight:1.2;--co-font-line-height-snug:1.3;--co-font-line-height-normal:1.5;--co-font-line-height-relaxed:1.6;--co-font-letter-spacing-body:-0.03em;--co-font-letter-spacing-overline:0.08em;--co-semantic-surface-primary:var(--co-color-base-negro);--co-semantic-surface-secondary:var(--co-color-base-blanco);--co-semantic-surface-page:var(--co-color-base-blanco);--co-semantic-surface-muted:var(--co-color-gray-200);--co-semantic-surface-hover:var(--co-color-opacity-negro-4);--co-semantic-surface-disabled:var(--co-color-gray-100);--co-semantic-on-primary:var(--co-color-base-blanco);--co-semantic-on-secondary:var(--co-color-base-negro);--co-semantic-text-default:var(--co-color-base-negro);--co-semantic-text-inverse:var(--co-color-base-blanco);--co-semantic-text-secondary:var(--co-color-gray-600);--co-semantic-text-muted:var(--co-color-gray-500);--co-semantic-text-disabled:var(--co-color-gray-400);--co-semantic-border-default:var(--co-color-opacity-negro-16);--co-semantic-border-subtle:var(--co-color-opacity-negro-8);--co-semantic-border-strong:var(--co-color-opacity-negro-50);--co-semantic-border-field:var(--co-color-opacity-negro-25);--co-semantic-border-focus:var(--co-color-opacity-negro-50);--co-semantic-border-focus-ring:var(--co-color-opacity-negro-8);--co-semantic-control-thumb:var(--co-color-base-blanco);--co-semantic-control-shadow:var(--co-color-opacity-negro-16);--co-semantic-status-success:var(--co-color-status-success);--co-semantic-status-error:var(--co-color-status-error);--co-semantic-status-warning:var(--co-color-primary-amarillo);--co-semantic-status-info:var(--co-color-status-progress);--co-semantic-surface-inverse:var(--co-semantic-surface-primary)}:root{--co-color-negro:var(--co-color-base-negro);--co-color-blanco:var(--co-color-base-blanco);--co-color-neutral-beige:var(--co-color-base-off-white);--co-color-secondary-rojo:var(--co-color-secondary-rojo-100);--co-color-secondary-naranja:var(--co-color-secondary-naranja-100);--co-color-secondary-oliva:var(--co-color-secondary-oliva-100);--co-color-secondary-violeta:var(--co-color-secondary-violeta-100);--co-color-secondary-marron:var(--co-color-secondary-marron-100);--co-color-status-success-bg:var(--co-color-status-bg-success);--co-font-family:var(--co-font-family-primary);--co-font-size-11:11px;--co-font-size-13:13px;--co-font-size-28:28px}";
|
|
26
26
|
|
|
27
27
|
/*
|
|
28
28
|
Stencil Client Platform v4.43.4 | MIT Licensed | https://stenciljs.com
|
|
@@ -139,6 +139,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
139
139
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
140
140
|
/* webpackMode: "lazy" */
|
|
141
141
|
'./co-accordion.cjs.entry.js')); }).then(processMod, consoleError);
|
|
142
|
+
case 'co-action-bar.cjs':
|
|
143
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
144
|
+
/* webpackMode: "lazy" */
|
|
145
|
+
'./co-action-bar.cjs.entry.js')); }).then(processMod, consoleError);
|
|
142
146
|
case 'co-app-shell.cjs':
|
|
143
147
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
144
148
|
/* webpackMode: "lazy" */
|
|
@@ -167,6 +171,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
167
171
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
168
172
|
/* webpackMode: "lazy" */
|
|
169
173
|
'./co-card.cjs.entry.js')); }).then(processMod, consoleError);
|
|
174
|
+
case 'co-carousel-item.cjs':
|
|
175
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
176
|
+
/* webpackMode: "lazy" */
|
|
177
|
+
'./co-carousel-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
170
178
|
case 'co-checkbox-group.cjs':
|
|
171
179
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
172
180
|
/* webpackMode: "lazy" */
|
|
@@ -191,6 +199,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
191
199
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
192
200
|
/* webpackMode: "lazy" */
|
|
193
201
|
'./co-date-range.cjs.entry.js')); }).then(processMod, consoleError);
|
|
202
|
+
case 'co-date-time-picker.cjs':
|
|
203
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
204
|
+
/* webpackMode: "lazy" */
|
|
205
|
+
'./co-date-time-picker.cjs.entry.js')); }).then(processMod, consoleError);
|
|
194
206
|
case 'co-drive-card.cjs':
|
|
195
207
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
196
208
|
/* webpackMode: "lazy" */
|
|
@@ -203,6 +215,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
203
215
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
204
216
|
/* webpackMode: "lazy" */
|
|
205
217
|
'./co-empty-state.cjs.entry.js')); }).then(processMod, consoleError);
|
|
218
|
+
case 'co-event-popover.cjs':
|
|
219
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
220
|
+
/* webpackMode: "lazy" */
|
|
221
|
+
'./co-event-popover.cjs.entry.js')); }).then(processMod, consoleError);
|
|
206
222
|
case 'co-fab.cjs':
|
|
207
223
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
208
224
|
/* webpackMode: "lazy" */
|
|
@@ -211,10 +227,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
211
227
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
212
228
|
/* webpackMode: "lazy" */
|
|
213
229
|
'./co-helper-text.cjs.entry.js')); }).then(processMod, consoleError);
|
|
214
|
-
case 'co-icon-button.cjs':
|
|
215
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
216
|
-
/* webpackMode: "lazy" */
|
|
217
|
-
'./co-icon-button.cjs.entry.js')); }).then(processMod, consoleError);
|
|
218
230
|
case 'co-input.cjs':
|
|
219
231
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
220
232
|
/* webpackMode: "lazy" */
|
|
@@ -315,10 +327,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
315
327
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
316
328
|
/* webpackMode: "lazy" */
|
|
317
329
|
'./co-sidebar-nav.cjs.entry.js')); }).then(processMod, consoleError);
|
|
318
|
-
case 'co-skeleton.cjs':
|
|
319
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
320
|
-
/* webpackMode: "lazy" */
|
|
321
|
-
'./co-skeleton.cjs.entry.js')); }).then(processMod, consoleError);
|
|
322
330
|
case 'co-slider.cjs':
|
|
323
331
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
324
332
|
/* webpackMode: "lazy" */
|
|
@@ -379,6 +387,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
379
387
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
380
388
|
/* webpackMode: "lazy" */
|
|
381
389
|
'./co-file-type-tile.cjs.entry.js')); }).then(processMod, consoleError);
|
|
390
|
+
case 'co-icon-button.cjs':
|
|
391
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
392
|
+
/* webpackMode: "lazy" */
|
|
393
|
+
'./co-icon-button.cjs.entry.js')); }).then(processMod, consoleError);
|
|
382
394
|
case 'co-list-footer.cjs':
|
|
383
395
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
384
396
|
/* webpackMode: "lazy" */
|
|
@@ -391,10 +403,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
391
403
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
392
404
|
/* webpackMode: "lazy" */
|
|
393
405
|
'./co-checkbox.cjs.entry.js')); }).then(processMod, consoleError);
|
|
394
|
-
case 'co-tooltip.cjs':
|
|
395
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
396
|
-
/* webpackMode: "lazy" */
|
|
397
|
-
'./co-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
398
406
|
case 'co-loader.cjs':
|
|
399
407
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
400
408
|
/* webpackMode: "lazy" */
|
|
@@ -403,10 +411,18 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
403
411
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
404
412
|
/* webpackMode: "lazy" */
|
|
405
413
|
'./co-popover.cjs.entry.js')); }).then(processMod, consoleError);
|
|
414
|
+
case 'co-audio-player.cjs':
|
|
415
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
416
|
+
/* webpackMode: "lazy" */
|
|
417
|
+
'./co-audio-player.cjs.entry.js')); }).then(processMod, consoleError);
|
|
406
418
|
case 'co-bottom-sheet.cjs':
|
|
407
419
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
408
420
|
/* webpackMode: "lazy" */
|
|
409
421
|
'./co-bottom-sheet.cjs.entry.js')); }).then(processMod, consoleError);
|
|
422
|
+
case 'co-carousel.cjs':
|
|
423
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
424
|
+
/* webpackMode: "lazy" */
|
|
425
|
+
'./co-carousel.cjs.entry.js')); }).then(processMod, consoleError);
|
|
410
426
|
case 'co-color-picker.cjs':
|
|
411
427
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
412
428
|
/* webpackMode: "lazy" */
|
|
@@ -423,18 +439,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
423
439
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
424
440
|
/* webpackMode: "lazy" */
|
|
425
441
|
'./co-phone-field.cjs.entry.js')); }).then(processMod, consoleError);
|
|
426
|
-
case 'co-calendar-month.cjs':
|
|
427
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
428
|
-
/* webpackMode: "lazy" */
|
|
429
|
-
'./co-calendar-month.cjs.entry.js')); }).then(processMod, consoleError);
|
|
430
442
|
case 'co-lightbox.cjs':
|
|
431
443
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
432
444
|
/* webpackMode: "lazy" */
|
|
433
445
|
'./co-lightbox.cjs.entry.js')); }).then(processMod, consoleError);
|
|
434
|
-
case 'co-avatar.cjs':
|
|
435
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
436
|
-
/* webpackMode: "lazy" */
|
|
437
|
-
'./co-avatar.cjs.entry.js')); }).then(processMod, consoleError);
|
|
438
446
|
case 'co-overlay.cjs':
|
|
439
447
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
440
448
|
/* webpackMode: "lazy" */
|
|
@@ -451,14 +459,26 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
451
459
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
452
460
|
/* webpackMode: "lazy" */
|
|
453
461
|
'./co-file-field.cjs.entry.js')); }).then(processMod, consoleError);
|
|
462
|
+
case 'co-provider-logo_2.cjs':
|
|
463
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
464
|
+
/* webpackMode: "lazy" */
|
|
465
|
+
'./co-provider-logo_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
454
466
|
case 'co-chip_2.cjs':
|
|
455
467
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
456
468
|
/* webpackMode: "lazy" */
|
|
457
469
|
'./co-chip_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
470
|
+
case 'co-avatar_2.cjs':
|
|
471
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
472
|
+
/* webpackMode: "lazy" */
|
|
473
|
+
'./co-avatar_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
458
474
|
case 'co-calendar_3.cjs':
|
|
459
475
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
460
476
|
/* webpackMode: "lazy" */
|
|
461
477
|
'./co-calendar_3.cjs.entry.js')); }).then(processMod, consoleError);
|
|
478
|
+
case 'co-calendar-month_2.cjs':
|
|
479
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
480
|
+
/* webpackMode: "lazy" */
|
|
481
|
+
'./co-calendar-month_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
462
482
|
}
|
|
463
483
|
}
|
|
464
484
|
return (function (t) { return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(t)); }); })(
|