{
  "type": "Program",
  "start": 0,
  "end": 4674,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 120,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Plugin"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 35,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 35
          }
        },
        "value": "../core/plugin",
        "rawValue": "../core/plugin",
        "raw": "'../core/plugin'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 37,
      "end": 59,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 22
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 44,
          "end": 47,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 10
            }
          },
          "local": {
            "type": "Identifier",
            "start": 44,
            "end": 47,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 10
              }
            },
            "name": "Vue"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 53,
        "end": 58,
        "loc": {
          "start": {
            "line": 2,
            "column": 16
          },
          "end": {
            "line": 2,
            "column": 21
          }
        },
        "value": "vue",
        "rawValue": "vue",
        "raw": "'vue'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 61,
      "end": 4673,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 119,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 76,
        "end": 4673,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 119,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 82,
          "end": 96,
          "loc": {
            "start": {
              "line": 4,
              "column": 21
            },
            "end": {
              "line": 4,
              "column": 35
            }
          },
          "name": "VueIntegration"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 97,
          "end": 4673,
          "loc": {
            "start": {
              "line": 4,
              "column": 36
            },
            "end": {
              "line": 119,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 103,
              "end": 1155,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 25,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 103,
                "end": 114,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4
                  },
                  "end": {
                    "line": 5,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 114,
                "end": 1155,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 15
                  },
                  "end": {
                    "line": 25,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 115,
                    "end": 122,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 23
                      }
                    },
                    "name": "plugins"
                  },
                  {
                    "type": "ObjectPattern",
                    "start": 135,
                    "end": 155,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 36
                      },
                      "end": {
                        "line": 5,
                        "column": 56
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 136,
                        "end": 143,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 37
                          },
                          "end": {
                            "line": 5,
                            "column": 44
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 136,
                          "end": 143,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 37
                            },
                            "end": {
                              "line": 5,
                              "column": 44
                            }
                          },
                          "name": "timeout",
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 136,
                          "end": 143,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 37
                            },
                            "end": {
                              "line": 5,
                              "column": 44
                            }
                          },
                          "name": "timeout",
                          "leadingComments": [
                            {
                              "type": "Block",
                              "value": "options",
                              "start": 124,
                              "end": 135,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 25
                                },
                                "end": {
                                  "line": 5,
                                  "column": 36
                                }
                              },
                              "range": [
                                124,
                                135
                              ]
                            }
                          ],
                          "trailingComments": [
                            {
                              "type": "Block",
                              "value": "seconds",
                              "start": 143,
                              "end": 154,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 44
                                },
                                "end": {
                                  "line": 5,
                                  "column": 55
                                }
                              },
                              "range": [
                                143,
                                154
                              ]
                            }
                          ]
                        },
                        "leadingComments": null,
                        "trailingComments": [
                          {
                            "type": "Block",
                            "value": "seconds",
                            "start": 143,
                            "end": 154,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 44
                              },
                              "end": {
                                "line": 5,
                                "column": 55
                              }
                            },
                            "range": [
                              143,
                              154
                            ]
                          }
                        ]
                      }
                    ],
                    "leadingComments": [
                      {
                        "type": "Block",
                        "value": "options",
                        "start": 124,
                        "end": 135,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 25
                          },
                          "end": {
                            "line": 5,
                            "column": 36
                          }
                        },
                        "range": [
                          124,
                          135
                        ]
                      }
                    ]
                  },
                  {
                    "type": "ObjectPattern",
                    "start": 174,
                    "end": 208,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 75
                      },
                      "end": {
                        "line": 5,
                        "column": 109
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 175,
                        "end": 180,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 76
                          },
                          "end": {
                            "line": 5,
                            "column": 81
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 175,
                          "end": 180,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 76
                            },
                            "end": {
                              "line": 5,
                              "column": 81
                            }
                          },
                          "name": "toast",
                          "leadingComments": null
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 175,
                          "end": 180,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 76
                            },
                            "end": {
                              "line": 5,
                              "column": 81
                            }
                          },
                          "name": "toast",
                          "leadingComments": [
                            {
                              "type": "Block",
                              "value": "vueComponents",
                              "start": 157,
                              "end": 174,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 58
                                },
                                "end": {
                                  "line": 5,
                                  "column": 75
                                }
                              },
                              "range": [
                                157,
                                174
                              ]
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      {
                        "type": "Property",
                        "start": 182,
                        "end": 187,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 83
                          },
                          "end": {
                            "line": 5,
                            "column": 88
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 182,
                          "end": 187,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 83
                            },
                            "end": {
                              "line": 5,
                              "column": 88
                            }
                          },
                          "name": "label"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 182,
                          "end": 187,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 83
                            },
                            "end": {
                              "line": 5,
                              "column": 88
                            }
                          },
                          "name": "label"
                        }
                      },
                      {
                        "type": "Property",
                        "start": 189,
                        "end": 194,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 90
                          },
                          "end": {
                            "line": 5,
                            "column": 95
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 189,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 90
                            },
                            "end": {
                              "line": 5,
                              "column": 95
                            }
                          },
                          "name": "modal"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 189,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 90
                            },
                            "end": {
                              "line": 5,
                              "column": 95
                            }
                          },
                          "name": "modal"
                        }
                      },
                      {
                        "type": "Property",
                        "start": 196,
                        "end": 207,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 97
                          },
                          "end": {
                            "line": 5,
                            "column": 108
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 196,
                          "end": 207,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 97
                            },
                            "end": {
                              "line": 5,
                              "column": 108
                            }
                          },
                          "name": "buttonPanel"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 196,
                          "end": 207,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 97
                            },
                            "end": {
                              "line": 5,
                              "column": 108
                            }
                          },
                          "name": "buttonPanel"
                        }
                      }
                    ],
                    "leadingComments": [
                      {
                        "type": "Block",
                        "value": "options",
                        "start": 124,
                        "end": 135,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 25
                          },
                          "end": {
                            "line": 5,
                            "column": 36
                          }
                        },
                        "range": [
                          124,
                          135
                        ]
                      },
                      {
                        "type": "Block",
                        "value": "seconds",
                        "start": 143,
                        "end": 154,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 44
                          },
                          "end": {
                            "line": 5,
                            "column": 55
                          }
                        },
                        "range": [
                          143,
                          154
                        ]
                      }
                    ]
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 210,
                  "end": 1155,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 111
                    },
                    "end": {
                      "line": 25,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 220,
                      "end": 243,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 220,
                        "end": 242,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 220,
                          "end": 232,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 220,
                            "end": 224,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 225,
                            "end": 232,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 13
                              },
                              "end": {
                                "line": 6,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 235,
                          "end": 242,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 23
                            },
                            "end": {
                              "line": 6,
                              "column": 30
                            }
                          },
                          "name": "plugins"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 252,
                      "end": 280,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 252,
                        "end": 279,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 252,
                          "end": 264,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 252,
                            "end": 256,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 257,
                            "end": 264,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 20
                              }
                            },
                            "name": "timeout"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 267,
                          "end": 279,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 23
                            },
                            "end": {
                              "line": 7,
                              "column": 35
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 267,
                            "end": 274,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 23
                              },
                              "end": {
                                "line": 7,
                                "column": 30
                              }
                            },
                            "name": "timeout"
                          },
                          "operator": "||",
                          "right": {
                            "type": "Literal",
                            "start": 278,
                            "end": 279,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 34
                              },
                              "end": {
                                "line": 7,
                                "column": 35
                              }
                            },
                            "value": 5,
                            "rawValue": 5,
                            "raw": "5"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 289,
                      "end": 308,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 289,
                        "end": 307,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 289,
                          "end": 299,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 289,
                            "end": 293,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 294,
                            "end": 299,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 18
                              }
                            },
                            "name": "toast"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 302,
                          "end": 307,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 21
                            },
                            "end": {
                              "line": 8,
                              "column": 26
                            }
                          },
                          "name": "toast"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 317,
                      "end": 336,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 317,
                        "end": 335,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 317,
                          "end": 327,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 317,
                            "end": 321,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 322,
                            "end": 327,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 18
                              }
                            },
                            "name": "label"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 330,
                          "end": 335,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 21
                            },
                            "end": {
                              "line": 9,
                              "column": 26
                            }
                          },
                          "name": "label"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 345,
                      "end": 364,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 345,
                        "end": 363,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 345,
                          "end": 355,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 345,
                            "end": 349,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 350,
                            "end": 355,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 18
                              }
                            },
                            "name": "modal"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 358,
                          "end": 363,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 21
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "name": "modal"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 373,
                      "end": 404,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 373,
                        "end": 403,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 373,
                          "end": 389,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 373,
                            "end": 377,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 378,
                            "end": 389,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 24
                              }
                            },
                            "name": "buttonPanel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 392,
                          "end": 403,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 27
                            },
                            "end": {
                              "line": 11,
                              "column": 38
                            }
                          },
                          "name": "buttonPanel"
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " request* wrappers to dispatch to methods",
                          "start": 413,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 51
                            }
                          },
                          "range": [
                            413,
                            456
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 465,
                      "end": 483,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 26
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 471,
                          "end": 482,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 14
                            },
                            "end": {
                              "line": 13,
                              "column": 25
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 471,
                            "end": 475,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 14
                              },
                              "end": {
                                "line": 13,
                                "column": 18
                              }
                            },
                            "name": "self",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ThisExpression",
                            "start": 478,
                            "end": 482,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 21
                              },
                              "end": {
                                "line": 13,
                                "column": 25
                              }
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " request* wrappers to dispatch to methods",
                          "start": 413,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 51
                            }
                          },
                          "range": [
                            413,
                            456
                          ]
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 492,
                      "end": 884,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 498,
                          "end": 883,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 14
                            },
                            "end": {
                              "line": 19,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 498,
                            "end": 517,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 14
                              },
                              "end": {
                                "line": 14,
                                "column": 33
                              }
                            },
                            "name": "pluginEventListener"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 520,
                            "end": 883,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 36
                              },
                              "end": {
                                "line": 19,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 534,
                                "end": 605,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 83
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 535,
                                  "end": 561,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 535,
                                    "end": 548,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 535,
                                      "end": 541,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 19
                                        }
                                      },
                                      "name": "Plugin"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 542,
                                      "end": 548,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 26
                                        }
                                      },
                                      "name": "Events"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 549,
                                    "end": 561,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 39
                                      }
                                    },
                                    "name": "RequestToast"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 562,
                                  "end": 605,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 83
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 563,
                                      "end": 566,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 44
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 568,
                                    "end": 605,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 83
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 570,
                                        "end": 603,
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 81
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 577,
                                          "end": 602,
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 577,
                                            "end": 591,
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 69
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 577,
                                              "end": 581,
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 59
                                                }
                                              },
                                              "name": "self"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 582,
                                              "end": 591,
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 69
                                                }
                                              },
                                              "name": "showToast"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "start": 592,
                                              "end": 596,
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 74
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 598,
                                              "end": 601,
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 79
                                                }
                                              },
                                              "name": "arg"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "Property",
                                "start": 619,
                                "end": 690,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 83
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 620,
                                  "end": 646,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 620,
                                    "end": 633,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 620,
                                      "end": 626,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 19
                                        }
                                      },
                                      "name": "Plugin"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 627,
                                      "end": 633,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 26
                                        }
                                      },
                                      "name": "Events"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 634,
                                    "end": 646,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 39
                                      }
                                    },
                                    "name": "RequestLabel"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 647,
                                  "end": 690,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 83
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 648,
                                      "end": 651,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 44
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 653,
                                    "end": 690,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 83
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 655,
                                        "end": 688,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 81
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 662,
                                          "end": 687,
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 662,
                                            "end": 676,
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 69
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 662,
                                              "end": 666,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 59
                                                }
                                              },
                                              "name": "self"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 667,
                                              "end": 676,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 69
                                                }
                                              },
                                              "name": "showLabel"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "start": 677,
                                              "end": 681,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 74
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 683,
                                              "end": 686,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 79
                                                }
                                              },
                                              "name": "arg"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "Property",
                                "start": 704,
                                "end": 775,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 83
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 705,
                                  "end": 731,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 705,
                                    "end": 718,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 705,
                                      "end": 711,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 19
                                        }
                                      },
                                      "name": "Plugin"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 712,
                                      "end": 718,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 26
                                        }
                                      },
                                      "name": "Events"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 719,
                                    "end": 731,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 39
                                      }
                                    },
                                    "name": "RequestModal"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 732,
                                  "end": 775,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 83
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 733,
                                      "end": 736,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 44
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 738,
                                    "end": 775,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 83
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 740,
                                        "end": 773,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 81
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 747,
                                          "end": 772,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 747,
                                            "end": 761,
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 69
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 747,
                                              "end": 751,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 59
                                                }
                                              },
                                              "name": "self"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 752,
                                              "end": 761,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 69
                                                }
                                              },
                                              "name": "showModal"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "start": 762,
                                              "end": 766,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 74
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 768,
                                              "end": 771,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 79
                                                }
                                              },
                                              "name": "arg"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "Property",
                                "start": 789,
                                "end": 872,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 95
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 790,
                                  "end": 824,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 790,
                                    "end": 803,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 790,
                                      "end": 796,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 19
                                        }
                                      },
                                      "name": "Plugin"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 797,
                                      "end": 803,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 26
                                        }
                                      },
                                      "name": "Events"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 804,
                                    "end": 824,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 47
                                      }
                                    },
                                    "name": "RequestButtonChanges"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 825,
                                  "end": 872,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 95
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 826,
                                      "end": 829,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 52
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 831,
                                    "end": 872,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 95
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 833,
                                        "end": 870,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 93
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 840,
                                          "end": 869,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 92
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 840,
                                            "end": 858,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 840,
                                              "end": 844,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 67
                                                }
                                              },
                                              "name": "self"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 845,
                                              "end": 858,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 81
                                                }
                                              },
                                              "name": "changeButtons"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "start": 859,
                                              "end": 863,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 82
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 86
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 865,
                                              "end": 868,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 91
                                                }
                                              },
                                              "name": "arg"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 893,
                      "end": 1149,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 15
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 898,
                        "end": 910,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 13
                          },
                          "end": {
                            "line": 20,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 904,
                            "end": 910,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 19
                              },
                              "end": {
                                "line": 20,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 904,
                              "end": 910,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 19
                                },
                                "end": {
                                  "line": 20,
                                  "column": 25
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 914,
                        "end": 921,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 29
                          },
                          "end": {
                            "line": 20,
                            "column": 36
                          }
                        },
                        "name": "plugins"
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 935,
                        "end": 1149,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 12
                          },
                          "end": {
                            "line": 24,
                            "column": 15
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 935,
                          "end": 1148,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 12
                            },
                            "end": {
                              "line": 24,
                              "column": 14
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 935,
                            "end": 944,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 935,
                              "end": 941,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 18
                                }
                              },
                              "name": "plugin"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 942,
                              "end": 944,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 19
                                },
                                "end": {
                                  "line": 21,
                                  "column": 21
                                }
                              },
                              "name": "on"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 945,
                              "end": 1147,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 22
                                },
                                "end": {
                                  "line": 24,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 963,
                                  "end": 1032,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 85
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": true,
                                  "key": {
                                    "type": "MemberExpression",
                                    "start": 964,
                                    "end": 985,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 964,
                                      "end": 977,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 964,
                                        "end": 970,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 23
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 971,
                                        "end": 977,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 30
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 978,
                                      "end": 985,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 38
                                        }
                                      },
                                      "name": "Enabled"
                                    },
                                    "computed": false
                                  },
                                  "value": {
                                    "type": "FunctionExpression",
                                    "start": 988,
                                    "end": 1032,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 85
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 999,
                                      "end": 1032,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 85
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1001,
                                          "end": 1030,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 83
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1001,
                                            "end": 1029,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1001,
                                              "end": 1008,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1001,
                                                "end": 1005,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1006,
                                                "end": 1008,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 61
                                                  }
                                                },
                                                "name": "on"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1009,
                                                "end": 1028,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 81
                                                  }
                                                },
                                                "name": "pluginEventListener"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1050,
                                  "end": 1132,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 98
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": true,
                                  "key": {
                                    "type": "MemberExpression",
                                    "start": 1051,
                                    "end": 1073,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1051,
                                      "end": 1064,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1051,
                                        "end": 1057,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 23
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1058,
                                        "end": 1064,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 30
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1065,
                                      "end": 1073,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 39
                                        }
                                      },
                                      "name": "Disabled"
                                    },
                                    "computed": false
                                  },
                                  "value": {
                                    "type": "FunctionExpression",
                                    "start": 1076,
                                    "end": 1132,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 98
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1087,
                                      "end": 1132,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 98
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1089,
                                          "end": 1130,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 96
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1089,
                                            "end": 1129,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 95
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1089,
                                              "end": 1108,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1089,
                                                "end": 1093,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1094,
                                                "end": 1108,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 74
                                                  }
                                                },
                                                "name": "removeListener"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1109,
                                                "end": 1128,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 94
                                                  }
                                                },
                                                "name": "pluginEventListener"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1161,
              "end": 2700,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1168,
                "end": 1189,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 11
                  },
                  "end": {
                    "line": 27,
                    "column": 32
                  }
                },
                "name": "registerVueComponents"
              },
              "static": true,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1189,
                "end": 2700,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 32
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1192,
                  "end": 2700,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 35
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1202,
                      "end": 1421,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1202,
                        "end": 1420,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1202,
                          "end": 1215,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1202,
                            "end": 1205,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 11
                              }
                            },
                            "name": "Vue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1206,
                            "end": 1215,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 12
                              },
                              "end": {
                                "line": 28,
                                "column": 21
                              }
                            },
                            "name": "component"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1216,
                            "end": 1228,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 22
                              },
                              "end": {
                                "line": 28,
                                "column": 34
                              }
                            },
                            "value": "awv3-toast",
                            "rawValue": "awv3-toast",
                            "raw": "'awv3-toast'"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 1230,
                            "end": 1419,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 36
                              },
                              "end": {
                                "line": 32,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1244,
                                "end": 1323,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 91
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1244,
                                  "end": 1252,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 20
                                    }
                                  },
                                  "name": "template"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1254,
                                  "end": 1323,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 91
                                    }
                                  },
                                  "value": "<div v-cloak v-show=\"visible\" v-text=\"value\" v-bind:class=\"class\"/>",
                                  "rawValue": "<div v-cloak v-show=\"visible\" v-text=\"value\" v-bind:class=\"class\"/>",
                                  "raw": "'<div v-cloak v-show=\"visible\" v-text=\"value\" v-bind:class=\"class\"/>'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1337,
                                "end": 1378,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 53
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1337,
                                  "end": 1341,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 16
                                    }
                                  },
                                  "name": "data"
                                },
                                "value": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1343,
                                  "end": 1378,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 53
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "ObjectExpression",
                                    "start": 1350,
                                    "end": 1377,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 52
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1351,
                                        "end": 1365,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 40
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1351,
                                          "end": 1358,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 33
                                            }
                                          },
                                          "name": "visible"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1360,
                                          "end": 1365,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 40
                                            }
                                          },
                                          "value": false,
                                          "rawValue": false,
                                          "raw": "false"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1367,
                                        "end": 1376,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 51
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1367,
                                          "end": 1372,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 47
                                            }
                                          },
                                          "name": "value"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1374,
                                          "end": 1376,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 51
                                            }
                                          },
                                          "value": "",
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "kind": "init"
                                      }
                                    ],
                                    "parenthesizedExpression": true
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1392,
                                "end": 1408,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1392,
                                  "end": 1397,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 17
                                    }
                                  },
                                  "name": "props"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 1399,
                                  "end": 1408,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 28
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "Literal",
                                      "start": 1400,
                                      "end": 1407,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 27
                                        }
                                      },
                                      "value": "class",
                                      "rawValue": "class",
                                      "raw": "'class'"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1430,
                      "end": 1747,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1430,
                        "end": 1746,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1430,
                          "end": 1443,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1430,
                            "end": 1433,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 11
                              }
                            },
                            "name": "Vue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1434,
                            "end": 1443,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 12
                              },
                              "end": {
                                "line": 33,
                                "column": 21
                              }
                            },
                            "name": "component"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1444,
                            "end": 1456,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 22
                              },
                              "end": {
                                "line": 33,
                                "column": 34
                              }
                            },
                            "value": "awv3-label",
                            "rawValue": "awv3-label",
                            "raw": "'awv3-label'"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 1458,
                            "end": 1745,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 36
                              },
                              "end": {
                                "line": 40,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1472,
                                "end": 1639,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1472,
                                  "end": 1480,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 20
                                    }
                                  },
                                  "name": "template"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 1498,
                                  "end": 1639,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 26
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1498,
                                    "end": 1610,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 52
                                      }
                                    },
                                    "left": {
                                      "type": "Literal",
                                      "start": 1498,
                                      "end": 1555,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 73
                                        }
                                      },
                                      "value": "<label v-cloak v-show=\"visible\" v-bind:class=\"class\">\n",
                                      "rawValue": "<label v-cloak v-show=\"visible\" v-bind:class=\"class\">\n",
                                      "raw": "'<label v-cloak v-show=\"visible\" v-bind:class=\"class\">\\n'"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1574,
                                      "end": 1610,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 52
                                        }
                                      },
                                      "value": "  {{name}} <div v-text=\"value\"/>\n",
                                      "rawValue": "  {{name}} <div v-text=\"value\"/>\n",
                                      "raw": "'  {{name}} <div v-text=\"value\"/>\\n'"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 1629,
                                    "end": 1639,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 26
                                      }
                                    },
                                    "value": "</label>",
                                    "rawValue": "</label>",
                                    "raw": "'</label>'"
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1653,
                                "end": 1704,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 63
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1653,
                                  "end": 1657,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 16
                                    }
                                  },
                                  "name": "data"
                                },
                                "value": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1659,
                                  "end": 1704,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 63
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "ObjectExpression",
                                    "start": 1666,
                                    "end": 1703,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 62
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1667,
                                        "end": 1681,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 40
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1667,
                                          "end": 1674,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 33
                                            }
                                          },
                                          "name": "visible"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1676,
                                          "end": 1681,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 40
                                            }
                                          },
                                          "value": false,
                                          "rawValue": false,
                                          "raw": "false"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1683,
                                        "end": 1691,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 50
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1683,
                                          "end": 1687,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 46
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1689,
                                          "end": 1691,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 50
                                            }
                                          },
                                          "value": "",
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1693,
                                        "end": 1702,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 61
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1693,
                                          "end": 1698,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 57
                                            }
                                          },
                                          "name": "value"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1700,
                                          "end": 1702,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 61
                                            }
                                          },
                                          "value": "",
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "kind": "init"
                                      }
                                    ],
                                    "parenthesizedExpression": true
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1718,
                                "end": 1734,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1718,
                                  "end": 1723,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 17
                                    }
                                  },
                                  "name": "props"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 1725,
                                  "end": 1734,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 28
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "Literal",
                                      "start": 1726,
                                      "end": 1733,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 27
                                        }
                                      },
                                      "value": "class",
                                      "rawValue": "class",
                                      "raw": "'class'"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1756,
                      "end": 2318,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1756,
                        "end": 2317,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1756,
                          "end": 1769,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1756,
                            "end": 1759,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 11
                              }
                            },
                            "name": "Vue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1760,
                            "end": 1769,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 12
                              },
                              "end": {
                                "line": 41,
                                "column": 21
                              }
                            },
                            "name": "component"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1770,
                            "end": 1782,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 22
                              },
                              "end": {
                                "line": 41,
                                "column": 34
                              }
                            },
                            "value": "awv3-modal",
                            "rawValue": "awv3-modal",
                            "raw": "'awv3-modal'"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 1784,
                            "end": 2316,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 36
                              },
                              "end": {
                                "line": 50,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1798,
                                "end": 2139,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1798,
                                  "end": 1806,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 20
                                    }
                                  },
                                  "name": "template"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 1824,
                                  "end": 2139,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 25
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1824,
                                    "end": 2111,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 30
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 1824,
                                      "end": 2078,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 87
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 1824,
                                        "end": 1988,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 53
                                          }
                                        },
                                        "left": {
                                          "type": "Literal",
                                          "start": 1824,
                                          "end": 1932,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 124
                                            }
                                          },
                                          "value": "<form v-cloak v-show=\"visible\" v-on:submit.prevent=\"ok\" v-on:keypress.esc=\"cancel\" v-bind:class=\"class\">\n",
                                          "rawValue": "<form v-cloak v-show=\"visible\" v-on:submit.prevent=\"ok\" v-on:keypress.esc=\"cancel\" v-bind:class=\"class\">\n",
                                          "raw": "'<form v-cloak v-show=\"visible\" v-on:submit.prevent=\"ok\" v-on:keypress.esc=\"cancel\" v-bind:class=\"class\">\\n'"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Literal",
                                          "start": 1951,
                                          "end": 1988,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 53
                                            }
                                          },
                                          "value": "  <label v-for=\"elt of elements\">\n",
                                          "rawValue": "  <label v-for=\"elt of elements\">\n",
                                          "raw": "'  <label v-for=\"elt of elements\">\\n'"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2007,
                                        "end": 2078,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 87
                                          }
                                        },
                                        "value": "    {{elt.name}} <input v-bind:type=\"elt.type\" v-model=\"elt.value\">\n",
                                        "rawValue": "    {{elt.name}} <input v-bind:type=\"elt.type\" v-model=\"elt.value\">\n",
                                        "raw": "'    {{elt.name}} <input v-bind:type=\"elt.type\" v-model=\"elt.value\">\\n'"
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2097,
                                      "end": 2111,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 30
                                        }
                                      },
                                      "value": "  </label>\n",
                                      "rawValue": "  </label>\n",
                                      "raw": "'  </label>\\n'"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2130,
                                    "end": 2139,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 25
                                      }
                                    },
                                    "value": "</form>",
                                    "rawValue": "</form>",
                                    "raw": "'</form>'"
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2153,
                                "end": 2275,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 134
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2153,
                                  "end": 2157,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 16
                                    }
                                  },
                                  "name": "data"
                                },
                                "value": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2159,
                                  "end": 2275,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 134
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "ObjectExpression",
                                    "start": 2166,
                                    "end": 2274,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 133
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 2167,
                                        "end": 2181,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 40
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2167,
                                          "end": 2174,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 33
                                            }
                                          },
                                          "name": "visible"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 2176,
                                          "end": 2181,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 40
                                            }
                                          },
                                          "value": false,
                                          "rawValue": false,
                                          "raw": "false"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 2183,
                                        "end": 2192,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 51
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2183,
                                          "end": 2188,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 47
                                            }
                                          },
                                          "name": "title"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 2190,
                                          "end": 2192,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 51
                                            }
                                          },
                                          "value": "",
                                          "rawValue": "",
                                          "raw": "''"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 2194,
                                        "end": 2245,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 104
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2194,
                                          "end": 2202,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 61
                                            }
                                          },
                                          "name": "elements"
                                        },
                                        "value": {
                                          "type": "ArrayExpression",
                                          "start": 2204,
                                          "end": 2245,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 104
                                            }
                                          },
                                          "elements": [],
                                          "leadingComments": [
                                            {
                                              "type": "Block",
                                              "value": "{name: '', type: 'text', value: ''}",
                                              "start": 2205,
                                              "end": 2244,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 103
                                                }
                                              },
                                              "range": [
                                                2205,
                                                2244
                                              ]
                                            }
                                          ],
                                          "innerComments": [
                                            {
                                              "type": "Block",
                                              "value": "{name: '', type: 'text', value: ''}",
                                              "start": 2205,
                                              "end": 2244,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 103
                                                }
                                              },
                                              "range": [
                                                2205,
                                                2244
                                              ]
                                            }
                                          ]
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 2247,
                                        "end": 2257,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 106
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 116
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2247,
                                          "end": 2249,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 106
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 108
                                            }
                                          },
                                          "name": "ok",
                                          "leadingComments": null
                                        },
                                        "value": {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2251,
                                          "end": 2257,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 110
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 116
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2255,
                                            "end": 2257,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 114
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 116
                                              }
                                            },
                                            "body": []
                                          }
                                        },
                                        "kind": "init",
                                        "leadingComments": [
                                          {
                                            "type": "Block",
                                            "value": "{name: '', type: 'text', value: ''}",
                                            "start": 2205,
                                            "end": 2244,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 103
                                              }
                                            },
                                            "range": [
                                              2205,
                                              2244
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "Property",
                                        "start": 2259,
                                        "end": 2273,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 118
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 132
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2259,
                                          "end": 2265,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 118
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 124
                                            }
                                          },
                                          "name": "cancel"
                                        },
                                        "value": {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2267,
                                          "end": 2273,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 126
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 132
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2271,
                                            "end": 2273,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 130
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 132
                                              }
                                            },
                                            "body": []
                                          }
                                        },
                                        "kind": "init"
                                      }
                                    ],
                                    "parenthesizedExpression": true
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2289,
                                "end": 2305,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2289,
                                  "end": 2294,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 17
                                    }
                                  },
                                  "name": "props"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 2296,
                                  "end": 2305,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 28
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "Literal",
                                      "start": 2297,
                                      "end": 2304,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 27
                                        }
                                      },
                                      "value": "class",
                                      "rawValue": "class",
                                      "raw": "'class'"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2327,
                      "end": 2694,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2327,
                        "end": 2693,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2327,
                          "end": 2340,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2327,
                            "end": 2330,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 11
                              }
                            },
                            "name": "Vue"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2331,
                            "end": 2340,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 12
                              },
                              "end": {
                                "line": 51,
                                "column": 21
                              }
                            },
                            "name": "component"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2341,
                            "end": 2360,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 22
                              },
                              "end": {
                                "line": 51,
                                "column": 41
                              }
                            },
                            "value": "awv3-button-panel",
                            "rawValue": "awv3-button-panel",
                            "raw": "'awv3-button-panel'"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 2362,
                            "end": 2692,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 43
                              },
                              "end": {
                                "line": 58,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2376,
                                "end": 2594,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 24
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2376,
                                  "end": 2384,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 20
                                    }
                                  },
                                  "name": "template"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 2402,
                                  "end": 2594,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 24
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2402,
                                    "end": 2567,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 145
                                      }
                                    },
                                    "left": {
                                      "type": "Literal",
                                      "start": 2402,
                                      "end": 2419,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 33
                                        }
                                      },
                                      "value": "<div v-cloak>\n",
                                      "rawValue": "<div v-cloak>\n",
                                      "raw": "'<div v-cloak>\\n'"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2438,
                                      "end": 2567,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 145
                                        }
                                      },
                                      "value": "  <div v-for=\"elt of elements\" v-on:click=\"click(elt.id)\" v-bind:class=\"class\"><img v-bind:src=\"elt.icon\"/>{{elt.name}}</div>\n",
                                      "rawValue": "  <div v-for=\"elt of elements\" v-on:click=\"click(elt.id)\" v-bind:class=\"class\"><img v-bind:src=\"elt.icon\"/>{{elt.name}}</div>\n",
                                      "raw": "'  <div v-for=\"elt of elements\" v-on:click=\"click(elt.id)\" v-bind:class=\"class\"><img v-bind:src=\"elt.icon\"/>{{elt.name}}</div>\\n'"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2586,
                                    "end": 2594,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 24
                                      }
                                    },
                                    "value": "</div>",
                                    "rawValue": "</div>",
                                    "raw": "'</div>'"
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2608,
                                "end": 2651,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 55
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2608,
                                  "end": 2612,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 16
                                    }
                                  },
                                  "name": "data"
                                },
                                "value": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2614,
                                  "end": 2651,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 55
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "ObjectExpression",
                                    "start": 2621,
                                    "end": 2650,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 54
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 2622,
                                        "end": 2634,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 38
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2622,
                                          "end": 2630,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 34
                                            }
                                          },
                                          "name": "elements"
                                        },
                                        "value": {
                                          "type": "ArrayExpression",
                                          "start": 2632,
                                          "end": 2634,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 38
                                            }
                                          },
                                          "elements": []
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 2636,
                                        "end": 2649,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 53
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 2636,
                                          "end": 2641,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 45
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "value": {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2643,
                                          "end": 2649,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 53
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2647,
                                            "end": 2649,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 53
                                              }
                                            },
                                            "body": []
                                          }
                                        },
                                        "kind": "init"
                                      }
                                    ],
                                    "parenthesizedExpression": true
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2665,
                                "end": 2681,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2665,
                                  "end": 2670,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 17
                                    }
                                  },
                                  "name": "props"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 2672,
                                  "end": 2681,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 28
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "Literal",
                                      "start": 2673,
                                      "end": 2680,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 27
                                        }
                                      },
                                      "value": "class",
                                      "rawValue": "class",
                                      "raw": "'class'"
                                    }
                                  ]
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2706,
              "end": 2884,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 65,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2706,
                "end": 2715,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 13
                  }
                },
                "name": "showToast"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2715,
                "end": 2884,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 13
                  },
                  "end": {
                    "line": 65,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2716,
                    "end": 2722,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 14
                      },
                      "end": {
                        "line": 61,
                        "column": 20
                      }
                    },
                    "name": "plugin"
                  },
                  {
                    "type": "ObjectPattern",
                    "start": 2724,
                    "end": 2731,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 22
                      },
                      "end": {
                        "line": 61,
                        "column": 29
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 2725,
                        "end": 2730,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 23
                          },
                          "end": {
                            "line": 61,
                            "column": 28
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2725,
                          "end": 2730,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 23
                            },
                            "end": {
                              "line": 61,
                              "column": 28
                            }
                          },
                          "name": "value"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 2725,
                          "end": 2730,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 23
                            },
                            "end": {
                              "line": 61,
                              "column": 28
                            }
                          },
                          "name": "value"
                        }
                      }
                    ]
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2733,
                  "end": 2884,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 31
                    },
                    "end": {
                      "line": 65,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2743,
                      "end": 2768,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2743,
                        "end": 2767,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2743,
                          "end": 2759,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2743,
                            "end": 2753,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 8
                              },
                              "end": {
                                "line": 62,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2743,
                              "end": 2747,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2748,
                              "end": 2753,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 13
                                },
                                "end": {
                                  "line": 62,
                                  "column": 18
                                }
                              },
                              "name": "toast"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2754,
                            "end": 2759,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 19
                              },
                              "end": {
                                "line": 62,
                                "column": 24
                              }
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2762,
                          "end": 2767,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 27
                            },
                            "end": {
                              "line": 62,
                              "column": 32
                            }
                          },
                          "name": "value"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2777,
                      "end": 2803,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2777,
                        "end": 2802,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2777,
                          "end": 2795,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2777,
                            "end": 2787,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2777,
                              "end": 2781,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 63,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2782,
                              "end": 2787,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 13
                                },
                                "end": {
                                  "line": 63,
                                  "column": 18
                                }
                              },
                              "name": "toast"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2788,
                            "end": 2795,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 19
                              },
                              "end": {
                                "line": 63,
                                "column": 26
                              }
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2798,
                          "end": 2802,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 29
                            },
                            "end": {
                              "line": 63,
                              "column": 33
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2812,
                      "end": 2878,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 64,
                          "column": 74
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2812,
                        "end": 2877,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 8
                          },
                          "end": {
                            "line": 64,
                            "column": 73
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2812,
                          "end": 2822,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 18
                            }
                          },
                          "name": "setTimeout"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2823,
                            "end": 2855,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 19
                              },
                              "end": {
                                "line": 64,
                                "column": 51
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "AssignmentExpression",
                              "start": 2829,
                              "end": 2855,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 25
                                },
                                "end": {
                                  "line": 64,
                                  "column": 51
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2829,
                                "end": 2847,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2829,
                                  "end": 2839,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2829,
                                    "end": 2833,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2834,
                                    "end": 2839,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 35
                                      }
                                    },
                                    "name": "toast"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2840,
                                  "end": 2847,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 43
                                    }
                                  },
                                  "name": "visible"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 2850,
                                "end": 2855,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 51
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 2857,
                            "end": 2876,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 53
                              },
                              "end": {
                                "line": 64,
                                "column": 72
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2857,
                              "end": 2869,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 53
                                },
                                "end": {
                                  "line": 64,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2857,
                                "end": 2861,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 57
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2862,
                                "end": 2869,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 65
                                  }
                                },
                                "name": "timeout"
                              },
                              "computed": false
                            },
                            "operator": "*",
                            "right": {
                              "type": "Literal",
                              "start": 2872,
                              "end": 2876,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 68
                                },
                                "end": {
                                  "line": 64,
                                  "column": 72
                                }
                              },
                              "value": 1000,
                              "rawValue": 1000,
                              "raw": "1000"
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2890,
              "end": 3089,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2890,
                "end": 2899,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 4
                  },
                  "end": {
                    "line": 67,
                    "column": 13
                  }
                },
                "name": "showLabel"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2899,
                "end": 3089,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 13
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2900,
                    "end": 2906,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 14
                      },
                      "end": {
                        "line": 67,
                        "column": 20
                      }
                    },
                    "name": "plugin"
                  },
                  {
                    "type": "ObjectPattern",
                    "start": 2908,
                    "end": 2947,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 22
                      },
                      "end": {
                        "line": 67,
                        "column": 61
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 2909,
                        "end": 2937,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 23
                          },
                          "end": {
                            "line": 67,
                            "column": 51
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2909,
                          "end": 2916,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 23
                            },
                            "end": {
                              "line": 67,
                              "column": 30
                            }
                          },
                          "name": "options"
                        },
                        "value": {
                          "type": "ObjectPattern",
                          "start": 2918,
                          "end": 2937,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 32
                            },
                            "end": {
                              "line": 67,
                              "column": 51
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 2919,
                              "end": 2923,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 33
                                },
                                "end": {
                                  "line": 67,
                                  "column": 37
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2919,
                                "end": 2923,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 37
                                  }
                                },
                                "name": "name"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 2919,
                                "end": 2923,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 37
                                  }
                                },
                                "name": "name"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 2925,
                              "end": 2930,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 39
                                },
                                "end": {
                                  "line": 67,
                                  "column": 44
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2925,
                                "end": 2930,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 44
                                  }
                                },
                                "name": "value"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 2925,
                                "end": 2930,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 44
                                  }
                                },
                                "name": "value"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 2932,
                              "end": 2936,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 46
                                },
                                "end": {
                                  "line": 67,
                                  "column": 50
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2932,
                                "end": 2936,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 50
                                  }
                                },
                                "name": "icon"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 2932,
                                "end": 2936,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 50
                                  }
                                },
                                "name": "icon"
                              }
                            }
                          ]
                        },
                        "kind": "init"
                      },
                      {
                        "type": "Property",
                        "start": 2939,
                        "end": 2946,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 53
                          },
                          "end": {
                            "line": 67,
                            "column": 60
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2939,
                          "end": 2946,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 53
                            },
                            "end": {
                              "line": 67,
                              "column": 60
                            }
                          },
                          "name": "resolve"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 2939,
                          "end": 2946,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 53
                            },
                            "end": {
                              "line": 67,
                              "column": 60
                            }
                          },
                          "name": "resolve"
                        }
                      }
                    ]
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2949,
                  "end": 3089,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 63
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2959,
                      "end": 2982,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2959,
                        "end": 2981,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2959,
                          "end": 2974,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 68,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2959,
                            "end": 2969,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 8
                              },
                              "end": {
                                "line": 68,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2959,
                              "end": 2963,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2964,
                              "end": 2969,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 13
                                },
                                "end": {
                                  "line": 68,
                                  "column": 18
                                }
                              },
                              "name": "label"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2970,
                            "end": 2974,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 19
                              },
                              "end": {
                                "line": 68,
                                "column": 23
                              }
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2977,
                          "end": 2981,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 26
                            },
                            "end": {
                              "line": 68,
                              "column": 30
                            }
                          },
                          "name": "name"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2991,
                      "end": 3016,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 8
                        },
                        "end": {
                          "line": 69,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2991,
                        "end": 3015,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 8
                          },
                          "end": {
                            "line": 69,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2991,
                          "end": 3007,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 8
                            },
                            "end": {
                              "line": 69,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2991,
                            "end": 3001,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 8
                              },
                              "end": {
                                "line": 69,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2991,
                              "end": 2995,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 8
                                },
                                "end": {
                                  "line": 69,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2996,
                              "end": 3001,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 13
                                },
                                "end": {
                                  "line": 69,
                                  "column": 18
                                }
                              },
                              "name": "label"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3002,
                            "end": 3007,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 19
                              },
                              "end": {
                                "line": 69,
                                "column": 24
                              }
                            },
                            "name": "value"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3010,
                          "end": 3015,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 27
                            },
                            "end": {
                              "line": 69,
                              "column": 32
                            }
                          },
                          "name": "value"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3025,
                      "end": 3048,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 8
                        },
                        "end": {
                          "line": 70,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3025,
                        "end": 3047,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 8
                          },
                          "end": {
                            "line": 70,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3025,
                          "end": 3040,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3025,
                            "end": 3035,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 8
                              },
                              "end": {
                                "line": 70,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3025,
                              "end": 3029,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 8
                                },
                                "end": {
                                  "line": 70,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3030,
                              "end": 3035,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 13
                                },
                                "end": {
                                  "line": 70,
                                  "column": 18
                                }
                              },
                              "name": "label"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3036,
                            "end": 3040,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 19
                              },
                              "end": {
                                "line": 70,
                                "column": 23
                              }
                            },
                            "name": "icon"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3043,
                          "end": 3047,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 26
                            },
                            "end": {
                              "line": 70,
                              "column": 30
                            }
                          },
                          "name": "icon"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3057,
                      "end": 3083,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3057,
                        "end": 3082,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 8
                          },
                          "end": {
                            "line": 71,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3057,
                          "end": 3075,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3057,
                            "end": 3067,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3057,
                              "end": 3061,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3062,
                              "end": 3067,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 13
                                },
                                "end": {
                                  "line": 71,
                                  "column": 18
                                }
                              },
                              "name": "label"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3068,
                            "end": 3075,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 19
                              },
                              "end": {
                                "line": 71,
                                "column": 26
                              }
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3078,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 29
                            },
                            "end": {
                              "line": 71,
                              "column": 33
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3095,
              "end": 3490,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 82,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3095,
                "end": 3104,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 13
                  }
                },
                "name": "showModal"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3104,
                "end": 3490,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 13
                  },
                  "end": {
                    "line": 82,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3105,
                    "end": 3111,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 14
                      },
                      "end": {
                        "line": 74,
                        "column": 20
                      }
                    },
                    "name": "plugin"
                  },
                  {
                    "type": "ObjectPattern",
                    "start": 3113,
                    "end": 3212,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 22
                      },
                      "end": {
                        "line": 74,
                        "column": 121
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 3114,
                        "end": 3185,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 23
                          },
                          "end": {
                            "line": 74,
                            "column": 94
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3114,
                          "end": 3121,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 23
                            },
                            "end": {
                              "line": 74,
                              "column": 30
                            }
                          },
                          "name": "options"
                        },
                        "value": {
                          "type": "ObjectPattern",
                          "start": 3123,
                          "end": 3185,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 32
                            },
                            "end": {
                              "line": 74,
                              "column": 94
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 3124,
                              "end": 3129,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 33
                                },
                                "end": {
                                  "line": 74,
                                  "column": 38
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3124,
                                "end": 3129,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 38
                                  }
                                },
                                "name": "title"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3124,
                                "end": 3129,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 38
                                  }
                                },
                                "name": "title"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 3131,
                              "end": 3139,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 40
                                },
                                "end": {
                                  "line": 74,
                                  "column": 48
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3131,
                                "end": 3139,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 48
                                  }
                                },
                                "name": "position"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3131,
                                "end": 3139,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 48
                                  }
                                },
                                "name": "position"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 3141,
                              "end": 3146,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 50
                                },
                                "end": {
                                  "line": 74,
                                  "column": 55
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3141,
                                "end": 3146,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 55
                                  }
                                },
                                "name": "hasOk"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3141,
                                "end": 3146,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 55
                                  }
                                },
                                "name": "hasOk"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 3148,
                              "end": 3157,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 57
                                },
                                "end": {
                                  "line": 74,
                                  "column": 66
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3148,
                                "end": 3157,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 66
                                  }
                                },
                                "name": "hasCancel"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3148,
                                "end": 3157,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 66
                                  }
                                },
                                "name": "hasCancel"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 3159,
                              "end": 3174,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 68
                                },
                                "end": {
                                  "line": 74,
                                  "column": 83
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3159,
                                "end": 3174,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 83
                                  }
                                },
                                "name": "disableOnCancel"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3159,
                                "end": 3174,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 83
                                  }
                                },
                                "name": "disableOnCancel"
                              }
                            },
                            {
                              "type": "Property",
                              "start": 3176,
                              "end": 3184,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 85
                                },
                                "end": {
                                  "line": 74,
                                  "column": 93
                                }
                              },
                              "method": false,
                              "shorthand": true,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 3176,
                                "end": 3184,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 93
                                  }
                                },
                                "name": "elements"
                              },
                              "kind": "init",
                              "value": {
                                "type": "Identifier",
                                "start": 3176,
                                "end": 3184,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 93
                                  }
                                },
                                "name": "elements"
                              }
                            }
                          ]
                        },
                        "kind": "init"
                      },
                      {
                        "type": "Property",
                        "start": 3187,
                        "end": 3194,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 96
                          },
                          "end": {
                            "line": 74,
                            "column": 103
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3187,
                          "end": 3194,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 96
                            },
                            "end": {
                              "line": 74,
                              "column": 103
                            }
                          },
                          "name": "resolve"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 3187,
                          "end": 3194,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 96
                            },
                            "end": {
                              "line": 74,
                              "column": 103
                            }
                          },
                          "name": "resolve"
                        }
                      },
                      {
                        "type": "Property",
                        "start": 3196,
                        "end": 3202,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 105
                          },
                          "end": {
                            "line": 74,
                            "column": 111
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3196,
                          "end": 3202,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 105
                            },
                            "end": {
                              "line": 74,
                              "column": 111
                            }
                          },
                          "name": "reject"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 3196,
                          "end": 3202,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 105
                            },
                            "end": {
                              "line": 74,
                              "column": 111
                            }
                          },
                          "name": "reject"
                        }
                      },
                      {
                        "type": "Property",
                        "start": 3204,
                        "end": 3211,
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 113
                          },
                          "end": {
                            "line": 74,
                            "column": 120
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3204,
                          "end": 3211,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 113
                            },
                            "end": {
                              "line": 74,
                              "column": 120
                            }
                          },
                          "name": "promise"
                        },
                        "kind": "init",
                        "value": {
                          "type": "Identifier",
                          "start": 3204,
                          "end": 3211,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 113
                            },
                            "end": {
                              "line": 74,
                              "column": 120
                            }
                          },
                          "name": "promise"
                        }
                      }
                    ]
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3214,
                  "end": 3490,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 123
                    },
                    "end": {
                      "line": 82,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3224,
                      "end": 3249,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3224,
                        "end": 3248,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3224,
                          "end": 3240,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3224,
                            "end": 3234,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3224,
                              "end": 3228,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3229,
                              "end": 3234,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 13
                                },
                                "end": {
                                  "line": 75,
                                  "column": 18
                                }
                              },
                              "name": "modal"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3235,
                            "end": 3240,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 19
                              },
                              "end": {
                                "line": 75,
                                "column": 24
                              }
                            },
                            "name": "title"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3243,
                          "end": 3248,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 27
                            },
                            "end": {
                              "line": 75,
                              "column": 32
                            }
                          },
                          "name": "title"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3258,
                      "end": 3289,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3258,
                        "end": 3288,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3258,
                          "end": 3277,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3258,
                            "end": 3268,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3258,
                              "end": 3262,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 8
                                },
                                "end": {
                                  "line": 76,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3263,
                              "end": 3268,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 13
                                },
                                "end": {
                                  "line": 76,
                                  "column": 18
                                }
                              },
                              "name": "modal"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3269,
                            "end": 3277,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 19
                              },
                              "end": {
                                "line": 76,
                                "column": 27
                              }
                            },
                            "name": "elements"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3280,
                          "end": 3288,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 30
                            },
                            "end": {
                              "line": 76,
                              "column": 38
                            }
                          },
                          "name": "elements"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3298,
                      "end": 3322,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3298,
                        "end": 3321,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3298,
                          "end": 3311,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3298,
                            "end": 3308,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 8
                              },
                              "end": {
                                "line": 77,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3298,
                              "end": 3302,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 8
                                },
                                "end": {
                                  "line": 77,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3303,
                              "end": 3308,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 13
                                },
                                "end": {
                                  "line": 77,
                                  "column": 18
                                }
                              },
                              "name": "modal"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3309,
                            "end": 3311,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 19
                              },
                              "end": {
                                "line": 77,
                                "column": 21
                              }
                            },
                            "name": "ok"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3314,
                          "end": 3321,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 24
                            },
                            "end": {
                              "line": 77,
                              "column": 31
                            }
                          },
                          "name": "resolve"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3331,
                      "end": 3358,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3331,
                        "end": 3357,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 8
                          },
                          "end": {
                            "line": 78,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3331,
                          "end": 3348,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3331,
                            "end": 3341,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 8
                              },
                              "end": {
                                "line": 78,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3331,
                              "end": 3335,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3336,
                              "end": 3341,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 13
                                },
                                "end": {
                                  "line": 78,
                                  "column": 18
                                }
                              },
                              "name": "modal"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3342,
                            "end": 3348,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 19
                              },
                              "end": {
                                "line": 78,
                                "column": 25
                              }
                            },
                            "name": "cancel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3351,
                          "end": 3357,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 28
                            },
                            "end": {
                              "line": 78,
                              "column": 34
                            }
                          },
                          "name": "reject"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3367,
                      "end": 3393,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 8
                        },
                        "end": {
                          "line": 79,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3367,
                        "end": 3392,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 8
                          },
                          "end": {
                            "line": 79,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3367,
                          "end": 3385,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 8
                            },
                            "end": {
                              "line": 79,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3367,
                            "end": 3377,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 8
                              },
                              "end": {
                                "line": 79,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3367,
                              "end": 3371,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 8
                                },
                                "end": {
                                  "line": 79,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3372,
                              "end": 3377,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 13
                                },
                                "end": {
                                  "line": 79,
                                  "column": 18
                                }
                              },
                              "name": "modal"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3378,
                            "end": 3385,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 19
                              },
                              "end": {
                                "line": 79,
                                "column": 26
                              }
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3388,
                          "end": 3392,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 29
                            },
                            "end": {
                              "line": 79,
                              "column": 33
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3402,
                      "end": 3448,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 54
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3408,
                          "end": 3447,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 14
                            },
                            "end": {
                              "line": 80,
                              "column": 53
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3408,
                            "end": 3412,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 14
                              },
                              "end": {
                                "line": 80,
                                "column": 18
                              }
                            },
                            "name": "hide"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3415,
                            "end": 3447,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 21
                              },
                              "end": {
                                "line": 80,
                                "column": 53
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "AssignmentExpression",
                              "start": 3421,
                              "end": 3447,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 27
                                },
                                "end": {
                                  "line": 80,
                                  "column": 53
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3421,
                                "end": 3439,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3421,
                                  "end": 3431,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3421,
                                    "end": 3425,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3426,
                                    "end": 3431,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 37
                                      }
                                    },
                                    "name": "modal"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3432,
                                  "end": 3439,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 45
                                    }
                                  },
                                  "name": "visible"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 3442,
                                "end": 3447,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 53
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "promise.then(hide, hide);",
                          "start": 3457,
                          "end": 3484,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 8
                            },
                            "end": {
                              "line": 81,
                              "column": 35
                            }
                          },
                          "range": [
                            3457,
                            3484
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3496,
              "end": 4260,
              "loc": {
                "start": {
                  "line": 84,
                  "column": 4
                },
                "end": {
                  "line": 100,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3496,
                "end": 3509,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 4
                  },
                  "end": {
                    "line": 84,
                    "column": 17
                  }
                },
                "name": "changeButtons",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3509,
                "end": 4260,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 17
                  },
                  "end": {
                    "line": 100,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3510,
                    "end": 3516,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 18
                      },
                      "end": {
                        "line": 84,
                        "column": 24
                      }
                    },
                    "name": "plugin"
                  },
                  {
                    "type": "Identifier",
                    "start": 3518,
                    "end": 3531,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 26
                      },
                      "end": {
                        "line": 84,
                        "column": 39
                      }
                    },
                    "name": "buttonChanges"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3533,
                  "end": 4260,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 41
                    },
                    "end": {
                      "line": 100,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3543,
                      "end": 3597,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 8
                        },
                        "end": {
                          "line": 85,
                          "column": 62
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3543,
                        "end": 3596,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 8
                          },
                          "end": {
                            "line": 85,
                            "column": 61
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3543,
                          "end": 3565,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 8
                            },
                            "end": {
                              "line": 85,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3543,
                            "end": 3559,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 8
                              },
                              "end": {
                                "line": 85,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3543,
                              "end": 3547,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 8
                                },
                                "end": {
                                  "line": 85,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3548,
                              "end": 3559,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 13
                                },
                                "end": {
                                  "line": 85,
                                  "column": 24
                                }
                              },
                              "name": "buttonPanel"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3560,
                            "end": 3565,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 25
                              },
                              "end": {
                                "line": 85,
                                "column": 30
                              }
                            },
                            "name": "click"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrowFunctionExpression",
                          "start": 3568,
                          "end": 3596,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 33
                            },
                            "end": {
                              "line": 85,
                              "column": 61
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3568,
                              "end": 3570,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 33
                                },
                                "end": {
                                  "line": 85,
                                  "column": 35
                                }
                              },
                              "name": "id"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 3574,
                            "end": 3596,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 39
                              },
                              "end": {
                                "line": 85,
                                "column": 61
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3574,
                              "end": 3592,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 39
                                },
                                "end": {
                                  "line": 85,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3574,
                                "end": 3580,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 45
                                  }
                                },
                                "name": "plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3581,
                                "end": 3592,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 57
                                  }
                                },
                                "name": "buttonClick"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3593,
                                "end": 3595,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 60
                                  }
                                },
                                "name": "id"
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3606,
                      "end": 3648,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 50
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3612,
                          "end": 3647,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 14
                            },
                            "end": {
                              "line": 86,
                              "column": 49
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3612,
                            "end": 3619,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 14
                              },
                              "end": {
                                "line": 86,
                                "column": 21
                              }
                            },
                            "name": "buttons"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3622,
                            "end": 3647,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 24
                              },
                              "end": {
                                "line": 86,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3622,
                              "end": 3638,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 24
                                },
                                "end": {
                                  "line": 86,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3622,
                                "end": 3626,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3627,
                                "end": 3638,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 40
                                  }
                                },
                                "name": "buttonPanel"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3639,
                              "end": 3647,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 41
                                },
                                "end": {
                                  "line": 86,
                                  "column": 49
                                }
                              },
                              "name": "elements"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 3657,
                      "end": 4203,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 3662,
                        "end": 3680,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 13
                          },
                          "end": {
                            "line": 87,
                            "column": 31
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3668,
                            "end": 3680,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 19
                              },
                              "end": {
                                "line": 87,
                                "column": 31
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3668,
                              "end": 3680,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 19
                                },
                                "end": {
                                  "line": 87,
                                  "column": 31
                                }
                              },
                              "name": "buttonChange"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 3684,
                        "end": 3697,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 35
                          },
                          "end": {
                            "line": 87,
                            "column": 48
                          }
                        },
                        "name": "buttonChanges"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3699,
                        "end": 4203,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 50
                          },
                          "end": {
                            "line": 98,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3713,
                            "end": 3772,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 12
                              },
                              "end": {
                                "line": 88,
                                "column": 71
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3719,
                                "end": 3771,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 70
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3719,
                                  "end": 3720,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 19
                                    }
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 3723,
                                  "end": 3771,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 70
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3723,
                                    "end": 3740,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3723,
                                      "end": 3730,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 29
                                        }
                                      },
                                      "name": "buttons"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3731,
                                      "end": 3740,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 39
                                        }
                                      },
                                      "name": "findIndex"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3741,
                                      "end": 3770,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 69
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 3741,
                                          "end": 3742,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 41
                                            }
                                          },
                                          "name": "b"
                                        }
                                      ],
                                      "body": {
                                        "type": "BinaryExpression",
                                        "start": 3746,
                                        "end": 3770,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 3746,
                                          "end": 3750,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3746,
                                            "end": 3747,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 46
                                              }
                                            },
                                            "name": "b"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3748,
                                            "end": 3750,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 49
                                              }
                                            },
                                            "name": "id"
                                          },
                                          "computed": false
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 3755,
                                          "end": 3770,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3755,
                                            "end": 3767,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 66
                                              }
                                            },
                                            "name": "buttonChange"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3768,
                                            "end": 3770,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 69
                                              }
                                            },
                                            "name": "id"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 3785,
                            "end": 4193,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 97,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 3789,
                              "end": 3819,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 16
                                },
                                "end": {
                                  "line": 89,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 3789,
                                "end": 3795,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 22
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 3789,
                                  "end": 3790,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 17
                                    }
                                  },
                                  "name": "i"
                                },
                                "operator": ">=",
                                "right": {
                                  "type": "Literal",
                                  "start": 3794,
                                  "end": 3795,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 22
                                    }
                                  },
                                  "value": 0,
                                  "rawValue": 0,
                                  "raw": "0"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 3799,
                                "end": 3819,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3799,
                                  "end": 3811,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 38
                                    }
                                  },
                                  "name": "buttonChange"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3812,
                                  "end": 3819,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 46
                                    }
                                  },
                                  "name": "visible"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3821,
                              "end": 3997,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 48
                                },
                                "end": {
                                  "line": 93,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3839,
                                  "end": 3875,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3839,
                                    "end": 3874,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3839,
                                      "end": 3854,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3839,
                                        "end": 3849,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3839,
                                          "end": 3846,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 23
                                            }
                                          },
                                          "name": "buttons"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3847,
                                          "end": 3848,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 25
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3850,
                                        "end": 3854,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 31
                                          }
                                        },
                                        "name": "icon"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3857,
                                      "end": 3874,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3857,
                                        "end": 3869,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 46
                                          }
                                        },
                                        "name": "buttonChange"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3870,
                                        "end": 3874,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 51
                                          }
                                        },
                                        "name": "icon"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3892,
                                  "end": 3928,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3892,
                                    "end": 3927,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3892,
                                      "end": 3907,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3892,
                                        "end": 3902,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3892,
                                          "end": 3899,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 23
                                            }
                                          },
                                          "name": "buttons"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3900,
                                          "end": 3901,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 25
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3903,
                                        "end": 3907,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 31
                                          }
                                        },
                                        "name": "name"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3910,
                                      "end": 3927,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3910,
                                        "end": 3922,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 46
                                          }
                                        },
                                        "name": "buttonChange"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3923,
                                        "end": 3927,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 51
                                          }
                                        },
                                        "name": "name"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3945,
                                  "end": 3983,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 54
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3945,
                                    "end": 3982,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 53
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3945,
                                      "end": 3961,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3945,
                                        "end": 3955,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3945,
                                          "end": 3952,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 23
                                            }
                                          },
                                          "name": "buttons"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3953,
                                          "end": 3954,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 25
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3956,
                                        "end": 3961,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 32
                                          }
                                        },
                                        "name": "order"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3964,
                                      "end": 3982,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3964,
                                        "end": 3976,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 47
                                          }
                                        },
                                        "name": "buttonChange"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3977,
                                        "end": 3982,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 53
                                          }
                                        },
                                        "name": "order"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 4003,
                              "end": 4193,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 19
                                },
                                "end": {
                                  "line": 97,
                                  "column": 13
                                }
                              },
                              "test": {
                                "type": "LogicalExpression",
                                "start": 4007,
                                "end": 4038,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 54
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 4007,
                                  "end": 4013,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 29
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 4007,
                                    "end": 4008,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 24
                                      }
                                    },
                                    "name": "i"
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "Literal",
                                    "start": 4012,
                                    "end": 4013,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 29
                                      }
                                    },
                                    "value": 0,
                                    "rawValue": 0,
                                    "raw": "0"
                                  }
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 4017,
                                  "end": 4038,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 54
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 4018,
                                    "end": 4038,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4018,
                                      "end": 4030,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 46
                                        }
                                      },
                                      "name": "buttonChange"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4031,
                                      "end": 4038,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 54
                                        }
                                      },
                                      "name": "visible"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 4040,
                                "end": 4093,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 4058,
                                    "end": 4079,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 37
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 4058,
                                      "end": 4078,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 36
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4058,
                                        "end": 4072,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4058,
                                          "end": 4065,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 23
                                            }
                                          },
                                          "name": "buttons"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4066,
                                          "end": 4072,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 30
                                            }
                                          },
                                          "name": "splice"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 4073,
                                          "end": 4074,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 32
                                            }
                                          },
                                          "name": "i"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 4076,
                                          "end": 4077,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 35
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "IfStatement",
                                "start": 4099,
                                "end": 4193,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 4103,
                                  "end": 4132,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 4103,
                                    "end": 4108,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 28
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4103,
                                      "end": 4104,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 24
                                        }
                                      },
                                      "name": "i"
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Literal",
                                      "start": 4107,
                                      "end": 4108,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 28
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    }
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 4112,
                                    "end": 4132,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4112,
                                      "end": 4124,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 44
                                        }
                                      },
                                      "name": "buttonChange"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4125,
                                      "end": 4132,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 52
                                        }
                                      },
                                      "name": "visible"
                                    },
                                    "computed": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4134,
                                  "end": 4193,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4152,
                                      "end": 4179,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 43
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4152,
                                        "end": 4178,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 42
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4152,
                                          "end": 4164,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4152,
                                            "end": 4159,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 23
                                              }
                                            },
                                            "name": "buttons"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4160,
                                            "end": 4164,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 28
                                              }
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4165,
                                            "end": 4177,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 41
                                              }
                                            },
                                            "name": "buttonChange"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "alternate": null
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4212,
                      "end": 4254,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 99,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4212,
                        "end": 4253,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 8
                          },
                          "end": {
                            "line": 99,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4212,
                          "end": 4224,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 8
                            },
                            "end": {
                              "line": 99,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4212,
                            "end": 4219,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 8
                              },
                              "end": {
                                "line": 99,
                                "column": 15
                              }
                            },
                            "name": "buttons"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4220,
                            "end": 4224,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 16
                              },
                              "end": {
                                "line": 99,
                                "column": 20
                              }
                            },
                            "name": "sort"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4225,
                            "end": 4252,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 21
                              },
                              "end": {
                                "line": 99,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4226,
                                "end": 4227,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 23
                                  }
                                },
                                "name": "a"
                              },
                              {
                                "type": "Identifier",
                                "start": 4229,
                                "end": 4230,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 26
                                  }
                                },
                                "name": "b"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 4235,
                              "end": 4252,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 31
                                },
                                "end": {
                                  "line": 99,
                                  "column": 48
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4235,
                                "end": 4242,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4235,
                                  "end": 4236,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 32
                                    }
                                  },
                                  "name": "a"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4237,
                                  "end": 4242,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 38
                                    }
                                  },
                                  "name": "order"
                                },
                                "computed": false
                              },
                              "operator": "-",
                              "right": {
                                "type": "MemberExpression",
                                "start": 4245,
                                "end": 4252,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4245,
                                  "end": 4246,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 42
                                    }
                                  },
                                  "name": "b"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4247,
                                  "end": 4252,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 48
                                    }
                                  },
                                  "name": "order"
                                },
                                "computed": false
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": "promise.then(hide, hide);",
                  "start": 3457,
                  "end": 3484,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 8
                    },
                    "end": {
                      "line": 81,
                      "column": 35
                    }
                  },
                  "range": [
                    3457,
                    3484
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 4266,
              "end": 4354,
              "loc": {
                "start": {
                  "line": 102,
                  "column": 4
                },
                "end": {
                  "line": 104,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4270,
                "end": 4276,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 8
                  },
                  "end": {
                    "line": 102,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 4276,
                "end": 4354,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 14
                  },
                  "end": {
                    "line": 104,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4279,
                  "end": 4354,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 17
                    },
                    "end": {
                      "line": 104,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4289,
                      "end": 4348,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 8
                        },
                        "end": {
                          "line": 103,
                          "column": 67
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 4296,
                        "end": 4347,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 15
                          },
                          "end": {
                            "line": 103,
                            "column": 66
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 4296,
                          "end": 4315,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 15
                            },
                            "end": {
                              "line": 103,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4296,
                            "end": 4308,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 15
                              },
                              "end": {
                                "line": 103,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4296,
                              "end": 4300,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 15
                                },
                                "end": {
                                  "line": 103,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4301,
                              "end": 4308,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 20
                                },
                                "end": {
                                  "line": 103,
                                  "column": 27
                                }
                              },
                              "name": "plugins"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4309,
                            "end": 4315,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 28
                              },
                              "end": {
                                "line": 103,
                                "column": 34
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 4318,
                          "end": 4340,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 37
                            },
                            "end": {
                              "line": 103,
                              "column": 59
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4318,
                            "end": 4333,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 37
                              },
                              "end": {
                                "line": 103,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4318,
                              "end": 4330,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 37
                                },
                                "end": {
                                  "line": 103,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4318,
                                "end": 4322,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 41
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4323,
                                "end": 4330,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 49
                                  }
                                },
                                "name": "plugins"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Literal",
                              "start": 4331,
                              "end": 4332,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 50
                                },
                                "end": {
                                  "line": 103,
                                  "column": 51
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "computed": true
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4334,
                            "end": 4340,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 53
                              },
                              "end": {
                                "line": 103,
                                "column": 59
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "alternate": {
                          "type": "Literal",
                          "start": 4343,
                          "end": 4347,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 62
                            },
                            "end": {
                              "line": 103,
                              "column": 66
                            }
                          },
                          "value": null,
                          "rawValue": null,
                          "raw": "null"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4360,
              "end": 4463,
              "loc": {
                "start": {
                  "line": 106,
                  "column": 4
                },
                "end": {
                  "line": 109,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4364,
                "end": 4370,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 8
                  },
                  "end": {
                    "line": 106,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 4370,
                "end": 4463,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 14
                  },
                  "end": {
                    "line": 109,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4371,
                    "end": 4376,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 15
                      },
                      "end": {
                        "line": 106,
                        "column": 20
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4378,
                  "end": 4463,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 22
                    },
                    "end": {
                      "line": 109,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 4388,
                      "end": 4457,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 34
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4393,
                        "end": 4405,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 13
                          },
                          "end": {
                            "line": 107,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4399,
                            "end": 4405,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 19
                              },
                              "end": {
                                "line": 107,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4399,
                              "end": 4405,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 19
                                },
                                "end": {
                                  "line": 107,
                                  "column": 25
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4409,
                        "end": 4421,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 29
                          },
                          "end": {
                            "line": 107,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4409,
                          "end": 4413,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 29
                            },
                            "end": {
                              "line": 107,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4414,
                          "end": 4421,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 34
                            },
                            "end": {
                              "line": 107,
                              "column": 41
                            }
                          },
                          "name": "plugins"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 4435,
                        "end": 4457,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 12
                          },
                          "end": {
                            "line": 108,
                            "column": 34
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 4435,
                          "end": 4456,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 12
                            },
                            "end": {
                              "line": 108,
                              "column": 33
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 4435,
                            "end": 4448,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 12
                              },
                              "end": {
                                "line": 108,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4435,
                              "end": 4441,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 12
                                },
                                "end": {
                                  "line": 108,
                                  "column": 18
                                }
                              },
                              "name": "plugin"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4442,
                              "end": 4448,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 19
                                },
                                "end": {
                                  "line": 108,
                                  "column": 25
                                }
                              },
                              "name": "socket"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 4451,
                            "end": 4456,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 28
                              },
                              "end": {
                                "line": 108,
                                "column": 33
                              }
                            },
                            "name": "value"
                          }
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4469,
              "end": 4560,
              "loc": {
                "start": {
                  "line": 111,
                  "column": 4
                },
                "end": {
                  "line": 113,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4473,
                "end": 4480,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 8
                  },
                  "end": {
                    "line": 111,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 4480,
                "end": 4560,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 15
                  },
                  "end": {
                    "line": 113,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4483,
                  "end": 4560,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 18
                    },
                    "end": {
                      "line": 113,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4493,
                      "end": 4554,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 69
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 4500,
                        "end": 4553,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 15
                          },
                          "end": {
                            "line": 112,
                            "column": 68
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 4500,
                          "end": 4519,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 15
                            },
                            "end": {
                              "line": 112,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4500,
                            "end": 4512,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 15
                              },
                              "end": {
                                "line": 112,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4500,
                              "end": 4504,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 15
                                },
                                "end": {
                                  "line": 112,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4505,
                              "end": 4512,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 20
                                },
                                "end": {
                                  "line": 112,
                                  "column": 27
                                }
                              },
                              "name": "plugins"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4513,
                            "end": 4519,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 28
                              },
                              "end": {
                                "line": 112,
                                "column": 34
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "MemberExpression",
                          "start": 4522,
                          "end": 4545,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 37
                            },
                            "end": {
                              "line": 112,
                              "column": 60
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4522,
                            "end": 4537,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 37
                              },
                              "end": {
                                "line": 112,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4522,
                              "end": 4534,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 37
                                },
                                "end": {
                                  "line": 112,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4522,
                                "end": 4526,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 41
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4527,
                                "end": 4534,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 49
                                  }
                                },
                                "name": "plugins"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Literal",
                              "start": 4535,
                              "end": 4536,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 50
                                },
                                "end": {
                                  "line": 112,
                                  "column": 51
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "computed": true
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4538,
                            "end": 4545,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 53
                              },
                              "end": {
                                "line": 112,
                                "column": 60
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "alternate": {
                          "type": "Literal",
                          "start": 4548,
                          "end": 4553,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 63
                            },
                            "end": {
                              "line": 112,
                              "column": 68
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4566,
              "end": 4671,
              "loc": {
                "start": {
                  "line": 115,
                  "column": 4
                },
                "end": {
                  "line": 118,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4570,
                "end": 4577,
                "loc": {
                  "start": {
                    "line": 115,
                    "column": 8
                  },
                  "end": {
                    "line": 115,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 4577,
                "end": 4671,
                "loc": {
                  "start": {
                    "line": 115,
                    "column": 15
                  },
                  "end": {
                    "line": 118,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4578,
                    "end": 4583,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 16
                      },
                      "end": {
                        "line": 115,
                        "column": 21
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4585,
                  "end": 4671,
                  "loc": {
                    "start": {
                      "line": 115,
                      "column": 23
                    },
                    "end": {
                      "line": 118,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 4595,
                      "end": 4665,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 35
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4600,
                        "end": 4612,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 13
                          },
                          "end": {
                            "line": 116,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4606,
                            "end": 4612,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 19
                              },
                              "end": {
                                "line": 116,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4606,
                              "end": 4612,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 19
                                },
                                "end": {
                                  "line": 116,
                                  "column": 25
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "const"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4616,
                        "end": 4628,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 29
                          },
                          "end": {
                            "line": 116,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4616,
                          "end": 4620,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 29
                            },
                            "end": {
                              "line": 116,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4621,
                          "end": 4628,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 34
                            },
                            "end": {
                              "line": 116,
                              "column": 41
                            }
                          },
                          "name": "plugins"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 4642,
                        "end": 4665,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 12
                          },
                          "end": {
                            "line": 117,
                            "column": 35
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 4642,
                          "end": 4664,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 12
                            },
                            "end": {
                              "line": 117,
                              "column": 34
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 4642,
                            "end": 4656,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 12
                              },
                              "end": {
                                "line": 117,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4642,
                              "end": 4648,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 12
                                },
                                "end": {
                                  "line": 117,
                                  "column": 18
                                }
                              },
                              "name": "plugin"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4649,
                              "end": 4656,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 19
                                },
                                "end": {
                                  "line": 117,
                                  "column": 26
                                }
                              },
                              "name": "enabled"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 4659,
                            "end": 4664,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 29
                              },
                              "end": {
                                "line": 117,
                                "column": 34
                              }
                            },
                            "name": "value"
                          }
                        }
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}