{"version":3,"sources":["../js/Annotations/AnnotationData.js"],"names":["g_oAnnotationData","AnnotationData","prototype","renderAnnotationData","annotationId","annotationType","annotationData","oAnnotationDataHTML","$","each","AdditionalData","key","value","renderAnnotationDataItem","html","addClass","slideDown","scrollAnnotationData","closeAnnotationData","bAnimate","iAnimationTime","slideUp","removeClass","iAnnotationDataPosition","position","top","animate","scrollTop","window"],"mappings":"AAaA,IAAIA,kBAAoB,IAEvB,WACA,aAKA,SAASC,kBAQTA,eAAeC,UAAUC,qBAAuB,SAAUC,aAAcC,eAAgBC,gBAGvF,IAAIC,oBAAsB,GAG1BA,qBAAuB,YAAcH,aAAe,mEACpDG,qBAAuB,cAAgBH,aAAe,0IACtDG,qBAAuB,SAGvBC,EAAEC,KAAKH,eAAeI,eAAgB,SAAUC,IAAKC,OACpDL,qBAAuBP,kBAAkBa,yBAAyBF,IAAKC,SAIxEJ,EAAE,IAAMJ,aAAe,4BAA4BU,KAAKP,qBAGxDC,EAAE,IAAMJ,aAAe,4BAA4BW,SAAS,2BAG5DP,EAAE,IAAMJ,aAAe,4BAA4BY,UAAU,GAAI,GAAI,WAAchB,kBAAkBiB,qBAAqBb,iBAQ3HH,eAAeC,UAAUW,yBAA2B,SAAUF,IAAKC,OAClE,MAAO,gFAAkFD,IAAM,YAAcC,MAAQ,gBAOtHX,eAAeC,UAAUgB,oBAAsB,SAAUd,aAAce,UAGtE,IAAIC,eAAiBD,SAAW,IAAM,EAGtCX,EAAE,IAAMJ,aAAe,4BAA4BiB,QAAQD,eAAgB,GAAI,WAAcZ,EAAE,IAAMJ,aAAe,4BAA4BkB,YAAY,8BAO7JrB,eAAeC,UAAUe,qBAAuB,SAAUb,cAGzD,IAAImB,wBAA0Bf,EAAE,IAAMJ,aAAe,4BAA4BoB,WAAWC,IAG5FF,yBAA2B,GAG3Bf,EAAE,wBAAwBkB,QAAQ,CAAEC,UAAW,KAAOJ,wBAA0B,QAMjFK,OAAO3B,eAAiBA,eAhFzB","file":"AnnotationData-d528d8bab5.js","sourcesContent":["/*\r\n* Copyright (c) 2025 SGS Europe. All rights reserved.\r\n*\r\n* This program is the CONFIDENTIAL and PROPRIETARY property of SGS Europe.\r\n* Any unauthorised use, reproduction, or transfer of this program is strictly\r\n* prohibited.\r\n*\r\n* File Name: AnnotationData.js\r\n*\r\n* Description: JavaScript code for the annotation data module.\r\n*\r\n*/\r\n\r\nvar g_oAnnotationData = {};\r\n\r\n(function () {\r\n\t\"use strict\";\r\n\r\n\t/**\r\n\t * Create the Annotation Data object.\r\n\t */\r\n\tfunction AnnotationData() {}\r\n\r\n\t/**\r\n\t * Renders the data for an annotation.\r\n\t * @param {int} annotationId - The id of the annotation.\r\n\t * @param {int} annotationType - The annotation type.\r\n\t * @param {object} annotationData - The annotation data object.\r\n\t */\r\n\tAnnotationData.prototype.renderAnnotationData = function (annotationId, annotationType, annotationData) {\r\n\r\n\t\t// Build up the HTML for the annotation data.\r\n\t\tvar oAnnotationDataHTML = \"\";\r\n\t\t\r\n\t\t// Create a div for closing the annotation data.\r\n\t\toAnnotationDataHTML += \"