V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,331 @@
|
||||
[
|
||||
{
|
||||
"component": "KbxInput",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxNumberField",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxMoneyField",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxQuantityField",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxDateField",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxDateRange",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxSelect",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxLookup",
|
||||
"group": "input",
|
||||
"scenarioProfile": "common-input",
|
||||
"states": [
|
||||
"default",
|
||||
"required",
|
||||
"readonly",
|
||||
"disabled",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxButton",
|
||||
"group": "command",
|
||||
"states": [
|
||||
"default",
|
||||
"disabled",
|
||||
"loading",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxCommandBar",
|
||||
"group": "command",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxSearchPanel",
|
||||
"group": "command",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxPageHeader",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxFormSection",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxBulkActionBar",
|
||||
"group": "command",
|
||||
"states": [
|
||||
"default",
|
||||
"disabled"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxIntegrationState",
|
||||
"group": "feedback",
|
||||
"states": [
|
||||
"default",
|
||||
"loading",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxStatus",
|
||||
"group": "feedback",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxToast",
|
||||
"group": "feedback",
|
||||
"states": [
|
||||
"default",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxConfirm",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxDialog",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxDrawer",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxDataGrid",
|
||||
"group": "grid",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxExcelMenu",
|
||||
"group": "command",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxExcelImport",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default",
|
||||
"error",
|
||||
"loading"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxJobProgress",
|
||||
"group": "feedback",
|
||||
"states": [
|
||||
"default",
|
||||
"loading",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxAuditTrail",
|
||||
"group": "feedback",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxHelpPanel",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxAiPanel",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"loading"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxProposalPanel",
|
||||
"group": "overlay",
|
||||
"states": [
|
||||
"default",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxListPage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxMasterPage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxTransactionPage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxMasterDetailPage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxQueuePage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxReconcilePage",
|
||||
"group": "template",
|
||||
"states": [
|
||||
"default",
|
||||
"error"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxWmsMobilePage",
|
||||
"group": "wms",
|
||||
"states": [
|
||||
"default",
|
||||
"error",
|
||||
"keyboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"component": "KbxApplicationShell",
|
||||
"group": "shell",
|
||||
"states": [
|
||||
"default",
|
||||
"keyboard"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user