diff --git a/app/Http/Controllers/Api/DialogController.php b/app/Http/Controllers/Api/DialogController.php index c3744c13a..592e375ad 100755 --- a/app/Http/Controllers/Api/DialogController.php +++ b/app/Http/Controllers/Api/DialogController.php @@ -992,7 +992,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/ai_generate 21.1 使用 AI 助手生成消息 + * @api {post} api/dialog/msg/ai_generate 21. 使用 AI 助手生成消息 * * @apiDescription 需要token身份,根据上下文自动生成拟发送的聊天消息 * @apiVersion 1.0.0 @@ -1086,7 +1086,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendtext 21. 发送消息 + * @api {post} api/dialog/msg/sendtext 22. 发送消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1231,7 +1231,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendnotice 22. 发送通知 + * @api {post} api/dialog/msg/sendnotice 23. 发送通知 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1284,7 +1284,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendtemplate 23. 发送模板消息 + * @api {post} api/dialog/msg/sendtemplate 24. 发送模板消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1353,7 +1353,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendrecord 24. 发送语音 + * @api {post} api/dialog/msg/sendrecord 25. 发送语音 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1401,7 +1401,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/convertrecord 25. 录音转文字 + * @api {post} api/dialog/msg/convertrecord 26. 录音转文字 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1474,7 +1474,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendfile 26. 文件上传 + * @api {post} api/dialog/msg/sendfile 27. 文件上传 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1506,7 +1506,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendfiles 27. 群发文件上传 + * @api {post} api/dialog/msg/sendfiles 28. 群发文件上传 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1562,7 +1562,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/sendfileid 28. 通过文件ID发送文件 + * @api {get} api/dialog/msg/sendfileid 29. 通过文件ID发送文件 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1602,7 +1602,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/sendtaskid 29. 通过任务ID发送任务 + * @api {get} api/dialog/msg/sendtaskid 30. 通过任务ID发送任务 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1641,7 +1641,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendanon 30. 发送匿名消息 + * @api {post} api/dialog/msg/sendanon 31. 发送匿名消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1697,7 +1697,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendbot 31. 发送机器人消息 + * @api {post} api/dialog/msg/sendbot 32. 发送机器人消息 * * @apiDescription 需要token身份,通过机器人发送消息给指定用户 * @apiVersion 1.0.0 @@ -1779,7 +1779,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/sendlocation 32. 发送位置消息 + * @api {post} api/dialog/msg/sendlocation 33. 发送位置消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1841,7 +1841,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/readlist 33. 获取消息阅读情况 + * @api {get} api/dialog/msg/readlist 34. 获取消息阅读情况 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1870,7 +1870,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/detail 34. 消息详情 + * @api {get} api/dialog/msg/detail 35. 消息详情 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1940,7 +1940,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/download 35. 文件下载 + * @api {get} api/dialog/msg/download 36. 文件下载 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1977,7 +1977,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/withdraw 36. 聊天消息撤回 + * @api {get} api/dialog/msg/withdraw 37. 聊天消息撤回 * * @apiDescription 消息撤回限制24小时内,需要token身份 * @apiVersion 1.0.0 @@ -2008,7 +2008,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/voice2text 37. 语音消息转文字 + * @api {get} api/dialog/msg/voice2text 38. 语音消息转文字 * * @apiDescription 将语音消息转文字,需要token身份 * @apiVersion 1.0.0 @@ -2063,7 +2063,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/translation 38. 翻译消息 + * @api {get} api/dialog/msg/translation 39. 翻译消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2132,7 +2132,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/mark 39. 消息标记操作 + * @api {get} api/dialog/msg/mark 40. 消息标记操作 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2196,7 +2196,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/silence 40. 消息免打扰 + * @api {get} api/dialog/msg/silence 41. 消息免打扰 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2259,7 +2259,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/forward 41. 转发消息给 + * @api {get} api/dialog/msg/forward 42. 转发消息给 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2300,7 +2300,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/emoji 42. emoji回复 + * @api {get} api/dialog/msg/emoji 43. emoji回复 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2350,7 +2350,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/tag 43. 标注/取消标注 + * @api {get} api/dialog/msg/tag 44. 标注/取消标注 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2379,7 +2379,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/todo 44. 设待办/取消待办 + * @api {get} api/dialog/msg/todo 45. 设待办/取消待办 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2422,7 +2422,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/todolist 45. 获取消息待办情况 + * @api {get} api/dialog/msg/todolist 46. 获取消息待办情况 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2452,7 +2452,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/done 46. 完成待办 + * @api {get} api/dialog/msg/done 47. 完成待办 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2506,7 +2506,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/color 47. 设置颜色 + * @api {get} api/dialog/msg/color 48. 设置颜色 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2547,7 +2547,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/webhookmsg2ai 48. 转换为AI对话 + * @api {post} api/dialog/msg/webhookmsg2ai 49. 转换为AI对话 * * @apiDescription 需要token身份,将webhook消息转换为适合AI对话的格式消息,用于AI对话 * @apiVersion 1.0.0 @@ -2574,7 +2574,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/add 49. 新增群组 + * @api {get} api/dialog/group/add 50. 新增群组 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2636,7 +2636,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/edit 50. 修改群组 + * @api {get} api/dialog/group/edit 51. 修改群组 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2699,7 +2699,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/adduser 51. 添加群成员 + * @api {get} api/dialog/group/adduser 52. 添加群成员 * * @apiDescription 需要token身份 * - 有群主时:只有群主可以邀请 @@ -2735,7 +2735,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/deluser 52. 移出(退出)群成员 + * @api {get} api/dialog/group/deluser 53. 移出(退出)群成员 * * @apiDescription 需要token身份 * - 只有群主、邀请人可以踢人 @@ -2779,7 +2779,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/transfer 53. 转让群组 + * @api {get} api/dialog/group/transfer 54. 转让群组 * * @apiDescription 需要token身份 * - 只有群主且是个人类型群可以解散 @@ -2828,7 +2828,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/disband 54. 解散群组 + * @api {get} api/dialog/group/disband 55. 解散群组 * * @apiDescription 需要token身份 * - 只有群主且是个人类型群可以解散 @@ -2856,7 +2856,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/group/searchuser 55. 搜索个人群(仅限管理员) + * @api {get} api/dialog/group/searchuser 56. 搜索个人群(仅限管理员) * * @apiDescription 需要token身份,用于创建部门搜索个人群组 * @apiVersion 1.0.0 @@ -2885,7 +2885,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/common/list 56. 共同群组群聊 + * @api {get} api/dialog/common/list 57. 共同群组群聊 * * @apiDescription 需要token身份,按置顶时间、用户在群组中的最后活跃时间倒序排列 * @apiVersion 1.0.0 @@ -2962,7 +2962,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/okr/add 56. 创建OKR评论会话 + * @api {post} api/dialog/okr/add 58. 创建OKR评论会话 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3001,7 +3001,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/okr/push 57. 推送OKR相关信息 + * @api {post} api/dialog/okr/push 59. 推送OKR相关信息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3037,7 +3037,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/wordchain 58. 发送接龙消息 + * @api {post} api/dialog/msg/wordchain 60. 发送接龙消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3123,7 +3123,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/msg/vote 59. 发起投票 + * @api {post} api/dialog/msg/vote 61. 发起投票 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3239,7 +3239,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/top 60. 置顶/取消置顶 + * @api {get} api/dialog/msg/top 62. 置顶/取消置顶 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3299,7 +3299,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/topinfo 61. 获取置顶消息 + * @api {get} api/dialog/msg/topinfo 63. 获取置顶消息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3326,7 +3326,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/applied 62. 标记消息已应用 + * @api {get} api/dialog/msg/applied 64. 标记消息已应用 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3375,7 +3375,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/sticker/search 63. 搜索在线表情 + * @api {get} api/dialog/sticker/search 65. 搜索在线表情 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3399,7 +3399,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/config 64. 获取会话配置 + * @api {get} api/dialog/config 66. 获取会话配置 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3435,7 +3435,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/config/save 65. 保存会话配置 + * @api {post} api/dialog/config/save 67. 保存会话配置 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3481,7 +3481,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/session/create 66. AI-开启新会话 + * @api {get} api/dialog/session/create 68. AI-开启新会话 * * @apiDescription 需要token身份,仅限与AI用户会话 * @apiVersion 1.0.0 @@ -3530,7 +3530,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/session/list 67. AI-获取会话列表 + * @api {get} api/dialog/session/list 69. AI-获取会话列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3570,7 +3570,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/session/open 68. AI-打开会话 + * @api {get} api/dialog/session/open 70. AI-打开会话 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3603,7 +3603,7 @@ class DialogController extends AbstractController } /** - * @api {post} api/dialog/session/rename 69. AI-重命名会话 + * @api {post} api/dialog/session/rename 71. AI-重命名会话 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 diff --git a/app/Http/Controllers/Api/ProjectController.php b/app/Http/Controllers/Api/ProjectController.php index ef966c6aa..3af25dfa8 100755 --- a/app/Http/Controllers/Api/ProjectController.php +++ b/app/Http/Controllers/Api/ProjectController.php @@ -651,7 +651,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/user/sort 47. 项目列表排序 + * @api {post} api/project/user/sort 11. 项目列表排序 * * @apiDescription 需要token身份,按当前用户对项目进行拖动排序,仅影响本人 * @apiVersion 1.0.0 @@ -684,7 +684,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/exit 11. 退出项目 + * @api {get} api/project/exit 12. 退出项目 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -716,7 +716,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/archived 12. 归档项目 + * @api {get} api/project/archived 13. 归档项目 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -750,7 +750,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/remove 13. 删除项目 + * @api {get} api/project/remove 14. 删除项目 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -776,7 +776,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/column/lists 14. 获取任务列表 + * @api {get} api/project/column/lists 15. 获取任务列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -809,7 +809,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/column/add 15. 添加任务列表 + * @api {get} api/project/column/add 16. 添加任务列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -856,7 +856,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/column/update 16. 修改任务列表 + * @api {get} api/project/column/update 17. 修改任务列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -901,7 +901,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/column/remove 17. 删除任务列表 + * @api {get} api/project/column/remove 18. 删除任务列表 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -934,7 +934,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/column/one 18. 获取任务列详细 + * @api {get} api/project/column/one 19. 获取任务列详细 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -974,7 +974,7 @@ class ProjectController extends AbstractController /** - * @api {get} api/project/task/lists 19. 任务列表 + * @api {get} api/project/task/lists 20. 任务列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1198,7 +1198,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/easylists 20. 任务列表-简单的 + * @api {get} api/project/task/easylists 21. 任务列表-简单的 * * @apiDescription 需要token身份,主要用于判断是否有时间冲突的任务 * @apiVersion 1.0.0 @@ -1256,7 +1256,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/export 21. 导出任务(限管理员) + * @api {get} api/project/task/export 22. 导出任务(限管理员) * * @apiDescription 导出指定范围任务(已完成、未完成、已归档),返回下载地址,需要token身份 * @apiVersion 1.0.0 @@ -1519,7 +1519,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/exportoverdue 22. 导出超期任务(限管理员) + * @api {get} api/project/task/exportoverdue 23. 导出超期任务(限管理员) * * @apiDescription 导出指定范围任务(已完成、未完成、已归档),返回下载地址,需要token身份 * @apiVersion 1.0.0 @@ -1687,7 +1687,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/down 23. 下载导出的任务 + * @api {get} api/project/task/down 24. 下载导出的任务 * * @apiVersion 1.0.0 * @apiGroup project @@ -1708,7 +1708,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/one 24. 获取单个任务信息 + * @api {get} api/project/task/one 25. 获取单个任务信息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1754,7 +1754,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/related 25.1 获取任务关联任务列表 + * @api {get} api/project/task/related 26. 获取任务关联任务列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1860,7 +1860,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/content 25. 获取任务详细描述 + * @api {get} api/project/task/content 27. 获取任务详细描述 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1899,7 +1899,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/content_history 26. 获取任务详细历史描述 + * @api {get} api/project/task/content_history 28. 获取任务详细历史描述 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1931,7 +1931,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/files 27. 获取任务文件列表 + * @api {get} api/project/task/files 29. 获取任务文件列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1956,7 +1956,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/filedelete 28. 删除任务文件 + * @api {get} api/project/task/filedelete 30. 删除任务文件 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1998,7 +1998,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/filedetail 29. 获取任务文件详情 + * @api {get} api/project/task/filedetail 31. 获取任务文件详情 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2051,7 +2051,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/filedown 30. 下载任务文件 + * @api {get} api/project/task/filedown 32. 下载任务文件 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2096,7 +2096,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/add 31. 添加任务 + * @api {post} api/project/task/add 33. 添加任务 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2182,7 +2182,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/addsub 32. 添加子任务 + * @api {get} api/project/task/addsub 34. 添加子任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2229,7 +2229,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/update 33. 修改任务、子任务 + * @api {post} api/project/task/update 35. 修改任务、子任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2342,7 +2342,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/dialog 34. 创建/获取聊天室 + * @api {get} api/project/task/dialog 36. 创建/获取聊天室 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2391,7 +2391,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/archived 35. 归档任务 + * @api {get} api/project/task/archived 37. 归档任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2436,7 +2436,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/remove 36. 删除任务 + * @api {get} api/project/task/remove 38. 删除任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2474,7 +2474,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/resetfromlog 37. 根据日志重置任务 + * @api {get} api/project/task/resetfromlog 39. 根据日志重置任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2533,7 +2533,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/flow 38. 任务工作流信息 + * @api {get} api/project/task/flow 40. 任务工作流信息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2622,7 +2622,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/move 39. 任务移动 + * @api {get} api/project/task/move 41. 任务移动 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2708,7 +2708,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/copy 40. 复制任务 + * @api {post} api/project/task/copy 42. 复制任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -2834,7 +2834,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/ai_generate 41. 使用 AI 助手生成任务 + * @api {post} api/project/task/ai_generate 43. 使用 AI 助手生成任务 * * @apiDescription 需要token身份,使用AI根据用户输入和上下文信息生成任务标题和详细描述 * @apiVersion 1.0.0 @@ -2894,7 +2894,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/ai/generate 41. 使用 AI 助手生成项目 + * @api {post} api/project/ai/generate 44. 使用 AI 助手生成项目 * * @apiDescription 需要token身份,根据需求说明自动生成项目名称及任务列表 * @apiVersion 1.0.0 @@ -2943,7 +2943,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/flow/list 40. 工作流列表 + * @api {get} api/project/flow/list 45. 工作流列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2969,7 +2969,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/flow/save 41. 保存工作流 + * @api {post} api/project/flow/save 46. 保存工作流 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3003,7 +3003,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/flow/delete 42. 删除工作流 + * @api {get} api/project/flow/delete 47. 删除工作流 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3035,7 +3035,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/log/lists 43. 获取项目、任务日志 + * @api {get} api/project/log/lists 48. 获取项目、任务日志 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3103,7 +3103,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/top 44. 项目置顶 + * @api {get} api/project/top 49. 项目置顶 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3137,7 +3137,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/permission 45. 获取项目权限设置 + * @api {get} api/project/permission 50. 获取项目权限设置 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3163,7 +3163,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/permission/update 46. 项目权限设置 + * @api {get} api/project/permission/update 51. 项目权限设置 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3208,7 +3208,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/template_list 47. 任务模板列表 + * @api {get} api/project/task/template_list 52. 任务模板列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3237,7 +3237,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/template_save 48. 保存任务模板 + * @api {post} api/project/task/template_save 53. 保存任务模板 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3303,7 +3303,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/template_sort 48.1 排序任务模板 + * @api {post} api/project/task/template_sort 54. 排序任务模板 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3355,7 +3355,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/template_delete 49. 删除任务模板 + * @api {get} api/project/task/template_delete 55. 删除任务模板 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3386,7 +3386,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/template_default 50. 设置(取消)任务模板为默认 + * @api {get} api/project/task/template_default 56. 设置(取消)任务模板为默认 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3428,7 +3428,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/tag/save 51. 保存标签 + * @api {post} api/project/tag/save 57. 保存标签 * * @apiDescription 需要token身份(修改:项目负责人、标签创建者;添加:项目所有成员) * @apiVersion 1.0.0 @@ -3541,7 +3541,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/tag/sort 52.1 标签排序 + * @api {post} api/project/tag/sort 58. 标签排序 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -3593,7 +3593,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/tag/delete 52. 删除标签 + * @api {get} api/project/tag/delete 59. 删除标签 * * @apiDescription 需要token身份(限:项目负责人、标签创建者) * @apiVersion 1.0.0 @@ -3650,7 +3650,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/tag/list 53. 标签列表 + * @api {get} api/project/tag/list 60. 标签列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 diff --git a/app/Http/Controllers/Api/UsersController.php b/app/Http/Controllers/Api/UsersController.php index 8ece0c001..1f29ebaa6 100755 --- a/app/Http/Controllers/Api/UsersController.php +++ b/app/Http/Controllers/Api/UsersController.php @@ -1939,7 +1939,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/checkin/save 30. 保存签到设置 + * @api {post} api/users/checkin/save 31. 保存签到设置 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2014,7 +2014,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/checkin/list 31. 获取签到数据 + * @api {get} api/users/checkin/list 32. 获取签到数据 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2061,7 +2061,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/socket/status 32. 获取socket状态 + * @api {get} api/users/socket/status 33. 获取socket状态 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2084,7 +2084,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/key/client 33. 客户端KEY + * @api {get} api/users/key/client 34. 客户端KEY * * @apiDescription 获取客户端KEY,用于加密数据发送给服务端 * @apiVersion 1.0.0 @@ -2126,7 +2126,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/bot/list 34. 机器人列表 + * @api {get} api/users/bot/list 35. 机器人列表 * * @apiDescription 需要token身份,获取我的机器人列表 * @apiVersion 1.0.0 @@ -2170,7 +2170,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/bot/info 35. 机器人信息 + * @api {get} api/users/bot/info 36. 机器人信息 * * @apiDescription 需要token身份,获取我的机器人信息 * @apiVersion 1.0.0 @@ -2221,7 +2221,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/bot/edit 36. 添加、编辑机器人 + * @api {post} api/users/bot/edit 37. 添加、编辑机器人 * * @apiDescription 需要token身份,编辑 我的机器人 或 管理员修改系统机器人 信息 * @apiVersion 1.0.0 @@ -2322,7 +2322,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/bot/delete 37. 删除机器人 + * @api {get} api/users/bot/delete 38. 删除机器人 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2372,7 +2372,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/share/list 38. 获取分享列表 + * @api {get} api/users/share/list 39. 获取分享列表 * * @apiVersion 1.0.0 * @apiGroup users @@ -2491,7 +2491,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/annual/report 39. 年度报告 + * @api {get} api/users/annual/report 40. 年度报告 * * @apiVersion 1.0.0 * @apiGroup users @@ -2660,7 +2660,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/device/list 40. 获取设备列表 + * @api {get} api/users/device/list 41. 获取设备列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2683,7 +2683,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/device/logout 41. 登出设备(删除设备) + * @api {get} api/users/device/logout 42. 登出设备(删除设备) * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2714,7 +2714,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/device/edit 42. 编辑设备 + * @api {get} api/users/device/edit 43. 编辑设备 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2753,7 +2753,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/task/browse 43. 获取任务浏览历史 + * @api {get} api/users/task/browse 44. 获取任务浏览历史 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2803,7 +2803,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/task/browse_save 44. 记录任务浏览历史 + * @api {get} api/users/task/browse_save 45. 记录任务浏览历史 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2833,7 +2833,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/task/browse_clean 45. 清理任务浏览历史 + * @api {post} api/users/task/browse_clean 46. 清理任务浏览历史 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -2858,7 +2858,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/recent/browse 45. 获取最近访问记录 + * @api {get} api/users/recent/browse 47. 获取最近访问记录 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3061,7 +3061,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/recent/delete 45.1 删除最近访问记录 + * @api {post} api/users/recent/delete 48. 删除最近访问记录 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3094,7 +3094,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/favorites 46. 获取用户收藏列表 + * @api {get} api/users/favorites 49. 获取用户收藏列表 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3129,7 +3129,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/favorite/toggle 47. 切换收藏状态 + * @api {post} api/users/favorite/toggle 50. 切换收藏状态 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3195,7 +3195,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/favorite/remark 47-1. 修改收藏备注 + * @api {post} api/users/favorite/remark 51. 修改收藏备注 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3247,7 +3247,7 @@ class UsersController extends AbstractController } /** - * @api {post} api/users/favorites/clean 48. 清理用户收藏 + * @api {post} api/users/favorites/clean 52. 清理用户收藏 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -3281,7 +3281,7 @@ class UsersController extends AbstractController } /** - * @api {get} api/users/favorite/check 49. 检查收藏状态 + * @api {get} api/users/favorite/check 53. 检查收藏状态 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 diff --git a/app/Models/File.php b/app/Models/File.php index 54bc3947c..108408131 100644 --- a/app/Models/File.php +++ b/app/Models/File.php @@ -24,6 +24,7 @@ use Illuminate\Database\Eloquent\SoftDeletes; * @property int|null $size 大小(B) * @property int|null $userid 拥有者ID * @property int|null $share 是否共享 + * @property int|null $guest_access 是否允许游客访问 * @property int|null $pshare 所属分享ID * @property int|null $created_id 创建者 * @property \Illuminate\Support\Carbon|null $created_at @@ -44,6 +45,7 @@ use Illuminate\Database\Eloquent\SoftDeletes; * @method static \Illuminate\Database\Eloquent\Builder|File whereCreatedId($value) * @method static \Illuminate\Database\Eloquent\Builder|File whereDeletedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|File whereExt($value) + * @method static \Illuminate\Database\Eloquent\Builder|File whereGuestAccess($value) * @method static \Illuminate\Database\Eloquent\Builder|File whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|File whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|File wherePid($value) diff --git a/app/Models/ProjectTag.php b/app/Models/ProjectTag.php index 46ee84e9f..14e12c106 100644 --- a/app/Models/ProjectTag.php +++ b/app/Models/ProjectTag.php @@ -30,6 +30,7 @@ namespace App\Models; * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereProjectId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereSort($value) * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ProjectTag whereUserid($value) * @mixin \Eloquent diff --git a/app/Models/ProjectTaskRelation.php b/app/Models/ProjectTaskRelation.php index a5403a20e..aa83a6101 100644 --- a/app/Models/ProjectTaskRelation.php +++ b/app/Models/ProjectTaskRelation.php @@ -5,6 +5,40 @@ namespace App\Models; use App\Module\Base; use Illuminate\Database\Eloquent\Relations\BelongsTo; +/** + * App\Models\ProjectTaskRelation + * + * @property int $id + * @property int $task_id 任务ID + * @property int $related_task_id 关联任务ID + * @property string $direction 关系方向: mention/mentioned_by + * @property int|null $dialog_id 来源会话ID + * @property int|null $msg_id 来源消息ID + * @property int|null $userid 提及人 + * @property \Illuminate\Support\Carbon|null $created_at + * @property \Illuminate\Support\Carbon|null $updated_at + * @property-read \App\Models\ProjectTask|null $relatedTask + * @property-read \App\Models\ProjectTask|null $task + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array) + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel getKeyValue() + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation newModelQuery() + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation newQuery() + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation query() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel remove() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel saveOrIgnore() + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereCreatedAt($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereDialogId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereDirection($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereMsgId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereRelatedTaskId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereTaskId($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereUpdatedAt($value) + * @method static \Illuminate\Database\Eloquent\Builder|ProjectTaskRelation whereUserid($value) + * @mixin \Eloquent + */ class ProjectTaskRelation extends AbstractModel { public const DIRECTION_MENTION = 'mention'; diff --git a/app/Models/UserFavorite.php b/app/Models/UserFavorite.php index de609caeb..848f93ceb 100644 --- a/app/Models/UserFavorite.php +++ b/app/Models/UserFavorite.php @@ -9,9 +9,10 @@ use App\Models\File; * App\Models\UserFavorite * * @property int $id - * @property int $userid 用户ID - * @property string $favoritable_type 收藏类型 - * @property int $favoritable_id 收藏对象ID + * @property int|null $userid 用户ID + * @property string|null $favoritable_type 收藏类型(比如:task/project/file/message) + * @property int|null $favoritable_id 收藏对象ID + * @property string $remark 收藏备注 * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at * @property-read \Illuminate\Database\Eloquent\Model|\Eloquent $favoritable @@ -29,6 +30,7 @@ use App\Models\File; * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereFavoritableId($value) * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereFavoritableType($value) * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereId($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereRemark($value) * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserFavorite whereUserid($value) * @mixin \Eloquent diff --git a/app/Models/UserRecentItem.php b/app/Models/UserRecentItem.php index 37174d7ef..d9b9ee754 100644 --- a/app/Models/UserRecentItem.php +++ b/app/Models/UserRecentItem.php @@ -5,15 +5,36 @@ namespace App\Models; use Carbon\Carbon; /** + * App\Models\UserRecentItem + * * @property int $id - * @property int $userid - * @property string $target_type - * @property int $target_id - * @property string $source_type - * @property int $source_id - * @property Carbon|null $browsed_at - * @property Carbon|null $created_at - * @property Carbon|null $updated_at + * @property int $userid 用户ID + * @property string $target_type 目标类型(task/file/task_file/message_file 等) + * @property int $target_id 目标ID + * @property string $source_type 来源类型(project/filesystem/project_task/dialog 等) + * @property int $source_id 来源ID + * @property \Illuminate\Support\Carbon|null $browsed_at 浏览时间 + * @property \Illuminate\Support\Carbon|null $created_at + * @property \Illuminate\Support\Carbon|null $updated_at + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array) + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel getKeyValue() + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem newModelQuery() + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem newQuery() + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem query() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel remove() + * @method static \Illuminate\Database\Eloquent\Builder|AbstractModel saveOrIgnore() + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereBrowsedAt($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereCreatedAt($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereId($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereSourceId($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereSourceType($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereTargetId($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereTargetType($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereUpdatedAt($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserRecentItem whereUserid($value) + * @mixin \Eloquent */ class UserRecentItem extends AbstractModel { diff --git a/app/Models/UserTaskBrowse.php b/app/Models/UserTaskBrowse.php index 7b79b8112..dbd3d0973 100644 --- a/app/Models/UserTaskBrowse.php +++ b/app/Models/UserTaskBrowse.php @@ -8,8 +8,8 @@ use Carbon\Carbon; * App\Models\UserTaskBrowse * * @property int $id - * @property int $userid 用户ID - * @property int $task_id 任务ID + * @property int|null $userid 用户ID + * @property int|null $task_id 任务ID * @property \Illuminate\Support\Carbon|null $browsed_at 浏览时间 * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at diff --git a/public/docs/assets/main.bundle.js b/public/docs/assets/main.bundle.js index a77152f92..923051073 100644 --- a/public/docs/assets/main.bundle.js +++ b/public/docs/assets/main.bundle.js @@ -1,7 +1,7 @@ -(()=>{var Jo={2988:()=>{+function(_){"use strict";var y=".dropdown-backdrop",a='[data-toggle="dropdown"]',d=function(o){_(o).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function i(o){var n=o.attr("data-target");n||(n=o.attr("href"),n=n&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var p=n!=="#"?_(document).find(n):null;return p&&p.length?p:o.parent()}function r(o){o&&o.which===3||(_(y).remove(),_(a).each(function(){var n=_(this),p=i(n),h={relatedTarget:this};p.hasClass("open")&&(o&&o.type=="click"&&/input|textarea/i.test(o.target.tagName)&&_.contains(p[0],o.target)||(p.trigger(o=_.Event("hide.bs.dropdown",h)),!o.isDefaultPrevented()&&(n.attr("aria-expanded","false"),p.removeClass("open").trigger(_.Event("hidden.bs.dropdown",h)))))}))}d.prototype.toggle=function(o){var n=_(this);if(!n.is(".disabled, :disabled")){var p=i(n),h=p.hasClass("open");if(r(),!h){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&_(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(_(this)).on("click",r);var s={relatedTarget:this};if(p.trigger(o=_.Event("show.bs.dropdown",s)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(_.Event("shown.bs.dropdown",s))}return!1}},d.prototype.keydown=function(o){if(!(!/(38|40|27|32)/.test(o.which)||/input|textarea/i.test(o.target.tagName))){var n=_(this);if(o.preventDefault(),o.stopPropagation(),!n.is(".disabled, :disabled")){var p=i(n),h=p.hasClass("open");if(!h&&o.which!=27||h&&o.which==27)return o.which==27&&p.find(a).trigger("focus"),n.trigger("click");var s=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+s);if(m.length){var c=m.index(o.target);o.which==38&&c>0&&c--,o.which==40&&c{+function(_){"use strict";var y=function(i,r){this.init("popover",i,r)};if(!_.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=_.extend({},_.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=_.extend({},_.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var i=this.tip(),r=this.getTitle(),u=this.getContent();if(this.options.html){var g=typeof u;this.options.sanitize&&(r=this.sanitizeHtml(r),g==="string"&&(u=this.sanitizeHtml(u))),i.find(".popover-title").html(r),i.find(".popover-content").children().detach().end()[g==="string"?"html":"append"](u)}else i.find(".popover-title").text(r),i.find(".popover-content").children().detach().end().text(u);i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var i=this.$element,r=this.options;return i.attr("data-content")||(typeof r.content=="function"?r.content.call(i[0]):r.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function a(i){return this.each(function(){var r=_(this),u=r.data("bs.popover"),g=typeof i=="object"&&i;!u&&/destroy|hide/.test(i)||(u||r.data("bs.popover",u=new y(this,g)),typeof i=="string"&&u[i]())})}var d=_.fn.popover;_.fn.popover=a,_.fn.popover.Constructor=y,_.fn.popover.noConflict=function(){return _.fn.popover=d,this}}(jQuery)},954:()=>{+function(_){"use strict";function y(i,r){this.$body=_(document.body),this.$scrollElement=_(i).is(document.body)?_(window):_(i),this.options=_.extend({},y.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",_.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var i=this,r="offset",u=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),_.isWindow(this.$scrollElement[0])||(r="position",u=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var g=_(this),o=g.data("target")||g.attr("href"),n=/^#./.test(o)&&_(o);return n&&n.length&&n.is(":visible")&&[[n[r]().top+u,o]]||null}).sort(function(g,o){return g[0]-o[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},y.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),u=this.options.offset+r-this.$scrollElement.height(),g=this.offsets,o=this.targets,n=this.activeTarget,p;if(this.scrollHeight!=r&&this.refresh(),i>=u)return n!=(p=o[o.length-1])&&this.activate(p);if(n&&i=g[p]&&(g[p+1]===void 0||i{+function(_){"use strict";var y=function(r){this.element=_(r)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var r=this.element,u=r.closest("ul:not(.dropdown-menu)"),g=r.data("target");if(g||(g=r.attr("href"),g=g&&g.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var o=u.find(".active:last a"),n=_.Event("hide.bs.tab",{relatedTarget:r[0]}),p=_.Event("show.bs.tab",{relatedTarget:o[0]});if(o.trigger(n),r.trigger(p),!(p.isDefaultPrevented()||n.isDefaultPrevented())){var h=_(document).find(g);this.activate(r.closest("li"),u),this.activate(h,h.parent(),function(){o.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:o[0]})})}}},y.prototype.activate=function(r,u,g){var o=u.find("> .active"),n=g&&_.support.transition&&(o.length&&o.hasClass("fade")||!!u.find("> .fade").length);function p(){o.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),n?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),g&&g()}o.length&&n?o.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),o.removeClass("in")};function a(r){return this.each(function(){var u=_(this),g=u.data("bs.tab");g||u.data("bs.tab",g=new y(this)),typeof r=="string"&&g[r]()})}var d=_.fn.tab;_.fn.tab=a,_.fn.tab.Constructor=y,_.fn.tab.noConflict=function(){return _.fn.tab=d,this};var i=function(r){r.preventDefault(),a.call(_(this),"show")};_(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery)},8480:()=>{+function(_){"use strict";var y=["sanitize","whiteList","sanitizeFn"],a=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,i={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function g(s,m){var c=s.nodeName.toLowerCase();if(_.inArray(c,m)!==-1)return _.inArray(c,a)!==-1?Boolean(s.nodeValue.match(r)||s.nodeValue.match(u)):!0;for(var f=_(m).filter(function(E,N){return N instanceof RegExp}),A=0,v=f.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:i},n.prototype.init=function(s,m,c){if(this.enabled=!0,this.type=s,this.$element=_(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&_(document).find(_.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var f=this.options.trigger.split(" "),A=f.length;A--;){var v=f[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,_.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",N=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,_.proxy(this.enter,this)),this.$element.on(N+"."+this.type,this.options.selector,_.proxy(this.leave,this))}}this.options.selector?this._options=_.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.getOptions=function(s){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&_.inArray(c,y)!==-1&&delete m[c];return s=_.extend({},this.getDefaults(),m,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=o(s.template,s.whiteList,s.sanitizeFn)),s},n.prototype.getDelegateOptions=function(){var s={},m=this.getDefaults();return this._options&&_.each(this._options,function(c,f){m[c]!=f&&(s[c]=f)}),s},n.prototype.enter=function(s){var m=s instanceof this.constructor?s:_(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),_(s.currentTarget).data("bs."+this.type,m)),s instanceof _.Event&&(m.inState[s.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},n.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},n.prototype.leave=function(s){var m=s instanceof this.constructor?s:_(s.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),_(s.currentTarget).data("bs."+this.type,m)),s instanceof _.Event&&(m.inState[s.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},n.prototype.show=function(){var s=_.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var m=_.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!m)return;var c=this,f=this.tip(),A=this.getUID(this.type);this.setContent(),f.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&f.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,N=E.test(v);N&&(v=v.replace(E,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?f.appendTo(_(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),b=f[0].offsetWidth,D=f[0].offsetHeight;if(N){var T=v,k=this.getPosition(this.$viewport);v=v=="bottom"&&S.bottom+D>k.bottom?"top":v=="top"&&S.top-Dk.width?"left":v=="left"&&S.left-bE.top+E.height&&(A.top=E.top+E.height-S)}else{var b=m.left-v,D=m.left+v+c;bE.right&&(A.left=E.left+E.width-D)}return A},n.prototype.getTitle=function(){var s,m=this.$element,c=this.options;return s=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),s},n.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},n.prototype.tip=function(){if(!this.$tip&&(this.$tip=_(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},n.prototype.enable=function(){this.enabled=!0},n.prototype.disable=function(){this.enabled=!1},n.prototype.toggleEnabled=function(){this.enabled=!this.enabled},n.prototype.toggle=function(s){var m=this;s&&(m=_(s.currentTarget).data("bs."+this.type),m||(m=new this.constructor(s.currentTarget,this.getDelegateOptions()),_(s.currentTarget).data("bs."+this.type,m))),s?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},n.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},n.prototype.sanitizeHtml=function(s){return o(s,this.options.whiteList,this.options.sanitizeFn)};function p(s){return this.each(function(){var m=_(this),c=m.data("bs.tooltip"),f=typeof s=="object"&&s;!c&&/destroy|hide/.test(s)||(c||m.data("bs.tooltip",c=new n(this,f)),typeof s=="string"&&c[s]())})}var h=_.fn.tooltip;_.fn.tooltip=p,_.fn.tooltip.Constructor=n,_.fn.tooltip.noConflict=function(){return _.fn.tooltip=h,this}}(jQuery)},7030:_=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},a=-1,d=1,i=0;y.Diff=function(r,u){return[r,u]},y.prototype.diff_main=function(r,u,g,o){typeof o=="undefined"&&(this.Diff_Timeout<=0?o=Number.MAX_VALUE:o=new Date().getTime()+this.Diff_Timeout*1e3);var n=o;if(r==null||u==null)throw new Error("Null input. (diff_main)");if(r==u)return r?[new y.Diff(i,r)]:[];typeof g=="undefined"&&(g=!0);var p=g,h=this.diff_commonPrefix(r,u),s=r.substring(0,h);r=r.substring(h),u=u.substring(h),h=this.diff_commonSuffix(r,u);var m=r.substring(r.length-h);r=r.substring(0,r.length-h),u=u.substring(0,u.length-h);var c=this.diff_compute_(r,u,p,n);return s&&c.unshift(new y.Diff(i,s)),m&&c.push(new y.Diff(i,m)),this.diff_cleanupMerge(c),c},y.prototype.diff_compute_=function(r,u,g,o){var n;if(!r)return[new y.Diff(d,u)];if(!u)return[new y.Diff(a,r)];var p=r.length>u.length?r:u,h=r.length>u.length?u:r,s=p.indexOf(h);if(s!=-1)return n=[new y.Diff(d,p.substring(0,s)),new y.Diff(i,h),new y.Diff(d,p.substring(s+h.length))],r.length>u.length&&(n[0][0]=n[2][0]=a),n;if(h.length==1)return[new y.Diff(a,r),new y.Diff(d,u)];var m=this.diff_halfMatch_(r,u);if(m){var c=m[0],f=m[1],A=m[2],v=m[3],E=m[4],N=this.diff_main(c,A,g,o),S=this.diff_main(f,v,g,o);return N.concat([new y.Diff(i,E)],S)}return g&&r.length>100&&u.length>100?this.diff_lineMode_(r,u,o):this.diff_bisect_(r,u,o)},y.prototype.diff_lineMode_=function(r,u,g){var o=this.diff_linesToChars_(r,u);r=o.chars1,u=o.chars2;var n=o.lineArray,p=this.diff_main(r,u,!1,g);this.diff_charsToLines_(p,n),this.diff_cleanupSemantic(p),p.push(new y.Diff(i,""));for(var h=0,s=0,m=0,c="",f="";h=1&&m>=1){p.splice(h-s-m,s+m),h=h-s-m;for(var A=this.diff_main(c,f,!1,g),v=A.length-1;v>=0;v--)p.splice(h,0,A[v]);h=h+A.length}m=0,s=0,c="",f="";break}h++}return p.pop(),p},y.prototype.diff_bisect_=function(r,u,g){for(var o=r.length,n=u.length,p=Math.ceil((o+n)/2),h=p,s=2*p,m=new Array(s),c=new Array(s),f=0;fg);D++){for(var T=-D+E;T<=D-N;T+=2){var k=h+T,w;T==-D||T!=D&&m[k-1]o)N+=2;else if(I>n)E+=2;else if(v){var C=h+A-T;if(C>=0&&C=R)return this.diff_bisectSplit_(r,u,w,I,g)}}}for(var M=-D+S;M<=D-b;M+=2){var C=h+M,R;M==-D||M!=D&&c[C-1]o)b+=2;else if(U>n)S+=2;else if(!v){var k=h+A-M;if(k>=0&&k=R)return this.diff_bisectSplit_(r,u,w,I,g)}}}}return[new y.Diff(a,r),new y.Diff(d,u)]},y.prototype.diff_bisectSplit_=function(r,u,g,o,n){var p=r.substring(0,g),h=u.substring(0,o),s=r.substring(g),m=u.substring(o),c=this.diff_main(p,h,!1,n),f=this.diff_main(s,m,!1,n);return c.concat(f)},y.prototype.diff_linesToChars_=function(r,u){var g=[],o={};g[0]="";function n(m){for(var c="",f=0,A=-1,v=g.length;Ao?r=r.substring(g-o):gu.length?r:u,o=r.length>u.length?u:r;if(g.length<4||o.length*2=N.length?[w,I,C,R,k]:null}var h=p(g,o,Math.ceil(g.length/4)),s=p(g,o,Math.ceil(g.length/2)),m;if(!h&&!s)return null;s?h?m=h[4].length>s[4].length?h:s:m=s:m=h;var c,f,A,v;r.length>u.length?(c=m[0],f=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],c=m[2],f=m[3]);var E=m[4];return[c,f,A,v,E]},y.prototype.diff_cleanupSemantic=function(r){for(var u=!1,g=[],o=0,n=null,p=0,h=0,s=0,m=0,c=0;p0?g[o-1]:-1,h=0,s=0,m=0,c=0,n=null,u=!0)),p++;for(u&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),p=1;p=E?(v>=f.length/2||v>=A.length/2)&&(r.splice(p,0,new y.Diff(i,A.substring(0,v))),r[p-1][1]=f.substring(0,f.length-v),r[p+1][1]=A.substring(v),p++):(E>=f.length/2||E>=A.length/2)&&(r.splice(p,0,new y.Diff(i,f.substring(0,E))),r[p-1][0]=d,r[p-1][1]=A.substring(0,A.length-E),r[p+1][0]=a,r[p+1][1]=f.substring(E),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(r){function u(E,N){if(!E||!N)return 6;var S=E.charAt(E.length-1),b=N.charAt(0),D=S.match(y.nonAlphaNumericRegex_),T=b.match(y.nonAlphaNumericRegex_),k=D&&S.match(y.whitespaceRegex_),w=T&&b.match(y.whitespaceRegex_),I=k&&S.match(y.linebreakRegex_),C=w&&b.match(y.linebreakRegex_),R=I&&E.match(y.blanklineEndRegex_),M=C&&N.match(y.blanklineStartRegex_);return R||M?5:I||C?4:D&&!k&&w?3:k||w?2:D||T?1:0}for(var g=1;g=A&&(A=v,m=o,c=n,f=p)}r[g-1][1]!=m&&(m?r[g-1][1]=m:(r.splice(g-1,1),g--),r[g][1]=c,f?r[g+1][1]=f:(r.splice(g+1,1),g--))}g++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(r){for(var u=!1,g=[],o=0,n=null,p=0,h=!1,s=!1,m=!1,c=!1;p0?g[o-1]:-1,m=c=!1),u=!0)),p++;u&&this.diff_cleanupMerge(r)},y.prototype.diff_cleanupMerge=function(r){r.push(new y.Diff(i,""));for(var u=0,g=0,o=0,n="",p="",h;u1?(g!==0&&o!==0&&(h=this.diff_commonPrefix(p,n),h!==0&&(u-g-o>0&&r[u-g-o-1][0]==i?r[u-g-o-1][1]+=p.substring(0,h):(r.splice(0,0,new y.Diff(i,p.substring(0,h))),u++),p=p.substring(h),n=n.substring(h)),h=this.diff_commonSuffix(p,n),h!==0&&(r[u][1]=p.substring(p.length-h)+r[u][1],p=p.substring(0,p.length-h),n=n.substring(0,n.length-h))),u-=g+o,r.splice(u,g+o),n.length&&(r.splice(u,0,new y.Diff(a,n)),u++),p.length&&(r.splice(u,0,new y.Diff(d,p)),u++),u++):u!==0&&r[u-1][0]==i?(r[u-1][1]+=r[u][1],r.splice(u,1)):u++,o=0,g=0,n="",p="";break}r[r.length-1][1]===""&&r.pop();var s=!1;for(u=1;uu));h++)n=g,p=o;return r.length!=h&&r[h][0]===a?p:p+(u-n)},y.prototype.diff_prettyHtml=function(r){for(var u=[],g=/&/g,o=//g,p=/\n/g,h=0;h");switch(s){case d:u[h]=''+c+"";break;case a:u[h]=''+c+"";break;case i:u[h]=""+c+"";break}}return u.join("")},y.prototype.diff_text1=function(r){for(var u=[],g=0;gthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var o=this.match_alphabet_(u),n=this;function p(w,I){var C=w/u.length,R=Math.abs(g-I);return n.Match_Distance?C+R/n.Match_Distance:R?1:C}var h=this.Match_Threshold,s=r.indexOf(u,g);s!=-1&&(h=Math.min(p(0,s),h),s=r.lastIndexOf(u,g+u.length),s!=-1&&(h=Math.min(p(0,s),h)));var m=1<=N;D--){var T=o[r.charAt(D-1)];if(E===0?b[D]=(b[D+1]<<1|1)&T:b[D]=(b[D+1]<<1|1)&T|((v[D+1]|v[D])<<1|1)|v[D+1],b[D]&m){var k=p(E,D-1);if(k<=h)if(h=k,s=D-1,s>g)N=Math.max(1,2*g-s);else break}}if(p(E+1,g)>h)break;v=b}return s},y.prototype.match_alphabet_=function(r){for(var u={},g=0;g2&&(this.diff_cleanupSemantic(n),this.diff_cleanupEfficiency(n));else if(r&&typeof r=="object"&&typeof u=="undefined"&&typeof g=="undefined")n=r,o=this.diff_text1(n);else if(typeof r=="string"&&u&&typeof u=="object"&&typeof g=="undefined")o=r,n=u;else if(typeof r=="string"&&typeof u=="string"&&g&&typeof g=="object")o=r,n=g;else throw new Error("Unknown call format to patch_make.");if(n.length===0)return[];for(var p=[],h=new y.patch_obj,s=0,m=0,c=0,f=o,A=o,v=0;v=2*this.Patch_Margin&&s&&(this.patch_addContext_(h,f),p.push(h),h=new y.patch_obj,s=0,f=A,m=c);break}E!==d&&(m+=N.length),E!==a&&(c+=N.length)}return s&&(this.patch_addContext_(h,f),p.push(h)),p},y.prototype.patch_deepCopy=function(r){for(var u=[],g=0;gthis.Match_MaxBits?(m=this.match_main(u,s.substring(0,this.Match_MaxBits),h),m!=-1&&(c=this.match_main(u,s.substring(s.length-this.Match_MaxBits),h+s.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(u,s,h),m==-1)n[p]=!1,o-=r[p].length2-r[p].length1;else{n[p]=!0,o=m-h;var f;if(c==-1?f=u.substring(m,m+s.length):f=u.substring(m,c+this.Match_MaxBits),s==f)u=u.substring(0,m)+this.diff_text2(r[p].diffs)+u.substring(m+s.length);else{var A=this.diff_main(s,f,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(A)/s.length>this.Patch_DeleteThreshold)n[p]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,E,N=0;Np[0][1].length){var h=u-p[0][1].length;p[0][1]=g.substring(p[0][1].length)+p[0][1],n.start1-=h,n.start2-=h,n.length1+=h,n.length2+=h}if(n=r[r.length-1],p=n.diffs,p.length==0||p[p.length-1][0]!=i)p.push(new y.Diff(i,g)),n.length1+=u,n.length2+=u;else if(u>p[p.length-1][1].length){var h=u-p[p.length-1][1].length;p[p.length-1][1]+=g.substring(0,h),n.length1+=h,n.length2+=h}return g},y.prototype.patch_splitMax=function(r){for(var u=this.Match_MaxBits,g=0;g2*u?(s.length1+=f.length,n+=f.length,m=!1,s.diffs.push(new y.Diff(c,f)),o.diffs.shift()):(f=f.substring(0,u-s.length1-this.Patch_Margin),s.length1+=f.length,n+=f.length,c===i?(s.length2+=f.length,p+=f.length):m=!1,s.diffs.push(new y.Diff(c,f)),f==o.diffs[0][1]?o.diffs.shift():o.diffs[0][1]=o.diffs[0][1].substring(f.length))}h=this.diff_text2(s.diffs),h=h.substring(h.length-this.Patch_Margin);var A=this.diff_text1(o.diffs).substring(0,this.Patch_Margin);A!==""&&(s.length1+=A.length,s.length2+=A.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===i?s.diffs[s.diffs.length-1][1]+=A:s.diffs.push(new y.Diff(i,A))),m||r.splice(++g,0,s)}}},y.prototype.patch_toText=function(r){for(var u=[],g=0;g{var Jo={2988:()=>{+function(_){"use strict";var y=".dropdown-backdrop",a='[data-toggle="dropdown"]',d=function(o){_(o).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function i(o){var s=o.attr("data-target");s||(s=o.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var l=s!=="#"?_(document).find(s):null;return l&&l.length?l:o.parent()}function r(o){o&&o.which===3||(_(y).remove(),_(a).each(function(){var s=_(this),l=i(s),h={relatedTarget:this};l.hasClass("open")&&(o&&o.type=="click"&&/input|textarea/i.test(o.target.tagName)&&_.contains(l[0],o.target)||(l.trigger(o=_.Event("hide.bs.dropdown",h)),!o.isDefaultPrevented()&&(s.attr("aria-expanded","false"),l.removeClass("open").trigger(_.Event("hidden.bs.dropdown",h)))))}))}d.prototype.toggle=function(o){var s=_(this);if(!s.is(".disabled, :disabled")){var l=i(s),h=l.hasClass("open");if(r(),!h){"ontouchstart"in document.documentElement&&!l.closest(".navbar-nav").length&&_(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(_(this)).on("click",r);var n={relatedTarget:this};if(l.trigger(o=_.Event("show.bs.dropdown",n)),o.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),l.toggleClass("open").trigger(_.Event("shown.bs.dropdown",n))}return!1}},d.prototype.keydown=function(o){if(!(!/(38|40|27|32)/.test(o.which)||/input|textarea/i.test(o.target.tagName))){var s=_(this);if(o.preventDefault(),o.stopPropagation(),!s.is(".disabled, :disabled")){var l=i(s),h=l.hasClass("open");if(!h&&o.which!=27||h&&o.which==27)return o.which==27&&l.find(a).trigger("focus"),s.trigger("click");var n=" li:not(.disabled):visible a",m=l.find(".dropdown-menu"+n);if(m.length){var c=m.index(o.target);o.which==38&&c>0&&c--,o.which==40&&c{+function(_){"use strict";var y=function(i,r){this.init("popover",i,r)};if(!_.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=_.extend({},_.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=_.extend({},_.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var i=this.tip(),r=this.getTitle(),u=this.getContent();if(this.options.html){var g=typeof u;this.options.sanitize&&(r=this.sanitizeHtml(r),g==="string"&&(u=this.sanitizeHtml(u))),i.find(".popover-title").html(r),i.find(".popover-content").children().detach().end()[g==="string"?"html":"append"](u)}else i.find(".popover-title").text(r),i.find(".popover-content").children().detach().end().text(u);i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var i=this.$element,r=this.options;return i.attr("data-content")||(typeof r.content=="function"?r.content.call(i[0]):r.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function a(i){return this.each(function(){var r=_(this),u=r.data("bs.popover"),g=typeof i=="object"&&i;!u&&/destroy|hide/.test(i)||(u||r.data("bs.popover",u=new y(this,g)),typeof i=="string"&&u[i]())})}var d=_.fn.popover;_.fn.popover=a,_.fn.popover.Constructor=y,_.fn.popover.noConflict=function(){return _.fn.popover=d,this}}(jQuery)},954:()=>{+function(_){"use strict";function y(i,r){this.$body=_(document.body),this.$scrollElement=_(i).is(document.body)?_(window):_(i),this.options=_.extend({},y.DEFAULTS,r),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",_.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var i=this,r="offset",u=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),_.isWindow(this.$scrollElement[0])||(r="position",u=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var g=_(this),o=g.data("target")||g.attr("href"),s=/^#./.test(o)&&_(o);return s&&s.length&&s.is(":visible")&&[[s[r]().top+u,o]]||null}).sort(function(g,o){return g[0]-o[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},y.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,r=this.getScrollHeight(),u=this.options.offset+r-this.$scrollElement.height(),g=this.offsets,o=this.targets,s=this.activeTarget,l;if(this.scrollHeight!=r&&this.refresh(),i>=u)return s!=(l=o[o.length-1])&&this.activate(l);if(s&&i=g[l]&&(g[l+1]===void 0||i{+function(_){"use strict";var y=function(r){this.element=_(r)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var r=this.element,u=r.closest("ul:not(.dropdown-menu)"),g=r.data("target");if(g||(g=r.attr("href"),g=g&&g.replace(/.*(?=#[^\s]*$)/,"")),!r.parent("li").hasClass("active")){var o=u.find(".active:last a"),s=_.Event("hide.bs.tab",{relatedTarget:r[0]}),l=_.Event("show.bs.tab",{relatedTarget:o[0]});if(o.trigger(s),r.trigger(l),!(l.isDefaultPrevented()||s.isDefaultPrevented())){var h=_(document).find(g);this.activate(r.closest("li"),u),this.activate(h,h.parent(),function(){o.trigger({type:"hidden.bs.tab",relatedTarget:r[0]}),r.trigger({type:"shown.bs.tab",relatedTarget:o[0]})})}}},y.prototype.activate=function(r,u,g){var o=u.find("> .active"),s=g&&_.support.transition&&(o.length&&o.hasClass("fade")||!!u.find("> .fade").length);function l(){o.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),r.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(r[0].offsetWidth,r.addClass("in")):r.removeClass("fade"),r.parent(".dropdown-menu").length&&r.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),g&&g()}o.length&&s?o.one("bsTransitionEnd",l).emulateTransitionEnd(y.TRANSITION_DURATION):l(),o.removeClass("in")};function a(r){return this.each(function(){var u=_(this),g=u.data("bs.tab");g||u.data("bs.tab",g=new y(this)),typeof r=="string"&&g[r]()})}var d=_.fn.tab;_.fn.tab=a,_.fn.tab.Constructor=y,_.fn.tab.noConflict=function(){return _.fn.tab=d,this};var i=function(r){r.preventDefault(),a.call(_(this),"show")};_(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery)},8480:()=>{+function(_){"use strict";var y=["sanitize","whiteList","sanitizeFn"],a=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,i={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function g(n,m){var c=n.nodeName.toLowerCase();if(_.inArray(c,m)!==-1)return _.inArray(c,a)!==-1?Boolean(n.nodeValue.match(r)||n.nodeValue.match(u)):!0;for(var f=_(m).filter(function(E,N){return N instanceof RegExp}),A=0,v=f.length;A
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:i},s.prototype.init=function(n,m,c){if(this.enabled=!0,this.type=n,this.$element=_(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&_(document).find(_.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var f=this.options.trigger.split(" "),A=f.length;A--;){var v=f[A];if(v=="click")this.$element.on("click."+this.type,this.options.selector,_.proxy(this.toggle,this));else if(v!="manual"){var E=v=="hover"?"mouseenter":"focusin",N=v=="hover"?"mouseleave":"focusout";this.$element.on(E+"."+this.type,this.options.selector,_.proxy(this.enter,this)),this.$element.on(N+"."+this.type,this.options.selector,_.proxy(this.leave,this))}}this.options.selector?this._options=_.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(n){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&_.inArray(c,y)!==-1&&delete m[c];return n=_.extend({},this.getDefaults(),m,n),n.delay&&typeof n.delay=="number"&&(n.delay={show:n.delay,hide:n.delay}),n.sanitize&&(n.template=o(n.template,n.whiteList,n.sanitizeFn)),n},s.prototype.getDelegateOptions=function(){var n={},m=this.getDefaults();return this._options&&_.each(this._options,function(c,f){m[c]!=f&&(n[c]=f)}),n},s.prototype.enter=function(n){var m=n instanceof this.constructor?n:_(n.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(n.currentTarget,this.getDelegateOptions()),_(n.currentTarget).data("bs."+this.type,m)),n instanceof _.Event&&(m.inState[n.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var n in this.inState)if(this.inState[n])return!0;return!1},s.prototype.leave=function(n){var m=n instanceof this.constructor?n:_(n.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(n.currentTarget,this.getDelegateOptions()),_(n.currentTarget).data("bs."+this.type,m)),n instanceof _.Event&&(m.inState[n.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var n=_.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(n);var m=_.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(n.isDefaultPrevented()||!m)return;var c=this,f=this.tip(),A=this.getUID(this.type);this.setContent(),f.attr("id",A),this.$element.attr("aria-describedby",A),this.options.animation&&f.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,E=/\s?auto?\s?/i,N=E.test(v);N&&(v=v.replace(E,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?f.appendTo(_(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var S=this.getPosition(),b=f[0].offsetWidth,D=f[0].offsetHeight;if(N){var T=v,k=this.getPosition(this.$viewport);v=v=="bottom"&&S.bottom+D>k.bottom?"top":v=="top"&&S.top-Dk.width?"left":v=="left"&&S.left-bE.top+E.height&&(A.top=E.top+E.height-S)}else{var b=m.left-v,D=m.left+v+c;bE.right&&(A.left=E.left+E.width-D)}return A},s.prototype.getTitle=function(){var n,m=this.$element,c=this.options;return n=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),n},s.prototype.getUID=function(n){do n+=~~(Math.random()*1e6);while(document.getElementById(n));return n},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=_(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(n){var m=this;n&&(m=_(n.currentTarget).data("bs."+this.type),m||(m=new this.constructor(n.currentTarget,this.getDelegateOptions()),_(n.currentTarget).data("bs."+this.type,m))),n?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var n=this;clearTimeout(this.timeout),this.hide(function(){n.$element.off("."+n.type).removeData("bs."+n.type),n.$tip&&n.$tip.detach(),n.$tip=null,n.$arrow=null,n.$viewport=null,n.$element=null})},s.prototype.sanitizeHtml=function(n){return o(n,this.options.whiteList,this.options.sanitizeFn)};function l(n){return this.each(function(){var m=_(this),c=m.data("bs.tooltip"),f=typeof n=="object"&&n;!c&&/destroy|hide/.test(n)||(c||m.data("bs.tooltip",c=new s(this,f)),typeof n=="string"&&c[n]())})}var h=_.fn.tooltip;_.fn.tooltip=l,_.fn.tooltip.Constructor=s,_.fn.tooltip.noConflict=function(){return _.fn.tooltip=h,this}}(jQuery)},7030:_=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},a=-1,d=1,i=0;y.Diff=function(r,u){return[r,u]},y.prototype.diff_main=function(r,u,g,o){typeof o=="undefined"&&(this.Diff_Timeout<=0?o=Number.MAX_VALUE:o=new Date().getTime()+this.Diff_Timeout*1e3);var s=o;if(r==null||u==null)throw new Error("Null input. (diff_main)");if(r==u)return r?[new y.Diff(i,r)]:[];typeof g=="undefined"&&(g=!0);var l=g,h=this.diff_commonPrefix(r,u),n=r.substring(0,h);r=r.substring(h),u=u.substring(h),h=this.diff_commonSuffix(r,u);var m=r.substring(r.length-h);r=r.substring(0,r.length-h),u=u.substring(0,u.length-h);var c=this.diff_compute_(r,u,l,s);return n&&c.unshift(new y.Diff(i,n)),m&&c.push(new y.Diff(i,m)),this.diff_cleanupMerge(c),c},y.prototype.diff_compute_=function(r,u,g,o){var s;if(!r)return[new y.Diff(d,u)];if(!u)return[new y.Diff(a,r)];var l=r.length>u.length?r:u,h=r.length>u.length?u:r,n=l.indexOf(h);if(n!=-1)return s=[new y.Diff(d,l.substring(0,n)),new y.Diff(i,h),new y.Diff(d,l.substring(n+h.length))],r.length>u.length&&(s[0][0]=s[2][0]=a),s;if(h.length==1)return[new y.Diff(a,r),new y.Diff(d,u)];var m=this.diff_halfMatch_(r,u);if(m){var c=m[0],f=m[1],A=m[2],v=m[3],E=m[4],N=this.diff_main(c,A,g,o),S=this.diff_main(f,v,g,o);return N.concat([new y.Diff(i,E)],S)}return g&&r.length>100&&u.length>100?this.diff_lineMode_(r,u,o):this.diff_bisect_(r,u,o)},y.prototype.diff_lineMode_=function(r,u,g){var o=this.diff_linesToChars_(r,u);r=o.chars1,u=o.chars2;var s=o.lineArray,l=this.diff_main(r,u,!1,g);this.diff_charsToLines_(l,s),this.diff_cleanupSemantic(l),l.push(new y.Diff(i,""));for(var h=0,n=0,m=0,c="",f="";h=1&&m>=1){l.splice(h-n-m,n+m),h=h-n-m;for(var A=this.diff_main(c,f,!1,g),v=A.length-1;v>=0;v--)l.splice(h,0,A[v]);h=h+A.length}m=0,n=0,c="",f="";break}h++}return l.pop(),l},y.prototype.diff_bisect_=function(r,u,g){for(var o=r.length,s=u.length,l=Math.ceil((o+s)/2),h=l,n=2*l,m=new Array(n),c=new Array(n),f=0;fg);D++){for(var T=-D+E;T<=D-N;T+=2){var k=h+T,w;T==-D||T!=D&&m[k-1]o)N+=2;else if(I>s)E+=2;else if(v){var C=h+A-T;if(C>=0&&C=R)return this.diff_bisectSplit_(r,u,w,I,g)}}}for(var M=-D+S;M<=D-b;M+=2){var C=h+M,R;M==-D||M!=D&&c[C-1]o)b+=2;else if(W>s)S+=2;else if(!v){var k=h+A-M;if(k>=0&&k=R)return this.diff_bisectSplit_(r,u,w,I,g)}}}}return[new y.Diff(a,r),new y.Diff(d,u)]},y.prototype.diff_bisectSplit_=function(r,u,g,o,s){var l=r.substring(0,g),h=u.substring(0,o),n=r.substring(g),m=u.substring(o),c=this.diff_main(l,h,!1,s),f=this.diff_main(n,m,!1,s);return c.concat(f)},y.prototype.diff_linesToChars_=function(r,u){var g=[],o={};g[0]="";function s(m){for(var c="",f=0,A=-1,v=g.length;Ao?r=r.substring(g-o):gu.length?r:u,o=r.length>u.length?u:r;if(g.length<4||o.length*2=N.length?[w,I,C,R,k]:null}var h=l(g,o,Math.ceil(g.length/4)),n=l(g,o,Math.ceil(g.length/2)),m;if(!h&&!n)return null;n?h?m=h[4].length>n[4].length?h:n:m=n:m=h;var c,f,A,v;r.length>u.length?(c=m[0],f=m[1],A=m[2],v=m[3]):(A=m[0],v=m[1],c=m[2],f=m[3]);var E=m[4];return[c,f,A,v,E]},y.prototype.diff_cleanupSemantic=function(r){for(var u=!1,g=[],o=0,s=null,l=0,h=0,n=0,m=0,c=0;l0?g[o-1]:-1,h=0,n=0,m=0,c=0,s=null,u=!0)),l++;for(u&&this.diff_cleanupMerge(r),this.diff_cleanupSemanticLossless(r),l=1;l=E?(v>=f.length/2||v>=A.length/2)&&(r.splice(l,0,new y.Diff(i,A.substring(0,v))),r[l-1][1]=f.substring(0,f.length-v),r[l+1][1]=A.substring(v),l++):(E>=f.length/2||E>=A.length/2)&&(r.splice(l,0,new y.Diff(i,f.substring(0,E))),r[l-1][0]=d,r[l-1][1]=A.substring(0,A.length-E),r[l+1][0]=a,r[l+1][1]=f.substring(E),l++),l++}l++}},y.prototype.diff_cleanupSemanticLossless=function(r){function u(E,N){if(!E||!N)return 6;var S=E.charAt(E.length-1),b=N.charAt(0),D=S.match(y.nonAlphaNumericRegex_),T=b.match(y.nonAlphaNumericRegex_),k=D&&S.match(y.whitespaceRegex_),w=T&&b.match(y.whitespaceRegex_),I=k&&S.match(y.linebreakRegex_),C=w&&b.match(y.linebreakRegex_),R=I&&E.match(y.blanklineEndRegex_),M=C&&N.match(y.blanklineStartRegex_);return R||M?5:I||C?4:D&&!k&&w?3:k||w?2:D||T?1:0}for(var g=1;g=A&&(A=v,m=o,c=s,f=l)}r[g-1][1]!=m&&(m?r[g-1][1]=m:(r.splice(g-1,1),g--),r[g][1]=c,f?r[g+1][1]=f:(r.splice(g+1,1),g--))}g++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(r){for(var u=!1,g=[],o=0,s=null,l=0,h=!1,n=!1,m=!1,c=!1;l0?g[o-1]:-1,m=c=!1),u=!0)),l++;u&&this.diff_cleanupMerge(r)},y.prototype.diff_cleanupMerge=function(r){r.push(new y.Diff(i,""));for(var u=0,g=0,o=0,s="",l="",h;u1?(g!==0&&o!==0&&(h=this.diff_commonPrefix(l,s),h!==0&&(u-g-o>0&&r[u-g-o-1][0]==i?r[u-g-o-1][1]+=l.substring(0,h):(r.splice(0,0,new y.Diff(i,l.substring(0,h))),u++),l=l.substring(h),s=s.substring(h)),h=this.diff_commonSuffix(l,s),h!==0&&(r[u][1]=l.substring(l.length-h)+r[u][1],l=l.substring(0,l.length-h),s=s.substring(0,s.length-h))),u-=g+o,r.splice(u,g+o),s.length&&(r.splice(u,0,new y.Diff(a,s)),u++),l.length&&(r.splice(u,0,new y.Diff(d,l)),u++),u++):u!==0&&r[u-1][0]==i?(r[u-1][1]+=r[u][1],r.splice(u,1)):u++,o=0,g=0,s="",l="";break}r[r.length-1][1]===""&&r.pop();var n=!1;for(u=1;uu));h++)s=g,l=o;return r.length!=h&&r[h][0]===a?l:l+(u-s)},y.prototype.diff_prettyHtml=function(r){for(var u=[],g=/&/g,o=//g,l=/\n/g,h=0;h");switch(n){case d:u[h]=''+c+"";break;case a:u[h]=''+c+"";break;case i:u[h]=""+c+"";break}}return u.join("")},y.prototype.diff_text1=function(r){for(var u=[],g=0;gthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var o=this.match_alphabet_(u),s=this;function l(w,I){var C=w/u.length,R=Math.abs(g-I);return s.Match_Distance?C+R/s.Match_Distance:R?1:C}var h=this.Match_Threshold,n=r.indexOf(u,g);n!=-1&&(h=Math.min(l(0,n),h),n=r.lastIndexOf(u,g+u.length),n!=-1&&(h=Math.min(l(0,n),h)));var m=1<=N;D--){var T=o[r.charAt(D-1)];if(E===0?b[D]=(b[D+1]<<1|1)&T:b[D]=(b[D+1]<<1|1)&T|((v[D+1]|v[D])<<1|1)|v[D+1],b[D]&m){var k=l(E,D-1);if(k<=h)if(h=k,n=D-1,n>g)N=Math.max(1,2*g-n);else break}}if(l(E+1,g)>h)break;v=b}return n},y.prototype.match_alphabet_=function(r){for(var u={},g=0;g2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(r&&typeof r=="object"&&typeof u=="undefined"&&typeof g=="undefined")s=r,o=this.diff_text1(s);else if(typeof r=="string"&&u&&typeof u=="object"&&typeof g=="undefined")o=r,s=u;else if(typeof r=="string"&&typeof u=="string"&&g&&typeof g=="object")o=r,s=g;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var l=[],h=new y.patch_obj,n=0,m=0,c=0,f=o,A=o,v=0;v=2*this.Patch_Margin&&n&&(this.patch_addContext_(h,f),l.push(h),h=new y.patch_obj,n=0,f=A,m=c);break}E!==d&&(m+=N.length),E!==a&&(c+=N.length)}return n&&(this.patch_addContext_(h,f),l.push(h)),l},y.prototype.patch_deepCopy=function(r){for(var u=[],g=0;gthis.Match_MaxBits?(m=this.match_main(u,n.substring(0,this.Match_MaxBits),h),m!=-1&&(c=this.match_main(u,n.substring(n.length-this.Match_MaxBits),h+n.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(u,n,h),m==-1)s[l]=!1,o-=r[l].length2-r[l].length1;else{s[l]=!0,o=m-h;var f;if(c==-1?f=u.substring(m,m+n.length):f=u.substring(m,c+this.Match_MaxBits),n==f)u=u.substring(0,m)+this.diff_text2(r[l].diffs)+u.substring(m+n.length);else{var A=this.diff_main(n,f,!1);if(n.length>this.Match_MaxBits&&this.diff_levenshtein(A)/n.length>this.Patch_DeleteThreshold)s[l]=!1;else{this.diff_cleanupSemanticLossless(A);for(var v=0,E,N=0;Nl[0][1].length){var h=u-l[0][1].length;l[0][1]=g.substring(l[0][1].length)+l[0][1],s.start1-=h,s.start2-=h,s.length1+=h,s.length2+=h}if(s=r[r.length-1],l=s.diffs,l.length==0||l[l.length-1][0]!=i)l.push(new y.Diff(i,g)),s.length1+=u,s.length2+=u;else if(u>l[l.length-1][1].length){var h=u-l[l.length-1][1].length;l[l.length-1][1]+=g.substring(0,h),s.length1+=h,s.length2+=h}return g},y.prototype.patch_splitMax=function(r){for(var u=this.Match_MaxBits,g=0;g2*u?(n.length1+=f.length,s+=f.length,m=!1,n.diffs.push(new y.Diff(c,f)),o.diffs.shift()):(f=f.substring(0,u-n.length1-this.Patch_Margin),n.length1+=f.length,s+=f.length,c===i?(n.length2+=f.length,l+=f.length):m=!1,n.diffs.push(new y.Diff(c,f)),f==o.diffs[0][1]?o.diffs.shift():o.diffs[0][1]=o.diffs[0][1].substring(f.length))}h=this.diff_text2(n.diffs),h=h.substring(h.length-this.Patch_Margin);var A=this.diff_text1(o.diffs).substring(0,this.Patch_Margin);A!==""&&(n.length1+=A.length,n.length2+=A.length,n.diffs.length!==0&&n.diffs[n.diffs.length-1][0]===i?n.diffs[n.diffs.length-1][1]+=A:n.diffs.push(new y.Diff(i,A))),m||r.splice(++g,0,n)}}},y.prototype.patch_toText=function(r){for(var u=[],g=0;g= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};a.REVISION_CHANGES=v;var E="[object Object]";i.prototype={constructor:i,logger:s.default,log:s.default.log,registerHelper:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple helpers");u.extend(this.helpers,S)}else this.helpers[S]=b},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,b){if(u.toString.call(S)===E)u.extend(this.partials,S);else{if(typeof b=="undefined")throw new o.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=b}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple decorators");u.extend(this.decorators,S)}else this.decorators[S]=b},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var N=s.default.log;a.log=N,a.createFrame=u.createFrame,a.logger=s.default},function(y,a){"use strict";function d(v){return h[v]}function i(v){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;a.toString=c;var f=function(v){return typeof v=="function"};f(/x/)&&(a.isFunction=f=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),a.isFunction=f;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};a.isArray=A},function(y,a,d){"use strict";function i(g,o){var n=o&&o.loc,p=void 0,h=void 0,s=void 0,m=void 0;n&&(p=n.start.line,h=n.end.line,s=n.start.column,m=n.end.column,g+=" - "+p+":"+s);for(var c=Error.prototype.constructor.call(this,g),f=0;f0?(g.ids&&(g.ids=[g.name]),r.helpers.each(u,g)):o(this);if(g.data&&g.ids){var p=i.createFrame(g.data);p.contextPath=i.appendContextPath(g.data.contextPath,g.name),g={data:p}}return n(u,g)})},y.exports=a.default},function(y,a,d){(function(i){"use strict";var r=d(13).default,u=d(1).default;a.__esModule=!0;var g=d(5),o=d(6),n=u(o);a.default=function(p){p.registerHelper("each",function(h,s){function m(k,w,I){E&&(E.key=k,E.index=w,E.first=w===0,E.last=!!I,N&&(E.contextPath=N+k)),v+=c(h[k],{data:E,blockParams:g.blockParams([h[k],k],[N+k,null])})}if(!s)throw new n.default("Must pass iterator to #each");var c=s.fn,f=s.inverse,A=0,v="",E=void 0,N=void 0;if(s.data&&s.ids&&(N=g.appendContextPath(s.data.contextPath,s.ids[0])+"."),g.isFunction(h)&&(h=h.call(this)),s.data&&(E=g.createFrame(s.data)),h&&typeof h=="object")if(g.isArray(h))for(var S=h.length;A=0?g:parseInt(u,10)}return u},log:function(u){if(u=r.lookupLevel(u),typeof console!="undefined"&&r.lookupLevel(r.level)<=u){var g=r.methodMap[u];console[g]||(g="log");for(var o=arguments.length,n=Array(o>1?o-1:0),p=1;p= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};a.REVISION_CHANGES=v;var E="[object Object]";i.prototype={constructor:i,logger:n.default,log:n.default.log,registerHelper:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple helpers");u.extend(this.helpers,S)}else this.helpers[S]=b},unregisterHelper:function(S){delete this.helpers[S]},registerPartial:function(S,b){if(u.toString.call(S)===E)u.extend(this.partials,S);else{if(typeof b=="undefined")throw new o.default('Attempting to register a partial called "'+S+'" as undefined');this.partials[S]=b}},unregisterPartial:function(S){delete this.partials[S]},registerDecorator:function(S,b){if(u.toString.call(S)===E){if(b)throw new o.default("Arg not supported with multiple decorators");u.extend(this.decorators,S)}else this.decorators[S]=b},unregisterDecorator:function(S){delete this.decorators[S]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var N=n.default.log;a.log=N,a.createFrame=u.createFrame,a.logger=n.default},function(y,a){"use strict";function d(v){return h[v]}function i(v){for(var E=1;E":">",'"':""","'":"'","`":"`","=":"="},n=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;a.toString=c;var f=function(v){return typeof v=="function"};f(/x/)&&(a.isFunction=f=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),a.isFunction=f;var A=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};a.isArray=A},function(y,a,d){"use strict";function i(g,o){var s=o&&o.loc,l=void 0,h=void 0,n=void 0,m=void 0;s&&(l=s.start.line,h=s.end.line,n=s.start.column,m=s.end.column,g+=" - "+l+":"+n);for(var c=Error.prototype.constructor.call(this,g),f=0;f0?(g.ids&&(g.ids=[g.name]),r.helpers.each(u,g)):o(this);if(g.data&&g.ids){var l=i.createFrame(g.data);l.contextPath=i.appendContextPath(g.data.contextPath,g.name),g={data:l}}return s(u,g)})},y.exports=a.default},function(y,a,d){(function(i){"use strict";var r=d(13).default,u=d(1).default;a.__esModule=!0;var g=d(5),o=d(6),s=u(o);a.default=function(l){l.registerHelper("each",function(h,n){function m(k,w,I){E&&(E.key=k,E.index=w,E.first=w===0,E.last=!!I,N&&(E.contextPath=N+k)),v+=c(h[k],{data:E,blockParams:g.blockParams([h[k],k],[N+k,null])})}if(!n)throw new s.default("Must pass iterator to #each");var c=n.fn,f=n.inverse,A=0,v="",E=void 0,N=void 0;if(n.data&&n.ids&&(N=g.appendContextPath(n.data.contextPath,n.ids[0])+"."),g.isFunction(h)&&(h=h.call(this)),n.data&&(E=g.createFrame(n.data)),h&&typeof h=="object")if(g.isArray(h))for(var S=h.length;A=0?g:parseInt(u,10)}return u},log:function(u){if(u=r.lookupLevel(u),typeof console!="undefined"&&r.lookupLevel(r.level)<=u){var g=r.methodMap[u];console[g]||(g="log");for(var o=arguments.length,s=Array(o>1?o-1:0),l=1;l=D.LAST_COMPATIBLE_COMPILER_REVISION&&C<=D.COMPILER_REVISION)){if(C=D.LAST_COMPATIBLE_COMPILER_REVISION&&C<=D.COMPILER_REVISION)){if(C2&&R.push("'"+this.terminals_[w]+"'");U=this.lexer.showPosition?"Parse error on line "+(f+1)+`: +`)}return K}throw new b.default("The partial "+$.name+" could not be compiled when running in runtime-only mode")}function M(L){function U(oe){return""+I.main(G,oe,G.helpers,G.partials,Y,Q,K)}var $=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],Y=$.data;M._setup($),!$.partial&&I.useData&&(Y=l(L,Y));var K=void 0,Q=I.useBlockParams?[]:void 0;return I.useDepths&&(K=$.depths?L!=$.depths[0]?[L].concat($.depths):$.depths:[L]),(U=h(I.main,U,G,$.depths||[],Y,Q))(L,$)}if(!C)throw new b.default("No environment passed to template");if(!I||!I.main)throw new b.default("Unknown template object: "+typeof I);I.main.decorator=I.main_d,C.VM.checkRevision(I.compiler);var W=I.compiler&&I.compiler[0]===7,G={strict:function(L,U,$){if(!(L&&U in L))throw new b.default('"'+U+'" not defined in '+L,{loc:$});return G.lookupProperty(L,U)},lookupProperty:function(L,U){var $=L[U];return $==null||Object.prototype.hasOwnProperty.call(L,U)||w.resultIsAllowed($,G.protoAccessControl,U)?$:void 0},lookup:function(L,U){for(var $=L.length,Y=0;Y<$;Y++){var K=L[Y]&&G.lookupProperty(L[Y],U);if(K!=null)return L[Y][U]}},lambda:function(L,U){return typeof L=="function"?L.call(U):L},escapeExpression:N.escapeExpression,invokePartial:R,fn:function(L){var U=I[L];return U.decorator=I[L+"_d"],U},programs:[],program:function(L,U,$,Y,K){var Q=this.programs[L],oe=this.fn(L);return U||K||Y||$?Q=u(this,L,oe,U,$,Y,K):Q||(Q=this.programs[L]=u(this,L,oe)),Q},data:function(L,U){for(;L&&U--;)L=L._parent;return L},mergeIfNeeded:function(L,U){var $=L||U;return L&&U&&L!==U&&($=N.extend({},U,L)),$},nullContext:c({}),noop:C.VM.noop,compilerInfo:I.compiler};return M.isTop=!0,M._setup=function(L){if(L.partial)G.protoAccessControl=L.protoAccessControl,G.helpers=L.helpers,G.partials=L.partials,G.decorators=L.decorators,G.hooks=L.hooks;else{var U=N.extend({},C.helpers,L.helpers);n(U,G),G.helpers=U,I.usePartial&&(G.partials=G.mergeIfNeeded(L.partials,C.partials)),(I.usePartial||I.useDecorators)&&(G.decorators=N.extend({},C.decorators,L.decorators)),G.hooks={},G.protoAccessControl=w.createProtoAccessControl(L);var $=L.allowCallsToHelperMissing||W;T.moveHelperToHooks(G,"helperMissing",$),T.moveHelperToHooks(G,"blockHelperMissing",$)}},M._child=function(L,U,$,Y){if(I.useBlockParams&&!$)throw new b.default("must pass block params");if(I.useDepths&&!Y)throw new b.default("must pass parent depths");return u(G,L,I[L],U,0,$,Y)},M}function u(I,C,R,M,W,G,L){function U($){var Y=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],K=L;return!L||$==L[0]||$===I.nullContext&&L[0]===null||(K=[$].concat(L)),R(I,$,I.helpers,I.partials,Y.data||M,G&&[Y.blockParams].concat(G),K)}return U=h(R,U,I,L,M,G),U.program=C,U.depth=L?L.length:0,U.blockParams=W||0,U}function g(I,C,R){return I?I.call||R.name||(R.name=I,I=R.partials[I]):I=R.name==="@partial-block"?R.data["partial-block"]:R.partials[R.name],I}function o(I,C,R){var M=R.data&&R.data["partial-block"];R.partial=!0,R.ids&&(R.data.contextPath=R.ids[0]||R.data.contextPath);var W=void 0;if(R.fn&&R.fn!==s&&function(){R.data=D.createFrame(R.data);var G=R.fn;W=R.data["partial-block"]=function(L){var U=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return U.data=D.createFrame(U.data),U.data["partial-block"]=M,G(L,U)},G.partials&&(R.partials=N.extend({},R.partials,G.partials))}(),I===void 0&&W&&(I=W),I===void 0)throw new b.default("The partial "+R.name+" could not be found");if(I instanceof Function)return I(C,R)}function s(){return""}function l(I,C){return C&&"root"in C||(C=C?D.createFrame(C):{},C.root=I),C}function h(I,C,R,M,W,G){if(I.decorator){var L={};C=I.decorator(C,L,R,M&&M[0],W,G,M),N.extend(C,L)}return C}function n(I,C){f(I).forEach(function(R){var M=I[R];I[R]=m(M,C)})}function m(I,C){var R=C.lookupProperty;return k.wrapHelper(I,function(M){return N.extend({lookupProperty:R},M)})}var c=d(39).default,f=d(13).default,A=d(3).default,v=d(1).default;a.__esModule=!0,a.checkRevision=i,a.template=r,a.wrapProgram=u,a.resolvePartial=g,a.invokePartial=o,a.noop=s;var E=d(5),N=A(E),S=d(6),b=v(S),D=d(4),T=d(10),k=d(43),w=d(33)},function(y,a,d){y.exports={default:d(40),__esModule:!0}},function(y,a,d){d(41),y.exports=d(21).Object.seal},function(y,a,d){var i=d(42);d(18)("seal",function(r){return function(u){return r&&i(u)?r(u):u}})},function(y,a){y.exports=function(d){return typeof d=="object"?d!==null:typeof d=="function"}},function(y,a){"use strict";function d(i,r){if(typeof i!="function")return i;var u=function(){var g=arguments[arguments.length-1];return arguments[arguments.length-1]=r(g),i.apply(this,arguments)};return u}a.__esModule=!0,a.wrapHelper=d},function(y,a){(function(d){"use strict";a.__esModule=!0,a.default=function(i){var r=typeof d!="undefined"?d:window,u=r.Handlebars;i.noConflict=function(){return r.Handlebars===i&&(r.Handlebars=u),i}},y.exports=a.default}).call(a,function(){return this}())},function(y,a){"use strict";a.__esModule=!0;var d={helpers:{helperExpression:function(i){return i.type==="SubExpression"||(i.type==="MustacheStatement"||i.type==="BlockStatement")&&!!(i.params&&i.params.length||i.hash)},scopedId:function(i){return/^\.|this\b/.test(i.original)},simpleId:function(i){return i.parts.length===1&&!d.helpers.scopedId(i)&&!i.depth}}};a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(A,v){if(A.type==="Program")return A;s.default.yy=f,f.locInfo=function(N){return new f.SourceLocation(v&&v.srcName,N)};var E=s.default.parse(A);return E}function r(A,v){var E=i(A,v),N=new h.default(v);return N.accept(E)}var u=d(1).default,g=d(3).default;a.__esModule=!0,a.parseWithoutProcessing=i,a.parse=r;var o=d(47),s=u(o),l=d(48),h=u(l),n=d(50),m=g(n),c=d(5);a.parser=s.default;var f={};c.extend(f,m)},function(y,a){"use strict";a.__esModule=!0;var d=function(){function i(){this.yy={}}var r={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(g,o,s,l,h,n,m){var c=n.length-1;switch(h){case 1:return n[c-1];case 2:this.$=l.prepareProgram(n[c]);break;case 3:this.$=n[c];break;case 4:this.$=n[c];break;case 5:this.$=n[c];break;case 6:this.$=n[c];break;case 7:this.$=n[c];break;case 8:this.$=n[c];break;case 9:this.$={type:"CommentStatement",value:l.stripComment(n[c]),strip:l.stripFlags(n[c],n[c]),loc:l.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:n[c],value:n[c],loc:l.locInfo(this._$)};break;case 11:this.$=l.prepareRawBlock(n[c-2],n[c-1],n[c],this._$);break;case 12:this.$={path:n[c-3],params:n[c-2],hash:n[c-1]};break;case 13:this.$=l.prepareBlock(n[c-3],n[c-2],n[c-1],n[c],!1,this._$);break;case 14:this.$=l.prepareBlock(n[c-3],n[c-2],n[c-1],n[c],!0,this._$);break;case 15:this.$={open:n[c-5],path:n[c-4],params:n[c-3],hash:n[c-2],blockParams:n[c-1],strip:l.stripFlags(n[c-5],n[c])};break;case 16:this.$={path:n[c-4],params:n[c-3],hash:n[c-2],blockParams:n[c-1],strip:l.stripFlags(n[c-5],n[c])};break;case 17:this.$={path:n[c-4],params:n[c-3],hash:n[c-2],blockParams:n[c-1],strip:l.stripFlags(n[c-5],n[c])};break;case 18:this.$={strip:l.stripFlags(n[c-1],n[c-1]),program:n[c]};break;case 19:var f=l.prepareBlock(n[c-2],n[c-1],n[c],n[c],!1,this._$),A=l.prepareProgram([f],n[c-1].loc);A.chained=!0,this.$={strip:n[c-2].strip,program:A,chain:!0};break;case 20:this.$=n[c];break;case 21:this.$={path:n[c-1],strip:l.stripFlags(n[c-2],n[c])};break;case 22:this.$=l.prepareMustache(n[c-3],n[c-2],n[c-1],n[c-4],l.stripFlags(n[c-4],n[c]),this._$);break;case 23:this.$=l.prepareMustache(n[c-3],n[c-2],n[c-1],n[c-4],l.stripFlags(n[c-4],n[c]),this._$);break;case 24:this.$={type:"PartialStatement",name:n[c-3],params:n[c-2],hash:n[c-1],indent:"",strip:l.stripFlags(n[c-4],n[c]),loc:l.locInfo(this._$)};break;case 25:this.$=l.preparePartialBlock(n[c-2],n[c-1],n[c],this._$);break;case 26:this.$={path:n[c-3],params:n[c-2],hash:n[c-1],strip:l.stripFlags(n[c-4],n[c])};break;case 27:this.$=n[c];break;case 28:this.$=n[c];break;case 29:this.$={type:"SubExpression",path:n[c-3],params:n[c-2],hash:n[c-1],loc:l.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:n[c],loc:l.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:l.id(n[c-2]),value:n[c],loc:l.locInfo(this._$)};break;case 32:this.$=l.id(n[c-1]);break;case 33:this.$=n[c];break;case 34:this.$=n[c];break;case 35:this.$={type:"StringLiteral",value:n[c],original:n[c],loc:l.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(n[c]),original:Number(n[c]),loc:l.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:n[c]==="true",original:n[c]==="true",loc:l.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:l.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:l.locInfo(this._$)};break;case 40:this.$=n[c];break;case 41:this.$=n[c];break;case 42:this.$=l.preparePath(!0,n[c],this._$);break;case 43:this.$=l.preparePath(!1,n[c],this._$);break;case 44:n[c-2].push({part:l.id(n[c]),original:n[c],separator:n[c-1]}),this.$=n[c-2];break;case 45:this.$=[{part:l.id(n[c]),original:n[c]}];break;case 46:this.$=[];break;case 47:n[c-1].push(n[c]);break;case 48:this.$=[];break;case 49:n[c-1].push(n[c]);break;case 50:this.$=[];break;case 51:n[c-1].push(n[c]);break;case 58:this.$=[];break;case 59:n[c-1].push(n[c]);break;case 64:this.$=[];break;case 65:n[c-1].push(n[c]);break;case 70:this.$=[];break;case 71:n[c-1].push(n[c]);break;case 78:this.$=[];break;case 79:n[c-1].push(n[c]);break;case 82:this.$=[];break;case 83:n[c-1].push(n[c]);break;case 86:this.$=[];break;case 87:n[c-1].push(n[c]);break;case 90:this.$=[];break;case 91:n[c-1].push(n[c]);break;case 94:this.$=[];break;case 95:n[c-1].push(n[c]);break;case 98:this.$=[n[c]];break;case 99:n[c-1].push(n[c]);break;case 100:this.$=[n[c]];break;case 101:n[c-1].push(n[c])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(g,o){throw new Error(g)},parse:function(g){function o(){var G;return G=s.lexer.lex()||1,typeof G!="number"&&(G=s.symbols_[G]||G),G}var s=this,l=[0],h=[null],n=[],m=this.table,c="",f=0,A=0,v=0;this.lexer.setInput(g),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc=="undefined"&&(this.lexer.yylloc={});var E=this.lexer.yylloc;n.push(E);var N=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var S,b,D,T,k,w,I,C,R,M={};;){if(D=l[l.length-1],this.defaultActions[D]?T=this.defaultActions[D]:(S!==null&&typeof S!="undefined"||(S=o()),T=m[D]&&m[D][S]),typeof T=="undefined"||!T.length||!T[0]){var W="";if(!v){R=[];for(w in m[D])this.terminals_[w]&&w>2&&R.push("'"+this.terminals_[w]+"'");W=this.lexer.showPosition?"Parse error on line "+(f+1)+`: `+this.lexer.showPosition()+` -Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on line "+(f+1)+": Unexpected "+(S==1?"end of input":"'"+(this.terminals_[S]||S)+"'"),this.parseError(U,{text:this.lexer.match,token:this.terminals_[S]||S,line:this.lexer.yylineno,loc:E,expected:R})}}if(T[0]instanceof Array&&T.length>1)throw new Error("Parse Error: multiple actions possible at state: "+D+", token: "+S);switch(T[0]){case 1:p.push(S),h.push(this.lexer.yytext),s.push(this.lexer.yylloc),p.push(T[1]),S=null,b?(S=b,b=null):(A=this.lexer.yyleng,c=this.lexer.yytext,f=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(I=this.productions_[T[1]][1],M.$=h[h.length-I],M._$={first_line:s[s.length-(I||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(I||1)].first_column,last_column:s[s.length-1].last_column},N&&(M._$.range=[s[s.length-(I||1)].range[0],s[s.length-1].range[1]]),k=this.performAction.call(M,c,A,f,this.yy,T[1],h,s),typeof k!="undefined")return k;I&&(p=p.slice(0,-1*I*2),h=h.slice(0,-1*I),s=s.slice(0,-1*I)),p.push(this.productions_[T[1]][0]),h.push(M.$),s.push(M._$),C=m[p[p.length-2]][p[p.length-1]],p.push(C);break;case 3:return!0}}return!0}},u=function(){var g={EOF:1,parseError:function(o,n){if(!this.yy.parser)throw new Error(o);this.yy.parser.parseError(o,n)},setInput:function(o){return this._input=o,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var o=this._input[0];this.yytext+=o,this.yyleng++,this.offset++,this.match+=o,this.matched+=o;var n=o.match(/(?:\r\n?|\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),o},unput:function(o){var n=o.length,p=o.split(/(?:\r\n?|\n)/g);this._input=o+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n-1),this.offset-=n;var h=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===h.length?this.yylloc.first_column:0)+h[h.length-p.length].length-p[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-n]),this},more:function(){return this._more=!0,this},less:function(o){this.unput(this.match.slice(o))},pastInput:function(){var o=this.matched.substr(0,this.matched.length-this.match.length);return(o.length>20?"...":"")+o.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var o=this.match;return o.length<20&&(o+=this._input.substr(0,20-o.length)),(o.substr(0,20)+(o.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var o=this.pastInput(),n=new Array(o.length+1).join("-");return o+this.upcomingInput()+` -`+n+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var o,n,p,h,s;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),c=0;cn[0].length)||(n=p,h=c,this.options.flex));c++);return n?(s=n[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+n[0].length},this.yytext+=n[0],this.match+=n[0],this.matches=n,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(n[0].length),this.matched+=n[0],o=this.performAction.call(this,this.yy,this,m[h],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),o||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text. -`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var o=this.next();return typeof o!="undefined"?o:this.lex()},begin:function(o){this.conditionStack.push(o)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(o){this.begin(o)}};return g.options={},g.performAction=function(o,n,p,h){function s(m,c){return n.yytext=n.yytext.substring(m,n.yyleng-c+m)}switch(p){case 0:if(n.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):n.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),n.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(s(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(n.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return n.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return n.yytext=s(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return n.yytext=n.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},g.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],g.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},g}();return r.lexer=u,i.prototype=r,r.Parser=i,new i}();a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function r(s,m,c){m===void 0&&(m=s.length);var f=s[m-1],A=s[m-2];return f?f.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:c}function u(s,m,c){m===void 0&&(m=-1);var f=s[m+1],A=s[m+2];return f?f.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:c}function g(s,m,c){var f=s[m==null?0:m+1];if(f&&f.type==="ContentStatement"&&(c||!f.rightStripped)){var A=f.value;f.value=f.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==A}}function o(s,m,c){var f=s[m==null?s.length-1:m-1];if(f&&f.type==="ContentStatement"&&(c||!f.leftStripped)){var A=f.value;return f.value=f.value.replace(c?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==A,f.leftStripped}}var n=d(1).default;a.__esModule=!0;var p=d(49),h=n(p);i.prototype=new h.default,i.prototype.Program=function(s){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var f=s.body,A=0,v=f.length;A0)throw new v.default("Invalid path: "+b,{loc:S});I===".."&&T++}}return{type:"PathExpression",data:E,depth:T,parts:D,original:b,loc:S}}function p(E,N,S,b,D,T){var k=b.charAt(3)||b.charAt(2),w=k!=="{"&&k!=="&",I=/\*/.test(b);return{type:I?"Decorator":"MustacheStatement",path:E,params:N,hash:S,escaped:w,strip:D,loc:this.locInfo(T)}}function h(E,N,S,b){i(E,S),b=this.locInfo(b);var D={type:"Program",body:N,strip:{},loc:b};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:D,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function s(E,N,S,b,D,T){b&&b.path&&i(E,b);var k=/\*/.test(E.open);N.blockParams=E.blockParams;var w=void 0,I=void 0;if(S){if(k)throw new v.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=b.strip),I=S.strip,w=S.program}return D&&(D=w,w=N,N=D),{type:k?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:N,inverse:w,openStrip:E.strip,inverseStrip:I,closeStrip:b&&b.strip,loc:this.locInfo(T)}}function m(E,N){if(!N&&E.length){var S=E[0].loc,b=E[E.length-1].loc;S&&b&&(N={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:E,strip:{},loc:N}}function c(E,N,S,b){return i(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:N,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(b)}}var f=d(1).default;a.__esModule=!0,a.SourceLocation=r,a.id=u,a.stripFlags=g,a.stripComment=o,a.preparePath=n,a.prepareMustache=p,a.prepareRawBlock=h,a.prepareBlock=s,a.prepareProgram=m,a.preparePartialBlock=c;var A=d(6),v=f(A)},function(y,a,d){"use strict";function i(){}function r(v,E,N){if(v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=N.parse(v,E),b=new N.Compiler().compile(S,E);return new N.JavaScriptCompiler().compile(b,E)}function u(v,E,N){function S(){var T=N.parse(v,E),k=new N.Compiler().compile(T,E),w=new N.JavaScriptCompiler().compile(k,E,void 0,!0);return N.template(w)}function b(T,k){return D||(D=S()),D.call(this,T,k)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);E=m.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var D=void 0;return b._setup=function(T){return D||(D=S()),D._setup(T)},b._child=function(T,k,w,I){return D||(D=S()),D._child(T,k,w,I)},b}function g(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var N=0;N1)throw new s.default("Unsupported number of partial arguments: "+N.length,v);N.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):N.push({type:"PathExpression",parts:[],depth:0}));var S=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var D=v.indent||"";this.options.preventIndent&&D&&(this.opcode("appendContent",D),D=""),this.opcode("invokePartial",b,S,D),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){o(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,N){var S=v.path,b=S.parts[0],D=E!=null||N!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",N),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",b,D)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,N){var S=this.setupFullMustacheParams(v,E,N),b=v.path,D=b.parts[0];if(this.options.knownHelpers[D])this.opcode("invokeKnownHelper",S.length,D);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+D,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",S.length,b.original,f.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],N=f.default.helpers.scopedId(v),S=!v.depth&&!N&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,v.parts):E?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,N):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var E=v.pairs,N=0,S=E.length;for(this.opcode("pushHash");N=0)return[E,b]}}}},function(y,a,d){"use strict";function i(f){this.value=f}function r(){}function u(f,A,v,E){var N=A.popStack(),S=0,b=v.length;for(f&&b--;S1)throw new Error("Parse Error: multiple actions possible at state: "+D+", token: "+S);switch(T[0]){case 1:l.push(S),h.push(this.lexer.yytext),n.push(this.lexer.yylloc),l.push(T[1]),S=null,b?(S=b,b=null):(A=this.lexer.yyleng,c=this.lexer.yytext,f=this.lexer.yylineno,E=this.lexer.yylloc,v>0&&v--);break;case 2:if(I=this.productions_[T[1]][1],M.$=h[h.length-I],M._$={first_line:n[n.length-(I||1)].first_line,last_line:n[n.length-1].last_line,first_column:n[n.length-(I||1)].first_column,last_column:n[n.length-1].last_column},N&&(M._$.range=[n[n.length-(I||1)].range[0],n[n.length-1].range[1]]),k=this.performAction.call(M,c,A,f,this.yy,T[1],h,n),typeof k!="undefined")return k;I&&(l=l.slice(0,-1*I*2),h=h.slice(0,-1*I),n=n.slice(0,-1*I)),l.push(this.productions_[T[1]][0]),h.push(M.$),n.push(M._$),C=m[l[l.length-2]][l[l.length-1]],l.push(C);break;case 3:return!0}}return!0}},u=function(){var g={EOF:1,parseError:function(o,s){if(!this.yy.parser)throw new Error(o);this.yy.parser.parseError(o,s)},setInput:function(o){return this._input=o,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var o=this._input[0];this.yytext+=o,this.yyleng++,this.offset++,this.match+=o,this.matched+=o;var s=o.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),o},unput:function(o){var s=o.length,l=o.split(/(?:\r\n?|\n)/g);this._input=o+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var h=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),l.length-1&&(this.yylineno-=l.length-1);var n=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:l?(l.length===h.length?this.yylloc.first_column:0)+h[h.length-l.length].length-l[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[n[0],n[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(o){this.unput(this.match.slice(o))},pastInput:function(){var o=this.matched.substr(0,this.matched.length-this.match.length);return(o.length>20?"...":"")+o.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var o=this.match;return o.length<20&&(o+=this._input.substr(0,20-o.length)),(o.substr(0,20)+(o.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var o=this.pastInput(),s=new Array(o.length+1).join("-");return o+this.upcomingInput()+` +`+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var o,s,l,h,n;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),c=0;cs[0].length)||(s=l,h=c,this.options.flex));c++);return s?(n=s[0].match(/(?:\r\n?|\n).*/g),n&&(this.yylineno+=n.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:n?n[n.length-1].length-n[n.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],o=this.performAction.call(this,this.yy,this,m[h],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),o||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text. +`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var o=this.next();return typeof o!="undefined"?o:this.lex()},begin:function(o){this.conditionStack.push(o)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(o){this.begin(o)}};return g.options={},g.performAction=function(o,s,l,h){function n(m,c){return s.yytext=s.yytext.substring(m,s.yyleng-c+m)}switch(l){case 0:if(s.yytext.slice(-2)==="\\\\"?(n(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(n(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(n(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=n(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=n(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},g.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],g.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},g}();return r.lexer=u,i.prototype=r,r.Parser=i,new i}();a.default=d,y.exports=a.default},function(y,a,d){"use strict";function i(){var n=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=n}function r(n,m,c){m===void 0&&(m=n.length);var f=n[m-1],A=n[m-2];return f?f.type==="ContentStatement"?(A||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:c}function u(n,m,c){m===void 0&&(m=-1);var f=n[m+1],A=n[m+2];return f?f.type==="ContentStatement"?(A||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:c}function g(n,m,c){var f=n[m==null?0:m+1];if(f&&f.type==="ContentStatement"&&(c||!f.rightStripped)){var A=f.value;f.value=f.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==A}}function o(n,m,c){var f=n[m==null?n.length-1:m-1];if(f&&f.type==="ContentStatement"&&(c||!f.leftStripped)){var A=f.value;return f.value=f.value.replace(c?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==A,f.leftStripped}}var s=d(1).default;a.__esModule=!0;var l=d(49),h=s(l);i.prototype=new h.default,i.prototype.Program=function(n){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var f=n.body,A=0,v=f.length;A0)throw new v.default("Invalid path: "+b,{loc:S});I===".."&&T++}}return{type:"PathExpression",data:E,depth:T,parts:D,original:b,loc:S}}function l(E,N,S,b,D,T){var k=b.charAt(3)||b.charAt(2),w=k!=="{"&&k!=="&",I=/\*/.test(b);return{type:I?"Decorator":"MustacheStatement",path:E,params:N,hash:S,escaped:w,strip:D,loc:this.locInfo(T)}}function h(E,N,S,b){i(E,S),b=this.locInfo(b);var D={type:"Program",body:N,strip:{},loc:b};return{type:"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:D,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function n(E,N,S,b,D,T){b&&b.path&&i(E,b);var k=/\*/.test(E.open);N.blockParams=E.blockParams;var w=void 0,I=void 0;if(S){if(k)throw new v.default("Unexpected inverse block on decorator",S);S.chain&&(S.program.body[0].closeStrip=b.strip),I=S.strip,w=S.program}return D&&(D=w,w=N,N=D),{type:k?"DecoratorBlock":"BlockStatement",path:E.path,params:E.params,hash:E.hash,program:N,inverse:w,openStrip:E.strip,inverseStrip:I,closeStrip:b&&b.strip,loc:this.locInfo(T)}}function m(E,N){if(!N&&E.length){var S=E[0].loc,b=E[E.length-1].loc;S&&b&&(N={source:S.source,start:{line:S.start.line,column:S.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:E,strip:{},loc:N}}function c(E,N,S,b){return i(E,S),{type:"PartialBlockStatement",name:E.path,params:E.params,hash:E.hash,program:N,openStrip:E.strip,closeStrip:S&&S.strip,loc:this.locInfo(b)}}var f=d(1).default;a.__esModule=!0,a.SourceLocation=r,a.id=u,a.stripFlags=g,a.stripComment=o,a.preparePath=s,a.prepareMustache=l,a.prepareRawBlock=h,a.prepareBlock=n,a.prepareProgram=m,a.preparePartialBlock=c;var A=d(6),v=f(A)},function(y,a,d){"use strict";function i(){}function r(v,E,N){if(v==null||typeof v!="string"&&v.type!=="Program")throw new n.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);E=E||{},"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var S=N.parse(v,E),b=new N.Compiler().compile(S,E);return new N.JavaScriptCompiler().compile(b,E)}function u(v,E,N){function S(){var T=N.parse(v,E),k=new N.Compiler().compile(T,E),w=new N.JavaScriptCompiler().compile(k,E,void 0,!0);return N.template(w)}function b(T,k){return D||(D=S()),D.call(this,T,k)}if(E===void 0&&(E={}),v==null||typeof v!="string"&&v.type!=="Program")throw new n.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);E=m.extend({},E),"data"in E||(E.data=!0),E.compat&&(E.useDepths=!0);var D=void 0;return b._setup=function(T){return D||(D=S()),D._setup(T)},b._child=function(T,k,w,I){return D||(D=S()),D._child(T,k,w,I)},b}function g(v,E){if(v===E)return!0;if(m.isArray(v)&&m.isArray(E)&&v.length===E.length){for(var N=0;N1)throw new n.default("Unsupported number of partial arguments: "+N.length,v);N.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):N.push({type:"PathExpression",parts:[],depth:0}));var S=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,E,void 0,!0);var D=v.indent||"";this.options.preventIndent&&D&&(this.opcode("appendContent",D),D=""),this.opcode("invokePartial",b,S,D),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){o(v);var E=this.classifySexpr(v);E==="simple"?this.simpleSexpr(v):E==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,E,N){var S=v.path,b=S.parts[0],D=E!=null||N!=null;this.opcode("getContext",S.depth),this.opcode("pushProgram",E),this.opcode("pushProgram",N),S.strict=!0,this.accept(S),this.opcode("invokeAmbiguous",b,D)},simpleSexpr:function(v){var E=v.path;E.strict=!0,this.accept(E),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,E,N){var S=this.setupFullMustacheParams(v,E,N),b=v.path,D=b.parts[0];if(this.options.knownHelpers[D])this.opcode("invokeKnownHelper",S.length,D);else{if(this.options.knownHelpersOnly)throw new n.default("You specified knownHelpersOnly, but used the unknown helper "+D,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",S.length,b.original,f.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var E=v.parts[0],N=f.default.helpers.scopedId(v),S=!v.depth&&!N&&this.blockParamIndex(E);S?this.opcode("lookupBlockParam",S,v.parts):E?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,N):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var E=v.pairs,N=0,S=E.length;for(this.opcode("pushHash");N=0)return[E,b]}}}},function(y,a,d){"use strict";function i(f){this.value=f}function r(){}function u(f,A,v,E){var N=A.popStack(),S=0,b=v.length;for(f&&b--;S0&&(v+=", "+E.join(", "));var N=0;g(this.aliases).forEach(function(D){var T=A.aliases[D];T.children&&T.referenceCount>1&&(v+=", alias"+ ++N+"="+D,T.children[0]="alias"+N)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var S=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&S.push("blockParams"),this.useDepths&&S.push("depths");var b=this.mergeSource(v);return f?(S.push(b),Function.apply(this,S)):this.source.wrap(["function(",S.join(","),`) { @@ -47,60 +47,60 @@ Expecting `+R.join(", ")+", got '"+(this.terminals_[S]||S)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(f){var A=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(f,0,v);var E=this.popStack();v.splice(1,0,E),this.push(this.source.functionCall(A,"call",v))},ambiguousBlockValue:function(){var f=this.aliasable("container.hooks.blockHelperMissing"),A=[this.contextName(0)];this.setupHelperArgs("",0,A,!0),this.flushInline();var v=this.topStack();A.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(f,"call",A),"}"])},appendContent:function(f){this.pendingContent?f=this.pendingContent+f:this.pendingLocation=this.source.currentLocation,this.pendingContent=f},append:function(){if(this.isInline())this.replaceStack(function(A){return[" != null ? ",A,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var f=this.popStack();this.pushSource(["if (",f," != null) { ",this.appendToBuffer(f,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(f){this.lastContext=f},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(f,A,v,E){var N=0;E||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(f[N++])),this.resolvePath("context",f,N,A,v)},lookupBlockParam:function(f,A){this.useBlockParams=!0,this.push(["blockParams[",f[0],"][",f[1],"]"]),this.resolvePath("context",A,1)},lookupData:function(f,A,v){f?this.pushStackLiteral("container.data(data, "+f+")"):this.pushStackLiteral("data"),this.resolvePath("data",A,0,!0,v)},resolvePath:function(f,A,v,E,N){var S=this;if(this.options.strict||this.options.assumeObjects)return void this.push(u(this.options.strict&&N,this,A,f));for(var b=A.length;vthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var f=this.inlineStack;this.inlineStack=[];for(var A=0,v=f.length;A{var d,i;d=[a(264),a(5422),a(4995),a(3153),a(2954),a(6880),a(4330),a(7116),a(5535),a(1188),a(1210),a(8433)],i=function(r,u,g,o,n,p,h){"use strict";var s=/%20/g,m=/#.*$/,c=/([?&])_=[^&]*/,f=/^(.*?):[ \t]*([^\r\n]*)$/mg,A=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,E=/^\/\//,N={},S={},b="*/".concat("*"),D=u.createElement("a");D.href=n.href;function T(R){return function(M,U){typeof M!="string"&&(U=M,M="*");var j,L=0,W=M.toLowerCase().match(o)||[];if(g(U))for(;j=W[L++];)j[0]==="+"?(j=j.slice(1)||"*",(R[j]=R[j]||[]).unshift(U)):(R[j]=R[j]||[]).push(U)}}function k(R,M,U,j){var L={},W=R===S;function $(Y){var K;return L[Y]=!0,r.each(R[Y]||[],function(Q,oe){var ce=oe(M,U,j);if(typeof ce=="string"&&!W&&!L[ce])return M.dataTypes.unshift(ce),$(ce),!1;if(W)return!(K=ce)}),K}return $(M.dataTypes[0])||!L["*"]&&$("*")}function w(R,M){var U,j,L=r.ajaxSettings.flatOptions||{};for(U in M)M[U]!==void 0&&((L[U]?R:j||(j={}))[U]=M[U]);return j&&r.extend(!0,R,j),R}function I(R,M,U){for(var j,L,W,$,Y=R.contents,K=R.dataTypes;K[0]==="*";)K.shift(),j===void 0&&(j=R.mimeType||M.getResponseHeader("Content-Type"));if(j){for(L in Y)if(Y[L]&&Y[L].test(j)){K.unshift(L);break}}if(K[0]in U)W=K[0];else{for(L in U){if(!K[0]||R.converters[L+" "+K[0]]){W=L;break}$||($=L)}W=W||$}if(W)return W!==K[0]&&K.unshift(W),U[W]}function C(R,M,U,j){var L,W,$,Y,K,Q={},oe=R.dataTypes.slice();if(oe[1])for($ in R.converters)Q[$.toLowerCase()]=R.converters[$];for(W=oe.shift();W;)if(R.responseFields[W]&&(U[R.responseFields[W]]=M),!K&&j&&R.dataFilter&&(M=R.dataFilter(M,R.dataType)),K=W,W=oe.shift(),W){if(W==="*")W=K;else if(K!=="*"&&K!==W){if($=Q[K+" "+W]||Q["* "+W],!$){for(L in Q)if(Y=L.split(" "),Y[1]===W&&($=Q[K+" "+Y[0]]||Q["* "+Y[0]],$)){$===!0?$=Q[L]:Q[L]!==!0&&(W=Y[0],oe.unshift(Y[1]));break}}if($!==!0)if($&&R.throws)M=$(M);else try{M=$(M)}catch(ce){return{state:"parsererror",error:$?ce:"No conversion from "+K+" to "+W}}}}return{state:"success",data:M}}return r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:n.href,type:"GET",isLocal:A.test(n.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":b,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(R,M){return M?w(w(R,r.ajaxSettings),M):w(r.ajaxSettings,R)},ajaxPrefilter:T(N),ajaxTransport:T(S),ajax:function(R,M){typeof R=="object"&&(M=R,R=void 0),M=M||{};var U,j,L,W,$,Y,K,Q,oe,ce,J=r.ajaxSetup({},M),ve=J.context||J,Ae=J.context&&(ve.nodeType||ve.jquery)?r(ve):r.event,_e=r.Deferred(),Qe=r.Callbacks("once memory"),mt=J.statusCode||{},_t={},bt={},Lt="canceled",ke={readyState:0,getResponseHeader:function(Be){var Xe;if(K){if(!W)for(W={};Xe=f.exec(L);)W[Xe[1].toLowerCase()+" "]=(W[Xe[1].toLowerCase()+" "]||[]).concat(Xe[2]);Xe=W[Be.toLowerCase()+" "]}return Xe==null?null:Xe.join(", ")},getAllResponseHeaders:function(){return K?L:null},setRequestHeader:function(Be,Xe){return K==null&&(Be=bt[Be.toLowerCase()]=bt[Be.toLowerCase()]||Be,_t[Be]=Xe),this},overrideMimeType:function(Be){return K==null&&(J.mimeType=Be),this},statusCode:function(Be){var Xe;if(Be)if(K)ke.always(Be[ke.status]);else for(Xe in Be)mt[Xe]=[mt[Xe],Be[Xe]];return this},abort:function(Be){var Xe=Be||Lt;return U&&U.abort(Xe),St(0,Xe),this}};if(_e.promise(ke),J.url=((R||J.url||n.href)+"").replace(E,n.protocol+"//"),J.type=M.method||M.type||J.method||J.type,J.dataTypes=(J.dataType||"*").toLowerCase().match(o)||[""],J.crossDomain==null){Y=u.createElement("a");try{Y.href=J.url,Y.href=Y.href,J.crossDomain=D.protocol+"//"+D.host!=Y.protocol+"//"+Y.host}catch(Be){J.crossDomain=!0}}if(J.data&&J.processData&&typeof J.data!="string"&&(J.data=r.param(J.data,J.traditional)),k(N,J,M,ke),K)return ke;Q=r.event&&J.global,Q&&r.active++===0&&r.event.trigger("ajaxStart"),J.type=J.type.toUpperCase(),J.hasContent=!v.test(J.type),j=J.url.replace(m,""),J.hasContent?J.data&&J.processData&&(J.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(J.data=J.data.replace(s,"+")):(ce=J.url.slice(j.length),J.data&&(J.processData||typeof J.data=="string")&&(j+=(h.test(j)?"&":"?")+J.data,delete J.data),J.cache===!1&&(j=j.replace(c,"$1"),ce=(h.test(j)?"&":"?")+"_="+p.guid+++ce),J.url=j+ce),J.ifModified&&(r.lastModified[j]&&ke.setRequestHeader("If-Modified-Since",r.lastModified[j]),r.etag[j]&&ke.setRequestHeader("If-None-Match",r.etag[j])),(J.data&&J.hasContent&&J.contentType!==!1||M.contentType)&&ke.setRequestHeader("Content-Type",J.contentType),ke.setRequestHeader("Accept",J.dataTypes[0]&&J.accepts[J.dataTypes[0]]?J.accepts[J.dataTypes[0]]+(J.dataTypes[0]!=="*"?", "+b+"; q=0.01":""):J.accepts["*"]);for(oe in J.headers)ke.setRequestHeader(oe,J.headers[oe]);if(J.beforeSend&&(J.beforeSend.call(ve,ke,J)===!1||K))return ke.abort();if(Lt="abort",Qe.add(J.complete),ke.done(J.success),ke.fail(J.error),U=k(S,J,M,ke),!U)St(-1,"No Transport");else{if(ke.readyState=1,Q&&Ae.trigger("ajaxSend",[ke,J]),K)return ke;J.async&&J.timeout>0&&($=window.setTimeout(function(){ke.abort("timeout")},J.timeout));try{K=!1,U.send(_t,St)}catch(Be){if(K)throw Be;St(-1,Be)}}function St(Be,Xe,Jt,hr){var rt,we,fe,Te,be,Z=Xe;K||(K=!0,$&&window.clearTimeout($),U=void 0,L=hr||"",ke.readyState=Be>0?4:0,rt=Be>=200&&Be<300||Be===304,Jt&&(Te=I(J,ke,Jt)),!rt&&r.inArray("script",J.dataTypes)>-1&&r.inArray("json",J.dataTypes)<0&&(J.converters["text script"]=function(){}),Te=C(J,Te,ke,rt),rt?(J.ifModified&&(be=ke.getResponseHeader("Last-Modified"),be&&(r.lastModified[j]=be),be=ke.getResponseHeader("etag"),be&&(r.etag[j]=be)),Be===204||J.type==="HEAD"?Z="nocontent":Be===304?Z="notmodified":(Z=Te.state,we=Te.data,fe=Te.error,rt=!fe)):(fe=Z,(Be||!Z)&&(Z="error",Be<0&&(Be=0))),ke.status=Be,ke.statusText=(Xe||Z)+"",rt?_e.resolveWith(ve,[we,Z,ke]):_e.rejectWith(ve,[ke,Z,fe]),ke.statusCode(mt),mt=void 0,Q&&Ae.trigger(rt?"ajaxSuccess":"ajaxError",[ke,J,rt?we:fe]),Qe.fireWith(ve,[ke,Z]),Q&&(Ae.trigger("ajaxComplete",[ke,J]),--r.active||r.event.trigger("ajaxStop")))}return ke},getJSON:function(R,M,U){return r.get(R,M,U,"json")},getScript:function(R,M){return r.get(R,void 0,M,"script")}}),r.each(["get","post"],function(R,M){r[M]=function(U,j,L,W){return g(j)&&(W=W||L,L=j,j=void 0),r.ajax(r.extend({url:U,type:M,dataType:W,data:j,success:L},r.isPlainObject(U)&&U))}}),r.ajaxPrefilter(function(R){var M;for(M in R.headers)M.toLowerCase()==="content-type"&&(R.contentType=R.headers[M]||"")}),r}.apply(y,d),i!==void 0&&(_.exports=i)},3004:(_,y,a)=>{var d,i;d=[a(264),a(4995),a(6880),a(4330),a(5547)],i=function(r,u,g,o){"use strict";var n=[],p=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var h=n.pop()||r.expando+"_"+g.guid++;return this[h]=!0,h}}),r.ajaxPrefilter("json jsonp",function(h,s,m){var c,f,A,v=h.jsonp!==!1&&(p.test(h.url)?"url":typeof h.data=="string"&&(h.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&p.test(h.data)&&"data");if(v||h.dataTypes[0]==="jsonp")return c=h.jsonpCallback=u(h.jsonpCallback)?h.jsonpCallback():h.jsonpCallback,v?h[v]=h[v].replace(p,"$1"+c):h.jsonp!==!1&&(h.url+=(o.test(h.url)?"&":"?")+h.jsonp+"="+c),h.converters["script json"]=function(){return A||r.error(c+" was not called"),A[0]},h.dataTypes[0]="json",f=window[c],window[c]=function(){A=arguments},m.always(function(){f===void 0?r(window).removeProp(c):window[c]=f,h[c]&&(h.jsonpCallback=s.jsonpCallback,n.push(c)),A&&u(f)&&f(A[0]),A=f=void 0}),"script"})}.apply(y,d),i!==void 0&&(_.exports=i)},2926:(_,y,a)=>{var d,i;d=[a(264),a(5242),a(4995),a(2023),a(5547),a(3599),a(9921),a(5704)],i=function(r,u,g){"use strict";r.fn.load=function(o,n,p){var h,s,m,c=this,f=o.indexOf(" ");return f>-1&&(h=u(o.slice(f)),o=o.slice(0,f)),g(n)?(p=n,n=void 0):n&&typeof n=="object"&&(s="POST"),c.length>0&&r.ajax({url:o,type:s||"GET",dataType:"html",data:n}).done(function(A){m=arguments,c.html(h?r("
").append(r.parseHTML(A)).find(h):A)}).always(p&&function(A,v){c.each(function(){p.apply(this,m||[A.responseText,v,A])})}),this}}.apply(y,d),i!==void 0&&(_.exports=i)},2377:(_,y,a)=>{var d,i;d=[a(264),a(5422),a(5547)],i=function(r,u){"use strict";r.ajaxPrefilter(function(g){g.crossDomain&&(g.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(g){return r.globalEval(g),g}}}),r.ajaxPrefilter("script",function(g){g.cache===void 0&&(g.cache=!1),g.crossDomain&&(g.type="GET")}),r.ajaxTransport("script",function(g){if(g.crossDomain||g.scriptAttrs){var o,n;return{send:function(p,h){o=r(" +