@prolibu-suite/cobalt-core 0.4.0 → 0.6.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/README.md +3 -3
- package/custom-elements.json +370 -154
- package/dist/cjs/co-accordion.cjs.entry.js +4 -4
- package/dist/cjs/co-app-shell.cjs.entry.js +3 -3
- package/dist/cjs/co-autocomplete.cjs.entry.js +38 -73
- package/dist/cjs/co-avatar-group.cjs.entry.js +3 -3
- package/dist/cjs/co-avatar.cjs.entry.js +2 -2
- 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 +4 -4
- package/dist/cjs/co-calendar-month.cjs.entry.js +2 -2
- package/dist/cjs/co-calendar_3.cjs.entry.js +19 -14
- package/dist/cjs/co-card.cjs.entry.js +3 -3
- package/dist/cjs/co-checkbox-group.cjs.entry.js +4 -4
- package/dist/cjs/co-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/co-chip_2.cjs.entry.js +485 -0
- package/dist/cjs/co-color-picker.cjs.entry.js +4 -4
- package/dist/cjs/co-column-picker.cjs.entry.js +3 -3
- package/dist/cjs/co-combobox.cjs.entry.js +51 -82
- package/dist/cjs/co-command-search.cjs.entry.js +20 -59
- package/dist/cjs/co-data-table-pagination.cjs.entry.js +5 -5
- package/dist/cjs/co-data-table.cjs.entry.js +54 -5
- package/dist/cjs/co-date-picker.cjs.entry.js +2 -2
- package/dist/cjs/co-date-range-picker.cjs.entry.js +3 -3
- package/dist/cjs/co-date-range.cjs.entry.js +2 -2
- 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 +4 -4
- package/dist/cjs/co-event-calendar.cjs.entry.js +3 -3
- package/dist/cjs/co-fab.cjs.entry.js +5 -5
- package/dist/cjs/co-file-field.cjs.entry.js +7 -7
- 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 +19 -3
- package/dist/cjs/co-json-field.cjs.entry.js +5 -5
- package/dist/cjs/co-lightbox.cjs.entry.js +6 -6
- 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 +2 -2
- 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 +12 -3
- package/dist/cjs/co-progress-bar.cjs.entry.js +4 -4
- package/dist/cjs/co-progress-circle.cjs.entry.js +3 -3
- package/dist/cjs/co-radio-group.cjs.entry.js +4 -4
- 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 +31 -135
- package/dist/cjs/co-rich-text-editor.cjs.entry.js +4 -4
- package/dist/cjs/co-rich-text-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/co-rich-text-viewer.cjs.entry.js +1 -1
- package/dist/cjs/co-row.cjs.entry.js +3 -3
- package/dist/cjs/co-segmented-bar.cjs.entry.js +3 -3
- package/dist/cjs/co-select.cjs.entry.js +7 -7
- package/dist/cjs/co-separator.cjs.entry.js +2 -2
- package/dist/cjs/co-sidebar-nav.cjs.entry.js +10 -8
- package/dist/cjs/co-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/co-skeleton.cjs.entry.js +2 -2
- package/dist/cjs/co-slider.cjs.entry.js +3 -3
- package/dist/cjs/co-switch.cjs.entry.js +6 -6
- package/dist/cjs/co-tab-group.cjs.entry.js +10 -4
- package/dist/cjs/co-tab.cjs.entry.js +5 -5
- package/dist/cjs/co-tags-field.cjs.entry.js +8 -8
- package/dist/cjs/co-textarea.cjs.entry.js +6 -6
- package/dist/cjs/co-toast.cjs.entry.js +3 -3
- 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-tooltip.cjs.entry.js +3 -3
- package/dist/cjs/co-transfer-list.cjs.entry.js +3 -3
- package/dist/cjs/co-video.cjs.entry.js +4 -4
- package/dist/cjs/cobalt.cjs.js +2 -2
- package/dist/cjs/{fieldChip-DtYUP0VZ.js → fieldChip-D8YJCyQF.js} +1 -1
- package/dist/cjs/{index-NNvye1ul.js → index-DxEFsH_t.js} +9 -13
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{requiredMark-DyjZzUCd.js → requiredMark-B3pKyqYI.js} +1 -1
- package/dist/cobalt/cobalt.css +1 -1
- package/dist/cobalt/cobalt.esm.js +1 -1
- package/dist/cobalt/{p-69289e82.entry.js → p-002e5beb.entry.js} +1 -1
- package/dist/cobalt/{p-c23a2ff6.entry.js → p-02c5a9a9.entry.js} +1 -1
- package/dist/cobalt/{p-9310739f.entry.js → p-075eed3d.entry.js} +1 -1
- package/dist/cobalt/p-0c0621a7.entry.js +1 -0
- package/dist/cobalt/{p-20c68308.entry.js → p-0d6a562d.entry.js} +1 -1
- package/dist/cobalt/p-0d7536a8.entry.js +1 -0
- package/dist/cobalt/{p-f72f0e38.entry.js → p-13fc9c8a.entry.js} +1 -1
- package/dist/cobalt/{p-39a29bbb.entry.js → p-14d4c5c7.entry.js} +1 -1
- package/dist/cobalt/{p-96baec0e.entry.js → p-1681ce1d.entry.js} +1 -1
- package/dist/cobalt/{p-593fd213.entry.js → p-1726ce07.entry.js} +1 -1
- package/dist/cobalt/{p-7d9f2021.entry.js → p-20ba59a2.entry.js} +1 -1
- package/dist/cobalt/{p-35c63fdc.entry.js → p-2d1cbd7f.entry.js} +1 -1
- package/dist/cobalt/{p-7040e4c5.entry.js → p-373cd08e.entry.js} +1 -1
- package/dist/cobalt/{p-4aeefe3f.entry.js → p-3f06d373.entry.js} +1 -1
- package/dist/cobalt/{p-8fdf2163.entry.js → p-3f68fd2e.entry.js} +1 -1
- package/dist/cobalt/{p-ca108c6d.entry.js → p-47a2dd67.entry.js} +1 -1
- package/dist/cobalt/{p-328f0470.entry.js → p-495c9b99.entry.js} +1 -1
- package/dist/cobalt/p-4a075257.entry.js +1 -0
- package/dist/cobalt/{p-aa1ad9fa.entry.js → p-5647ca9d.entry.js} +1 -1
- package/dist/cobalt/{p-3d07e4a9.entry.js → p-5b31d45b.entry.js} +1 -1
- package/dist/cobalt/p-5c3101b5.entry.js +1 -0
- package/dist/cobalt/{p-0e1afdea.entry.js → p-5c43d30e.entry.js} +1 -1
- package/dist/cobalt/{p-c85a6a9e.entry.js → p-5e9a9caf.entry.js} +1 -1
- package/dist/cobalt/{p-b4dcc260.entry.js → p-5edd0d3f.entry.js} +1 -1
- package/dist/cobalt/{p-d7c9cf93.entry.js → p-627d2d1a.entry.js} +1 -1
- package/dist/cobalt/{p-e8e752f9.entry.js → p-6911a034.entry.js} +1 -1
- package/dist/cobalt/{p-1388eac6.entry.js → p-6ad1625a.entry.js} +1 -1
- package/dist/cobalt/{p-c682453a.entry.js → p-70f70e02.entry.js} +1 -1
- package/dist/cobalt/p-73b30ebb.entry.js +1 -0
- package/dist/cobalt/p-75dcaeb0.entry.js +1 -0
- package/dist/cobalt/p-771bc8fe.entry.js +1 -0
- package/dist/cobalt/p-7780ddb5.entry.js +1 -0
- package/dist/cobalt/{p-e55fb916.entry.js → p-77d01b39.entry.js} +1 -1
- package/dist/cobalt/p-7FZXeBK4.js +1 -0
- package/dist/cobalt/{p-860a685f.entry.js → p-809015dd.entry.js} +1 -1
- package/dist/cobalt/{p-d403d9c4.entry.js → p-8128e84a.entry.js} +1 -1
- package/dist/cobalt/p-81cfd951.entry.js +1 -0
- package/dist/cobalt/{p-dd03c00b.entry.js → p-85eed52c.entry.js} +1 -1
- package/dist/cobalt/p-86d4e016.entry.js +1 -0
- package/dist/cobalt/{p-3dd6b57b.entry.js → p-86e60cfa.entry.js} +1 -1
- package/dist/cobalt/p-8a9ed2da.entry.js +1 -0
- package/dist/cobalt/{p-fb86cdb9.entry.js → p-8dfb6886.entry.js} +1 -1
- package/dist/cobalt/{p-d4086c34.entry.js → p-8e823c15.entry.js} +1 -1
- package/dist/cobalt/p-8f194753.entry.js +1 -0
- package/dist/cobalt/{p-08519a7c.entry.js → p-9a587867.entry.js} +1 -1
- package/dist/cobalt/{p-376c43b8.entry.js → p-9c6ca902.entry.js} +1 -1
- package/dist/cobalt/{p-bae82095.entry.js → p-9c873a6a.entry.js} +1 -1
- package/dist/cobalt/{p-BxzuCRMr.js → p-BAA4ln31.js} +1 -1
- package/dist/cobalt/{p-b8200f7f.entry.js → p-a6900010.entry.js} +1 -1
- package/dist/cobalt/p-a9afbaa6.entry.js +1 -0
- package/dist/cobalt/{p-2d4e1ca8.entry.js → p-aa20ffca.entry.js} +1 -1
- package/dist/cobalt/{p-e93644cb.entry.js → p-ac5df270.entry.js} +1 -1
- package/dist/cobalt/{p-8ae5da0c.entry.js → p-af4cb263.entry.js} +1 -1
- package/dist/cobalt/p-b1197c08.entry.js +1 -0
- package/dist/cobalt/p-b4bed98b.entry.js +1 -0
- package/dist/cobalt/{p-1cecb9e1.entry.js → p-b8ec0cc1.entry.js} +1 -1
- package/dist/cobalt/p-ba66584f.entry.js +1 -0
- package/dist/cobalt/{p-ff6be242.entry.js → p-bb534985.entry.js} +1 -1
- package/dist/cobalt/{p-6f12e721.entry.js → p-c0f39ddd.entry.js} +1 -1
- package/dist/cobalt/{p-804d025f.entry.js → p-c1e53e4c.entry.js} +1 -1
- package/dist/cobalt/p-c2e2eee9.entry.js +1 -0
- package/dist/cobalt/{p-af0495d8.entry.js → p-c3462def.entry.js} +1 -1
- package/dist/cobalt/p-c6fedc59.entry.js +1 -0
- package/dist/cobalt/{p-f6b93f17.entry.js → p-c750b2d2.entry.js} +1 -1
- package/dist/cobalt/{p-363a5262.entry.js → p-cc0a4617.entry.js} +1 -1
- package/dist/cobalt/{p-1af6ef83.entry.js → p-cc8e2f16.entry.js} +1 -1
- package/dist/cobalt/{p-c857b9ff.entry.js → p-d9608046.entry.js} +1 -1
- package/dist/cobalt/{p-be3e61f4.entry.js → p-e1957078.entry.js} +1 -1
- package/dist/cobalt/{p-a0749d7b.entry.js → p-e2762263.entry.js} +1 -1
- package/dist/cobalt/{p-21916f82.entry.js → p-e33853fa.entry.js} +1 -1
- package/dist/cobalt/p-e420d5c9.entry.js +1 -0
- package/dist/cobalt/{p-304c3be1.entry.js → p-e4a539da.entry.js} +1 -1
- package/dist/cobalt/{p-0be124d5.entry.js → p-e7085f08.entry.js} +1 -1
- package/dist/cobalt/p-e710b9ea.entry.js +1 -0
- package/dist/cobalt/p-e9aaeaf7.entry.js +1 -0
- package/dist/cobalt/{p-79e49749.entry.js → p-f073b467.entry.js} +1 -1
- package/dist/cobalt/p-f0de4415.entry.js +1 -0
- package/dist/cobalt/p-f36e461f.entry.js +1 -0
- package/dist/cobalt/p-f6ac5301.entry.js +1 -0
- package/dist/cobalt/{p-58aed8d6.entry.js → p-f6b0c4a0.entry.js} +1 -1
- package/dist/cobalt/p-f86ccb38.entry.js +1 -0
- package/dist/cobalt/{p-d7cbb4c7.entry.js → p-fb251497.entry.js} +1 -1
- package/dist/cobalt/p-fd27c2bd.entry.js +1 -0
- package/dist/cobalt/p-tT-aZV0-.js +2 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/co-accordion/co-accordion.css +20 -8
- package/dist/collection/components/co-accordion/co-accordion.js +5 -2
- package/dist/collection/components/co-app-shell/co-app-shell.js +2 -2
- package/dist/collection/components/co-autocomplete/co-autocomplete.css +4 -751
- package/dist/collection/components/co-autocomplete/co-autocomplete.js +41 -76
- package/dist/collection/components/co-avatar/co-avatar.js +1 -1
- 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 +5 -1
- package/dist/collection/components/co-button/co-button.js +2 -2
- package/dist/collection/components/co-button-group/co-button-group.js +2 -2
- package/dist/collection/components/co-calendar/co-calendar.css +12 -12
- package/dist/collection/components/co-calendar/co-calendar.js +1 -1
- package/dist/collection/components/co-calendar-month/co-calendar-month.js +1 -1
- package/dist/collection/components/co-card/co-card.js +2 -2
- package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
- package/dist/collection/components/co-checkbox-group/co-checkbox-group.js +3 -3
- package/dist/collection/components/co-chip/co-chip.js +2 -2
- 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 -830
- package/dist/collection/components/co-combobox/co-combobox.js +73 -84
- package/dist/collection/components/co-command-search/co-command-search.css +2 -60
- package/dist/collection/components/co-command-search/co-command-search.js +23 -48
- package/dist/collection/components/co-data-table/co-data-table.css +42 -7
- package/dist/collection/components/co-data-table/co-data-table.js +108 -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 +4 -7
- package/dist/collection/components/co-date-field/co-date-field.js +4 -4
- 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 +9 -9
- package/dist/collection/components/co-drawer/co-drawer.css +49 -13
- package/dist/collection/components/co-drawer/co-drawer.js +9 -4
- 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.css +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.js +2 -2
- package/dist/collection/components/co-fab/co-fab.css +8 -1
- package/dist/collection/components/co-fab/co-fab.js +24 -5
- 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 +9 -6
- package/dist/collection/components/co-input/co-input.js +57 -0
- package/dist/collection/components/co-json-field/co-json-field.js +3 -3
- package/dist/collection/components/co-lightbox/co-lightbox.css +2 -2
- package/dist/collection/components/co-lightbox/co-lightbox.js +4 -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 +1 -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 +10 -11
- package/dist/collection/components/co-number-field/co-number-field.js +2 -2
- package/dist/collection/components/co-option-list/co-option-list.css +796 -58
- package/dist/collection/components/co-option-list/co-option-list.js +45 -6
- 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 +4 -7
- package/dist/collection/components/co-phone-field/co-phone-field.js +1 -1
- package/dist/collection/components/co-popover/co-popover.js +11 -2
- package/dist/collection/components/co-progress-bar/co-progress-bar.css +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-radio/co-radio.js +3 -3
- package/dist/collection/components/co-radio-group/co-radio-group.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 +6 -897
- 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 +1 -1
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +2 -2
- package/dist/collection/components/co-row/co-row.js +2 -2
- package/dist/collection/components/co-segmented-bar/co-segmented-bar.js +2 -2
- package/dist/collection/components/co-select/co-select.css +4 -7
- package/dist/collection/components/co-select/co-select.js +4 -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.css +8 -6
- package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +8 -6
- 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.css +3 -1
- package/dist/collection/components/co-switch/co-switch.js +3 -3
- package/dist/collection/components/co-tab/co-tab.css +39 -4
- package/dist/collection/components/co-tab/co-tab.js +6 -6
- package/dist/collection/components/co-tab-group/co-tab-group.css +11 -0
- package/dist/collection/components/co-tab-group/co-tab-group.js +10 -4
- package/dist/collection/components/co-tags-field/co-tags-field.js +5 -5
- package/dist/collection/components/co-textarea/co-textarea.js +4 -4
- package/dist/collection/components/co-toast/co-toast.js +2 -2
- 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-transfer-list/co-transfer-list.js +2 -2
- package/dist/collection/components/co-video/co-video.css +2 -2
- package/dist/collection/components/co-video/co-video.js +2 -2
- package/dist/components/co-accordion.js +1 -1
- package/dist/components/co-app-shell.js +1 -1
- 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.js +1 -1
- 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.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-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-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-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-row.js +1 -1
- package/dist/components/co-segmented-bar.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-BHqdcGDh.js +1 -0
- package/dist/components/{p-B0buzt_E.js → p-BJTMFYax.js} +1 -1
- package/dist/components/{p-vLFwJ77w.js → p-Ba5lW0pA.js} +1 -1
- package/dist/components/p-Bsq90mo4.js +1 -0
- package/dist/components/{p-CybHxq25.js → p-CNIs9j-h.js} +1 -1
- package/dist/components/{p-Bx1OwdIV.js → p-COb8X_fE.js} +1 -1
- package/dist/components/{p-CzkeIavk.js → p-Cam92sWP.js} +1 -1
- package/dist/components/p-CmCsm4L-.js +1 -0
- package/dist/components/p-D3ts7oo9.js +1 -0
- package/dist/components/{p-CUvAZhuM.js → p-D4SOCy8I.js} +1 -1
- package/dist/components/{p-BnTTeIFH.js → p-Dh-h40mY.js} +1 -1
- package/dist/components/p-DrQh1Cb8.js +1 -0
- package/dist/components/{p-D7dk2gM7.js → p-DvL2TcDG.js} +1 -1
- package/dist/components/{p-BxiKVtk4.js → p-OKwHt2i9.js} +1 -1
- package/dist/components/{p-CBzpUqwG.js → p-QWi9AmnD.js} +1 -1
- package/dist/components/{p-B3igDRut.js → p-Xwo2HQmt.js} +1 -1
- package/dist/components/{p-DTS-dgEe.js → p-_k-j03K-.js} +1 -1
- package/dist/components/{p-HXlAaApx.js → p-eSq2ze8W.js} +1 -1
- package/dist/components/{p-C7tPadNy.js → p-lus32JrB.js} +1 -1
- package/dist/esm/co-accordion.entry.js +4 -4
- package/dist/esm/co-app-shell.entry.js +3 -3
- package/dist/esm/co-autocomplete.entry.js +38 -73
- package/dist/esm/co-avatar-group.entry.js +3 -3
- package/dist/esm/co-avatar.entry.js +2 -2
- 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 +4 -4
- package/dist/esm/co-calendar-month.entry.js +2 -2
- package/dist/esm/co-calendar_3.entry.js +19 -14
- package/dist/esm/co-card.entry.js +3 -3
- package/dist/esm/co-checkbox-group.entry.js +4 -4
- package/dist/esm/co-checkbox.entry.js +4 -4
- package/dist/esm/co-chip_2.entry.js +482 -0
- package/dist/esm/co-color-picker.entry.js +4 -4
- package/dist/esm/co-column-picker.entry.js +3 -3
- package/dist/esm/co-combobox.entry.js +52 -83
- package/dist/esm/co-command-search.entry.js +21 -60
- package/dist/esm/co-data-table-pagination.entry.js +5 -5
- package/dist/esm/co-data-table.entry.js +54 -5
- package/dist/esm/co-date-picker.entry.js +2 -2
- package/dist/esm/co-date-range-picker.entry.js +3 -3
- package/dist/esm/co-date-range.entry.js +2 -2
- 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 +4 -4
- package/dist/esm/co-event-calendar.entry.js +3 -3
- package/dist/esm/co-fab.entry.js +5 -5
- package/dist/esm/co-file-field.entry.js +7 -7
- 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 +19 -3
- package/dist/esm/co-json-field.entry.js +5 -5
- package/dist/esm/co-lightbox.entry.js +6 -6
- 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 +2 -2
- 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 +12 -3
- package/dist/esm/co-progress-bar.entry.js +4 -4
- package/dist/esm/co-progress-circle.entry.js +3 -3
- package/dist/esm/co-radio-group.entry.js +4 -4
- 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 +31 -135
- package/dist/esm/co-rich-text-editor.entry.js +4 -4
- package/dist/esm/co-rich-text-toolbar.entry.js +1 -1
- package/dist/esm/co-rich-text-viewer.entry.js +1 -1
- package/dist/esm/co-row.entry.js +3 -3
- package/dist/esm/co-segmented-bar.entry.js +3 -3
- package/dist/esm/co-select.entry.js +7 -7
- package/dist/esm/co-separator.entry.js +2 -2
- package/dist/esm/co-sidebar-nav.entry.js +10 -8
- package/dist/esm/co-sidebar.entry.js +3 -3
- package/dist/esm/co-skeleton.entry.js +2 -2
- package/dist/esm/co-slider.entry.js +3 -3
- package/dist/esm/co-switch.entry.js +6 -6
- package/dist/esm/co-tab-group.entry.js +10 -4
- package/dist/esm/co-tab.entry.js +5 -5
- package/dist/esm/co-tags-field.entry.js +8 -8
- package/dist/esm/co-textarea.entry.js +6 -6
- package/dist/esm/co-toast.entry.js +3 -3
- 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-tooltip.entry.js +3 -3
- package/dist/esm/co-transfer-list.entry.js +3 -3
- package/dist/esm/co-video.entry.js +4 -4
- package/dist/esm/cobalt.js +3 -3
- package/dist/esm/{fieldChip-BBu4ukje.js → fieldChip-ChXW__C5.js} +1 -1
- package/dist/esm/{index-Es9IUmmt.js → index-tT-aZV0-.js} +9 -13
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{requiredMark-Bg25QWFn.js → requiredMark-C7-_2UhB.js} +1 -1
- package/dist/types/components/co-accordion/co-accordion.d.ts +3 -0
- package/dist/types/components/co-autocomplete/co-autocomplete.d.ts +12 -14
- package/dist/types/components/co-combobox/co-combobox.d.ts +29 -15
- package/dist/types/components/co-command-search/co-command-search.d.ts +13 -5
- package/dist/types/components/co-command-search/commandSearchLogic.d.ts +1 -1
- package/dist/types/components/co-data-table/co-data-table.d.ts +22 -0
- package/dist/types/components/co-fab/co-fab.d.ts +3 -1
- package/dist/types/components/co-input/co-input.d.ts +9 -0
- package/dist/types/components/co-option-list/co-option-list.d.ts +4 -0
- package/dist/types/components/co-popover/co-popover.d.ts +1 -0
- package/dist/types/components/co-ref-field/co-ref-field.d.ts +8 -30
- package/dist/types/components/co-sidebar-nav/co-sidebar-nav.d.ts +2 -0
- package/dist/types/components/co-tab/co-tab.d.ts +2 -2
- package/dist/types/components/co-tab-group/co-tab-group.d.ts +5 -1
- package/dist/types/components.d.ts +123 -45
- package/package.json +4 -4
- package/dist/cjs/co-chip.cjs.entry.js +0 -91
- package/dist/cjs/co-option-list.cjs.entry.js +0 -379
- package/dist/cobalt/p-06c27cc5.entry.js +0 -1
- package/dist/cobalt/p-075f6ca4.entry.js +0 -1
- package/dist/cobalt/p-0810ee1e.entry.js +0 -1
- package/dist/cobalt/p-0b41e76e.entry.js +0 -1
- package/dist/cobalt/p-19f7ee64.entry.js +0 -1
- package/dist/cobalt/p-23c9208a.entry.js +0 -1
- package/dist/cobalt/p-311118cb.entry.js +0 -1
- package/dist/cobalt/p-48c5f311.entry.js +0 -1
- package/dist/cobalt/p-523cfd98.entry.js +0 -1
- package/dist/cobalt/p-5eecea26.entry.js +0 -1
- package/dist/cobalt/p-64a0b656.entry.js +0 -1
- package/dist/cobalt/p-6a3ed174.entry.js +0 -1
- package/dist/cobalt/p-755ecee1.entry.js +0 -1
- package/dist/cobalt/p-76b46336.entry.js +0 -1
- package/dist/cobalt/p-7b5dec05.entry.js +0 -1
- package/dist/cobalt/p-87289d32.entry.js +0 -1
- package/dist/cobalt/p-BUgUTjOB.js +0 -1
- package/dist/cobalt/p-Es9IUmmt.js +0 -2
- package/dist/cobalt/p-a71fd4f1.entry.js +0 -1
- package/dist/cobalt/p-b045d680.entry.js +0 -1
- package/dist/cobalt/p-b3c8fc9a.entry.js +0 -1
- package/dist/cobalt/p-b8f36f12.entry.js +0 -1
- package/dist/cobalt/p-ba6f0f90.entry.js +0 -1
- package/dist/cobalt/p-c1abc74b.entry.js +0 -1
- package/dist/cobalt/p-cf239452.entry.js +0 -1
- package/dist/cobalt/p-d2507f04.entry.js +0 -1
- package/dist/cobalt/p-d55652f2.entry.js +0 -1
- package/dist/cobalt/p-da211abf.entry.js +0 -1
- package/dist/cobalt/p-dcc7fc95.entry.js +0 -1
- package/dist/collection/components/co-command-search/commandSearchGroup.js +0 -17
- package/dist/components/p-BhSJcOUS.js +0 -1
- package/dist/components/p-CZKHHCdL.js +0 -1
- package/dist/components/p-K6LC1Hz4.js +0 -1
- package/dist/components/p-LAxCvyJl.js +0 -1
- package/dist/esm/co-chip.entry.js +0 -89
- package/dist/esm/co-option-list.entry.js +0 -377
- package/dist/types/components/co-command-search/commandSearchGroup.d.ts +0 -20
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-19T23:18:56",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.4",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"filePath": "src/components/co-accordion/co-accordion.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "co-accordion",
|
|
13
|
-
"docs": "",
|
|
13
|
+
"docs": "Collapsible section. The caret button is the ONLY toggle trigger — clicking\nthe header text does nothing (it may contain interactive content).",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
16
16
|
"name": "slot",
|
|
@@ -428,35 +428,6 @@
|
|
|
428
428
|
"getter": false,
|
|
429
429
|
"setter": false
|
|
430
430
|
},
|
|
431
|
-
{
|
|
432
|
-
"name": "debounce",
|
|
433
|
-
"type": "number",
|
|
434
|
-
"complexType": {
|
|
435
|
-
"original": "number",
|
|
436
|
-
"resolved": "number",
|
|
437
|
-
"references": {}
|
|
438
|
-
},
|
|
439
|
-
"mutable": false,
|
|
440
|
-
"attr": "debounce",
|
|
441
|
-
"reflectToAttr": false,
|
|
442
|
-
"docs": "Debounce time in ms for coSearch",
|
|
443
|
-
"docsTags": [
|
|
444
|
-
{
|
|
445
|
-
"name": "default",
|
|
446
|
-
"text": "300"
|
|
447
|
-
}
|
|
448
|
-
],
|
|
449
|
-
"default": "300",
|
|
450
|
-
"values": [
|
|
451
|
-
{
|
|
452
|
-
"type": "number"
|
|
453
|
-
}
|
|
454
|
-
],
|
|
455
|
-
"optional": false,
|
|
456
|
-
"required": false,
|
|
457
|
-
"getter": false,
|
|
458
|
-
"setter": false
|
|
459
|
-
},
|
|
460
431
|
{
|
|
461
432
|
"name": "disabled",
|
|
462
433
|
"type": "boolean",
|
|
@@ -487,7 +458,7 @@
|
|
|
487
458
|
"setter": false
|
|
488
459
|
},
|
|
489
460
|
{
|
|
490
|
-
"name": "
|
|
461
|
+
"name": "emptyMessage",
|
|
491
462
|
"type": "string",
|
|
492
463
|
"complexType": {
|
|
493
464
|
"original": "string",
|
|
@@ -495,7 +466,7 @@
|
|
|
495
466
|
"references": {}
|
|
496
467
|
},
|
|
497
468
|
"mutable": false,
|
|
498
|
-
"attr": "empty-
|
|
469
|
+
"attr": "empty-message",
|
|
499
470
|
"reflectToAttr": false,
|
|
500
471
|
"docs": "Message when options are empty after search",
|
|
501
472
|
"docsTags": [
|
|
@@ -813,6 +784,35 @@
|
|
|
813
784
|
"getter": false,
|
|
814
785
|
"setter": false
|
|
815
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"name": "searchDebounce",
|
|
789
|
+
"type": "number",
|
|
790
|
+
"complexType": {
|
|
791
|
+
"original": "number",
|
|
792
|
+
"resolved": "number",
|
|
793
|
+
"references": {}
|
|
794
|
+
},
|
|
795
|
+
"mutable": false,
|
|
796
|
+
"attr": "search-debounce",
|
|
797
|
+
"reflectToAttr": false,
|
|
798
|
+
"docs": "Debounce time in ms for coSearch",
|
|
799
|
+
"docsTags": [
|
|
800
|
+
{
|
|
801
|
+
"name": "default",
|
|
802
|
+
"text": "300"
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
"default": "300",
|
|
806
|
+
"values": [
|
|
807
|
+
{
|
|
808
|
+
"type": "number"
|
|
809
|
+
}
|
|
810
|
+
],
|
|
811
|
+
"optional": false,
|
|
812
|
+
"required": false,
|
|
813
|
+
"getter": false,
|
|
814
|
+
"setter": false
|
|
815
|
+
},
|
|
816
816
|
{
|
|
817
817
|
"name": "secondaryLabel",
|
|
818
818
|
"type": "string | undefined",
|
|
@@ -964,11 +964,11 @@
|
|
|
964
964
|
"events": [
|
|
965
965
|
{
|
|
966
966
|
"event": "coChange",
|
|
967
|
-
"detail": "string | string[]",
|
|
967
|
+
"detail": "{ value: string | string[]; item: { _id: string; label: string; } | null; }",
|
|
968
968
|
"bubbles": true,
|
|
969
969
|
"complexType": {
|
|
970
|
-
"original": "string | string[]",
|
|
971
|
-
"resolved": "string | string[]",
|
|
970
|
+
"original": "{ value: string | string[]; item: { _id: string; label: string } | null }",
|
|
971
|
+
"resolved": "{ value: string | string[]; item: { _id: string; label: string; } | null; }",
|
|
972
972
|
"references": {}
|
|
973
973
|
},
|
|
974
974
|
"cancelable": true,
|
|
@@ -1021,16 +1021,24 @@
|
|
|
1021
1021
|
"dependencies": [
|
|
1022
1022
|
"co-icon",
|
|
1023
1023
|
"co-chip",
|
|
1024
|
-
"co-
|
|
1024
|
+
"co-option-list"
|
|
1025
1025
|
],
|
|
1026
1026
|
"dependencyGraph": {
|
|
1027
1027
|
"co-autocomplete": [
|
|
1028
1028
|
"co-icon",
|
|
1029
1029
|
"co-chip",
|
|
1030
|
-
"co-
|
|
1030
|
+
"co-option-list"
|
|
1031
1031
|
],
|
|
1032
1032
|
"co-chip": [
|
|
1033
1033
|
"co-icon"
|
|
1034
|
+
],
|
|
1035
|
+
"co-option-list": [
|
|
1036
|
+
"co-avatar",
|
|
1037
|
+
"co-icon",
|
|
1038
|
+
"co-loader"
|
|
1039
|
+
],
|
|
1040
|
+
"co-avatar": [
|
|
1041
|
+
"co-icon"
|
|
1034
1042
|
]
|
|
1035
1043
|
}
|
|
1036
1044
|
},
|
|
@@ -6622,6 +6630,35 @@
|
|
|
6622
6630
|
"getter": false,
|
|
6623
6631
|
"setter": false
|
|
6624
6632
|
},
|
|
6633
|
+
{
|
|
6634
|
+
"name": "emptyMessage",
|
|
6635
|
+
"type": "string",
|
|
6636
|
+
"complexType": {
|
|
6637
|
+
"original": "string",
|
|
6638
|
+
"resolved": "string",
|
|
6639
|
+
"references": {}
|
|
6640
|
+
},
|
|
6641
|
+
"mutable": false,
|
|
6642
|
+
"attr": "empty-message",
|
|
6643
|
+
"reflectToAttr": false,
|
|
6644
|
+
"docs": "Message shown when the filtered list is empty.",
|
|
6645
|
+
"docsTags": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "default",
|
|
6648
|
+
"text": "'No results found'"
|
|
6649
|
+
}
|
|
6650
|
+
],
|
|
6651
|
+
"default": "'No results found'",
|
|
6652
|
+
"values": [
|
|
6653
|
+
{
|
|
6654
|
+
"type": "string"
|
|
6655
|
+
}
|
|
6656
|
+
],
|
|
6657
|
+
"optional": false,
|
|
6658
|
+
"required": false,
|
|
6659
|
+
"getter": false,
|
|
6660
|
+
"setter": false
|
|
6661
|
+
},
|
|
6625
6662
|
{
|
|
6626
6663
|
"name": "footerPrimaryLabel",
|
|
6627
6664
|
"type": "string",
|
|
@@ -7158,16 +7195,16 @@
|
|
|
7158
7195
|
"events": [
|
|
7159
7196
|
{
|
|
7160
7197
|
"event": "coChange",
|
|
7161
|
-
"detail": "string[]",
|
|
7198
|
+
"detail": "{ value: string | string[]; item: { _id: string; label: string; } | null; }",
|
|
7162
7199
|
"bubbles": true,
|
|
7163
7200
|
"complexType": {
|
|
7164
|
-
"original": "string[]",
|
|
7165
|
-
"resolved": "string[]",
|
|
7201
|
+
"original": "{ value: string[] | string; item: { _id: string; label: string } | null }",
|
|
7202
|
+
"resolved": "{ value: string | string[]; item: { _id: string; label: string; } | null; }",
|
|
7166
7203
|
"references": {}
|
|
7167
7204
|
},
|
|
7168
7205
|
"cancelable": true,
|
|
7169
7206
|
"composed": true,
|
|
7170
|
-
"docs": "Emitted when the selection changes",
|
|
7207
|
+
"docs": "Emitted when the selection changes. `item` is the picked option (the\noption-list's native `{ _id, label }` shape); `null` on clear.",
|
|
7171
7208
|
"docsTags": []
|
|
7172
7209
|
},
|
|
7173
7210
|
{
|
|
@@ -7261,22 +7298,6 @@
|
|
|
7261
7298
|
"name": "label",
|
|
7262
7299
|
"docs": ""
|
|
7263
7300
|
},
|
|
7264
|
-
{
|
|
7265
|
-
"name": "option",
|
|
7266
|
-
"docs": ""
|
|
7267
|
-
},
|
|
7268
|
-
{
|
|
7269
|
-
"name": "options",
|
|
7270
|
-
"docs": ""
|
|
7271
|
-
},
|
|
7272
|
-
{
|
|
7273
|
-
"name": "search",
|
|
7274
|
-
"docs": ""
|
|
7275
|
-
},
|
|
7276
|
-
{
|
|
7277
|
-
"name": "search-input",
|
|
7278
|
-
"docs": ""
|
|
7279
|
-
},
|
|
7280
7301
|
{
|
|
7281
7302
|
"name": "secondary-label",
|
|
7282
7303
|
"docs": ""
|
|
@@ -7296,6 +7317,7 @@
|
|
|
7296
7317
|
"co-popover",
|
|
7297
7318
|
"co-icon",
|
|
7298
7319
|
"co-chip",
|
|
7320
|
+
"co-option-list",
|
|
7299
7321
|
"co-list-footer"
|
|
7300
7322
|
],
|
|
7301
7323
|
"dependencyGraph": {
|
|
@@ -7303,11 +7325,20 @@
|
|
|
7303
7325
|
"co-popover",
|
|
7304
7326
|
"co-icon",
|
|
7305
7327
|
"co-chip",
|
|
7328
|
+
"co-option-list",
|
|
7306
7329
|
"co-list-footer"
|
|
7307
7330
|
],
|
|
7308
7331
|
"co-chip": [
|
|
7309
7332
|
"co-icon"
|
|
7310
7333
|
],
|
|
7334
|
+
"co-option-list": [
|
|
7335
|
+
"co-avatar",
|
|
7336
|
+
"co-icon",
|
|
7337
|
+
"co-loader"
|
|
7338
|
+
],
|
|
7339
|
+
"co-avatar": [
|
|
7340
|
+
"co-icon"
|
|
7341
|
+
],
|
|
7311
7342
|
"co-list-footer": [
|
|
7312
7343
|
"co-icon"
|
|
7313
7344
|
]
|
|
@@ -7508,10 +7539,9 @@
|
|
|
7508
7539
|
"resolved": "CommandItem[] | string",
|
|
7509
7540
|
"references": {
|
|
7510
7541
|
"CommandItem": {
|
|
7511
|
-
"location": "
|
|
7512
|
-
"path": "
|
|
7513
|
-
"id": "src/components/co-command-search/
|
|
7514
|
-
"referenceLocation": "CommandItem"
|
|
7542
|
+
"location": "local",
|
|
7543
|
+
"path": "/Users/agox/Documents/Prolibu/prolibu-cobalt/packages/core/src/components/co-command-search/co-command-search.tsx",
|
|
7544
|
+
"id": "src/components/co-command-search/co-command-search.tsx::CommandItem"
|
|
7515
7545
|
}
|
|
7516
7546
|
}
|
|
7517
7547
|
},
|
|
@@ -7744,31 +7774,31 @@
|
|
|
7744
7774
|
"docsTags": []
|
|
7745
7775
|
},
|
|
7746
7776
|
{
|
|
7747
|
-
"event": "
|
|
7777
|
+
"event": "coScopeChange",
|
|
7748
7778
|
"detail": "string",
|
|
7749
|
-
"bubbles":
|
|
7779
|
+
"bubbles": false,
|
|
7750
7780
|
"complexType": {
|
|
7751
7781
|
"original": "string",
|
|
7752
7782
|
"resolved": "string",
|
|
7753
7783
|
"references": {}
|
|
7754
7784
|
},
|
|
7755
7785
|
"cancelable": true,
|
|
7756
|
-
"composed":
|
|
7757
|
-
"docs": "",
|
|
7786
|
+
"composed": false,
|
|
7787
|
+
"docs": "Emitted when an item with keepOpen=true is selected. Detail = item.value (scope model key).",
|
|
7758
7788
|
"docsTags": []
|
|
7759
7789
|
},
|
|
7760
7790
|
{
|
|
7761
|
-
"event": "
|
|
7791
|
+
"event": "coSearch",
|
|
7762
7792
|
"detail": "string",
|
|
7763
|
-
"bubbles":
|
|
7793
|
+
"bubbles": true,
|
|
7764
7794
|
"complexType": {
|
|
7765
7795
|
"original": "string",
|
|
7766
7796
|
"resolved": "string",
|
|
7767
7797
|
"references": {}
|
|
7768
7798
|
},
|
|
7769
7799
|
"cancelable": true,
|
|
7770
|
-
"composed":
|
|
7771
|
-
"docs": "
|
|
7800
|
+
"composed": true,
|
|
7801
|
+
"docs": "",
|
|
7772
7802
|
"docsTags": []
|
|
7773
7803
|
},
|
|
7774
7804
|
{
|
|
@@ -7809,10 +7839,6 @@
|
|
|
7809
7839
|
}
|
|
7810
7840
|
],
|
|
7811
7841
|
"parts": [
|
|
7812
|
-
{
|
|
7813
|
-
"name": "empty",
|
|
7814
|
-
"docs": ""
|
|
7815
|
-
},
|
|
7816
7842
|
{
|
|
7817
7843
|
"name": "favorites",
|
|
7818
7844
|
"docs": ""
|
|
@@ -7825,10 +7851,6 @@
|
|
|
7825
7851
|
"name": "input-row",
|
|
7826
7852
|
"docs": ""
|
|
7827
7853
|
},
|
|
7828
|
-
{
|
|
7829
|
-
"name": "item",
|
|
7830
|
-
"docs": ""
|
|
7831
|
-
},
|
|
7832
7854
|
{
|
|
7833
7855
|
"name": "loading",
|
|
7834
7856
|
"docs": ""
|
|
@@ -7841,10 +7863,6 @@
|
|
|
7841
7863
|
"name": "results",
|
|
7842
7864
|
"docs": ""
|
|
7843
7865
|
},
|
|
7844
|
-
{
|
|
7845
|
-
"name": "section",
|
|
7846
|
-
"docs": ""
|
|
7847
|
-
},
|
|
7848
7866
|
{
|
|
7849
7867
|
"name": "tabs",
|
|
7850
7868
|
"docs": ""
|
|
@@ -7856,17 +7874,27 @@
|
|
|
7856
7874
|
"co-overlay",
|
|
7857
7875
|
"co-icon",
|
|
7858
7876
|
"co-loader",
|
|
7859
|
-
"co-chip"
|
|
7877
|
+
"co-chip",
|
|
7878
|
+
"co-option-list"
|
|
7860
7879
|
],
|
|
7861
7880
|
"dependencyGraph": {
|
|
7862
7881
|
"co-command-search": [
|
|
7863
7882
|
"co-overlay",
|
|
7864
7883
|
"co-icon",
|
|
7865
7884
|
"co-loader",
|
|
7866
|
-
"co-chip"
|
|
7885
|
+
"co-chip",
|
|
7886
|
+
"co-option-list"
|
|
7867
7887
|
],
|
|
7868
7888
|
"co-chip": [
|
|
7869
7889
|
"co-icon"
|
|
7890
|
+
],
|
|
7891
|
+
"co-option-list": [
|
|
7892
|
+
"co-avatar",
|
|
7893
|
+
"co-icon",
|
|
7894
|
+
"co-loader"
|
|
7895
|
+
],
|
|
7896
|
+
"co-avatar": [
|
|
7897
|
+
"co-icon"
|
|
7870
7898
|
]
|
|
7871
7899
|
}
|
|
7872
7900
|
},
|
|
@@ -8110,6 +8138,70 @@
|
|
|
8110
8138
|
"getter": false,
|
|
8111
8139
|
"setter": false
|
|
8112
8140
|
},
|
|
8141
|
+
{
|
|
8142
|
+
"name": "filteredFields",
|
|
8143
|
+
"type": "string | string[]",
|
|
8144
|
+
"complexType": {
|
|
8145
|
+
"original": "string | string[]",
|
|
8146
|
+
"resolved": "string | string[]",
|
|
8147
|
+
"references": {}
|
|
8148
|
+
},
|
|
8149
|
+
"mutable": false,
|
|
8150
|
+
"attr": "filtered-fields",
|
|
8151
|
+
"reflectToAttr": true,
|
|
8152
|
+
"docs": "Fields with an active column filter (funnel filled + always visible). JSON string or array.",
|
|
8153
|
+
"docsTags": [
|
|
8154
|
+
{
|
|
8155
|
+
"name": "default",
|
|
8156
|
+
"text": "'[]'"
|
|
8157
|
+
}
|
|
8158
|
+
],
|
|
8159
|
+
"default": "'[]'",
|
|
8160
|
+
"values": [
|
|
8161
|
+
{
|
|
8162
|
+
"type": "string"
|
|
8163
|
+
},
|
|
8164
|
+
{
|
|
8165
|
+
"type": "string[]"
|
|
8166
|
+
}
|
|
8167
|
+
],
|
|
8168
|
+
"optional": false,
|
|
8169
|
+
"required": false,
|
|
8170
|
+
"getter": false,
|
|
8171
|
+
"setter": false
|
|
8172
|
+
},
|
|
8173
|
+
{
|
|
8174
|
+
"name": "indirectFilteredFields",
|
|
8175
|
+
"type": "string | string[]",
|
|
8176
|
+
"complexType": {
|
|
8177
|
+
"original": "string | string[]",
|
|
8178
|
+
"resolved": "string | string[]",
|
|
8179
|
+
"references": {}
|
|
8180
|
+
},
|
|
8181
|
+
"mutable": false,
|
|
8182
|
+
"attr": "indirect-filtered-fields",
|
|
8183
|
+
"reflectToAttr": true,
|
|
8184
|
+
"docs": "Fields filtered by OTHER filter layers (funnel dimmed hint). JSON string or array.",
|
|
8185
|
+
"docsTags": [
|
|
8186
|
+
{
|
|
8187
|
+
"name": "default",
|
|
8188
|
+
"text": "'[]'"
|
|
8189
|
+
}
|
|
8190
|
+
],
|
|
8191
|
+
"default": "'[]'",
|
|
8192
|
+
"values": [
|
|
8193
|
+
{
|
|
8194
|
+
"type": "string"
|
|
8195
|
+
},
|
|
8196
|
+
{
|
|
8197
|
+
"type": "string[]"
|
|
8198
|
+
}
|
|
8199
|
+
],
|
|
8200
|
+
"optional": false,
|
|
8201
|
+
"required": false,
|
|
8202
|
+
"getter": false,
|
|
8203
|
+
"setter": false
|
|
8204
|
+
},
|
|
8113
8205
|
{
|
|
8114
8206
|
"name": "loading",
|
|
8115
8207
|
"type": "boolean",
|
|
@@ -8430,6 +8522,20 @@
|
|
|
8430
8522
|
"docs": "Fired when the prop-driven empty-action button (`emptyActionLabel`) is clicked.",
|
|
8431
8523
|
"docsTags": []
|
|
8432
8524
|
},
|
|
8525
|
+
{
|
|
8526
|
+
"event": "coHeaderFilter",
|
|
8527
|
+
"detail": "{ field: string; rect: { top: number; left: number; bottom: number; right: number; width: number; height: number; }; }",
|
|
8528
|
+
"bubbles": true,
|
|
8529
|
+
"complexType": {
|
|
8530
|
+
"original": "{ field: string; rect: { top: number; left: number; bottom: number; right: number; width: number; height: number } }",
|
|
8531
|
+
"resolved": "{ field: string; rect: { top: number; left: number; bottom: number; right: number; width: number; height: number; }; }",
|
|
8532
|
+
"references": {}
|
|
8533
|
+
},
|
|
8534
|
+
"cancelable": true,
|
|
8535
|
+
"composed": true,
|
|
8536
|
+
"docs": "Emitted when a column's filter icon is clicked (rect = icon bounding box for anchoring).",
|
|
8537
|
+
"docsTags": []
|
|
8538
|
+
},
|
|
8433
8539
|
{
|
|
8434
8540
|
"event": "coRowClick",
|
|
8435
8541
|
"detail": "{ row: any; index: number; }",
|
|
@@ -13977,6 +14083,32 @@
|
|
|
13977
14083
|
"docsTags": [],
|
|
13978
14084
|
"usage": {},
|
|
13979
14085
|
"props": [
|
|
14086
|
+
{
|
|
14087
|
+
"name": "ariaLabelText",
|
|
14088
|
+
"type": "string | undefined",
|
|
14089
|
+
"complexType": {
|
|
14090
|
+
"original": "string",
|
|
14091
|
+
"resolved": "string | undefined",
|
|
14092
|
+
"references": {}
|
|
14093
|
+
},
|
|
14094
|
+
"mutable": false,
|
|
14095
|
+
"attr": "aria-label-text",
|
|
14096
|
+
"reflectToAttr": false,
|
|
14097
|
+
"docs": "Accessible label for icon-only FABs (falls back to `label`/`icon`).",
|
|
14098
|
+
"docsTags": [],
|
|
14099
|
+
"values": [
|
|
14100
|
+
{
|
|
14101
|
+
"type": "string"
|
|
14102
|
+
},
|
|
14103
|
+
{
|
|
14104
|
+
"type": "undefined"
|
|
14105
|
+
}
|
|
14106
|
+
],
|
|
14107
|
+
"optional": true,
|
|
14108
|
+
"required": false,
|
|
14109
|
+
"getter": false,
|
|
14110
|
+
"setter": false
|
|
14111
|
+
},
|
|
13980
14112
|
{
|
|
13981
14113
|
"name": "disabled",
|
|
13982
14114
|
"type": "boolean",
|
|
@@ -14109,10 +14241,10 @@
|
|
|
14109
14241
|
},
|
|
14110
14242
|
{
|
|
14111
14243
|
"name": "size",
|
|
14112
|
-
"type": "\"l\" | \"m\" | \"s\"",
|
|
14244
|
+
"type": "\"l\" | \"m\" | \"s\" | \"xl\"",
|
|
14113
14245
|
"complexType": {
|
|
14114
|
-
"original": "'l' | 'm' | 's'",
|
|
14115
|
-
"resolved": "\"l\" | \"m\" | \"s\"",
|
|
14246
|
+
"original": "'xl' | 'l' | 'm' | 's'",
|
|
14247
|
+
"resolved": "\"l\" | \"m\" | \"s\" | \"xl\"",
|
|
14116
14248
|
"references": {}
|
|
14117
14249
|
},
|
|
14118
14250
|
"mutable": false,
|
|
@@ -14138,6 +14270,10 @@
|
|
|
14138
14270
|
{
|
|
14139
14271
|
"value": "s",
|
|
14140
14272
|
"type": "string"
|
|
14273
|
+
},
|
|
14274
|
+
{
|
|
14275
|
+
"value": "xl",
|
|
14276
|
+
"type": "string"
|
|
14141
14277
|
}
|
|
14142
14278
|
],
|
|
14143
14279
|
"optional": false,
|
|
@@ -15992,6 +16128,35 @@
|
|
|
15992
16128
|
"getter": false,
|
|
15993
16129
|
"setter": false
|
|
15994
16130
|
},
|
|
16131
|
+
{
|
|
16132
|
+
"name": "autoFocus",
|
|
16133
|
+
"type": "boolean",
|
|
16134
|
+
"complexType": {
|
|
16135
|
+
"original": "boolean",
|
|
16136
|
+
"resolved": "boolean",
|
|
16137
|
+
"references": {}
|
|
16138
|
+
},
|
|
16139
|
+
"mutable": false,
|
|
16140
|
+
"attr": "auto-focus",
|
|
16141
|
+
"reflectToAttr": false,
|
|
16142
|
+
"docs": "Focus the inner input as soon as the component finishes hydrating.\nConsumers can't reliably focus the shadow input themselves — Stencil's\nlazy hydration replaces the shadow content AFTER mount, so an early\nfocus() lands on a node that gets thrown away. `componentDidLoad` runs\nafter hydration, which is exactly the right moment.",
|
|
16143
|
+
"docsTags": [
|
|
16144
|
+
{
|
|
16145
|
+
"name": "default",
|
|
16146
|
+
"text": "false"
|
|
16147
|
+
}
|
|
16148
|
+
],
|
|
16149
|
+
"default": "false",
|
|
16150
|
+
"values": [
|
|
16151
|
+
{
|
|
16152
|
+
"type": "boolean"
|
|
16153
|
+
}
|
|
16154
|
+
],
|
|
16155
|
+
"optional": false,
|
|
16156
|
+
"required": false,
|
|
16157
|
+
"getter": false,
|
|
16158
|
+
"setter": false
|
|
16159
|
+
},
|
|
15995
16160
|
{
|
|
15996
16161
|
"name": "autocomplete",
|
|
15997
16162
|
"type": "string | undefined",
|
|
@@ -16529,7 +16694,30 @@
|
|
|
16529
16694
|
"setter": false
|
|
16530
16695
|
}
|
|
16531
16696
|
],
|
|
16532
|
-
"methods": [
|
|
16697
|
+
"methods": [
|
|
16698
|
+
{
|
|
16699
|
+
"name": "setFocus",
|
|
16700
|
+
"returns": {
|
|
16701
|
+
"type": "Promise<void>",
|
|
16702
|
+
"docs": ""
|
|
16703
|
+
},
|
|
16704
|
+
"complexType": {
|
|
16705
|
+
"signature": "() => Promise<void>",
|
|
16706
|
+
"parameters": [],
|
|
16707
|
+
"references": {
|
|
16708
|
+
"Promise": {
|
|
16709
|
+
"location": "global",
|
|
16710
|
+
"id": "global::Promise"
|
|
16711
|
+
}
|
|
16712
|
+
},
|
|
16713
|
+
"return": "Promise<void>"
|
|
16714
|
+
},
|
|
16715
|
+
"signature": "setFocus() => Promise<void>",
|
|
16716
|
+
"parameters": [],
|
|
16717
|
+
"docs": "Programmatically focus the inner input (post-hydration safe).",
|
|
16718
|
+
"docsTags": []
|
|
16719
|
+
}
|
|
16720
|
+
],
|
|
16533
16721
|
"events": [
|
|
16534
16722
|
{
|
|
16535
16723
|
"event": "coAction",
|
|
@@ -18058,17 +18246,12 @@
|
|
|
18058
18246
|
],
|
|
18059
18247
|
"states": [],
|
|
18060
18248
|
"dependents": [
|
|
18061
|
-
"co-autocomplete",
|
|
18062
18249
|
"co-command-search",
|
|
18063
18250
|
"co-drawer",
|
|
18064
|
-
"co-option-list"
|
|
18065
|
-
"co-ref-field"
|
|
18251
|
+
"co-option-list"
|
|
18066
18252
|
],
|
|
18067
18253
|
"dependencies": [],
|
|
18068
18254
|
"dependencyGraph": {
|
|
18069
|
-
"co-autocomplete": [
|
|
18070
|
-
"co-loader"
|
|
18071
|
-
],
|
|
18072
18255
|
"co-command-search": [
|
|
18073
18256
|
"co-loader"
|
|
18074
18257
|
],
|
|
@@ -18077,9 +18260,6 @@
|
|
|
18077
18260
|
],
|
|
18078
18261
|
"co-option-list": [
|
|
18079
18262
|
"co-loader"
|
|
18080
|
-
],
|
|
18081
|
-
"co-ref-field": [
|
|
18082
|
-
"co-loader"
|
|
18083
18263
|
]
|
|
18084
18264
|
}
|
|
18085
18265
|
},
|
|
@@ -19909,6 +20089,35 @@
|
|
|
19909
20089
|
],
|
|
19910
20090
|
"usage": {},
|
|
19911
20091
|
"props": [
|
|
20092
|
+
{
|
|
20093
|
+
"name": "autoHighlight",
|
|
20094
|
+
"type": "boolean",
|
|
20095
|
+
"complexType": {
|
|
20096
|
+
"original": "boolean",
|
|
20097
|
+
"resolved": "boolean",
|
|
20098
|
+
"references": {}
|
|
20099
|
+
},
|
|
20100
|
+
"mutable": false,
|
|
20101
|
+
"attr": "auto-highlight",
|
|
20102
|
+
"reflectToAttr": false,
|
|
20103
|
+
"docs": "Auto-resalta la primera fila navegable al montar y en cada cambio de\nitems (paridad command-palette: tipear + Enter = primer resultado).\nSalta filas disabled vía nextActiveIndex.",
|
|
20104
|
+
"docsTags": [
|
|
20105
|
+
{
|
|
20106
|
+
"name": "default",
|
|
20107
|
+
"text": "false"
|
|
20108
|
+
}
|
|
20109
|
+
],
|
|
20110
|
+
"default": "false",
|
|
20111
|
+
"values": [
|
|
20112
|
+
{
|
|
20113
|
+
"type": "boolean"
|
|
20114
|
+
}
|
|
20115
|
+
],
|
|
20116
|
+
"optional": false,
|
|
20117
|
+
"required": false,
|
|
20118
|
+
"getter": false,
|
|
20119
|
+
"setter": false
|
|
20120
|
+
},
|
|
19912
20121
|
{
|
|
19913
20122
|
"name": "avatarShape",
|
|
19914
20123
|
"type": "\"circle\" | \"square\"",
|
|
@@ -20702,7 +20911,12 @@
|
|
|
20702
20911
|
}
|
|
20703
20912
|
],
|
|
20704
20913
|
"states": [],
|
|
20705
|
-
"dependents": [
|
|
20914
|
+
"dependents": [
|
|
20915
|
+
"co-autocomplete",
|
|
20916
|
+
"co-combobox",
|
|
20917
|
+
"co-command-search",
|
|
20918
|
+
"co-ref-field"
|
|
20919
|
+
],
|
|
20706
20920
|
"dependencies": [
|
|
20707
20921
|
"co-avatar",
|
|
20708
20922
|
"co-icon",
|
|
@@ -20716,6 +20930,18 @@
|
|
|
20716
20930
|
],
|
|
20717
20931
|
"co-avatar": [
|
|
20718
20932
|
"co-icon"
|
|
20933
|
+
],
|
|
20934
|
+
"co-autocomplete": [
|
|
20935
|
+
"co-option-list"
|
|
20936
|
+
],
|
|
20937
|
+
"co-combobox": [
|
|
20938
|
+
"co-option-list"
|
|
20939
|
+
],
|
|
20940
|
+
"co-command-search": [
|
|
20941
|
+
"co-option-list"
|
|
20942
|
+
],
|
|
20943
|
+
"co-ref-field": [
|
|
20944
|
+
"co-option-list"
|
|
20719
20945
|
]
|
|
20720
20946
|
}
|
|
20721
20947
|
},
|
|
@@ -23102,32 +23328,6 @@
|
|
|
23102
23328
|
"getter": false,
|
|
23103
23329
|
"setter": false
|
|
23104
23330
|
},
|
|
23105
|
-
{
|
|
23106
|
-
"name": "createLabel",
|
|
23107
|
-
"type": "string | undefined",
|
|
23108
|
-
"complexType": {
|
|
23109
|
-
"original": "string",
|
|
23110
|
-
"resolved": "string | undefined",
|
|
23111
|
-
"references": {}
|
|
23112
|
-
},
|
|
23113
|
-
"mutable": false,
|
|
23114
|
-
"attr": "create-label",
|
|
23115
|
-
"reflectToAttr": false,
|
|
23116
|
-
"docs": "If set, shows a \"Create\" button in the panel footer.",
|
|
23117
|
-
"docsTags": [],
|
|
23118
|
-
"values": [
|
|
23119
|
-
{
|
|
23120
|
-
"type": "string"
|
|
23121
|
-
},
|
|
23122
|
-
{
|
|
23123
|
-
"type": "undefined"
|
|
23124
|
-
}
|
|
23125
|
-
],
|
|
23126
|
-
"optional": true,
|
|
23127
|
-
"required": false,
|
|
23128
|
-
"getter": false,
|
|
23129
|
-
"setter": false
|
|
23130
|
-
},
|
|
23131
23331
|
{
|
|
23132
23332
|
"name": "disabled",
|
|
23133
23333
|
"type": "boolean",
|
|
@@ -23962,20 +24162,6 @@
|
|
|
23962
24162
|
"docs": "",
|
|
23963
24163
|
"docsTags": []
|
|
23964
24164
|
},
|
|
23965
|
-
{
|
|
23966
|
-
"event": "coCreate",
|
|
23967
|
-
"detail": "string",
|
|
23968
|
-
"bubbles": true,
|
|
23969
|
-
"complexType": {
|
|
23970
|
-
"original": "string",
|
|
23971
|
-
"resolved": "string",
|
|
23972
|
-
"references": {}
|
|
23973
|
-
},
|
|
23974
|
-
"cancelable": true,
|
|
23975
|
-
"composed": true,
|
|
23976
|
-
"docs": "",
|
|
23977
|
-
"docsTags": []
|
|
23978
|
-
},
|
|
23979
24165
|
{
|
|
23980
24166
|
"event": "coFooterPrimary",
|
|
23981
24167
|
"detail": "void",
|
|
@@ -24064,24 +24250,46 @@
|
|
|
24064
24250
|
"listeners": [],
|
|
24065
24251
|
"styles": [],
|
|
24066
24252
|
"slots": [],
|
|
24067
|
-
"parts": [
|
|
24253
|
+
"parts": [
|
|
24254
|
+
{
|
|
24255
|
+
"name": "trigger-chevron",
|
|
24256
|
+
"docs": ""
|
|
24257
|
+
},
|
|
24258
|
+
{
|
|
24259
|
+
"name": "trigger-clear",
|
|
24260
|
+
"docs": ""
|
|
24261
|
+
},
|
|
24262
|
+
{
|
|
24263
|
+
"name": "trigger-placeholder",
|
|
24264
|
+
"docs": ""
|
|
24265
|
+
},
|
|
24266
|
+
{
|
|
24267
|
+
"name": "trigger-text",
|
|
24268
|
+
"docs": ""
|
|
24269
|
+
}
|
|
24270
|
+
],
|
|
24068
24271
|
"states": [],
|
|
24069
24272
|
"dependents": [],
|
|
24070
24273
|
"dependencies": [
|
|
24071
24274
|
"co-icon",
|
|
24072
24275
|
"co-avatar",
|
|
24073
|
-
"co-
|
|
24276
|
+
"co-option-list",
|
|
24074
24277
|
"co-popover"
|
|
24075
24278
|
],
|
|
24076
24279
|
"dependencyGraph": {
|
|
24077
24280
|
"co-ref-field": [
|
|
24078
24281
|
"co-icon",
|
|
24079
24282
|
"co-avatar",
|
|
24080
|
-
"co-
|
|
24283
|
+
"co-option-list",
|
|
24081
24284
|
"co-popover"
|
|
24082
24285
|
],
|
|
24083
24286
|
"co-avatar": [
|
|
24084
24287
|
"co-icon"
|
|
24288
|
+
],
|
|
24289
|
+
"co-option-list": [
|
|
24290
|
+
"co-avatar",
|
|
24291
|
+
"co-icon",
|
|
24292
|
+
"co-loader"
|
|
24085
24293
|
]
|
|
24086
24294
|
}
|
|
24087
24295
|
},
|
|
@@ -28130,16 +28338,16 @@
|
|
|
28130
28338
|
},
|
|
28131
28339
|
{
|
|
28132
28340
|
"name": "variant",
|
|
28133
|
-
"type": "\"pill\" | \"underline\"",
|
|
28341
|
+
"type": "\"pill\" | \"segmented\" | \"underline\"",
|
|
28134
28342
|
"complexType": {
|
|
28135
|
-
"original": "'pill' | 'underline'",
|
|
28136
|
-
"resolved": "\"pill\" | \"underline\"",
|
|
28343
|
+
"original": "'pill' | 'underline' | 'segmented'",
|
|
28344
|
+
"resolved": "\"pill\" | \"segmented\" | \"underline\"",
|
|
28137
28345
|
"references": {}
|
|
28138
28346
|
},
|
|
28139
28347
|
"mutable": false,
|
|
28140
28348
|
"attr": "variant",
|
|
28141
28349
|
"reflectToAttr": false,
|
|
28142
|
-
"docs": "Visual variant: filled pill (default) or
|
|
28350
|
+
"docs": "Visual variant: filled pill (default), underline tab, or segmented-control pill",
|
|
28143
28351
|
"docsTags": [
|
|
28144
28352
|
{
|
|
28145
28353
|
"name": "default",
|
|
@@ -28152,6 +28360,10 @@
|
|
|
28152
28360
|
"value": "pill",
|
|
28153
28361
|
"type": "string"
|
|
28154
28362
|
},
|
|
28363
|
+
{
|
|
28364
|
+
"value": "segmented",
|
|
28365
|
+
"type": "string"
|
|
28366
|
+
},
|
|
28155
28367
|
{
|
|
28156
28368
|
"value": "underline",
|
|
28157
28369
|
"type": "string"
|
|
@@ -28240,10 +28452,10 @@
|
|
|
28240
28452
|
},
|
|
28241
28453
|
{
|
|
28242
28454
|
"name": "variant",
|
|
28243
|
-
"type": "\"pill\" | \"underline\"",
|
|
28455
|
+
"type": "\"pill\" | \"segmented\" | \"underline\"",
|
|
28244
28456
|
"complexType": {
|
|
28245
|
-
"original": "'pill' | 'underline'",
|
|
28246
|
-
"resolved": "\"pill\" | \"underline\"",
|
|
28457
|
+
"original": "'pill' | 'underline' | 'segmented'",
|
|
28458
|
+
"resolved": "\"pill\" | \"segmented\" | \"underline\"",
|
|
28247
28459
|
"references": {}
|
|
28248
28460
|
},
|
|
28249
28461
|
"mutable": false,
|
|
@@ -28262,6 +28474,10 @@
|
|
|
28262
28474
|
"value": "pill",
|
|
28263
28475
|
"type": "string"
|
|
28264
28476
|
},
|
|
28477
|
+
{
|
|
28478
|
+
"value": "segmented",
|
|
28479
|
+
"type": "string"
|
|
28480
|
+
},
|
|
28265
28481
|
{
|
|
28266
28482
|
"value": "underline",
|
|
28267
28483
|
"type": "string"
|
|
@@ -32424,8 +32640,13 @@
|
|
|
32424
32640
|
"docstring": "",
|
|
32425
32641
|
"path": "src/components/co-combobox/co-combobox.tsx"
|
|
32426
32642
|
},
|
|
32643
|
+
"src/components/co-command-search/co-command-search.tsx::CommandItem": {
|
|
32644
|
+
"declaration": "export interface CommandItem {\n label: string;\n value: string;\n icon?: string;\n subtitle?: string;\n section?: string;\n /** When true, selectItem emits coScopeChange only (no coSelect, no close). Two-stage commit. */\n keepOpen?: boolean;\n}",
|
|
32645
|
+
"docstring": "",
|
|
32646
|
+
"path": "src/components/co-command-search/co-command-search.tsx"
|
|
32647
|
+
},
|
|
32427
32648
|
"src/components/co-data-table/co-data-table.tsx::CoDataTableColumn": {
|
|
32428
|
-
"declaration": "export interface CoDataTableColumn {\n field: string;\n label: string;\n width?: number;\n minWidth?: number;\n sortable?: boolean;\n sticky?: boolean;\n align?: 'left' | 'center' | 'right';\n}",
|
|
32649
|
+
"declaration": "export interface CoDataTableColumn {\n field: string;\n label: string;\n width?: number;\n minWidth?: number;\n sortable?: boolean;\n filterable?: boolean;\n sticky?: boolean;\n align?: 'left' | 'center' | 'right';\n}",
|
|
32429
32650
|
"docstring": "",
|
|
32430
32651
|
"path": "src/components/co-data-table/co-data-table.tsx"
|
|
32431
32652
|
},
|
|
@@ -32504,11 +32725,6 @@
|
|
|
32504
32725
|
"docstring": "",
|
|
32505
32726
|
"path": "src/components/co-column-picker/utils/column-picker-tree.ts"
|
|
32506
32727
|
},
|
|
32507
|
-
"src/components/co-command-search/commandSearchGroup.ts::CommandItem": {
|
|
32508
|
-
"declaration": "export interface CommandItem {\n label: string;\n value: string;\n icon?: string;\n subtitle?: string;\n section?: string;\n /** When true, selectItem emits coScopeChange only (no coSelect, no close). Two-stage commit. */\n keepOpen?: boolean;\n}",
|
|
32509
|
-
"docstring": "",
|
|
32510
|
-
"path": "src/components/co-command-search/commandSearchGroup.ts"
|
|
32511
|
-
},
|
|
32512
32728
|
"../calendar-utils/dist/index.d.ts::CoCalendarEvent": {
|
|
32513
32729
|
"declaration": "any",
|
|
32514
32730
|
"docstring": "",
|