@adia-ai/web-components 0.8.40 → 0.8.42
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/CHANGELOG.md +71 -3
- package/MIGRATION.md +1229 -16
- package/README.md +25 -30
- package/USAGE.md +30 -4
- package/bin/audit-template-children.mjs +556 -0
- package/components/accordion/accordion-item.a2ui.json +4 -0
- package/components/accordion/accordion-item.yaml +2 -0
- package/components/accordion/accordion.a2ui.json +4 -0
- package/components/accordion/accordion.yaml +2 -0
- package/components/action-list/action-item.a2ui.json +29 -2
- package/components/action-list/action-item.yaml +46 -3
- package/components/action-list/action-list.a2ui.json +6 -1
- package/components/action-list/action-list.class.js +114 -11
- package/components/action-list/action-list.css +43 -3
- package/components/action-list/action-list.d.ts +6 -2
- package/components/action-list/action-list.yaml +5 -0
- package/components/adia-mark/adia-mark.a2ui.json +1 -0
- package/components/adia-wordmark/adia-wordmark.a2ui.json +1 -0
- package/components/agent-artifact/agent-artifact.a2ui.json +1 -0
- package/components/agent-feedback-bar/agent-feedback-bar.a2ui.json +6 -5
- package/components/agent-feedback-bar/agent-feedback-bar.yaml +6 -2
- package/components/agent-questions/agent-questions.a2ui.json +1 -0
- package/components/agent-reasoning/agent-reasoning.a2ui.json +6 -5
- package/components/agent-reasoning/agent-reasoning.yaml +6 -2
- package/components/agent-suggestions/agent-suggestions.a2ui.json +11 -2
- package/components/agent-suggestions/agent-suggestions.class.js +2 -1
- package/components/agent-suggestions/agent-suggestions.d.ts +4 -4
- package/components/agent-suggestions/agent-suggestions.yaml +4 -2
- package/components/agent-trace/agent-trace.a2ui.json +6 -5
- package/components/agent-trace/agent-trace.yaml +6 -2
- package/components/alert/alert.a2ui.json +1 -0
- package/components/alert/alert.css +1 -1
- package/components/anchor-bar/anchor-bar.a2ui.json +1 -0
- package/components/aside/aside.a2ui.json +1 -0
- package/components/avatar/avatar-group.a2ui.json +7 -1
- package/components/avatar/avatar-group.yaml +1 -0
- package/components/avatar/avatar.a2ui.json +12 -11
- package/components/avatar/avatar.d.ts +1 -1
- package/components/avatar/avatar.yaml +4 -4
- package/components/badge/badge.a2ui.json +1 -0
- package/components/block/block.a2ui.json +1 -0
- package/components/blockquote/blockquote.a2ui.json +1 -0
- package/components/breadcrumb/breadcrumb.a2ui.json +1 -0
- package/components/button/button.a2ui.json +1 -3
- package/components/button/button.yaml +1 -3
- package/components/calendar-grid/calendar-grid.a2ui.json +1 -0
- package/components/calendar-grid/calendar-grid.class.js +2 -1
- package/components/calendar-picker/calendar-picker.a2ui.json +143 -24
- package/components/calendar-picker/calendar-picker.class.js +490 -197
- package/components/calendar-picker/calendar-picker.css +120 -171
- package/components/calendar-picker/calendar-picker.yaml +225 -47
- package/components/canvas/canvas.a2ui.json +6 -5
- package/components/canvas/canvas.d.ts +37 -0
- package/components/canvas/canvas.js +72 -3
- package/components/canvas/canvas.yaml +6 -2
- package/components/card/card.a2ui.json +25 -2
- package/components/card/card.class.js +3 -0
- package/components/card/card.css +31 -1
- package/components/card/card.d.ts +2 -2
- package/components/card/card.examples.md +3 -3
- package/components/card/card.yaml +28 -4
- package/components/chart/chart.a2ui.json +27 -7
- package/components/chart/chart.class.js +64 -22
- package/components/chart/chart.css +6 -4
- package/components/chart/chart.d.ts +10 -4
- package/components/chart/chart.yaml +40 -6
- package/components/chart-legend/chart-legend.a2ui.json +7 -1
- package/components/chart-legend/chart-legend.class.js +59 -6
- package/components/chart-legend/chart-legend.css +5 -2
- package/components/chart-legend/chart-legend.d.ts +3 -1
- package/components/chart-legend/chart-legend.yaml +15 -1
- package/components/chat-thread/chat-input.a2ui.json +1 -0
- package/components/chat-thread/chat-thread.a2ui.json +10 -9
- package/components/chat-thread/chat-thread.yaml +13 -20
- package/components/check/check.a2ui.json +10 -9
- package/components/check/check.yaml +4 -4
- package/components/code/code.a2ui.json +1 -0
- package/components/col/col.a2ui.json +1 -0
- package/components/color-area/color-area.a2ui.json +148 -0
- package/components/color-area/color-area.class.js +657 -0
- package/components/color-area/color-area.css +188 -0
- package/components/color-area/color-area.d.ts +66 -0
- package/components/color-area/color-area.examples.md +19 -0
- package/components/color-area/color-area.js +17 -0
- package/components/color-area/color-area.yaml +183 -0
- package/components/color-input/color-input.a2ui.json +6 -5
- package/components/color-input/color-input.class.js +9 -6
- package/components/color-input/color-input.css +1 -1
- package/components/color-input/color-input.js +2 -2
- package/components/color-input/color-input.yaml +14 -12
- package/components/color-picker/color-picker.a2ui.json +16 -12
- package/components/color-picker/color-picker.class.js +24 -633
- package/components/color-picker/color-picker.css +14 -182
- package/components/color-picker/color-picker.yaml +41 -41
- package/components/combobox/combobox.a2ui.json +3 -2
- package/components/combobox/combobox.yaml +2 -2
- package/components/command/command.a2ui.json +12 -10
- package/components/command/command.class.js +3 -2
- package/components/command/command.yaml +17 -4
- package/components/context-menu/context-menu.a2ui.json +1 -0
- package/components/date-range-picker/date-range-picker.a2ui.json +2 -1
- package/components/date-range-picker/date-range-picker.yaml +1 -1
- package/components/datetime-picker/datetime-picker.a2ui.json +15 -108
- package/components/datetime-picker/datetime-picker.class.js +37 -690
- package/components/datetime-picker/datetime-picker.css +11 -183
- package/components/datetime-picker/datetime-picker.d.ts +4 -5
- package/components/datetime-picker/datetime-picker.yaml +44 -135
- package/components/demo-toggle/demo-toggle.a2ui.json +1 -0
- package/components/demo-toggle/demo-toggle.css +1 -1
- package/components/description-list/description-list.a2ui.json +2 -1
- package/components/description-list/description-list.css +1 -1
- package/components/description-list/description-list.d.ts +1 -1
- package/components/description-list/description-list.yaml +1 -1
- package/components/display-field/display-field.a2ui.json +1 -0
- package/components/divider/divider.a2ui.json +1 -0
- package/components/drawer/drawer.a2ui.json +1 -3
- package/components/drawer/drawer.css +1 -1
- package/components/drawer/drawer.yaml +0 -2
- package/components/drilldown/drilldown.a2ui.json +22 -20
- package/components/drilldown/drilldown.class.js +4 -3
- package/components/drilldown/drilldown.css +6 -6
- package/components/drilldown/drilldown.yaml +40 -9
- package/components/embed/embed.a2ui.json +6 -5
- package/components/embed/embed.yaml +2 -2
- package/components/empty-state/empty-state.a2ui.json +1 -0
- package/components/feed/feed-item.a2ui.json +25 -5
- package/components/feed/feed-item.yaml +28 -7
- package/components/feed/feed.a2ui.json +9 -2
- package/components/feed/feed.class.js +19 -12
- package/components/feed/feed.css +8 -8
- package/components/feed/feed.yaml +14 -1
- package/components/field/field.a2ui.json +2 -1
- package/components/field/field.class.js +4 -1
- package/components/field/field.examples.md +1 -1
- package/components/field/field.yaml +1 -1
- package/components/fields/fields.a2ui.json +1 -0
- package/components/fields/fields.examples.md +1 -1
- package/components/footer/footer.a2ui.json +1 -0
- package/components/frame/frame.a2ui.json +1 -0
- package/components/grid/grid.a2ui.json +1 -0
- package/components/header/header.a2ui.json +3 -2
- package/components/header/header.yaml +3 -3
- package/components/heatmap/heatmap.a2ui.json +2 -1
- package/components/heatmap/heatmap.class.js +1 -1
- package/components/heatmap/heatmap.css +4 -4
- package/components/heatmap/heatmap.yaml +1 -1
- package/components/icon/icon.a2ui.json +1 -0
- package/components/image/image.a2ui.json +28 -14
- package/components/image/image.class.js +38 -23
- package/components/image/image.css +18 -8
- package/components/image/image.d.ts +2 -2
- package/components/image/image.examples.md +3 -3
- package/components/image/image.yaml +23 -7
- package/components/index.js +1 -0
- package/components/inline-edit/inline-edit.a2ui.json +1 -0
- package/components/inline-message/inline-message.a2ui.json +3 -1
- package/components/inline-message/inline-message.class.js +3 -1
- package/components/inline-message/inline-message.d.ts +2 -2
- package/components/inline-message/inline-message.yaml +2 -1
- package/components/input/input.a2ui.json +66 -16
- package/components/input/input.class.js +64 -7
- package/components/input/input.css +14 -14
- package/components/input/input.d.ts +9 -4
- package/components/input/input.yaml +83 -10
- package/components/inspector/inspector.a2ui.json +1 -0
- package/components/integration-card/integration-card.a2ui.json +1 -0
- package/components/integration-card/integration-card.examples.md +2 -1
- package/components/kbd/kbd.a2ui.json +1 -0
- package/components/link/link.a2ui.json +2 -1
- package/components/link/link.yaml +1 -1
- package/components/list/list-item.a2ui.json +9 -0
- package/components/list/list-item.yaml +12 -0
- package/components/list/list.a2ui.json +9 -3
- package/components/list/list.class.js +14 -1
- package/components/list/list.css +12 -1
- package/components/list/list.d.ts +7 -5
- package/components/list/list.yaml +16 -6
- package/components/list-window/list-window.a2ui.json +1 -0
- package/components/list-window/list-window.class.js +2 -1
- package/components/loading-overlay/loading-overlay.a2ui.json +1 -0
- package/components/mark/mark.a2ui.json +2 -1
- package/components/mark/mark.yaml +1 -1
- package/components/menu/menu-divider.a2ui.json +1 -0
- package/components/menu/menu-item.a2ui.json +11 -4
- package/components/menu/menu-item.yaml +30 -3
- package/components/menu/menu-label.a2ui.json +1 -0
- package/components/menu/menu.a2ui.json +3 -2
- package/components/menu/menu.class.js +36 -8
- package/components/menu/menu.d.ts +5 -3
- package/components/menu/menu.yaml +3 -3
- package/components/modal/modal.a2ui.json +1 -0
- package/components/nav/nav.a2ui.json +1 -0
- package/components/nav/nav.class.js +14 -3
- package/components/nav-group/nav-group.a2ui.json +1 -0
- package/components/nav-group/nav-group.class.js +3 -1
- package/components/nav-item/nav-item.a2ui.json +1 -0
- package/components/noodles/noodles.a2ui.json +1 -0
- package/components/noodles/noodles.class.js +5 -1
- package/components/number-format/number-format.a2ui.json +1 -0
- package/components/option-card/option-card.a2ui.json +1 -0
- package/components/otp-input/otp-input.a2ui.json +3 -2
- package/components/otp-input/otp-input.yaml +9 -2
- package/components/page/page.a2ui.json +13 -0
- package/components/page/page.d.ts +1 -1
- package/components/page/page.yaml +1 -0
- package/components/pagination/pagination.a2ui.json +1 -0
- package/components/pagination/pagination.class.js +3 -2
- package/components/pane/pane.a2ui.json +17 -1
- package/components/pane/pane.class.js +35 -6
- package/components/pane/pane.css +17 -12
- package/components/pane/pane.d.ts +10 -7
- package/components/pane/pane.yaml +18 -1
- package/components/password-strength/password-strength.a2ui.json +1 -0
- package/components/pipeline-status/pipeline-status.a2ui.json +1 -0
- package/components/popover/popover.a2ui.json +7 -6
- package/components/popover/popover.class.js +2 -2
- package/components/popover/popover.d.ts +2 -2
- package/components/popover/popover.yaml +4 -4
- package/components/preview/preview.a2ui.json +1 -0
- package/components/preview/preview.class.js +5 -1
- package/components/progress/progress.a2ui.json +47 -24
- package/components/progress/progress.class.js +66 -11
- package/components/progress/progress.css +44 -26
- package/components/progress/progress.d.ts +7 -5
- package/components/progress/progress.examples.md +2 -2
- package/components/progress/progress.yaml +235 -53
- package/components/progress-row/progress-row.a2ui.json +16 -12
- package/components/progress-row/progress-row.d.ts +2 -2
- package/components/progress-row/progress-row.examples.md +2 -14
- package/components/progress-row/progress-row.yaml +28 -36
- package/components/qr-code/qr-code.a2ui.json +3 -2
- package/components/qr-code/qr-code.class.js +4 -4
- package/components/qr-code/qr-code.css +1 -1
- package/components/qr-code/qr-code.yaml +5 -3
- package/components/radio/radio.a2ui.json +8 -7
- package/components/radio/radio.class.js +8 -0
- package/components/radio/radio.yaml +3 -3
- package/components/radio-group/radio-group.a2ui.json +5 -3
- package/components/radio-group/radio-group.class.js +11 -0
- package/components/radio-group/radio-group.yaml +7 -1
- package/components/range/range.a2ui.json +6 -0
- package/components/range/range.class.js +2 -2
- package/components/range/range.css +2 -2
- package/components/range/range.yaml +3 -0
- package/components/rating/rating.a2ui.json +1 -0
- package/components/relative-time/relative-time.a2ui.json +1 -0
- package/components/richtext/richtext.a2ui.json +2 -1
- package/components/richtext/richtext.yaml +1 -1
- package/components/row/row.a2ui.json +1 -0
- package/components/search/search.a2ui.json +1 -0
- package/components/search/search.class.js +4 -1
- package/components/section/section.a2ui.json +1 -0
- package/components/segment/segment.a2ui.json +21 -10
- package/components/segment/segment.css +15 -0
- package/components/segment/segment.d.ts +2 -1
- package/components/segment/segment.yaml +20 -13
- package/components/segmented/segmented.a2ui.json +36 -7
- package/components/segmented/segmented.class.js +113 -22
- package/components/segmented/segmented.css +3 -0
- package/components/segmented/segmented.d.ts +3 -1
- package/components/segmented/segmented.yaml +80 -8
- package/components/select/select.a2ui.json +18 -13
- package/components/select/select.class.js +61 -37
- package/components/select/select.css +15 -13
- package/components/select/select.yaml +18 -7
- package/components/skeleton/skeleton.a2ui.json +8 -7
- package/components/skeleton/skeleton.class.js +8 -7
- package/components/skeleton/skeleton.css +21 -6
- package/components/skeleton/skeleton.d.ts +2 -2
- package/components/skeleton/skeleton.examples.md +2 -2
- package/components/skeleton/skeleton.yaml +3 -2
- package/components/skip-nav/skip-nav.a2ui.json +1 -0
- package/components/slider/slider.a2ui.json +6 -0
- package/components/slider/slider.class.js +20 -3
- package/components/slider/slider.css +2 -2
- package/components/slider/slider.yaml +3 -0
- package/components/spinner/spinner.a2ui.json +1 -0
- package/components/stack/stack.a2ui.json +1 -0
- package/components/stat/stat.a2ui.json +1 -0
- package/components/stat/stat.js +2 -2
- package/components/step-progress/step-progress.a2ui.json +1 -0
- package/components/step-progress/step-progress.yaml +1 -1
- package/components/stepper/stepper-item.a2ui.json +7 -3
- package/components/stepper/stepper-item.yaml +15 -5
- package/components/stepper/stepper.a2ui.json +5 -1
- package/components/stepper/stepper.class.js +31 -16
- package/components/stepper/stepper.d.ts +1 -1
- package/components/stepper/stepper.yaml +4 -2
- package/components/stream/stream.a2ui.json +1 -0
- package/components/swatch/swatch.a2ui.json +1 -0
- package/components/swatch/swatch.yaml +1 -1
- package/components/swiper/swiper.a2ui.json +1 -0
- package/components/swiper/swiper.class.js +5 -1
- package/components/switch/switch.a2ui.json +12 -11
- package/components/switch/switch.css +1 -1
- package/components/switch/switch.yaml +6 -6
- package/components/table/table.a2ui.json +1 -0
- package/components/table/table.class.js +14 -12
- package/components/table/table.css +11 -9
- package/components/table-toolbar/table-toolbar.a2ui.json +1 -0
- package/components/table-toolbar/table-toolbar.class.js +53 -22
- package/components/table-toolbar/table-toolbar.css +1 -1
- package/components/tabs/tab.a2ui.json +9 -0
- package/components/tabs/tab.js +4 -0
- package/components/tabs/tab.yaml +15 -0
- package/components/tabs/tabs.a2ui.json +9 -4
- package/components/tabs/tabs.class.js +13 -1
- package/components/tabs/tabs.css +8 -0
- package/components/tabs/tabs.d.ts +2 -0
- package/components/tabs/tabs.yaml +9 -2
- package/components/tag/tag.a2ui.json +1 -0
- package/components/tags-input/tags-input.a2ui.json +22 -17
- package/components/tags-input/tags-input.class.js +13 -11
- package/components/tags-input/tags-input.css +10 -6
- package/components/tags-input/tags-input.d.ts +16 -7
- package/components/tags-input/tags-input.examples.md +2 -2
- package/components/tags-input/tags-input.yaml +25 -8
- package/components/text/text.a2ui.json +6 -5
- package/components/text/text.css +10 -5
- package/components/text/text.d.ts +2 -2
- package/components/text/text.yaml +9 -4
- package/components/textarea/textarea.a2ui.json +2 -1
- package/components/textarea/textarea.yaml +1 -1
- package/components/theme-provider/theme-provider.a2ui.json +2 -1
- package/components/theme-provider/theme-provider.d.ts +5 -3
- package/components/theme-provider/theme-provider.yaml +5 -3
- package/components/time-picker/time-picker.a2ui.json +1 -0
- package/components/time-picker/time-picker.class.js +4 -2
- package/components/timeline/timeline-item.a2ui.json +26 -3
- package/components/timeline/timeline-item.yaml +22 -7
- package/components/timeline/timeline.a2ui.json +4 -0
- package/components/timeline/timeline.class.js +29 -18
- package/components/timeline/timeline.d.ts +3 -3
- package/components/timeline/timeline.yaml +2 -0
- package/components/toast/toast.a2ui.json +10 -3
- package/components/toast/toast.yaml +20 -13
- package/components/toc/toc.a2ui.json +1 -0
- package/components/toggle-group/toggle-group.a2ui.json +7 -3
- package/components/toggle-group/toggle-group.class.js +40 -1
- package/components/toggle-group/toggle-group.css +6 -1
- package/components/toggle-group/toggle-group.d.ts +2 -2
- package/components/toggle-group/toggle-group.yaml +21 -12
- package/components/toggle-group/toggle-option.a2ui.json +7 -3
- package/components/toggle-group/toggle-option.yaml +13 -7
- package/components/toggle-scheme/toggle-scheme.a2ui.json +2 -1
- package/components/toggle-scheme/toggle-scheme.yaml +1 -1
- package/components/toolbar/toolbar-group.a2ui.json +1 -0
- package/components/toolbar/toolbar.a2ui.json +1 -0
- package/components/toolbar/toolbar.class.js +3 -0
- package/components/tooltip/tooltip.a2ui.json +1 -0
- package/components/tour/tour-step.a2ui.json +4 -0
- package/components/tour/tour-step.yaml +2 -0
- package/components/tour/tour.a2ui.json +4 -0
- package/components/tour/tour.yaml +2 -0
- package/components/tree/tree-item.a2ui.json +5 -0
- package/components/tree/tree-item.yaml +3 -0
- package/components/tree/tree.a2ui.json +4 -0
- package/components/tree/tree.class.js +2 -1
- package/components/tree/tree.yaml +2 -0
- package/components/upload/upload.a2ui.json +8 -1
- package/components/upload/upload.class.js +35 -5
- package/components/upload/upload.css +28 -0
- package/components/upload/upload.d.ts +16 -0
- package/components/upload/upload.yaml +27 -7
- package/components/visually-hidden/visually-hidden.a2ui.json +1 -0
- package/core/dom.d.ts +11 -0
- package/core/dom.js +34 -0
- package/core/form.js +7 -0
- package/core/icons.js +5 -0
- package/core/index.d.ts +1 -0
- package/core/index.js +1 -0
- package/core/responsive.js +16 -4
- package/core/template.js +2 -1
- package/custom-elements.json +710 -587
- package/dist/host.min.css +1 -1
- package/dist/host.sheet.js +1 -1
- package/dist/theme-provider.min.js +5 -5
- package/dist/web-components.min.css +1 -1
- package/dist/web-components.min.js +92 -105
- package/dist/web-components.sheet.js +1 -1
- package/index.d.ts +12 -1
- package/package.json +4 -2
- package/patterns/admin-shell/admin-shell.examples.html +2 -2
- package/patterns/conversion-funnel/conversion-funnel.examples.html +15 -15
- package/patterns/form-system/form-system.examples.html +1 -1
- package/patterns/inline-dialog/inline-dialog.examples.html +2 -2
- package/patterns/inline-dialog/inline-dialog.html +4 -0
- package/patterns/timezone-selector/timezone-selector.examples.html +1 -1
- package/patterns/timezone-selector/timezone-selector.html +2 -2
- package/styles/api/text.css +7 -0
- package/styles/components.css +1 -0
- package/traits/_catalog.json +129 -41
- package/traits/anchor-positioning/anchor-positioning.js +1 -0
- package/traits/announcer/announcer.js +1 -0
- package/traits/arrow-grid-nav/arrow-grid-nav.js +1 -0
- package/traits/attention-pulse/attention-pulse.js +1 -0
- package/traits/count-up/count-up.js +1 -0
- package/traits/define.js +78 -0
- package/traits/focus-restore/focus-restore.js +2 -1
- package/traits/haptic-feedback/haptic-feedback.js +1 -0
- package/traits/input-mask/input-mask.js +1 -0
- package/traits/intersection-observer/intersection-observer.js +1 -0
- package/traits/layout-animation/layout-animation.js +1 -0
- package/traits/noise-texture/noise-texture.js +1 -0
- package/traits/resize-observer/resize-observer.js +1 -0
- package/traits/scroll-progress/scroll-progress.js +1 -0
- package/traits/snap-to-grid/snap-to-grid.js +1 -0
- package/traits/sound-feedback/sound-feedback.js +1 -0
- package/traits/spring-animate/spring-animate.js +1 -0
- package/traits/validation/validation.js +1 -0
package/custom-elements.json
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"declarations": [
|
|
138
138
|
{
|
|
139
139
|
"kind": "class",
|
|
140
|
-
"description": "Child of <action-list-ui>. One actionable row — icon + label, forwards activation to the parent action-list.",
|
|
140
|
+
"description": "Child of <action-list-ui>. One actionable row — icon + label + optional description, forwards activation to the parent action-list. Row contract converges on <menu-item-ui>: icon/text/description/value/variant/disabled props and icon/text/subtitle/trailing slot overrides (#1363 C5). (`subtitle` is a deprecated alias for `description` — ADR-0063, gh#1571.)",
|
|
141
141
|
"name": "UIActionItem",
|
|
142
142
|
"tagName": "action-item-ui",
|
|
143
143
|
"superclass": {
|
|
@@ -159,6 +159,20 @@
|
|
|
159
159
|
},
|
|
160
160
|
"description": "Action label."
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"name": "subtitle",
|
|
164
|
+
"type": {
|
|
165
|
+
"text": "string"
|
|
166
|
+
},
|
|
167
|
+
"description": "DEPRECATED (ADR-0063, gh#1571) — use `description` instead. Same type/default/rendered position; kept working as a dual-read compat shim (one-time console.warn when it's the name that resolves). Removed in 0.9.0. (The `subtitle` SLOT below is a separate surface, deliberately left unrenamed in this pass — see its own description.)"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "description",
|
|
171
|
+
"type": {
|
|
172
|
+
"text": "string"
|
|
173
|
+
},
|
|
174
|
+
"description": "Optional secondary description line rendered under the label. Canonical spelling (ADR-0063, gh#1571) replacing `subtitle` — converges action-item onto the same spelling <menu-item-ui> adopted under gh#1563."
|
|
175
|
+
},
|
|
162
176
|
{
|
|
163
177
|
"name": "value",
|
|
164
178
|
"type": {
|
|
@@ -172,7 +186,7 @@
|
|
|
172
186
|
"text": "string"
|
|
173
187
|
},
|
|
174
188
|
"default": "default",
|
|
175
|
-
"description": "Visual variant (default |
|
|
189
|
+
"description": "Visual variant (default | danger)."
|
|
176
190
|
},
|
|
177
191
|
{
|
|
178
192
|
"name": "disabled",
|
|
@@ -187,6 +201,18 @@
|
|
|
187
201
|
{
|
|
188
202
|
"name": "icon",
|
|
189
203
|
"description": "Override the [icon] glyph with a custom slotted element (custom icon-ui, image, avatar). Mutually exclusive with the [icon] attribute — slot child wins."
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "text",
|
|
207
|
+
"description": "Custom label content; falls through to [text] prop if not slotted."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "subtitle",
|
|
211
|
+
"description": "Custom secondary-line content override; falls through to the [description] prop (or its deprecated [subtitle] alias — ADR-0063, gh#1571) if not slotted. The slot's own name is unchanged by that rename — this is a distinct, deliberately-unrenamed surface."
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "trailing",
|
|
215
|
+
"description": "Trailing element pinned to the far edge (shortcut hint, badge, caret). Supersedes the unnamed default slot this row previously used for trailing content — see MIGRATION GUIDE."
|
|
190
216
|
}
|
|
191
217
|
]
|
|
192
218
|
},
|
|
@@ -449,12 +475,6 @@
|
|
|
449
475
|
"description": "Save button text; empty hides it."
|
|
450
476
|
}
|
|
451
477
|
],
|
|
452
|
-
"slots": [
|
|
453
|
-
{
|
|
454
|
-
"name": "default",
|
|
455
|
-
"description": "Default slot — primary child content."
|
|
456
|
-
}
|
|
457
|
-
],
|
|
458
478
|
"events": [
|
|
459
479
|
{
|
|
460
480
|
"name": "feedback-rate",
|
|
@@ -603,12 +623,6 @@
|
|
|
603
623
|
"description": "Drives the status icon — idle, active (spinner), done (check), error (warning)."
|
|
604
624
|
}
|
|
605
625
|
],
|
|
606
|
-
"slots": [
|
|
607
|
-
{
|
|
608
|
-
"name": "default",
|
|
609
|
-
"description": "Default slot — NOT a step-authoring surface: the component rebuilds its body from the addStep()/addThought() pipeline and does not consume authored children (gh#938)."
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
626
|
"events": [
|
|
613
627
|
{
|
|
614
628
|
"name": "reasoning-finish",
|
|
@@ -673,7 +687,7 @@
|
|
|
673
687
|
"text": "string"
|
|
674
688
|
},
|
|
675
689
|
"default": "sm",
|
|
676
|
-
"description": "sm | md"
|
|
690
|
+
"description": "sm | md — forwarded to each chip's <button-ui size>."
|
|
677
691
|
},
|
|
678
692
|
{
|
|
679
693
|
"name": "variant",
|
|
@@ -681,7 +695,7 @@
|
|
|
681
695
|
"text": "string"
|
|
682
696
|
},
|
|
683
697
|
"default": "outline",
|
|
684
|
-
"description": "outline | ghost
|
|
698
|
+
"description": "outline | ghost — forwarded to each chip's <button-ui variant>."
|
|
685
699
|
}
|
|
686
700
|
],
|
|
687
701
|
"slots": [
|
|
@@ -742,12 +756,6 @@
|
|
|
742
756
|
"description": "Hide the trace body. Default-visible disclosure (matches the agent-* family — agent-reasoning, agent-artifact). Set to opt out."
|
|
743
757
|
}
|
|
744
758
|
],
|
|
745
|
-
"slots": [
|
|
746
|
-
{
|
|
747
|
-
"name": "default",
|
|
748
|
-
"description": "Default slot — primary child content."
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
759
|
"events": [
|
|
752
760
|
{
|
|
753
761
|
"name": "trace-toggle",
|
|
@@ -1092,20 +1100,6 @@
|
|
|
1092
1100
|
},
|
|
1093
1101
|
"description": "Image source URL. Falls back to initials on error."
|
|
1094
1102
|
}
|
|
1095
|
-
],
|
|
1096
|
-
"slots": [
|
|
1097
|
-
{
|
|
1098
|
-
"name": "icon",
|
|
1099
|
-
"description": "Phosphor icon rendered inside the avatar circle (system-event avatars)"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"name": "img",
|
|
1103
|
-
"description": "Avatar image element"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"name": "initials",
|
|
1107
|
-
"description": "Initials text span"
|
|
1108
|
-
}
|
|
1109
1103
|
]
|
|
1110
1104
|
}
|
|
1111
1105
|
],
|
|
@@ -1455,10 +1449,6 @@
|
|
|
1455
1449
|
}
|
|
1456
1450
|
],
|
|
1457
1451
|
"slots": [
|
|
1458
|
-
{
|
|
1459
|
-
"name": "leading",
|
|
1460
|
-
"description": "Icon container (start), sized to --content-height"
|
|
1461
|
-
},
|
|
1462
1452
|
{
|
|
1463
1453
|
"name": "trailing",
|
|
1464
1454
|
"description": "Icon container (end), sized to --content-height"
|
|
@@ -1598,7 +1588,7 @@
|
|
|
1598
1588
|
"declarations": [
|
|
1599
1589
|
{
|
|
1600
1590
|
"kind": "class",
|
|
1601
|
-
"description": "Date picker with trigger button and popover
|
|
1591
|
+
"description": "Date (and, per `[precision]`, date+time) picker with trigger button and popover panel. Form-associated input emitting an ISO date (or, when `precision` is `minute`/`second`, ISO datetime) string via change events; supports min/max and disabled-date masks. Use for single-date or single-datetime input in forms; for date ranges use <date-range-picker-ui> instead of composing two calendar-picker instances. gh#1372 (#1363 C3c) folded <datetime-picker-ui>'s surface into this widened `precision` axis — see the deprecated <datetime-picker-ui> alias.",
|
|
1602
1592
|
"name": "UICalendarPicker",
|
|
1603
1593
|
"tagName": "calendar-picker-ui",
|
|
1604
1594
|
"superclass": {
|
|
@@ -1629,34 +1619,65 @@
|
|
|
1629
1619
|
"default": "false",
|
|
1630
1620
|
"description": "Disables interaction"
|
|
1631
1621
|
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "readonly",
|
|
1624
|
+
"type": {
|
|
1625
|
+
"text": "boolean"
|
|
1626
|
+
},
|
|
1627
|
+
"default": "false",
|
|
1628
|
+
"description": "Blocks edits; the trigger stays keyboard-focusable for screen-reader inspection but the popover does not open."
|
|
1629
|
+
},
|
|
1632
1630
|
{
|
|
1633
1631
|
"name": "format",
|
|
1634
1632
|
"type": {
|
|
1635
1633
|
"text": "string"
|
|
1636
1634
|
},
|
|
1637
1635
|
"default": "short",
|
|
1638
|
-
"description": "Display format for the
|
|
1636
|
+
"description": "Display format for the trigger text. `short`, e.g. `Jan 1, 2026` (+ ` 14:30` when `precision` is minute/second); `long`, e.g. `January 1, 2026`; `iso`, the raw ISO string."
|
|
1639
1637
|
},
|
|
1640
1638
|
{
|
|
1641
|
-
"name": "
|
|
1639
|
+
"name": "max",
|
|
1642
1640
|
"type": {
|
|
1643
1641
|
"text": "string"
|
|
1644
1642
|
},
|
|
1645
|
-
"description": "
|
|
1643
|
+
"description": "Maximum selectable date (ISO `YYYY-MM-DD`), or datetime (ISO `YYYY-MM-DDTHH:mm[:ss]`) when `precision` is minute/second."
|
|
1646
1644
|
},
|
|
1647
1645
|
{
|
|
1648
|
-
"name": "
|
|
1646
|
+
"name": "min",
|
|
1649
1647
|
"type": {
|
|
1650
1648
|
"text": "string"
|
|
1651
1649
|
},
|
|
1652
|
-
"description": "
|
|
1650
|
+
"description": "Minimum selectable date (ISO `YYYY-MM-DD`), or datetime (ISO `YYYY-MM-DDTHH:mm[:ss]`) when `precision` is minute/second."
|
|
1653
1651
|
},
|
|
1654
1652
|
{
|
|
1655
|
-
"name": "
|
|
1653
|
+
"name": "precision",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "string"
|
|
1656
|
+
},
|
|
1657
|
+
"default": "date",
|
|
1658
|
+
"description": "Mode axis (gh#1372,"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "step",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "number"
|
|
1664
|
+
},
|
|
1665
|
+
"default": "60",
|
|
1666
|
+
"description": "Per-Arrow-keypress increment in seconds for the time pane. Active only when `precision` is minute/second. 60 = minute precision (default), 900 = 15-minute, 1 = second precision."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "hour-cycle",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "string"
|
|
1672
|
+
},
|
|
1673
|
+
"description": "Hour cycle for the time pane. Active only when `precision` is minute/second. Empty (default) derives from the document locale. `h12` forces a 12-hour cycle with an AM/PM (meridiem) segment; `h23` forces 24-hour cycle."
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "locale",
|
|
1656
1677
|
"type": {
|
|
1657
1678
|
"text": "string"
|
|
1658
1679
|
},
|
|
1659
|
-
"description": "
|
|
1680
|
+
"description": "BCP-47 locale tag used to derive hour-cycle when `hour-cycle` is empty. Active only when `precision` is minute/second. Falls back to `<html lang>` then to browser default."
|
|
1660
1681
|
},
|
|
1661
1682
|
{
|
|
1662
1683
|
"name": "open",
|
|
@@ -1679,7 +1700,7 @@
|
|
|
1679
1700
|
"type": {
|
|
1680
1701
|
"text": "string"
|
|
1681
1702
|
},
|
|
1682
|
-
"description": "Selected date (ISO string)"
|
|
1703
|
+
"description": "Selected date (ISO string), or datetime (ISO `YYYY-MM-DDTHH:mm[:ss]`) when `precision` is minute/second."
|
|
1683
1704
|
},
|
|
1684
1705
|
{
|
|
1685
1706
|
"name": "placement",
|
|
@@ -1692,16 +1713,16 @@
|
|
|
1692
1713
|
],
|
|
1693
1714
|
"slots": [
|
|
1694
1715
|
{
|
|
1695
|
-
"name": "
|
|
1696
|
-
"description": "Popover container for the
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"name": "label",
|
|
1700
|
-
"description": "Label element above the trigger"
|
|
1716
|
+
"name": "popover",
|
|
1717
|
+
"description": "Popover container for the calendar pane(s) (gh#1461; renamed from the yaml's prior `calendar` key, which matched no real slot=\"…\" attribute — render() stamps this element as slot=\"popover\")."
|
|
1701
1718
|
},
|
|
1702
1719
|
{
|
|
1703
1720
|
"name": "trigger",
|
|
1704
1721
|
"description": "Combobox button that opens the calendar popover"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "footer",
|
|
1725
|
+
"description": "Optional Apply/Cancel buttons for explicit-commit flows. Spans the pane(s) below the calendar (+ time, when `precision` is minute/second)."
|
|
1705
1726
|
}
|
|
1706
1727
|
],
|
|
1707
1728
|
"events": [
|
|
@@ -1710,7 +1731,35 @@
|
|
|
1710
1731
|
"type": {
|
|
1711
1732
|
"text": "CustomEvent"
|
|
1712
1733
|
},
|
|
1713
|
-
"description": "Fired when a date is
|
|
1734
|
+
"description": "Fired when a value commits (date picked, or — when `precision` is minute/second — date picked + time edited, or Apply clicked in an explicit-commit footer)."
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "input",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "CustomEvent"
|
|
1740
|
+
},
|
|
1741
|
+
"description": "Fired during partial selection (date picked but time still pending, or vice versa — meaningful only when `precision` is minute/second)."
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "open",
|
|
1745
|
+
"type": {
|
|
1746
|
+
"text": "CustomEvent"
|
|
1747
|
+
},
|
|
1748
|
+
"description": "Popover opened (user clicked the trigger, pressed Enter/Space, or Apply/Cancel in a footer closed then reopened)."
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "close",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "CustomEvent"
|
|
1754
|
+
},
|
|
1755
|
+
"description": "Popover closed (without commit, or after commit)."
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "invalid",
|
|
1759
|
+
"type": {
|
|
1760
|
+
"text": "CustomEvent"
|
|
1761
|
+
},
|
|
1762
|
+
"description": "A constraint failed (out of range, or — when `precision` is minute/second — a parse error)."
|
|
1714
1763
|
}
|
|
1715
1764
|
]
|
|
1716
1765
|
}
|
|
@@ -1728,146 +1777,328 @@
|
|
|
1728
1777
|
},
|
|
1729
1778
|
{
|
|
1730
1779
|
"kind": "javascript-module",
|
|
1731
|
-
"path": "components/
|
|
1780
|
+
"path": "components/calendar-picker/calendar-picker.test.js",
|
|
1732
1781
|
"declarations": [
|
|
1733
1782
|
{
|
|
1734
1783
|
"kind": "class",
|
|
1735
|
-
"description": "
|
|
1736
|
-
"name": "
|
|
1737
|
-
"tagName": "
|
|
1784
|
+
"description": "DEPRECATED (gh#1372, widened `precision` axis. `<datetime-picker-ui>` is now a thin `UICalendarPicker` subclass (see datetime-picker.class.js) rather than an independent implementation: `precision` defaults to `\"minute\"` (not `\"date\"`) and `placeholder` defaults to `\"Select date and time\"`; every other prop/event/token is inherited unchanged from <calendar-picker-ui>. Existing markup keeps working, but new markup should reach for `<calendar-picker-ui precision=\"minute\">` (or `precision=\"second\"`) directly. See <calendar-picker-ui> for the full contract.",
|
|
1785
|
+
"name": "UIDatetimePicker",
|
|
1786
|
+
"tagName": "datetime-picker-ui",
|
|
1738
1787
|
"superclass": {
|
|
1739
1788
|
"name": "UIElement",
|
|
1740
1789
|
"module": "/core/element.js"
|
|
1741
1790
|
},
|
|
1742
1791
|
"attributes": [
|
|
1743
1792
|
{
|
|
1744
|
-
"name": "
|
|
1793
|
+
"name": "name",
|
|
1745
1794
|
"type": {
|
|
1746
1795
|
"text": "string"
|
|
1747
1796
|
},
|
|
1748
|
-
"description": "
|
|
1749
|
-
}
|
|
1750
|
-
],
|
|
1751
|
-
"slots": [
|
|
1752
|
-
{
|
|
1753
|
-
"name": "default",
|
|
1754
|
-
"description": "Default slot — primary child content."
|
|
1755
|
-
}
|
|
1756
|
-
],
|
|
1757
|
-
"events": [
|
|
1797
|
+
"description": "Form field name. The ISO 8601 datetime is submitted under this key when the picker is inside a `<form>`."
|
|
1798
|
+
},
|
|
1758
1799
|
{
|
|
1759
|
-
"name": "
|
|
1800
|
+
"name": "value",
|
|
1760
1801
|
"type": {
|
|
1761
|
-
"text": "
|
|
1802
|
+
"text": "string"
|
|
1762
1803
|
},
|
|
1763
|
-
"description": "
|
|
1764
|
-
}
|
|
1765
|
-
]
|
|
1766
|
-
}
|
|
1767
|
-
],
|
|
1768
|
-
"exports": [
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "custom-element-definition",
|
|
1771
|
-
"name": "canvas-ui",
|
|
1772
|
-
"declaration": {
|
|
1773
|
-
"name": "UICanvas",
|
|
1774
|
-
"module": "./components/canvas/canvas.js"
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
]
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "javascript-module",
|
|
1781
|
-
"path": "components/card/card.js",
|
|
1782
|
-
"declarations": [
|
|
1783
|
-
{
|
|
1784
|
-
"kind": "class",
|
|
1785
|
-
"description": "Bordered container with header, body, and footer sections. The nested <header> activates a 3-column grid when",
|
|
1786
|
-
"name": "UICard",
|
|
1787
|
-
"tagName": "card-ui",
|
|
1788
|
-
"superclass": {
|
|
1789
|
-
"name": "UIElement",
|
|
1790
|
-
"module": "/core/element.js"
|
|
1791
|
-
},
|
|
1792
|
-
"attributes": [
|
|
1804
|
+
"description": "Current value as ISO 8601 datetime (\"YYYY-MM-DDTHH:mm\" or \"YYYY-MM-DDTHH:mm:ss\"). Empty when no value selected."
|
|
1805
|
+
},
|
|
1793
1806
|
{
|
|
1794
|
-
"name": "
|
|
1807
|
+
"name": "min",
|
|
1795
1808
|
"type": {
|
|
1796
1809
|
"text": "string"
|
|
1797
1810
|
},
|
|
1798
|
-
"
|
|
1799
|
-
"description": "Interior padding scale (overrides --card-padding). Accepts the named scale (none/xs/sm/md/lg/xl) or a numeric"
|
|
1811
|
+
"description": "Earliest selectable ISO 8601 datetime (inclusive). Days before are disabled in the calendar pane; times before are rejected by the time pane on the same day."
|
|
1800
1812
|
},
|
|
1801
1813
|
{
|
|
1802
|
-
"name": "
|
|
1814
|
+
"name": "max",
|
|
1803
1815
|
"type": {
|
|
1804
|
-
"text": "
|
|
1816
|
+
"text": "string"
|
|
1805
1817
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"description": "Enables drag handle + cursor:grab. Wires the draggable trait; dispatches drag-end."
|
|
1818
|
+
"description": "Latest selectable ISO 8601 datetime (inclusive). Days after are disabled in the calendar pane; times after are rejected by the time pane on the same day."
|
|
1808
1819
|
},
|
|
1809
1820
|
{
|
|
1810
|
-
"name": "
|
|
1821
|
+
"name": "step",
|
|
1811
1822
|
"type": {
|
|
1812
1823
|
"text": "number"
|
|
1813
1824
|
},
|
|
1814
|
-
"default": "
|
|
1815
|
-
"description": "
|
|
1825
|
+
"default": "60",
|
|
1826
|
+
"description": "Per-Arrow-keypress increment in seconds for the time pane. 60 = minute precision (default), 900 = 15-minute, 1 = second precision."
|
|
1816
1827
|
},
|
|
1817
1828
|
{
|
|
1818
|
-
"name": "
|
|
1829
|
+
"name": "precision",
|
|
1819
1830
|
"type": {
|
|
1820
|
-
"text": "
|
|
1831
|
+
"text": "string"
|
|
1821
1832
|
},
|
|
1822
|
-
"default": "
|
|
1823
|
-
"description": "
|
|
1833
|
+
"default": "minute",
|
|
1834
|
+
"description": "Time-pane precision. `minute` (default HERE — `date` on the base `<calendar-picker-ui>`) emits `HH:mm`; `second` exposes the seconds segment and emits `HH:mm:ss`; `date` drops the time pane entirely (identical to the base class's own default)."
|
|
1824
1835
|
},
|
|
1825
1836
|
{
|
|
1826
|
-
"name": "
|
|
1837
|
+
"name": "hour-cycle",
|
|
1827
1838
|
"type": {
|
|
1828
1839
|
"text": "string"
|
|
1829
1840
|
},
|
|
1830
|
-
"description": "
|
|
1841
|
+
"description": "Hour cycle for the time pane. Empty (default) derives from the document locale. `h12` forces a 12-hour cycle with an AM/PM (meridiem) segment; `h23` forces 24-hour cycle."
|
|
1831
1842
|
},
|
|
1832
1843
|
{
|
|
1833
|
-
"name": "
|
|
1844
|
+
"name": "disabled",
|
|
1834
1845
|
"type": {
|
|
1835
|
-
"text": "
|
|
1846
|
+
"text": "boolean"
|
|
1836
1847
|
},
|
|
1837
|
-
"default": "
|
|
1838
|
-
"description": "
|
|
1839
|
-
}
|
|
1840
|
-
],
|
|
1841
|
-
"slots": [
|
|
1848
|
+
"default": "false",
|
|
1849
|
+
"description": "Block all interaction. Trigger remains rendered but does not open the popover."
|
|
1850
|
+
},
|
|
1842
1851
|
{
|
|
1843
|
-
"name": "
|
|
1844
|
-
"
|
|
1852
|
+
"name": "readonly",
|
|
1853
|
+
"type": {
|
|
1854
|
+
"text": "boolean"
|
|
1855
|
+
},
|
|
1856
|
+
"default": "false",
|
|
1857
|
+
"description": "Block edits; allow keyboard navigation for screen-reader inspection."
|
|
1845
1858
|
},
|
|
1846
1859
|
{
|
|
1847
|
-
"name": "
|
|
1848
|
-
"
|
|
1860
|
+
"name": "required",
|
|
1861
|
+
"type": {
|
|
1862
|
+
"text": "boolean"
|
|
1863
|
+
},
|
|
1864
|
+
"default": "false",
|
|
1865
|
+
"description": "Required for validation when inside a `<form>`."
|
|
1849
1866
|
},
|
|
1850
1867
|
{
|
|
1851
|
-
"name": "
|
|
1852
|
-
"
|
|
1868
|
+
"name": "open",
|
|
1869
|
+
"type": {
|
|
1870
|
+
"text": "boolean"
|
|
1871
|
+
},
|
|
1872
|
+
"default": "false",
|
|
1873
|
+
"description": "Whether the popover is currently open."
|
|
1853
1874
|
},
|
|
1854
1875
|
{
|
|
1855
|
-
"name": "
|
|
1856
|
-
"
|
|
1876
|
+
"name": "placeholder",
|
|
1877
|
+
"type": {
|
|
1878
|
+
"text": "string"
|
|
1879
|
+
},
|
|
1880
|
+
"default": "Select date and time",
|
|
1881
|
+
"description": "Text shown in the trigger when the value is empty. Defaults to \"Select date and time\" HERE (vs. \"Select date...\" on the base `<calendar-picker-ui>`)."
|
|
1857
1882
|
},
|
|
1858
1883
|
{
|
|
1859
|
-
"name": "
|
|
1860
|
-
"
|
|
1884
|
+
"name": "format",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "string"
|
|
1887
|
+
},
|
|
1888
|
+
"default": "short",
|
|
1889
|
+
"description": "Trigger button date format. `short`: `Jan 1, 2026 14:30`; `long`: `January 1, 2026 14:30`; `iso`: full ISO string."
|
|
1861
1890
|
},
|
|
1862
1891
|
{
|
|
1863
|
-
"name": "
|
|
1864
|
-
"
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1892
|
+
"name": "locale",
|
|
1893
|
+
"type": {
|
|
1894
|
+
"text": "string"
|
|
1895
|
+
},
|
|
1896
|
+
"description": "BCP-47 locale tag used to derive hour-cycle when `hour-cycle` is empty. Falls back to `<html lang>` then to browser default."
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "placement",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"text": "string"
|
|
1902
|
+
},
|
|
1903
|
+
"default": "bottom",
|
|
1904
|
+
"description": "Popover placement relative to the trigger. Default `bottom` centers the calendar+time panel under the trigger (ADR-0034 Rule 2 — ~600px panel >> trigger)."
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"slots": [
|
|
1908
|
+
{
|
|
1909
|
+
"name": "trigger",
|
|
1910
|
+
"description": "Custom trigger replacement. When omitted, a default trigger is stamped (a plain clickable span, per the base `<calendar-picker-ui>` — NOT the old standalone datetime-picker's `<button-ui>` trigger; see the Consequences note below)."
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "footer",
|
|
1914
|
+
"description": "Optional Apply / Cancel buttons for explicit-commit flows. Spans both panes below the calendar + time area."
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"events": [
|
|
1918
|
+
{
|
|
1919
|
+
"name": "change",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "CustomEvent"
|
|
1922
|
+
},
|
|
1923
|
+
"description": "Fired when the value commits (date picked + time edited, OR Apply clicked in explicit-commit mode)."
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "input",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "CustomEvent"
|
|
1929
|
+
},
|
|
1930
|
+
"description": "Fired during partial selection (date picked but time still pending, or vice versa)."
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "open",
|
|
1934
|
+
"type": {
|
|
1935
|
+
"text": "CustomEvent"
|
|
1936
|
+
},
|
|
1937
|
+
"description": "Popover opened (user clicked the trigger or pressed Enter / Space)."
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "close",
|
|
1941
|
+
"type": {
|
|
1942
|
+
"text": "CustomEvent"
|
|
1943
|
+
},
|
|
1944
|
+
"description": "Popover closed (without commit, or after commit)."
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "invalid",
|
|
1948
|
+
"type": {
|
|
1949
|
+
"text": "CustomEvent"
|
|
1950
|
+
},
|
|
1951
|
+
"description": "A constraint failed (out of range, parse error)."
|
|
1952
|
+
}
|
|
1953
|
+
]
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"exports": [
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "custom-element-definition",
|
|
1959
|
+
"name": "datetime-picker-ui",
|
|
1960
|
+
"declaration": {
|
|
1961
|
+
"name": "UIDatetimePicker",
|
|
1962
|
+
"module": "./components/calendar-picker/calendar-picker.test.js"
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "javascript-module",
|
|
1969
|
+
"path": "components/canvas/canvas.js",
|
|
1970
|
+
"declarations": [
|
|
1971
|
+
{
|
|
1972
|
+
"kind": "class",
|
|
1973
|
+
"description": "A2UI rendering surface — the canonical mount point that consumes a DocStore / A2UI document and renders the component tree from it. The runtime's <a2ui-root> typically wraps a canvas-ui internally for the preview pane in <editor-canvas>. Use for embedding live A2UI output inside a custom editor, playground, or preview surface; not for generic in-page canvases (use HTML <canvas> for drawing).",
|
|
1974
|
+
"name": "UICanvas",
|
|
1975
|
+
"tagName": "canvas-ui",
|
|
1976
|
+
"superclass": {
|
|
1977
|
+
"name": "UIElement",
|
|
1978
|
+
"module": "/core/element.js"
|
|
1979
|
+
},
|
|
1980
|
+
"attributes": [
|
|
1981
|
+
{
|
|
1982
|
+
"name": "theme",
|
|
1983
|
+
"type": {
|
|
1984
|
+
"text": "string"
|
|
1985
|
+
},
|
|
1986
|
+
"description": "Component property: theme."
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"events": [
|
|
1990
|
+
{
|
|
1991
|
+
"name": "canvas-interaction",
|
|
1992
|
+
"type": {
|
|
1993
|
+
"text": "CustomEvent"
|
|
1994
|
+
},
|
|
1995
|
+
"description": "Fired on canvas interactions (focus, blur, pointer events). Dispatched at canvas.js:50 + :167."
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
"exports": [
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "custom-element-definition",
|
|
2003
|
+
"name": "canvas-ui",
|
|
2004
|
+
"declaration": {
|
|
2005
|
+
"name": "UICanvas",
|
|
2006
|
+
"module": "./components/canvas/canvas.js"
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "javascript-module",
|
|
2013
|
+
"path": "components/card/card.js",
|
|
2014
|
+
"declarations": [
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "class",
|
|
2017
|
+
"description": "Bordered container with header, body, and footer sections. The nested <header> activates a 3-column grid when",
|
|
2018
|
+
"name": "UICard",
|
|
2019
|
+
"tagName": "card-ui",
|
|
2020
|
+
"superclass": {
|
|
2021
|
+
"name": "UIElement",
|
|
2022
|
+
"module": "/core/element.js"
|
|
2023
|
+
},
|
|
2024
|
+
"attributes": [
|
|
2025
|
+
{
|
|
2026
|
+
"name": "padding",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "string"
|
|
2029
|
+
},
|
|
2030
|
+
"description": "Interior padding scale — overrides --card-inset (the header/section/footer inset token) for the whole"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "draggable",
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "boolean"
|
|
2036
|
+
},
|
|
2037
|
+
"default": "false",
|
|
2038
|
+
"description": "Enables drag handle + cursor:grab. Wires the draggable trait; dispatches drag-end."
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "elevation",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "number"
|
|
2044
|
+
},
|
|
2045
|
+
"default": "1",
|
|
2046
|
+
"description": "Shadow depth 0-3"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "raw",
|
|
2050
|
+
"type": {
|
|
2051
|
+
"text": "boolean"
|
|
2052
|
+
},
|
|
2053
|
+
"default": "false",
|
|
2054
|
+
"description": "Strips background, border, and shadow. Parent owns the surface. Content structure still applies."
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "size",
|
|
2058
|
+
"type": {
|
|
2059
|
+
"text": "string"
|
|
2060
|
+
},
|
|
2061
|
+
"description": "Card scale. Controls inset, radius, gap, and font sizes. Default (empty) = md."
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "variant",
|
|
2065
|
+
"type": {
|
|
2066
|
+
"text": "string"
|
|
2067
|
+
},
|
|
2068
|
+
"default": "default",
|
|
2069
|
+
"description": "Visual style. `outlined` (alias `outline`) draws a border with no"
|
|
2070
|
+
}
|
|
2071
|
+
],
|
|
2072
|
+
"slots": [
|
|
2073
|
+
{
|
|
2074
|
+
"name": "icon",
|
|
2075
|
+
"description": "Leading icon for the card header — status, brand, or type marker. Placed in column 1 of the 3-column header grid when present; heading + description shift to column 2. Use `<icon-ui name=\"…\">`, `<avatar-ui>`, or any inline icon element as a DIRECT child of the `<header>` with slot=\"icon\" (not inside a wrapper — direct-child only, per the :has(> [slot=\"icon\"]) gate)."
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "heading",
|
|
2079
|
+
"description": "Primary title — grid row 1 inside `<header>`, or the prominent metric value inside `<footer>` (trend-stat / KPI pattern). Also accepts bare `<h1>`–`<h6>` tags as direct children without slot=\"heading\". A slot=\"heading\" wrapper can contain inline badges or metadata alongside the title text."
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "description",
|
|
2083
|
+
"description": "Secondary metadata — grid row 2 beneath the heading inside `<header>`, or a period/caption line beneath a metric inside `<footer>` (e.g. \"Jan – Mar 2024\"). Also accepts bare `<p>` / `<small>` / body-variant `<text-ui>` as direct children without slot=\"description\". Triggers space-between layout in the footer when combined with slot=\"action\"."
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "action",
|
|
2087
|
+
"description": "Trailing control cluster inside `<header>` (icon-buttons, menu trigger, more-options) or the primary action cluster inside `<footer>` (e.g. Save, Confirm). Aligns to the flex-end edge in both contexts. Pair with slot=\"action-leading\" for dual-cluster footers."
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "action-leading",
|
|
2091
|
+
"description": "Leading control cluster — inline-start edge of the header or footer. In the header: back button, breadcrumb context, or workspace switcher, before the icon/heading column. In the footer: secondary action (e.g. Back) opposite the primary cluster."
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"name": "media",
|
|
2095
|
+
"description": "Full-bleed media region — placed before the first `<header>` or `<section>` as the card's hero image / video / illustration slot. Stretches edge-to-edge (negative margin equal to the card's inset); first-child `[slot=\"media\"]` gets zero border-radius on the top corners so it sits flush with the card border."
|
|
2096
|
+
}
|
|
2097
|
+
]
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"exports": [
|
|
2101
|
+
{
|
|
1871
2102
|
"kind": "custom-element-definition",
|
|
1872
2103
|
"name": "card-ui",
|
|
1873
2104
|
"declaration": {
|
|
@@ -1927,7 +2158,15 @@
|
|
|
1927
2158
|
"text": "boolean"
|
|
1928
2159
|
},
|
|
1929
2160
|
"default": "false",
|
|
1930
|
-
"description": "When set, rows are non-interactive <span>s (no click, no toggle)."
|
|
2161
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `interactive` instead. When set (and `interactive` is absent), rows are non-interactive <span>s (no click, no toggle). Kept working as a dual-read compat shim (one-time console.warn when it's the name that resolves). Removed in 0.9.0."
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "interactive",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "boolean"
|
|
2167
|
+
},
|
|
2168
|
+
"default": "true",
|
|
2169
|
+
"description": "Canonical opt-in spelling (ADR-0063, gh#1563) replacing `static`'s opt-out polarity. Rows are interactive <button>-role badges by default — this default stays `true` in 0.8.42 (deliberately NOT flipped yet; the 0.9.0 cut inverts it to `false` after a full consumer scan of every `<chart-legend-ui>` tag per the ADR)."
|
|
1931
2170
|
},
|
|
1932
2171
|
{
|
|
1933
2172
|
"name": "on-toggle",
|
|
@@ -2009,7 +2248,15 @@
|
|
|
2009
2248
|
"text": "boolean"
|
|
2010
2249
|
},
|
|
2011
2250
|
"default": "false",
|
|
2012
|
-
"description": "
|
|
2251
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `noAverage` instead. Same meaning, same default; kept working as a dual-read compat shim (one- time console.warn when it's the name that resolves). Removed in 0.9.0."
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "no-average",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "boolean"
|
|
2257
|
+
},
|
|
2258
|
+
"default": "false",
|
|
2259
|
+
"description": "When true, suppress the overlaid average line. Canonical spelling (ADR-0063, gh#1563) replacing `hideAverage`."
|
|
2013
2260
|
},
|
|
2014
2261
|
{
|
|
2015
2262
|
"name": "hide-grid",
|
|
@@ -2017,7 +2264,15 @@
|
|
|
2017
2264
|
"text": "boolean"
|
|
2018
2265
|
},
|
|
2019
2266
|
"default": "false",
|
|
2020
|
-
"description": "
|
|
2267
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `noGrid` instead. Same meaning, same default; kept working as a dual-read compat shim (one-time console.warn when it's the name that resolves). Removed in 0.9.0."
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "no-grid",
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "boolean"
|
|
2273
|
+
},
|
|
2274
|
+
"default": "false",
|
|
2275
|
+
"description": "Hide gridlines. Canonical spelling (ADR-0063, gh#1563) replacing `hideGrid`."
|
|
2021
2276
|
},
|
|
2022
2277
|
{
|
|
2023
2278
|
"name": "hide-values",
|
|
@@ -2025,7 +2280,15 @@
|
|
|
2025
2280
|
"text": "boolean"
|
|
2026
2281
|
},
|
|
2027
2282
|
"default": "false",
|
|
2028
|
-
"description": "
|
|
2283
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `noValues` instead. Same meaning, same default; kept working as a dual-read compat shim (one- time console.warn when it's the name that resolves). Removed in 0.9.0."
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "no-values",
|
|
2287
|
+
"type": {
|
|
2288
|
+
"text": "boolean"
|
|
2289
|
+
},
|
|
2290
|
+
"default": "false",
|
|
2291
|
+
"description": "Hide value labels. Canonical spelling (ADR-0063, gh#1563) replacing `hideValues`."
|
|
2029
2292
|
},
|
|
2030
2293
|
{
|
|
2031
2294
|
"name": "corner-radius",
|
|
@@ -2107,7 +2370,7 @@
|
|
|
2107
2370
|
},
|
|
2108
2371
|
{
|
|
2109
2372
|
"name": "empty",
|
|
2110
|
-
"description": "Shown in place of the SVG when `.data` is empty or missing. Typically an `<empty-state-ui>` with icon + heading + description + optional action. Visibility is CSS-toggled via `[
|
|
2373
|
+
"description": "Shown in place of the SVG when `.data` is empty or missing. Typically an `<empty-state-ui>` with icon + heading + description + optional action. Visibility is CSS-toggled via `[has-data]` on the host — authors don't need to manage it imperatively."
|
|
2111
2374
|
}
|
|
2112
2375
|
],
|
|
2113
2376
|
"events": [
|
|
@@ -2377,16 +2640,6 @@
|
|
|
2377
2640
|
"description": "Form value (submitted as 'on' when checked)"
|
|
2378
2641
|
}
|
|
2379
2642
|
],
|
|
2380
|
-
"slots": [
|
|
2381
|
-
{
|
|
2382
|
-
"name": "box",
|
|
2383
|
-
"description": "Visual checkbox indicator"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"name": "label",
|
|
2387
|
-
"description": "Label text beside the checkbox"
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
2643
|
"events": [
|
|
2391
2644
|
{
|
|
2392
2645
|
"name": "change",
|
|
@@ -2632,13 +2885,13 @@
|
|
|
2632
2885
|
},
|
|
2633
2886
|
{
|
|
2634
2887
|
"kind": "javascript-module",
|
|
2635
|
-
"path": "components/color-
|
|
2888
|
+
"path": "components/color-area/color-area.js",
|
|
2636
2889
|
"declarations": [
|
|
2637
2890
|
{
|
|
2638
2891
|
"kind": "class",
|
|
2639
|
-
"description": "
|
|
2640
|
-
"name": "
|
|
2641
|
-
"tagName": "color-
|
|
2892
|
+
"description": "OKLCH-native color picker with 2D area and H/C/L sliders. Form-associated input emitting OKLCH color strings; canonical color authoring surface in the AdiaUI token system. Use for color input in design tools or theming UIs; for simple color swatches use <swatch-ui> or <color-input-ui> instead. Renamed from `<color-picker-ui>` (ADR-0063, gh#1563 — `-picker` is reserved for the outer trigger + popover composite shape; this is the inline substrate, mirroring <calendar-grid-ui>'s naming precedent). `<color-picker-ui>` is now a thin deprecated alias subclassing this component.",
|
|
2893
|
+
"name": "UIColorArea",
|
|
2894
|
+
"tagName": "color-area-ui",
|
|
2642
2895
|
"superclass": {
|
|
2643
2896
|
"name": "UIElement",
|
|
2644
2897
|
"module": "/core/element.js"
|
|
@@ -2649,15 +2902,15 @@
|
|
|
2649
2902
|
"type": {
|
|
2650
2903
|
"text": "string"
|
|
2651
2904
|
},
|
|
2652
|
-
"description": "Form field name
|
|
2905
|
+
"description": "Form field name"
|
|
2653
2906
|
},
|
|
2654
2907
|
{
|
|
2655
|
-
"name": "
|
|
2908
|
+
"name": "disabled",
|
|
2656
2909
|
"type": {
|
|
2657
|
-
"text": "
|
|
2910
|
+
"text": "boolean"
|
|
2658
2911
|
},
|
|
2659
|
-
"default": "
|
|
2660
|
-
"description": "
|
|
2912
|
+
"default": "false",
|
|
2913
|
+
"description": "Disables all interaction"
|
|
2661
2914
|
},
|
|
2662
2915
|
{
|
|
2663
2916
|
"name": "format",
|
|
@@ -2665,10 +2918,132 @@
|
|
|
2665
2918
|
"text": "string"
|
|
2666
2919
|
},
|
|
2667
2920
|
"default": "hex",
|
|
2668
|
-
"description": "Output format for the value property
|
|
2921
|
+
"description": "Output format for the value property"
|
|
2669
2922
|
},
|
|
2670
2923
|
{
|
|
2671
|
-
"name": "
|
|
2924
|
+
"name": "value",
|
|
2925
|
+
"type": {
|
|
2926
|
+
"text": "string"
|
|
2927
|
+
},
|
|
2928
|
+
"default": "#3b82f6",
|
|
2929
|
+
"description": "Current color as hex string"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "maxChroma",
|
|
2933
|
+
"type": {
|
|
2934
|
+
"text": "number"
|
|
2935
|
+
},
|
|
2936
|
+
"default": "Infinity",
|
|
2937
|
+
"description": "Generation constraint (v0.4.9 §99h, FEEDBACK-02 OKLCH chroma channel to at most this value before commit. Out-of- bound mutations round-trip to the nearest in-bound equivalent + fire `constraint-clamp`. Default Infinity (no constraint)."
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "maxL",
|
|
2941
|
+
"type": {
|
|
2942
|
+
"text": "number"
|
|
2943
|
+
},
|
|
2944
|
+
"default": "1",
|
|
2945
|
+
"description": "Generation constraint — clamp OKLCH lightness to at most this value (0..1). Default 1 (no constraint)."
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "minL",
|
|
2949
|
+
"type": {
|
|
2950
|
+
"text": "number"
|
|
2951
|
+
},
|
|
2952
|
+
"default": "0",
|
|
2953
|
+
"description": "Generation constraint — clamp OKLCH lightness to at least this value (0..1). Default 0 (no constraint)."
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "hueDriftMax",
|
|
2957
|
+
"type": {
|
|
2958
|
+
"text": "number"
|
|
2959
|
+
},
|
|
2960
|
+
"default": "NaN",
|
|
2961
|
+
"description": "Generation constraint — maximum allowed signed-shortest-path hue deviation (degrees) from [base-hue] (or the first-committed hue if [base-hue] is unset). Default NaN (no constraint). Wrap-aware so a drift of 350 degrees resolves as -10."
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "baseHue",
|
|
2965
|
+
"type": {
|
|
2966
|
+
"text": "number"
|
|
2967
|
+
},
|
|
2968
|
+
"default": "NaN",
|
|
2969
|
+
"description": "Reference hue (degrees) for the [hue-drift-max] constraint. Default NaN — falls back to the picker's hue at first commit so the consumer can pre-seed the picker and constrain drift from that initial value."
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"events": [
|
|
2973
|
+
{
|
|
2974
|
+
"name": "change",
|
|
2975
|
+
"type": {
|
|
2976
|
+
"text": "CustomEvent"
|
|
2977
|
+
},
|
|
2978
|
+
"description": "Fired on every color change"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "input",
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "CustomEvent"
|
|
2984
|
+
},
|
|
2985
|
+
"description": "Fired during continuous interaction (drag)"
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"name": "constraint-clamp",
|
|
2989
|
+
"type": {
|
|
2990
|
+
"text": "CustomEvent"
|
|
2991
|
+
},
|
|
2992
|
+
"description": "Fired immediately before `change` / `input` when one or more consumer-declared constraints (max-chroma / max-l / min-l / hue-drift-max) clamped a channel away from the user-requested value. detail.clamps is an array of axis-specific clamp records."
|
|
2993
|
+
}
|
|
2994
|
+
]
|
|
2995
|
+
}
|
|
2996
|
+
],
|
|
2997
|
+
"exports": [
|
|
2998
|
+
{
|
|
2999
|
+
"kind": "custom-element-definition",
|
|
3000
|
+
"name": "color-area-ui",
|
|
3001
|
+
"declaration": {
|
|
3002
|
+
"name": "UIColorArea",
|
|
3003
|
+
"module": "./components/color-area/color-area.js"
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
]
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "javascript-module",
|
|
3010
|
+
"path": "components/color-input/color-input.js",
|
|
3011
|
+
"declarations": [
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "class",
|
|
3014
|
+
"description": "Compact form-bearing color input — opens a popover-anchored `<color-area-ui>` from an inline swatch button. §302 (v0.5.12, FEEDBACK-29 re-bucket from v0.6.0). Canonicalizes the USAGE.md §221f Option B recipe (popover + button + color-area) into a single form-associated tag for inline form contexts (settings drawer \"source color\" field, swatch-row inline-edit, etc.). Composes `<color-area-ui>` (ADR-0063, gh#1563 — renamed from `<color-picker-ui>`, which is now a deprecated alias); `color-input-ui`'s own tag/name is unaffected.",
|
|
3015
|
+
"name": "UIColorInput",
|
|
3016
|
+
"tagName": "color-input-ui",
|
|
3017
|
+
"superclass": {
|
|
3018
|
+
"name": "UIElement",
|
|
3019
|
+
"module": "/core/element.js"
|
|
3020
|
+
},
|
|
3021
|
+
"attributes": [
|
|
3022
|
+
{
|
|
3023
|
+
"name": "name",
|
|
3024
|
+
"type": {
|
|
3025
|
+
"text": "string"
|
|
3026
|
+
},
|
|
3027
|
+
"description": "Form field name."
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "value",
|
|
3031
|
+
"type": {
|
|
3032
|
+
"text": "string"
|
|
3033
|
+
},
|
|
3034
|
+
"default": "#3b82f6",
|
|
3035
|
+
"description": "Current color as a string in the active [format]."
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"name": "format",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "string"
|
|
3041
|
+
},
|
|
3042
|
+
"default": "hex",
|
|
3043
|
+
"description": "Output format for the value property + event detail. Hex (`#rrggbb`) or OKLCH (`oklch(L C H)`)."
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "disabled",
|
|
2672
3047
|
"type": {
|
|
2673
3048
|
"text": "boolean"
|
|
2674
3049
|
},
|
|
@@ -2681,7 +3056,7 @@
|
|
|
2681
3056
|
"text": "string"
|
|
2682
3057
|
},
|
|
2683
3058
|
"default": "bottom",
|
|
2684
|
-
"description": "Popover placement relative to the trigger. Default `bottom` centers the color-
|
|
3059
|
+
"description": "Popover placement relative to the trigger. Default `bottom` centers the color-area panel under the swatch button (ADR-0034 Rule 2 — panel wider than trigger)."
|
|
2685
3060
|
},
|
|
2686
3061
|
{
|
|
2687
3062
|
"name": "open",
|
|
@@ -2697,7 +3072,7 @@
|
|
|
2697
3072
|
"text": "number"
|
|
2698
3073
|
},
|
|
2699
3074
|
"default": "Infinity",
|
|
2700
|
-
"description": "Generation constraint forwarded to the inner `<color-
|
|
3075
|
+
"description": "Generation constraint forwarded to the inner `<color-area-ui>` (v0.5.13 §-TBD, FB-33 §1). Clamp the OKLCH chroma channel to at most this value. Default Infinity (no constraint)."
|
|
2701
3076
|
},
|
|
2702
3077
|
{
|
|
2703
3078
|
"name": "maxL",
|
|
@@ -2767,7 +3142,7 @@
|
|
|
2767
3142
|
"declarations": [
|
|
2768
3143
|
{
|
|
2769
3144
|
"kind": "class",
|
|
2770
|
-
"description": "
|
|
3145
|
+
"description": "DEPRECATED (ADR-0063, gh#1563, gh#1377 B11) — `-picker` is reserved for the outer, trigger + popover, form-associated composite shape (`calendar-picker-ui` / `date-range-picker-ui` / `datetime-picker-ui` / `time-picker-ui`); `color-picker-ui` was the sole violator, playing `calendar-grid-ui`'s inline-substrate role under a `-picker` name. `<color-picker-ui>` is now a thin `UIColorArea` subclass (see color-picker.class.js) rather than an independent implementation — every prop/event/token is inherited unchanged from `<color-area-ui>`. Existing markup keeps working, but new markup should reach for `<color-area-ui>` directly. See `<color-area-ui>` for the full contract.",
|
|
2771
3146
|
"name": "UIColorPicker",
|
|
2772
3147
|
"tagName": "color-picker-ui",
|
|
2773
3148
|
"superclass": {
|
|
@@ -3178,19 +3553,7 @@
|
|
|
3178
3553
|
"slots": [
|
|
3179
3554
|
{
|
|
3180
3555
|
"name": "empty",
|
|
3181
|
-
"description": "Empty state shown when no items match"
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"name": "footer",
|
|
3185
|
-
"description": "Keyboard hint bar"
|
|
3186
|
-
},
|
|
3187
|
-
{
|
|
3188
|
-
"name": "input",
|
|
3189
|
-
"description": "The auto-stamped search field — a contenteditable=\"plaintext-only\" span carrying role=\"combobox\" (per ADR-0025/ADR-0055; no native <input>). Internal only; not consumer-slottable."
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"name": "list",
|
|
3193
|
-
"description": "Container for command items and groups"
|
|
3556
|
+
"description": "Empty state shown when no items match. Consumer-supplied [slot=\"empty\"] content is captured before the internal shell renders and re-inserted — a genuine light-DOM insertion point."
|
|
3194
3557
|
}
|
|
3195
3558
|
],
|
|
3196
3559
|
"events": [
|
|
@@ -3252,227 +3615,41 @@
|
|
|
3252
3615
|
"description": "Programmatic open state. Set true to open at target center."
|
|
3253
3616
|
},
|
|
3254
3617
|
{
|
|
3255
|
-
"name": "long-press-ms",
|
|
3256
|
-
"type": {
|
|
3257
|
-
"text": "number"
|
|
3258
|
-
},
|
|
3259
|
-
"default": "500",
|
|
3260
|
-
"description": "Long-press duration (ms) on touch devices to open the menu."
|
|
3261
|
-
}
|
|
3262
|
-
],
|
|
3263
|
-
"slots": [
|
|
3264
|
-
{
|
|
3265
|
-
"name": "default",
|
|
3266
|
-
"description": "Two-purpose slot: the wrapped target element (mode A — first non-menu-item-ui child) AND the menu-item-ui items. Items are promoted to the popover surface on open."
|
|
3267
|
-
}
|
|
3268
|
-
],
|
|
3269
|
-
"events": [
|
|
3270
|
-
{
|
|
3271
|
-
"name": "context-menu-open",
|
|
3272
|
-
"type": {
|
|
3273
|
-
"text": "CustomEvent"
|
|
3274
|
-
},
|
|
3275
|
-
"description": "Fired when the menu opens (right-click / long-press / keyboard)."
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"name": "context-menu-close",
|
|
3279
|
-
"type": {
|
|
3280
|
-
"text": "CustomEvent"
|
|
3281
|
-
},
|
|
3282
|
-
"description": "Fired when the menu closes (item-select / outside-click / Escape)."
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "context-menu-select",
|
|
3286
|
-
"type": {
|
|
3287
|
-
"text": "CustomEvent"
|
|
3288
|
-
},
|
|
3289
|
-
"description": "Fired when an item is activated. Same shape as menu-ui's `action` event."
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
}
|
|
3293
|
-
],
|
|
3294
|
-
"exports": [
|
|
3295
|
-
{
|
|
3296
|
-
"kind": "custom-element-definition",
|
|
3297
|
-
"name": "context-menu-ui",
|
|
3298
|
-
"declaration": {
|
|
3299
|
-
"name": "UIContextMenu",
|
|
3300
|
-
"module": "./components/context-menu/context-menu.js"
|
|
3301
|
-
}
|
|
3302
|
-
}
|
|
3303
|
-
]
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"kind": "javascript-module",
|
|
3307
|
-
"path": "components/date-range-picker/date-range-picker.js",
|
|
3308
|
-
"declarations": [
|
|
3309
|
-
{
|
|
3310
|
-
"kind": "class",
|
|
3311
|
-
"description": "Compound form primitive for selecting a start + end date pair with optional named preset shortcuts (\"Today\", \"Last 7 days\", \"This month\", ...). Default presentation is a trigger button showing the formatted range; on activation a popover opens with two synchronized calendar panes + a preset side rail. Composes <calendar-grid-ui> twice; emits {from, to} ISO 8601 dates. Both panes are ONE selection surface: first click = start, second click = end, in either grid; a second click earlier than the start restarts the range there. Optional comparison-range mode emits a secondary range for analytics surfaces.",
|
|
3312
|
-
"name": "UIDateRangePicker",
|
|
3313
|
-
"tagName": "date-range-picker-ui",
|
|
3314
|
-
"superclass": {
|
|
3315
|
-
"name": "UIElement",
|
|
3316
|
-
"module": "/core/element.js"
|
|
3317
|
-
},
|
|
3318
|
-
"attributes": [
|
|
3319
|
-
{
|
|
3320
|
-
"name": "name",
|
|
3321
|
-
"type": {
|
|
3322
|
-
"text": "string"
|
|
3323
|
-
},
|
|
3324
|
-
"description": "Form field name for form data submission. The selected range serializes as JSON `{\"from\":\"...\",\"to\":\"...\"}` under this key."
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "value",
|
|
3328
|
-
"type": {
|
|
3329
|
-
"text": "string"
|
|
3330
|
-
},
|
|
3331
|
-
"description": "Selected range as `{from, to}` ISO 8601 dates. Null when empty. Emitted on commit."
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "compare-value",
|
|
3335
|
-
"type": {
|
|
3336
|
-
"text": "string"
|
|
3337
|
-
},
|
|
3338
|
-
"description": "Comparison range when `[comparison]` is set. Same `{from, to}` shape as `value`."
|
|
3339
|
-
},
|
|
3340
|
-
{
|
|
3341
|
-
"name": "comparison",
|
|
3342
|
-
"type": {
|
|
3343
|
-
"text": "boolean"
|
|
3344
|
-
},
|
|
3345
|
-
"default": "false",
|
|
3346
|
-
"description": "Enable comparison-range mode. Renders a second preset cluster and emits a secondary range under `<name>-compare`."
|
|
3347
|
-
},
|
|
3348
|
-
{
|
|
3349
|
-
"name": "min",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"description": "Earliest selectable ISO date (inclusive). Days before are disabled in both panes."
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "max",
|
|
3357
|
-
"type": {
|
|
3358
|
-
"text": "string"
|
|
3359
|
-
},
|
|
3360
|
-
"description": "Latest selectable ISO date (inclusive). Days after are disabled in both panes."
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"name": "disabled",
|
|
3364
|
-
"type": {
|
|
3365
|
-
"text": "boolean"
|
|
3366
|
-
},
|
|
3367
|
-
"default": "false",
|
|
3368
|
-
"description": "Block all interaction. Trigger remains rendered but does not open the popover."
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"name": "readonly",
|
|
3372
|
-
"type": {
|
|
3373
|
-
"text": "boolean"
|
|
3374
|
-
},
|
|
3375
|
-
"default": "false",
|
|
3376
|
-
"description": "Block edits; allow keyboard navigation for screen-reader inspection."
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"name": "required",
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "boolean"
|
|
3382
|
-
},
|
|
3383
|
-
"default": "false",
|
|
3384
|
-
"description": "Required for validation when inside a `<form>`."
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"name": "open",
|
|
3388
|
-
"type": {
|
|
3389
|
-
"text": "boolean"
|
|
3390
|
-
},
|
|
3391
|
-
"default": "false",
|
|
3392
|
-
"description": "Whether the popover is currently open."
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"name": "placeholder",
|
|
3396
|
-
"type": {
|
|
3397
|
-
"text": "string"
|
|
3398
|
-
},
|
|
3399
|
-
"default": "Select range",
|
|
3400
|
-
"description": "Text shown in the trigger when the value is empty."
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"name": "format",
|
|
3404
|
-
"type": {
|
|
3405
|
-
"text": "string"
|
|
3406
|
-
},
|
|
3407
|
-
"default": "short",
|
|
3408
|
-
"description": "Trigger button date format. `short`: `Jan 1, 2026`; `long`: `January 1, 2026`; `iso`: `2026-01-01`."
|
|
3409
|
-
},
|
|
3410
|
-
{
|
|
3411
|
-
"name": "no-presets",
|
|
3412
|
-
"type": {
|
|
3413
|
-
"text": "boolean"
|
|
3414
|
-
},
|
|
3415
|
-
"default": "false",
|
|
3416
|
-
"description": "Hide the preset side rail."
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"name": "placement",
|
|
3618
|
+
"name": "long-press-ms",
|
|
3420
3619
|
"type": {
|
|
3421
|
-
"text": "
|
|
3620
|
+
"text": "number"
|
|
3422
3621
|
},
|
|
3423
|
-
"default": "
|
|
3424
|
-
"description": "
|
|
3622
|
+
"default": "500",
|
|
3623
|
+
"description": "Long-press duration (ms) on touch devices to open the menu."
|
|
3425
3624
|
}
|
|
3426
3625
|
],
|
|
3427
3626
|
"slots": [
|
|
3428
3627
|
{
|
|
3429
|
-
"name": "
|
|
3430
|
-
"description": "
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"name": "presets",
|
|
3434
|
-
"description": "Custom preset content replacing the default preset rail."
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"name": "footer",
|
|
3438
|
-
"description": "Optional footer area below the calendars (e.g., \"Apply\" / \"Cancel\" buttons for explicit-commit flows)."
|
|
3628
|
+
"name": "default",
|
|
3629
|
+
"description": "Two-purpose slot: the wrapped target element (mode A — first non-menu-item-ui child) AND the menu-item-ui items. Items are promoted to the popover surface on open."
|
|
3439
3630
|
}
|
|
3440
3631
|
],
|
|
3441
3632
|
"events": [
|
|
3442
3633
|
{
|
|
3443
|
-
"name": "
|
|
3444
|
-
"type": {
|
|
3445
|
-
"text": "CustomEvent"
|
|
3446
|
-
},
|
|
3447
|
-
"description": "Fired when the range commits (both `from` AND `to` selected, OR a preset clicked)."
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"name": "input",
|
|
3451
|
-
"type": {
|
|
3452
|
-
"text": "CustomEvent"
|
|
3453
|
-
},
|
|
3454
|
-
"description": "Fired during selection — e.g. user clicked `from` but has not yet picked `to`."
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"name": "open",
|
|
3634
|
+
"name": "context-menu-open",
|
|
3458
3635
|
"type": {
|
|
3459
3636
|
"text": "CustomEvent"
|
|
3460
3637
|
},
|
|
3461
|
-
"description": "
|
|
3638
|
+
"description": "Fired when the menu opens (right-click / long-press / keyboard)."
|
|
3462
3639
|
},
|
|
3463
3640
|
{
|
|
3464
|
-
"name": "close",
|
|
3641
|
+
"name": "context-menu-close",
|
|
3465
3642
|
"type": {
|
|
3466
3643
|
"text": "CustomEvent"
|
|
3467
3644
|
},
|
|
3468
|
-
"description": "
|
|
3645
|
+
"description": "Fired when the menu closes (item-select / outside-click / Escape)."
|
|
3469
3646
|
},
|
|
3470
3647
|
{
|
|
3471
|
-
"name": "
|
|
3648
|
+
"name": "context-menu-select",
|
|
3472
3649
|
"type": {
|
|
3473
3650
|
"text": "CustomEvent"
|
|
3474
3651
|
},
|
|
3475
|
-
"description": "
|
|
3652
|
+
"description": "Fired when an item is activated. Same shape as menu-ui's `action` event."
|
|
3476
3653
|
}
|
|
3477
3654
|
]
|
|
3478
3655
|
}
|
|
@@ -3480,23 +3657,23 @@
|
|
|
3480
3657
|
"exports": [
|
|
3481
3658
|
{
|
|
3482
3659
|
"kind": "custom-element-definition",
|
|
3483
|
-
"name": "
|
|
3660
|
+
"name": "context-menu-ui",
|
|
3484
3661
|
"declaration": {
|
|
3485
|
-
"name": "
|
|
3486
|
-
"module": "./components/
|
|
3662
|
+
"name": "UIContextMenu",
|
|
3663
|
+
"module": "./components/context-menu/context-menu.js"
|
|
3487
3664
|
}
|
|
3488
3665
|
}
|
|
3489
3666
|
]
|
|
3490
3667
|
},
|
|
3491
3668
|
{
|
|
3492
3669
|
"kind": "javascript-module",
|
|
3493
|
-
"path": "components/
|
|
3670
|
+
"path": "components/date-range-picker/date-range-picker.js",
|
|
3494
3671
|
"declarations": [
|
|
3495
3672
|
{
|
|
3496
3673
|
"kind": "class",
|
|
3497
|
-
"description": "
|
|
3498
|
-
"name": "
|
|
3499
|
-
"tagName": "
|
|
3674
|
+
"description": "Compound form primitive for selecting a start + end date pair with optional named preset shortcuts (\"Today\", \"Last 7 days\", \"This month\", ...). Default presentation is a trigger button showing the formatted range; on activation a popover opens with two synchronized calendar panes + a preset side rail. Composes <calendar-grid-ui> twice; emits {from, to} ISO 8601 dates. Both panes are ONE selection surface: first click = start, second click = end, in either grid; a second click earlier than the start restarts the range there. Optional comparison-range mode emits a secondary range for analytics surfaces.",
|
|
3675
|
+
"name": "UIDateRangePicker",
|
|
3676
|
+
"tagName": "date-range-picker-ui",
|
|
3500
3677
|
"superclass": {
|
|
3501
3678
|
"name": "UIElement",
|
|
3502
3679
|
"module": "/core/element.js"
|
|
@@ -3507,51 +3684,43 @@
|
|
|
3507
3684
|
"type": {
|
|
3508
3685
|
"text": "string"
|
|
3509
3686
|
},
|
|
3510
|
-
"description": "Form field name. The
|
|
3687
|
+
"description": "Form field name for form data submission. The selected range serializes as JSON `{\"from\":\"...\",\"to\":\"...\"}` under this key."
|
|
3511
3688
|
},
|
|
3512
3689
|
{
|
|
3513
3690
|
"name": "value",
|
|
3514
3691
|
"type": {
|
|
3515
3692
|
"text": "string"
|
|
3516
3693
|
},
|
|
3517
|
-
"description": "
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"name": "min",
|
|
3521
|
-
"type": {
|
|
3522
|
-
"text": "string"
|
|
3523
|
-
},
|
|
3524
|
-
"description": "Earliest selectable ISO 8601 datetime (inclusive). Days before are disabled in the calendar pane; times before are rejected by the time pane on the same day."
|
|
3694
|
+
"description": "Selected range as `{from, to}` ISO 8601 dates. Null when empty. Emitted on commit."
|
|
3525
3695
|
},
|
|
3526
3696
|
{
|
|
3527
|
-
"name": "
|
|
3697
|
+
"name": "compare-value",
|
|
3528
3698
|
"type": {
|
|
3529
3699
|
"text": "string"
|
|
3530
3700
|
},
|
|
3531
|
-
"description": "
|
|
3701
|
+
"description": "Comparison range when `[comparison]` is set. Same `{from, to}` shape as `value`."
|
|
3532
3702
|
},
|
|
3533
3703
|
{
|
|
3534
|
-
"name": "
|
|
3704
|
+
"name": "comparison",
|
|
3535
3705
|
"type": {
|
|
3536
|
-
"text": "
|
|
3706
|
+
"text": "boolean"
|
|
3537
3707
|
},
|
|
3538
|
-
"default": "
|
|
3539
|
-
"description": "
|
|
3708
|
+
"default": "false",
|
|
3709
|
+
"description": "Enable comparison-range mode. Renders a second preset cluster and emits a secondary range under `<name>-compare`."
|
|
3540
3710
|
},
|
|
3541
3711
|
{
|
|
3542
|
-
"name": "
|
|
3712
|
+
"name": "min",
|
|
3543
3713
|
"type": {
|
|
3544
3714
|
"text": "string"
|
|
3545
3715
|
},
|
|
3546
|
-
"
|
|
3547
|
-
"description": "Time-pane precision. `minute` (default) emits `HH:mm`; `second` exposes the seconds segment and emits `HH:mm:ss`."
|
|
3716
|
+
"description": "Earliest selectable ISO date (inclusive). Days before are disabled in both panes."
|
|
3548
3717
|
},
|
|
3549
3718
|
{
|
|
3550
|
-
"name": "
|
|
3719
|
+
"name": "max",
|
|
3551
3720
|
"type": {
|
|
3552
3721
|
"text": "string"
|
|
3553
3722
|
},
|
|
3554
|
-
"description": "
|
|
3723
|
+
"description": "Latest selectable ISO date (inclusive). Days after are disabled in both panes."
|
|
3555
3724
|
},
|
|
3556
3725
|
{
|
|
3557
3726
|
"name": "disabled",
|
|
@@ -3590,7 +3759,7 @@
|
|
|
3590
3759
|
"type": {
|
|
3591
3760
|
"text": "string"
|
|
3592
3761
|
},
|
|
3593
|
-
"default": "Select
|
|
3762
|
+
"default": "Select range",
|
|
3594
3763
|
"description": "Text shown in the trigger when the value is empty."
|
|
3595
3764
|
},
|
|
3596
3765
|
{
|
|
@@ -3599,14 +3768,15 @@
|
|
|
3599
3768
|
"text": "string"
|
|
3600
3769
|
},
|
|
3601
3770
|
"default": "short",
|
|
3602
|
-
"description": "Trigger button date format. `short`: `Jan 1, 2026
|
|
3771
|
+
"description": "Trigger button date format. `short`: `Jan 1, 2026`; `long`: `January 1, 2026`; `iso`: `2026-01-01`."
|
|
3603
3772
|
},
|
|
3604
3773
|
{
|
|
3605
|
-
"name": "
|
|
3774
|
+
"name": "no-presets",
|
|
3606
3775
|
"type": {
|
|
3607
|
-
"text": "
|
|
3776
|
+
"text": "boolean"
|
|
3608
3777
|
},
|
|
3609
|
-
"
|
|
3778
|
+
"default": "false",
|
|
3779
|
+
"description": "Hide the preset side rail."
|
|
3610
3780
|
},
|
|
3611
3781
|
{
|
|
3612
3782
|
"name": "placement",
|
|
@@ -3614,7 +3784,7 @@
|
|
|
3614
3784
|
"text": "string"
|
|
3615
3785
|
},
|
|
3616
3786
|
"default": "bottom",
|
|
3617
|
-
"description": "Popover placement relative to the trigger. Default `bottom` centers the calendar
|
|
3787
|
+
"description": "Popover placement relative to the trigger. Default `bottom` centers the two-calendar panel under the trigger (ADR-0034 Rule 2 — ~800px panel >> trigger)."
|
|
3618
3788
|
}
|
|
3619
3789
|
],
|
|
3620
3790
|
"slots": [
|
|
@@ -3622,9 +3792,13 @@
|
|
|
3622
3792
|
"name": "trigger",
|
|
3623
3793
|
"description": "Custom trigger replacement. When omitted, a default `<button-ui>` is stamped."
|
|
3624
3794
|
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "presets",
|
|
3797
|
+
"description": "Custom preset content replacing the default preset rail."
|
|
3798
|
+
},
|
|
3625
3799
|
{
|
|
3626
3800
|
"name": "footer",
|
|
3627
|
-
"description": "Optional Apply / Cancel buttons for explicit-commit flows.
|
|
3801
|
+
"description": "Optional footer area below the calendars (e.g., \"Apply\" / \"Cancel\" buttons for explicit-commit flows)."
|
|
3628
3802
|
}
|
|
3629
3803
|
],
|
|
3630
3804
|
"events": [
|
|
@@ -3633,14 +3807,14 @@
|
|
|
3633
3807
|
"type": {
|
|
3634
3808
|
"text": "CustomEvent"
|
|
3635
3809
|
},
|
|
3636
|
-
"description": "Fired when the
|
|
3810
|
+
"description": "Fired when the range commits (both `from` AND `to` selected, OR a preset clicked)."
|
|
3637
3811
|
},
|
|
3638
3812
|
{
|
|
3639
3813
|
"name": "input",
|
|
3640
3814
|
"type": {
|
|
3641
3815
|
"text": "CustomEvent"
|
|
3642
3816
|
},
|
|
3643
|
-
"description": "Fired during
|
|
3817
|
+
"description": "Fired during selection — e.g. user clicked `from` but has not yet picked `to`."
|
|
3644
3818
|
},
|
|
3645
3819
|
{
|
|
3646
3820
|
"name": "open",
|
|
@@ -3661,7 +3835,7 @@
|
|
|
3661
3835
|
"type": {
|
|
3662
3836
|
"text": "CustomEvent"
|
|
3663
3837
|
},
|
|
3664
|
-
"description": "A constraint failed (out of range,
|
|
3838
|
+
"description": "A constraint failed (out of range, end < start)."
|
|
3665
3839
|
}
|
|
3666
3840
|
]
|
|
3667
3841
|
}
|
|
@@ -3669,10 +3843,10 @@
|
|
|
3669
3843
|
"exports": [
|
|
3670
3844
|
{
|
|
3671
3845
|
"kind": "custom-element-definition",
|
|
3672
|
-
"name": "
|
|
3846
|
+
"name": "date-range-picker-ui",
|
|
3673
3847
|
"declaration": {
|
|
3674
|
-
"name": "
|
|
3675
|
-
"module": "./components/
|
|
3848
|
+
"name": "UIDateRangePicker",
|
|
3849
|
+
"module": "./components/date-range-picker/date-range-picker.js"
|
|
3676
3850
|
}
|
|
3677
3851
|
}
|
|
3678
3852
|
]
|
|
@@ -3779,7 +3953,7 @@
|
|
|
3779
3953
|
"text": "string"
|
|
3780
3954
|
},
|
|
3781
3955
|
"default": "start",
|
|
3782
|
-
"description": "Alignment for inline layout. `start` (default): term and value pack to the term column edge. `between`: term left, value right-aligned with `text-align: end`. `stretch`: value fills the remaining track width (e.g. for a `<slider-ui>` / `<select-ui>` / `<color-
|
|
3956
|
+
"description": "Alignment for inline layout. `start` (default): term and value pack to the term column edge. `between`: term left, value right-aligned with `text-align: end`. `stretch`: value fills the remaining track width (e.g. for a `<slider-ui>` / `<select-ui>` / `<color-area-ui>` as `<dd>` that should span the full row). Sets `justify-self: stretch` and `width: 100%` on `dd` so block-level form controls inside reach the column edge rather than shrink-wrapping to content."
|
|
3783
3957
|
},
|
|
3784
3958
|
{
|
|
3785
3959
|
"name": "items",
|
|
@@ -3995,10 +4169,6 @@
|
|
|
3995
4169
|
}
|
|
3996
4170
|
],
|
|
3997
4171
|
"slots": [
|
|
3998
|
-
{
|
|
3999
|
-
"name": "backdrop",
|
|
4000
|
-
"description": "Scrim overlay behind the drawer (stamped by the component)."
|
|
4001
|
-
},
|
|
4002
4172
|
{
|
|
4003
4173
|
"name": "panel",
|
|
4004
4174
|
"description": "Sliding panel container (stamped by the component)."
|
|
@@ -4143,42 +4313,6 @@
|
|
|
4143
4313
|
{
|
|
4144
4314
|
"name": "breadcrumb",
|
|
4145
4315
|
"description": "Optional slot for a consumer-supplied <breadcrumb-ui> in the level header, for deep hierarchies. Not managed by drilldown-ui — the consumer wires jump clicks to `.path = [...]` itself."
|
|
4146
|
-
},
|
|
4147
|
-
{
|
|
4148
|
-
"name": "header",
|
|
4149
|
-
"description": "Auto-stamped level-header container (back affordance + breadcrumb + title/count). Structural — not consumer-overridable."
|
|
4150
|
-
},
|
|
4151
|
-
{
|
|
4152
|
-
"name": "back",
|
|
4153
|
-
"description": "Auto-stamped back-affordance <button> (chevron + parent-level label). Hidden at the root level."
|
|
4154
|
-
},
|
|
4155
|
-
{
|
|
4156
|
-
"name": "title",
|
|
4157
|
-
"description": "Auto-stamped title cluster (current-level label + item count) inside the header."
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"name": "filter",
|
|
4161
|
-
"description": "Auto-stamped filter-input row, shown only when `[filterable]` is set."
|
|
4162
|
-
},
|
|
4163
|
-
{
|
|
4164
|
-
"name": "viewport",
|
|
4165
|
-
"description": "Auto-stamped clipping container for the current level's panel (hosts the slide-transition overflow clip)."
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"name": "dot",
|
|
4169
|
-
"description": "Auto-stamped per-row leading color swatch, rendered when the row's data item declares a `dot` tone."
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "main",
|
|
4173
|
-
"description": "Auto-stamped per-row content column (label + optional meta line)."
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"name": "meta",
|
|
4177
|
-
"description": "Auto-stamped per-row secondary meta line, rendered when the row's data item declares `meta`."
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "counts",
|
|
4181
|
-
"description": "Auto-stamped per-row trailing count-chip cluster, rendered when the row's data item declares `counts`."
|
|
4182
4316
|
}
|
|
4183
4317
|
],
|
|
4184
4318
|
"events": [
|
|
@@ -4254,12 +4388,6 @@
|
|
|
4254
4388
|
"default": "100%",
|
|
4255
4389
|
"description": "Iframe width. Any CSS width value."
|
|
4256
4390
|
}
|
|
4257
|
-
],
|
|
4258
|
-
"slots": [
|
|
4259
|
-
{
|
|
4260
|
-
"name": "iframe",
|
|
4261
|
-
"description": "Sandboxed <iframe> element (allow-scripts allow-same-origin)"
|
|
4262
|
-
}
|
|
4263
4391
|
]
|
|
4264
4392
|
}
|
|
4265
4393
|
],
|
|
@@ -4424,12 +4552,6 @@
|
|
|
4424
4552
|
"description": "Label of an inline action button (the \"deep-link\" / \"undo\" pattern). Pair with `onAction` callback in `UIFeed.post()` — click invokes the callback then auto-dismisses. Empty string renders no action button."
|
|
4425
4553
|
}
|
|
4426
4554
|
],
|
|
4427
|
-
"slots": [
|
|
4428
|
-
{
|
|
4429
|
-
"name": "body",
|
|
4430
|
-
"description": "Default content slot (also accepts the `text` / `heading` props)"
|
|
4431
|
-
}
|
|
4432
|
-
],
|
|
4433
4555
|
"events": [
|
|
4434
4556
|
{
|
|
4435
4557
|
"name": "close",
|
|
@@ -4553,7 +4675,7 @@
|
|
|
4553
4675
|
"slots": [
|
|
4554
4676
|
{
|
|
4555
4677
|
"name": "default",
|
|
4556
|
-
"description": "The form control — a WIDE control like input-ui, select-ui, textarea-ui, slider-ui, range-ui, calendar-picker-ui, color-
|
|
4678
|
+
"description": "The form control — a WIDE control like input-ui, select-ui, textarea-ui, slider-ui, range-ui, calendar-picker-ui, color-area-ui, upload-ui, otp-input-ui. Auto-id'd for the label's [for] binding. DO NOT wrap small self-labeling widgets here. check-ui, switch-ui, radio-ui, toggle-ui all carry their own [label] attribute that renders inline next to the control — wrapping them in field-ui produces broken layouts (settings-row `justify-self: end` rule pushes the control to the trailing edge, away from the label that field-ui stamps; the widget's own label then renders again on the right, creating a doubled / right-justified affordance). See anti_patterns below for the canonical alternatives."
|
|
4557
4679
|
},
|
|
4558
4680
|
{
|
|
4559
4681
|
"name": "trailing",
|
|
@@ -5019,11 +5141,11 @@
|
|
|
5019
5141
|
"description": "Size preset — e.g. 'full' fills the container width and height."
|
|
5020
5142
|
},
|
|
5021
5143
|
{
|
|
5022
|
-
"name": "radius",
|
|
5144
|
+
"name": "corner-radius",
|
|
5023
5145
|
"type": {
|
|
5024
5146
|
"text": "string"
|
|
5025
5147
|
},
|
|
5026
|
-
"description": "Border radius token"
|
|
5148
|
+
"description": "Border radius token. Renamed from `[radius]` (gh#1335) — a preset-enum can't share a name with the global Enum·preset `[radius]` attribute (`sharp`/`rounded`/`round`), whose vocabulary is unrelated (ADR-0053); mirrors chart-ui's own `[corner-radius]` fix (ADR-0054) and skeleton-ui's matching rename (image-ui composes skeleton-ui for its loading fallback)."
|
|
5027
5149
|
},
|
|
5028
5150
|
{
|
|
5029
5151
|
"name": "src",
|
|
@@ -5042,8 +5164,12 @@
|
|
|
5042
5164
|
],
|
|
5043
5165
|
"slots": [
|
|
5044
5166
|
{
|
|
5045
|
-
"name": "
|
|
5046
|
-
"description": "
|
|
5167
|
+
"name": "image",
|
|
5168
|
+
"description": "The <img> element. Adopt-or-stamp (gh#1461): an author-supplied [slot=\"image\"] child is adopted as-is; otherwise a lazy-loading <img> is created. Renamed from the yaml's prior `img` key, which matched neither this real attribute value nor any DOM element image-ui stamps."
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"name": "skeleton",
|
|
5172
|
+
"description": "Loading-state placeholder shown until the image loads or errors. Adopt-or-stamp: an author-supplied [slot=\"skeleton\"] child is adopted; otherwise a <skeleton-ui> is created."
|
|
5047
5173
|
}
|
|
5048
5174
|
]
|
|
5049
5175
|
}
|
|
@@ -5182,7 +5308,7 @@
|
|
|
5182
5308
|
"type": {
|
|
5183
5309
|
"text": "string"
|
|
5184
5310
|
},
|
|
5185
|
-
"description": "Sets `aria-live` on the host for dynamic message updates.
|
|
5311
|
+
"description": "Sets `aria-live` on the host for dynamic message updates. `off` = no live region (static annotation) — the A2UI v1.0 vocabulary (off | polite | assertive, SPEC REQ-013); empty string is the legacy alias for `off`, kept for existing consumers."
|
|
5186
5312
|
}
|
|
5187
5313
|
],
|
|
5188
5314
|
"slots": [
|
|
@@ -5235,7 +5361,7 @@
|
|
|
5235
5361
|
"text": "string"
|
|
5236
5362
|
},
|
|
5237
5363
|
"default": "text",
|
|
5238
|
-
"description": "Input type. `password` wraps a native `<input>` for disc masking; `number` renders a contenteditable + stepper"
|
|
5364
|
+
"description": "Input type. `password` wraps a native `<input>` for disc masking; `number` renders a contenteditable + stepper buttons (no native input). `text`/`email`/`tel`/`url` use plain contenteditable. input-ui does NOT implement date/time/color/search affordances — those HTML5 type values render as a plain contenteditable with no calendar, clock, swatch, or search affordance (first-pass-VALID against this enum historically, but functionally broken generation output). Use the owning primitive instead — CalendarPicker for date (+ month/week, no dedicated granularity primitive exists), DatetimePicker for datetime-local, TimePicker for time, ColorInput/ColorPicker for color, Search for search. See anti_patterns."
|
|
5239
5365
|
},
|
|
5240
5366
|
{
|
|
5241
5367
|
"name": "required",
|
|
@@ -5951,6 +6077,14 @@
|
|
|
5951
6077
|
"text": "string"
|
|
5952
6078
|
},
|
|
5953
6079
|
"description": "Secondary line below the primary text. Subtle color."
|
|
6080
|
+
},
|
|
6081
|
+
{
|
|
6082
|
+
"name": "selected",
|
|
6083
|
+
"type": {
|
|
6084
|
+
"text": "boolean"
|
|
6085
|
+
},
|
|
6086
|
+
"default": "false",
|
|
6087
|
+
"description": "Whether this row is the current selection. Managed by the parent <list-ui>[selectable] — don't set directly; the parent's [selectedKey] is the single source of truth (ADR-0056)."
|
|
5954
6088
|
}
|
|
5955
6089
|
],
|
|
5956
6090
|
"slots": [
|
|
@@ -5978,7 +6112,7 @@
|
|
|
5978
6112
|
},
|
|
5979
6113
|
{
|
|
5980
6114
|
"kind": "class",
|
|
5981
|
-
"description": "Styled flat list with optional row dividers and icons — each row is a <list-item-ui> child. Selectable mode via [selectable] + [selectedKey] / `
|
|
6115
|
+
"description": "Styled flat list with optional row dividers and icons — each row is a <list-item-ui> child. Selectable mode via [selectable] + [selectedKey] / `selection-change` event. Composes <icon-ui> for row leading glyphs. Distinct from <nav-ui> (sidebar navigation, route-aware), <tree-ui> (hierarchical with arbitrary nesting), and <table-ui> (tabular data with columns). Use list-ui for non-navigable, non-tabular vertical rows — comment lists, file lists, message streams outside chat-shell.",
|
|
5982
6116
|
"name": "UIList",
|
|
5983
6117
|
"tagName": "list-ui",
|
|
5984
6118
|
"superclass": {
|
|
@@ -6015,7 +6149,7 @@
|
|
|
6015
6149
|
"type": {
|
|
6016
6150
|
"text": "string"
|
|
6017
6151
|
},
|
|
6018
|
-
"description": "ID (or data-key) of the currently-selected child listitem."
|
|
6152
|
+
"description": "ID (or data-key) of the currently-selected child listitem — drives each child's [selected] reflected prop (ADR-0056, #1363 B7). Kept as `selectedKey` rather than renamed to `value` (segmented/tabs/ select's parent-selection prop name): list rows are identified by DOM id/data-key, not an option value, and ADR-0056 itself governs only the child's own [selected] state surface, not this naming — a cross-family rename has no ratifying ADR (B5/B9-shaped follow-up)."
|
|
6019
6153
|
},
|
|
6020
6154
|
{
|
|
6021
6155
|
"name": "spacing",
|
|
@@ -6023,7 +6157,7 @@
|
|
|
6023
6157
|
"text": "string"
|
|
6024
6158
|
},
|
|
6025
6159
|
"default": "md",
|
|
6026
|
-
"description": "Item spacing"
|
|
6160
|
+
"description": "Item spacing scale — `sm`/`lg` modulate the per-item inset; `md` (default) is the base inset."
|
|
6027
6161
|
}
|
|
6028
6162
|
],
|
|
6029
6163
|
"events": [
|
|
@@ -6180,7 +6314,7 @@
|
|
|
6180
6314
|
},
|
|
6181
6315
|
{
|
|
6182
6316
|
"kind": "class",
|
|
6183
|
-
"description": "Child of `<menu-ui>`. One actionable row inside a menu, with optional leading icon + label +
|
|
6317
|
+
"description": "Child of `<menu-ui>`. One actionable row inside a menu, with optional leading icon + label + description + value. (`subtitle` is a deprecated alias for `description` — ADR-0063, gh#1563.)",
|
|
6184
6318
|
"name": "UIMenuItem",
|
|
6185
6319
|
"tagName": "menu-item-ui",
|
|
6186
6320
|
"superclass": {
|
|
@@ -6207,7 +6341,14 @@
|
|
|
6207
6341
|
"type": {
|
|
6208
6342
|
"text": "string"
|
|
6209
6343
|
},
|
|
6210
|
-
"description": "
|
|
6344
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `description` instead. Same type/default/rendered position; kept working as a dual-read compat shim (one-time console.warn when it's the name that resolves). Removed in 0.9.0. (The `subtitle` SLOT below is a separate surface, deliberately left unrenamed in this pass — see its own description.)"
|
|
6345
|
+
},
|
|
6346
|
+
{
|
|
6347
|
+
"name": "description",
|
|
6348
|
+
"type": {
|
|
6349
|
+
"text": "string"
|
|
6350
|
+
},
|
|
6351
|
+
"description": "Optional secondary description line rendered under the label. Canonical spelling (ADR-0063, gh#1563) replacing `subtitle` — converges menu-item onto the ~20-component corpus majority that already names this concept `description`."
|
|
6211
6352
|
},
|
|
6212
6353
|
{
|
|
6213
6354
|
"name": "value",
|
|
@@ -6244,7 +6385,7 @@
|
|
|
6244
6385
|
},
|
|
6245
6386
|
{
|
|
6246
6387
|
"name": "subtitle",
|
|
6247
|
-
"description": "Custom secondary-line content override; falls through to `[
|
|
6388
|
+
"description": "Custom secondary-line content override; falls through to the `[description]` prop (or its deprecated `[subtitle]` alias — ADR-0063, gh#1563) if not slotted. The slot's own name is unchanged by that rename — this is a distinct, deliberately-unrenamed surface."
|
|
6248
6389
|
},
|
|
6249
6390
|
{
|
|
6250
6391
|
"name": "trailing",
|
|
@@ -6288,12 +6429,12 @@
|
|
|
6288
6429
|
},
|
|
6289
6430
|
"attributes": [
|
|
6290
6431
|
{
|
|
6291
|
-
"name": "
|
|
6432
|
+
"name": "offset",
|
|
6292
6433
|
"type": {
|
|
6293
6434
|
"text": "number"
|
|
6294
6435
|
},
|
|
6295
6436
|
"default": "4",
|
|
6296
|
-
"description": "
|
|
6437
|
+
"description": "Pixel offset between the anchor (trigger) and the menu popover. Renamed from `[gap]` (gh#1335) — a raw-px number can't share a name with the global Scale-grammar `[gap]` attribute (ADR-0053); matches popover-ui's own `[offset]` (same anchorPopover() helper)."
|
|
6297
6438
|
},
|
|
6298
6439
|
{
|
|
6299
6440
|
"name": "open",
|
|
@@ -7161,8 +7302,8 @@
|
|
|
7161
7302
|
],
|
|
7162
7303
|
"slots": [
|
|
7163
7304
|
{
|
|
7164
|
-
"name": "
|
|
7165
|
-
"description": "
|
|
7305
|
+
"name": "digit",
|
|
7306
|
+
"description": "Each digit input box, one per [length] — the component's own real slot=\"digit\" attribute (gh#1461; renamed from the yaml's prior `field` key, which matched no DOM element otp-input-ui stamps). Rebuilt wholesale on every template-owned in current behavior, not an author-content insertion point; left under slots: here since reclassifying slots:/parts: is gh#1454's charter, not this ticket's."
|
|
7166
7307
|
}
|
|
7167
7308
|
],
|
|
7168
7309
|
"events": [
|
|
@@ -7409,6 +7550,13 @@
|
|
|
7409
7550
|
"type": {
|
|
7410
7551
|
"text": "string"
|
|
7411
7552
|
},
|
|
7553
|
+
"description": "DEPRECATED (ADR-0063, gh#1563) — use `edge` instead. Same type/default/enum; kept working as a dual-read compat shim (one-time console.warn when it's the name that resolves). Removed in 0.9.0."
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "edge",
|
|
7557
|
+
"type": {
|
|
7558
|
+
"text": "string"
|
|
7559
|
+
},
|
|
7412
7560
|
"description": "'Opts a pane into horizontal-sibling chrome: suppresses the default"
|
|
7413
7561
|
}
|
|
7414
7562
|
],
|
|
@@ -7581,12 +7729,12 @@
|
|
|
7581
7729
|
},
|
|
7582
7730
|
"attributes": [
|
|
7583
7731
|
{
|
|
7584
|
-
"name": "
|
|
7732
|
+
"name": "offset",
|
|
7585
7733
|
"type": {
|
|
7586
7734
|
"text": "number"
|
|
7587
7735
|
},
|
|
7588
7736
|
"default": "4",
|
|
7589
|
-
"description": "Pixel offset between the anchor and the popover"
|
|
7737
|
+
"description": "Pixel offset between the anchor and the popover. Renamed from `[gap]` (gh#1335) — a raw-px number can't share a name with the global Scale-grammar `[gap]` attribute (ADR-0053)."
|
|
7590
7738
|
},
|
|
7591
7739
|
{
|
|
7592
7740
|
"name": "match-width",
|
|
@@ -7628,7 +7776,7 @@
|
|
|
7628
7776
|
},
|
|
7629
7777
|
{
|
|
7630
7778
|
"name": "content",
|
|
7631
|
-
"description": "Popover body — any interactive content. Hoisted to the top-layer via :popover-open when shown. Positioned via the Popover API + CSS Anchor Positioning per [placement] / [
|
|
7779
|
+
"description": "Popover body — any interactive content. Hoisted to the top-layer via :popover-open when shown. Positioned via the Popover API + CSS Anchor Positioning per [placement] / [offset]; no manual positioning required."
|
|
7632
7780
|
}
|
|
7633
7781
|
]
|
|
7634
7782
|
}
|
|
@@ -7715,7 +7863,7 @@
|
|
|
7715
7863
|
"declarations": [
|
|
7716
7864
|
{
|
|
7717
7865
|
"kind": "class",
|
|
7718
|
-
"description": "
|
|
7866
|
+
"description": "DEPRECATED (gh#1363 C4) — absorbed into <progress-ui>: set `label` (and optional `meta`) directly on <progress-ui> instead, which activates the identical row layout in place. progress-row-ui keeps working (still composes <progress-ui> internally, unchanged behavior) for existing back-compat markup, but is no longer taught or generated for new work. Was: inline labeled progress row with label, progress bar, and meta text — storage quotas, capacity breakdowns, usage indicators.",
|
|
7719
7867
|
"name": "UIProgressRow",
|
|
7720
7868
|
"tagName": "progress-row-ui",
|
|
7721
7869
|
"superclass": {
|
|
@@ -7783,7 +7931,7 @@
|
|
|
7783
7931
|
"declarations": [
|
|
7784
7932
|
{
|
|
7785
7933
|
"kind": "class",
|
|
7786
|
-
"description": "
|
|
7934
|
+
"description": "Linear progress bar indicator. Value < 0 marks indeterminate state showing animated activity instead of a fill. Bar-only — for circular loading indicators use <spinner-ui> instead (the former `variant=\"spinner\"` render mode was retired; spinner-ui owns circular). Set `label` for a labeled task-list row (label + bar + optional `meta` text in one row, e.g. storage quotas, capacity breakdowns) — absorbed <progress-row-ui>'s row layout directly; that component is now a deprecated alias. Omit `label` for a standalone bar (global loading indicators); for percent-complete inline displays use <stat-ui> instead.",
|
|
7787
7935
|
"name": "UIProgress",
|
|
7788
7936
|
"tagName": "progress-ui",
|
|
7789
7937
|
"superclass": {
|
|
@@ -7797,25 +7945,21 @@
|
|
|
7797
7945
|
"text": "number"
|
|
7798
7946
|
},
|
|
7799
7947
|
"default": "null",
|
|
7800
|
-
"description": "Current progress
|
|
7948
|
+
"description": "Current progress, 0-100 (clamped). null = indeterminate (legacy -1 accepted for back-compat)."
|
|
7801
7949
|
},
|
|
7802
7950
|
{
|
|
7803
|
-
"name": "
|
|
7951
|
+
"name": "label",
|
|
7804
7952
|
"type": {
|
|
7805
7953
|
"text": "string"
|
|
7806
7954
|
},
|
|
7807
|
-
"
|
|
7808
|
-
"description": "Render mode — `bar` (default) or `spinner`. For fill color set"
|
|
7809
|
-
}
|
|
7810
|
-
],
|
|
7811
|
-
"slots": [
|
|
7812
|
-
{
|
|
7813
|
-
"name": "fill",
|
|
7814
|
-
"description": "Bar fill element inside track"
|
|
7955
|
+
"description": "Left-hand label text. Presence (non-empty) switches to the labeled row layout — label + bar + optional `meta` in one row; absent = plain bar. Sanctioned Mode Attribute (component-token-contract.md)."
|
|
7815
7956
|
},
|
|
7816
7957
|
{
|
|
7817
|
-
"name": "
|
|
7818
|
-
"
|
|
7958
|
+
"name": "meta",
|
|
7959
|
+
"type": {
|
|
7960
|
+
"text": "string"
|
|
7961
|
+
},
|
|
7962
|
+
"description": "Right-hand meta text shown in row layout (e.g. '32 GB', '4.2k / 10k'). No visible effect without `label`."
|
|
7819
7963
|
}
|
|
7820
7964
|
]
|
|
7821
7965
|
}
|
|
@@ -7953,10 +8097,6 @@
|
|
|
7953
8097
|
{
|
|
7954
8098
|
"name": "default",
|
|
7955
8099
|
"description": "radio-ui children sharing one [name=] — exclusivity and arrow-key navigation are unchanged; they still resolve via closest('fieldset, [role=radiogroup]'), which now matches this host."
|
|
7956
|
-
},
|
|
7957
|
-
{
|
|
7958
|
-
"name": "label",
|
|
7959
|
-
"description": "Auto-minted label element (mounted by radio-group-ui from the [label] prop) — do not author this slot directly."
|
|
7960
8100
|
}
|
|
7961
8101
|
]
|
|
7962
8102
|
}
|
|
@@ -8054,16 +8194,6 @@
|
|
|
8054
8194
|
"description": "Form value submitted when checked (defaults to 'on' if empty)"
|
|
8055
8195
|
}
|
|
8056
8196
|
],
|
|
8057
|
-
"slots": [
|
|
8058
|
-
{
|
|
8059
|
-
"name": "dot",
|
|
8060
|
-
"description": "Radio dot indicator, sized via --dot-size"
|
|
8061
|
-
},
|
|
8062
|
-
{
|
|
8063
|
-
"name": "label",
|
|
8064
|
-
"description": "Label text container, rendered via CSS attr(label) on ::after"
|
|
8065
|
-
}
|
|
8066
|
-
],
|
|
8067
8197
|
"events": [
|
|
8068
8198
|
{
|
|
8069
8199
|
"name": "change",
|
|
@@ -8617,7 +8747,7 @@
|
|
|
8617
8747
|
"declarations": [
|
|
8618
8748
|
{
|
|
8619
8749
|
"kind": "class",
|
|
8620
|
-
"description": "Individual segment child of <segmented-ui> — carries the [value], [text], optional [icon], and [selected] state for one option in a horizontal segmented selector. Distinct from <tab-ui> (a view switcher's child) and <option> (native option for <select-ui>). Use segment-ui only as a direct child of <segmented-ui>; never standalone.",
|
|
8750
|
+
"description": "Individual segment child of <segmented-ui> — carries the [value], [text], optional [icon], and [selected] state for one option in a horizontal segmented selector, single- or multi-select (<segmented-ui multiple>, gh#1369). Distinct from <tab-ui> (a view switcher's child) and <option> (native option for <select-ui>). Use segment-ui only as a direct child of <segmented-ui>; never standalone.",
|
|
8621
8751
|
"name": "UISegment",
|
|
8622
8752
|
"tagName": "segment-ui",
|
|
8623
8753
|
"superclass": {
|
|
@@ -8682,7 +8812,7 @@
|
|
|
8682
8812
|
"declarations": [
|
|
8683
8813
|
{
|
|
8684
8814
|
"kind": "class",
|
|
8685
|
-
"description": "
|
|
8815
|
+
"description": "Toggle group with an animated sliding indicator (single-select) or independently-toggleable segments (multi-select via [multiple]). Children must be segment-ui elements.",
|
|
8686
8816
|
"name": "UISegmented",
|
|
8687
8817
|
"tagName": "segmented-ui",
|
|
8688
8818
|
"superclass": {
|
|
@@ -8695,7 +8825,15 @@
|
|
|
8695
8825
|
"type": {
|
|
8696
8826
|
"text": "string"
|
|
8697
8827
|
},
|
|
8698
|
-
"description": "Value of the currently selected segment."
|
|
8828
|
+
"description": "Value of the currently selected segment. Under [multiple], a comma-separated set of selected values (same encoding as select-ui[multiple])."
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"name": "multiple",
|
|
8832
|
+
"type": {
|
|
8833
|
+
"text": "boolean"
|
|
8834
|
+
},
|
|
8835
|
+
"default": "false",
|
|
8836
|
+
"description": "Enables multi-select — value becomes a comma-separated set, the sliding indicator is suppressed (each selected segment carries its own background instead), and Space/Enter toggles a focused segment instead of arrow-move selecting it. Positive polarity, matching select-ui[multiple]. Absorbs the role of the deprecated <toggle-group-ui> + <toggle-option-ui> pair (gh#1369, #1363 C1). Unlike <toggle-group-ui single>, re-clicking an already-selected segment does NOT clear the selection — segmented-ui's single-select is standard radiogroup semantics (always exactly one selected once a value is set)."
|
|
8699
8837
|
},
|
|
8700
8838
|
{
|
|
8701
8839
|
"name": "allow-empty",
|
|
@@ -8703,17 +8841,13 @@
|
|
|
8703
8841
|
"text": "boolean"
|
|
8704
8842
|
},
|
|
8705
8843
|
"default": "false",
|
|
8706
|
-
"description": "Suppresses the connect-time self-select of the first enabled segment when value is falsy. Without it, an empty value silently selects the first segment; with it, a falsy value renders every segment unselected until a real value arrives — for path-bound consumers whose bound value can be a genuine empty state."
|
|
8844
|
+
"description": "Suppresses the connect-time self-select of the first enabled segment when value is falsy. Without it, an empty value silently selects the first segment; with it, a falsy value renders every segment unselected until a real value arrives — for path-bound consumers whose bound value can be a genuine empty state. No effect under [multiple] — multi-select never self-selects (empty value already means \"nothing chosen\")."
|
|
8707
8845
|
}
|
|
8708
8846
|
],
|
|
8709
8847
|
"slots": [
|
|
8710
8848
|
{
|
|
8711
8849
|
"name": "default",
|
|
8712
8850
|
"description": "Child segment-ui elements that form the toggle group. Children MUST be segment-ui — bare segment tags render text but are silently ignored for the sliding indicator and role/aria-checked state."
|
|
8713
|
-
},
|
|
8714
|
-
{
|
|
8715
|
-
"name": "indicator",
|
|
8716
|
-
"description": "Auto-created sliding indicator element prepended on first render."
|
|
8717
8851
|
}
|
|
8718
8852
|
],
|
|
8719
8853
|
"events": [
|
|
@@ -8895,7 +9029,6 @@
|
|
|
8895
9029
|
"type": {
|
|
8896
9030
|
"text": "string"
|
|
8897
9031
|
},
|
|
8898
|
-
"default": "null",
|
|
8899
9032
|
"description": "Multi-select only (gh#442). Replaces the chip trigger with one text line: a single selection shows its own label; N > 1 shows \"<summary-label> (N)\" — e.g. \"Organizations (2)\"; none shows the placeholder. Popover checkbox rows, Backspace-removes-last, the comma-separated form value, [select-all], and [clearable] are unchanged. Absent (default) = tag-ui chip trigger. Prefer this form for narrow triggers (filter bars) where wrapping chips would balloon the control."
|
|
8900
9033
|
},
|
|
8901
9034
|
{
|
|
@@ -8986,21 +9119,9 @@
|
|
|
8986
9119
|
}
|
|
8987
9120
|
],
|
|
8988
9121
|
"slots": [
|
|
8989
|
-
{
|
|
8990
|
-
"name": "label",
|
|
8991
|
-
"description": "Label element above the trigger"
|
|
8992
|
-
},
|
|
8993
|
-
{
|
|
8994
|
-
"name": "listbox",
|
|
8995
|
-
"description": "Popover container for options (role=listbox)"
|
|
8996
|
-
},
|
|
8997
9122
|
{
|
|
8998
9123
|
"name": "trigger",
|
|
8999
|
-
"description": "Button that opens the listbox"
|
|
9000
|
-
},
|
|
9001
|
-
{
|
|
9002
|
-
"name": "hint",
|
|
9003
|
-
"description": "Override slot for hint markup richer than the plain [hint] attribute string (inline links, code spans). Renders beneath the trigger at body-subtle typography. Mutually exclusive with [hint]."
|
|
9124
|
+
"description": "Button that opens the listbox. Stamped only if no consumer-authored [slot=\"trigger\"] is already present at first render (adopt-or-stamp) — a genuine light-DOM insertion point."
|
|
9004
9125
|
}
|
|
9005
9126
|
],
|
|
9006
9127
|
"events": [
|
|
@@ -9055,12 +9176,12 @@
|
|
|
9055
9176
|
"description": "Height of the placeholder."
|
|
9056
9177
|
},
|
|
9057
9178
|
{
|
|
9058
|
-
"name": "radius",
|
|
9179
|
+
"name": "corner-radius",
|
|
9059
9180
|
"type": {
|
|
9060
9181
|
"text": "string"
|
|
9061
9182
|
},
|
|
9062
9183
|
"default": "sm",
|
|
9063
|
-
"description": "Border radius"
|
|
9184
|
+
"description": "Border radius. Renamed from `[radius]` (gh#1335) — a preset-enum can't share a name with the global Enum·preset `[radius]` attribute (`sharp`/`rounded`/`round`), whose vocabulary is unrelated (ADR-0053); mirrors chart-ui's own `[corner-radius]` fix (ADR-0054)."
|
|
9064
9185
|
},
|
|
9065
9186
|
{
|
|
9066
9187
|
"name": "static",
|
|
@@ -9648,21 +9769,21 @@
|
|
|
9648
9769
|
"slots": [
|
|
9649
9770
|
{
|
|
9650
9771
|
"name": "label",
|
|
9651
|
-
"description": "Custom label content; falls through to
|
|
9772
|
+
"description": "Custom label content; falls through to [text] prop if not slotted. Adopt-or-stamp guarded (gh#1462): render() only writes into the component-stamped fallback span — a consumer-authored `[slot=\"label\"]` child is adopted as source of truth and never overwritten."
|
|
9652
9773
|
},
|
|
9653
9774
|
{
|
|
9654
9775
|
"name": "description",
|
|
9655
|
-
"description": "Custom
|
|
9776
|
+
"description": "Custom secondary-line content; falls through to [description] prop if not slotted. Same adopt-or-stamp guard as `label` (gh#1462)."
|
|
9656
9777
|
},
|
|
9657
9778
|
{
|
|
9658
9779
|
"name": "icon",
|
|
9659
|
-
"description": "Override the step-status glyph with a custom slotted element.
|
|
9780
|
+
"description": "Override the step-status glyph with a custom slotted element (custom icon-ui, image). Mutually exclusive with the [icon] attribute — a consumer-authored slot child wins and is never renamed or removed by render() (gh#1462 adopt-or-stamp guard)."
|
|
9660
9781
|
}
|
|
9661
9782
|
]
|
|
9662
9783
|
},
|
|
9663
9784
|
{
|
|
9664
9785
|
"kind": "class",
|
|
9665
|
-
"description": "Wizard / process stepper — parent step index drives numbered children's complete/current/upcoming states automatically. Renders horizontally as a labeled step bar with connectors. Use for multi-step forms, onboarding, or pipelines; for read-only event history use <timeline-ui> instead. Add [interactive] to opt into click-to-navigate + roving-
|
|
9786
|
+
"description": "Wizard / process stepper — parent step index drives numbered children's complete/current/upcoming states automatically. Renders horizontally as a labeled step bar with connectors. Use for multi-step forms, onboarding, or pipelines; for read-only event history use <timeline-ui> instead. Add [interactive] to opt into click-to-navigate + roving-tabindex keyboard (arrow keys / Home / End) — the host still owns whether navigation is permitted: listen for the cancelable [step-request] event and call preventDefault() to veto a step before it lands, or set [disabled] on a stepper-item-ui to phase-gate it out of reach entirely.",
|
|
9666
9787
|
"name": "UIStepper",
|
|
9667
9788
|
"tagName": "stepper-ui",
|
|
9668
9789
|
"superclass": {
|
|
@@ -10173,24 +10294,6 @@
|
|
|
10173
10294
|
"description": "Form value (submitted as 'on' when checked)"
|
|
10174
10295
|
}
|
|
10175
10296
|
],
|
|
10176
|
-
"slots": [
|
|
10177
|
-
{
|
|
10178
|
-
"name": "hint",
|
|
10179
|
-
"description": "Help text below the label"
|
|
10180
|
-
},
|
|
10181
|
-
{
|
|
10182
|
-
"name": "label",
|
|
10183
|
-
"description": "Label text beside the toggle"
|
|
10184
|
-
},
|
|
10185
|
-
{
|
|
10186
|
-
"name": "thumb",
|
|
10187
|
-
"description": "Sliding thumb indicator inside track"
|
|
10188
|
-
},
|
|
10189
|
-
{
|
|
10190
|
-
"name": "track",
|
|
10191
|
-
"description": "Toggle track container (holds thumb)"
|
|
10192
|
-
}
|
|
10193
|
-
],
|
|
10194
10297
|
"events": [
|
|
10195
10298
|
{
|
|
10196
10299
|
"name": "change",
|
|
@@ -10584,6 +10687,14 @@
|
|
|
10584
10687
|
},
|
|
10585
10688
|
"default": "false",
|
|
10586
10689
|
"description": "Whether the tab is selectable."
|
|
10690
|
+
},
|
|
10691
|
+
{
|
|
10692
|
+
"name": "selected",
|
|
10693
|
+
"type": {
|
|
10694
|
+
"text": "boolean"
|
|
10695
|
+
},
|
|
10696
|
+
"default": "false",
|
|
10697
|
+
"description": "Whether this tab's panel is the active one. Managed by the parent <tabs-ui> container — don't set directly; the parent's [value] is the single source of truth (ADR-0056)."
|
|
10587
10698
|
}
|
|
10588
10699
|
]
|
|
10589
10700
|
}
|
|
@@ -10640,10 +10751,6 @@
|
|
|
10640
10751
|
{
|
|
10641
10752
|
"name": "default",
|
|
10642
10753
|
"description": "Child tab-ui elements that form the tab strip"
|
|
10643
|
-
},
|
|
10644
|
-
{
|
|
10645
|
-
"name": "indicator",
|
|
10646
|
-
"description": "Auto-created sliding indicator element (line variant only)"
|
|
10647
10754
|
}
|
|
10648
10755
|
],
|
|
10649
10756
|
"events": [
|
|
@@ -10834,7 +10941,7 @@
|
|
|
10834
10941
|
"text": "number"
|
|
10835
10942
|
},
|
|
10836
10943
|
"default": "1",
|
|
10837
|
-
"description": "Minimum per-token character count after `
|
|
10944
|
+
"description": "Minimum per-token character count after `normalize` is applied."
|
|
10838
10945
|
},
|
|
10839
10946
|
{
|
|
10840
10947
|
"name": "max-length",
|
|
@@ -10853,11 +10960,11 @@
|
|
|
10853
10960
|
"description": "Reject duplicate tokens silently (no `invalid` event for accidental dups)."
|
|
10854
10961
|
},
|
|
10855
10962
|
{
|
|
10856
|
-
"name": "
|
|
10963
|
+
"name": "normalize",
|
|
10857
10964
|
"type": {
|
|
10858
10965
|
"text": "string"
|
|
10859
10966
|
},
|
|
10860
|
-
"description": "Normalize tokens on commit. `lowercase` lowercases, `trim`
|
|
10967
|
+
"description": "Normalize tokens on commit, applied AFTER every candidate is already trimmed of leading/trailing whitespace (unconditional, independent of this attribute). `lowercase` lowercases, `trim` is then a no-op (the trim already happened), `strip-spaces` removes all remaining interior whitespace, `\"\"` (default) applies no further normalization beyond that unconditional trim — case and interior spacing are preserved verbatim. Renamed from `[transform]` (gh#1335) — this is a value-commit normalization step, a different concept from the global Enum·semantic `[transform]` (CSS text-transform display styling: uppercase/lowercase/capitalize/none), not merely a colliding vocabulary."
|
|
10861
10968
|
},
|
|
10862
10969
|
{
|
|
10863
10970
|
"name": "suggestions",
|
|
@@ -11006,7 +11113,7 @@
|
|
|
11006
11113
|
"type": {
|
|
11007
11114
|
"text": "string"
|
|
11008
11115
|
},
|
|
11009
|
-
"description": "Override text alignment. Note: text-ui defaults to display:inline, so this only takes effect when text-ui is block-like (wrapping or parent display:block/grid). Added v0.6.18 (FB-10)."
|
|
11116
|
+
"description": "Override text alignment. Note: text-ui defaults to display:inline, so this only takes effect when text-ui is block-like (wrapping or parent display:block/grid). Added v0.6.18 (FB-10). Converged onto the global Enum·semantic `[text-align]` physical vocabulary (gh#1335) — `start`/`end` renamed to `left`/`right`; `justify` kept (a genuine physical alignment value, now also supported by the global grammar)."
|
|
11010
11117
|
},
|
|
11011
11118
|
{
|
|
11012
11119
|
"name": "truncate",
|
|
@@ -11021,7 +11128,7 @@
|
|
|
11021
11128
|
"type": {
|
|
11022
11129
|
"text": "string"
|
|
11023
11130
|
},
|
|
11024
|
-
"description": "Override the variant's font-weight. Maps to --a-weight / --a-weight-medium / --a-weight-semibold / --a-weight-bold. Permissive: unknown values are no-ops (variant weight wins). Added v0.6.18 (FB-10)."
|
|
11131
|
+
"description": "Override the variant's font-weight. Maps to --a-weight / --a-weight-medium / --a-weight-semibold / --a-weight-bold. Permissive: unknown values are no-ops (variant weight wins). Added v0.6.18 (FB-10). `normal` (was `regular`, gh#1335 — converged onto the global Enum·semantic `[weight]` vocabulary's spelling)."
|
|
11025
11132
|
},
|
|
11026
11133
|
{
|
|
11027
11134
|
"name": "textContent",
|
|
@@ -11192,7 +11299,7 @@
|
|
|
11192
11299
|
"declarations": [
|
|
11193
11300
|
{
|
|
11194
11301
|
"kind": "class",
|
|
11195
|
-
"description": "Foundation-providing wrapper — adopts the AdiaUI foundation (design tokens + resets + page-frame + every primitive's CSS) into the document from anywhere in the DOM, so a surface renders fully-styled WITHOUT a hand-wired <link rel=\"stylesheet\"> in <head>. Layout-transparent (display: contents): the element owns no box; children lay out as if it weren't there. Mechanism: it imports the constructable-stylesheet twin of web-components.min.css (byte-identical to the CDN bundle, emitted from the same build buffer) and adopts it once into document.adoptedStyleSheets, deduped — adoption fires at module load, before paint. Coexists with the render-blocking <link> path; both deliver the same bytes. Use a <link> (-> the CDN web-components.min.css) for multi-page / top-level surfaces (cacheable across navigations, zero flash); use <theme-provider> for SPA roots, embedded apps, and dynamic mounts where you do not control <head> (e.g. <embed-shell>, an A2UI surface, a micro-frontend). Theming: the base foundation is OS light/dark via light-dark() tokens. Two opt-in attributes adopt their layer on demand — theme=\"ocean|forest|slate|…\" applies a named preset (adopts the themes layer; matches the [theme] hook) and scale=\"
|
|
11302
|
+
"description": "Foundation-providing wrapper — adopts the AdiaUI foundation (design tokens + resets + page-frame + every primitive's CSS) into the document from anywhere in the DOM, so a surface renders fully-styled WITHOUT a hand-wired <link rel=\"stylesheet\"> in <head>. Layout-transparent (display: contents): the element owns no box; children lay out as if it weren't there. Mechanism: it imports the constructable-stylesheet twin of web-components.min.css (byte-identical to the CDN bundle, emitted from the same build buffer) and adopts it once into document.adoptedStyleSheets, deduped — adoption fires at module load, before paint. Coexists with the render-blocking <link> path; both deliver the same bytes. Use a <link> (-> the CDN web-components.min.css) for multi-page / top-level surfaces (cacheable across navigations, zero flash); use <theme-provider> for SPA roots, embedded apps, and dynamic mounts where you do not control <head> (e.g. <embed-shell>, an A2UI surface, a micro-frontend). Theming: the base foundation is OS light/dark via light-dark() tokens. Two opt-in attributes adopt their layer on demand — theme=\"ocean|forest|slate|…\" applies a named preset (adopts the themes layer; matches the [theme] hook) and scale=\"ui-sm|ui-md|ui-lg|content-sm|content-md|content-lg\" sets the sizing register (adopts the matching register layer). Deprecated aliases \"verse\" (→ ui-sm) and \"prose\" (→ content-md) still map onto the legacy [verse]/[prose] attributes; removed at v1.0. Each layer is fetched only when its attribute is set, so a bare provider stays lean. Opt-in infra: NOT in the all-in-one @adia-ai/web-components barrel (it carries the whole foundation); import @adia-ai/web-components/components/theme-provider explicitly. Distinct from <frame-ui> (a layout skeleton, owns no CSS delivery) and the page shells (chrome over the same foundation).",
|
|
11196
11303
|
"name": "UIThemeProvider",
|
|
11197
11304
|
"tagName": "theme-provider",
|
|
11198
11305
|
"superclass": {
|
|
@@ -11442,7 +11549,7 @@
|
|
|
11442
11549
|
"text": "string"
|
|
11443
11550
|
},
|
|
11444
11551
|
"default": "idle",
|
|
11445
|
-
"description": "Lifecycle state (idle | active | completed | error). Pairs with `spinner` on \"active\" for an in-progress step."
|
|
11552
|
+
"description": "Lifecycle state (idle | active | completed | error) — the values timeline.css currently styles. Pairs with `spinner` on \"active\" for an in-progress step."
|
|
11446
11553
|
},
|
|
11447
11554
|
{
|
|
11448
11555
|
"name": "spinner",
|
|
@@ -11454,13 +11561,21 @@
|
|
|
11454
11561
|
}
|
|
11455
11562
|
],
|
|
11456
11563
|
"slots": [
|
|
11564
|
+
{
|
|
11565
|
+
"name": "label",
|
|
11566
|
+
"description": "Custom primary-line content; falls through to the [text] prop if not slotted. render() only writes into the component-stamped fallback span (gh#1462 adopt-or-stamp guard)."
|
|
11567
|
+
},
|
|
11568
|
+
{
|
|
11569
|
+
"name": "time",
|
|
11570
|
+
"description": "Custom timestamp/duration content; falls through to the [duration] or [time] prop if not slotted. render() only writes into the component-stamped fallback span (gh#1462 adopt-or-stamp guard)."
|
|
11571
|
+
},
|
|
11457
11572
|
{
|
|
11458
11573
|
"name": "icon",
|
|
11459
|
-
"description": "Override the [icon] glyph with a custom slotted element
|
|
11574
|
+
"description": "Override the [icon] glyph with a custom slotted element (custom icon-ui, image, avatar). Mutually exclusive with the [icon] attribute — a consumer-authored slot child wins and is never renamed or removed by render() (gh#1462 adopt-or-stamp guard)."
|
|
11460
11575
|
},
|
|
11461
11576
|
{
|
|
11462
11577
|
"name": "description",
|
|
11463
|
-
"description": "
|
|
11578
|
+
"description": "Custom secondary-line content; falls through to [description] prop if not slotted. render() only writes into the component-stamped fallback span (gh#1462 adopt-or-stamp guard)."
|
|
11464
11579
|
}
|
|
11465
11580
|
]
|
|
11466
11581
|
},
|
|
@@ -11666,7 +11781,7 @@
|
|
|
11666
11781
|
"declarations": [
|
|
11667
11782
|
{
|
|
11668
11783
|
"kind": "class",
|
|
11669
|
-
"description": "Multi-select button group (unlike <segmented-ui> which is single-select). Hosts <toggle-option-ui> children, each independently toggleable; emits change events with the active value set.
|
|
11784
|
+
"description": "DEPRECATED (gh#1369) — use <segmented-ui multiple> + <segment-ui> instead. Multi-select button group (unlike <segmented-ui> which is single-select by default). Hosts <toggle-option-ui> children, each independently toggleable; emits change events with the active value set.",
|
|
11670
11785
|
"name": "UIToggleGroup",
|
|
11671
11786
|
"tagName": "toggle-group-ui",
|
|
11672
11787
|
"superclass": {
|
|
@@ -11680,7 +11795,7 @@
|
|
|
11680
11795
|
"text": "boolean"
|
|
11681
11796
|
},
|
|
11682
11797
|
"default": "false",
|
|
11683
|
-
"description": "When true, restrict to one active option (single-select)."
|
|
11798
|
+
"description": "When true, restrict to one active option (single-select) — clicking the already-selected option again CLEARS it (empty value), unlike a native radiogroup. Migration (gh#1369): [single]=true maps to plain <segmented-ui> (no [multiple]) — note segmented-ui's single-select never clears on re-click, it's standard radiogroup semantics; the default (false, multi-select) maps to <segmented-ui multiple>."
|
|
11684
11799
|
},
|
|
11685
11800
|
{
|
|
11686
11801
|
"name": "value",
|
|
@@ -11708,7 +11823,7 @@
|
|
|
11708
11823
|
},
|
|
11709
11824
|
{
|
|
11710
11825
|
"kind": "class",
|
|
11711
|
-
"description": "Child of `<toggle-group-ui>`. One toggleable option inside a single-select or multi-select group. Pressed state mirrors `value` against the parent's selection.",
|
|
11826
|
+
"description": "DEPRECATED (gh#1369) — use `<segment-ui>` inside `<segmented-ui multiple>` instead. Child of `<toggle-group-ui>`. One toggleable option inside a single-select or multi-select group. Pressed state mirrors `value` against the parent's selection.",
|
|
11712
11827
|
"name": "UIToggleOption",
|
|
11713
11828
|
"tagName": "toggle-option-ui",
|
|
11714
11829
|
"superclass": {
|
|
@@ -12396,6 +12511,14 @@
|
|
|
12396
12511
|
"default": "false",
|
|
12397
12512
|
"description": "Allows selecting multiple files"
|
|
12398
12513
|
},
|
|
12514
|
+
{
|
|
12515
|
+
"name": "compact",
|
|
12516
|
+
"type": {
|
|
12517
|
+
"text": "boolean"
|
|
12518
|
+
},
|
|
12519
|
+
"default": "false",
|
|
12520
|
+
"description": "Icon-only trigger mode (sanctioned mode attribute, gh#1493) — collapses the dropzone to a compact icon button. The prompt text and visible label hide; [label] feeds the trigger's aria-label (\"Upload files\" when unset)."
|
|
12521
|
+
},
|
|
12399
12522
|
{
|
|
12400
12523
|
"name": "value",
|
|
12401
12524
|
"type": {
|