{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_property_editors-input-list",
            "Provides access to a list of inputs"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "label",
                "selector": {
                    "css": ".slds-form-element__label"
                }
            },
            {
                "public": true,
                "name": "inputCards",
                "type": "utam-lightning/pageObjects/card",
                "selector": {
                    "css": "lightning-card"
                }
            },
            {
                "public": true,
                "name": "cardByIndex",
                "selector": {
                    "css": "lightning-card:nth-of-type(%d)",
                    "args": [
                        {
                            "name": "index",
                            "type": "number"
                        }
                    ]
                },
                "elements": [
                    {
                        "public": true,
                        "name": "title",
                        "selector": {
                            "css": "h3"
                        }
                    },
                    {
                        "public": true,
                        "name": "moveUpButton",
                        "selector": {
                            "css": "lightning-button-icon:nth-of-type(1)"
                        },
                        "type": "utam-lightning/pageObjects/buttonIcon"
                    },
                    {
                        "public": true,
                        "name": "moveDownButton",
                        "selector": {
                            "css": "lightning-button-icon:nth-of-type(2)"
                        },
                        "type": "utam-lightning/pageObjects/buttonIcon"
                    },
                    {
                        "public": true,
                        "name": "deleteButton",
                        "selector": {
                            "css": "lightning-button-icon:nth-of-type(3)"
                        },
                        "type": "utam-lightning/pageObjects/buttonIcon"
                    },
                    {
                        "public": true,
                        "name": "cardBodyContainer",
                        "selector": {
                            "css": "div.slds-border_top > :first-child"
                        },
                        "type": "container"
                    }
                ]
            }
        ]
    }
}