c41e5063b7
Removed entire kbx-foundation-v36 directory as it's been replaced by the new KBX Foundation v4 patterns implemented in this session: - Registry-driven screen definitions - Density-aware UI adapter components - Feature module templates (ShadowRun, Models) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
153 lines
2.4 KiB
JSON
153 lines
2.4 KiB
JSON
[
|
|
{
|
|
"component": "KbxInput",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxNumberField",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxMoneyField",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxQuantityField",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxDateField",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxDateRange",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": [
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxSelect",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxLookup",
|
|
"group": "input",
|
|
"scenarioProfile": "common-input",
|
|
"states": []
|
|
},
|
|
{
|
|
"component": "KbxButton",
|
|
"group": "command",
|
|
"states": [
|
|
"default",
|
|
"disabled",
|
|
"loading",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxCommandBar",
|
|
"group": "command",
|
|
"states": [
|
|
"default",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxBulkActionBar",
|
|
"group": "command",
|
|
"states": [
|
|
"default",
|
|
"disabled"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxStatus",
|
|
"group": "feedback",
|
|
"states": [
|
|
"default"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxToast",
|
|
"group": "feedback",
|
|
"states": [
|
|
"default",
|
|
"error"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxDialog",
|
|
"group": "overlay",
|
|
"states": [
|
|
"default",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxDrawer",
|
|
"group": "overlay",
|
|
"states": [
|
|
"default",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxDataGrid",
|
|
"group": "grid",
|
|
"states": [
|
|
"default",
|
|
"keyboard",
|
|
"error"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxExcelImport",
|
|
"group": "template",
|
|
"states": [
|
|
"default",
|
|
"error",
|
|
"loading"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxTransactionPage",
|
|
"group": "template",
|
|
"states": [
|
|
"default",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxWmsMobilePage",
|
|
"group": "wms",
|
|
"states": [
|
|
"default",
|
|
"error",
|
|
"keyboard"
|
|
]
|
|
},
|
|
{
|
|
"component": "KbxApplicationShell",
|
|
"group": "shell",
|
|
"states": [
|
|
"default",
|
|
"keyboard"
|
|
]
|
|
}
|
|
]
|