@godxjp/ui 5.0.2 → 6.0.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/README.md +101 -142
- package/dist/app/index.d.ts +140 -0
- package/dist/app/index.js +38 -0
- package/dist/app.prop-IobwLwaM.d.ts +90 -0
- package/dist/checkbox-NkFkqsQ8.d.ts +13 -0
- package/dist/chunk-2XW7J3EI.js +226 -0
- package/dist/chunk-3F2AKYRD.js +416 -0
- package/dist/chunk-3KPEZ5CF.js +37 -0
- package/dist/chunk-3UGU5TYP.js +89 -0
- package/dist/chunk-6RA3KSVK.js +588 -0
- package/dist/chunk-7NZFVD24.js +122 -0
- package/dist/chunk-7PWBC4BY.js +25 -0
- package/dist/chunk-7S7MYFXE.js +61 -0
- package/dist/chunk-7WRZG2IG.js +71 -0
- package/dist/chunk-B775Y6BE.js +1 -0
- package/dist/chunk-BHV2FUOA.js +111 -0
- package/dist/chunk-BI3HERR7.js +70 -0
- package/dist/chunk-BPSKQUL2.js +68 -0
- package/dist/chunk-CDWPQ5RP.js +187 -0
- package/dist/chunk-CP2LET6N.js +244 -0
- package/dist/chunk-CQBADMFG.js +20 -0
- package/dist/chunk-CRERCLIZ.js +33 -0
- package/dist/chunk-DU6ZYZRP.js +238 -0
- package/dist/chunk-DY5C44UP.js +55 -0
- package/dist/chunk-E4HJNQ62.js +117 -0
- package/dist/chunk-E76QIYSY.js +93 -0
- package/dist/chunk-F7PG4OEV.js +37 -0
- package/dist/chunk-GDSVW62T.js +171 -0
- package/dist/chunk-H2FHJOLU.js +178 -0
- package/dist/chunk-HJEBRCXL.js +55 -0
- package/dist/chunk-ICM6XBST.js +16 -0
- package/dist/chunk-IK7I3ABN.js +88 -0
- package/dist/chunk-L6J44O74.js +144 -0
- package/dist/chunk-LDSLS6HE.js +1 -0
- package/dist/chunk-LVNUHUEZ.js +191 -0
- package/dist/chunk-M64MVRLS.js +92 -0
- package/dist/chunk-NGQW3KEM.js +402 -0
- package/dist/chunk-NZ4FOC5N.js +559 -0
- package/dist/chunk-PIIRNAXA.js +26 -0
- package/dist/chunk-S66TJXJU.js +33 -0
- package/dist/chunk-SMLKNECP.js +133 -0
- package/dist/chunk-TAHBM3F2.js +66 -0
- package/dist/chunk-TO33OY4L.js +150 -0
- package/dist/chunk-TO7URV7U.js +51 -0
- package/dist/chunk-TOO5AEKL.js +81 -0
- package/dist/chunk-U3GHAOIJ.js +299 -0
- package/dist/chunk-U7N2A7A3.js +9 -0
- package/dist/chunk-UX634MYF.js +123 -0
- package/dist/chunk-V6UWJKZF.js +28 -0
- package/dist/chunk-VOHTRR5X.js +28 -0
- package/dist/chunk-WRFKVUPW.js +332 -0
- package/dist/chunk-WXW43RK5.js +24 -0
- package/dist/chunk-XG7XDYIM.js +60 -0
- package/dist/chunk-YFCQKO3B.js +842 -0
- package/dist/chunk-ZDWXGWLY.js +73 -0
- package/dist/chunk-ZLK5SPT6.js +11 -0
- package/dist/chunk-ZS6DTAM2.js +31 -0
- package/dist/chunk-ZT5UEUBO.js +1 -0
- package/dist/components/admin/index.d.ts +80 -0
- package/dist/components/admin/index.js +38 -0
- package/dist/components/data-display/badge.d.ts +12 -0
- package/dist/components/data-display/badge.js +3 -0
- package/dist/components/data-display/card.d.ts +87 -0
- package/dist/components/data-display/card.js +2 -0
- package/dist/components/data-display/index.d.ts +72 -0
- package/dist/components/data-display/index.js +89 -0
- package/dist/components/data-display/popover.d.ts +13 -0
- package/dist/components/data-display/popover.js +2 -0
- package/dist/components/data-display/scroll-area.d.ts +7 -0
- package/dist/components/data-display/scroll-area.js +2 -0
- package/dist/components/data-display/table.d.ts +10 -0
- package/dist/components/data-display/table.js +3 -0
- package/dist/components/data-entry/autocomplete.d.ts +16 -0
- package/dist/components/data-entry/autocomplete.js +8 -0
- package/dist/components/data-entry/calendar.d.ts +16 -0
- package/dist/components/data-entry/calendar.js +4 -0
- package/dist/components/data-entry/cascader.d.ts +32 -0
- package/dist/components/data-entry/cascader.js +13 -0
- package/dist/components/data-entry/checkbox.d.ts +13 -0
- package/dist/components/data-entry/checkbox.js +4 -0
- package/dist/components/data-entry/color-picker.d.ts +16 -0
- package/dist/components/data-entry/color-picker.js +6 -0
- package/dist/components/data-entry/command.d.ts +69 -0
- package/dist/components/data-entry/command.js +3 -0
- package/dist/components/data-entry/date-picker.d.ts +16 -0
- package/dist/components/data-entry/date-picker.js +8 -0
- package/dist/components/data-entry/date-range-picker.d.ts +16 -0
- package/dist/components/data-entry/date-range-picker.js +8 -0
- package/dist/components/data-entry/index.d.ts +53 -0
- package/dist/components/data-entry/index.js +152 -0
- package/dist/components/data-entry/input.d.ts +6 -0
- package/dist/components/data-entry/input.js +2 -0
- package/dist/components/data-entry/label.d.ts +8 -0
- package/dist/components/data-entry/label.js +2 -0
- package/dist/components/data-entry/radio.d.ts +24 -0
- package/dist/components/data-entry/radio.js +4 -0
- package/dist/components/data-entry/select.d.ts +18 -0
- package/dist/components/data-entry/select.js +3 -0
- package/dist/components/data-entry/slider.d.ts +16 -0
- package/dist/components/data-entry/slider.js +2 -0
- package/dist/components/data-entry/switch.d.ts +17 -0
- package/dist/components/data-entry/switch.js +2 -0
- package/dist/components/data-entry/textarea.d.ts +6 -0
- package/dist/components/data-entry/textarea.js +3 -0
- package/dist/components/data-entry/time-picker.d.ts +16 -0
- package/dist/components/data-entry/time-picker.js +7 -0
- package/dist/components/data-entry/transfer.d.ts +17 -0
- package/dist/components/data-entry/transfer.js +11 -0
- package/dist/components/data-entry/tree-select.d.ts +26 -0
- package/dist/components/data-entry/tree-select.js +13 -0
- package/dist/components/data-entry/upload.d.ts +42 -0
- package/dist/components/data-entry/upload.js +11 -0
- package/dist/components/feedback/alert.d.ts +60 -0
- package/dist/components/feedback/alert.js +7 -0
- package/dist/components/feedback/dialog.d.ts +64 -0
- package/dist/components/feedback/dialog.js +7 -0
- package/dist/components/feedback/index.d.ts +16 -0
- package/dist/components/feedback/index.js +14 -0
- package/dist/components/feedback/sheet.d.ts +24 -0
- package/dist/components/feedback/sheet.js +2 -0
- package/dist/components/feedback/sonner.d.ts +6 -0
- package/dist/components/feedback/sonner.js +1 -0
- package/dist/components/general/button.d.ts +20 -0
- package/dist/components/general/button.js +2 -0
- package/dist/components/general/index.d.ts +6 -0
- package/dist/components/general/index.js +2 -0
- package/dist/components/layout/index.d.ts +71 -0
- package/dist/components/layout/index.js +5 -0
- package/dist/components/navigation/dropdown-menu.d.ts +28 -0
- package/dist/components/navigation/dropdown-menu.js +2 -0
- package/dist/components/navigation/index.d.ts +32 -0
- package/dist/components/navigation/index.js +12 -0
- package/dist/components/navigation/pagination.d.ts +11 -0
- package/dist/components/navigation/pagination.js +7 -0
- package/dist/components/navigation/steps.d.ts +12 -0
- package/dist/components/navigation/steps.js +3 -0
- package/dist/components/navigation/tabs-items.d.ts +12 -0
- package/dist/components/navigation/tabs-items.js +3 -0
- package/dist/components/navigation/tabs.d.ts +12 -0
- package/dist/components/navigation/tabs.js +2 -0
- package/dist/components/query/index.d.ts +43 -0
- package/dist/components/query/index.js +8 -0
- package/dist/components/ui/index.d.ts +57 -0
- package/dist/components/ui/index.js +37 -0
- package/dist/content.prop-D1Dd3TAc.d.ts +31 -0
- package/dist/data-display.prop-DNTAzmDy.d.ts +58 -0
- package/dist/data-entry.prop-BEGA1lTq.d.ts +323 -0
- package/dist/data-table-D1u_rKLK.d.ts +83 -0
- package/dist/data.prop-BVvfKC_g.d.ts +41 -0
- package/dist/feedback.prop-BmxUlpAW.d.ts +64 -0
- package/dist/filter-bar-B7OGFO9S.d.ts +10 -0
- package/dist/form/index.d.ts +21 -0
- package/dist/form/index.js +4 -0
- package/dist/form.prop-BHgpuFFm.d.ts +41 -0
- package/dist/format-date-ByyZoqI5.d.ts +51 -0
- package/dist/general.prop-D7brMPNL.d.ts +16 -0
- package/dist/i18n/index.d.ts +217 -0
- package/dist/i18n/index.js +2 -0
- package/dist/index.d.ts +46 -26
- package/dist/index.js +39 -13062
- package/dist/inline-C5u6ptJV.d.ts +10 -0
- package/dist/interaction.prop-Cdn7wOtq.d.ts +25 -0
- package/dist/layout.prop-4TCNvyQZ.d.ts +20 -0
- package/dist/layout.prop-C795F0qg.d.ts +112 -0
- package/dist/lib/datetime/index.d.ts +31 -0
- package/dist/lib/datetime/index.js +1 -0
- package/dist/lib/utils.d.ts +5 -0
- package/dist/lib/utils.js +1 -0
- package/dist/navigation.prop-DpZqcXey.d.ts +78 -0
- package/dist/navigation.prop-DxBiClEH.d.ts +20 -0
- package/dist/props/components/index.d.ts +27 -0
- package/dist/props/components/index.js +1 -0
- package/dist/props/index.d.ts +28 -0
- package/dist/props/index.js +3 -0
- package/dist/props/registry.d.ts +649 -0
- package/dist/props/registry.js +1 -0
- package/dist/props/vocabulary/index.d.ts +7 -0
- package/dist/props/vocabulary/index.js +1 -0
- package/dist/query.prop-hIPrk2zI.d.ts +71 -0
- package/dist/search-input-uP01rY1L.d.ts +22 -0
- package/dist/shared.prop-BNRJc9K0.d.ts +45 -0
- package/dist/styles/alert-layout.css +191 -0
- package/dist/styles/badge-layout.css +22 -0
- package/dist/styles/card-layout.css +373 -0
- package/dist/styles/control.css +504 -0
- package/dist/styles/data-display-layout.css +246 -0
- package/dist/styles/density.css +43 -0
- package/dist/styles/dialog-layout.css +84 -0
- package/dist/styles/index.css +105 -0
- package/dist/styles/layout.css +479 -0
- package/dist/styles/shell-layout.css +604 -0
- package/dist/styles/table-layout.css +109 -0
- package/dist/theme/example.service.css +37 -0
- package/dist/tokens/base.css +13 -0
- package/dist/tokens/foundation.css +151 -0
- package/dist/tokens/primitives/badge.css +13 -0
- package/dist/tokens/primitives/card.css +29 -0
- package/dist/tokens/primitives/control.css +55 -0
- package/dist/tokens/primitives/feedback.css +17 -0
- package/dist/tokens/primitives/layout.css +20 -0
- package/dist/tokens/primitives/navigation.css +13 -0
- package/dist/tokens/primitives/table.css +10 -0
- package/dist/types-mvzYGrma.d.ts +37 -0
- package/dist/use-toast-Dol5bdY3.d.ts +34 -0
- package/package.json +279 -117
- package/scripts/ui-audit.mjs +179 -0
- package/BRAND.md +0 -296
- package/CHANGELOG.md +0 -668
- package/config/eslint.js +0 -54
- package/config/prettier.cjs +0 -20
- package/config/tsconfig.base.json +0 -22
- package/config/vitest.base.ts +0 -26
- package/dist/MiniMonth-YAmPGEpC.d.ts +0 -143
- package/dist/Table.types-BbsxoIYE.d.ts +0 -352
- package/dist/color-DO0qqUAb.d.ts +0 -38
- package/dist/components/composites.d.ts +0 -963
- package/dist/components/composites.js +0 -7343
- package/dist/components/composites.js.map +0 -1
- package/dist/components/primitives.d.ts +0 -2744
- package/dist/components/primitives.js +0 -7356
- package/dist/components/primitives.js.map +0 -1
- package/dist/components/shell.d.ts +0 -182
- package/dist/components/shell.js +0 -774
- package/dist/components/shell.js.map +0 -1
- package/dist/hooks.d.ts +0 -100
- package/dist/hooks.js +0 -558
- package/dist/hooks.js.map +0 -1
- package/dist/i18n.d.ts +0 -61
- package/dist/i18n.js +0 -860
- package/dist/i18n.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/padding-DY0JV5Ja.d.ts +0 -16
- package/dist/preferences.d.ts +0 -132
- package/dist/preferences.js +0 -262
- package/dist/preferences.js.map +0 -1
- package/dist/props.d.ts +0 -86
- package/dist/props.js +0 -16
- package/dist/props.js.map +0 -1
- package/dist/size-CQwNvOWd.d.ts +0 -19
- package/dist/types-LTj-2bl-.d.ts +0 -30
- package/dist/useTableViews-D5NIAJ7h.d.ts +0 -154
- package/src/tokens/tailwind.css +0 -158
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { ChoiceField, choiceGroupClassName } from './chunk-CQBADMFG.js';
|
|
2
|
+
import { cn } from './chunk-U7N2A7A3.js';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
5
|
+
import { Circle } from 'lucide-react';
|
|
6
|
+
import { jsx } from 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
var RadioGroupRoot = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
9
|
+
RadioGroupPrimitive.Root,
|
|
10
|
+
{
|
|
11
|
+
ref,
|
|
12
|
+
"data-slot": "radio-group",
|
|
13
|
+
className: cn("ui-choice-group", className),
|
|
14
|
+
...props
|
|
15
|
+
}
|
|
16
|
+
));
|
|
17
|
+
RadioGroupRoot.displayName = RadioGroupPrimitive.Root.displayName;
|
|
18
|
+
var RadioItem = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
19
|
+
RadioGroupPrimitive.Item,
|
|
20
|
+
{
|
|
21
|
+
ref,
|
|
22
|
+
"data-slot": "radio-group-item",
|
|
23
|
+
className: cn(
|
|
24
|
+
"ui-radio focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 shrink-0 shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",
|
|
25
|
+
className
|
|
26
|
+
),
|
|
27
|
+
...props,
|
|
28
|
+
children: /* @__PURE__ */ jsx(
|
|
29
|
+
RadioGroupPrimitive.Indicator,
|
|
30
|
+
{
|
|
31
|
+
"data-slot": "radio-group-indicator",
|
|
32
|
+
className: "ui-choice-indicator",
|
|
33
|
+
children: /* @__PURE__ */ jsx(Circle, { className: "ui-radio-icon", "aria-hidden": "true" })
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
RadioItem.displayName = RadioGroupPrimitive.Item.displayName;
|
|
39
|
+
function RadioGroupOptions({
|
|
40
|
+
value,
|
|
41
|
+
defaultValue,
|
|
42
|
+
onValueChange,
|
|
43
|
+
options,
|
|
44
|
+
orientation = "vertical",
|
|
45
|
+
disabled,
|
|
46
|
+
name,
|
|
47
|
+
className,
|
|
48
|
+
children
|
|
49
|
+
}) {
|
|
50
|
+
const reactId = React.useId();
|
|
51
|
+
if (options && options.length > 0) {
|
|
52
|
+
return /* @__PURE__ */ jsx(
|
|
53
|
+
RadioGroupRoot,
|
|
54
|
+
{
|
|
55
|
+
value,
|
|
56
|
+
defaultValue,
|
|
57
|
+
onValueChange,
|
|
58
|
+
disabled,
|
|
59
|
+
name,
|
|
60
|
+
"data-orientation": orientation,
|
|
61
|
+
className: choiceGroupClassName(orientation, className),
|
|
62
|
+
children: options.map((opt, index) => {
|
|
63
|
+
const id = `${reactId}-${opt.value}-${index}`;
|
|
64
|
+
return /* @__PURE__ */ jsx(ChoiceField, { id, label: opt.label, description: opt.description, children: /* @__PURE__ */ jsx(RadioItem, { id, value: opt.value, disabled: opt.disabled }) }, opt.value);
|
|
65
|
+
})
|
|
66
|
+
}
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
return /* @__PURE__ */ jsx(
|
|
70
|
+
RadioGroupRoot,
|
|
71
|
+
{
|
|
72
|
+
value,
|
|
73
|
+
defaultValue,
|
|
74
|
+
onValueChange,
|
|
75
|
+
disabled,
|
|
76
|
+
name,
|
|
77
|
+
"data-orientation": orientation,
|
|
78
|
+
className: choiceGroupClassName(orientation, className),
|
|
79
|
+
children
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
var Radio = Object.assign(RadioItem, {
|
|
84
|
+
Root: RadioGroupRoot,
|
|
85
|
+
Group: RadioGroupOptions,
|
|
86
|
+
Item: RadioItem
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
export { Radio, RadioGroupOptions, RadioGroupRoot, RadioItem };
|
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
// src/props/registry.ts
|
|
2
|
+
var VOCABULARY_REGISTRY = {
|
|
3
|
+
// shared.prop.ts
|
|
4
|
+
ClassNameProp: {
|
|
5
|
+
file: "vocabulary/shared.prop.ts",
|
|
6
|
+
category: "shared",
|
|
7
|
+
description: "Root CSS class override"
|
|
8
|
+
},
|
|
9
|
+
ChildrenProp: {
|
|
10
|
+
file: "vocabulary/shared.prop.ts",
|
|
11
|
+
category: "shared",
|
|
12
|
+
description: "Child nodes slot"
|
|
13
|
+
},
|
|
14
|
+
IdProp: {
|
|
15
|
+
file: "vocabulary/shared.prop.ts",
|
|
16
|
+
category: "shared",
|
|
17
|
+
description: "DOM / form element id"
|
|
18
|
+
},
|
|
19
|
+
OpenProp: {
|
|
20
|
+
file: "vocabulary/shared.prop.ts",
|
|
21
|
+
category: "shared",
|
|
22
|
+
description: "Dialog/Sheet/Popover open state"
|
|
23
|
+
},
|
|
24
|
+
OnOpenChangeProp: {
|
|
25
|
+
file: "vocabulary/shared.prop.ts",
|
|
26
|
+
category: "shared",
|
|
27
|
+
description: "Panel open change handler"
|
|
28
|
+
},
|
|
29
|
+
HandlerProp: {
|
|
30
|
+
file: "vocabulary/shared.prop.ts",
|
|
31
|
+
category: "shared",
|
|
32
|
+
description: "Void async/sync callback"
|
|
33
|
+
},
|
|
34
|
+
PendingProp: {
|
|
35
|
+
file: "vocabulary/shared.prop.ts",
|
|
36
|
+
category: "shared",
|
|
37
|
+
description: "Loading / in-flight state"
|
|
38
|
+
},
|
|
39
|
+
RequiredProp: {
|
|
40
|
+
file: "vocabulary/shared.prop.ts",
|
|
41
|
+
category: "shared",
|
|
42
|
+
description: "Field is mandatory"
|
|
43
|
+
},
|
|
44
|
+
DisabledProp: {
|
|
45
|
+
file: "vocabulary/shared.prop.ts",
|
|
46
|
+
category: "shared",
|
|
47
|
+
description: "Control disabled"
|
|
48
|
+
},
|
|
49
|
+
LabelProp: {
|
|
50
|
+
file: "vocabulary/shared.prop.ts",
|
|
51
|
+
category: "shared",
|
|
52
|
+
description: "Generic label text"
|
|
53
|
+
},
|
|
54
|
+
HelperProp: {
|
|
55
|
+
file: "vocabulary/shared.prop.ts",
|
|
56
|
+
category: "shared",
|
|
57
|
+
description: "Input hint below field"
|
|
58
|
+
},
|
|
59
|
+
ErrorProp: {
|
|
60
|
+
file: "vocabulary/shared.prop.ts",
|
|
61
|
+
category: "shared",
|
|
62
|
+
description: "Validation error message"
|
|
63
|
+
},
|
|
64
|
+
PlaceholderProp: {
|
|
65
|
+
file: "vocabulary/shared.prop.ts",
|
|
66
|
+
category: "shared",
|
|
67
|
+
description: "Input placeholder"
|
|
68
|
+
},
|
|
69
|
+
NameProp: {
|
|
70
|
+
file: "vocabulary/shared.prop.ts",
|
|
71
|
+
category: "shared",
|
|
72
|
+
description: "Form field name"
|
|
73
|
+
},
|
|
74
|
+
ValueProp: { file: "vocabulary/shared.prop.ts", category: "shared", description: "String value" },
|
|
75
|
+
OnChangeProp: {
|
|
76
|
+
file: "vocabulary/shared.prop.ts",
|
|
77
|
+
category: "shared",
|
|
78
|
+
description: "Input change handler"
|
|
79
|
+
},
|
|
80
|
+
OnClickProp: {
|
|
81
|
+
file: "vocabulary/shared.prop.ts",
|
|
82
|
+
category: "shared",
|
|
83
|
+
description: "Button click handler"
|
|
84
|
+
},
|
|
85
|
+
AsChildProp: {
|
|
86
|
+
file: "vocabulary/shared.prop.ts",
|
|
87
|
+
category: "shared",
|
|
88
|
+
description: "Radix asChild polymorphism"
|
|
89
|
+
},
|
|
90
|
+
// content.prop.ts
|
|
91
|
+
TitleProp: {
|
|
92
|
+
file: "vocabulary/content.prop.ts",
|
|
93
|
+
category: "content",
|
|
94
|
+
description: "Primary heading"
|
|
95
|
+
},
|
|
96
|
+
SubtitleProp: {
|
|
97
|
+
file: "vocabulary/content.prop.ts",
|
|
98
|
+
category: "content",
|
|
99
|
+
description: "Secondary line under title"
|
|
100
|
+
},
|
|
101
|
+
DescriptionProp: {
|
|
102
|
+
file: "vocabulary/content.prop.ts",
|
|
103
|
+
category: "content",
|
|
104
|
+
description: "Body / explanatory copy"
|
|
105
|
+
},
|
|
106
|
+
ExtraProp: {
|
|
107
|
+
file: "vocabulary/content.prop.ts",
|
|
108
|
+
category: "content",
|
|
109
|
+
description: "Top-right actions (Ant extra)"
|
|
110
|
+
},
|
|
111
|
+
FooterProp: {
|
|
112
|
+
file: "vocabulary/content.prop.ts",
|
|
113
|
+
category: "content",
|
|
114
|
+
description: "Bottom action bar"
|
|
115
|
+
},
|
|
116
|
+
ActionProp: {
|
|
117
|
+
file: "vocabulary/content.prop.ts",
|
|
118
|
+
category: "content",
|
|
119
|
+
description: "Primary CTA slot"
|
|
120
|
+
},
|
|
121
|
+
IconProp: {
|
|
122
|
+
file: "vocabulary/content.prop.ts",
|
|
123
|
+
category: "content",
|
|
124
|
+
description: "Lucide icon component"
|
|
125
|
+
},
|
|
126
|
+
ConfirmLabelProp: {
|
|
127
|
+
file: "vocabulary/content.prop.ts",
|
|
128
|
+
category: "content",
|
|
129
|
+
description: "Dialog confirm label"
|
|
130
|
+
},
|
|
131
|
+
CancelLabelProp: {
|
|
132
|
+
file: "vocabulary/content.prop.ts",
|
|
133
|
+
category: "content",
|
|
134
|
+
description: "Dialog cancel label"
|
|
135
|
+
},
|
|
136
|
+
ActionsProp: {
|
|
137
|
+
file: "vocabulary/content.prop.ts",
|
|
138
|
+
category: "content",
|
|
139
|
+
description: "Toolbar actions slot"
|
|
140
|
+
},
|
|
141
|
+
// layout.prop.ts
|
|
142
|
+
PageDensityProp: {
|
|
143
|
+
file: "vocabulary/layout.prop.ts",
|
|
144
|
+
category: "layout",
|
|
145
|
+
description: "Page padding / control scale"
|
|
146
|
+
},
|
|
147
|
+
PageContainerVariantProp: {
|
|
148
|
+
file: "vocabulary/layout.prop.ts",
|
|
149
|
+
category: "layout",
|
|
150
|
+
description: "Page shell layout \u2014 default, narrow, flush, ghost"
|
|
151
|
+
},
|
|
152
|
+
StackGapProp: {
|
|
153
|
+
file: "vocabulary/layout.prop.ts",
|
|
154
|
+
category: "layout",
|
|
155
|
+
description: "Vertical Stack gap"
|
|
156
|
+
},
|
|
157
|
+
InlineGapProp: {
|
|
158
|
+
file: "vocabulary/layout.prop.ts",
|
|
159
|
+
category: "layout",
|
|
160
|
+
description: "Horizontal Inline gap"
|
|
161
|
+
},
|
|
162
|
+
TableDensityProp: {
|
|
163
|
+
file: "vocabulary/layout.prop.ts",
|
|
164
|
+
category: "layout",
|
|
165
|
+
description: "DataTable row height \u2014 NOT PageDensityProp"
|
|
166
|
+
},
|
|
167
|
+
// interaction.prop.ts
|
|
168
|
+
ButtonVariantProp: {
|
|
169
|
+
file: "vocabulary/interaction.prop.ts",
|
|
170
|
+
category: "interaction",
|
|
171
|
+
description: "Button visual variant"
|
|
172
|
+
},
|
|
173
|
+
ButtonSizeProp: {
|
|
174
|
+
file: "vocabulary/interaction.prop.ts",
|
|
175
|
+
category: "interaction",
|
|
176
|
+
description: "Button size preset"
|
|
177
|
+
},
|
|
178
|
+
ConfirmVariantProp: {
|
|
179
|
+
file: "vocabulary/interaction.prop.ts",
|
|
180
|
+
category: "interaction",
|
|
181
|
+
description: "Dialog confirm emphasis"
|
|
182
|
+
},
|
|
183
|
+
StatusToneProp: {
|
|
184
|
+
file: "vocabulary/interaction.prop.ts",
|
|
185
|
+
category: "interaction",
|
|
186
|
+
description: "StatusBadge color tone"
|
|
187
|
+
},
|
|
188
|
+
AlertVariantProp: {
|
|
189
|
+
file: "vocabulary/interaction.prop.ts",
|
|
190
|
+
category: "interaction",
|
|
191
|
+
description: "Inline Alert banner tone"
|
|
192
|
+
},
|
|
193
|
+
SortDirectionProp: {
|
|
194
|
+
file: "vocabulary/interaction.prop.ts",
|
|
195
|
+
category: "interaction",
|
|
196
|
+
description: "asc | desc"
|
|
197
|
+
},
|
|
198
|
+
ColumnAlignProp: {
|
|
199
|
+
file: "vocabulary/interaction.prop.ts",
|
|
200
|
+
category: "interaction",
|
|
201
|
+
description: "Table column alignment"
|
|
202
|
+
},
|
|
203
|
+
SortStateProp: {
|
|
204
|
+
file: "vocabulary/interaction.prop.ts",
|
|
205
|
+
category: "interaction",
|
|
206
|
+
description: "Active table sort"
|
|
207
|
+
},
|
|
208
|
+
// navigation.prop.ts
|
|
209
|
+
BreadcrumbItemProp: {
|
|
210
|
+
file: "vocabulary/navigation.prop.ts",
|
|
211
|
+
category: "navigation",
|
|
212
|
+
description: "Single breadcrumb segment"
|
|
213
|
+
},
|
|
214
|
+
BreadcrumbProp: {
|
|
215
|
+
file: "vocabulary/navigation.prop.ts",
|
|
216
|
+
category: "navigation",
|
|
217
|
+
description: "Breadcrumb trail array"
|
|
218
|
+
},
|
|
219
|
+
PageTitleProp: {
|
|
220
|
+
file: "vocabulary/navigation.prop.ts",
|
|
221
|
+
category: "navigation",
|
|
222
|
+
description: "Alias of TitleProp in page context"
|
|
223
|
+
},
|
|
224
|
+
// data.prop.ts
|
|
225
|
+
GetRowIdProp: {
|
|
226
|
+
file: "vocabulary/data.prop.ts",
|
|
227
|
+
category: "data",
|
|
228
|
+
description: "Row ID extractor generic"
|
|
229
|
+
},
|
|
230
|
+
OnRowClickProp: {
|
|
231
|
+
file: "vocabulary/data.prop.ts",
|
|
232
|
+
category: "data",
|
|
233
|
+
description: "Row click handler generic"
|
|
234
|
+
},
|
|
235
|
+
ColumnDefProp: {
|
|
236
|
+
file: "vocabulary/data.prop.ts",
|
|
237
|
+
category: "data",
|
|
238
|
+
description: "DataTable column definition"
|
|
239
|
+
},
|
|
240
|
+
SelectedIdsProp: {
|
|
241
|
+
file: "vocabulary/data.prop.ts",
|
|
242
|
+
category: "data",
|
|
243
|
+
description: "Selected row ID set"
|
|
244
|
+
},
|
|
245
|
+
OnSelectChangeProp: {
|
|
246
|
+
file: "vocabulary/data.prop.ts",
|
|
247
|
+
category: "data",
|
|
248
|
+
description: "Selection change handler"
|
|
249
|
+
},
|
|
250
|
+
OnTableDensityChangeProp: {
|
|
251
|
+
file: "vocabulary/data.prop.ts",
|
|
252
|
+
category: "data",
|
|
253
|
+
description: "Table density change"
|
|
254
|
+
},
|
|
255
|
+
OnSortChangeProp: {
|
|
256
|
+
file: "vocabulary/data.prop.ts",
|
|
257
|
+
category: "data",
|
|
258
|
+
description: "Table sort change"
|
|
259
|
+
},
|
|
260
|
+
OnSearchChangeProp: {
|
|
261
|
+
file: "vocabulary/data.prop.ts",
|
|
262
|
+
category: "data",
|
|
263
|
+
description: "Debounced search callback"
|
|
264
|
+
},
|
|
265
|
+
OnClearFiltersProp: {
|
|
266
|
+
file: "vocabulary/data.prop.ts",
|
|
267
|
+
category: "data",
|
|
268
|
+
description: "FilterBar clear all"
|
|
269
|
+
},
|
|
270
|
+
HasActiveFiltersProp: {
|
|
271
|
+
file: "vocabulary/data.prop.ts",
|
|
272
|
+
category: "data",
|
|
273
|
+
description: "Any filter active flag"
|
|
274
|
+
}
|
|
275
|
+
};
|
|
276
|
+
var COMPONENT_PROP_REGISTRY = {
|
|
277
|
+
PageContainerProp: {
|
|
278
|
+
group: "layout",
|
|
279
|
+
file: "components/layout.prop.ts",
|
|
280
|
+
vocabulary: [
|
|
281
|
+
"PageTitleProp",
|
|
282
|
+
"SubtitleProp",
|
|
283
|
+
"ExtraProp",
|
|
284
|
+
"FooterProp",
|
|
285
|
+
"BreadcrumbProp",
|
|
286
|
+
"PageDensityProp",
|
|
287
|
+
"PageContainerVariantProp"
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
StackProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["StackGapProp"] },
|
|
291
|
+
InlineProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["InlineGapProp"] },
|
|
292
|
+
PageInsetProp: {
|
|
293
|
+
group: "layout",
|
|
294
|
+
file: "components/layout.prop.ts",
|
|
295
|
+
vocabulary: ["ChildrenProp", "ClassNameProp"]
|
|
296
|
+
},
|
|
297
|
+
AppShellProp: {
|
|
298
|
+
group: "layout",
|
|
299
|
+
file: "components/layout.prop.ts",
|
|
300
|
+
vocabulary: ["ChildrenProp"]
|
|
301
|
+
},
|
|
302
|
+
SidebarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
303
|
+
SidebarItemProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
304
|
+
SidebarSectionProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
305
|
+
SidebarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
306
|
+
TopbarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
307
|
+
TopbarProjectProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
308
|
+
TopbarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
|
|
309
|
+
PageHeaderProp: {
|
|
310
|
+
group: "layout",
|
|
311
|
+
file: "components/layout.prop.ts",
|
|
312
|
+
vocabulary: ["PageTitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"],
|
|
313
|
+
deprecated: true
|
|
314
|
+
},
|
|
315
|
+
ButtonProp: {
|
|
316
|
+
group: "general",
|
|
317
|
+
file: "components/general.prop.ts",
|
|
318
|
+
vocabulary: [
|
|
319
|
+
"ButtonVariantProp",
|
|
320
|
+
"ButtonSizeProp",
|
|
321
|
+
"AsChildProp",
|
|
322
|
+
"DisabledProp",
|
|
323
|
+
"OnClickProp"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
InputProp: {
|
|
327
|
+
group: "data-entry",
|
|
328
|
+
file: "components/data-entry.prop.ts",
|
|
329
|
+
vocabulary: ["PlaceholderProp", "ValueProp", "DisabledProp"]
|
|
330
|
+
},
|
|
331
|
+
TextareaProp: {
|
|
332
|
+
group: "data-entry",
|
|
333
|
+
file: "components/data-entry.prop.ts",
|
|
334
|
+
vocabulary: ["PlaceholderProp", "DisabledProp"]
|
|
335
|
+
},
|
|
336
|
+
FormFieldProp: {
|
|
337
|
+
group: "data-entry",
|
|
338
|
+
file: "components/data-entry.prop.ts",
|
|
339
|
+
vocabulary: ["IdProp", "LabelProp", "RequiredProp", "HelperProp", "ErrorProp"]
|
|
340
|
+
},
|
|
341
|
+
SearchInputProp: {
|
|
342
|
+
group: "data-entry",
|
|
343
|
+
file: "components/data-entry.prop.ts",
|
|
344
|
+
vocabulary: ["LabelProp", "PlaceholderProp", "OnSearchChangeProp"]
|
|
345
|
+
},
|
|
346
|
+
CheckboxProp: {
|
|
347
|
+
group: "data-entry",
|
|
348
|
+
file: "components/data-entry.prop.ts",
|
|
349
|
+
vocabulary: ["DisabledProp"]
|
|
350
|
+
},
|
|
351
|
+
CheckboxGroupProp: {
|
|
352
|
+
group: "data-entry",
|
|
353
|
+
file: "components/data-entry.prop.ts",
|
|
354
|
+
vocabulary: ["DisabledProp"]
|
|
355
|
+
},
|
|
356
|
+
ChoiceOptionProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
|
|
357
|
+
RadioProp: {
|
|
358
|
+
group: "data-entry",
|
|
359
|
+
file: "components/data-entry.prop.ts",
|
|
360
|
+
vocabulary: ["DisabledProp"]
|
|
361
|
+
},
|
|
362
|
+
RadioGroupProp: {
|
|
363
|
+
group: "data-entry",
|
|
364
|
+
file: "components/data-entry.prop.ts",
|
|
365
|
+
vocabulary: ["DisabledProp"]
|
|
366
|
+
},
|
|
367
|
+
SwitchProp: {
|
|
368
|
+
group: "data-entry",
|
|
369
|
+
file: "components/data-entry.prop.ts",
|
|
370
|
+
vocabulary: ["DisabledProp"]
|
|
371
|
+
},
|
|
372
|
+
SwitchFieldProp: {
|
|
373
|
+
group: "data-entry",
|
|
374
|
+
file: "components/data-entry.prop.ts",
|
|
375
|
+
vocabulary: [
|
|
376
|
+
"IdProp",
|
|
377
|
+
"LabelProp",
|
|
378
|
+
"RequiredProp",
|
|
379
|
+
"HelperProp",
|
|
380
|
+
"ErrorProp",
|
|
381
|
+
"DisabledProp",
|
|
382
|
+
"ClassNameProp"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
SliderProp: {
|
|
386
|
+
group: "data-entry",
|
|
387
|
+
file: "components/data-entry.prop.ts",
|
|
388
|
+
vocabulary: ["DisabledProp"]
|
|
389
|
+
},
|
|
390
|
+
CalendarProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
|
|
391
|
+
DatePickerProp: {
|
|
392
|
+
group: "data-entry",
|
|
393
|
+
file: "components/data-entry.prop.ts",
|
|
394
|
+
vocabulary: ["PlaceholderProp", "DisabledProp", "IdProp"]
|
|
395
|
+
},
|
|
396
|
+
DateRangePickerProp: {
|
|
397
|
+
group: "data-entry",
|
|
398
|
+
file: "components/data-entry.prop.ts",
|
|
399
|
+
vocabulary: ["PlaceholderProp", "DisabledProp", "IdProp"]
|
|
400
|
+
},
|
|
401
|
+
TimePickerProp: {
|
|
402
|
+
group: "data-entry",
|
|
403
|
+
file: "components/data-entry.prop.ts",
|
|
404
|
+
vocabulary: ["DisabledProp"]
|
|
405
|
+
},
|
|
406
|
+
ColorPickerProp: {
|
|
407
|
+
group: "data-entry",
|
|
408
|
+
file: "components/data-entry.prop.ts",
|
|
409
|
+
vocabulary: ["DisabledProp", "IdProp"]
|
|
410
|
+
},
|
|
411
|
+
AutocompleteProp: {
|
|
412
|
+
group: "data-entry",
|
|
413
|
+
file: "components/data-entry.prop.ts",
|
|
414
|
+
vocabulary: ["PlaceholderProp", "ValueProp", "DisabledProp", "IdProp"]
|
|
415
|
+
},
|
|
416
|
+
UploadProp: {
|
|
417
|
+
group: "data-entry",
|
|
418
|
+
file: "components/data-entry.prop.ts",
|
|
419
|
+
vocabulary: ["DisabledProp", "ClassNameProp"]
|
|
420
|
+
},
|
|
421
|
+
UploadFileItemProp: {
|
|
422
|
+
group: "data-entry",
|
|
423
|
+
file: "components/data-entry.prop.ts",
|
|
424
|
+
vocabulary: []
|
|
425
|
+
},
|
|
426
|
+
UploadVariantProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
|
|
427
|
+
TreeOptionProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
|
|
428
|
+
TreeFieldNamesProp: {
|
|
429
|
+
group: "data-entry",
|
|
430
|
+
file: "components/data-entry.prop.ts",
|
|
431
|
+
vocabulary: []
|
|
432
|
+
},
|
|
433
|
+
CascaderProp: {
|
|
434
|
+
group: "data-entry",
|
|
435
|
+
file: "components/data-entry.prop.ts",
|
|
436
|
+
vocabulary: ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
|
|
437
|
+
},
|
|
438
|
+
TreeSelectProp: {
|
|
439
|
+
group: "data-entry",
|
|
440
|
+
file: "components/data-entry.prop.ts",
|
|
441
|
+
vocabulary: ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
|
|
442
|
+
},
|
|
443
|
+
ShowCheckedStrategyProp: {
|
|
444
|
+
group: "data-entry",
|
|
445
|
+
file: "components/data-entry.prop.ts",
|
|
446
|
+
vocabulary: []
|
|
447
|
+
},
|
|
448
|
+
TransferProp: {
|
|
449
|
+
group: "data-entry",
|
|
450
|
+
file: "components/data-entry.prop.ts",
|
|
451
|
+
vocabulary: ["DisabledProp", "ClassNameProp"]
|
|
452
|
+
},
|
|
453
|
+
TransferItemProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
|
|
454
|
+
EmptyStateProp: {
|
|
455
|
+
group: "data-display",
|
|
456
|
+
file: "components/data-display.prop.ts",
|
|
457
|
+
vocabulary: ["IconProp", "TitleProp", "DescriptionProp", "ActionProp"]
|
|
458
|
+
},
|
|
459
|
+
KeyValueGridProp: {
|
|
460
|
+
group: "data-display",
|
|
461
|
+
file: "components/data-display.prop.ts",
|
|
462
|
+
vocabulary: []
|
|
463
|
+
},
|
|
464
|
+
StatusBadgeProp: {
|
|
465
|
+
group: "data-display",
|
|
466
|
+
file: "components/data-display.prop.ts",
|
|
467
|
+
vocabulary: ["StatusToneProp"]
|
|
468
|
+
},
|
|
469
|
+
DataTableProp: {
|
|
470
|
+
group: "data-display",
|
|
471
|
+
file: "components/data-display.prop.ts",
|
|
472
|
+
vocabulary: ["ColumnDefProp", "TableDensityProp", "SortStateProp", "SelectedIdsProp"]
|
|
473
|
+
},
|
|
474
|
+
BadgeProp: { group: "data-display", file: "components/data-display.prop.ts", vocabulary: [] },
|
|
475
|
+
DialogConfirmProp: {
|
|
476
|
+
group: "feedback",
|
|
477
|
+
file: "components/feedback.prop.ts",
|
|
478
|
+
vocabulary: [
|
|
479
|
+
"OpenProp",
|
|
480
|
+
"OnOpenChangeProp",
|
|
481
|
+
"TitleProp",
|
|
482
|
+
"DescriptionProp",
|
|
483
|
+
"ConfirmLabelProp",
|
|
484
|
+
"CancelLabelProp",
|
|
485
|
+
"ConfirmVariantProp",
|
|
486
|
+
"HandlerProp",
|
|
487
|
+
"PendingProp"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
DataStateProp: { group: "query", file: "components/query.prop.ts", vocabulary: ["HandlerProp"] },
|
|
491
|
+
MutationFeedbackProp: {
|
|
492
|
+
group: "query",
|
|
493
|
+
file: "components/query.prop.ts",
|
|
494
|
+
vocabulary: ["HandlerProp"]
|
|
495
|
+
},
|
|
496
|
+
QueryRefetchButtonProp: { group: "query", file: "components/query.prop.ts", vocabulary: [] },
|
|
497
|
+
InfiniteQueryStateProp: {
|
|
498
|
+
group: "query",
|
|
499
|
+
file: "components/query.prop.ts",
|
|
500
|
+
vocabulary: ["HandlerProp"]
|
|
501
|
+
},
|
|
502
|
+
PrefetchLinkProp: { group: "query", file: "components/query.prop.ts", vocabulary: [] },
|
|
503
|
+
AlertQueryErrorProp: {
|
|
504
|
+
group: "feedback",
|
|
505
|
+
file: "components/feedback.prop.ts",
|
|
506
|
+
vocabulary: ["HandlerProp"]
|
|
507
|
+
},
|
|
508
|
+
AlertProp: {
|
|
509
|
+
group: "feedback",
|
|
510
|
+
file: "components/feedback.prop.ts",
|
|
511
|
+
vocabulary: ["AlertVariantProp", "IconProp", "HandlerProp", "ClassNameProp", "ChildrenProp"]
|
|
512
|
+
},
|
|
513
|
+
AlertTitleProp: {
|
|
514
|
+
group: "feedback",
|
|
515
|
+
file: "components/feedback.prop.ts",
|
|
516
|
+
vocabulary: ["ClassNameProp", "ChildrenProp"]
|
|
517
|
+
},
|
|
518
|
+
AlertContentProp: {
|
|
519
|
+
group: "feedback",
|
|
520
|
+
file: "components/feedback.prop.ts",
|
|
521
|
+
vocabulary: ["ClassNameProp", "ChildrenProp"]
|
|
522
|
+
},
|
|
523
|
+
AlertDescriptionProp: {
|
|
524
|
+
group: "feedback",
|
|
525
|
+
file: "components/feedback.prop.ts",
|
|
526
|
+
vocabulary: ["ClassNameProp", "ChildrenProp"]
|
|
527
|
+
},
|
|
528
|
+
AlertActionsProp: {
|
|
529
|
+
group: "feedback",
|
|
530
|
+
file: "components/feedback.prop.ts",
|
|
531
|
+
vocabulary: ["ClassNameProp", "ChildrenProp"]
|
|
532
|
+
},
|
|
533
|
+
SkeletonRowsProp: { group: "feedback", file: "components/feedback.prop.ts", vocabulary: [] },
|
|
534
|
+
FilterBarProp: {
|
|
535
|
+
group: "navigation",
|
|
536
|
+
file: "components/navigation.prop.ts",
|
|
537
|
+
vocabulary: ["OnClearFiltersProp", "HasActiveFiltersProp", "ChildrenProp"]
|
|
538
|
+
},
|
|
539
|
+
FilterGroupProp: {
|
|
540
|
+
group: "navigation",
|
|
541
|
+
file: "components/navigation.prop.ts",
|
|
542
|
+
vocabulary: ["LabelProp", "ChildrenProp"]
|
|
543
|
+
},
|
|
544
|
+
PaginationProp: {
|
|
545
|
+
group: "navigation",
|
|
546
|
+
file: "components/navigation.prop.ts",
|
|
547
|
+
vocabulary: ["DisabledProp", "ClassNameProp"]
|
|
548
|
+
},
|
|
549
|
+
StepsProp: {
|
|
550
|
+
group: "navigation",
|
|
551
|
+
file: "components/navigation.prop.ts",
|
|
552
|
+
vocabulary: ["ClassNameProp"]
|
|
553
|
+
},
|
|
554
|
+
StepItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
|
|
555
|
+
StepStatusProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
|
|
556
|
+
TabsItemsProp: {
|
|
557
|
+
group: "navigation",
|
|
558
|
+
file: "components/navigation.prop.ts",
|
|
559
|
+
vocabulary: ["ClassNameProp"]
|
|
560
|
+
},
|
|
561
|
+
TabItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
|
|
562
|
+
FormRootProp: {
|
|
563
|
+
group: "form",
|
|
564
|
+
file: "components/form.prop.ts",
|
|
565
|
+
vocabulary: ["UseZodFormReturnProp", "ZodSchemaProp"]
|
|
566
|
+
},
|
|
567
|
+
FormFieldControlProp: {
|
|
568
|
+
group: "form",
|
|
569
|
+
file: "components/form.prop.ts",
|
|
570
|
+
vocabulary: ["LabelProp", "RequiredProp", "HelperProp", "ErrorProp"]
|
|
571
|
+
},
|
|
572
|
+
UseZodFormOptionsProp: {
|
|
573
|
+
group: "form",
|
|
574
|
+
file: "components/form.prop.ts",
|
|
575
|
+
vocabulary: ["ZodSchemaProp"]
|
|
576
|
+
}
|
|
577
|
+
};
|
|
578
|
+
var PROP_ALIASES_FORBIDDEN = {
|
|
579
|
+
description: "Use SubtitleProp (pages) or DescriptionProp (dialogs/empty states)",
|
|
580
|
+
actions: "Use ExtraProp (page header) or ActionsProp (toolbars)",
|
|
581
|
+
density: "Disambiguate: PageDensityProp vs TableDensityProp",
|
|
582
|
+
gap: "Disambiguate: StackGapProp vs InlineGapProp",
|
|
583
|
+
onClear: "Use OnClearFiltersProp",
|
|
584
|
+
pending: "Use PendingProp",
|
|
585
|
+
loading: "Use PendingProp or DataStateProp (query group)"
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
export { COMPONENT_PROP_REGISTRY, PROP_ALIASES_FORBIDDEN, VOCABULARY_REGISTRY };
|