{
  "version": "experimental",
  "tags": [
    {
      "name": "ef-color-picker",
      "description": "\nColor picker control",
      "attributes": [
        {
          "name": "allow-nocolor",
          "description": "Set the color dialog to activate no-color option",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "opened",
          "description": "Toggles the opened state of the dialog",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "readonly",
          "description": "Set readonly state",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "disabled",
          "description": "Set disabled state",
          "type": "boolean",
          "default": "false"
        }
      ],
      "properties": [
        {
          "name": "allowNocolor",
          "attribute": "allow-nocolor",
          "description": "Set the color dialog to activate no-color option",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "opened",
          "attribute": "opened",
          "description": "Toggles the opened state of the dialog",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "readonly",
          "attribute": "readonly",
          "description": "Set readonly state",
          "type": "boolean",
          "default": "false"
        },
        {
          "name": "disabled",
          "attribute": "disabled",
          "description": "Set disabled state",
          "type": "boolean",
          "default": "false"
        }
      ],
      "events": [
        {
          "name": "value-changed",
          "description": "Fired when the user commits a value change. The event is not triggered if `value` property is changed programmatically."
        }
      ]
    }
  ]
}