@prolibu-suite/cobalt-core 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +15359 -5571
- package/dist/cjs/co-accordion.cjs.entry.js +19 -4
- package/dist/cjs/co-app-shell.cjs.entry.js +1 -1
- package/dist/cjs/co-autocomplete.cjs.entry.js +51 -6
- package/dist/cjs/co-avatar.cjs.entry.js +40 -7
- package/dist/cjs/co-badge.cjs.entry.js +1 -1
- package/dist/cjs/co-button-group.cjs.entry.js +1 -1
- package/dist/cjs/co-button.cjs.entry.js +10 -5
- package/dist/cjs/co-calendar_3.cjs.entry.js +692 -0
- package/dist/cjs/co-card.cjs.entry.js +21 -4
- package/dist/cjs/co-checkbox-group.cjs.entry.js +7 -5
- package/dist/cjs/co-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/co-chip.cjs.entry.js +3 -3
- package/dist/cjs/co-color-picker.cjs.entry.js +109 -0
- package/dist/cjs/co-column-picker.cjs.entry.js +443 -0
- package/dist/cjs/co-combobox.cjs.entry.js +51 -15
- package/dist/cjs/co-command-search.cjs.entry.js +14 -7
- package/dist/cjs/co-data-table-pagination.cjs.entry.js +5 -5
- package/dist/cjs/co-data-table.cjs.entry.js +17 -5
- package/dist/cjs/co-date-picker.cjs.entry.js +177 -0
- package/dist/cjs/co-date-range-picker.cjs.entry.js +378 -0
- package/dist/cjs/co-date-range.cjs.entry.js +13 -259
- package/dist/cjs/co-empty-state.cjs.entry.js +2 -2
- package/dist/cjs/co-fab.cjs.entry.js +3 -3
- package/dist/cjs/co-file-field.cjs.entry.js +498 -0
- package/dist/cjs/co-helper-text.cjs.entry.js +3 -3
- package/dist/cjs/co-icon-button.cjs.entry.js +4 -4
- package/dist/cjs/co-icon.cjs.entry.js +7 -4
- package/dist/cjs/co-input.cjs.entry.js +13 -8
- package/dist/cjs/co-json-field.cjs.entry.js +109 -0
- package/dist/cjs/co-lightbox.cjs.entry.js +344 -0
- package/dist/cjs/co-list-item.cjs.entry.js +14 -4
- package/dist/cjs/co-loader.cjs.entry.js +1 -1
- package/dist/cjs/co-menu-divider.cjs.entry.js +2 -2
- package/dist/cjs/co-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/co-menu.cjs.entry.js +2 -2
- package/dist/cjs/co-modal.cjs.entry.js +13 -3
- package/dist/cjs/co-navbar.cjs.entry.js +4 -4
- package/dist/cjs/co-number-field.cjs.entry.js +47 -11
- 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 +376 -0
- package/dist/cjs/co-popover.cjs.entry.js +4 -4
- package/dist/cjs/co-progress-bar.cjs.entry.js +3 -3
- package/dist/cjs/co-progress-circle.cjs.entry.js +38 -0
- package/dist/cjs/co-radio-group.cjs.entry.js +7 -5
- 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 +191 -21
- package/dist/cjs/co-rich-text-editor.cjs.entry.js +235 -0
- package/dist/cjs/co-rich-text-toolbar.cjs.entry.js +184 -0
- package/dist/cjs/co-rich-text-viewer.cjs.entry.js +82 -0
- package/dist/cjs/co-row.cjs.entry.js +3 -3
- package/dist/cjs/co-select.cjs.entry.js +119 -18
- package/dist/cjs/co-separator.cjs.entry.js +2 -2
- package/dist/cjs/co-sidebar-nav.cjs.entry.js +30 -5
- 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 +9 -6
- package/dist/cjs/co-tab-group.cjs.entry.js +2 -2
- package/dist/cjs/co-tab.cjs.entry.js +3 -3
- package/dist/cjs/co-tags-field.cjs.entry.js +205 -0
- package/dist/cjs/co-textarea.cjs.entry.js +92 -0
- package/dist/cjs/co-toast.cjs.entry.js +2 -2
- package/dist/cjs/co-toggle-button-group.cjs.entry.js +7 -4
- package/dist/cjs/co-toggle-button.cjs.entry.js +4 -4
- package/dist/cjs/co-tooltip.cjs.entry.js +12 -6
- package/dist/cjs/co-transfer-list.cjs.entry.js +20 -6
- package/dist/cjs/cobalt.cjs.js +2 -2
- package/dist/cjs/dateI18n-BdiNAl0_.js +106 -0
- package/dist/cjs/dates-D8D-aS5d.js +432 -0
- package/dist/cjs/index-CaEJnpZe.js +27213 -0
- package/dist/cjs/{index-BEovErzl.js → index-DoFnrUVH.js} +79 -11
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/normalizeText-B-v-XPKf.js +96 -0
- package/dist/cjs/overlayScroll-ifzDNeyb.js +25 -0
- package/dist/cjs/overlayscrollbars-BlBHo2Xx.js +2842 -0
- package/dist/cjs/{positioning-DozpXyBd.js → positioning-DwHW399W.js} +40 -25
- package/dist/cjs/requiredMark-DA6y-4rp.js +16 -0
- package/dist/cjs/sanitizer-CjHZAkOm.js +1883 -0
- package/dist/cobalt/cobalt.css +1 -1
- package/dist/cobalt/cobalt.esm.js +1 -1
- package/dist/cobalt/{p-1021f612.entry.js → p-01fc77c4.entry.js} +1 -1
- package/dist/cobalt/p-0a6d8061.entry.js +1 -0
- package/dist/cobalt/{p-ff6a647c.entry.js → p-0bf288cd.entry.js} +1 -1
- package/dist/cobalt/p-136bdbd2.entry.js +1 -0
- package/dist/cobalt/{p-1b7d6808.entry.js → p-15708d32.entry.js} +1 -1
- package/dist/cobalt/{p-cc93ab05.entry.js → p-1578b019.entry.js} +1 -1
- package/dist/cobalt/{p-1b5c723a.entry.js → p-1e0282b8.entry.js} +1 -1
- package/dist/cobalt/p-23d48581.entry.js +1 -0
- package/dist/cobalt/p-2718ff27.entry.js +1 -0
- package/dist/cobalt/p-273afd93.entry.js +1 -0
- package/dist/cobalt/{p-c9b0e73f.entry.js → p-2b4d8535.entry.js} +1 -1
- package/dist/cobalt/p-3190d715.entry.js +1 -0
- package/dist/cobalt/p-3f9b3fcb.entry.js +1 -0
- package/dist/cobalt/p-41228dce.entry.js +1 -0
- package/dist/cobalt/{p-5a13e3a0.entry.js → p-44672953.entry.js} +1 -1
- package/dist/cobalt/{p-4cf6d1f4.entry.js → p-522fcdb7.entry.js} +1 -1
- package/dist/cobalt/p-53ce9023.entry.js +1 -0
- package/dist/cobalt/{p-4d8ff00a.entry.js → p-54f26e95.entry.js} +1 -1
- package/dist/cobalt/p-5d01bd4d.entry.js +1 -0
- package/dist/cobalt/p-5e7141aa.entry.js +1 -0
- package/dist/cobalt/p-5f905739.entry.js +1 -0
- package/dist/cobalt/{p-fb047df8.entry.js → p-6404bd21.entry.js} +1 -1
- package/dist/cobalt/p-654bbc2a.entry.js +1 -0
- package/dist/cobalt/p-6678ac0a.entry.js +1 -0
- package/dist/cobalt/{p-e808916c.entry.js → p-66a912dd.entry.js} +1 -1
- package/dist/cobalt/p-6759ee1c.entry.js +1 -0
- package/dist/cobalt/p-69a40bfd.entry.js +1 -0
- package/dist/cobalt/p-6a6a62cb.entry.js +1 -0
- package/dist/cobalt/p-6d43b6cd.entry.js +1 -0
- package/dist/cobalt/p-759c3dd0.entry.js +1 -0
- package/dist/cobalt/p-782f729f.entry.js +1 -0
- package/dist/cobalt/{p-ebd1555e.entry.js → p-7ef766c6.entry.js} +1 -1
- package/dist/cobalt/p-7f818368.entry.js +1 -0
- package/dist/cobalt/p-83b89bf8.entry.js +1 -0
- package/dist/cobalt/p-88dc561a.entry.js +1 -0
- package/dist/cobalt/{p-4905b51d.entry.js → p-8c27aff7.entry.js} +1 -1
- package/dist/cobalt/{p-a7fa4484.entry.js → p-95d14878.entry.js} +1 -1
- package/dist/cobalt/{p-1d7da33f.entry.js → p-97c20011.entry.js} +1 -1
- package/dist/cobalt/p-996179f7.entry.js +1 -0
- package/dist/cobalt/p-9c533830.entry.js +1 -0
- package/dist/cobalt/p-9d89bf47.entry.js +1 -0
- package/dist/cobalt/p-BKmfyPZK.js +2 -0
- package/dist/cobalt/p-BchB6Hdr.js +1 -0
- package/dist/cobalt/p-C1DCLOEl.js +1 -0
- package/dist/cobalt/p-C2mZ7x_Y.js +1 -0
- package/dist/cobalt/p-CQY6Ul7q.js +1 -0
- package/dist/cobalt/p-CyYF8IJE.js +1 -0
- package/dist/cobalt/p-DcK0GGZC.js +2 -0
- package/dist/cobalt/p-DqyWGweA.js +1 -0
- package/dist/cobalt/p-Qqq8fysz.js +1 -0
- package/dist/cobalt/p-aa17c70b.entry.js +1 -0
- package/dist/cobalt/{p-416bb5ae.entry.js → p-aa63812a.entry.js} +1 -1
- package/dist/cobalt/p-ad4c1b41.entry.js +1 -0
- package/dist/cobalt/p-ae4d3207.entry.js +1 -0
- package/dist/cobalt/p-af64da37.entry.js +1 -0
- package/dist/cobalt/p-b758c2e6.entry.js +1 -0
- package/dist/cobalt/p-bb07da22.entry.js +1 -0
- package/dist/cobalt/p-beb9c11d.entry.js +1 -0
- package/dist/cobalt/p-c6a242e4.entry.js +1 -0
- package/dist/cobalt/p-c87285b6.entry.js +1 -0
- package/dist/cobalt/p-cd57e8b4.entry.js +1 -0
- package/dist/cobalt/{p-4ffba5a3.entry.js → p-ce3a535f.entry.js} +1 -1
- package/dist/cobalt/p-d17e1444.entry.js +1 -0
- package/dist/cobalt/p-d958566a.entry.js +1 -0
- package/dist/cobalt/p-dd873bf8.entry.js +1 -0
- package/dist/cobalt/p-def448e4.entry.js +1 -0
- package/dist/cobalt/p-e4de8865.entry.js +1 -0
- package/dist/cobalt/{p-3b2f7959.entry.js → p-e8b58332.entry.js} +1 -1
- package/dist/cobalt/p-eba0bf7f.entry.js +1 -0
- package/dist/cobalt/p-f0e8fa7d.entry.js +1 -0
- package/dist/cobalt/{p-e50c4c6f.entry.js → p-f2c5cb74.entry.js} +1 -1
- package/dist/cobalt/p-f8728b21.entry.js +1 -0
- package/dist/cobalt/{p-697df797.entry.js → p-f97ad9ad.entry.js} +1 -1
- package/dist/cobalt/p-fad3605d.entry.js +1 -0
- package/dist/cobalt/{p-319937c3.entry.js → p-fe9e85b6.entry.js} +1 -1
- package/dist/cobalt/p-ff2690e5.entry.js +1 -0
- package/dist/cobalt/p-ox7HzCZn.js +10 -0
- package/dist/collection/collection-manifest.json +17 -1
- package/dist/collection/components/co-accordion/co-accordion.css +19 -1
- package/dist/collection/components/co-accordion/co-accordion.js +46 -4
- package/dist/collection/components/co-autocomplete/co-autocomplete.css +725 -7
- package/dist/collection/components/co-autocomplete/co-autocomplete.js +88 -4
- package/dist/collection/components/co-avatar/co-avatar.css +7 -0
- package/dist/collection/components/co-avatar/co-avatar.js +35 -6
- package/dist/collection/components/co-button/co-button.css +8 -5
- package/dist/collection/components/co-button/co-button.js +46 -3
- package/dist/collection/components/co-calendar/co-calendar.css +236 -0
- package/dist/collection/components/co-calendar/co-calendar.js +728 -0
- package/dist/collection/components/co-card/co-card.css +28 -5
- package/dist/collection/components/co-card/co-card.js +47 -4
- package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
- package/dist/collection/components/co-checkbox-group/co-checkbox-group.css +26 -0
- package/dist/collection/components/co-checkbox-group/co-checkbox-group.js +25 -3
- package/dist/collection/components/co-chip/co-chip.js +2 -2
- package/dist/collection/components/co-color-picker/co-color-picker.css +224 -0
- package/dist/collection/components/co-color-picker/co-color-picker.js +333 -0
- package/dist/collection/components/co-color-picker/presets.js +19 -0
- package/dist/collection/components/co-column-picker/co-column-picker.css +490 -0
- package/dist/collection/components/co-column-picker/co-column-picker.js +675 -0
- package/dist/collection/components/co-column-picker/column-picker-node.js +34 -0
- package/dist/collection/components/co-column-picker/utils/column-picker-tree.js +221 -0
- package/dist/collection/components/co-combobox/co-combobox.css +788 -21
- package/dist/collection/components/co-combobox/co-combobox.js +130 -15
- package/dist/collection/components/co-command-search/co-command-search.css +4 -0
- package/dist/collection/components/co-command-search/co-command-search.js +12 -5
- package/dist/collection/components/co-data-table/co-data-table.css +1 -1
- package/dist/collection/components/co-data-table/co-data-table.js +15 -3
- 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 +239 -0
- package/dist/collection/components/co-date-field/co-date-field.js +746 -0
- package/dist/collection/components/co-date-picker/co-date-picker.css +112 -0
- package/dist/collection/components/co-date-picker/co-date-picker.js +801 -0
- package/dist/collection/components/co-date-range/co-date-range.css +3 -254
- package/dist/collection/components/co-date-range/co-date-range.js +29 -433
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.css +251 -0
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +1142 -0
- package/dist/collection/components/co-drawer/co-drawer.css +19 -0
- package/dist/collection/components/co-drawer/co-drawer.js +46 -2
- package/dist/collection/components/co-empty-state/co-empty-state.js +1 -1
- package/dist/collection/components/co-fab/co-fab.js +2 -2
- package/dist/collection/components/co-file-field/co-file-field.css +389 -0
- package/dist/collection/components/co-file-field/co-file-field.js +841 -0
- package/dist/collection/components/co-file-field/co-file-field.utils.js +47 -0
- package/dist/collection/components/co-helper-text/co-helper-text.js +2 -2
- package/dist/collection/components/co-icon/co-icon.js +6 -3
- package/dist/collection/components/co-icon-button/co-icon-button.css +10 -0
- package/dist/collection/components/co-icon-button/co-icon-button.js +4 -4
- package/dist/collection/components/co-input/co-input.css +56 -10
- package/dist/collection/components/co-input/co-input.js +34 -9
- package/dist/collection/components/co-json-field/co-json-field.css +169 -0
- package/dist/collection/components/co-json-field/co-json-field.js +453 -0
- package/dist/collection/components/co-lightbox/co-lightbox.css +164 -0
- package/dist/collection/components/co-lightbox/co-lightbox.js +451 -0
- package/dist/collection/components/co-list-item/co-list-item.css +5 -0
- package/dist/collection/components/co-list-item/co-list-item.js +12 -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-modal/co-modal.css +17 -3
- package/dist/collection/components/co-modal/co-modal.js +51 -1
- package/dist/collection/components/co-navbar/co-navbar.css +1 -1
- package/dist/collection/components/co-navbar/co-navbar.js +2 -2
- package/dist/collection/components/co-number-field/co-number-field.css +70 -0
- package/dist/collection/components/co-number-field/co-number-field.js +143 -13
- 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 +265 -0
- package/dist/collection/components/co-phone-field/co-phone-field.js +392 -0
- package/dist/collection/components/co-phone-field/dial-codes.js +208 -0
- package/dist/collection/components/co-popover/co-popover.js +2 -2
- package/dist/collection/components/co-progress-bar/co-progress-bar.js +2 -2
- package/dist/collection/components/co-progress-circle/co-progress-circle.css +50 -0
- package/dist/collection/components/co-progress-circle/co-progress-circle.js +148 -0
- package/dist/collection/components/co-radio/co-radio.js +3 -3
- package/dist/collection/components/co-radio-group/co-radio-group.css +26 -0
- package/dist/collection/components/co-radio-group/co-radio-group.js +25 -3
- package/dist/collection/components/co-rating/co-rating.js +3 -3
- package/dist/collection/components/co-ref-field/co-ref-field.css +816 -54
- package/dist/collection/components/co-ref-field/co-ref-field.js +0 -0
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.css +238 -0
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +868 -0
- package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.css +55 -0
- package/dist/collection/components/co-rich-text-toolbar/co-rich-text-toolbar.js +289 -0
- package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.css +78 -0
- package/dist/collection/components/co-rich-text-viewer/co-rich-text-viewer.js +232 -0
- package/dist/collection/components/co-row/co-row.js +2 -2
- package/dist/collection/components/co-select/co-select.css +845 -7
- package/dist/collection/components/co-select/co-select.js +240 -17
- 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 +29 -4
- package/dist/collection/components/co-slider/co-slider.js +2 -2
- package/dist/collection/components/co-switch/co-switch.css +17 -0
- package/dist/collection/components/co-switch/co-switch.js +27 -4
- package/dist/collection/components/co-tab/co-tab.js +2 -2
- package/dist/collection/components/co-tab-group/co-tab-group.js +1 -1
- package/dist/collection/components/co-tags-field/co-tags-field.css +272 -0
- package/dist/collection/components/co-tags-field/co-tags-field.js +590 -0
- package/dist/collection/components/co-textarea/co-textarea.css +261 -0
- package/dist/collection/components/co-textarea/co-textarea.js +484 -0
- package/dist/collection/components/co-toast/co-toast.js +1 -1
- package/dist/collection/components/co-toggle-button/co-toggle-button.css +6 -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.css +16 -0
- package/dist/collection/components/co-toggle-button-group/co-toggle-button-group.js +25 -2
- package/dist/collection/components/co-tooltip/co-tooltip.css +16 -0
- package/dist/collection/components/co-tooltip/co-tooltip.js +9 -3
- package/dist/collection/components/co-transfer-list/co-transfer-list.css +683 -7
- package/dist/collection/components/co-transfer-list/co-transfer-list.js +17 -4
- package/dist/collection/utils/dateI18n.js +101 -0
- package/dist/collection/utils/fileI18n.js +76 -0
- package/dist/collection/utils/icon-config.js +22 -0
- package/dist/collection/utils/lightboxI18n.js +42 -0
- package/dist/collection/utils/normalizeText.js +94 -0
- package/dist/collection/utils/overlayScroll.js +20 -0
- package/dist/collection/utils/positioning.js +40 -25
- package/dist/collection/utils/requiredMark.js +11 -0
- package/dist/components/co-accordion.js +1 -1
- package/dist/components/co-autocomplete.js +1 -1
- package/dist/components/co-avatar.js +1 -1
- package/dist/components/co-button.js +1 -1
- package/dist/components/co-calendar.d.ts +11 -0
- package/dist/components/co-calendar.js +1 -0
- package/dist/components/co-card.js +1 -1
- 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.d.ts +11 -0
- package/dist/components/co-color-picker.js +1 -0
- package/dist/components/co-column-picker.d.ts +11 -0
- package/dist/components/co-column-picker.js +1 -0
- 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.d.ts +11 -0
- package/dist/components/co-date-field.js +1 -0
- package/dist/components/co-date-picker.d.ts +11 -0
- package/dist/components/co-date-picker.js +1 -0
- package/dist/components/co-date-range-picker.d.ts +11 -0
- package/dist/components/co-date-range-picker.js +1 -0
- package/dist/components/co-date-range.js +1 -1
- package/dist/components/co-drawer.js +1 -1
- package/dist/components/co-empty-state.js +1 -1
- package/dist/components/co-fab.js +1 -1
- package/dist/components/co-file-field.d.ts +11 -0
- package/dist/components/co-file-field.js +1 -0
- 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.d.ts +11 -0
- package/dist/components/co-json-field.js +1 -0
- package/dist/components/co-lightbox.d.ts +11 -0
- package/dist/components/co-lightbox.js +1 -0
- package/dist/components/co-list-item.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-overlay.js +1 -1
- package/dist/components/co-page-header.js +1 -1
- package/dist/components/co-phone-field.d.ts +11 -0
- package/dist/components/co-phone-field.js +1 -0
- package/dist/components/co-popover.js +1 -1
- package/dist/components/co-progress-bar.js +1 -1
- package/dist/components/co-progress-circle.d.ts +11 -0
- package/dist/components/co-progress-circle.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.d.ts +11 -0
- package/dist/components/co-rich-text-editor.js +1 -0
- package/dist/components/co-rich-text-toolbar.d.ts +11 -0
- package/dist/components/co-rich-text-toolbar.js +1 -0
- package/dist/components/co-rich-text-viewer.d.ts +11 -0
- package/dist/components/co-rich-text-viewer.js +1 -0
- 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-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.d.ts +11 -0
- package/dist/components/co-tags-field.js +1 -0
- package/dist/components/co-textarea.d.ts +11 -0
- package/dist/components/co-textarea.js +1 -0
- 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/index.js +1 -1
- package/dist/components/{p-FBICWTuN.js → p-BXdfh__-.js} +1 -1
- package/dist/components/p-BchB6Hdr.js +1 -0
- package/dist/components/p-BeWXpX8I.js +1 -0
- package/dist/components/p-BiW0ubLs.js +1 -0
- package/dist/components/p-C1DCLOEl.js +1 -0
- package/dist/components/p-C2mZ7x_Y.js +1 -0
- package/dist/components/p-C9tHLXKS.js +1 -0
- package/dist/components/p-CQY6Ul7q.js +1 -0
- package/dist/components/p-CWneqh4n.js +1 -0
- package/dist/components/{p-B18FTYLq.js → p-CaMgu2_g.js} +1 -1
- package/dist/components/p-CyYF8IJE.js +1 -0
- package/dist/components/p-DBhNS7JD.js +1 -0
- package/dist/components/p-DObrQi5F.js +1 -0
- package/dist/components/p-DPi_U-Kl.js +1 -0
- package/dist/components/p-DcK0GGZC.js +2 -0
- package/dist/components/p-DqyWGweA.js +1 -0
- package/dist/components/{p-cpdUXBiS.js → p-MiSJXuBx.js} +1 -1
- package/dist/components/p-Sgn-2g8m.js +1 -0
- package/dist/components/{p-Cr8Yc0zj.js → p-jDjfGZJp.js} +1 -1
- package/dist/components/p-o8hrDIKe.js +1 -0
- package/dist/components/p-ox7HzCZn.js +10 -0
- package/dist/esm/co-accordion.entry.js +19 -4
- package/dist/esm/co-app-shell.entry.js +1 -1
- package/dist/esm/co-autocomplete.entry.js +51 -6
- package/dist/esm/co-avatar.entry.js +39 -6
- package/dist/esm/co-badge.entry.js +1 -1
- package/dist/esm/co-button-group.entry.js +1 -1
- package/dist/esm/co-button.entry.js +10 -5
- package/dist/esm/co-calendar_3.entry.js +688 -0
- package/dist/esm/co-card.entry.js +21 -4
- package/dist/esm/co-checkbox-group.entry.js +7 -5
- package/dist/esm/co-checkbox.entry.js +4 -4
- package/dist/esm/co-chip.entry.js +3 -3
- package/dist/esm/co-color-picker.entry.js +107 -0
- package/dist/esm/co-column-picker.entry.js +441 -0
- package/dist/esm/co-combobox.entry.js +51 -15
- package/dist/esm/co-command-search.entry.js +14 -7
- package/dist/esm/co-data-table-pagination.entry.js +5 -5
- package/dist/esm/co-data-table.entry.js +17 -5
- package/dist/esm/co-date-picker.entry.js +175 -0
- package/dist/esm/co-date-range-picker.entry.js +376 -0
- package/dist/esm/co-date-range.entry.js +13 -259
- package/dist/esm/co-empty-state.entry.js +2 -2
- package/dist/esm/co-fab.entry.js +3 -3
- package/dist/esm/co-file-field.entry.js +496 -0
- package/dist/esm/co-helper-text.entry.js +3 -3
- package/dist/esm/co-icon-button.entry.js +4 -4
- package/dist/esm/co-icon.entry.js +7 -4
- package/dist/esm/co-input.entry.js +13 -8
- package/dist/esm/co-json-field.entry.js +107 -0
- package/dist/esm/co-lightbox.entry.js +342 -0
- package/dist/esm/co-list-item.entry.js +14 -4
- package/dist/esm/co-loader.entry.js +1 -1
- package/dist/esm/co-menu-divider.entry.js +2 -2
- package/dist/esm/co-menu-item.entry.js +1 -1
- package/dist/esm/co-menu.entry.js +2 -2
- package/dist/esm/co-modal.entry.js +13 -3
- package/dist/esm/co-navbar.entry.js +4 -4
- package/dist/esm/co-number-field.entry.js +47 -11
- 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 +374 -0
- package/dist/esm/co-popover.entry.js +4 -4
- package/dist/esm/co-progress-bar.entry.js +3 -3
- package/dist/esm/co-progress-circle.entry.js +36 -0
- package/dist/esm/co-radio-group.entry.js +7 -5
- 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 +191 -21
- package/dist/esm/co-rich-text-editor.entry.js +233 -0
- package/dist/esm/co-rich-text-toolbar.entry.js +182 -0
- package/dist/esm/co-rich-text-viewer.entry.js +80 -0
- package/dist/esm/co-row.entry.js +3 -3
- package/dist/esm/co-select.entry.js +119 -18
- package/dist/esm/co-separator.entry.js +2 -2
- package/dist/esm/co-sidebar-nav.entry.js +30 -5
- 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 +9 -6
- package/dist/esm/co-tab-group.entry.js +2 -2
- package/dist/esm/co-tab.entry.js +3 -3
- package/dist/esm/co-tags-field.entry.js +203 -0
- package/dist/esm/co-textarea.entry.js +90 -0
- package/dist/esm/co-toast.entry.js +2 -2
- package/dist/esm/co-toggle-button-group.entry.js +7 -4
- package/dist/esm/co-toggle-button.entry.js +4 -4
- package/dist/esm/co-tooltip.entry.js +12 -6
- package/dist/esm/co-transfer-list.entry.js +20 -6
- package/dist/esm/cobalt.js +3 -3
- package/dist/esm/dateI18n-C1DCLOEl.js +103 -0
- package/dist/esm/dates-CyYF8IJE.js +416 -0
- package/dist/esm/{index-B0lqrhFo.js → index-BKmfyPZK.js} +79 -11
- package/dist/esm/index-BjAqSidM.js +27200 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/normalizeText-CQY6Ul7q.js +92 -0
- package/dist/esm/overlayScroll-Bpv882_z.js +23 -0
- package/dist/esm/overlayscrollbars-ox7HzCZn.js +2840 -0
- package/dist/esm/{positioning-Am-OlB8h.js → positioning-C2mZ7x_Y.js} +40 -25
- package/dist/esm/requiredMark-DFvtYtkE.js +14 -0
- package/dist/esm/sanitizer-DcK0GGZC.js +1880 -0
- package/dist/types/components/co-accordion/co-accordion.d.ts +12 -2
- package/dist/types/components/co-autocomplete/co-autocomplete.d.ts +11 -0
- package/dist/types/components/co-avatar/co-avatar.d.ts +6 -2
- package/dist/types/components/co-button/co-button.d.ts +4 -0
- package/dist/types/components/co-calendar/co-calendar.d.ts +108 -0
- package/dist/types/components/co-card/co-card.d.ts +10 -2
- package/dist/types/components/co-checkbox-group/co-checkbox-group.d.ts +2 -0
- package/dist/types/components/co-color-picker/co-color-picker.d.ts +48 -0
- package/dist/types/components/co-color-picker/presets.d.ts +10 -0
- package/dist/types/components/co-column-picker/co-column-picker.d.ts +60 -0
- package/dist/types/components/co-column-picker/column-picker-node.d.ts +18 -0
- package/dist/types/components/co-column-picker/utils/column-picker-tree.d.ts +37 -0
- package/dist/types/components/co-combobox/co-combobox.d.ts +14 -1
- package/dist/types/components/co-command-search/co-command-search.d.ts +2 -0
- package/dist/types/components/co-data-table/co-data-table.d.ts +1 -0
- package/dist/types/components/co-date-field/co-date-field.d.ts +96 -0
- package/dist/types/components/co-date-picker/co-date-picker.d.ts +92 -0
- package/dist/types/components/co-date-range/co-date-range.d.ts +12 -50
- package/dist/types/components/co-date-range-picker/co-date-range-picker.d.ts +112 -0
- package/dist/types/components/co-drawer/co-drawer.d.ts +4 -0
- package/dist/types/components/co-file-field/co-file-field.d.ts +146 -0
- package/dist/types/components/co-file-field/co-file-field.utils.d.ts +18 -0
- package/dist/types/components/co-icon-button/co-icon-button.d.ts +1 -1
- package/dist/types/components/co-input/co-input.d.ts +4 -1
- package/dist/types/components/co-json-field/co-json-field.d.ts +66 -0
- package/dist/types/components/co-lightbox/co-lightbox.d.ts +95 -0
- package/dist/types/components/co-list-item/co-list-item.d.ts +1 -0
- package/dist/types/components/co-modal/co-modal.d.ts +4 -0
- package/dist/types/components/co-number-field/co-number-field.d.ts +16 -2
- package/dist/types/components/co-phone-field/co-phone-field.d.ts +56 -0
- package/dist/types/components/co-phone-field/dial-codes.d.ts +14 -0
- package/dist/types/components/co-progress-circle/co-progress-circle.d.ts +16 -0
- package/dist/types/components/co-radio-group/co-radio-group.d.ts +2 -0
- package/dist/types/components/co-ref-field/co-ref-field.d.ts +54 -1
- package/dist/types/components/co-rich-text-editor/co-rich-text-editor.d.ts +94 -0
- package/dist/types/components/co-rich-text-toolbar/co-rich-text-toolbar.d.ts +42 -0
- package/dist/types/components/co-rich-text-viewer/co-rich-text-viewer.d.ts +32 -0
- package/dist/types/components/co-select/co-select.d.ts +31 -1
- package/dist/types/components/co-switch/co-switch.d.ts +2 -0
- package/dist/types/components/co-tags-field/co-tags-field.d.ts +82 -0
- package/dist/types/components/co-textarea/co-textarea.d.ts +65 -0
- package/dist/types/components/co-toggle-button-group/co-toggle-button-group.d.ts +2 -0
- package/dist/types/components/co-transfer-list/co-transfer-list.d.ts +4 -0
- package/dist/types/components.d.ts +3796 -422
- package/dist/types/utils/dateI18n.d.ts +39 -0
- package/dist/types/utils/fileI18n.d.ts +34 -0
- package/dist/types/utils/icon-config.d.ts +20 -0
- package/dist/types/utils/lightboxI18n.d.ts +12 -0
- package/dist/types/utils/normalizeText.d.ts +41 -0
- package/dist/types/utils/overlayScroll.d.ts +17 -0
- package/dist/types/utils/positioning.d.ts +7 -14
- package/dist/types/utils/requiredMark.d.ts +13 -0
- package/package.json +9 -1
- package/dist/cjs/co-drawer.cjs.entry.js +0 -75
- package/dist/cjs/color-YhUkm10t.js +0 -32
- package/dist/cobalt/p-08afdc51.entry.js +0 -1
- package/dist/cobalt/p-1d3338b6.entry.js +0 -1
- package/dist/cobalt/p-1d91ec93.entry.js +0 -1
- package/dist/cobalt/p-230a23f3.entry.js +0 -1
- package/dist/cobalt/p-31bc842d.entry.js +0 -1
- package/dist/cobalt/p-37c1f700.entry.js +0 -1
- package/dist/cobalt/p-4dd7499c.entry.js +0 -1
- package/dist/cobalt/p-4e7ce8ee.entry.js +0 -1
- package/dist/cobalt/p-6793c51e.entry.js +0 -1
- package/dist/cobalt/p-689e38b3.entry.js +0 -1
- package/dist/cobalt/p-7028880b.entry.js +0 -1
- package/dist/cobalt/p-72113ec2.entry.js +0 -1
- package/dist/cobalt/p-8e54e74d.entry.js +0 -1
- package/dist/cobalt/p-92c39eed.entry.js +0 -1
- package/dist/cobalt/p-9887b828.entry.js +0 -1
- package/dist/cobalt/p-9a5c6600.entry.js +0 -1
- package/dist/cobalt/p-Am-OlB8h.js +0 -1
- package/dist/cobalt/p-B0lqrhFo.js +0 -2
- package/dist/cobalt/p-BG4WRR22.js +0 -1
- package/dist/cobalt/p-a1b248ad.entry.js +0 -1
- package/dist/cobalt/p-a470b764.entry.js +0 -1
- package/dist/cobalt/p-a4d55b1a.entry.js +0 -1
- package/dist/cobalt/p-b6840df4.entry.js +0 -1
- package/dist/cobalt/p-b89d54d9.entry.js +0 -1
- package/dist/cobalt/p-ba84631a.entry.js +0 -1
- package/dist/cobalt/p-c7517f86.entry.js +0 -1
- package/dist/cobalt/p-ca41eec2.entry.js +0 -1
- package/dist/cobalt/p-d29c77cb.entry.js +0 -1
- package/dist/cobalt/p-d9d8b10e.entry.js +0 -1
- package/dist/cobalt/p-da55678f.entry.js +0 -1
- package/dist/cobalt/p-dc5598d1.entry.js +0 -1
- package/dist/cobalt/p-e2c9cb00.entry.js +0 -1
- package/dist/cobalt/p-ebd68f56.entry.js +0 -1
- package/dist/cobalt/p-f051f44d.entry.js +0 -1
- package/dist/cobalt/p-fe1447a3.entry.js +0 -1
- package/dist/components/p-Am-OlB8h.js +0 -1
- package/dist/components/p-BG4WRR22.js +0 -1
- package/dist/components/p-wwWquAtm.js +0 -1
- package/dist/esm/co-drawer.entry.js +0 -73
- package/dist/esm/color-BG4WRR22.js +0 -30
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { RequiredMark } from "../../utils/requiredMark";
|
|
3
|
+
import { DIAL_CODES, DIAL_CODE_MAP } from "./dial-codes";
|
|
4
|
+
import { highlightMatch, rankByMatch } from "../../utils/normalizeText";
|
|
5
|
+
/**
|
|
6
|
+
* Phone input with country code indicator. Composes a country selector
|
|
7
|
+
* (flag + dial code) alongside a free-form phone number input.
|
|
8
|
+
*
|
|
9
|
+
* Value format: free string — the component stores `"{dialCode}{number}"`
|
|
10
|
+
* concatenated. The host may parse/normalize as needed.
|
|
11
|
+
*
|
|
12
|
+
* @event coChange - Emits the full phone string on every change.
|
|
13
|
+
*/
|
|
14
|
+
export class CoPhoneField {
|
|
15
|
+
constructor() {
|
|
16
|
+
/** Placeholder for the number input. */
|
|
17
|
+
this.placeholder = '';
|
|
18
|
+
/** Current full value (dialCode + number). */
|
|
19
|
+
this.value = '';
|
|
20
|
+
/** Disable the entire field. */
|
|
21
|
+
this.disabled = false;
|
|
22
|
+
/** Required indicator. */
|
|
23
|
+
this.required = false;
|
|
24
|
+
/** Validation status. */
|
|
25
|
+
this.status = 'default';
|
|
26
|
+
/** Label layout: vertical (label above) or horizontal (label beside) */
|
|
27
|
+
this.layout = 'vertical';
|
|
28
|
+
/** Default country ISO2 code (e.g. "CO", "US"). Optional — if not set, starts empty. */
|
|
29
|
+
this.defaultCountry = '';
|
|
30
|
+
this.selectedIso2 = '';
|
|
31
|
+
this.numberPart = '';
|
|
32
|
+
this.isOpen = false;
|
|
33
|
+
this.searchQuery = '';
|
|
34
|
+
this.handleOutsideClick = (e) => {
|
|
35
|
+
if (!this.isOpen)
|
|
36
|
+
return;
|
|
37
|
+
const path = e.composedPath();
|
|
38
|
+
const shadowRoot = this.host.shadowRoot;
|
|
39
|
+
if (!shadowRoot)
|
|
40
|
+
return;
|
|
41
|
+
const dropdown = shadowRoot.querySelector('.co-phone-field__dropdown');
|
|
42
|
+
const selector = shadowRoot.querySelector('.co-phone-field__selector');
|
|
43
|
+
if (dropdown && path.includes(dropdown))
|
|
44
|
+
return;
|
|
45
|
+
if (selector && path.includes(selector))
|
|
46
|
+
return;
|
|
47
|
+
this.isOpen = false;
|
|
48
|
+
this.searchQuery = '';
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
get selectedEntry() {
|
|
52
|
+
var _a;
|
|
53
|
+
if (!this.selectedIso2)
|
|
54
|
+
return null;
|
|
55
|
+
return (_a = DIAL_CODE_MAP[this.selectedIso2]) !== null && _a !== void 0 ? _a : null;
|
|
56
|
+
}
|
|
57
|
+
get filteredCountries() {
|
|
58
|
+
if (!this.searchQuery.trim())
|
|
59
|
+
return DIAL_CODES;
|
|
60
|
+
return rankByMatch(DIAL_CODES, this.searchQuery, (d) => [d.name, d.dialCode, d.iso2]);
|
|
61
|
+
}
|
|
62
|
+
/** Country name with the matched substring wrapped for highlighting. */
|
|
63
|
+
renderName(name) {
|
|
64
|
+
const seg = this.searchQuery.trim() ? highlightMatch(name, this.searchQuery) : null;
|
|
65
|
+
if (!seg)
|
|
66
|
+
return name;
|
|
67
|
+
return [seg.pre, h("span", { class: "co-phone-field__match" }, seg.match), seg.post];
|
|
68
|
+
}
|
|
69
|
+
onValueChange(newVal) {
|
|
70
|
+
if (!newVal) {
|
|
71
|
+
this.numberPart = '';
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
// Try to parse dial code from value.
|
|
75
|
+
const match = this.findDialCodeInValue(newVal);
|
|
76
|
+
if (match) {
|
|
77
|
+
this.selectedIso2 = match.iso2;
|
|
78
|
+
this.numberPart = newVal.slice(match.dialCode.length).trim();
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
this.numberPart = newVal;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
onDefaultCountryChange(iso2) {
|
|
85
|
+
if (DIAL_CODE_MAP[iso2] && !this.value) {
|
|
86
|
+
this.selectedIso2 = iso2;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
componentWillLoad() {
|
|
90
|
+
if (this.defaultCountry && DIAL_CODE_MAP[this.defaultCountry]) {
|
|
91
|
+
this.selectedIso2 = this.defaultCountry;
|
|
92
|
+
}
|
|
93
|
+
if (this.value) {
|
|
94
|
+
this.onValueChange(this.value);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
get hasCountry() {
|
|
98
|
+
return !!this.selectedIso2 && !!this.selectedEntry;
|
|
99
|
+
}
|
|
100
|
+
get statusIcon() {
|
|
101
|
+
const map = {
|
|
102
|
+
error: 'warning-circle',
|
|
103
|
+
success: 'check-circle',
|
|
104
|
+
warning: 'warning',
|
|
105
|
+
info: 'info',
|
|
106
|
+
};
|
|
107
|
+
return map[this.status] || null;
|
|
108
|
+
}
|
|
109
|
+
findDialCodeInValue(val) {
|
|
110
|
+
if (!val.startsWith('+'))
|
|
111
|
+
return null;
|
|
112
|
+
// Try longest matching dial code first (max 5 digits after +).
|
|
113
|
+
for (let len = 5; len >= 1; len--) {
|
|
114
|
+
const prefix = val.slice(0, len + 1); // includes '+'
|
|
115
|
+
const entry = DIAL_CODES.find((d) => d.dialCode === prefix);
|
|
116
|
+
if (entry)
|
|
117
|
+
return entry;
|
|
118
|
+
}
|
|
119
|
+
return null;
|
|
120
|
+
}
|
|
121
|
+
emitValue() {
|
|
122
|
+
var _a, _b;
|
|
123
|
+
const dialCode = (_b = (_a = this.selectedEntry) === null || _a === void 0 ? void 0 : _a.dialCode) !== null && _b !== void 0 ? _b : '';
|
|
124
|
+
const full = this.numberPart
|
|
125
|
+
? `${dialCode}${this.numberPart}`
|
|
126
|
+
: '';
|
|
127
|
+
this.value = full;
|
|
128
|
+
this.coChange.emit(full);
|
|
129
|
+
}
|
|
130
|
+
handleCountrySelect(entry) {
|
|
131
|
+
this.selectedIso2 = entry.iso2;
|
|
132
|
+
this.isOpen = false;
|
|
133
|
+
this.searchQuery = '';
|
|
134
|
+
this.emitValue();
|
|
135
|
+
}
|
|
136
|
+
handleNumberInput(e) {
|
|
137
|
+
const input = e.target;
|
|
138
|
+
this.numberPart = input.value;
|
|
139
|
+
this.emitValue();
|
|
140
|
+
}
|
|
141
|
+
handleToggleDropdown() {
|
|
142
|
+
if (this.disabled)
|
|
143
|
+
return;
|
|
144
|
+
this.isOpen = !this.isOpen;
|
|
145
|
+
if (!this.isOpen)
|
|
146
|
+
this.searchQuery = '';
|
|
147
|
+
}
|
|
148
|
+
handleSearchInput(e) {
|
|
149
|
+
this.searchQuery = e.target.value;
|
|
150
|
+
}
|
|
151
|
+
connectedCallback() {
|
|
152
|
+
document.addEventListener('click', this.handleOutsideClick, true);
|
|
153
|
+
}
|
|
154
|
+
disconnectedCallback() {
|
|
155
|
+
document.removeEventListener('click', this.handleOutsideClick, true);
|
|
156
|
+
}
|
|
157
|
+
render() {
|
|
158
|
+
const entry = this.selectedEntry;
|
|
159
|
+
const statusClass = this.status !== 'default' ? `co-phone-field--${this.status}` : '';
|
|
160
|
+
return (h("div", { key: '61e58d6f39daa5130148bb229fed15e3402a4987', class: `co-phone-field ${statusClass} ${this.disabled ? 'co-phone-field--disabled' : ''}` }, this.label && (h("label", { key: 'cc24f2c92d24fa66828268158193b9dd64d050ae', class: "co-phone-field__label" }, this.label, h(RequiredMark, { key: 'ff8ab5e5247eb30dff31dfcdd3c9ac2ac3bc8dfb', required: this.required }))), h("div", { key: '1b766042a786a1f22409951c97aabc6c7ab82f44', class: "co-phone-field__container" }, h("button", { key: 'db0a2cf11103634f0402e6c7a6c6aa1121bc403b', type: "button", class: "co-phone-field__selector", disabled: this.disabled, onClick: () => this.handleToggleDropdown(), "aria-expanded": String(this.isOpen), "aria-haspopup": "listbox" }, entry ? (h("img", { class: "co-phone-field__flag", src: `https://flagcdn.com/w40/${entry.iso2.toLowerCase()}.png`, alt: entry.iso2 })) : (h("co-icon", { name: "phone", size: 16 })), h("span", { key: '5ad781fe48f4e3f5c88a0cd9f4a92e69cebaf393', class: "co-phone-field__dial-code" }, entry ? entry.dialCode : ''), h("span", { key: '69d004f8325baca6373bd6e9550fde42ce2b7fbe', class: "co-phone-field__chevron" }, h("co-icon", { key: 'd2a2f07e9d3aa20a2eb3ad3408c06e6d3efc2e22', name: "caret-down", size: 14 }))), h("input", { key: '258f24c54235fc4a38ef5c2cf42d68f5a80b73a8', class: "co-phone-field__input", type: "tel", placeholder: this.placeholder, value: this.numberPart, disabled: this.disabled, onInput: (e) => this.handleNumberInput(e) })), this.isOpen && (h("div", { key: 'c13b342deec9b8f6cc8c3da73858a9329de1e5c3', class: "co-phone-field__dropdown", role: "listbox" }, h("div", { key: '1f791495027ada8c1486e58b539867eb10554281', class: "co-phone-field__search" }, h("input", { key: '3ff02dd2e24efc501443c281ce93a96d4f4a3d7a', class: "co-phone-field__search-input", type: "text", placeholder: "Search country...", value: this.searchQuery, onInput: (e) => this.handleSearchInput(e), autoFocus: true })), h("div", { key: '05109209b87485b0c1d84711eb7c1628d09a75f4', class: "co-phone-field__options" }, this.filteredCountries.map((d) => (h("button", { type: "button", key: d.iso2, class: `co-phone-field__option ${d.iso2 === this.selectedIso2 ? 'co-phone-field__option--selected' : ''}`, role: "option", "aria-selected": d.iso2 === this.selectedIso2 ? 'true' : 'false', onClick: () => this.handleCountrySelect(d) }, h("img", { class: "co-phone-field__option-flag", src: `https://flagcdn.com/w40/${d.iso2.toLowerCase()}.png`, alt: d.iso2 }), h("span", { class: "co-phone-field__option-name" }, this.renderName(d.name)), h("span", { class: "co-phone-field__option-code" }, d.dialCode))))))), this.helperText && (h("div", { key: 'deb3306ebdd5cf47f68f9e3c62f8a3e7570692a6', class: "co-phone-field__helper" }, this.statusIcon && (h("co-icon", { key: '5bc8a04b4d0690dcae07eb2f9296ff80da52a9a6', name: this.statusIcon, size: 14, weight: "fill", class: "co-phone-field__helper-icon" })), h("span", { key: '9d32dcb09ef84562bde2ccd0341dfca85a982000', class: "co-phone-field__helper-text" }, this.helperText)))));
|
|
161
|
+
}
|
|
162
|
+
static get is() { return "co-phone-field"; }
|
|
163
|
+
static get encapsulation() { return "shadow"; }
|
|
164
|
+
static get originalStyleUrls() {
|
|
165
|
+
return {
|
|
166
|
+
"$": ["co-phone-field.css"]
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
static get styleUrls() {
|
|
170
|
+
return {
|
|
171
|
+
"$": ["co-phone-field.css"]
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
static get properties() {
|
|
175
|
+
return {
|
|
176
|
+
"label": {
|
|
177
|
+
"type": "string",
|
|
178
|
+
"mutable": false,
|
|
179
|
+
"complexType": {
|
|
180
|
+
"original": "string",
|
|
181
|
+
"resolved": "string | undefined",
|
|
182
|
+
"references": {}
|
|
183
|
+
},
|
|
184
|
+
"required": false,
|
|
185
|
+
"optional": true,
|
|
186
|
+
"docs": {
|
|
187
|
+
"tags": [],
|
|
188
|
+
"text": "Field label."
|
|
189
|
+
},
|
|
190
|
+
"getter": false,
|
|
191
|
+
"setter": false,
|
|
192
|
+
"reflect": false,
|
|
193
|
+
"attribute": "label"
|
|
194
|
+
},
|
|
195
|
+
"placeholder": {
|
|
196
|
+
"type": "string",
|
|
197
|
+
"mutable": false,
|
|
198
|
+
"complexType": {
|
|
199
|
+
"original": "string",
|
|
200
|
+
"resolved": "string",
|
|
201
|
+
"references": {}
|
|
202
|
+
},
|
|
203
|
+
"required": false,
|
|
204
|
+
"optional": false,
|
|
205
|
+
"docs": {
|
|
206
|
+
"tags": [],
|
|
207
|
+
"text": "Placeholder for the number input."
|
|
208
|
+
},
|
|
209
|
+
"getter": false,
|
|
210
|
+
"setter": false,
|
|
211
|
+
"reflect": false,
|
|
212
|
+
"attribute": "placeholder",
|
|
213
|
+
"defaultValue": "''"
|
|
214
|
+
},
|
|
215
|
+
"value": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"mutable": true,
|
|
218
|
+
"complexType": {
|
|
219
|
+
"original": "string",
|
|
220
|
+
"resolved": "string",
|
|
221
|
+
"references": {}
|
|
222
|
+
},
|
|
223
|
+
"required": false,
|
|
224
|
+
"optional": false,
|
|
225
|
+
"docs": {
|
|
226
|
+
"tags": [],
|
|
227
|
+
"text": "Current full value (dialCode + number)."
|
|
228
|
+
},
|
|
229
|
+
"getter": false,
|
|
230
|
+
"setter": false,
|
|
231
|
+
"reflect": false,
|
|
232
|
+
"attribute": "value",
|
|
233
|
+
"defaultValue": "''"
|
|
234
|
+
},
|
|
235
|
+
"disabled": {
|
|
236
|
+
"type": "boolean",
|
|
237
|
+
"mutable": false,
|
|
238
|
+
"complexType": {
|
|
239
|
+
"original": "boolean",
|
|
240
|
+
"resolved": "boolean",
|
|
241
|
+
"references": {}
|
|
242
|
+
},
|
|
243
|
+
"required": false,
|
|
244
|
+
"optional": false,
|
|
245
|
+
"docs": {
|
|
246
|
+
"tags": [],
|
|
247
|
+
"text": "Disable the entire field."
|
|
248
|
+
},
|
|
249
|
+
"getter": false,
|
|
250
|
+
"setter": false,
|
|
251
|
+
"reflect": false,
|
|
252
|
+
"attribute": "disabled",
|
|
253
|
+
"defaultValue": "false"
|
|
254
|
+
},
|
|
255
|
+
"required": {
|
|
256
|
+
"type": "boolean",
|
|
257
|
+
"mutable": false,
|
|
258
|
+
"complexType": {
|
|
259
|
+
"original": "boolean",
|
|
260
|
+
"resolved": "boolean",
|
|
261
|
+
"references": {}
|
|
262
|
+
},
|
|
263
|
+
"required": false,
|
|
264
|
+
"optional": false,
|
|
265
|
+
"docs": {
|
|
266
|
+
"tags": [],
|
|
267
|
+
"text": "Required indicator."
|
|
268
|
+
},
|
|
269
|
+
"getter": false,
|
|
270
|
+
"setter": false,
|
|
271
|
+
"reflect": false,
|
|
272
|
+
"attribute": "required",
|
|
273
|
+
"defaultValue": "false"
|
|
274
|
+
},
|
|
275
|
+
"status": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"mutable": false,
|
|
278
|
+
"complexType": {
|
|
279
|
+
"original": "'default' | 'error' | 'success' | 'warning' | 'info'",
|
|
280
|
+
"resolved": "\"default\" | \"error\" | \"info\" | \"success\" | \"warning\"",
|
|
281
|
+
"references": {}
|
|
282
|
+
},
|
|
283
|
+
"required": false,
|
|
284
|
+
"optional": false,
|
|
285
|
+
"docs": {
|
|
286
|
+
"tags": [],
|
|
287
|
+
"text": "Validation status."
|
|
288
|
+
},
|
|
289
|
+
"getter": false,
|
|
290
|
+
"setter": false,
|
|
291
|
+
"reflect": false,
|
|
292
|
+
"attribute": "status",
|
|
293
|
+
"defaultValue": "'default'"
|
|
294
|
+
},
|
|
295
|
+
"helperText": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"mutable": false,
|
|
298
|
+
"complexType": {
|
|
299
|
+
"original": "string",
|
|
300
|
+
"resolved": "string | undefined",
|
|
301
|
+
"references": {}
|
|
302
|
+
},
|
|
303
|
+
"required": false,
|
|
304
|
+
"optional": true,
|
|
305
|
+
"docs": {
|
|
306
|
+
"tags": [],
|
|
307
|
+
"text": "Helper/error text below the field."
|
|
308
|
+
},
|
|
309
|
+
"getter": false,
|
|
310
|
+
"setter": false,
|
|
311
|
+
"reflect": false,
|
|
312
|
+
"attribute": "helper-text"
|
|
313
|
+
},
|
|
314
|
+
"layout": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"mutable": false,
|
|
317
|
+
"complexType": {
|
|
318
|
+
"original": "'vertical' | 'horizontal'",
|
|
319
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
320
|
+
"references": {}
|
|
321
|
+
},
|
|
322
|
+
"required": false,
|
|
323
|
+
"optional": false,
|
|
324
|
+
"docs": {
|
|
325
|
+
"tags": [],
|
|
326
|
+
"text": "Label layout: vertical (label above) or horizontal (label beside)"
|
|
327
|
+
},
|
|
328
|
+
"getter": false,
|
|
329
|
+
"setter": false,
|
|
330
|
+
"reflect": true,
|
|
331
|
+
"attribute": "layout",
|
|
332
|
+
"defaultValue": "'vertical'"
|
|
333
|
+
},
|
|
334
|
+
"defaultCountry": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"mutable": false,
|
|
337
|
+
"complexType": {
|
|
338
|
+
"original": "string",
|
|
339
|
+
"resolved": "string",
|
|
340
|
+
"references": {}
|
|
341
|
+
},
|
|
342
|
+
"required": false,
|
|
343
|
+
"optional": false,
|
|
344
|
+
"docs": {
|
|
345
|
+
"tags": [],
|
|
346
|
+
"text": "Default country ISO2 code (e.g. \"CO\", \"US\"). Optional \u2014 if not set, starts empty."
|
|
347
|
+
},
|
|
348
|
+
"getter": false,
|
|
349
|
+
"setter": false,
|
|
350
|
+
"reflect": false,
|
|
351
|
+
"attribute": "default-country",
|
|
352
|
+
"defaultValue": "''"
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
static get states() {
|
|
357
|
+
return {
|
|
358
|
+
"selectedIso2": {},
|
|
359
|
+
"numberPart": {},
|
|
360
|
+
"isOpen": {},
|
|
361
|
+
"searchQuery": {}
|
|
362
|
+
};
|
|
363
|
+
}
|
|
364
|
+
static get events() {
|
|
365
|
+
return [{
|
|
366
|
+
"method": "coChange",
|
|
367
|
+
"name": "coChange",
|
|
368
|
+
"bubbles": true,
|
|
369
|
+
"cancelable": true,
|
|
370
|
+
"composed": true,
|
|
371
|
+
"docs": {
|
|
372
|
+
"tags": [],
|
|
373
|
+
"text": "Emits the full phone string on change."
|
|
374
|
+
},
|
|
375
|
+
"complexType": {
|
|
376
|
+
"original": "string",
|
|
377
|
+
"resolved": "string",
|
|
378
|
+
"references": {}
|
|
379
|
+
}
|
|
380
|
+
}];
|
|
381
|
+
}
|
|
382
|
+
static get elementRef() { return "host"; }
|
|
383
|
+
static get watchers() {
|
|
384
|
+
return [{
|
|
385
|
+
"propName": "value",
|
|
386
|
+
"methodName": "onValueChange"
|
|
387
|
+
}, {
|
|
388
|
+
"propName": "defaultCountry",
|
|
389
|
+
"methodName": "onDefaultCountryChange"
|
|
390
|
+
}];
|
|
391
|
+
}
|
|
392
|
+
}
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dial codes sorted by name. Covers the full ITU-T E.164 assignment.
|
|
3
|
+
* The iso2 key matches country-flag-icons' 3x2/{ISO2} naming.
|
|
4
|
+
*/
|
|
5
|
+
export const DIAL_CODES = [
|
|
6
|
+
{ iso2: 'AF', dialCode: '+93', name: 'Afghanistan' },
|
|
7
|
+
{ iso2: 'AL', dialCode: '+355', name: 'Albania' },
|
|
8
|
+
{ iso2: 'DZ', dialCode: '+213', name: 'Algeria' },
|
|
9
|
+
{ iso2: 'AD', dialCode: '+376', name: 'Andorra' },
|
|
10
|
+
{ iso2: 'AO', dialCode: '+244', name: 'Angola' },
|
|
11
|
+
{ iso2: 'AG', dialCode: '+1268', name: 'Antigua and Barbuda' },
|
|
12
|
+
{ iso2: 'AR', dialCode: '+54', name: 'Argentina' },
|
|
13
|
+
{ iso2: 'AM', dialCode: '+374', name: 'Armenia' },
|
|
14
|
+
{ iso2: 'AU', dialCode: '+61', name: 'Australia' },
|
|
15
|
+
{ iso2: 'AT', dialCode: '+43', name: 'Austria' },
|
|
16
|
+
{ iso2: 'AZ', dialCode: '+994', name: 'Azerbaijan' },
|
|
17
|
+
{ iso2: 'BS', dialCode: '+1242', name: 'Bahamas' },
|
|
18
|
+
{ iso2: 'BH', dialCode: '+973', name: 'Bahrain' },
|
|
19
|
+
{ iso2: 'BD', dialCode: '+880', name: 'Bangladesh' },
|
|
20
|
+
{ iso2: 'BB', dialCode: '+1246', name: 'Barbados' },
|
|
21
|
+
{ iso2: 'BY', dialCode: '+375', name: 'Belarus' },
|
|
22
|
+
{ iso2: 'BE', dialCode: '+32', name: 'Belgium' },
|
|
23
|
+
{ iso2: 'BZ', dialCode: '+501', name: 'Belize' },
|
|
24
|
+
{ iso2: 'BJ', dialCode: '+229', name: 'Benin' },
|
|
25
|
+
{ iso2: 'BT', dialCode: '+975', name: 'Bhutan' },
|
|
26
|
+
{ iso2: 'BO', dialCode: '+591', name: 'Bolivia' },
|
|
27
|
+
{ iso2: 'BA', dialCode: '+387', name: 'Bosnia and Herzegovina' },
|
|
28
|
+
{ iso2: 'BW', dialCode: '+267', name: 'Botswana' },
|
|
29
|
+
{ iso2: 'BR', dialCode: '+55', name: 'Brazil' },
|
|
30
|
+
{ iso2: 'BN', dialCode: '+673', name: 'Brunei' },
|
|
31
|
+
{ iso2: 'BG', dialCode: '+359', name: 'Bulgaria' },
|
|
32
|
+
{ iso2: 'BF', dialCode: '+226', name: 'Burkina Faso' },
|
|
33
|
+
{ iso2: 'BI', dialCode: '+257', name: 'Burundi' },
|
|
34
|
+
{ iso2: 'KH', dialCode: '+855', name: 'Cambodia' },
|
|
35
|
+
{ iso2: 'CM', dialCode: '+237', name: 'Cameroon' },
|
|
36
|
+
{ iso2: 'CA', dialCode: '+1', name: 'Canada' },
|
|
37
|
+
{ iso2: 'CV', dialCode: '+238', name: 'Cape Verde' },
|
|
38
|
+
{ iso2: 'CF', dialCode: '+236', name: 'Central African Republic' },
|
|
39
|
+
{ iso2: 'TD', dialCode: '+235', name: 'Chad' },
|
|
40
|
+
{ iso2: 'CL', dialCode: '+56', name: 'Chile' },
|
|
41
|
+
{ iso2: 'CN', dialCode: '+86', name: 'China' },
|
|
42
|
+
{ iso2: 'CO', dialCode: '+57', name: 'Colombia' },
|
|
43
|
+
{ iso2: 'KM', dialCode: '+269', name: 'Comoros' },
|
|
44
|
+
{ iso2: 'CD', dialCode: '+243', name: 'Congo (DRC)' },
|
|
45
|
+
{ iso2: 'CG', dialCode: '+242', name: 'Congo (Republic)' },
|
|
46
|
+
{ iso2: 'CR', dialCode: '+506', name: 'Costa Rica' },
|
|
47
|
+
{ iso2: 'CI', dialCode: '+225', name: 'Côte d\'Ivoire' },
|
|
48
|
+
{ iso2: 'HR', dialCode: '+385', name: 'Croatia' },
|
|
49
|
+
{ iso2: 'CU', dialCode: '+53', name: 'Cuba' },
|
|
50
|
+
{ iso2: 'CY', dialCode: '+357', name: 'Cyprus' },
|
|
51
|
+
{ iso2: 'CZ', dialCode: '+420', name: 'Czech Republic' },
|
|
52
|
+
{ iso2: 'DK', dialCode: '+45', name: 'Denmark' },
|
|
53
|
+
{ iso2: 'DJ', dialCode: '+253', name: 'Djibouti' },
|
|
54
|
+
{ iso2: 'DM', dialCode: '+1767', name: 'Dominica' },
|
|
55
|
+
{ iso2: 'DO', dialCode: '+1809', name: 'Dominican Republic' },
|
|
56
|
+
{ iso2: 'EC', dialCode: '+593', name: 'Ecuador' },
|
|
57
|
+
{ iso2: 'EG', dialCode: '+20', name: 'Egypt' },
|
|
58
|
+
{ iso2: 'SV', dialCode: '+503', name: 'El Salvador' },
|
|
59
|
+
{ iso2: 'GQ', dialCode: '+240', name: 'Equatorial Guinea' },
|
|
60
|
+
{ iso2: 'ER', dialCode: '+291', name: 'Eritrea' },
|
|
61
|
+
{ iso2: 'EE', dialCode: '+372', name: 'Estonia' },
|
|
62
|
+
{ iso2: 'SZ', dialCode: '+268', name: 'Eswatini' },
|
|
63
|
+
{ iso2: 'ET', dialCode: '+251', name: 'Ethiopia' },
|
|
64
|
+
{ iso2: 'FJ', dialCode: '+679', name: 'Fiji' },
|
|
65
|
+
{ iso2: 'FI', dialCode: '+358', name: 'Finland' },
|
|
66
|
+
{ iso2: 'FR', dialCode: '+33', name: 'France' },
|
|
67
|
+
{ iso2: 'GA', dialCode: '+241', name: 'Gabon' },
|
|
68
|
+
{ iso2: 'GM', dialCode: '+220', name: 'Gambia' },
|
|
69
|
+
{ iso2: 'GE', dialCode: '+995', name: 'Georgia' },
|
|
70
|
+
{ iso2: 'DE', dialCode: '+49', name: 'Germany' },
|
|
71
|
+
{ iso2: 'GH', dialCode: '+233', name: 'Ghana' },
|
|
72
|
+
{ iso2: 'GR', dialCode: '+30', name: 'Greece' },
|
|
73
|
+
{ iso2: 'GD', dialCode: '+1473', name: 'Grenada' },
|
|
74
|
+
{ iso2: 'GT', dialCode: '+502', name: 'Guatemala' },
|
|
75
|
+
{ iso2: 'GN', dialCode: '+224', name: 'Guinea' },
|
|
76
|
+
{ iso2: 'GW', dialCode: '+245', name: 'Guinea-Bissau' },
|
|
77
|
+
{ iso2: 'GY', dialCode: '+592', name: 'Guyana' },
|
|
78
|
+
{ iso2: 'HT', dialCode: '+509', name: 'Haiti' },
|
|
79
|
+
{ iso2: 'HN', dialCode: '+504', name: 'Honduras' },
|
|
80
|
+
{ iso2: 'HU', dialCode: '+36', name: 'Hungary' },
|
|
81
|
+
{ iso2: 'IS', dialCode: '+354', name: 'Iceland' },
|
|
82
|
+
{ iso2: 'IN', dialCode: '+91', name: 'India' },
|
|
83
|
+
{ iso2: 'ID', dialCode: '+62', name: 'Indonesia' },
|
|
84
|
+
{ iso2: 'IR', dialCode: '+98', name: 'Iran' },
|
|
85
|
+
{ iso2: 'IQ', dialCode: '+964', name: 'Iraq' },
|
|
86
|
+
{ iso2: 'IE', dialCode: '+353', name: 'Ireland' },
|
|
87
|
+
{ iso2: 'IL', dialCode: '+972', name: 'Israel' },
|
|
88
|
+
{ iso2: 'IT', dialCode: '+39', name: 'Italy' },
|
|
89
|
+
{ iso2: 'JM', dialCode: '+1876', name: 'Jamaica' },
|
|
90
|
+
{ iso2: 'JP', dialCode: '+81', name: 'Japan' },
|
|
91
|
+
{ iso2: 'JO', dialCode: '+962', name: 'Jordan' },
|
|
92
|
+
{ iso2: 'KZ', dialCode: '+7', name: 'Kazakhstan' },
|
|
93
|
+
{ iso2: 'KE', dialCode: '+254', name: 'Kenya' },
|
|
94
|
+
{ iso2: 'KI', dialCode: '+686', name: 'Kiribati' },
|
|
95
|
+
{ iso2: 'KW', dialCode: '+965', name: 'Kuwait' },
|
|
96
|
+
{ iso2: 'KG', dialCode: '+996', name: 'Kyrgyzstan' },
|
|
97
|
+
{ iso2: 'LA', dialCode: '+856', name: 'Laos' },
|
|
98
|
+
{ iso2: 'LV', dialCode: '+371', name: 'Latvia' },
|
|
99
|
+
{ iso2: 'LB', dialCode: '+961', name: 'Lebanon' },
|
|
100
|
+
{ iso2: 'LS', dialCode: '+266', name: 'Lesotho' },
|
|
101
|
+
{ iso2: 'LR', dialCode: '+231', name: 'Liberia' },
|
|
102
|
+
{ iso2: 'LY', dialCode: '+218', name: 'Libya' },
|
|
103
|
+
{ iso2: 'LI', dialCode: '+423', name: 'Liechtenstein' },
|
|
104
|
+
{ iso2: 'LT', dialCode: '+370', name: 'Lithuania' },
|
|
105
|
+
{ iso2: 'LU', dialCode: '+352', name: 'Luxembourg' },
|
|
106
|
+
{ iso2: 'MG', dialCode: '+261', name: 'Madagascar' },
|
|
107
|
+
{ iso2: 'MW', dialCode: '+265', name: 'Malawi' },
|
|
108
|
+
{ iso2: 'MY', dialCode: '+60', name: 'Malaysia' },
|
|
109
|
+
{ iso2: 'MV', dialCode: '+960', name: 'Maldives' },
|
|
110
|
+
{ iso2: 'ML', dialCode: '+223', name: 'Mali' },
|
|
111
|
+
{ iso2: 'MT', dialCode: '+356', name: 'Malta' },
|
|
112
|
+
{ iso2: 'MH', dialCode: '+692', name: 'Marshall Islands' },
|
|
113
|
+
{ iso2: 'MR', dialCode: '+222', name: 'Mauritania' },
|
|
114
|
+
{ iso2: 'MU', dialCode: '+230', name: 'Mauritius' },
|
|
115
|
+
{ iso2: 'MX', dialCode: '+52', name: 'Mexico' },
|
|
116
|
+
{ iso2: 'FM', dialCode: '+691', name: 'Micronesia' },
|
|
117
|
+
{ iso2: 'MD', dialCode: '+373', name: 'Moldova' },
|
|
118
|
+
{ iso2: 'MC', dialCode: '+377', name: 'Monaco' },
|
|
119
|
+
{ iso2: 'MN', dialCode: '+976', name: 'Mongolia' },
|
|
120
|
+
{ iso2: 'ME', dialCode: '+382', name: 'Montenegro' },
|
|
121
|
+
{ iso2: 'MA', dialCode: '+212', name: 'Morocco' },
|
|
122
|
+
{ iso2: 'MZ', dialCode: '+258', name: 'Mozambique' },
|
|
123
|
+
{ iso2: 'MM', dialCode: '+95', name: 'Myanmar' },
|
|
124
|
+
{ iso2: 'NA', dialCode: '+264', name: 'Namibia' },
|
|
125
|
+
{ iso2: 'NR', dialCode: '+674', name: 'Nauru' },
|
|
126
|
+
{ iso2: 'NP', dialCode: '+977', name: 'Nepal' },
|
|
127
|
+
{ iso2: 'NL', dialCode: '+31', name: 'Netherlands' },
|
|
128
|
+
{ iso2: 'NZ', dialCode: '+64', name: 'New Zealand' },
|
|
129
|
+
{ iso2: 'NI', dialCode: '+505', name: 'Nicaragua' },
|
|
130
|
+
{ iso2: 'NE', dialCode: '+227', name: 'Niger' },
|
|
131
|
+
{ iso2: 'NG', dialCode: '+234', name: 'Nigeria' },
|
|
132
|
+
{ iso2: 'KP', dialCode: '+850', name: 'North Korea' },
|
|
133
|
+
{ iso2: 'MK', dialCode: '+389', name: 'North Macedonia' },
|
|
134
|
+
{ iso2: 'NO', dialCode: '+47', name: 'Norway' },
|
|
135
|
+
{ iso2: 'OM', dialCode: '+968', name: 'Oman' },
|
|
136
|
+
{ iso2: 'PK', dialCode: '+92', name: 'Pakistan' },
|
|
137
|
+
{ iso2: 'PW', dialCode: '+680', name: 'Palau' },
|
|
138
|
+
{ iso2: 'PS', dialCode: '+970', name: 'Palestine' },
|
|
139
|
+
{ iso2: 'PA', dialCode: '+507', name: 'Panama' },
|
|
140
|
+
{ iso2: 'PG', dialCode: '+675', name: 'Papua New Guinea' },
|
|
141
|
+
{ iso2: 'PY', dialCode: '+595', name: 'Paraguay' },
|
|
142
|
+
{ iso2: 'PE', dialCode: '+51', name: 'Peru' },
|
|
143
|
+
{ iso2: 'PH', dialCode: '+63', name: 'Philippines' },
|
|
144
|
+
{ iso2: 'PL', dialCode: '+48', name: 'Poland' },
|
|
145
|
+
{ iso2: 'PT', dialCode: '+351', name: 'Portugal' },
|
|
146
|
+
{ iso2: 'QA', dialCode: '+974', name: 'Qatar' },
|
|
147
|
+
{ iso2: 'RO', dialCode: '+40', name: 'Romania' },
|
|
148
|
+
{ iso2: 'RU', dialCode: '+7', name: 'Russia' },
|
|
149
|
+
{ iso2: 'RW', dialCode: '+250', name: 'Rwanda' },
|
|
150
|
+
{ iso2: 'KN', dialCode: '+1869', name: 'Saint Kitts and Nevis' },
|
|
151
|
+
{ iso2: 'LC', dialCode: '+1758', name: 'Saint Lucia' },
|
|
152
|
+
{ iso2: 'VC', dialCode: '+1784', name: 'Saint Vincent and the Grenadines' },
|
|
153
|
+
{ iso2: 'WS', dialCode: '+685', name: 'Samoa' },
|
|
154
|
+
{ iso2: 'SM', dialCode: '+378', name: 'San Marino' },
|
|
155
|
+
{ iso2: 'ST', dialCode: '+239', name: 'São Tomé and Príncipe' },
|
|
156
|
+
{ iso2: 'SA', dialCode: '+966', name: 'Saudi Arabia' },
|
|
157
|
+
{ iso2: 'SN', dialCode: '+221', name: 'Senegal' },
|
|
158
|
+
{ iso2: 'RS', dialCode: '+381', name: 'Serbia' },
|
|
159
|
+
{ iso2: 'SC', dialCode: '+248', name: 'Seychelles' },
|
|
160
|
+
{ iso2: 'SL', dialCode: '+232', name: 'Sierra Leone' },
|
|
161
|
+
{ iso2: 'SG', dialCode: '+65', name: 'Singapore' },
|
|
162
|
+
{ iso2: 'SK', dialCode: '+421', name: 'Slovakia' },
|
|
163
|
+
{ iso2: 'SI', dialCode: '+386', name: 'Slovenia' },
|
|
164
|
+
{ iso2: 'SB', dialCode: '+677', name: 'Solomon Islands' },
|
|
165
|
+
{ iso2: 'SO', dialCode: '+252', name: 'Somalia' },
|
|
166
|
+
{ iso2: 'ZA', dialCode: '+27', name: 'South Africa' },
|
|
167
|
+
{ iso2: 'KR', dialCode: '+82', name: 'South Korea' },
|
|
168
|
+
{ iso2: 'SS', dialCode: '+211', name: 'South Sudan' },
|
|
169
|
+
{ iso2: 'ES', dialCode: '+34', name: 'Spain' },
|
|
170
|
+
{ iso2: 'LK', dialCode: '+94', name: 'Sri Lanka' },
|
|
171
|
+
{ iso2: 'SD', dialCode: '+249', name: 'Sudan' },
|
|
172
|
+
{ iso2: 'SR', dialCode: '+597', name: 'Suriname' },
|
|
173
|
+
{ iso2: 'SE', dialCode: '+46', name: 'Sweden' },
|
|
174
|
+
{ iso2: 'CH', dialCode: '+41', name: 'Switzerland' },
|
|
175
|
+
{ iso2: 'SY', dialCode: '+963', name: 'Syria' },
|
|
176
|
+
{ iso2: 'TW', dialCode: '+886', name: 'Taiwan' },
|
|
177
|
+
{ iso2: 'TJ', dialCode: '+992', name: 'Tajikistan' },
|
|
178
|
+
{ iso2: 'TZ', dialCode: '+255', name: 'Tanzania' },
|
|
179
|
+
{ iso2: 'TH', dialCode: '+66', name: 'Thailand' },
|
|
180
|
+
{ iso2: 'TL', dialCode: '+670', name: 'Timor-Leste' },
|
|
181
|
+
{ iso2: 'TG', dialCode: '+228', name: 'Togo' },
|
|
182
|
+
{ iso2: 'TO', dialCode: '+676', name: 'Tonga' },
|
|
183
|
+
{ iso2: 'TT', dialCode: '+1868', name: 'Trinidad and Tobago' },
|
|
184
|
+
{ iso2: 'TN', dialCode: '+216', name: 'Tunisia' },
|
|
185
|
+
{ iso2: 'TR', dialCode: '+90', name: 'Turkey' },
|
|
186
|
+
{ iso2: 'TM', dialCode: '+993', name: 'Turkmenistan' },
|
|
187
|
+
{ iso2: 'TV', dialCode: '+688', name: 'Tuvalu' },
|
|
188
|
+
{ iso2: 'UG', dialCode: '+256', name: 'Uganda' },
|
|
189
|
+
{ iso2: 'UA', dialCode: '+380', name: 'Ukraine' },
|
|
190
|
+
{ iso2: 'AE', dialCode: '+971', name: 'United Arab Emirates' },
|
|
191
|
+
{ iso2: 'GB', dialCode: '+44', name: 'United Kingdom' },
|
|
192
|
+
{ iso2: 'US', dialCode: '+1', name: 'United States' },
|
|
193
|
+
{ iso2: 'UY', dialCode: '+598', name: 'Uruguay' },
|
|
194
|
+
{ iso2: 'UZ', dialCode: '+998', name: 'Uzbekistan' },
|
|
195
|
+
{ iso2: 'VU', dialCode: '+678', name: 'Vanuatu' },
|
|
196
|
+
{ iso2: 'VA', dialCode: '+379', name: 'Vatican City' },
|
|
197
|
+
{ iso2: 'VE', dialCode: '+58', name: 'Venezuela' },
|
|
198
|
+
{ iso2: 'VN', dialCode: '+84', name: 'Vietnam' },
|
|
199
|
+
{ iso2: 'YE', dialCode: '+967', name: 'Yemen' },
|
|
200
|
+
{ iso2: 'ZM', dialCode: '+260', name: 'Zambia' },
|
|
201
|
+
{ iso2: 'ZW', dialCode: '+263', name: 'Zimbabwe' },
|
|
202
|
+
];
|
|
203
|
+
/** ISO2 code → DialCode entry lookup. */
|
|
204
|
+
export const DIAL_CODE_MAP = Object.fromEntries(DIAL_CODES.map((d) => [d.iso2, d]));
|
|
205
|
+
/** Convert ISO2 country code to Unicode flag emoji. */
|
|
206
|
+
export function iso2ToEmoji(iso2) {
|
|
207
|
+
return [...iso2.toUpperCase()].map((c) => String.fromCodePoint(c.charCodeAt(0) + 127397)).join('');
|
|
208
|
+
}
|
|
@@ -184,12 +184,12 @@ export class CoPopover {
|
|
|
184
184
|
}
|
|
185
185
|
// ── Render ─────────────────────────────────────────────────
|
|
186
186
|
render() {
|
|
187
|
-
return (h("div", { key: '
|
|
187
|
+
return (h("div", { key: '4a41d0ad2982a876a0363d16aa10fce661dfbe2f', class: "co-popover" }, h("div", { key: 'fa8d4ad46ca09489beeafeb9a08106c09c2c8d70', class: "co-popover__trigger", ref: (el) => (this.triggerEl = el), onClick: this.handleTriggerClick }, h("slot", { key: '820c4741ee9f6d2e3d171b25b987c174a523db89', name: "trigger" })), this.open && (h("div", { key: '8abfea810cc0a2041c1280594a0c5c2eb71b1fd8', class: "co-popover__panel", ref: (el) => {
|
|
188
188
|
if (el && el !== this.panelEl) {
|
|
189
189
|
this.panelEl = el;
|
|
190
190
|
this.scheduleUpdate();
|
|
191
191
|
}
|
|
192
|
-
} }, h("slot", { key: '
|
|
192
|
+
} }, h("slot", { key: '50632e7bb1cbb34b05cf5f6f0ba86d458a074bc0' })))));
|
|
193
193
|
}
|
|
194
194
|
static get is() { return "co-popover"; }
|
|
195
195
|
static get encapsulation() { return "shadow"; }
|
|
@@ -15,11 +15,11 @@ export class CoProgressBar {
|
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
17
|
const clamped = Math.max(0, Math.min(100, this.value));
|
|
18
|
-
return (h("div", { key: '
|
|
18
|
+
return (h("div", { key: '6d81d6941a783cbed036d81c4f0f9ffd2e5d504d', class: {
|
|
19
19
|
'co-progress-bar': true,
|
|
20
20
|
[`co-progress-bar--${this.status}`]: true,
|
|
21
21
|
[`co-progress-bar--${this.variant}`]: true,
|
|
22
|
-
}, role: "progressbar", "aria-valuenow": clamped, "aria-valuemin": 0, "aria-valuemax": 100, part: "bar", style: { height: `${this.thickness}px` } }, h("div", { key: '
|
|
22
|
+
}, role: "progressbar", "aria-valuenow": clamped, "aria-valuemin": 0, "aria-valuemax": 100, part: "bar", style: { height: `${this.thickness}px` } }, h("div", { key: '2a16b4532e464cf3bd2db8d809600b40d750b125', class: "co-progress-bar__fill", style: { width: `${clamped}%` } })));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "co-progress-bar"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|