@godxjp/ui 23.3.0 → 23.4.1
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/dist/components/data-display/card.d.ts +87 -1
- package/dist/components/data-display/card.js +88 -15
- package/dist/components/data-display/index.d.ts +5 -1
- package/dist/components/data-display/index.js +5 -0
- package/dist/components/data-display/thought-chain.d.ts +42 -0
- package/dist/components/data-display/thought-chain.js +177 -0
- package/dist/components/data-display/welcome.d.ts +26 -0
- package/dist/components/data-display/welcome.js +37 -0
- package/dist/components/data-entry/attachments.d.ts +19 -0
- package/dist/components/data-entry/attachments.js +322 -0
- package/dist/components/data-entry/index.d.ts +2 -0
- package/dist/components/data-entry/index.js +2 -0
- package/dist/components/feedback/dialog.d.ts +10 -7
- package/dist/components/feedback/dialog.js +40 -17
- package/dist/components/feedback/index.d.ts +1 -1
- package/dist/components/general/actions.d.ts +59 -0
- package/dist/components/general/actions.js +253 -0
- package/dist/components/general/activity.js +1 -0
- package/dist/components/general/float-button.d.ts +41 -0
- package/dist/components/general/float-button.js +336 -0
- package/dist/components/general/index.d.ts +6 -2
- package/dist/components/general/index.js +12 -1
- package/dist/components/general/typography.d.ts +79 -4
- package/dist/components/general/typography.js +598 -54
- package/dist/components/layout/draggable-panel.d.ts +18 -0
- package/dist/components/layout/draggable-panel.js +189 -0
- package/dist/components/layout/index.d.ts +2 -0
- package/dist/components/layout/index.js +2 -0
- package/dist/components/navigation/conversations.d.ts +39 -0
- package/dist/components/navigation/conversations.js +371 -0
- package/dist/components/navigation/index.d.ts +2 -0
- package/dist/components/navigation/index.js +2 -0
- package/dist/components/ui/card.js +1 -0
- package/dist/i18n/messages/en.json +53 -0
- package/dist/i18n/messages/ja.json +53 -0
- package/dist/i18n/messages/vi.json +53 -0
- package/dist/props/components/data-display.prop.d.ts +143 -1
- package/dist/props/components/data-entry.prop.d.ts +76 -0
- package/dist/props/components/feedback.prop.d.ts +34 -1
- package/dist/props/components/general.prop.d.ts +440 -3
- package/dist/props/components/index.d.ts +2 -2
- package/dist/props/components/layout.prop.d.ts +63 -1
- package/dist/props/components/navigation.prop.d.ts +150 -0
- package/dist/props/registry.d.ts +426 -0
- package/dist/props/registry.js +546 -0
- package/dist/props/vocabulary/index.d.ts +1 -1
- package/dist/props/vocabulary/interaction.prop.d.ts +113 -0
- package/dist/styles/card-layout.css +30 -0
- package/dist/styles/core.css +1 -0
- package/dist/styles/data-display-layout.css +236 -0
- package/dist/styles/float-button-layout.css +168 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/layout.css +196 -0
- package/dist/styles/navigation-layout.css +139 -0
- package/dist/styles/text-layout.css +156 -0
- package/dist/tokens/base.css +7 -0
- package/dist/tokens/components/actions.css +14 -0
- package/dist/tokens/components/attachments.css +15 -0
- package/dist/tokens/components/conversations.css +28 -0
- package/dist/tokens/components/draggable-panel.css +25 -0
- package/dist/tokens/components/float-button.css +39 -0
- package/dist/tokens/components/text.css +13 -0
- package/dist/tokens/components/thought-chain.css +31 -0
- package/dist/tokens/components/welcome.css +19 -0
- package/dist/tokens/foundation.css +2 -0
- package/docs/DESIGN-AUTHORITY.md +89 -0
- package/docs/FRAME-COVERAGE-REPORT.md +5 -2
- package/docs/data-display/card/examples/tab-list.tsx +97 -0
- package/docs/data-display/thought-chain.tsx +176 -0
- package/docs/data-display/welcome.tsx +115 -0
- package/docs/data-entry/attachments.tsx +160 -0
- package/docs/feedback/dialog.tsx +50 -0
- package/docs/general/actions.tsx +175 -0
- package/docs/general/float-button.tsx +133 -0
- package/docs/general/typography.tsx +63 -1
- package/docs/layout/draggable-panel.tsx +127 -0
- package/docs/navigation/conversations.tsx +176 -0
- package/docs/roadmap/parity-audit-layout-navigation-general.md +17 -16
- package/package.json +3 -3
- package/scripts/ui-audit.mjs +66 -2
package/dist/props/registry.js
CHANGED
|
@@ -453,6 +453,36 @@ const VOCABULARY_REGISTRY = {
|
|
|
453
453
|
category: "interaction",
|
|
454
454
|
description: "Whitespace handling normal | pre-wrap: `pre-wrap` keeps the newlines and indentation a person typed (a plain-text note, a pasted log) and still wraps at the container edge; `truncate` outranks it"
|
|
455
455
|
},
|
|
456
|
+
TypographyTypeProp: {
|
|
457
|
+
file: "vocabulary/interaction.prop.ts",
|
|
458
|
+
category: "interaction",
|
|
459
|
+
description: "antd Typography `type` \u2014 secondary | success | warning | danger. The narrower spelling of TextToneProp, accepted alongside it; `tone` wins when both are passed (secondary \u2192 muted, danger \u2192 destructive)"
|
|
460
|
+
},
|
|
461
|
+
TitleLevelProp: {
|
|
462
|
+
file: "vocabulary/interaction.prop.ts",
|
|
463
|
+
category: "interaction",
|
|
464
|
+
description: "antd Typography.Title `level` \u2014 1..5. Wider than HeadingLevelProp (1..4) because antd has a fifth step; level 5 reads --heading-h5, bound to the existing --font-size-2xs step"
|
|
465
|
+
},
|
|
466
|
+
TypographyCopyConfigProp: {
|
|
467
|
+
file: "vocabulary/interaction.prop.ts",
|
|
468
|
+
category: "interaction",
|
|
469
|
+
description: "antd CopyConfig \u2014 { text, onCopy, icon, tooltips, format, tabIndex } for the copy affordance beside a run of text"
|
|
470
|
+
},
|
|
471
|
+
TypographyEditConfigProp: {
|
|
472
|
+
file: "vocabulary/interaction.prop.ts",
|
|
473
|
+
category: "interaction",
|
|
474
|
+
description: "antd EditConfig \u2014 { text, editing, icon, tooltip, onStart, onChange, onCancel, onEnd, maxLength, autoSize, triggerType, enterIcon, tabIndex } for in-place text editing"
|
|
475
|
+
},
|
|
476
|
+
TypographyEllipsisConfigProp: {
|
|
477
|
+
file: "vocabulary/interaction.prop.ts",
|
|
478
|
+
category: "interaction",
|
|
479
|
+
description: "antd EllipsisConfig \u2014 { rows, expandable, suffix, symbol, defaultExpanded, expanded, onExpand, onEllipsis, tooltip }; the richer spelling of this library truncate/clamp, and the winner when they collide"
|
|
480
|
+
},
|
|
481
|
+
TypographyActionsConfigProp: {
|
|
482
|
+
file: "vocabulary/interaction.prop.ts",
|
|
483
|
+
category: "interaction",
|
|
484
|
+
description: "antd ActionsConfig \u2014 { placement: start | end } for the copy/edit/expand cluster. Logical, so it mirrors in RTL; NOT the ReactNode slot ActionsProp names"
|
|
485
|
+
},
|
|
456
486
|
SizeProp: {
|
|
457
487
|
file: "vocabulary/interaction.prop.ts",
|
|
458
488
|
category: "interaction",
|
|
@@ -1287,6 +1317,115 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
1287
1317
|
}
|
|
1288
1318
|
]
|
|
1289
1319
|
},
|
|
1320
|
+
FloatButtonTypeProp: {
|
|
1321
|
+
group: "general",
|
|
1322
|
+
file: "components/general.prop.ts",
|
|
1323
|
+
vocabulary: []
|
|
1324
|
+
},
|
|
1325
|
+
FloatButtonShapeProp: {
|
|
1326
|
+
group: "general",
|
|
1327
|
+
file: "components/general.prop.ts",
|
|
1328
|
+
vocabulary: []
|
|
1329
|
+
},
|
|
1330
|
+
FloatButtonTriggerProp: {
|
|
1331
|
+
group: "general",
|
|
1332
|
+
file: "components/general.prop.ts",
|
|
1333
|
+
vocabulary: []
|
|
1334
|
+
},
|
|
1335
|
+
FloatButtonPlacementProp: {
|
|
1336
|
+
group: "general",
|
|
1337
|
+
file: "components/general.prop.ts",
|
|
1338
|
+
vocabulary: []
|
|
1339
|
+
},
|
|
1340
|
+
FloatButtonBadgeProp: {
|
|
1341
|
+
group: "general",
|
|
1342
|
+
file: "components/general.prop.ts",
|
|
1343
|
+
vocabulary: [
|
|
1344
|
+
{
|
|
1345
|
+
field: "count",
|
|
1346
|
+
local: true,
|
|
1347
|
+
reason: "Ant Badge's count/dot/overflowCount/showZero/color quartet, ported whole. The corner mark is FloatButton's own; there is no Badge-count primitive in this library to borrow a vocabulary from."
|
|
1348
|
+
}
|
|
1349
|
+
]
|
|
1350
|
+
},
|
|
1351
|
+
FloatButtonTooltipProp: {
|
|
1352
|
+
group: "general",
|
|
1353
|
+
file: "components/general.prop.ts",
|
|
1354
|
+
vocabulary: [
|
|
1355
|
+
"ChildrenProp",
|
|
1356
|
+
{
|
|
1357
|
+
field: "side",
|
|
1358
|
+
local: true,
|
|
1359
|
+
reason: "TooltipContent's own placement axis, re-exposed so the object form of `tooltip` can reach it without importing the overlay's types."
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
},
|
|
1363
|
+
FloatButtonProp: {
|
|
1364
|
+
group: "general",
|
|
1365
|
+
file: "components/general.prop.ts",
|
|
1366
|
+
vocabulary: [
|
|
1367
|
+
"ChildrenProp",
|
|
1368
|
+
"DescriptionProp",
|
|
1369
|
+
"DisabledProp",
|
|
1370
|
+
"ClassNameProp",
|
|
1371
|
+
{
|
|
1372
|
+
field: "shape",
|
|
1373
|
+
local: true,
|
|
1374
|
+
reason: "antd's circle/square, which is neither the control ShapeProp (default|pill|sharp) nor AvatarShapeProp (documented as an ENTITY mark). `square` is the only shape antd lets carry text."
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
field: "type",
|
|
1378
|
+
local: true,
|
|
1379
|
+
reason: "antd's word for the FILL, kept verbatim so an antd call site compiles unchanged. This library says `variant` everywhere else; `htmlType` carries the native button type, exactly as antd resolves the collision."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
field: "href",
|
|
1383
|
+
local: true,
|
|
1384
|
+
reason: "The native anchor href \u2014 antd renders an <a> when it is present."
|
|
1385
|
+
}
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
FloatButtonGroupProp: {
|
|
1389
|
+
group: "general",
|
|
1390
|
+
file: "components/general.prop.ts",
|
|
1391
|
+
vocabulary: [
|
|
1392
|
+
"ChildrenProp",
|
|
1393
|
+
"OpenProp",
|
|
1394
|
+
"OnOpenChangeProp",
|
|
1395
|
+
{
|
|
1396
|
+
field: "trigger",
|
|
1397
|
+
local: true,
|
|
1398
|
+
reason: "antd's click|hover, and its ABSENCE is the switch between a plain stack and a menu \u2014 so it can carry no default and no shared vocabulary."
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
field: "placement",
|
|
1402
|
+
local: true,
|
|
1403
|
+
reason: "antd's top|left|right|bottom for the menu's direction. Physical words kept verbatim so an antd call site compiles; the stylesheet resolves them through inset-inline-*, so the rendered side still flips under dir=rtl."
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
field: "closeIcon",
|
|
1407
|
+
local: true,
|
|
1408
|
+
reason: "The glyph the TRIGGER swaps to while the menu is open \u2014 a second icon slot on one control, which IconProp (a single glyph) cannot express."
|
|
1409
|
+
}
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
FloatButtonBackTopProp: {
|
|
1413
|
+
group: "general",
|
|
1414
|
+
file: "components/general.prop.ts",
|
|
1415
|
+
vocabulary: [
|
|
1416
|
+
"OnClickProp",
|
|
1417
|
+
{
|
|
1418
|
+
field: "target",
|
|
1419
|
+
local: true,
|
|
1420
|
+
reason: "antd's lazy scroll-container getter. A FUNCTION, not an element, because the container may not exist on the first render \u2014 and it is what lets BackTop watch a shell's own scroll region instead of the document."
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
field: "visibilityHeight",
|
|
1424
|
+
local: true,
|
|
1425
|
+
reason: "antd's scroll threshold in px \u2014 a measurement of the reader's position, not a size tier."
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1290
1429
|
TextProp: {
|
|
1291
1430
|
group: "general",
|
|
1292
1431
|
file: "components/general.prop.ts",
|
|
@@ -1303,6 +1442,53 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
1303
1442
|
file: "components/general.prop.ts",
|
|
1304
1443
|
vocabulary: ["HeadingLevelProp", "TextToneProp", "TextAlignProp", "ClassNameProp"]
|
|
1305
1444
|
},
|
|
1445
|
+
TypographyProp: {
|
|
1446
|
+
group: "general",
|
|
1447
|
+
file: "components/general.prop.ts",
|
|
1448
|
+
vocabulary: [
|
|
1449
|
+
"ClassNameProp",
|
|
1450
|
+
"ChildrenProp",
|
|
1451
|
+
{
|
|
1452
|
+
field: "component",
|
|
1453
|
+
local: true,
|
|
1454
|
+
reason: "antd `component` \u2014 the rendered element. An ALIAS of `as`, kept so antd code pastes in unchanged; `as` wins when both are passed."
|
|
1455
|
+
}
|
|
1456
|
+
]
|
|
1457
|
+
},
|
|
1458
|
+
TypographyBlockProp: {
|
|
1459
|
+
group: "general",
|
|
1460
|
+
file: "components/general.prop.ts",
|
|
1461
|
+
vocabulary: [
|
|
1462
|
+
"TypographyTypeProp",
|
|
1463
|
+
"TypographyActionsConfigProp",
|
|
1464
|
+
"TypographyCopyConfigProp",
|
|
1465
|
+
"TypographyEditConfigProp",
|
|
1466
|
+
"TypographyEllipsisConfigProp",
|
|
1467
|
+
"DisabledProp"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
TypographyTitleProp: {
|
|
1471
|
+
group: "general",
|
|
1472
|
+
file: "components/general.prop.ts",
|
|
1473
|
+
vocabulary: [
|
|
1474
|
+
"TitleLevelProp",
|
|
1475
|
+
"TextToneProp",
|
|
1476
|
+
"TextAlignProp",
|
|
1477
|
+
"FontWeightProp",
|
|
1478
|
+
"TypographyEllipsisConfigProp",
|
|
1479
|
+
"ClassNameProp"
|
|
1480
|
+
]
|
|
1481
|
+
},
|
|
1482
|
+
ParagraphProp: {
|
|
1483
|
+
group: "general",
|
|
1484
|
+
file: "components/general.prop.ts",
|
|
1485
|
+
vocabulary: ["TypographyEllipsisConfigProp", "TextToneProp", "TextSizeProp", "ClassNameProp"]
|
|
1486
|
+
},
|
|
1487
|
+
LinkProp: {
|
|
1488
|
+
group: "general",
|
|
1489
|
+
file: "components/general.prop.ts",
|
|
1490
|
+
vocabulary: ["TypographyEllipsisConfigProp", "TextToneProp", "TextSizeProp", "ClassNameProp"]
|
|
1491
|
+
},
|
|
1306
1492
|
InputProp: {
|
|
1307
1493
|
group: "data-entry",
|
|
1308
1494
|
file: "components/data-entry.prop.ts",
|
|
@@ -2122,6 +2308,42 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
2122
2308
|
{ field: "donut", local: true, reason: "Hollow-centre donut rendering." }
|
|
2123
2309
|
]
|
|
2124
2310
|
},
|
|
2311
|
+
DialogProp: {
|
|
2312
|
+
group: "feedback",
|
|
2313
|
+
file: "components/feedback.prop.ts",
|
|
2314
|
+
vocabulary: [
|
|
2315
|
+
"OpenProp",
|
|
2316
|
+
"DefaultOpenProp",
|
|
2317
|
+
"OnOpenChangeProp",
|
|
2318
|
+
"ConfirmVariantProp",
|
|
2319
|
+
"ChildrenProp",
|
|
2320
|
+
{
|
|
2321
|
+
field: "modal",
|
|
2322
|
+
local: true,
|
|
2323
|
+
reason: "Radix-era spelling kept; RAC's Modal always locks scroll, so false no longer disables it."
|
|
2324
|
+
}
|
|
2325
|
+
]
|
|
2326
|
+
},
|
|
2327
|
+
DialogContentProp: {
|
|
2328
|
+
group: "feedback",
|
|
2329
|
+
file: "components/feedback.prop.ts",
|
|
2330
|
+
vocabulary: [
|
|
2331
|
+
"ConfirmVariantProp",
|
|
2332
|
+
"ClassNameProp",
|
|
2333
|
+
"ChildrenProp",
|
|
2334
|
+
{
|
|
2335
|
+
field: "showCloseButton",
|
|
2336
|
+
local: true,
|
|
2337
|
+
reason: 'Corner \u2715 opt-out; defaults to false under variant="destructive".'
|
|
2338
|
+
},
|
|
2339
|
+
{ field: "showClose", local: true, reason: "shadcn-era spelling of showCloseButton." },
|
|
2340
|
+
{
|
|
2341
|
+
field: "overlayClassName",
|
|
2342
|
+
local: true,
|
|
2343
|
+
reason: "Class for the scrim the surface owns \u2014 RAC nests overlay > modal > dialog."
|
|
2344
|
+
}
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2125
2347
|
AlertDialogProp: {
|
|
2126
2348
|
group: "feedback",
|
|
2127
2349
|
file: "components/feedback.prop.ts",
|
|
@@ -2664,6 +2886,76 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
2664
2886
|
file: "components/data-display.prop.ts",
|
|
2665
2887
|
vocabulary: ["ClassNameProp"]
|
|
2666
2888
|
},
|
|
2889
|
+
DragAxisProp: {
|
|
2890
|
+
group: "layout",
|
|
2891
|
+
file: "components/layout.prop.ts",
|
|
2892
|
+
vocabulary: []
|
|
2893
|
+
},
|
|
2894
|
+
DragBoundsProp: {
|
|
2895
|
+
group: "layout",
|
|
2896
|
+
file: "components/layout.prop.ts",
|
|
2897
|
+
vocabulary: []
|
|
2898
|
+
},
|
|
2899
|
+
DraggablePanelPlacementProp: {
|
|
2900
|
+
group: "layout",
|
|
2901
|
+
file: "components/layout.prop.ts",
|
|
2902
|
+
vocabulary: []
|
|
2903
|
+
},
|
|
2904
|
+
DraggablePanelPositionProp: {
|
|
2905
|
+
group: "layout",
|
|
2906
|
+
file: "components/layout.prop.ts",
|
|
2907
|
+
vocabulary: [
|
|
2908
|
+
{
|
|
2909
|
+
field: "x",
|
|
2910
|
+
local: true,
|
|
2911
|
+
reason: "react-draggable's inline offset in CSS pixels, on the physical axis the pointer reports."
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
field: "y",
|
|
2915
|
+
local: true,
|
|
2916
|
+
reason: "react-draggable's block offset in CSS pixels, on the physical axis the pointer reports."
|
|
2917
|
+
}
|
|
2918
|
+
]
|
|
2919
|
+
},
|
|
2920
|
+
DraggablePanelProp: {
|
|
2921
|
+
group: "layout",
|
|
2922
|
+
file: "components/layout.prop.ts",
|
|
2923
|
+
vocabulary: [
|
|
2924
|
+
"TitleProp",
|
|
2925
|
+
"ChildrenProp",
|
|
2926
|
+
"ExtraProp",
|
|
2927
|
+
"SizeProp",
|
|
2928
|
+
"DisabledProp",
|
|
2929
|
+
"ClassNameProp",
|
|
2930
|
+
{
|
|
2931
|
+
field: "placement",
|
|
2932
|
+
local: true,
|
|
2933
|
+
reason: "Resting corner, in logical directions so it mirrors under RTL."
|
|
2934
|
+
},
|
|
2935
|
+
{ field: "axis", local: true, reason: "react-draggable `axis`, ported verbatim." },
|
|
2936
|
+
{
|
|
2937
|
+
field: "bounds",
|
|
2938
|
+
local: true,
|
|
2939
|
+
reason: "react-draggable `bounds`, trimmed to the forms that survive the RTL and no-DOM-selector rules."
|
|
2940
|
+
},
|
|
2941
|
+
{ field: "position", local: true, reason: "react-draggable `position` \u2014 controlled offset." },
|
|
2942
|
+
{
|
|
2943
|
+
field: "defaultPosition",
|
|
2944
|
+
local: true,
|
|
2945
|
+
reason: "react-draggable `defaultPosition` \u2014 uncontrolled starting offset."
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
field: "onPositionChange",
|
|
2949
|
+
local: true,
|
|
2950
|
+
reason: "Reports the clamped offset; the library never persists it (gh#560)."
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
field: "onClose",
|
|
2954
|
+
local: true,
|
|
2955
|
+
reason: "Presence renders the title-bar close control \u2014 antd Modal's onCancel."
|
|
2956
|
+
}
|
|
2957
|
+
]
|
|
2958
|
+
},
|
|
2667
2959
|
ThumbnailSizeProp: {
|
|
2668
2960
|
group: "data-display",
|
|
2669
2961
|
file: "components/data-display.prop.ts",
|
|
@@ -2937,6 +3229,89 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
2937
3229
|
file: "components/data-display/card.tsx",
|
|
2938
3230
|
vocabulary: ["ToneProp", "ClassNameProp", "ChildrenProp"]
|
|
2939
3231
|
},
|
|
3232
|
+
CardTabItemProp: {
|
|
3233
|
+
group: "data-display",
|
|
3234
|
+
file: "components/data-display.prop.ts",
|
|
3235
|
+
vocabulary: [
|
|
3236
|
+
"LabelProp",
|
|
3237
|
+
"DisabledProp",
|
|
3238
|
+
{
|
|
3239
|
+
field: "key",
|
|
3240
|
+
local: true,
|
|
3241
|
+
reason: "Ant Design `CardTabListType.key`. The tab's identity keeps antd's own spelling per docs/DESIGN-AUTHORITY.md; `ValueProp` is the Tabs component's axis, not the card head's."
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
field: "tab",
|
|
3245
|
+
local: true,
|
|
3246
|
+
reason: "Ant Design `CardTabListType.tab` \u2014 the trigger label under antd's name, for the same reason `key` is not `value`."
|
|
3247
|
+
}
|
|
3248
|
+
]
|
|
3249
|
+
},
|
|
3250
|
+
AttachmentsProp: {
|
|
3251
|
+
group: "data-entry",
|
|
3252
|
+
file: "components/data-entry.prop.ts",
|
|
3253
|
+
vocabulary: [
|
|
3254
|
+
"DisabledProp",
|
|
3255
|
+
"ClassNameProp",
|
|
3256
|
+
{
|
|
3257
|
+
field: "items",
|
|
3258
|
+
local: true,
|
|
3259
|
+
reason: "Ant Design X / antd Upload `fileList`, kept as `items` so an Ant X call site compiles unchanged."
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
field: "onChange",
|
|
3263
|
+
local: true,
|
|
3264
|
+
reason: "antd Upload's `{ file, fileList }` callback \u2014 not the controlled-vocabulary `onValueChange`."
|
|
3265
|
+
}
|
|
3266
|
+
]
|
|
3267
|
+
},
|
|
3268
|
+
AttachmentsSemanticProp: {
|
|
3269
|
+
group: "data-entry",
|
|
3270
|
+
file: "components/data-entry.prop.ts",
|
|
3271
|
+
vocabulary: []
|
|
3272
|
+
},
|
|
3273
|
+
AttachmentsOverflowProp: {
|
|
3274
|
+
group: "data-entry",
|
|
3275
|
+
file: "components/data-entry.prop.ts",
|
|
3276
|
+
vocabulary: []
|
|
3277
|
+
},
|
|
3278
|
+
AttachmentsPlaceholderProp: {
|
|
3279
|
+
group: "data-entry",
|
|
3280
|
+
file: "components/data-entry.prop.ts",
|
|
3281
|
+
vocabulary: ["IconProp", "TitleProp", "DescriptionProp"]
|
|
3282
|
+
},
|
|
3283
|
+
AttachmentsItemProp: {
|
|
3284
|
+
group: "data-entry",
|
|
3285
|
+
file: "components/data-entry.prop.ts",
|
|
3286
|
+
vocabulary: [
|
|
3287
|
+
"DescriptionProp",
|
|
3288
|
+
{
|
|
3289
|
+
field: "name",
|
|
3290
|
+
local: true,
|
|
3291
|
+
reason: "antd `UploadFile.name` \u2014 the file's own name as the browser reports it, not a `LabelProp` the caller writes."
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
field: "status",
|
|
3295
|
+
local: true,
|
|
3296
|
+
reason: "antd `UploadFile.status` (uploading/done/error/removed) \u2014 an upload's lifecycle, not the `StatusProp` tone vocabulary."
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
field: "size",
|
|
3300
|
+
local: true,
|
|
3301
|
+
reason: "antd `UploadFile.size` \u2014 the file's byte count, rendered through `formatBytes`. Not the `SizeProp` control-size ladder."
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
field: "error",
|
|
3305
|
+
local: true,
|
|
3306
|
+
reason: "antd `UploadFile.error` \u2014 whatever the failed request threw, carried opaquely. Not `ErrorProp`, which is a message a field shows."
|
|
3307
|
+
}
|
|
3308
|
+
]
|
|
3309
|
+
},
|
|
3310
|
+
AttachmentsRefProp: {
|
|
3311
|
+
group: "data-entry",
|
|
3312
|
+
file: "components/data-entry.prop.ts",
|
|
3313
|
+
vocabulary: []
|
|
3314
|
+
},
|
|
2940
3315
|
CardCoverProp: {
|
|
2941
3316
|
group: "data-display",
|
|
2942
3317
|
file: "components/data-display/card.tsx",
|
|
@@ -3424,6 +3799,177 @@ const COMPONENT_PROP_REGISTRY = {
|
|
|
3424
3799
|
"IdProp",
|
|
3425
3800
|
"ClassNameProp"
|
|
3426
3801
|
]
|
|
3802
|
+
},
|
|
3803
|
+
ConversationsItemProp: {
|
|
3804
|
+
group: "navigation",
|
|
3805
|
+
file: "components/navigation.prop.ts",
|
|
3806
|
+
vocabulary: ["LabelProp", "IconProp", "DisabledProp"]
|
|
3807
|
+
},
|
|
3808
|
+
ConversationsDividerProp: {
|
|
3809
|
+
group: "navigation",
|
|
3810
|
+
file: "components/navigation.prop.ts",
|
|
3811
|
+
vocabulary: [
|
|
3812
|
+
{
|
|
3813
|
+
field: "type",
|
|
3814
|
+
local: true,
|
|
3815
|
+
reason: "Ant Design X ItemType discriminant \u2014 the literal 'divider', not a styling axis"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
field: "dashed",
|
|
3819
|
+
local: true,
|
|
3820
|
+
reason: "Ant Design X DividerItemType.dashed \u2014 the rule's stroke, local to this row kind"
|
|
3821
|
+
}
|
|
3822
|
+
]
|
|
3823
|
+
},
|
|
3824
|
+
ConversationsEntryProp: {
|
|
3825
|
+
group: "navigation",
|
|
3826
|
+
file: "components/navigation.prop.ts",
|
|
3827
|
+
vocabulary: ["LabelProp", "IconProp", "DisabledProp"]
|
|
3828
|
+
},
|
|
3829
|
+
ConversationsMenuItemProp: {
|
|
3830
|
+
group: "navigation",
|
|
3831
|
+
file: "components/navigation.prop.ts",
|
|
3832
|
+
vocabulary: ["LabelProp", "IconProp", "DisabledProp", "ToneProp"]
|
|
3833
|
+
},
|
|
3834
|
+
ConversationsMenuProp: {
|
|
3835
|
+
group: "navigation",
|
|
3836
|
+
file: "components/navigation.prop.ts",
|
|
3837
|
+
vocabulary: ["ActionsProp", "OnClickProp", "LabelProp"]
|
|
3838
|
+
},
|
|
3839
|
+
ConversationsGroupableProp: {
|
|
3840
|
+
group: "navigation",
|
|
3841
|
+
file: "components/navigation.prop.ts",
|
|
3842
|
+
vocabulary: ["LabelProp", "OpenProp", "DefaultOpenProp", "OnOpenChangeProp"]
|
|
3843
|
+
},
|
|
3844
|
+
ConversationsCreationProp: {
|
|
3845
|
+
group: "navigation",
|
|
3846
|
+
file: "components/navigation.prop.ts",
|
|
3847
|
+
vocabulary: ["LabelProp", "IconProp", "DisabledProp", "OnClickProp"]
|
|
3848
|
+
},
|
|
3849
|
+
ConversationsProp: {
|
|
3850
|
+
group: "navigation",
|
|
3851
|
+
file: "components/navigation.prop.ts",
|
|
3852
|
+
vocabulary: [
|
|
3853
|
+
"ActionsProp",
|
|
3854
|
+
"ValueProp",
|
|
3855
|
+
"DefaultValueProp",
|
|
3856
|
+
"OnValueChangeProp",
|
|
3857
|
+
"LabelProp",
|
|
3858
|
+
"IdProp",
|
|
3859
|
+
"ClassNameProp"
|
|
3860
|
+
]
|
|
3861
|
+
},
|
|
3862
|
+
WelcomeVariantProp: {
|
|
3863
|
+
group: "data-display",
|
|
3864
|
+
file: "components/data-display.prop.ts",
|
|
3865
|
+
vocabulary: ["ControlVariantProp"]
|
|
3866
|
+
},
|
|
3867
|
+
WelcomeProp: {
|
|
3868
|
+
group: "data-display",
|
|
3869
|
+
file: "components/data-display.prop.ts",
|
|
3870
|
+
vocabulary: [
|
|
3871
|
+
"IconProp",
|
|
3872
|
+
"TitleProp",
|
|
3873
|
+
"DescriptionProp",
|
|
3874
|
+
"ExtraProp",
|
|
3875
|
+
"IdProp",
|
|
3876
|
+
"ClassNameProp"
|
|
3877
|
+
]
|
|
3878
|
+
},
|
|
3879
|
+
ActionsVariantProp: {
|
|
3880
|
+
group: "general",
|
|
3881
|
+
file: "components/general.prop.ts",
|
|
3882
|
+
vocabulary: ["ControlVariantProp"]
|
|
3883
|
+
},
|
|
3884
|
+
ActionsStatusProp: {
|
|
3885
|
+
group: "general",
|
|
3886
|
+
file: "components/general.prop.ts",
|
|
3887
|
+
vocabulary: ["StatusProp"]
|
|
3888
|
+
},
|
|
3889
|
+
ActionsFeedbackValueProp: {
|
|
3890
|
+
group: "general",
|
|
3891
|
+
file: "components/general.prop.ts",
|
|
3892
|
+
vocabulary: ["ValueProp"]
|
|
3893
|
+
},
|
|
3894
|
+
ActionsItemsProp: {
|
|
3895
|
+
group: "general",
|
|
3896
|
+
file: "components/general.prop.ts",
|
|
3897
|
+
vocabulary: ["LabelProp", "IconProp", "OnClickProp", "ActionsProp"]
|
|
3898
|
+
},
|
|
3899
|
+
ActionsProp: {
|
|
3900
|
+
group: "general",
|
|
3901
|
+
file: "components/general.prop.ts",
|
|
3902
|
+
vocabulary: ["ActionsProp", "OnClickProp", "LabelProp", "IdProp", "ClassNameProp"]
|
|
3903
|
+
},
|
|
3904
|
+
ActionsItemProp: {
|
|
3905
|
+
group: "general",
|
|
3906
|
+
file: "components/general.prop.ts",
|
|
3907
|
+
vocabulary: [
|
|
3908
|
+
"StatusProp",
|
|
3909
|
+
"IconProp",
|
|
3910
|
+
"LabelProp",
|
|
3911
|
+
"OnClickProp",
|
|
3912
|
+
"DisabledProp",
|
|
3913
|
+
"IdProp",
|
|
3914
|
+
"ClassNameProp"
|
|
3915
|
+
]
|
|
3916
|
+
},
|
|
3917
|
+
ThoughtChainStatusProp: {
|
|
3918
|
+
group: "data-display",
|
|
3919
|
+
file: "components/data-display.prop.ts",
|
|
3920
|
+
vocabulary: ["StatusProp"]
|
|
3921
|
+
},
|
|
3922
|
+
ThoughtChainLineProp: {
|
|
3923
|
+
group: "data-display",
|
|
3924
|
+
file: "components/data-display.prop.ts",
|
|
3925
|
+
vocabulary: ["OrientationProp"]
|
|
3926
|
+
},
|
|
3927
|
+
ThoughtChainVariantProp: {
|
|
3928
|
+
group: "data-display",
|
|
3929
|
+
file: "components/data-display.prop.ts",
|
|
3930
|
+
vocabulary: ["ControlVariantProp"]
|
|
3931
|
+
},
|
|
3932
|
+
ThoughtChainItemsProp: {
|
|
3933
|
+
group: "data-display",
|
|
3934
|
+
file: "components/data-display.prop.ts",
|
|
3935
|
+
vocabulary: ["IconProp", "TitleProp", "DescriptionProp", "FooterProp", "StatusProp"]
|
|
3936
|
+
},
|
|
3937
|
+
ThoughtChainProp: {
|
|
3938
|
+
group: "data-display",
|
|
3939
|
+
file: "components/data-display.prop.ts",
|
|
3940
|
+
vocabulary: [
|
|
3941
|
+
"OpenProp",
|
|
3942
|
+
"DefaultOpenProp",
|
|
3943
|
+
"OnOpenChangeProp",
|
|
3944
|
+
"LabelProp",
|
|
3945
|
+
"IdProp",
|
|
3946
|
+
"ClassNameProp"
|
|
3947
|
+
]
|
|
3948
|
+
},
|
|
3949
|
+
ActionsCopyProp: {
|
|
3950
|
+
group: "general",
|
|
3951
|
+
file: "components/general.prop.ts",
|
|
3952
|
+
vocabulary: ["IconProp", "LabelProp", "HandlerProp", "IdProp", "ClassNameProp"]
|
|
3953
|
+
},
|
|
3954
|
+
ActionsFeedbackProp: {
|
|
3955
|
+
group: "general",
|
|
3956
|
+
file: "components/general.prop.ts",
|
|
3957
|
+
vocabulary: ["ValueProp", "OnChangeProp", "LabelProp", "IdProp", "ClassNameProp"]
|
|
3958
|
+
},
|
|
3959
|
+
ThoughtChainItemProp: {
|
|
3960
|
+
group: "data-display",
|
|
3961
|
+
file: "components/data-display.prop.ts",
|
|
3962
|
+
vocabulary: [
|
|
3963
|
+
"TitleProp",
|
|
3964
|
+
"DescriptionProp",
|
|
3965
|
+
"IconProp",
|
|
3966
|
+
"StatusProp",
|
|
3967
|
+
"ControlVariantProp",
|
|
3968
|
+
"DisabledProp",
|
|
3969
|
+
"OnClickProp",
|
|
3970
|
+
"IdProp",
|
|
3971
|
+
"ClassNameProp"
|
|
3972
|
+
]
|
|
3427
3973
|
}
|
|
3428
3974
|
};
|
|
3429
3975
|
const PROP_ALIASES_FORBIDDEN = {
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
export type { ClassNameProp, ChildrenProp, IdProp, OpenProp, DefaultOpenProp, OnOpenChangeProp, HandlerProp, PendingProp, RequiredProp, DisabledProp, LabelProp, HelperProp, ErrorProp, ErrorBagProp, PlaceholderProp, NameProp, ValueProp, DefaultValueProp, OnValueChangeProp, OnChangeProp, OnClickProp, AsChildProp, FlushProp, WidthProp, ControlWidthProp, AllowClearProp, MaxTagCountProp, MaxTagPlaceholderProp, NotFoundContentProp, PopupMatchWidthProp, } from "./shared.prop.js";
|
|
3
3
|
export type { TitleProp, SubtitleProp, StatusProp, DescriptionProp, ExtraProp, FooterProp, ActionProp, IconProp, ConfirmLabelProp, CancelLabelProp, ActionsProp, EmptyMessageProp, } from "./content.prop.js";
|
|
4
4
|
export type { PageDensityProp, PageContainerVariantProp, CenteredShellWidthProp, CenteredShellAlignProp, CenteredShellPresetProp, ErrorSurfaceModeProp, ErrorSurfaceStatusProp, AuthShellPresetProp, MobileShellHeightProp, MobileShellWidthProp, OrientationProp, TableDensityProp, DensityProp, GapNameProp, PadProp, PadRawProp, PadSides, GapProp, GapStepProp, } from "./layout.prop.js";
|
|
5
|
-
export type { ButtonVariantProp, ButtonSizeProp, BadgeVariantProp, AppSettingPickerAppearanceProp, AppSettingToggleAppearanceProp, ShapeProp, AvatarShapeProp, TextSizeProp, TextToneProp, FontWeightProp, HeadingLevelProp, TextAlignProp, TextWhitespaceProp, SizeProp, ControlStatusProp, ControlVariantProp, FormLayoutProp, DescriptionsLayoutProp, BreakpointProp, ConfirmVariantProp, ToneProp, AlertVariantProp, SortDirectionProp, ColumnAlignProp, SortStateProp, RevealDelayProp, ActivityVariantProp, ActivityAnnounceProp, } from "./interaction.prop.js";
|
|
5
|
+
export type { ButtonVariantProp, ButtonSizeProp, BadgeVariantProp, AppSettingPickerAppearanceProp, AppSettingToggleAppearanceProp, ShapeProp, AvatarShapeProp, TextSizeProp, TextToneProp, FontWeightProp, HeadingLevelProp, TextAlignProp, TextWhitespaceProp, TypographyTypeProp, TitleLevelProp, TypographyCopyConfigProp, TypographyEditConfigProp, TypographyEllipsisConfigProp, TypographyActionsConfigProp, SizeProp, ControlStatusProp, ControlVariantProp, FormLayoutProp, DescriptionsLayoutProp, BreakpointProp, ConfirmVariantProp, ToneProp, AlertVariantProp, SortDirectionProp, ColumnAlignProp, SortStateProp, RevealDelayProp, ActivityVariantProp, ActivityAnnounceProp, } from "./interaction.prop.js";
|
|
6
6
|
export type { BreadcrumbItemProp, BreadcrumbProp, BreadcrumbItemMenuProp, BreadcrumbItemMenuEntryProp, BreadcrumbSeparatorProp, BreadcrumbItemRenderProp, } from "./navigation.prop.js";
|
|
7
7
|
export type { GetRowIdProp, GetRowLabelProp, OnRowClickProp, ColumnDefProp, TablePresetProp, TableColumnPriorityProp, TableCellIndentProp, SelectedIdsProp, OnSelectChangeProp, OnTableDensityChangeProp, TableRowToneProp, RowToneProp, OnSortChangeProp, OnSearchChangeProp, OnClearFiltersProp, HasActiveFiltersProp, StickyProp, ColumnFixedProp, ColumnFilterValueProp, ColumnFilterItemProp, ColumnFilterStateProp, OnColumnFilterChangeProp, ColumnCompareProp, ColumnSorterProp, TableSelectionItemProp, TableRowSelectionProp, TableExpandableProp, TableSummaryProp, TableScrollProp, TableStickyProp, OnRowProp, TablePaginationProp, DescriptionsColumnProp, DescriptionsSpanProp, DescriptionsItemsProp, } from "./data.prop.js";
|