@adia-ai/web-components 0.8.42 → 0.8.43
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 +14 -0
- package/MIGRATION.md +130 -80
- package/USAGE.md +1 -1
- package/color/index.js +1 -1
- package/components/action-list/action-item.a2ui.json +3 -8
- package/components/action-list/action-item.yaml +10 -16
- package/components/action-list/action-list.class.js +5 -61
- package/components/action-list/action-list.d.ts +1 -3
- package/components/button/button.yaml +1 -1
- package/components/calendar-picker/calendar-picker.a2ui.json +1 -1
- package/components/calendar-picker/calendar-picker.class.js +2 -3
- package/components/calendar-picker/calendar-picker.css +16 -18
- package/components/calendar-picker/calendar-picker.yaml +2 -2
- package/components/card/card.css +3 -3
- package/components/chart/chart.a2ui.json +3 -18
- package/components/chart/chart.class.js +4 -44
- package/components/chart/chart.d.ts +3 -9
- package/components/chart/chart.yaml +6 -31
- package/components/chart-legend/chart-legend.a2ui.json +3 -12
- package/components/chart-legend/chart-legend.class.js +10 -54
- package/components/chart-legend/chart-legend.d.ts +1 -3
- package/components/chart-legend/chart-legend.yaml +9 -19
- package/components/check/check.css +9 -0
- package/components/color-area/color-area.a2ui.json +1 -1
- package/components/color-area/color-area.class.js +2 -2
- package/components/color-area/color-area.css +4 -7
- package/components/color-area/color-area.d.ts +1 -1
- package/components/color-area/color-area.yaml +3 -3
- package/components/color-input/color-input.a2ui.json +1 -1
- package/components/color-input/color-input.class.js +1 -1
- package/components/color-input/color-input.yaml +2 -2
- package/components/drilldown/drilldown.a2ui.json +3 -0
- package/components/drilldown/drilldown.css +8 -1
- package/components/drilldown/drilldown.yaml +2 -0
- package/components/field/field.class.js +5 -5
- package/components/index.js +0 -4
- package/components/input/input.a2ui.json +4 -4
- package/components/input/input.class.js +8 -0
- package/components/input/input.css +6 -0
- package/components/input/input.yaml +11 -8
- package/components/menu/menu-item.a2ui.json +3 -8
- package/components/menu/menu-item.yaml +13 -21
- package/components/menu/menu.class.js +5 -27
- package/components/menu/menu.d.ts +1 -3
- package/components/pane/pane.a2ui.json +2 -12
- package/components/pane/pane.class.js +5 -30
- package/components/pane/pane.d.ts +3 -5
- package/components/pane/pane.yaml +7 -19
- package/components/progress/progress.a2ui.json +1 -1
- package/components/progress/progress.class.js +2 -2
- package/components/progress/progress.d.ts +1 -1
- package/components/progress/progress.yaml +2 -2
- package/components/radio/radio.css +7 -0
- package/components/search/search.css +10 -1
- package/components/segment/segment.a2ui.json +1 -2
- package/components/segment/segment.css +10 -0
- package/components/segment/segment.yaml +1 -2
- package/components/segmented/segmented.a2ui.json +1 -3
- package/components/segmented/segmented.class.js +2 -2
- package/components/segmented/segmented.yaml +2 -4
- package/components/select/select.css +6 -0
- package/components/step-progress/step-progress.yaml +1 -1
- package/components/switch/switch.css +8 -0
- package/components/table-toolbar/table-toolbar.a2ui.json +42 -1
- package/components/table-toolbar/table-toolbar.class.js +151 -11
- package/components/table-toolbar/table-toolbar.css +46 -0
- package/components/table-toolbar/table-toolbar.d.ts +13 -1
- package/components/table-toolbar/table-toolbar.yaml +104 -14
- package/components/textarea/textarea.css +4 -0
- package/components/time-picker/time-picker.yaml +3 -2
- package/components/tree/tree.yaml +1 -1
- package/components/upload/upload.class.js +16 -0
- package/components/upload/upload.d.ts +7 -0
- package/components/upload/upload.yaml +7 -3
- package/core/icons.js +2 -5
- package/custom-elements.json +101 -597
- package/dist/host.min.css +1 -1
- package/dist/host.sheet.js +1 -1
- package/dist/theme-provider.min.js +1 -1
- package/dist/web-components.min.css +1 -1
- package/dist/web-components.min.js +92 -89
- package/dist/web-components.sheet.js +1 -1
- package/index.d.ts +0 -15
- package/package.json +1 -1
- package/patterns/chart-in-card/chart-in-card.examples.html +10 -10
- package/patterns/conversion-funnel/conversion-funnel.html +2 -2
- package/patterns/editor-shell/editor-shell.examples.html +3 -3
- package/styles/colors/semantics/features.css +8 -1
- package/styles/components.css +0 -4
- package/traits/arrow-grid-nav/arrow-grid-nav.js +1 -1
- package/traits/resize-observer/resize-observer.js +1 -1
- package/components/color-picker/color-picker.a2ui.json +0 -148
- package/components/color-picker/color-picker.class.js +0 -46
- package/components/color-picker/color-picker.css +0 -14
- package/components/color-picker/color-picker.d.ts +0 -99
- package/components/color-picker/color-picker.examples.md +0 -19
- package/components/color-picker/color-picker.js +0 -17
- package/components/color-picker/color-picker.yaml +0 -175
- package/components/datetime-picker/datetime-picker.a2ui.json +0 -256
- package/components/datetime-picker/datetime-picker.class.js +0 -58
- package/components/datetime-picker/datetime-picker.css +0 -11
- package/components/datetime-picker/datetime-picker.d.ts +0 -87
- package/components/datetime-picker/datetime-picker.examples.md +0 -25
- package/components/datetime-picker/datetime-picker.js +0 -17
- package/components/datetime-picker/datetime-picker.yaml +0 -254
- package/components/progress-row/progress-row.a2ui.json +0 -107
- package/components/progress-row/progress-row.class.js +0 -118
- package/components/progress-row/progress-row.css +0 -60
- package/components/progress-row/progress-row.d.ts +0 -24
- package/components/progress-row/progress-row.examples.md +0 -7
- package/components/progress-row/progress-row.js +0 -17
- package/components/progress-row/progress-row.yaml +0 -85
- package/components/toggle-group/toggle-group.a2ui.json +0 -148
- package/components/toggle-group/toggle-group.class.js +0 -195
- package/components/toggle-group/toggle-group.css +0 -127
- package/components/toggle-group/toggle-group.d.ts +0 -50
- package/components/toggle-group/toggle-group.examples.md +0 -33
- package/components/toggle-group/toggle-group.js +0 -18
- package/components/toggle-group/toggle-group.yaml +0 -135
- package/components/toggle-group/toggle-option.a2ui.json +0 -86
- package/components/toggle-group/toggle-option.yaml +0 -75
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 + 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`
|
|
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). (The deprecated `subtitle` prop alias for `description` was cut in 0.8.43 — ADR-0063, gh#1571/gh#1617.)",
|
|
141
141
|
"name": "UIActionItem",
|
|
142
142
|
"tagName": "action-item-ui",
|
|
143
143
|
"superclass": {
|
|
@@ -159,19 +159,12 @@
|
|
|
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
162
|
{
|
|
170
163
|
"name": "description",
|
|
171
164
|
"type": {
|
|
172
165
|
"text": "string"
|
|
173
166
|
},
|
|
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."
|
|
167
|
+
"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. The deprecated `subtitle` prop alias was cut in 0.8.43 (gh#1617)."
|
|
175
168
|
},
|
|
176
169
|
{
|
|
177
170
|
"name": "value",
|
|
@@ -208,7 +201,7 @@
|
|
|
208
201
|
},
|
|
209
202
|
{
|
|
210
203
|
"name": "subtitle",
|
|
211
|
-
"description": "Custom secondary-line content override; falls through to the [description] prop (
|
|
204
|
+
"description": "Custom secondary-line content override; falls through to the [description] prop if not slotted (ADR-0063, gh#1571 — the deprecated [subtitle] prop alias was cut in 0.8.43, gh#1617). The slot's own name is unchanged by that rename — this is a distinct, deliberately-unrenamed surface."
|
|
212
205
|
},
|
|
213
206
|
{
|
|
214
207
|
"name": "trailing",
|
|
@@ -1588,7 +1581,7 @@
|
|
|
1588
1581
|
"declarations": [
|
|
1589
1582
|
{
|
|
1590
1583
|
"kind": "class",
|
|
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 —
|
|
1584
|
+
"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 — that thin alias component was cut in 0.8.43 (gh#1617); this is the sole tag now.",
|
|
1592
1585
|
"name": "UICalendarPicker",
|
|
1593
1586
|
"tagName": "calendar-picker-ui",
|
|
1594
1587
|
"superclass": {
|
|
@@ -1775,195 +1768,6 @@
|
|
|
1775
1768
|
}
|
|
1776
1769
|
]
|
|
1777
1770
|
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "javascript-module",
|
|
1780
|
-
"path": "components/calendar-picker/calendar-picker.test.js",
|
|
1781
|
-
"declarations": [
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "class",
|
|
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",
|
|
1787
|
-
"superclass": {
|
|
1788
|
-
"name": "UIElement",
|
|
1789
|
-
"module": "/core/element.js"
|
|
1790
|
-
},
|
|
1791
|
-
"attributes": [
|
|
1792
|
-
{
|
|
1793
|
-
"name": "name",
|
|
1794
|
-
"type": {
|
|
1795
|
-
"text": "string"
|
|
1796
|
-
},
|
|
1797
|
-
"description": "Form field name. The ISO 8601 datetime is submitted under this key when the picker is inside a `<form>`."
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"name": "value",
|
|
1801
|
-
"type": {
|
|
1802
|
-
"text": "string"
|
|
1803
|
-
},
|
|
1804
|
-
"description": "Current value as ISO 8601 datetime (\"YYYY-MM-DDTHH:mm\" or \"YYYY-MM-DDTHH:mm:ss\"). Empty when no value selected."
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "min",
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "string"
|
|
1810
|
-
},
|
|
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."
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "max",
|
|
1815
|
-
"type": {
|
|
1816
|
-
"text": "string"
|
|
1817
|
-
},
|
|
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."
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "step",
|
|
1822
|
-
"type": {
|
|
1823
|
-
"text": "number"
|
|
1824
|
-
},
|
|
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."
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "precision",
|
|
1830
|
-
"type": {
|
|
1831
|
-
"text": "string"
|
|
1832
|
-
},
|
|
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)."
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "hour-cycle",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "string"
|
|
1840
|
-
},
|
|
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."
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "disabled",
|
|
1845
|
-
"type": {
|
|
1846
|
-
"text": "boolean"
|
|
1847
|
-
},
|
|
1848
|
-
"default": "false",
|
|
1849
|
-
"description": "Block all interaction. Trigger remains rendered but does not open the popover."
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "readonly",
|
|
1853
|
-
"type": {
|
|
1854
|
-
"text": "boolean"
|
|
1855
|
-
},
|
|
1856
|
-
"default": "false",
|
|
1857
|
-
"description": "Block edits; allow keyboard navigation for screen-reader inspection."
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "required",
|
|
1861
|
-
"type": {
|
|
1862
|
-
"text": "boolean"
|
|
1863
|
-
},
|
|
1864
|
-
"default": "false",
|
|
1865
|
-
"description": "Required for validation when inside a `<form>`."
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"name": "open",
|
|
1869
|
-
"type": {
|
|
1870
|
-
"text": "boolean"
|
|
1871
|
-
},
|
|
1872
|
-
"default": "false",
|
|
1873
|
-
"description": "Whether the popover is currently open."
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
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>`)."
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
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."
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
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
1771
|
{
|
|
1968
1772
|
"kind": "javascript-module",
|
|
1969
1773
|
"path": "components/canvas/canvas.js",
|
|
@@ -2152,21 +1956,13 @@
|
|
|
2152
1956
|
"default": "bottom",
|
|
2153
1957
|
"description": "Layout hint — drives flex-direction. Actual placement follows DOM order."
|
|
2154
1958
|
},
|
|
2155
|
-
{
|
|
2156
|
-
"name": "static",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "boolean"
|
|
2159
|
-
},
|
|
2160
|
-
"default": "false",
|
|
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
1959
|
{
|
|
2164
1960
|
"name": "interactive",
|
|
2165
1961
|
"type": {
|
|
2166
1962
|
"text": "boolean"
|
|
2167
1963
|
},
|
|
2168
1964
|
"default": "true",
|
|
2169
|
-
"description": "Canonical opt-in spelling (ADR-0063, gh#1563)
|
|
1965
|
+
"description": "Canonical opt-in spelling (ADR-0063, gh#1563) — the deprecated `static` opt-out alias was cut in 0.8.43 (gh#1617). Rows are interactive <button>-role badges by default — this default stays `true` (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)."
|
|
2170
1966
|
},
|
|
2171
1967
|
{
|
|
2172
1968
|
"name": "on-toggle",
|
|
@@ -2189,7 +1985,7 @@
|
|
|
2189
1985
|
"type": {
|
|
2190
1986
|
"text": "CustomEvent"
|
|
2191
1987
|
},
|
|
2192
|
-
"description": "Fires on row click
|
|
1988
|
+
"description": "Fires on row click when interactive. Detail: {key, active, mode}. `active` is the new state (true=visible). Consumers (or chart-ui via [for]) wire this to series visibility."
|
|
2193
1989
|
}
|
|
2194
1990
|
]
|
|
2195
1991
|
}
|
|
@@ -2242,29 +2038,13 @@
|
|
|
2242
2038
|
},
|
|
2243
2039
|
"description": "Color scheme"
|
|
2244
2040
|
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "hide-average",
|
|
2247
|
-
"type": {
|
|
2248
|
-
"text": "boolean"
|
|
2249
|
-
},
|
|
2250
|
-
"default": "false",
|
|
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
2041
|
{
|
|
2254
2042
|
"name": "no-average",
|
|
2255
2043
|
"type": {
|
|
2256
2044
|
"text": "boolean"
|
|
2257
2045
|
},
|
|
2258
2046
|
"default": "false",
|
|
2259
|
-
"description": "When true, suppress the overlaid average line. Canonical spelling (ADR-0063, gh#1563)
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"name": "hide-grid",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "boolean"
|
|
2265
|
-
},
|
|
2266
|
-
"default": "false",
|
|
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."
|
|
2047
|
+
"description": "When true, suppress the overlaid average line. Canonical spelling (ADR-0063, gh#1563) — the deprecated `hideAverage` dual-read shim was cut in 0.8.43 (gh#1617)."
|
|
2268
2048
|
},
|
|
2269
2049
|
{
|
|
2270
2050
|
"name": "no-grid",
|
|
@@ -2272,15 +2052,7 @@
|
|
|
2272
2052
|
"text": "boolean"
|
|
2273
2053
|
},
|
|
2274
2054
|
"default": "false",
|
|
2275
|
-
"description": "Hide gridlines. Canonical spelling (ADR-0063, gh#1563)
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"name": "hide-values",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "boolean"
|
|
2281
|
-
},
|
|
2282
|
-
"default": "false",
|
|
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."
|
|
2055
|
+
"description": "Hide gridlines. Canonical spelling (ADR-0063, gh#1563) — the deprecated `hideGrid` dual-read shim was cut in 0.8.43 (gh#1617)."
|
|
2284
2056
|
},
|
|
2285
2057
|
{
|
|
2286
2058
|
"name": "no-values",
|
|
@@ -2288,7 +2060,7 @@
|
|
|
2288
2060
|
"text": "boolean"
|
|
2289
2061
|
},
|
|
2290
2062
|
"default": "false",
|
|
2291
|
-
"description": "Hide value labels. Canonical spelling (ADR-0063, gh#1563)
|
|
2063
|
+
"description": "Hide value labels. Canonical spelling (ADR-0063, gh#1563) — the deprecated `hideValues` dual-read shim was cut in 0.8.43 (gh#1617)."
|
|
2292
2064
|
},
|
|
2293
2065
|
{
|
|
2294
2066
|
"name": "corner-radius",
|
|
@@ -2889,7 +2661,7 @@
|
|
|
2889
2661
|
"declarations": [
|
|
2890
2662
|
{
|
|
2891
2663
|
"kind": "class",
|
|
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>`
|
|
2664
|
+
"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>` was cut in 0.8.43 (gh#1617) — this is the sole tag now.",
|
|
2893
2665
|
"name": "UIColorArea",
|
|
2894
2666
|
"tagName": "color-area-ui",
|
|
2895
2667
|
"superclass": {
|
|
@@ -3011,7 +2783,7 @@
|
|
|
3011
2783
|
"declarations": [
|
|
3012
2784
|
{
|
|
3013
2785
|
"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>`,
|
|
2786
|
+
"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>`, cut in 0.8.43, gh#1617); `color-input-ui`'s own tag/name is unaffected.",
|
|
3015
2787
|
"name": "UIColorInput",
|
|
3016
2788
|
"tagName": "color-input-ui",
|
|
3017
2789
|
"superclass": {
|
|
@@ -3024,138 +2796,23 @@
|
|
|
3024
2796
|
"type": {
|
|
3025
2797
|
"text": "string"
|
|
3026
2798
|
},
|
|
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",
|
|
3047
|
-
"type": {
|
|
3048
|
-
"text": "boolean"
|
|
3049
|
-
},
|
|
3050
|
-
"default": "false",
|
|
3051
|
-
"description": "Disables the trigger button + suppresses popover."
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "placement",
|
|
3055
|
-
"type": {
|
|
3056
|
-
"text": "string"
|
|
3057
|
-
},
|
|
3058
|
-
"default": "bottom",
|
|
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)."
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"name": "open",
|
|
3063
|
-
"type": {
|
|
3064
|
-
"text": "boolean"
|
|
3065
|
-
},
|
|
3066
|
-
"default": "false",
|
|
3067
|
-
"description": "Reflects the popover's open state. Set programmatically to open/close the picker without a click."
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "maxChroma",
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "number"
|
|
3073
|
-
},
|
|
3074
|
-
"default": "Infinity",
|
|
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)."
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"name": "maxL",
|
|
3079
|
-
"type": {
|
|
3080
|
-
"text": "number"
|
|
3081
|
-
},
|
|
3082
|
-
"default": "1",
|
|
3083
|
-
"description": "Generation constraint forwarded to inner picker — clamp OKLCH lightness to at most this value (0..1). Default 1."
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"name": "minL",
|
|
3087
|
-
"type": {
|
|
3088
|
-
"text": "number"
|
|
3089
|
-
},
|
|
3090
|
-
"default": "0",
|
|
3091
|
-
"description": "Generation constraint forwarded to inner picker — clamp OKLCH lightness to at least this value (0..1). Default 0."
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"name": "hueDriftMax",
|
|
3095
|
-
"type": {
|
|
3096
|
-
"text": "number"
|
|
3097
|
-
},
|
|
3098
|
-
"default": "NaN",
|
|
3099
|
-
"description": "Generation constraint forwarded to inner picker — maximum allowed signed-shortest-path hue deviation (degrees) from baseHue. Default NaN (no constraint)."
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "baseHue",
|
|
3103
|
-
"type": {
|
|
3104
|
-
"text": "number"
|
|
3105
|
-
},
|
|
3106
|
-
"default": "NaN",
|
|
3107
|
-
"description": "Reference hue (degrees) for the hueDriftMax constraint, forwarded to inner picker. Default NaN — picker falls back to its hue at first commit."
|
|
3108
|
-
}
|
|
3109
|
-
],
|
|
3110
|
-
"events": [
|
|
3111
|
-
{
|
|
3112
|
-
"name": "change",
|
|
3113
|
-
"type": {
|
|
3114
|
-
"text": "CustomEvent"
|
|
3115
|
-
},
|
|
3116
|
-
"description": "Fired when the color is committed (pointerup / Enter / picker close). Bubbles from inner picker."
|
|
3117
|
-
},
|
|
3118
|
-
{
|
|
3119
|
-
"name": "input",
|
|
3120
|
-
"type": {
|
|
3121
|
-
"text": "CustomEvent"
|
|
3122
|
-
},
|
|
3123
|
-
"description": "Fired during continuous drag of the inner picker. Bubbles from inner picker."
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
}
|
|
3127
|
-
],
|
|
3128
|
-
"exports": [
|
|
3129
|
-
{
|
|
3130
|
-
"kind": "custom-element-definition",
|
|
3131
|
-
"name": "color-input-ui",
|
|
3132
|
-
"declaration": {
|
|
3133
|
-
"name": "UIColorInput",
|
|
3134
|
-
"module": "./components/color-input/color-input.js"
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
]
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "javascript-module",
|
|
3141
|
-
"path": "components/color-picker/color-picker.js",
|
|
3142
|
-
"declarations": [
|
|
3143
|
-
{
|
|
3144
|
-
"kind": "class",
|
|
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.",
|
|
3146
|
-
"name": "UIColorPicker",
|
|
3147
|
-
"tagName": "color-picker-ui",
|
|
3148
|
-
"superclass": {
|
|
3149
|
-
"name": "UIElement",
|
|
3150
|
-
"module": "/core/element.js"
|
|
3151
|
-
},
|
|
3152
|
-
"attributes": [
|
|
2799
|
+
"description": "Form field name."
|
|
2800
|
+
},
|
|
3153
2801
|
{
|
|
3154
|
-
"name": "
|
|
2802
|
+
"name": "value",
|
|
3155
2803
|
"type": {
|
|
3156
2804
|
"text": "string"
|
|
3157
2805
|
},
|
|
3158
|
-
"
|
|
2806
|
+
"default": "#3b82f6",
|
|
2807
|
+
"description": "Current color as a string in the active [format]."
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "format",
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "string"
|
|
2813
|
+
},
|
|
2814
|
+
"default": "hex",
|
|
2815
|
+
"description": "Output format for the value property + event detail. Hex (`#rrggbb`) or OKLCH (`oklch(L C H)`)."
|
|
3159
2816
|
},
|
|
3160
2817
|
{
|
|
3161
2818
|
"name": "disabled",
|
|
@@ -3163,23 +2820,23 @@
|
|
|
3163
2820
|
"text": "boolean"
|
|
3164
2821
|
},
|
|
3165
2822
|
"default": "false",
|
|
3166
|
-
"description": "Disables
|
|
2823
|
+
"description": "Disables the trigger button + suppresses popover."
|
|
3167
2824
|
},
|
|
3168
2825
|
{
|
|
3169
|
-
"name": "
|
|
2826
|
+
"name": "placement",
|
|
3170
2827
|
"type": {
|
|
3171
2828
|
"text": "string"
|
|
3172
2829
|
},
|
|
3173
|
-
"default": "
|
|
3174
|
-
"description": "
|
|
2830
|
+
"default": "bottom",
|
|
2831
|
+
"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)."
|
|
3175
2832
|
},
|
|
3176
2833
|
{
|
|
3177
|
-
"name": "
|
|
2834
|
+
"name": "open",
|
|
3178
2835
|
"type": {
|
|
3179
|
-
"text": "
|
|
2836
|
+
"text": "boolean"
|
|
3180
2837
|
},
|
|
3181
|
-
"default": "
|
|
3182
|
-
"description": "
|
|
2838
|
+
"default": "false",
|
|
2839
|
+
"description": "Reflects the popover's open state. Set programmatically to open/close the picker without a click."
|
|
3183
2840
|
},
|
|
3184
2841
|
{
|
|
3185
2842
|
"name": "maxChroma",
|
|
@@ -3187,7 +2844,7 @@
|
|
|
3187
2844
|
"text": "number"
|
|
3188
2845
|
},
|
|
3189
2846
|
"default": "Infinity",
|
|
3190
|
-
"description": "Generation constraint (v0.
|
|
2847
|
+
"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)."
|
|
3191
2848
|
},
|
|
3192
2849
|
{
|
|
3193
2850
|
"name": "maxL",
|
|
@@ -3195,7 +2852,7 @@
|
|
|
3195
2852
|
"text": "number"
|
|
3196
2853
|
},
|
|
3197
2854
|
"default": "1",
|
|
3198
|
-
"description": "Generation constraint — clamp OKLCH lightness to at most this value (0..1). Default 1
|
|
2855
|
+
"description": "Generation constraint forwarded to inner picker — clamp OKLCH lightness to at most this value (0..1). Default 1."
|
|
3199
2856
|
},
|
|
3200
2857
|
{
|
|
3201
2858
|
"name": "minL",
|
|
@@ -3203,7 +2860,7 @@
|
|
|
3203
2860
|
"text": "number"
|
|
3204
2861
|
},
|
|
3205
2862
|
"default": "0",
|
|
3206
|
-
"description": "Generation constraint — clamp OKLCH lightness to at least this value (0..1). Default 0
|
|
2863
|
+
"description": "Generation constraint forwarded to inner picker — clamp OKLCH lightness to at least this value (0..1). Default 0."
|
|
3207
2864
|
},
|
|
3208
2865
|
{
|
|
3209
2866
|
"name": "hueDriftMax",
|
|
@@ -3211,7 +2868,7 @@
|
|
|
3211
2868
|
"text": "number"
|
|
3212
2869
|
},
|
|
3213
2870
|
"default": "NaN",
|
|
3214
|
-
"description": "Generation constraint — maximum allowed signed-shortest-path hue deviation (degrees) from
|
|
2871
|
+
"description": "Generation constraint forwarded to inner picker — maximum allowed signed-shortest-path hue deviation (degrees) from baseHue. Default NaN (no constraint)."
|
|
3215
2872
|
},
|
|
3216
2873
|
{
|
|
3217
2874
|
"name": "baseHue",
|
|
@@ -3219,7 +2876,7 @@
|
|
|
3219
2876
|
"text": "number"
|
|
3220
2877
|
},
|
|
3221
2878
|
"default": "NaN",
|
|
3222
|
-
"description": "Reference hue (degrees) for the
|
|
2879
|
+
"description": "Reference hue (degrees) for the hueDriftMax constraint, forwarded to inner picker. Default NaN — picker falls back to its hue at first commit."
|
|
3223
2880
|
}
|
|
3224
2881
|
],
|
|
3225
2882
|
"events": [
|
|
@@ -3228,21 +2885,14 @@
|
|
|
3228
2885
|
"type": {
|
|
3229
2886
|
"text": "CustomEvent"
|
|
3230
2887
|
},
|
|
3231
|
-
"description": "Fired
|
|
2888
|
+
"description": "Fired when the color is committed (pointerup / Enter / picker close). Bubbles from inner picker."
|
|
3232
2889
|
},
|
|
3233
2890
|
{
|
|
3234
2891
|
"name": "input",
|
|
3235
2892
|
"type": {
|
|
3236
2893
|
"text": "CustomEvent"
|
|
3237
2894
|
},
|
|
3238
|
-
"description": "Fired during continuous
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"name": "constraint-clamp",
|
|
3242
|
-
"type": {
|
|
3243
|
-
"text": "CustomEvent"
|
|
3244
|
-
},
|
|
3245
|
-
"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."
|
|
2895
|
+
"description": "Fired during continuous drag of the inner picker. Bubbles from inner picker."
|
|
3246
2896
|
}
|
|
3247
2897
|
]
|
|
3248
2898
|
}
|
|
@@ -3250,10 +2900,10 @@
|
|
|
3250
2900
|
"exports": [
|
|
3251
2901
|
{
|
|
3252
2902
|
"kind": "custom-element-definition",
|
|
3253
|
-
"name": "color-
|
|
2903
|
+
"name": "color-input-ui",
|
|
3254
2904
|
"declaration": {
|
|
3255
|
-
"name": "
|
|
3256
|
-
"module": "./components/color-
|
|
2905
|
+
"name": "UIColorInput",
|
|
2906
|
+
"module": "./components/color-input/color-input.js"
|
|
3257
2907
|
}
|
|
3258
2908
|
}
|
|
3259
2909
|
]
|
|
@@ -5361,7 +5011,7 @@
|
|
|
5361
5011
|
"text": "string"
|
|
5362
5012
|
},
|
|
5363
5013
|
"default": "text",
|
|
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),
|
|
5014
|
+
"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), CalendarPicker precision=\"minute\" for datetime-local, TimePicker for time, ColorInput/ColorArea for color, Search for search. See anti_patterns."
|
|
5365
5015
|
},
|
|
5366
5016
|
{
|
|
5367
5017
|
"name": "required",
|
|
@@ -6314,7 +5964,7 @@
|
|
|
6314
5964
|
},
|
|
6315
5965
|
{
|
|
6316
5966
|
"kind": "class",
|
|
6317
|
-
"description": "Child of `<menu-ui>`. One actionable row inside a menu, with optional leading icon + label + description + value. (`subtitle`
|
|
5967
|
+
"description": "Child of `<menu-ui>`. One actionable row inside a menu, with optional leading icon + label + description + value. (The deprecated `subtitle` prop alias for `description` was cut in 0.8.43 — ADR-0063, gh#1563/gh#1617.)",
|
|
6318
5968
|
"name": "UIMenuItem",
|
|
6319
5969
|
"tagName": "menu-item-ui",
|
|
6320
5970
|
"superclass": {
|
|
@@ -6336,19 +5986,12 @@
|
|
|
6336
5986
|
},
|
|
6337
5987
|
"description": "Item label text."
|
|
6338
5988
|
},
|
|
6339
|
-
{
|
|
6340
|
-
"name": "subtitle",
|
|
6341
|
-
"type": {
|
|
6342
|
-
"text": "string"
|
|
6343
|
-
},
|
|
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
5989
|
{
|
|
6347
5990
|
"name": "description",
|
|
6348
5991
|
"type": {
|
|
6349
5992
|
"text": "string"
|
|
6350
5993
|
},
|
|
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`."
|
|
5994
|
+
"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`. The deprecated `subtitle` prop alias was cut in 0.8.43 (gh#1617)."
|
|
6352
5995
|
},
|
|
6353
5996
|
{
|
|
6354
5997
|
"name": "value",
|
|
@@ -6385,7 +6028,7 @@
|
|
|
6385
6028
|
},
|
|
6386
6029
|
{
|
|
6387
6030
|
"name": "subtitle",
|
|
6388
|
-
"description": "Custom secondary-line content override; falls through to the `[description]` prop (
|
|
6031
|
+
"description": "Custom secondary-line content override; falls through to the `[description]` prop if not slotted (ADR-0063, gh#1563 — the deprecated `[subtitle]` prop alias was cut in 0.8.43, gh#1617). The slot's own name is unchanged by that rename — this is a distinct, deliberately-unrenamed surface."
|
|
6389
6032
|
},
|
|
6390
6033
|
{
|
|
6391
6034
|
"name": "trailing",
|
|
@@ -7505,7 +7148,7 @@
|
|
|
7505
7148
|
"declarations": [
|
|
7506
7149
|
{
|
|
7507
7150
|
"kind": "class",
|
|
7508
|
-
"description": "Collapsible, resizable content panel — drag-resize handle on the inner edge when [
|
|
7151
|
+
"description": "Collapsible, resizable content panel — drag-resize handle on the inner edge when [edge=\"leading\"] / [edge=\"trailing\"], [resizable] opt-in. Used standalone for resizable two-pane layouts, or wrapped by <editor-sidebar> / <admin-sidebar> which DELEGATE drag to the inner pane-ui rather than reimplementing it. See pane.yaml's a2ui.rules for the full composition contract.",
|
|
7509
7152
|
"name": "UIPane",
|
|
7510
7153
|
"tagName": "pane-ui",
|
|
7511
7154
|
"superclass": {
|
|
@@ -7545,13 +7188,6 @@
|
|
|
7545
7188
|
"default": "false",
|
|
7546
7189
|
"description": "Component property: resizable."
|
|
7547
7190
|
},
|
|
7548
|
-
{
|
|
7549
|
-
"name": "side",
|
|
7550
|
-
"type": {
|
|
7551
|
-
"text": "string"
|
|
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
7191
|
{
|
|
7556
7192
|
"name": "edge",
|
|
7557
7193
|
"type": {
|
|
@@ -7857,81 +7493,13 @@
|
|
|
7857
7493
|
}
|
|
7858
7494
|
]
|
|
7859
7495
|
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "javascript-module",
|
|
7862
|
-
"path": "components/progress-row/progress-row.js",
|
|
7863
|
-
"declarations": [
|
|
7864
|
-
{
|
|
7865
|
-
"kind": "class",
|
|
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.",
|
|
7867
|
-
"name": "UIProgressRow",
|
|
7868
|
-
"tagName": "progress-row-ui",
|
|
7869
|
-
"superclass": {
|
|
7870
|
-
"name": "UIElement",
|
|
7871
|
-
"module": "/core/element.js"
|
|
7872
|
-
},
|
|
7873
|
-
"attributes": [
|
|
7874
|
-
{
|
|
7875
|
-
"name": "label",
|
|
7876
|
-
"type": {
|
|
7877
|
-
"text": "string"
|
|
7878
|
-
},
|
|
7879
|
-
"description": "Left-hand label text"
|
|
7880
|
-
},
|
|
7881
|
-
{
|
|
7882
|
-
"name": "meta",
|
|
7883
|
-
"type": {
|
|
7884
|
-
"text": "string"
|
|
7885
|
-
},
|
|
7886
|
-
"description": "Right-hand meta text (e.g. '32 GB', '4.2k / 10k')"
|
|
7887
|
-
},
|
|
7888
|
-
{
|
|
7889
|
-
"name": "value",
|
|
7890
|
-
"type": {
|
|
7891
|
-
"text": "number"
|
|
7892
|
-
},
|
|
7893
|
-
"default": "null",
|
|
7894
|
-
"description": "Progress value 0-100 (null = indeterminate; legacy -1 accepted for back-compat)"
|
|
7895
|
-
},
|
|
7896
|
-
{
|
|
7897
|
-
"name": "variant",
|
|
7898
|
-
"type": {
|
|
7899
|
-
"text": "string"
|
|
7900
|
-
},
|
|
7901
|
-
"default": "default",
|
|
7902
|
-
"description": "Color variant for the progress fill"
|
|
7903
|
-
}
|
|
7904
|
-
],
|
|
7905
|
-
"slots": [
|
|
7906
|
-
{
|
|
7907
|
-
"name": "label",
|
|
7908
|
-
"description": "Label region — control label."
|
|
7909
|
-
},
|
|
7910
|
-
{
|
|
7911
|
-
"name": "meta",
|
|
7912
|
-
"description": "Child content region for the `meta` slot."
|
|
7913
|
-
}
|
|
7914
|
-
]
|
|
7915
|
-
}
|
|
7916
|
-
],
|
|
7917
|
-
"exports": [
|
|
7918
|
-
{
|
|
7919
|
-
"kind": "custom-element-definition",
|
|
7920
|
-
"name": "progress-row-ui",
|
|
7921
|
-
"declaration": {
|
|
7922
|
-
"name": "UIProgressRow",
|
|
7923
|
-
"module": "./components/progress-row/progress-row.js"
|
|
7924
|
-
}
|
|
7925
|
-
}
|
|
7926
|
-
]
|
|
7927
|
-
},
|
|
7928
7496
|
{
|
|
7929
7497
|
"kind": "javascript-module",
|
|
7930
7498
|
"path": "components/progress/progress.js",
|
|
7931
7499
|
"declarations": [
|
|
7932
7500
|
{
|
|
7933
7501
|
"kind": "class",
|
|
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
|
|
7502
|
+
"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 was cut in 0.8.43 (gh#1617). Omit `label` for a standalone bar (global loading indicators); for percent-complete inline displays use <stat-ui> instead.",
|
|
7935
7503
|
"name": "UIProgress",
|
|
7936
7504
|
"tagName": "progress-ui",
|
|
7937
7505
|
"superclass": {
|
|
@@ -8833,7 +8401,7 @@
|
|
|
8833
8401
|
"text": "boolean"
|
|
8834
8402
|
},
|
|
8835
8403
|
"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
|
|
8404
|
+
"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 <toggle-group-ui> + <toggle-option-ui> pair (gh#1369, #1363 C1) — those components were cut in 0.8.43 (gh#1617). Unlike the former <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)."
|
|
8837
8405
|
},
|
|
8838
8406
|
{
|
|
8839
8407
|
"name": "allow-empty",
|
|
@@ -10322,7 +9890,7 @@
|
|
|
10322
9890
|
"declarations": [
|
|
10323
9891
|
{
|
|
10324
9892
|
"kind": "class",
|
|
10325
|
-
"description": "Header / companion bar for a sibling table-ui. Renders title + count badge, filter / sort / columns popovers,
|
|
9893
|
+
"description": "Header / companion bar for a sibling table-ui. Renders an optional leading [slot=\"scope\"] region, title + count badge, an optional \"Showing X–Y of N\" range summary, filter / sort / columns popovers, a search input, an optional page-size select, and a trailing [slot=\"actions\"] region — all wired to the target table via an [for] id-ref. Modeled on chart-legend-ui's [for] binding pattern. Drop next to (or above) any table-ui to add the standard data-grid toolbar without re-implementing search, filter, sort, column visibility, or pagination summary/page-size. Filter rows auto-pick a primitive per column: ≤ 50 distinct values → multi-select (searchable when ≥ 12 options), id-like keys → free-text contains. The column descriptor's `filter` field overrides the auto-detect: `'select'` forces multi-select even on high-cardinality columns; `'text'` forces a contains input even on small enums.",
|
|
10326
9894
|
"name": "UITableToolbar",
|
|
10327
9895
|
"tagName": "table-toolbar-ui",
|
|
10328
9896
|
"superclass": {
|
|
@@ -10351,6 +9919,46 @@
|
|
|
10351
9919
|
},
|
|
10352
9920
|
"description": "Optional count badge value shown next to the title. When unset, falls back to the row count of the bound table."
|
|
10353
9921
|
},
|
|
9922
|
+
{
|
|
9923
|
+
"name": "range-start",
|
|
9924
|
+
"type": {
|
|
9925
|
+
"text": "number"
|
|
9926
|
+
},
|
|
9927
|
+
"default": "0",
|
|
9928
|
+
"description": "1-indexed first row number of the current page, for the \"Showing X–Y of N\" range summary (e.g. `1` in \"Showing 1–25 of 320\"). Renders alongside — never in place of — [text]/[count]; the range summary is its own cluster, independent of the title cluster. All three of rangeStart/rangeEnd/rangeTotal must be set (> 0) for the summary to render; omit all three (the default) to opt out entirely."
|
|
9929
|
+
},
|
|
9930
|
+
{
|
|
9931
|
+
"name": "range-end",
|
|
9932
|
+
"type": {
|
|
9933
|
+
"text": "number"
|
|
9934
|
+
},
|
|
9935
|
+
"default": "0",
|
|
9936
|
+
"description": "1-indexed last row number of the current page, for the range summary (e.g. `25` in \"Showing 1–25 of 320\"). See rangeStart."
|
|
9937
|
+
},
|
|
9938
|
+
{
|
|
9939
|
+
"name": "range-total",
|
|
9940
|
+
"type": {
|
|
9941
|
+
"text": "number"
|
|
9942
|
+
},
|
|
9943
|
+
"default": "0",
|
|
9944
|
+
"description": "Total row count across all pages, for the range summary (e.g. `320` in \"Showing 1–25 of 320\"). Distinct from pagination-ui's `total` (total PAGES) — this is total ROWS; deliberately not spelled `total` to avoid that cross-sibling name collision (ADR-0063 B5). See rangeStart."
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"name": "page-size",
|
|
9948
|
+
"type": {
|
|
9949
|
+
"text": "number"
|
|
9950
|
+
},
|
|
9951
|
+
"default": "0",
|
|
9952
|
+
"description": "Current rows-per-page value, shown as the selected option in the page-size select. Falls back to the first entry of pageSizeOptions when unset (0) or not present among the options. Applied directly to the bound table's own [paginate] prop (rows-per-page), the same way filter/sort/columns changes are applied to the target — mirror this prop only to reflect state to URL / persistence / analytics."
|
|
9953
|
+
},
|
|
9954
|
+
{
|
|
9955
|
+
"name": "pageSizeOptions",
|
|
9956
|
+
"type": {
|
|
9957
|
+
"text": "array"
|
|
9958
|
+
},
|
|
9959
|
+
"default": "[]",
|
|
9960
|
+
"description": "Rows-per-page choices rendered as `<option>`s in the page-size select (e.g. `[10, 25, 50, 100]`). JS property (`.pageSizeOptions = [...]`), or a declarative JSON-array `page-size-options=\"[10,25,50]\"` attribute hydrated once at connect — the same dynamic-array pattern table-ui's own `columns`/`data` props use. Empty (the default) hides the page-size select entirely — additive opt-in, no footprint on existing consumers."
|
|
9961
|
+
},
|
|
10354
9962
|
{
|
|
10355
9963
|
"name": "no-filter",
|
|
10356
9964
|
"type": {
|
|
@@ -10401,6 +10009,10 @@
|
|
|
10401
10009
|
}
|
|
10402
10010
|
],
|
|
10403
10011
|
"slots": [
|
|
10012
|
+
{
|
|
10013
|
+
"name": "scope",
|
|
10014
|
+
"description": "Leading region rendered BEFORE the [text]/[count] title cluster — e.g. a scope/view-switcher menu (an org's teams, a saved view). Positioning is CSS by DOM order, mirroring how [slot=\"actions\"] is a real, author-fillable insertion point rather than template-stamped content."
|
|
10015
|
+
},
|
|
10404
10016
|
{
|
|
10405
10017
|
"name": "actions",
|
|
10406
10018
|
"description": "Trailing action area — primary buttons (e.g. \"New row\") rendered after the search input."
|
|
@@ -10434,6 +10046,13 @@
|
|
|
10434
10046
|
"text": "CustomEvent"
|
|
10435
10047
|
},
|
|
10436
10048
|
"description": "Column visibility changed. Detail: { hiddenColumns }."
|
|
10049
|
+
},
|
|
10050
|
+
{
|
|
10051
|
+
"name": "page-size-change",
|
|
10052
|
+
"type": {
|
|
10053
|
+
"text": "CustomEvent"
|
|
10054
|
+
},
|
|
10055
|
+
"description": "Page-size select changed. Detail: { pageSize }."
|
|
10437
10056
|
}
|
|
10438
10057
|
]
|
|
10439
10058
|
}
|
|
@@ -11775,121 +11394,6 @@
|
|
|
11775
11394
|
}
|
|
11776
11395
|
]
|
|
11777
11396
|
},
|
|
11778
|
-
{
|
|
11779
|
-
"kind": "javascript-module",
|
|
11780
|
-
"path": "components/toggle-group/toggle-group.js",
|
|
11781
|
-
"declarations": [
|
|
11782
|
-
{
|
|
11783
|
-
"kind": "class",
|
|
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.",
|
|
11785
|
-
"name": "UIToggleGroup",
|
|
11786
|
-
"tagName": "toggle-group-ui",
|
|
11787
|
-
"superclass": {
|
|
11788
|
-
"name": "UIElement",
|
|
11789
|
-
"module": "/core/element.js"
|
|
11790
|
-
},
|
|
11791
|
-
"attributes": [
|
|
11792
|
-
{
|
|
11793
|
-
"name": "single",
|
|
11794
|
-
"type": {
|
|
11795
|
-
"text": "boolean"
|
|
11796
|
-
},
|
|
11797
|
-
"default": "false",
|
|
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>."
|
|
11799
|
-
},
|
|
11800
|
-
{
|
|
11801
|
-
"name": "value",
|
|
11802
|
-
"type": {
|
|
11803
|
-
"text": "string"
|
|
11804
|
-
},
|
|
11805
|
-
"description": "Comma-separated selected values"
|
|
11806
|
-
}
|
|
11807
|
-
],
|
|
11808
|
-
"slots": [
|
|
11809
|
-
{
|
|
11810
|
-
"name": "default",
|
|
11811
|
-
"description": "Default slot — primary child content."
|
|
11812
|
-
}
|
|
11813
|
-
],
|
|
11814
|
-
"events": [
|
|
11815
|
-
{
|
|
11816
|
-
"name": "change",
|
|
11817
|
-
"type": {
|
|
11818
|
-
"text": "CustomEvent"
|
|
11819
|
-
},
|
|
11820
|
-
"description": "Fired when selection changes. detail: { value }"
|
|
11821
|
-
}
|
|
11822
|
-
]
|
|
11823
|
-
},
|
|
11824
|
-
{
|
|
11825
|
-
"kind": "class",
|
|
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.",
|
|
11827
|
-
"name": "UIToggleOption",
|
|
11828
|
-
"tagName": "toggle-option-ui",
|
|
11829
|
-
"superclass": {
|
|
11830
|
-
"name": "UIElement",
|
|
11831
|
-
"module": "/core/element.js"
|
|
11832
|
-
},
|
|
11833
|
-
"attributes": [
|
|
11834
|
-
{
|
|
11835
|
-
"name": "value",
|
|
11836
|
-
"type": {
|
|
11837
|
-
"text": "string"
|
|
11838
|
-
},
|
|
11839
|
-
"description": "Stable identifier matched against the parent group's `value`."
|
|
11840
|
-
},
|
|
11841
|
-
{
|
|
11842
|
-
"name": "text",
|
|
11843
|
-
"type": {
|
|
11844
|
-
"text": "string"
|
|
11845
|
-
},
|
|
11846
|
-
"description": "Visible label text."
|
|
11847
|
-
},
|
|
11848
|
-
{
|
|
11849
|
-
"name": "icon",
|
|
11850
|
-
"type": {
|
|
11851
|
-
"text": "string"
|
|
11852
|
-
},
|
|
11853
|
-
"description": "Optional Phosphor icon name; renders as a leading icon."
|
|
11854
|
-
},
|
|
11855
|
-
{
|
|
11856
|
-
"name": "disabled",
|
|
11857
|
-
"type": {
|
|
11858
|
-
"text": "boolean"
|
|
11859
|
-
},
|
|
11860
|
-
"default": "false",
|
|
11861
|
-
"description": "Disabled state — blocks pointer + keyboard activation."
|
|
11862
|
-
},
|
|
11863
|
-
{
|
|
11864
|
-
"name": "selected",
|
|
11865
|
-
"type": {
|
|
11866
|
-
"text": "boolean"
|
|
11867
|
-
},
|
|
11868
|
-
"default": "false",
|
|
11869
|
-
"description": "Whether this option is currently selected. Managed by the parent <toggle-group-ui> container (ADR-0056) — don't set directly; the group's `value` is the single source of truth. Converges onto <segment-ui>'s declared reflected-prop mechanism."
|
|
11870
|
-
}
|
|
11871
|
-
]
|
|
11872
|
-
}
|
|
11873
|
-
],
|
|
11874
|
-
"exports": [
|
|
11875
|
-
{
|
|
11876
|
-
"kind": "custom-element-definition",
|
|
11877
|
-
"name": "toggle-group-ui",
|
|
11878
|
-
"declaration": {
|
|
11879
|
-
"name": "UIToggleGroup",
|
|
11880
|
-
"module": "./components/toggle-group/toggle-group.js"
|
|
11881
|
-
}
|
|
11882
|
-
},
|
|
11883
|
-
{
|
|
11884
|
-
"kind": "custom-element-definition",
|
|
11885
|
-
"name": "toggle-option-ui",
|
|
11886
|
-
"declaration": {
|
|
11887
|
-
"name": "UIToggleOption",
|
|
11888
|
-
"module": "./components/toggle-group/toggle-group.js"
|
|
11889
|
-
}
|
|
11890
|
-
}
|
|
11891
|
-
]
|
|
11892
|
-
},
|
|
11893
11397
|
{
|
|
11894
11398
|
"kind": "javascript-module",
|
|
11895
11399
|
"path": "components/toggle-scheme/toggle-scheme.js",
|