V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,152 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user