',g=this.guideUtil.itemSelector(h,j),f=this.guideUtil.itemNavSelector(h);
this.$itemsContainer.find(g).before(e);
this.$itemsNavContainer.find(f).before(e);
if(j._instances&&j._instances.length===0){d(f).remove();
d(g).remove()
}}},this)
},postInitialize:function(){this.handleSummaryChanged();
if(!this.parentView._model.enableLayoutOptimization){this._postInitializeChildren()
}else{this.handleVisibleChanged(a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"visible",this._model.visible,this._model.visible))
}this.addRemoveTemplateMarker()
},_postInitializeChildren:function(){this._childInitializeWaiting=false;
this._syncGuideNodeToHtml(true);
this.handleAccessibility();
if(this.parentView.$itemsNavContainer&&this.parentView.$itemsNavContainer.filter(":not(.tab-navigators-mobile)").length===0){this.setActive("firstItem",false,true)
}},_syncGuideNodeToHtml:function(j){if(this._childInitializeWaiting){return
}var h=this;
var i=this._guideView._domTemplateCacheStore;
var g={};
var e={};
var f={};
c.each(this.childViews,function(k){if(k.isItem){g[k.id]=k
}else{e[k.id]=k
}},this);
c.each(this._model.items,function(r){var q=r.templateId;
var p=r.id,m=null,o=null;
m=this._find(this.guideUtil.itemSelector(p,r));
o=this._find(this.guideUtil.itemNavSelector(p));
if(!m.length&&!f[q]){m=this.$itemsContainer.find(this.guideUtil.itemSelector(q,r));
o=this.$itemsNavContainer.find(this.guideUtil.itemNavSelector(q))
}if(!m.length){m=i.cloneDomElement(this.guideUtil.itemSelector(q,r));
o=i.cloneDomElement(this.guideUtil.itemNavSelector(q));
if(!m.length){this.logger().error("guideView","Html template could not be found. cTemplateId:"+q+", som:"+r.somExpression);
return
}}this._updateIds(m,q,p);
this._updateIds(o,q,p);
m.attr("data-guide-parent-id",this._model.id);
o.attr("data-guide-parent-id",this._model.id);
var l=null;
if(g.hasOwnProperty(p)){l=g[p];
if(l instanceof a.view.GuidePanelView&&l._model.instanceManager.repeatable){this._fixChildDom(l)
}if(j){l._syncGuideNodeToHtml(j)
}}else{var k=this._find("#"+p);
if(k.length){l=this._createChild(k)
}else{k=m.find("#"+p).addBack("#"+p);
if(k.length){l=this._createChild(k,m,o)
}else{this.logger().log("Skip creating view. could not find el for id:"+p)
}}if(this._model.repeatable){a.util.GuideUtil._initializeShortDescription(k)
}}if(l){f[p]=l
}},this);
this.$itemsContainer.find('[data-guide-parent-id="'+h._model.id+'"]').each(function(){var m=d(this);
var k=m.attr("id");
if(k.indexOf(h.guideUtil.GUIDE_ITEM_SUFFIX)===-1){k=m.attr(h.guideUtil.DATA_GUIDE_ITEM)
}var l=k.substring(0,k.length-h.guideUtil.GUIDE_ITEM_SUFFIX.length);
if(!f.hasOwnProperty(l)&&!window.guideBridge._resolveId(l)){h.logger().log("guideView",5,"removing element as no corresponding form dom node found. id:"+k+", parent id:"+h.id);
m.remove();
h._find(h.guideUtil.itemNavSelector(l)).remove()
}});
this.childViews=[];
c.each(this._model.children,function(o){var l=o._isItem;
var m=o.id;
if(l&&f.hasOwnProperty(m)){this.childViews.push(f[m])
}else{if(!l){var k=null;
if(e.hasOwnProperty(m)){k=e[m]
}else{k=this._createNonRepeatChildView(o)
}if(k){if(j){k._syncGuideNodeToHtml(j)
}this.childViews.push(k)
}}}},this);
a.view.GuideBaseView.prototype._syncGuideNodeToHtml.apply(this,arguments)
},_createChild:function(e,g,h){var f=a.view.GuideViewRegistry.prototype.createView(e,this);
this._fixChildDom(f,g,h);
f.postInitialize();
return f
},_fixChildDom:function(l,m,e){var i=l._model;
if(!(i instanceof a.model.GuidePanel)||!i.repeatable){return
}var k=m||l.$item;
var h=e||l.$itemNav;
var g=this._model.children;
var p=(i.instanceIndex>0)?g[g.indexOf(i)-1].id:null;
var o=p?this.guideUtil.itemSelector(p,i):"#"+i.instanceManager.id;
var f=p?this.guideUtil.itemNavSelector(p):"#"+i.instanceManager.id;
var j=this;
this.$itemsContainer.each(function(r){var s=k.get(r)||k.get(0),q=d(this).find(o);
if(q.length==0){o="[data-guide-template-marker="+i.instanceManager.id+"]";
q=d(this).find(o)
}if(q.get(0)!==s){q.after(d(s))
}});
this.$itemsNavContainer.each(function(r){var q=h.get(r)||h.get(0);
d(this).find(f).after(d(q))
})
},handleChildChanged:function(e){this._syncGuideNodeToHtml(true);
if(e._property=="childRemoved"&&this.currentActiveItemView&&e.prevText==this.currentActiveItemView._model){this._currentActiveItemView=null;
this.setActive("nextItem")
}},handleSummaryChanged:function(){if(this.$summary.length>0){if(this._model.summary){this.$summary.text(this._model.summary)
}else{var e=this._model.title;
if(this._model.instanceIndex&&this._model.repeatable){e+=" "+this._model.instanceIndex
}this.$summary.text(e)
}}},handleModelChanged:function(e){switch(e._property){case"summary":this.handleSummaryChanged();
break;
default:b._super.handleModelChanged.apply(this,arguments)
}},_getReferredHtmlAndEmbed:function(i,g){var f=false;
if(i){var j="#"+this.id,h=/
/,e=i.match(h);
i=i.substring(e[0].length,i.lastIndexOf("
"));
d(j).html(i);
if(this._model._ancestorRepeatable){d(j).find('[id^="guideContainer"]').each(function(l,m){var k=d(m);
k.attr("id",g+"__"+k.attr("id"))
})
}this._guideView._domTemplateCacheStore.putDomElement(j,d(j).clone());
f=true
}return f
},_createReferredView:function(){this._postInitializeChildren()
},setActive:function(f,o,j){if(this._model._lazyReference){if(c.isUndefined(this._viewCreationInProgress)&&c.isUndefined(this._itemsLoaded)&&this._guideView._currentActiveItemView!==this){a.internal.liveXmlUtils.updateLiveXml();
this._guideView._clearInactiveLazyViews(this);
this._viewCreationInProgress=true;
var m=this._model.jsonModel["jcr:path"],h=this,k;
k=guideBridge._getGuidePathUrl(".jsonhtmlemitter",m);
h._fetchFromAjaxCall(h,k)
}}var l=this.getOrElse(this.currentActiveItemView,"qualifiedName",null);
f=f||l||"firstItem";
if(f!=l){var i=this._model.navigationContext.getItemForNav(f);
if(!i){this.logger().log("AF","activeItemToken not found:"+f+",currentActiveItem:"+l+":"+this._model.somExpression);
return false
}var e=this.getQualifiedNamedView(i._escapeQualifiedName());
if(!j&&this._model.completionExpReq&&this.currentActiveItemView&&this.currentActiveItemView.focusable()&&(this.childViews.indexOf(e)>this.childViews.indexOf(this.currentActiveItemView))){var g=this._model.executeExpression("completionExp");
if(!g){return false
}else{if(this.currentActiveItemView){this.currentActiveItemView.$item.addClass("completed");
this.currentActiveItemView.$itemNav.addClass("completed")
}}}this.currentActiveItemView=e
}if(this.currentActiveItemView){this.currentActiveItemView.setActive(null,o,j)
}return true
},_clearInactiveLazyViews:function(e){c.each(this.childViews,function(f){if(f&&f._model.className==="guidePanel"&&f._ancestorHasNavigableLayout){if(!e._isSelfOrAncestor(f)&&!f._hasEffectiveActiveClass()&&f._model._lazyReference){f._model._unloadLazyReferenceModel();
f._unloadView();
f._itemsLoaded=undefined
}else{f._clearInactiveLazyViews(e)
}}},this)
},_isSelfOrAncestor:function(f){var e=this;
while(!c.isUndefined(e)&&e._model.className!=="rootPanelNode"){if(f===e){return true
}e=e.parentView
}return false
},_hasEffectiveActiveClass:function(){var e=this;
while(!c.isUndefined(e)&&this._model.className!=="rootPanelNode"){if(e.$item.hasClass("active")){e=e.parentView
}else{return false
}}return true
},handleAccessibility:function(){var f,e;
e=this._model._getScreenReaderText();
f=this._model._getRole();
if(e){this.$itemNav.attr("aria-label",e)
}this.$itemNav.find("a").attr("tabindex",0)
},getQualifiedNamedView:function(f){var e=c.find(this.childViews,function(g){return(g._model._escapeQualifiedName()==f)
},this);
return e
},_fetchFromAjaxCall:function(f,e){d("#loadingPage").addClass("guideLoading");
d.ajax({url:e,type:"GET",data:{wcmmode:"disabled",guidePath:guideBridge.getGuidePath(),templateId:f._model.templateId},async:false,success:function(g){var h;
if(f._model._ancestorRepeatable){h=f.guideUtil.generateUID()
}if(f._getReferredHtmlAndEmbed(g.html,h)){f._model._ajaxCallDone=true;
var i=JSON.parse(g.json)["items"];
f._model._getReferredJsonAndEmbed(i,h);
var j=a.internal.GuideDirtyMarkerAndVisitor;
j._updateCountOrInsert(j.visitMap,f._model.templateId);
if(guideBridge._guide.getGuideState()===a.model.GuideSchema.prototype.GuideStateConstants.GUIDE_STATE_MODEL_COMPLETE&&f._model._ancestorRepeatable){a.internal.liveXmlUtils.updateLiveXml()
}a.internal.liveXmlUtils.playLiveXml(f._model);
f._model.prepare();
f._createReferredView();
f._viewCreationInProgress=undefined;
f._itemsLoaded=true
}},error:function(){f.logger().error("AF","Failed to fetch HTML and JSON for :"+e)
},complete:function(){d("#loadingPage").removeClass("guideLoading");
guideBridge._guide.trigger(a.event.GuideModelEvent.LAZY_LOADED);
f._model._triggerOnBridge("elementLazyLoaded",f._model)
}})
}});
b.defineProps({hasNavigableLayout:{get:function(){return this.$itemsNavContainer.length>0
}},$itemsContainer:{get:function(){if(this._model._selfOrAncestorIsLazyReference||!this._$itemsContainer||this._$itemsContainer.length===0){this._$itemsContainer=this._find(this.guideUtil.itemContainerSelector(this._model.id));
if(this._$itemsContainer.length===0){this._$itemsContainer=this._find(this.guideUtil.alternateItemContainerSelector(this._model.id))
}}return this._$itemsContainer
}},$itemsNavContainer:{get:function(){if(this._model._selfOrAncestorIsLazyReference||!this._$itemsNavContainer||this._$itemsNavContainer.length===0){this._$itemsNavContainer=this._find(this.guideUtil.itemNavContainerSelector(this._model.id))
}return this._$itemsNavContainer
}},$summary:{get:function(){if(!this._$summary){this._$summary=this._find(this._summarySelector)
}return this._$summary
}},currentActiveItemView:{get:function(){return this._currentActiveItemView
},set:function(f){if(f!=this._currentActiveItemView){if(this._currentActiveItemView){this._currentActiveItemView._model.viewVisited=true
}if(!f){var e=this._model.navigationContext.firstItem;
if(e){f=this.getQualifiedNamedView(e._escapeQualifiedName())
}}this._currentActiveItemView=f;
this._model.navigationContext.currentItem=(this._currentActiveItemView||{})._model;
c.each(this.childViews,function(g){if(g==this._currentActiveItemView){g.$item.addClass("active");
g.$itemNav.addClass("active");
g.$itemNav.attr("aria-selected",true);
g.$itemNav.attr("aria-disabled",false);
g.$itemNav.removeClass("wizard-tab-disabled")
}else{g.$item.removeClass("active");
g.$itemNav.removeClass("active");
g.$itemNav.attr("aria-selected",false)
}},this);
if(this._currentActiveItemView instanceof a.view.GuidePanelView&&this._currentActiveItemView._childInitializeWaiting){this._currentActiveItemView._postInitializeChildren()
}if(true&&c.isUndefined(this._model._ajaxCallDone)){if(this._model.toolbar){this._model.toolbar.execNavigationChangeExpression()
}}}}},_ancestorHasNavigableLayout:{get:function(){var e=this.parentView;
while(e){if(e.$itemsNavContainer&&e.$itemsNavContainer.length>0){return true
}e=e.parentView
}return false
}}})
}(xfalib.$,_,guidelib));
(function(c,b){var a=b.view.GuideTableRowView=b.view.GuidePanelView.extend({handleChildChanged:function(d){}})
}(xfalib.$,guidelib));
(function(f,c,a){var e=0;
var b={COLLAPSIBLE_COLUMNS:"collapsibleColumns",HEADERS_LEFT:"headersLeft",COLLAPSIBLE_COLUMNS_CONTROL_ROW_SELECTOR:"tr.child",RUNTIME_TABLE_CONTROL:"guideTableRuntimeControls",RUNTIME_TABLE_RIGHT_CONTROL:"guideTableRuntimeRightControls",RUNTIME_TABLE_LEFT_CONTROL:"guideTableRuntimeLeftControls",RUNTIME_TABLE_ADD_CONTROL:"guideTableRuntimeAddControl",RUNTIME_TABLE_DELETE_CONTROL:"guideTableRuntimeDeleteControl",RUNTIME_TABLE_EDIT_CONTROL:"guideTableRuntimeEditControl"};
var d=a.view.GuideTableView=a.view.GuidePanelView.extend({TABLE_WIDTH_BUFFER:23,_getPluginOptions:function(){var g={bAutoWidth:this.bAutoWidth},k=null,j=0,i=null,h=this.$tableElement.find("th").length;
if(this.bAutoWidth===false){k=this._model.columnWidth.split(",");
if(k.length===h){c.each(k,function(l){j+=parseInt(l,10)
});
i=c.map(k,function(l){return{pWidth:Math.floor((l*100)/j)}
})
}g=c.extend({},g,{aWidthPercentage:i,aWidth:k})
}return g
},setAutoWidth:function(){if(this._model.columnWidth&&this._model.columnWidth.length>0){this.bAutoWidth=false
}else{this.bAutoWidth=true
}},createView:function(k){var j=this._guideView._domTemplateCacheStore.cloneDomElement("#"+k),i="#"+k+"_widget",h=++e;
if(j.length==0){j=this.$element.find("#"+k).clone()
}j.find(i).attr("id",k+"_widget"+h);
var g=a.view.GuideViewRegistry.prototype.createView(j,this);
g.postInitialize();
return j
},initializeTableColumnWidth:function(h){if(this.bAutoWidth==false&&this._model.mobileLayout===b.HEADERS_LEFT){this.$tableElement.css("table-layout","fixed");
var i=h.aWidthPercentage,g=this.$tableElement.find("th").length;
if(i.length==g){this.$tableElement.find("th").each(function(j){f(this).width(i[j]["pWidth"]+"%")
})
}}},initialize:function(){d._super.initialize.apply(this,arguments);
this.$tableElement=this.$element.find("> table");
this.setAutoWidth();
var h=this._getPluginOptions(),g=this;
this.initializeTableColumnWidth(h);
this._initializeTableRuntimeEvents();
this._fixTableControls(true);
if(this._model.mobileLayout===b.COLLAPSIBLE_COLUMNS){h=c.extend({},h,{bControlRowHiddenCells:false,bDisableControlRowCells:true,viewCallback:f.proxy(this.createView,this),tableRuntimeEditControlClass:b.RUNTIME_TABLE_EDIT_CONTROL,fixTableControls:f.proxy(this._fixTableControls,this)});
this.jqwidget=this.$tableElement.responsiveTablePlugin(h).data("responsiveTablePlugin")
}else{f(window).on("resize orientationchange",function(i){g._fixTableControls(i)
})
}},handleVisibleChanged:function(g){d._super.handleVisibleChanged.apply(this,arguments);
this.handleTableShown()
},handleTableShown:function(){if(this._model.mobileLayout===b.COLLAPSIBLE_COLUMNS){this.jqwidget._initializeColumnVisibility();
if(this.jqwidget.isColumnHidden()){this.$tableElement.find(".guideFieldNode").addClass("dontSyncEnabled");
this.$tableElement.find("input, select, textarea, button").attr("disabled","disabled")
}}},_setFocus:function(g){var j=g.find("."+b.RUNTIME_TABLE_EDIT_CONTROL),k=null,h=false,i=null;
if(j.length>0){j.each(function(){if(f(this).is(":visible")){h=true;
j.eq(0).focus()
}})
}if(!h){k=g.find("td:first-child").find(".guideFieldNode").data("guideViewBind");
i=(k!=null)?guideBridge._resolveId(k):null;
guideBridge.setFocus(i.somExpression)
}},_initializeTableRuntimeEvents:function(){var g="."+b.RUNTIME_TABLE_ADD_CONTROL+",."+b.RUNTIME_TABLE_DELETE_CONTROL,h=this;
this.$tableElement.on("click keypress",g,function(m){if((m.type=="keypress"&&m.keyCode==13)||(m.type=="click")){if(f(this).hasClass(b.RUNTIME_TABLE_ADD_CONTROL)){var o=f(this).closest("tr[data-guide-view-bind]").data("guideViewBind"),l=(o!=null)?guideBridge._resolveId(o):null;
l.instanceManager.insertInstance(l.instanceIndex+1);
f(this).focus();
h._resetTableCellWidth()
}else{if(f(this).hasClass(b.RUNTIME_TABLE_DELETE_CONTROL)){var i=f(this).closest("tr[data-guide-view-bind]"),o=i.data("guideViewBind"),l=(o!=null)?guideBridge._resolveId(o):null,k=((h._model.mobileLayout===b.COLLAPSIBLE_COLUMNS)?i.prev().prev():i.prev()),j=((h._model.mobileLayout===b.COLLAPSIBLE_COLUMNS)?i.next().next():i.next());
l.instanceManager.removeInstance(l.instanceIndex);
if(k.length>0){h._setFocus(k)
}else{if(j.length>0&&l.instanceManager.instanceCount>=1){h._setFocus(j)
}}}}}})
},_resetTableCellWidth:function(){var i=this,h,g;
this.$tableElement.find("."+b.RUNTIME_TABLE_CONTROL).each(function(){if(f(this).hasClass(b.RUNTIME_TABLE_RIGHT_CONTROL)){var j=f(this).prev(),m=f(this).parent(),l=f(this);
if(f(this).is(":visible")){j.css("display","inline-block");
j.css("float","left");
g=m.width()-l.outerWidth()-i.TABLE_WIDTH_BUFFER;
var k=((g/m.width())*100);
j.width(k+"%")
}else{j.css("display","block");
j.css("float","none");
j.width(m.width())
}}else{if(f(this).hasClass(b.RUNTIME_TABLE_LEFT_CONTROL)){if(f(this).is(":visible")){f(this).next().css("display","inline-block");
g=f(this).parent().width()-f(this).outerWidth()-i.TABLE_WIDTH_BUFFER;
var k=((g/f(this).parent().width())*100);
f(this).next().width(k+"%")
}else{f(this).next().css("display","block")
}}}})
},_fixTableControls:function(g){if((this._model.mobileLayout===b.COLLAPSIBLE_COLUMNS)&&(this.jqwidget)){if(this.jqwidget.isColumnHidden()){this.$tableElement.find("tr:not(.child)").find(".guideFieldNode").addClass("dontSyncEnabled");
this.$tableElement.find("tr:not(.child)").find("input, select, textarea, button").attr("disabled","disabled")
}else{this.$tableElement.find(".guideFieldNode").removeClass("dontSyncEnabled");
this.$tableElement.find("input, select, textarea, button").removeAttr("disabled")
}}if(g){this._resetTableCellWidth()
}},_fixChildDom:function(g,h,i){d._super._fixChildDom.apply(this,arguments);
if(this._model.mobileLayout===b.COLLAPSIBLE_COLUMNS){this.jqwidget._fixControlRows()
}this._fixTableControls();
this._resetTableCellWidth()
},_postInitializeChildren:function(){d._super._postInitializeChildren.call(this);
if(this._model.mobileLayout===b.COLLAPSIBLE_COLUMNS){this.handleTableShown()
}else{if(this._model.mobileLayout===b.HEADERS_LEFT){this._fixTableCellForHeaderLeftLayout()
}}this._resetTableCellWidth()
},_fixTableCellForHeaderLeftLayout:function(){var g=this;
this.$tableElement.find("tr td").each(function(){var h=f(this).attr("headers").split(" ")[0],i=g.$tableElement.find("#"+h);
f(this).attr("guide-data-header",f.trim(i.text()))
})
},handleChildChanged:function(g){d._super.handleChildChanged.apply(this,arguments);
if(this._model.mobileLayout===b.HEADERS_LEFT){this._fixTableCellForHeaderLeftLayout()
}},addRemoveTemplateMarker:function(){c.each(this._model.children,function(m){if(m instanceof a.model.GuideInstanceManager){var l=m.id,k=(m._instances[0]||{}).id||m.instanceTemplateId,g=null,j=this.guideUtil.itemSelector(k,m._instances[0]),h=this.guideUtil.itemNavSelector(k),i=this.$itemsContainer.find(j);
if(i.is("tr")){i.attr("data-guide-template-marker",l)
}}},this)
}})
}(xfalib.$,_,guidelib));
(function(d,a,b){var c=a.view.GuideContainerView=a.view.GuideItemsView.extend({initialize:function(){this._queueViewForLazyItems=[];
window.guideBridge._guideView=this;
var e=d(this.options.element).clone();
this._domTemplateCacheStore=new a.view.util.DomTemplateCacheStore({$htmlTemplateDom:e});
this._lastFocussedPanelForNonActionFields=null;
c._super.initialize.call(this);
this._currentFocusItemSom=null;
this._previousFocusItemSom="FIRST_TIME";
d(window).on("keydown.guides",d.proxy(this.hotKeys,this));
this.postInitialize();
this._model.on(a.event.GuideModelEvent.MODEL_REFRESH,function(f){switch(f._property){case"jsonModel":this._syncGuideNodeToHtml(true);
break;
default:this._model.logger().error("unexpected event property "+f._property)
}},this)
},_reInitializeGuideContainerDom:function(){var e=d("div.guideContainerWrapperNode");
this.$element=e
},setFocus:function(l,e,s){var i,p,q,w,j;
if(b.isObject(l)){i=l;
w=i.somExpression;
p=i.focusOption;
q=i.runCompletionScript
}else{w=l;
p=e;
q=s
}j=!q;
if(p=="nextItemDeep"||p=="prevItemDeep"){if(w){this.logger().warn("AF","somExpression is currently not supported for deepNavigation:"+w+":"+p);
return false
}var u=this.getSomOnNavigableAncestor(this._lastFocussedPanelForNonActionFields);
var v=this.getView(u);
var f=(p=="nextItemDeep")?"nextItem":"prevItem";
while(v&&(v.parentView!=this)&&!v.getSiblingItemView(f)){var k=this.getSomOnNavigableAncestor(v.parentView._model.somExpression);
v=this.getView(k)
}if(v&&v.parentView!=this&&v.getSiblingItemView(f)){var x=v.parentView.setActive(f,false,j);
if(!x){this.logger().log("AF","could not setActive for the deepNav:"+v._model.somExpression);
return false
}var r=(f=="nextItem")?"firstItem":"lastItem";
var m=v.parentView.currentActiveItemView;
while(m){m.setActive(r,!m.currentActiveItemView,true);
m=m.currentActiveItemView
}return true
}else{this.logger().warn("AF","could not locate view for given somExpression:"+w+":"+p);
return false
}}if(!w){w=this.guideModel.rootPanel.somExpression
}var y=this.rootPanelView;
if(y){var g=this.guideUtil.relativeSom(this.guideModel.rootPanel.somExpression,w);
if(g){var h=g.split(".");
var t=b.find(h,function(z){y.setActive(z,false,j);
if(y instanceof a.view.GuidePanelView&&(y.currentActiveItemView==null||y.currentActiveItemView.qualifiedName!=z)){this.logger().log("AF","could not find token:"+z+", som:"+w);
return true
}else{y=y.currentActiveItemView
}},this);
if(t){return false
}}}else{var o=this._getGuideDomElement(w);
if(o&&o.length>0){y=o.data("guideView")
}}if(y){return y.setActive(p,true,j)
}else{return false
}},_getGuideDomElement:function(e,g){var j="",f,h,i;
if(e&&typeof e==="string"){h=this.guideModel.resolveNode(e);
if(!h){return
}i="#"+h.id;
if(g==="nav"){i=this.guideUtil.itemNavSelector(h.id)
}f=this.$element.find(i);
return f
}},getView:function(g){if(!g){return null
}var j=this._getGuideDomElement(g),e=null,i=null;
if(j&&j.length>0){if(!j.data("guideView")){var h=this.guideModel.rootPanel.somExpression;
var f=a.util.GuideUtil.relativeSom(h,g)||"";
b.reduce(f.split("."),function(l,k){l=l?l+"."+k:k;
i=this.getView(l);
if(i instanceof a.view.GuidePanelView&&i._childInitializeWaiting){i._postInitializeChildren()
}return l
},h,this)
}e=j.data("guideView");
if(e instanceof a.view.GuidePanelView&&e._childInitializeWaiting){e._postInitializeChildren()
}return e
}return null
},hotKeys:function(g){var e=false,f;
switch(g.keyCode){case 37:if(g.altKey){window.guideBridge.setFocus(null,"prevItemDeep",true);
e=true
}break;
case 39:if(g.altKey){window.guideBridge.setFocus(null,"nextItemDeep",true);
e=true
}break;
case 82:if(g.altKey){window.guideBridge.reset();
e=true
}break;
case 83:if(g.altKey){window.guideBridge.submit();
e=true
}break
}if(e){g.preventDefault()
}},getSomOnNavigableAncestor:function(e){if(!e||e===""){return null
}var g,i,f,h;
g=e.lastIndexOf(".");
if(g!==-1){f=e.substring(0,g);
i=this.getView(f);
if(i){h=i.hasNavigableLayout
}if(h){return e
}return this.getSomOnNavigableAncestor(f)
}return this.guideModel.rootPanel.somExpression
},__printSyncPending:function(){b.each(this.childViews,function(e){if(e._syncPending){this.logger().error("AF",e._model.somExpression)
}else{c.prototype.__printSyncPending.call(e)
}},this)
},_clearInactiveLazyViews:function(e){b.each(this.childViews,function(f){if(f._model.className==="rootPanelNode"){f._clearInactiveLazyViews(e)
}})
}});
c.defineProps({guideModel:{get:function(){return this._model
}},rootPanelView:{get:function(){return this._findChildView(this.guideModel.rootPanel)
}},currentFocusItemSom:{get:function(){return this._currentFocusItemSom
},set:function(h){if(this._currentFocusItemSom!==h){var e=this._currentFocusItemSom;
if(e){this._previousFocusItemSom=e
}this._currentFocusItemSom=h;
if(!a.runtime.progressive&&h!=null&&this._model.resolveNode(h).parent.className!=="guideToolbar"){this._lastFocussedPanelForNonActionFields=this.getSomOnNavigableAncestor(this._currentFocusItemSom)
}if(h){this._triggerOnBridge("elementFocusChanged",this._model.resolveNode(h),"focus",this._previousFocusItemSom,h);
if(this._previousFocusItemSom&&!a.runtime.progressive){var g=this.getSomOnNavigableAncestor(this._previousFocusItemSom),f=this.getSomOnNavigableAncestor(h);
if(f!==g){this._triggerOnBridge("elementNavigationChanged",this._model.resolveNode(f),"navigate",g,f)
}}}}}},skipFieldFocus:{get:function(){return this._skipFieldFocus
},set:function(e){this._skipFieldFocus=e
}}})
}(xfalib.$,guidelib,_));
(function(d,b){var c=xfalib.ut.XfaUtil.prototype,a=b.view.GuideImageView=b.view.GuideBaseView.extend({initialize:function(){a._super.initialize.call(this);
if(this._model.value!=null){var e="data:image/*;base64,"+this._model.value;
this.$element.children("img").attr("src",e)
}},postInitialize:function(){this._syncGuideNodeToHtml()
},setActive:function(f,e,g){b.view.GuideFieldView._super.setActive.call(this,f,e,g);
if(e){if(this.$element){this.$element.focus()
}this._guideView.currentFocusItemSom=this._model.somExpression
}return true
}})
}(xfalib.$,guidelib));
(function(b){var a=xfalib.ut.XfaUtil.prototype;
b.widget("xfaWidget.imageCheckButtonWidget",b.xfaWidget.XfaCheckBox,{_widgetName:"imageCheckButtonWidget",getOptionsMap:function(){var c=b.xfaWidget.XfaCheckBox.prototype.getOptionsMap.apply(this,arguments);
return b.extend({},c,{displayValue:function(e){c.displayValue.apply(this,arguments);
var d=this.$userControl.parents(".guideRadioButtonItem, .guideCheckBoxItem");
if(d){d.toggleClass("imageCheckButtonChecked",this.checkedState)
}if(this.$userControl.attr("disabled")==="disabled"){d.addClass("imageCheckButtonDisabled")
}}})
}})
})(xfalib.$);
(function(a,c){var b=a.util.GuideLazyUtil=xfalib.ut.Class.extend({putDirtyToTemplateCacheIfMissing:function(f){var e=f||a.internal.GuideDirtyMarkerAndVisitor,d=e._flattenDirtyPanelToList();
this._getAllDirtyJsonTemplateInCache(d)
},_getAllDirtyJsonTemplateInCache:function(e){var d=window.guideBridge._guide._modelTemplateCacheStore,g=this._generateListOfCacheMissFromTemplateJson(e),f;
if(g.length>0){f=this._getPiggyBankedJsonModel(g)
}_.each(f,function(h){var i=JSON.parse(h);
d._putLazyTemplate(i)
})
},_generateListOfCacheMissFromTemplateJson:function(d){var e=window.guideBridge._guide._modelTemplateCacheStore,f=[];
_.each(d,function(h){var g=e._getTemplate(h,true);
if(a.util.GuideUtil.isLazyJson(g)){f.push(h)
}});
return f
},_getPiggyBankedJsonModel:function(g){var f=window.guideBridge.getGuidePath(),e=window.guideBridge._getGuidePathUrl(".piggybankjson",f),d;
if(g.length>0){c.ajax({url:e,type:"GET",data:{wcmmode:"disabled",guidePath:f,listOfTemplateIds:JSON.stringify(g)},async:false,success:function(h){d=JSON.parse(h.json)
},error:function(h){this._guide().logger().log(h)
}})
}return d
}})
})(guidelib,xfalib.$);
(function(c,a){var b=a.model.GuideProgressiveSection=xfalib.ut.EventClass.extend({msClassName:"guideProgressiveSection",initialize:function(){this.jsonModel=this.options.jsonModel;
this.instanceIndex=this.options.instanceIndex;
this.instance=this.options.instance;
this.parent=this.options.parent;
this._currActivePart=0;
this.className=this.jsonModel.guideNodeClass||this.msClassName;
this._parts=[];
this.initializeChildren()
},_getChildModelFromId:function(d){return this.childIdToModel[d]
},initializeChildren:function(){var e=this,d=this.jsonModel.fields;
this.children=this.children||[];
this.childIdToModel=this.childIdToModel||{};
c.each(d,function(g){var f=guideBridge._resolveId(g.id);
e.children.push(f);
e.childIdToModel[g.id]=f
})
},setFocus:function(){this._triggerEvent(a.event.GuideModelEvent.NAVIGATE_SECTION,"navigateWithinSection",null,null)
},_triggerEvent:function(e,g,d,f){a.model.GuideNode.prototype._triggerEvent.apply(this,arguments)
},playJson:function(d){this.jsonModel=c.extend({},d)
}});
b.defineProps({sectionId:{get:function(){return this.jsonModel.id
}},activePart:{get:function(){return this._parts[this._currActivePart]
}},isLastPart:{get:function(){return(this._currActivePart===(this._parts.length-1))
}},isFirstPart:{get:function(){return this._currActivePart===0
}},currentActivePart:{set:function(d){this._currActivePart=d
},get:function(){return this._currActivePart
}},sectionTitle:{get:function(){return this.jsonModel.title
}},sectionName:{get:function(){return this.jsonModel.name
}},sectionFields:{get:function(){return this.jsonModel.fields
}},fetchedFromService:{get:function(){return this.jsonModel.fetchedFromService==="true"
}},repeatablePanelPath:{get:function(){return this.jsonModel.repeatablePanelPath
}},repeatablePanelId:{get:function(){return this.jsonModel.repeatablePanelId
}}})
})(_,guidelib);
(function(c,a){var d=0;
var b=a.model.GuideProgressiveRepeatableSectionManager=a.model.GuideProgressiveSection.extend({msClassName:"guideProgressiveRepeatableSectionManager",initialize:function(){b._super.initialize.apply(this,arguments);
this.isRepeatable=true;
this._instances=this._instances||[];
this._initializeRepeatability()
},_getSectionFromPanelId:function(e){return c.find(this._instances,function(f){return f.instance.id===e.id
})
},insertInstance:function(f){var e=this.instanceManager.insertInstance(f),g;
if(e!=null){g=this._getSection(e);
if(g!=null){this._instances.splice(f,0,g);
a.runtime.progressive.addRepeatable(g)
}}},removeInstance:function(e){var g=e.id,f=e.instanceIndex;
if(f>-1&&this.instanceManager.instanceCount>this.instanceManager.minOccur&&f
0){c.each(this.instanceManager.instances,function(i){f._instances.push(f._getSection(i))
})
}},_getChildModelFromId:function(e){return this.childIdToModel[e]
},initializeChildren:function(){var e=this;
this.children=this.children||[];
this.childIdToModel=this.childIdToModel||{};
c.each(this.jsonModel.fields,function(g){var f=guideBridge._resolveId(g.id);
e.children.push(f);
e.childIdToModel[g.id]=f
})
},setFocus:function(){this._triggerEvent(a.event.GuideModelEvent.NAVIGATE_SECTION,"navigateWithinSection",null,null)
},playJson:function(e){this.jsonModel=c.extend({},e)
}});
b.defineProps({activeInstance:{set:function(e){this.activeInstanceIndex=guideBridge._resolveId(e).instanceIndex
},get:function(){return this._instances[this.activeInstanceIndex]
}}})
})(_,guidelib);
(function(c,a){var b=a.model.util.ModelTemplateCacheStore=xfalib.ut.Class.extend({initialize:function(){b._super.initialize.apply(this);
this._modelIdCache={};
this._templateIdCache={};
this._lazyTemplateIdCache={};
var d=JSON.parse(JSON.stringify(this.options.modelTemplateJson));
this._putTemplate(d)
},putModel:function(d){if(d.id){var e=d.id;
this._modelIdCache[e]=d;
if(d.children){_.each(d.children,function(f){this.putModel(f)
},this)
}}else{this.logger().log("no Id found for model"+d.getAttribute("name"))
}},removeModel:function(d){if(this._modelIdCache.hasOwnProperty(d)){delete this._modelIdCache[d]
}},getModel:function(d){if(this._modelIdCache.hasOwnProperty(d)){return this._modelIdCache[d]
}},_putTemplate:function(d){if(d.templateId&&d.guideNodeClass){this._templateIdCache[d.templateId]=d
}_.each(d,function(f,e){if(_.isObject(f)){this._putTemplate(f)
}},this)
},_putLazyTemplate:function(d){if(d.templateId&&d.guideNodeClass){this._lazyTemplateIdCache[d.templateId]=d
}},cloneJsonTemplate:function(d){if(this._templateIdCache[d]){var e=this._templateIdCache[d];
return JSON.parse(JSON.stringify(e))
}},_getTemplate:function(d,f){var e=this._templateIdCache[d];
if(f&&a.util.GuideUtil.isLazyJson(e)){e=this._lazyTemplateIdCache[d]
}if(!_.isUndefined(e)){return JSON.parse(JSON.stringify(e))
}}});
b.defineProps({})
}(xfalib.$,guidelib));
(function(b,c){var f=xfalib.ut.XfaUtil.prototype.detectIE();
var e={showLink:false,scrollMode:"vertical",textAreaClass:".guide-tnc-content",checkBoxClass:".guide-tnc-checkbox",linkClass:".guide-tnc-link",documentVisitedClass:".guide-tnc-document-visited",documentUnVisitedClass:".guide-tnc-document-unvisited"};
var d={REVIEWED:"reviewed",UNREVIEWD:"unreviewed",AGREE:"agree"};
var a=function(k,j){this.options=j;
this.$element=c(k);
this.enters=this.leaves=0;
this.inside=false;
this.reviewdoc=this.status=d.UNREVIEWD;
this.$elementCheckBox=this.$element.find(this.options.checkBoxClass||e.checkBoxClass);
this.$elementTextArea=c(this.textArea());
this.$elementLink=c(this.link());
this.isTextContentVisible=false;
if(this.options.showLink){this.$elementLink.find("a").click(c.proxy(this.handleReviewStatusChange,this))
}else{if(this.hasScrollBar(this.$elementTextArea.get(0))){this.$elementTextArea.parent().scroll(c.proxy(this.handleReviewStatusChange,this))
}else{if(this.$elementTextArea.css("display")!=="none"){this.status=d.REVIEWED;
this.isTextContentVisible=true;
if(!this.options.showAsPopUp){this.enableCheckBox()
}this.reviewDoc=this.$elementTextArea.text()
}}}if(this.options.showAsPopUp){var l=this.options.documentUnVisitedClass||e.documentUnVisitedClass,i=this.options.documentVisitedClass||e.documentVisitedClass;
var g=this,h=this.$elementCheckBox.find("a").keydown(function(m){if(m.keyCode===13||m.which==13||m.charCode===32){c(this).click();
return false
}}).click(function(m){if(c(this).hasClass(l.substring(1))){c(this).toggleClass(i.substring(1)+" "+l.substring(1))
}if(f||g.isTextContentVisible){g.enableCheckBox()
}}).attr("href");
c(h).on("hidden.bs.modal",function(m){g.$elementCheckBox.find("input").focus()
})
}else{this._updateScreenReaderText()
}this.$elementCheckBox.find("input").change(c.proxy(this.handleCheckBoxChange,this))
};
a.prototype={clear:function(){this.$element.val("")
},destroy:function(){this.$element.val("");
this.$element.empty()
},_updateScreenReaderText:function(){if(!this.options.showAsPopUp){var g=this;
this.$element.find(".guide-tnc-sr-only").each(function(h,j){c(this).html(g.options.screenReaderText)
})
}},_restoreClickState:function(k){if(this.options.showLink){var g=k.split("\n"),j=[];
b.each(g,function(m,l){j.push(b.last(m.split("=")))
});
var i=this.options.documentUnVisitedClass||e.documentUnVisitedClass,h=this.options.documentVisitedClass||e.documentVisitedClass;
this.$elementLink.find("a").each(function(l){c(this).data("clicked",j[l]);
if(j[l]==="1"){c(this).addClass(h.substring(1))
}else{c(this).addClass(i.substring(1))
}})
}},value:function(g){if(g){if(this.options.showLink){this._restoreClickState(g)
}this.reviewDoc=g
}else{return this.reviewDoc
}},reviewStatus:function(g){var h=this.getClickState();
if(!b.isUndefined(g)){if(g=="true"){this.enableCheckBox();
this.$elementCheckBox.find("input").attr("checked","checked")
}this.approvalStatus=g
}else{if(this.status==d.REVIEWED||this.status==d.UNREVIEWD){return null
}else{if(this.status==d.AGREE){return true
}}}},clickStatus:function(h){if(h){if(h===d.REVIEWED){var g=this.getClickState();
if(b.isArray(g)&&g.length>0){g=g.join("\n");
this._restoreClickState(g)
}this.enableCheckBox()
}this.status=h
}else{return this.status
}},showLink:function(g){if(g!==undefined){this.options.showLink=g
}else{return this.options.showLink
}},access:function(g){this.accessOption=g;
if(g=="readOnly"){this.disableCheckBox();
if(this.options.showLink){this.$elementLink.find("a").each(function(h,i){c(i).css("pointer-events","none");
c(i).attr("disabled","disabled")
})
}}else{if(g=="open"){if((this.status==d.REVIEWED||this.status==d.AGREE)&&!this.options.showAsPopUp){this.enableCheckBox()
}if(this.options.showLink){this.$element.find("a").each(function(h,i){c(i).css("pointer-events","");
c(i).removeAttr("disabled")
})
}}}},link:function(){return this.$element.find(this.options.linkClass||e.linkClass)
},textArea:function(){return this.$element.find(this.options.textAreaClass||e.textAreaClass)
},getClickState:function(){if(this.options.showLink){var g=[];
this.$elementLink.find("a").each(function(h){g.push({displayText:c(this).text(),linkText:c(this).attr("href"),clicked:c(this).data("clicked")})
});
return g
}},enableCheckBox:function(){if(this.accessOption!=="readOnly"){this.$elementCheckBox.find("input").removeAttr("disabled")
}},disableCheckBox:function(){this.$elementCheckBox.find("input").attr("disabled","disabled")
},handleReviewStatusChange:function(l){var i=[],j=this.options.documentVisitedClass||e.documentVisitedClass;
if(this.options.showLink){this.status=d.REVIEWED;
c(l.target).data("clicked",1);
c(l.target).addClass(j.substring(1));
this.linkStateMap=this.getClickState();
b.each(this.linkStateMap,function(p,o){if(!p.clicked){this.status=d.UNREVIEWD
}i.push(p.displayText+"="+p.linkText+"="+(b.isUndefined(p.clicked)?"0":"1"))
},this);
if(i.length>0){this.reviewDoc=i.join("\n")
}if(this.status==d.REVIEWED){this.enableCheckBox()
}this.$element.trigger("reviewComplete.tnc")
}else{var h=this.getScroll(this.$elementTextArea.get(0)),m=h[this.options.scrollMode=="vertical"?"y":"x"],k=this.getScrollSize(this.$elementTextArea.get(0)).y-this.getSize(this.$elementTextArea.get(0)).y,g=0;
this.reviewDoc=this.$elementTextArea.text();
if(m>=k&&(g==0||m<=g)){if(!this.inside){this.inside=true;
this.enters++;
this.status=d.REVIEWED;
this.enableCheckBox();
this.$element.trigger("reviewComplete.tnc",[h,this.enters,l])
}}else{if(this.inside){this.inside=false;
this.leaves++
}}}},handleCheckBoxChange:function(g){if(c(g.target).is(":checked")){this.status=d.AGREE
}else{this.status=d.UNREVIEWD
}this.$element.trigger("checkboxStateChange.tnc")
},getScrollSize:function(g){return{x:g.scrollWidth,y:g.scrollHeight}
},getScroll:function(g){return{x:g.scrollLeft,y:g.scrollTop}
},getSize:function(g){return{x:g.offsetWidth,y:g.offsetHeight}
},_getScrollParams:function(j,h){var i=j[0],g=this.options.showAsPopUp?"0px":h.parent().css("height");
c(i).css({top:"-2000px",left:"-2000px","max-height":h.css("max-height"),height:(g!=="0px")?g:"auto",overflow:"auto",position:"absolute"}).appendTo("body");
return{scrollHeight:i.scrollHeight,clientHeight:c(i).outerHeight(),scrollWidth:i.scrollWidth,clientWidth:c(i).outerWidth()}
},hasScrollBar:function(i){var h=c(i).clone(),g=this._getScrollParams(h,c(i));
h.remove();
if(f){return((g.scrollHeight-2)>g.clientHeight)||((g.scrollWidth-2)>g.clientWidth)
}else{return g.scrollHeight>g.clientHeight||g.scrollWidth>g.clientWidth
}}};
c.fn.afTnc=function(i,j){var g="",h=this.each(function(){var m=c(this),l=m.data("AfTnc"),k=c.extend({},e,typeof i==="object"&&i);
if(!l){m.data("AfTnc",(l=new a(this,k)))
}if(typeof i==="string"){g=l[i](j)
}});
if(typeof g!==undefined){return g
}else{return h
}}
})(_,xfalib.$);
(function(b){var a=xfalib.ut.XfaUtil.prototype;
b.widget("xfaWidget.tnc",b.xfaWidget.abstractWidget,{_widgetName:"tnc",_superPrototype:b.xfaWidget.abstractWidget.prototype,getOptionsMap:function(){var d=this._superPrototype.getOptionsMap.apply(this,arguments),c=b.extend({},d,b.extend({},this.options,{value:function(e){this.$userControl.afTnc("value",e)
},reviewStatus:function(e){this.$userControl.afTnc("reviewStatus",e)
},clickStatus:function(e){this.$userControl.afTnc("clickStatus",e)
},access:function(e){this.$userControl.afTnc("access",e)
}}));
return c
},_getReviewStatus:function(){return b(this.element).afTnc("reviewStatus")
},_getClickStatus:function(){return b(this.element).afTnc("clickStatus")
},getEventMap:function(){var d=this._superPrototype.getEventMap.apply(this,arguments),c=b.extend({},d,{change:null,"reviewComplete.tnc":a.XFA_CHANGE_EVENT,"checkboxStateChange.tnc":a.XFA_CHANGE_EVENT});
return c
},render:function(){this._superPrototype.render.apply(this,arguments);
b(this.element).afTnc(this.getOptionsMap());
return b(this.element)
},showDisplayValue:function(){},showValue:function(){},getCommitValue:function(){this.options.reviewStatus=this._getReviewStatus();
this.options.clickStatus=this._getClickStatus();
return b(this.element).afTnc("value")
}})
})(xfalib.$);
(function(e,c,a){var b=function(f,g){if(c.isUndefined(f)||f===null){return[]
}if(!c.isArray(f)){f=[f]
}return c.filter(f,function(h){return h instanceof a.model.GuidePanel&&h[g] instanceof a.model.GuideNumericBox
})
},d=function(f,g){return c.reduce(f,function(h,i){var j=parseFloat(i.getOrElse(i,g+".value",0));
if(isNaN(j)){j=0
}return h+j
},0)
};
a.runtime.af.sum=function(f,g){return d(b(f,g),g)
};
a.runtime.af.avg=function(g,i){var f=b(g,i),h=d(f,i);
if(f.length===0){return 0
}return h/f.length
};
a.runtime.af.max=function(g,h){var f=c.max(b(g,h),function(i){return i.getOrElse(i,h+".value",Number.NEGATIVE_INFINITY)
});
if(f instanceof a.model.GuidePanel){return f[h]
}return null
};
a.runtime.af.min=function(g,h){var f=c.min(b(g,h),function(i){return i.getOrElse(i,h+".value",Number.POSITIVE_INFINITY)
});
if(f instanceof a.model.GuidePanel){return f[h]
}return null
}
}(xfalib.$,_,guidelib));
(function(b,a){var c=a.event.GuideModelEvent=xfalib.ut.Class.extend({msClassName:"guideModelEvent"});
c.defineProps({prevText:{get:function(){return this.jsonModel.prevText
}},newText:{get:function(){return this.jsonModel.newText
}},name:{get:function(){return this.jsonModel.name
}},keyDown:{get:function(){return this.jsonModel.keyDown
}},modifier:{get:function(){return this.jsonModel.modifier
}},target:{get:function(){return this.jsonModel.target
}},shift:{get:function(){return this.jsonModel.shift
}},change:{get:function(){return this.jsonModel.change
},set:function(d){this.jsonModel.change=d
}},_property:{get:function(){return this.jsonModel._property
}}});
c.createEvent=function(d,i,h,e,f){var g={name:d,target:i,_property:h,prevText:e,newText:f};
return new c({jsonModel:g})
};
c.MODEL_REFRESH="guide.modelRefresh";
c.CHILD_CHANGED="guide.childChanged";
c.MODEL_CHANGED="guide.modelChanged";
c.VALUE_CHANGED="guide.valueChanged";
c.ERROR_CHANGED="guide.errorChanged";
c.VISIBLE_CHANGED="guide.visibleChanged";
c.ENABLED_CHANGED="guide.enabledChanged";
c.ITEMS_CHANGED="guide.itemsChanged";
c.OBJECT_DESTROYED="guide.objectDestroyed";
c.NAVIGATE_SECTION="guide.navigateSection";
c.LAZY_LOADED="guide.lazyLoaded"
}(_,guidelib));
(function(c,b){var a=b.view.util.DomTemplateCacheStore=xfalib.ut.Class.extend({cloneDomElement:function(d){return this.$htmlTemplateDom.find(d).clone()
},putDomElement:function(e,d){this.$htmlTemplateDom.find(e).eq(0).append(d)
},removeDomElement:function(d){this.$htmlTemplateDom.find(d).children().remove()
}});
a.defineProps({$htmlTemplateDom:{get:function(){return this.options.$htmlTemplateDom
}}})
}(xfalib.$,guidelib));
(function(c,b){var a=b.model.GuideProgressiveCompletionSection=b.model.GuideProgressiveSection.extend({msClassName:"guideProgressiveCompletionSection"});
a.defineProps({sectionId:{get:function(){return this.jsonModel.id
}},sectionTitle:{get:function(){return this.jsonModel.completionTitle
}},completionScript:{get:function(){return this.jsonModel.completionScript
}},completionBeforeMessage:{get:function(){return this.jsonModel.completionBeforeMessage
}},completionAfterMessage:{get:function(){return this.jsonModel.completionAfterMessage
}},completionSuccessScript:{get:function(){return this.jsonModel.completionSuccessScript
}},completionFailureScript:{get:function(){return this.jsonModel.completionFailureScript
}}})
})(_,guidelib);
(function(b,a){a.model.mixin.ValidationsDisabled={normalProperties:{setParentValidationsDisabled:function(d){var e=this.validationsDisabled,c;
this._bParentValidationsDisabled=d;
c=this.validationsDisabled;
this.handleChildValidationsDisabled(c,e)
},handleChildValidationsDisabled:function(c,d){if(c!==d){if(this instanceof a.model.Field){if(c===true){if(this.validationState===false){this._errorText="";
this.validationState=true;
this._triggerEvent(a.event.GuideModelEvent.ERROR_CHANGED,"validationStatus",this.validationState,this._errorText)
}}}b.each(this._children,function(e){if(e instanceof a.model.Field||e instanceof a.model.GuideItemsContainer){e.setParentValidationsDisabled(c)
}})
}}},propertyDescriptors:{validationsDisabled:{get:function(){return this._bParentValidationsDisabled||this._validationsDisabled
},set:function(d){var e=this.validationsDisabled,c;
this._validationsDisabled=d;
c=this.validationsDisabled;
this.handleChildValidationsDisabled(c,e)
}}}}
}(_,guidelib));
(function(b,a){var c=a.model.util.GuideNavigationContext=xfalib.ut.Class.extend({msClassName:"guideNavigationContext",initialize:function(){c._super.initialize.call(this);
this._currentItem=this.options.currentItem;
this._parentPanel=this.options.parentPanel
},getQualifiedNamedItem:function(e){var d=this._getNavigableItems();
var f=b.find(d,function(g){return(g._escapeQualifiedName()==e)
},this);
return f
},getItemForNav:function(d){if(d=="prevItem"||d=="nextItem"||d=="firstItem"||d=="lastItem"){return this[d]
}else{return this.getQualifiedNamedItem(d)
}},_isNavigableItem:function(d){return d.visible
},_getNavigableItems:function(){var d=b.filter(this._parentPanel.items,function(e){return this._isNavigableItem(e)
},this);
return d
},_getNakedThis:function(){return this
}});
c.defineProps({currentItem:{get:function(){if(this._currentItem){return this._currentItem
}else{return this.firstItem
}},set:function(d){this._currentItem=d
}},prevItem:{get:function(){var d=this._getNavigableItems();
var e=this.currentItem;
if(d.indexOf(e)>0){return d[d.indexOf(e)-1]
}else{return null
}}},nextItem:{get:function(){var d=this._getNavigableItems();
var e=this.currentItem;
if(d.indexOf(e)<(d.length-1)){return d[d.indexOf(e)+1]
}else{return null
}}},firstItem:{get:function(){var d=this._getNavigableItems();
return d[0]||null
}},lastItem:{get:function(){var d=this._getNavigableItems();
if(d.length){return d[d.length-1]
}else{return null
}}},hasNextItem:{get:function(){return this.nextItem!=null
}},hasPrevItem:{get:function(){return this.prevItem!=null
}},isFirstItem:{get:function(){return this.currentItem==this.firstItem
}},isLastItem:{get:function(){return this.currentItem==this.lastItem
}}})
})(_,guidelib);
(function(h,e){var d={breakpoints:[],controlRowDefaults:{}},b=navigator.userAgent.match(/iPad/i)!==null,f=(navigator.userAgent.match(/iPhone/i)!==null)||(navigator.userAgent.match(/iPod/i)!==null),c=b||f;
d.breakpoints=[{name:"desktop",width:Infinity},{name:"tablet-landscape",width:1024},{name:"tablet-potrait",width:768},{name:"mobile-landscape",width:480},{name:"mobile-potrait",width:320}];
d.controlRowDefaults={breakpoints:d.breakpoints,controlRowDetails:{renderer:function(m,l){var j=null;
if(m.options.bControlRowHiddenCells){j=l.$tableRowElement.find("td:hidden")
}else{j=l.$tableRowElement.find("td");
if(m.options.bDisableControlRowCells){l.$tableRowElement.find("input, select, textarea, button").attr("disabled","disabled")
}}var k=j.map(function(r,o){var t=e(o),u=m.header(t),q=l.$tableRowElement,s=null,p=null;
s={row:q.index(),column:t.index()};
p=m._getCellData(s);
return e("").attr("data-rtp-index",s.column).addClass("clearfix").append(e("").addClass("rtp-title").text(e.trim(u.text()))).append(e("
").addClass("rtp-data").append(p))
});
return e('
').append(k.get())
},target:0,type:"inline"}};
var i=function(k,j){this.options=j;
this.$element=e(k);
this.columns=[]
};
var a=function(m,l,j){var k=m.find("th").eq(l);
this.minWidth=(j?(parseInt(k.css("min-width"),10)):k.outerWidth());
this.header=k;
this.colIndex=l;
this.$tableElement=m
};
a.prototype={cells:function(){var j=this.header.attr("id");
return this.$tableElement.find("tr td").filter(function(){var k=e(this).attr("headers");
if(k){if(k.indexOf(j)>-1){return e(this)
}}})
},visible:function(k){var j=this.cells();
this.isVisible=k;
if(k===true){j.show();
this.header.show()
}else{this.header.hide();
var m=this.header.prevAll().filter(":visible"),l=m.length;
e.each(j,function(){if(!e(this).data("shown")){e(this).hide()
}var p=e(this).data("colspan")||e(this).attr("colspan");
if(p>1){var o=0;
e(this).prevAll().each(function(){o+=(+(e(this).data("colspan")||e(this).attr("colspan")))
});
if(o==0){e(this).show();
e(this).data("shown",true);
if(e(this).data("colspan")==null){e(this).data("colspan",e(this).attr("colspan"))
}e(this).attr("colspan",l)
}else{if(o0){this.child.$element.empty();
this.child.$element.append(e("").addClass(i.prototype.defaults.CONTROL_ROW_CLASS).attr("colspan",j).append(e(k)))
}else{if(this.$tableRowElement.next(i.prototype.defaults.CONTROL_ROW_SELECTOR).length>0){this.child.$element=this.$tableRowElement.next();
this.child.$element.append(e("").addClass(i.prototype.defaults.CONTROL_ROW_CLASS).attr("colspan",j).append(e(k)))
}else{this.child.$element=e("").addClass(i.prototype.defaults.CONTROL_ROW_CLASS).append(e("").addClass(i.prototype.defaults.CONTROL_ROW_CLASS).attr("colspan",j).append(e(k)));
this.$tableRowElement.after(this.child.$element)
}}},showChild:function(){this.child.$element.get(0).style.display="";
this.child.isShown=true
},hideChild:function(){this.child.$element.hide();
this.child.isShown=false
}};
i.prototype={_getCellData:function(k){var j=this.$element.find("tbody tr").eq(k.row),m=j.find("td").eq(k.column);
if(this.options.viewCallback){var l=m.find(i.prototype.defaults.GUIDE_ID_SELECTOR).attr("id");
return this.options.viewCallback(l)
}else{return m.html()
}},header:function(j){var k=j.attr("headers").split(" ")[0];
return this.$element.find("#"+k)
},initializeColumns:function(j){var k=[];
this.colLength=this.$element.find("th").length;
for(var l=0;
lk.width?-1:0
});
this._initializeColumnVisibility();
this._controlRowInitialization()
},_initializeColumnVisibility:function(l){var k=this;
if(l){this.$element.find("td").each(function(){e(this).removeData("shown");
if(e(this).data("colspan")!=null){e(this).attr("colspan",e(this).data("colspan"))
}});
this.columns=this.initializeColumns(l)
}this._initializeColumnWidth();
this.display=this._resize();
this.$element.find("tbody tr:not(.child)").each(function(){if(e(this).next(i.prototype.defaults.CONTROL_ROW_SELECTOR).length==0){e(this).after(e("").addClass(i.prototype.defaults.CONTROL_ROW_CLASS).hide())
}});
var j=this.controlRow.controlRowDetails;
if(j.type){this._controlRowVisibility(l);
this.$element.on(i.prototype.defaults.EVENT_COLUMN_VISIBILITY,function(){k._controlRowVisibility()
});
this.$element.addClass("rtp-"+j.type)
}if(this.options.fixTableControls){if(h.isUndefined(l)||l.type==="orientationchange"||(l.type==="resize"&&!c)){this.options.fixTableControls(l)
}}},_fixControlRows:function(){this.$element.find(i.prototype.defaults.CONTROL_ROW_SELECTOR).remove()
},isColumnHidden:function(){return this.bColumnHidden||false
},_rearrangeTableRuntimeControls:function(j,m){var o=this.$element.find(".guideTableRuntimeControls .guideTableRuntimeAddControl"),p=0,l=this,k=null;
o.each(function(){if(e(this).is(":visible")){p=e(this).closest("td").index();
return false
}});
if((p<=j)){o.each(function(){var r=e(this).closest(".guideTableRuntimeControls"),s=e(this).closest("tr");
if(r.hasClass("guideTableRuntimeRightControls")){r.appendTo(s.find("td").eq(j));
if(p!==j){var q=r.prev();
q.css("display","block");
q.css("float","none")
}}})
}},_controlRowVisibility:function(l){var k=this,m=h.filter(this.columns,function(o){return(o.isVisible)!==true
}),j=this.columns.length-m.length;
this._rearrangeTableRuntimeControls(j-1,l);
if(m&&m.length>0){this.$element.addClass("collapsed");
this.bColumnHidden=true
}else{this.$element.removeClass("collapsed");
this.bColumnHidden=false
}},_controlRowInitialization:function(){var l=this;
var k=this.controlRow.controlRowDetails;
if(k.type==="inline"){k.target=("."+(this.options.tableRuntimeEditControlClass||"tableRuntimeEditControl"))
}var m=k.target;
var j=typeof m==="string"?m:"td";
this.$element.on("click keypress",j,function(r){if((r.type=="keypress"&&r.keyCode==13)||r.type=="click"){if(!l.$element.hasClass("collapsed")){return
}var o=e(this).closest("tr"),p=o.data("tableRow"),s=p;
if(s==null||s.child.$element.parent().length===0){s=new g(o);
o.data("tableRow",s)
}if(s.child.isShown){s.hideChild();
s.$tableRowElement.removeClass("parent")
}else{var q=l.controlRow.controlRowDetails.renderer(l,s);
s.updateChild(q,l.colLength);
s.showChild();
s.$tableRowElement.addClass("parent");
s.child.$element.find("input, select, textarea, button").eq(0).focus()
}}})
},_resize:function(){var l=e(window).width();
var m=this.controlRow.breakpoints;
var j=m[0].name;
for(var k=m.length-1;
k>=0;
k--){if(l<=m[k].width){j=m[k].name;
break
}}var o=this._getColumnsVisibility(j);
h.each(this.columns,function(q,p){q.visible(o[p])
});
return o
},_getColumnsVisibility:function(l){var o=this.columns,m,k=this.$element.find("th"),q=[];
var j=this.$element.parent().outerWidth();
var p=j;
q=h.map(o,function(r){p-=r.minWidth;
return((p<0)?false:true)
});
q[0]=true;
return q
}};
e.fn.responsiveTablePlugin=function(l,m){var j="",k=this.each(function(){if(e(this).is("table")===true){var q=e(this),p=q.data("responsiveTablePlugin"),o=e.extend({},i.prototype.defaults,typeof l==="object"&&l);
if(!p){q.data("responsiveTablePlugin",(p=new i(this,o)));
p._constructor()
}if(typeof l==="string"){j=p[l](m)
}}});
if(j!=""){return j
}else{return k
}};
i.prototype.defaults={EVENT_COLUMN_VISIBILITY:"responsiveTablePlugin.columnVisibility",GUIDE_ID_SELECTOR:"div[data-guide-view-bind]",CONTROL_ROW_CLASS:"child",CONTROL_ROW_SELECTOR:"tr.child"}
})(_,xfalib.$);
(function(b,d,a){var c=xfalib.ut.XfaUtil.prototype.getOrElse;
a.model._createXfaAndGuideModel=function(h,g){var f=window.AF_log_config===undefined?"0-a9":"1-"+window.AF_log_config,e;
xfalib.ut.XfaUtil.prototype.registerLocaleProperties(a.i18n);
start=new Date().getTime();
if(g){window.formBridge.registerConfig("contextPath",window.guideBridge.userConfig.contextPath);
window.formBridge.registerConfig("LoggerConfig",{logConfigString:f,categoryAcronyms:{d:"AF"}});
xfalib.script.XfaModelRegistry.prototype.createModel(g);
new xfalib.acrobat.Acrobat()
}else{xfalib.ut.XfaUtil.prototype.logger=new xfalib.ut.Logger({jsonModel:{logConfigString:f,categoryAcronyms:{d:"AF"}}})
}e=a.model.GuideModelRegistry.prototype.createModel(h);
return e
};
a.model._getGuideJsonWithSyncXfaProps=function(g,f){var e=a.model._createXfaAndGuideModel(g,f);
e.syncXFAProps();
return{guidejson:JSON.stringify(g),xfajson:JSON.stringify(f)}
};
a.model._prepareGuide=function(l,f){var h=false,m=null,g=null;
if(window.guideBridge!==undefined){g=window.guideBridge._getStorage();
if(g&&g.guideState){m=g.guideState;
if(m){h=true;
window.guideBridge.restoreGuideState(g)
}}}if(!h&&l&&!b.isEmpty(l.guideState)){window.guideBridge.restoreGuideState(l)
}else{f.prepare()
}var k=guideBridge.customContextProperty("fileAttachmentMap");
if(!b.isUndefined(k)){try{var j=JSON.parse(k)
}catch(i){if(i.stack&&guideBridge._guide){guideBridge._guide.logger().error(i.stack)
}}}if(!b.isUndefined(j)){b.each(j,function(o,p){var e=guideBridge.resolveNode(p);
if(e){e.fileAttachment.value=o;
if(!b.isEmpty(o)){e._fileList=o.split("\n")
}}else{if(guideBridge._guide){guideBridge._guide.logger().log("som not valid:"+p)
}}})
}f.setGuideState(a.model.GuideSchema.prototype.GuideStateConstants.GUIDE_STATE_MODEL_COMPLETE)
};
a.model._prepareGuideContext=function(f,h,e){if(h&&h.guideState&&h.guideState.guidePrefillXml){f.guidePrefillXml=h.guideState.guidePrefillXml
}var g=e.getOrElse(h,"guideState.guideContext.customPropertyMap",null);
if(g){f.customPropertyMap=f.customPropertyMap||{};
b.extend(f.customPropertyMap,g)
}a.runtime.guideContext=a.runtime.guideContext||{};
b.extend(a.runtime.guideContext,f);
e.version=new a.util.Version({scriptingBehaviourVersion:f.scriptingBehaviourVersion})
};
a.model._prepareXfa=function(g,f,i,e){if(g&&xfalib.runtime.xfa){xfalib.runtime.renderContext=f;
var h=e.getOrElse(i,"guideState.xfaState.xfaRenderContext",null);
if(h!=null){xfalib.runtime.renderContext=JSON.parse(h)
}xfalib.runtime.xfa.form._initialize(true);
d(window).trigger("XfaInitialized")
}};
a.model._createXfaAndGuideModelAndPrepareContext=function(j,h,g,i,f,e){f=a.model._createXfaAndGuideModel(j,h);
f.setGuideState(a.model.GuideSchema.prototype.GuideStateConstants.GUIDE_STATE_MODEL_CREATED);
a.model._prepareGuideContext(g,i,f);
a.model._prepareXfa(h,e,i,f);
return f
};
a.model.fireOnContainerDomElementReady=function(q){var o=JSON.parse(q.guidejson||"null"),j=JSON.parse(q.guidecontext||"null"),p=JSON.parse(q.guidemergedjson||"null"),f=JSON.parse(q.xfajson||"null"),k=JSON.parse(q.xfarendercontext||"null"),g;
if(window.guideBridge.hostName=="server"){a.internal.liveModel._disableFunctions();
a.internal.liveXmlUtils._disableFunctions();
if(window.formBridge){window.formBridge.ajaxCallMode="server"
}g=a.model._createXfaAndGuideModelAndPrepareContext(o,f,j,p,g,k);
window.guideBridge._guide=g;
a.model._prepareGuide(p,g)
}else{a.internal.liveModel.createDataNodes(o.repeatBindRef);
if(o.allLazyChildren.length>0){a.internal.liveModel.createCrossFragFields(o.guideGlobalLazyField);
a.model._initGuideDirtyMarkerAndVisitor(o,p)
}window.guideBridge._postExternalMessage({name:"_formdomstart"});
try{var i=d("div.guideContainerWrapperNode");
g=a.model._createXfaAndGuideModelAndPrepareContext(o,f,j,p,g,k);
d(window).trigger({type:"guideModelInitialized",guide:g});
a.model._prepareGuide(p,g);
window.guideBridge._postExternalMessage({name:"_layoutstart"});
var m=new a.view.GuideContainerView({element:i,model:g});
window.guideBridge._setGuideView(m);
a.util.GuideUtil.initializeHelp();
a.util.AdUtil.applyDescriptionPlugin();
window.guideBridge._postExternalMessage({name:"_layoutend"});
d(window).on("mousedown.guidebridge",function(){window.guideBridge.clickedOnWindow=true
});
if(a.runtime.guideContext){var h=a.util.GuideUtil.fetchXMLNodeValue(a.runtime.guideContext.guidePrefillXml,"lastFocusItem")
}if(b.isUndefined(h)){var h=window.guideBridge.customContextProperty("lastFocusItem")
}if(h&&!a.runtime.progressive){window.guideBridge.setFocus(h)
}else{
//window.guideBridge.setFocus()
}d(window).trigger({type:"guideInitialized",guide:g})
}catch(l){if(l.stack){console.error(l.stack)
}}}if(xfalib.ut.XfaUtil.prototype.isSafari()&&!xfalib.ut.TouchUtil.TOUCH_ENABLED){d("#guideContainerForm").addClass("macSafariForm")
}};
a.model._initGuideDirtyMarkerAndVisitor=function(k,i){var h=a.internal.GuideDirtyMarkerAndVisitor,j,e;
if(!b.isEmpty(i)){var f=xfalib.ut.XfaUtil.prototype.getOrElse,g=f(i,"guideState.guideLiveXml",undefined)||f(i,"guideState.guidePrefillXml",undefined);
j=a.internal.liveXmlUtils.convertSubmissionInfoToMap(g);
if((e=f(i,"guideState.guideContext.afSubmissionInfo.afDraft",undefined))){h.visitMap=h._createMapFromFromList(e.replace(/\"/g,"").split(","),0);
h.visitMap=h.addToExistingMapIfNotFound(k.allLazyChildren,h.visitMap,1)
}else{if(!b.isUndefined(j)){h.visitMap=h.addToExistingMapIfNotFound(k.allLazyChildren,j,1)
}}}else{h.visitMap=h._createMapFromFromList(k.allLazyChildren,0)
}}
})(_,xfalib.$,window.guidelib);
(function(c,b,a){a.runtime.af.reduce=function(e,h,g,d,f){if(!b.isArray(e)){e=[e]
}return b.reduce(e,function(j,i){if(i instanceof a.model.GuidePanel&&!b.isUndefined(i[h])){if(b.isFunction(g)){return g.apply(f,[j,i,i[h]])
}}return j
},d)
};
a.runtime.af.filter=function(e,g,d,f){if(!b.isArray(e)){e=[e]
}return b.map(b.filter(e,function(h){if(h instanceof a.model.GuidePanel&&!b.isUndefined(h[g])){if(b.isFunction(d)){return d.apply(f,[h,h[g]])
}return false
}}),function(h){return h[g]
})
};
a.runtime.af.formatDateToISOString=function(f){var d,g,e;
if(!b.isUndefined(f)&&b.isObject(f)){d=f.getDate().toString();
g=(f.getMonth()+1).toString();
e=f.getFullYear().toString();
if(g.length===1){g="0"+g.toString()
}return e+"-"+g+"-"+d
}}
}(xfalib.$,_,guidelib));
(function(i,d){var h="AEM6.1",g="AEM6.2",b={},e=function(j){var k=j.match(/AEM(\d+)(?:\.(\d+))?/);
if(k==null){return null
}return{major:k[1],minor:k[2]===undefined?"0":k[2]}
},c=function(k,j){return(k-j)
},f=function(j,o){if(typeof j!=="string"||typeof o!=="string"){throw"Comparing Invalid Versions"
}var m=e(j),k=e(o);
if(m==null||k==null){throw"Comparing Invalid Versions"
}var l=c(+m.major,+k.major);
return l!==0?l:c(+m.minor,+k.minor)
},a=i.util.Version=xfalib.ut.Class.extend({initialize:function(k){b={};
var j=k.scriptingBehaviourVersion;
if(j==="None"){j=this.current()
}this.scriptingBehaviourVersion=j||g;
var l=e(this.scriptingBehaviourVersion);
if(l==null){throw"Invalid Version number"
}this.major=l.major;
this.minor=l.minor
},current:function(){return g
},compatibleVersion:function(){return this.scriptingBehaviourVersion
},isPrevious:function(j){return f(this.scriptingBehaviourVersion,j)<0
},isPreviousOrSame:function(j){var k=f(this.scriptingBehaviourVersion,j);
return k<0||k==0
},isAfter:function(j){return f(this.scriptingBehaviourVersion,j)>0
},isAfterOrSame:function(j){var k=f(this.scriptingBehaviourVersion,j);
return k>0||k==0
},isSame:function(j){return f(this.scriptingBehaviourVersion,j)==0
},isOn:function(j){switch(j){case this.Flags.RUN_VALUE_COMMMIT_ON_SCRIPT_CHANGE:if(b[j]==undefined){b[j]=this.isAfter(this.AEM_61)
}return b[j]
}throw"Invalid Flag"
}});
a.prototype.Flags={};
Object.defineProperties(a.prototype.Flags,{RUN_VALUE_COMMMIT_ON_SCRIPT_CHANGE:{value:"manageValueCommit",writable:false}});
a.defineProps({AEM_61:{value:h,writable:false},AEM_62:{value:g,writable:false}})
}(guidelib,xfalib.$));
(function(c,b){var a={Guide:"XFA",XFA:"Guide"};
var d=b.model.GuideNode=xfalib.ut.EventClass.extend({msClassName:"guideNode",guideUtil:b.util.GuideUtil,initialize:function(){this.className=this.jsonModel.guideNodeClass||this.msClassName;
this.parent=null;
this._isItem=false;
this._index=0
},_postInitialize:function(){},_triggerOnBridge:function(f,i,h,e,g){if(window.guideBridge){window.guideBridge.trigger(f,b.event.GuideModelEvent.createEvent(f,i,h,e,g))
}},validate:function(e){},_getXFAOptionStringFromGuideItems:function(e){var f="",g=0;
if(!c.isEmpty(e)&&!c.isArray(e)){e=[e]
}c.each(e,function(i,h,j){g=i.indexOf("=");
if(g>-1){f+=i.substring(g+1)+","+i.substring(0,g)
}else{f+=i+","+i
}if(h-1){if((f.getSaveItem(i)+" ="+f.getdisplayitem(i))="=j){g=false" }}else{if((f.getsaveitem(i)+"="+f.getDisplayItem(i))==(j+" ="+j)){g="false" }}})="" }return="" },syncxfaprops:function(){if(this.bindnode){c.each(this._guide()._guideschema.getattributes(this.classname),function(o,r){var="">0?h[h.length-1]:undefined;
if(!s||["presence","access"].indexOf(s)>=0){return
}var q=h.splice(0,h.length-1),k=c.reduce(q,function(e,v){if(c.isObject(e)){return e[v]
}return undefined
},this.bindNode),f=this.getGuideProp(r,o),t=this._guide()._guideSchema.getConvertor(r),j=t?t.guideToXfa.apply(this,[f]):f,u;
try{if(k){u=k[s];
if(j!==undefined){if(s==="items"){var l=this._compareXFAItemsWithGuideItems(k,j);
var p=2;
if(!l){var i=this._getXFAOptionStringFromGuideItems(j);
if(i!==""){k.setItems(i,p)
}else{k.clearItems()
}}}else{if(j!==u){k[s]=j
}}}}}catch(m){this.logger().error("setting "+g+"(guide "+r+") for "+this.bindNode.somExpression+" is not supported in xfa");
if(m.stack){this.logger().error(m.stack)
}}},this)
}},prepare:function(){},nakedChildReferences:function(e,f){return
},getNaked:function(e,f,h){var k=this.getAttribute("name"),j=f._private["_"+k+"_"],i=(f._isOverriden&&!f._isOverriden["_"+k+"_"]),g=this.isGlobal&&f===b.runtime&&(f[k] instanceof b.model.AbstractField);
if((h&&h._nameArray[k]===1)||(e===this.index)){if(j===null||j===undefined||i||g){this._guide()._createGetterSetter(f,k,this);
if(i===true){f._isOverriden["_"+k+"_"]=true
}}}},_getReducedJSON:function(){var e=["name","templateId","_value","guideNodeClass"],f={};
b.model.util.CommonUtils.prototype.returnMinimalJSON(e,f,this);
return f
},_getNakedThis:function(){return this
},_xfa:function(){if(window.xfalib){return window.xfalib.runtime.xfa
}return null
},_guide:function(){if(window.guidelib.runtime.guide){return window.guidelib.runtime.guide
}return null
},playJson:function(e){},visit:function(f,e){f.apply(e,[this])
},_collectValues:function(e){},_unloadModel:function(){this.trigger(b.event.GuideModelEvent.OBJECT_DESTROYED,b.event.GuideModelEvent.createEvent(b.event.GuideModelEvent.OBJECT_DESTROYED,this,"destroy",null,this));
this._guide()._modelTemplateCacheStore.removeModel(this.id);
this.off();
if(c.isObject(b.runtime[this.name])&&(b.runtime[this.name]===this||b.runtime[this.name].somExpression===this.somExpression)){b.runtime[this.name]=undefined;
if(c.isObject(b.runtime._private["_"+this.name+"_"])){b.runtime._private["_"+this.name+"_"]=undefined
}}},_triggerEvent:function(f,h,e,g){this.trigger(f,b.event.GuideModelEvent.createEvent(f,this,h,e,g))
},setAttribute:function(g,f){if(this.jsonModel[f]!==g){var e=this.jsonModel[f];
this.jsonModel[f]=g;
this._triggerEvent(b.event.GuideModelEvent.MODEL_CHANGED,f,e,g)
}},_getSomExpression:function(){if(this.parent==null){return"guide[0]."+this._escapeQualifiedName()
}else{return this.parent.somExpression+"."+this._escapeQualifiedName()
}},_escapeQualifiedName:function(){var f=this.getAttribute("name");
var e=this._index;
var g=f+"["+e+"]";
return g.replace(/\./,"\\.")
},getGuideProp:function(f,e){var g=this.getOrElse(this.jsonModel,f,e["default"]);
if(g===undefined){return undefined
}return this._guide()._guideSchema.getTypedValue(e.type,g)
},getXFAProp:function(g,e){var h=e.xfaProp,f=this._guide()._guideSchema.getConvertor(g),i;
if(this.bindNode&&h!==undefined){i=this.bindNode.getOrElse(this.bindNode,h,undefined);
if(f){i=f.xfaToGuide.apply(this,[i])
}if(i!==undefined){return i
}}return undefined
},getAttribute:function(g){var e=this._guide()._guideSchema.getAttributeProps(this.className,g),f=e.priority||(e.xfaProp!==undefined?"XFA":"Guide"),h=this["get"+f+"Prop"].apply(this,[g,e]);
if(h===undefined){h=this["get"+a[f]+"Prop"].apply(this,[g,e])
}return h
},resetData:function(){}});
d.defineProps({name:{get:function(){return(this.getAttribute("name")||"").replace(/\s+/g,"")
}},templateId:{get:function(){return this.getAttribute("templateId")
}},id:{get:function(){return this.getAttribute("id")||this.templateId
}},somExpression:{get:function(){return this._getSomExpression()
}},title:{get:function(){return this.getAttribute("jcr:title")
}},nonLocalizedTitle:{get:function(){return this.getAttribute("nonLocalizedTitle")
}},panel:{get:function(){return this.parent.panel
}},viewVisited:{get:function(){return this.getAttribute("viewVisited")
},set:function(e){this.setAttribute(e,"viewVisited")
}},index:{get:function(){return this._index
}},visible:{get:function(){return true
},set:function(e){}},enabled:{get:function(){return true
},set:function(e){}},enableLayoutOptimization:{get:function(){return false
}},jcrPath:{get:function(){return this.jsonModel["jcr:path"]
}}})
}(_,guidelib));
(function(b,a,d){var c=a.model.Verify=a.model.GuideNode.extend({msClassName:"verify",initialize:function(){c._super.initialize.call(this);
this.validationStatus=true
},validate:function(g){var f=null,e=true;
if(this.jsonModel.interactive!==undefined&&this.jsonModel.interactive==="true"){if(guideBridge.hostName==="client"){f=d("#verifiable_form").get(0).contentWindow.formBridge
}if(f!==undefined&&f!==null){e=f.validateForm();
if(!e){g.push({som:this.somExpression,errorText:"XFA validation errors."})
}this.validationStatus=e
}}return e
}});
c.defineProps({forceElementFocusChange:{get:function(){return true
}}})
})(_,guidelib,xfalib.$);
(function(b,a){var c=a.model.Esign=a.model.GuideNode.extend({msClassName:"esign",initialize:function(){c._super.initialize.call(this);
this.validationStatus=true
},validate:function(e){var d=true;
if(FD.AFaddon.Signing!==undefined&&FD.AFaddon.Signing!==null){d=FD.AFaddon.Signing.isDocumentSigned(this.jsonModel.signingService);
if(!d){e.push({som:this.somExpression,errorText:"Signing not complete."})
}}this.validationStatus=d;
return d
}});
c.defineProps({forceElementFocusChange:{get:function(){return true
}}})
})(_,guidelib);
(function(b,a){var c=a.model.AbstractField=a.model.GuideNode.extend({msClassName:"abstractField",initialize:function(){this._name=this.options.name||"";
this._bindRef=this.options.bindRef||"";
this._dataSom=this._isXfaNode()?this.options.dataSom:"";
this.dependants=[];
this._depdendantIds=[]
},_getValue:function(){return this.jsonModel._value
},_setValue:function(d){this.jsonModel._value=d
},resetData:function(){return a.model.Field.prototype.resetData.call(this)
},_isXfaNode:function(){return this.bindRef.indexOf("xfa[0].form[0].")===0
},getAttribute:function(d){var e;
switch(d){case"name":e=this.name;
break;
case"bindRef":e=this.bindRef;
break;
default:e=null;
break
}return e
},_getXmlContext:function(){return a.model.Scriptable.prototype._getXmlContext.call(this,"","")
}});
c.defineProps({somExpression:{get:function(){return""
}},name:{get:function(){return(this._name||"").replace(/\s+/g,"")
}},bindRef:{get:function(){return(this._bindRef||"").replace(/\s+/g,"")
}},dataSom:{get:function(){return this._dataSom
}},value:{get:function(){var d=this._guide()._currentContext;
if(d&&d.managedExp&&d.contextNode&&d.expression){this._addDependant(d.contextNode,d.expression);
this._depdendantIds.push(d.contextNode.id)
}return this.jsonModel._value
},set:function(f){if(this.jsonModel._value!==f){this.jsonModel._value=f;
var g=a.internal.GuideDirtyMarkerAndVisitor,e=g.visitMap,d=this._depdendantIds;
g._findAndMarkDirty(e,d);
this._notifyDependants()
}}}});
c.addMixins([a.model.mixin.AddDependencyMgmt])
}(_,guidelib));
(function(c,b){var a=b.model.GuideInstanceManager=b.model.GuideNode.extend({msClassName:"guideInstanceManager",initialize:function(){a._super.initialize.call(this);
this._instances=[];
this.dependants=[];
this.deafen=false;
this._bindPending=true
},_postInitializeBinding:function(){if(!this._bindPending){return
}else{this._bindPending=false
}var d=this._instances[this.instanceCount-1];
if(!d){this.logger().log("There was no instance found for InstanceManager at postInitialize:"+this.somExpression)
}if(d.bindNode&&d.bindNode.instanceManager){this.bindNode=d.bindNode.instanceManager;
this.bindNode.parent.on(xfalib.script.XfaModelEvent.CHILD_ADDED,this);
this.bindNode.parent.on(xfalib.script.XfaModelEvent.CHILD_REMOVED,this)
}},_unloadModel:function(){var d=this._instances[this.instanceCount-1];
if(d.bindNode&&d.bindNode.instanceManager){this.bindNode.parent.off(xfalib.script.XfaModelEvent.CHILD_ADDED,this);
this.bindNode.parent.off(xfalib.script.XfaModelEvent.CHILD_REMOVED,this)
}a._super._unloadModel.call(this)
},handleEvent:function(e){if(!this.deafen&&e instanceof xfalib.script.XfaModelEvent){switch(e.name){case xfalib.script.XfaModelEvent.CHILD_ADDED:var d=e.newText;
if(d.instanceManager==this.bindNode){this._insertInstance(d.instanceIndex,d)
}break;
case xfalib.script.XfaModelEvent.CHILD_REMOVED:var f=e.prevText;
if(f.instanceManager==this.bindNode){this._removeInstance(f.instanceIndex,false)
}break;
case xfalib.script.XfaModelEvent.CHILD_MOVED:this.logger().log("CHILD_REMOVED should never be dispatched. It's achieved via ad and remove child.");
break;
default:break
}}},_instanceTemplate:function(){return this._guide()._modelTemplateCacheStore.cloneJsonTemplate(this.jsonModel.instanceTemplateId)
},addInstance:function(d){return this._insertInstance(undefined,d)
},_manageChild:function(e,d){e._instanceManager=this;
if(d===undefined){this._instances.push(e)
}else{this._instances.splice(d,0,e)
}},_insertInstance:function(e,d){if((+this.maxOccur>=0)&&(+this.maxOccur==this.instanceCount)){return null
}if(e!==undefined&&e>+this.maxOccur&&+this.maxOccur>-1){return null
}var k=d;
if(!d&&this.bindNode){this.deafen=true;
try{k=this.bindNode.insertInstance(e)
}finally{this.deafen=false
}}var j=this._instanceTemplate();
var i={};
var h=this.guideUtil.generateUID();
this.copyObject(j,i,{transformMaps:{id:function(q,o,p){return h+"__"+p.templateId
}}});
var m=k?{bindNode:k}:null;
var g=b.model.GuideModelRegistry.prototype.createModel(i,m);
if(g!=null){this._manageChild(g,e);
var f=this.parent;
if(f!=null){if(this._instances.length>0){e=e!==undefined?e:this._instances.length-1;
var l=f._children.indexOf(this._instances[e-1]);
f._addChildAt(g,l+1)
}else{f._addChildAt(g,f._children.indexOf(this)+1)
}}this._execExpressions();
return g
}else{this.logger().log("guide","insertInstance could not create child"+this.jsonModel.instanceTemplateId)
}return null
},insertInstance:function(d){return this._insertInstance(d)
},removeInstance:function(d){this._removeInstance(d,true)
},_removeInstance:function(e,d){if(this.instanceCount==0||this.minOccur>=this.instanceCount){return
}if(e>=+this.instanceCount){return
}if(d&&this.bindNode){this.deafen=true;
try{this.bindNode.removeInstance(e)
}finally{this.deafen=false
}}var g=this._instances[e];
this._instances.splice(e,1);
var f=g.parent;
f._removeChild(g);
this._execExpressions();
if(guideBridge._guide.getGuideState()===b.model.GuideSchema.prototype.GuideStateConstants.GUIDE_STATE_MODEL_COMPLETE&&f._hasLazyDescendant){b.internal.liveXmlUtils.updateLiveXml()
}},_getInstanceName:function(){return this.jsonModel.instanceName
},_instanceIsTableRow:function(){return this._instanceTemplate()["guideNodeClass"]==="guideTableRow"
},_execExpressions:function(){try{this._notifyDependants();
this._guide().runPendingExpressions()
}catch(d){this.logger().error("guide",d.message)
}}});
a.defineProps({minOccur:{get:function(){var d=this._instanceIsTableRow();
if(d){return((+this.jsonModel.minOccur)||1)
}else{return this.getOrElse(this.jsonModel.minOccur,1)
}}},maxOccur:{get:function(){return this.getOrElse(this.jsonModel.maxOccur,1)
}},initialOccur:{get:function(){return this.getOrElse(this.jsonModel.initialOccur,1)
}},instanceTemplateId:{get:function(){return this.jsonModel.instanceTemplateId
}},instanceCount:{get:function(){var d=this._guide()._currentContext;
if(d&&d.managedExp){this._addDependant(d.contextNode,d.expression)
}return this._instances.length
}},repeatable:{get:function(){return(this.minOccur!=1||this.maxOccur!=1)
}},instances:{get:function(){var d=this._guide()._currentContext;
if(d&&d.managedExp){this._addDependant(d.contextNode,d.expression)
}return(this._instances||[]).slice(0)
}}});
a.addMixins([b.model.mixin.AddDependencyMgmt])
})(_,guidelib);
(function(d,c,a){var e='with(this) {\n\t with(guidelib.runtime) {\n\t\t var _guide_result = this[${affectedProp}] = eval("${expression}");\n\t\t return _guide_result ;\n\t }\n};',b='with(this) {\n\t with(guidelib.runtime) {\n\t var result = eval("${expression}");\n\t\t return result; \n\t }\n}';
var f=a.model.Scriptable=a.model.GuideNode.extend({msClassName:"scriptable",initialize:function(){f._super.initialize.call(this);
this.className=this.jsonModel.guideNodeClass||this.msClassName;
this._compiledExpressions={};
this._compiledScripts={};
this.mActiveEvents=[];
this.dependants=[];
this._visible=true;
this._enabled=true;
this._parentAccess=true;
if(this.initScript){this._isInitScriptExecuted=false
}this._collectExpressions()
},_postInitialize:function(){if(this._isXfaNode()){this.bindNode=this.options.bindNode||this._getBindNode();
if(this.bindNode){this.bindNode.on(c.script.XfaModelEvent.FORM_MODEL_CHANGED,this)
}}},_unloadModel:function(){if(this._isXfaNode&&this._isXfaNode()){if(this.bindNode){this.bindNode.off(c.script.XfaModelEvent.FORM_MODEL_CHANGED,this)
}}f._super._unloadModel.call(this)
},_collectExpressions:function(){if(this.visibleExp){this._compiledExpressions.visibleExp=this._compileExpression(this.visibleExp,"visible")
}if(this.enabledExp){this._compiledExpressions.enabledExp=this._compileExpression(this.enabledExp,"enabled")
}if(this.initScript){this._compiledScripts.initScript=this._compileExpression(this.initScript,null)
}},_compileExpression:function(j,g){if(j){try{var i=g?e.replace(/\${affectedProp}/g,'"'+g+'"').replace(/\${expression}/g,j.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/(?:\r\n|\r|\n)/g," ")):b.replace(/\${expression}/g,j.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/(?:\r\n|\r|\n)/g," "));
return new Function(i)
}catch(h){this.logger().error("AF","Error in compiling expression:"+j)
}}return null
},_isXfaNode:function(){return(this._xfa()&&this.getOrElse(this,"jsonModel.bindRef","").indexOf("xfa[0].form[0].")===0)
},_xfa:function(){return this.getOrElse(window,"xfalib.runtime.xfa",null)
},prepare:function(){f._super.prepare.apply(this);
if(this.initScript&&!this._isInitScriptExecuted){this.executeExpression("initScript");
this._isInitScriptExecuted=true
}var g=d.keys(this._compiledExpressions);
this._guide().queueExpressions(this,g)
},handleEvent:function(g){if(g instanceof c.script.XfaModelEvent){switch(g.name){case c.script.XfaModelEvent.FORM_MODEL_CHANGED:this._handleXfaModelChanged(g);
break;
default:}}else{if(g instanceof a.event.GuideModelEvent){this.handleGuideEvent(g)
}}},handleGuideEvent:function(g){},executeExpression:function(h,j){if(this._isXfaNode()&&this.bindNode instanceof c.script.EventContainerNode){if(a.util.GuideUtil.xfaExprMap[h]!==null){this.bindNode.execEvent(a.util.GuideUtil.xfaExprMap[h]||h,j)
}}if(d.isUndefined(this._compiledExpressions[h])&&d.isUndefined(this._compiledScripts[h])){if(!this._guide()._currentContext){this._guide().runPendingExpressions()
}else{this.logger().log("AF","executeExpression called withing from another executeExpression. Should NEVER happen ")
}return true
}if(this.mActiveEvents[h]){return
}this.mActiveEvents[h]=true;
var i=this._compiledExpressions[h]?true:false;
this._guide()._currentContext={contextNode:this,expression:h,managedExp:i};
this._setExpressionContext(this,this.index);
var g=this._expressionHandler(h);
this.mActiveEvents[h]=false;
this._guide()._currentContext=null;
this._guide().runPendingExpressions();
return g
},_setExpressionContext:function(h,g){var j=this.somExpression;
function i(k){return a.util.GuideUtil.commonPrefixLen(j,k.somExpression)
}d.each(a.internal.liveModel.getCrossFragmentFields(),function(l,m){var k,o;
k=a.internal.liveModel.getAllFieldModels(d.keys(l));
if(!d.isEmpty(k)){o=d.max(k,i)
}this._guide()._createGetterSetter(a.runtime,m,o||l[d.keys(l)[0]])
},this);
a.runtime._isOverriden={};
while(h){h.nakedChildReferences(g,a.runtime);
g=h.index;
h=h.parent
}},_expressionHandler:function(g){var i,k;
if(this._compiledExpressions[g]){i=this._compiledExpressions[g];
try{k=i.apply(this)
}catch(j){this.logger().error("AF","Error in compiling expression:"+this.name+":"+g+":"+j.stack)
}}else{if(this._compiledScripts[g]){i=this._compiledScripts[g];
try{return i.apply(this)
}catch(h){this.logger().error("AF","Error in compiling expression:"+this.name+":"+g+":"+h.stack)
}}}return k
},_handleXfaModelChanged:function(g){if(g._property=="presence"){var h=!(g.newText!="visible");
this._triggerEvent(a.event.GuideModelEvent.MODEL_CHANGED,"visible",g.prevText,h)
}else{if(g._property=="access"){this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"enabled",g.prevText=="open",g.newText=="open"))
}}},_getScreenReaderText:function(h){var g,i=this._getAssistPriority();
if(i=="custom"){g=this._getCustomAssist(h)||this._getToolTip(h)||this._getCaption(h)||this._getName(h)
}else{if(i=="shortDescription"){g=this._getToolTip(h)||this._getCaption(h)||this._getName(h)
}else{if(i=="label"){g=this._getCaption(h)||this._getName(h)
}else{if(i=="name"){g=this._getName(h)
}}}}return g
},_getAssistPriority:function(){return this.getAttribute("assistPriority")||"custom"
},_getCustomAssist:function(){var g;
if(this.bindNode&&this.bindNode.assist&&this.bindNode.assist.speak&&this.bindNode.assist.speak.value){g=this.bindNode.assist.speak.value
}else{if(this.jsonModel.custom){g=this.jsonModel.custom
}}return g
},_getToolTip:function(){return this.shortDescription
},_getCaption:function(){return this.getAttribute("jcr:title")
},_getName:function(g){return this.getAttribute("name")
},_getBindNode:function(){var k=this.getAttribute("bindRef");
if(!k){return null
}var j=null;
var g=this.parent?this.parent._bindParent():null;
if(g){var i=g.getAttribute("bindRef");
if(k.substring(0,i.length)==i){var h=k.substring(i.length+1);
j=g.bindNode.resolveNode(h)
}}if(!j&&this._isXfaNode()){j=this._xfa().resolveNode(k)
}return j
},_bindParent:function(){if(this.bindNode){return this
}else{if(this.parent){return this.parent._bindParent()
}}return null
},_getXmlContext:function(i,j){var k=this.bindRef,h,g;
if(this._isXfaNode()){h=a.internal.liveXmlUtils.constants.XFA_TAG;
g=c.ut.XMLUtils.dataSom2xpath(this.dataSom)
}else{if(d.isEmpty(k)){h=a.internal.liveXmlUtils.constants.UNBOUND_TAG;
g=j+"/"+this.getAttribute("name").replace(/\s+/g,"")
}else{h=a.internal.liveXmlUtils.constants.BOUND_TAG;
var l=a.internal.liveXmlUtils.getMatchingXpathHierarchy(i,k);
if(l.isCrossHierarchy){g=k
}else{g=i+"/"+l.suffixParts.join("/")
}}}return{xmlSec:h,indexedXpath:g}
},_getEnabled:function(){if(this.bindNode){return this.bindNode.access=="open"
}else{return this._enabled&&this._parentAccess
}},_setEnabled:function(i){if(!this.bindNode){if(this._enabled!==i){var g=this._enabled;
this._enabled=i;
this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"enabled",g,this._enabled));
this._triggerOnBridge("elementEnableChanged",this,"enablement",g,this._enabled)
}}else{var h=this._guide()._guideSchema.getConvertor("enabled");
if(h){this.bindNode.access=h.guideToXfa.apply(this,[i])
}}},_setParentAccess:function(h){var g=this._parentAccess;
this._parentAccess=h;
this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"enabled",g,this.enabled))
}});
f.defineProps({shortDescription:{get:function(){return this.getAttribute("shortDescription")
}},longDescription:{get:function(){return this.getAttribute("longDescription")
}},visibleExp:{get:function(){return this.getAttribute("visibleExp")
}},initScript:{get:function(){return this.jsonModel.initScript
}},enabledExp:{get:function(){return this.getAttribute("enabledExp")
}},visible:{get:function(){if(this.bindNode){return !(this.bindNode.presence!="visible")
}else{return this._visible
}},set:function(h){if(!this.bindNode){if(this._visible!==h){var i=this._visible,g;
this._visible=h;
if(this.jsonModel.dorExclusion!==null&&this._guide().getAttribute("excludeFromDoRIfHidden")=="true"){g=!h;
this.dorExclusion=g
}this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"visible",i,this._visible));
this._triggerOnBridge("elementVisibleChanged",this,"visible",i,this._visible)
}}else{if(h==true){this.bindNode.presence="visible"
}else{this.bindNode.presence="hidden"
}}}},dorExclusion:{get:function(){if(this.jsonModel.dorExclusion!=null){if(d.isString(this.jsonModel.dorExclusion)){return this.jsonModel.dorExclusion==="true"
}else{return this.jsonModel.dorExclusion
}}else{if(this._guide().getAttribute("excludeFromDoRIfHidden")=="true"){return !this.visible
}else{return false
}}},set:function(h){var g=this.somExpression;
g=g.substring(this._guide().somExpression.length+1);
this._guide()._addToExcludeFromDorMap(g,h);
this.jsonModel.dorExclusion=h
}},enabled:{get:function(){return this._getEnabled()
},set:function(g){this._setEnabled(g)
}},bindRef:{get:function(){return(this.getAttribute("bindRef")||"").replace(/\s+/g,"")
}},isXsd:{get:function(){return !d.isEmpty(this.bindRef)&&this.bindRef[0]==="/"
}}})
})(_,window.xfalib,guidelib);
(function(c,a){var b=a.model.Field=a.model.Scriptable.extend({msClassName:"field",initialize:function(){b._super.initialize.call(this);
this.jsonModel["{default}"]=this.getOrElse(this.jsonModel,"{default}",this.jsonModel._value);
this.isValid=true;
this.forceErrorShow=false;
this._bParentValidationsDisabled=false;
this._validationsDisabled=false;
this._failedTest=null;
this._errorText="";
var d=this.bindRef||this.getAttribute("name");
if(this.isGlobal||a.internal.liveModel.isLive(d)){a.internal.liveModel.add(d,this)
}},_unloadModel:function(){var d=this.bindRef||this.getAttribute("name");
if(this.isGlobal||a.internal.liveModel.isLive(d)){a.internal.liveModel.remove(d,this)
}b._super._unloadModel.call(this)
},_collectExpressions:function(){b._super._collectExpressions.apply(this);
if(this.calcExp){this._compiledExpressions.calcExp=this._compileExpression(this.calcExp,"value")
}if(this.validateExp){this._compiledScripts.validateExp=this._compileExpression(this.validateExp,null)
}if(this.valueCommitScript){this._compiledScripts.valueCommitScript=this._compileExpression(this.valueCommitScript,null)
}this._compiledScripts.validateAllExp=this._compileExpression("this._runTests()",null)
},_handleXfaModelChanged:function(d){if(d._property==="rawValue"){this._triggerEvent(a.event.GuideModelEvent.VALUE_CHANGED,"value",d.prevText,d.newText)
}else{if(d._property=="ClearError"||d._property=="ValidationState"){this._guide().queueExpressions(this,["validateAllExp"])
}else{b._super._handleXfaModelChanged.call(this,d)
}}},validate:function(e){if(!this.visible){return true
}if(c.isUndefined(e)){e=[]
}var d=true;
this._runTests(true);
if(this._errorText){e.push({som:this.somExpression,errorText:this._errorText});
d=false
}return d
},_getTypedValue:function(d){if(this.checkIfNull(d)){return null
}return d+""
},_getFormattedValue:function(f){if(c.isUndefined(f)||f===null||f===""){return null
}var e=this.jsonModel.displayPictureClause;
if(e){try{return xfalib.ut.PictureFmt.format(f+"",e,null,true)
}catch(d){}}return f
},_getValue:function(){if(this.bindNode){return this.bindNode.rawValue
}return this._getTypedValue(this.jsonModel._value)
},_triggerDisplayFormatChange:function(){var d=this._getValue();
this._triggerEvent(a.event.GuideModelEvent.VALUE_CHANGED,"value",d,this._getFormattedValue(d))
},checkIfNull:function(d){return c.isUndefined(d)||d===null||d===""
},_setXFAValue:function(d){this.bindNode.rawValue=d
},_setXFAMandatory:function(e){var d=this._guide()._guideSchema.getConvertor("mandatory");
if(d){this.bindNode.validate.nullTest=d.guideToXfa.apply(this,[!!e])
}},_setGuideValue:function(d){this.jsonModel._value=(d===undefined||d===null)?"":d
},_runMandatoryTest:function(){var d=this._getValue(),e=this.checkIfNull(d);
return !e
},_runValidatePictureTest:function(){var g=this._getValue(),d=true,f;
if(!this.checkIfNull(g)&&this.validatePictureClause){try{g=xfalib.ut.PictureFmt.format(g+"",this.validatePictureClause,null,false)
}catch(e){this.logger().log("AF",e);
if(e.indexOf("Invalid picture clause")!==-1){g=undefined
}else{g=null
}}}if(c.isUndefined(g)){try{f=new RegExp(this.validatePictureClause);
if(f){d=f.test(g)
}}catch(e){this.logger().log("AF","Invalid Regular Expression"+e);
d=false
}}else{if(g===null){d=false
}}return d
},_runTests:function(g){var d=true,f=this._errorText,e=this.validationState;
if(this.validationsDisabled===true){return true
}if(this.bindNode){if(g){this.bindNode.execValidate()
}this._errorText=this.bindNode._errorText;
if(this._errorText){d=false
}this._failedTest=this.bindNode._mFailedValTest
}else{if(this.mandatory){d=this._runMandatoryTest();
if(!d){this._errorText=this.mandatoryMessage;
this._failedTest=this.guideUtil.MANDATORY_TEST
}}if(d&&this.validatePictureClause&&!this.checkIfNull(this.value)){d=this._runValidatePictureTest();
if(!d){this._errorText=this.validatePictureClauseMessage;
this._failedTest=this.guideUtil.FORMAT_TEST
}}}if(d&&this.validateExp){d=this.executeExpression("validateExp");
if(!d){this._errorText=this.validateExpMessage;
this._failedTest=this.guideUtil.SCRIPT_TEST
}}if(d){this._errorText="";
this.validationState=true;
this._failedTest=null
}else{this.validationState=false
}if((f!==this._errorText)||(e!==this.validationState)||g){if(g){this.forceErrorShow=true
}this._triggerEvent(a.event.GuideModelEvent.ERROR_CHANGED,"validationStatus",this.validationState,this._errorText)
}return this.validationState
},playJson:function(d){this.jsonModel._value=d._value
},_collectValues:function(d){d[this.name]=this.value
},resetData:function(){this.value=this.jsonModel["{default}"];
this._errorText="";
this.validationState=true;
this._failedTest=null;
this._triggerEvent(a.event.GuideModelEvent.ERROR_CHANGED,"validationStatus",this.validationState,this._errorText)
},_preserveLazyValue:function(){return !(c.contains(["guideButton","guideTextDraw"],this.className)||this._isXfaNode())
},_setXmlValue:function(d){d.textContent=this.value||""
},_setModelValue:function(d){this.value=d.textContent
},_updateLiveXml:function(d,e){this._syncModelAndXml(d,e,"_setXmlValue");
if(this.isXsd&&a.util.GuideUtil.isAttributeBound(this.bindRef)){a.internal.liveXmlUtils.addDataGroup(this.bindRef)
}},_playLiveXml:function(d,e){this._syncModelAndXml(d,e,"_setModelValue")
},_syncModelAndXml:function(f,g,d){if(this._preserveLazyValue()){var h=this._getXmlContext(f,g),e=a.internal.liveXmlUtils.getXmlContextNode(h.indexedXpath,h.xmlSec,true,d==="_setXmlValue");
if(e instanceof Node){this[d](e)
}}}});
b.defineProps({calcExp:{get:function(){return this.getAttribute("calcExp")
}},isGlobal:{get:function(){return this.getAttribute("isGlobal")==="true"
}},title:{get:function(){return this.getAttribute("jcr:title")
},set:function(d){this.setAttribute(d,"jcr:title")
}},valueCommitScript:{get:function(){return this.getAttribute("valueCommitScript")
}},validateExp:{get:function(){return this.getAttribute("validateExp")
}},placeholderText:{get:function(){return this.getAttribute("placeholderText")
}},value:{get:function(){var d=this._guide()._currentContext;
if(d&&d.managedExp&&!(d.contextNode===this&&d.expression==="calcExp")){this._addDependant(d.contextNode,d.expression)
}return this._getValue()
},set:function(j){var f=this._getValue(),e=this._getTypedValue(j),h=this._guide();
if(e!==undefined&&(e!==f)){if(this.bindNode){this._setXFAValue(e)
}else{if(this.jsonModel._value!==j){this._setGuideValue(e)
}}if(h.version.isOn(h.version.Flags.RUN_VALUE_COMMMIT_ON_SCRIPT_CHANGE)){var g=h._currentContext,d=this.getOrElse(g,"contextNode",null),i=this.getOrElse(g,"expression",null);
if(!g||d!=this||i!="valueCommitScript"){h.queueExpressions(this,["valueCommitScript"])
}}this._notifyDependants();
h.queueExpressions(this,["validateAllExp"]);
this._triggerOnBridge("elementValueChanged",this,"value",f,e);
if(!this.bindNode){this._triggerDisplayFormatChange()
}}}},formattedValue:{get:function(){var d;
if(this.bindNode){d=this.bindNode.formattedValue
}else{d=this._getFormattedValue(this._getValue())
}return d
}},displayPictureClause:{get:function(){return this.getAttribute("displayPictureClause")
}},validatePictureClause:{get:function(){if(this.jsonModel.displayIsSameAsValidate){return this.displayPictureClause
}return this.getAttribute("validatePictureClause")
}},editPictureClause:{get:function(){if(this.jsonModel.isEditSameAsDisplayPattern){return this.displayPictureClause
}return this.getAttribute("editPictureClause")
}},mandatory:{get:function(){return this.getAttribute("mandatory")
},set:function(e){var d=this.getAttribute("mandatory");
if(e!==undefined&&d!==e){if(this.bindNode){this._setXFAMandatory(e)
}else{this.jsonModel.mandatory=!!e
}this._triggerEvent(a.event.GuideModelEvent.MODEL_CHANGED,"mandatory",d,e)
}}},mandatoryMessage:{get:function(){return this.getAttribute("mandatoryMessage")
}},validateExpMessage:{set:function(d){if(this.isValid){this.jsonModel.validateExpMessage=d
}else{this.setAttribute(d,"validateExpMessage")
}},get:function(){return this.getAttribute("validateExpMessage")
}},validatePictureClauseMessage:{get:function(){return this.getAttribute("validatePictureClauseMessage")
}},validationState:{get:function(){return this.isValid
},set:function(e){var d=this.isValid;
if(d!=e){this.isValid=e;
this._triggerOnBridge("elementValidationStatusChanged",this,"validationStatus",d,e)
}}},width:{get:function(){return this.getAttribute("width")
},set:function(d){this.jsonModel.width=d
}},height:{get:function(){return this.getAttribute("height")
},set:function(d){this.jsonModel.height=d
}},cssClassName:{get:function(){return this.getAttribute("css")
}}});
b.addMixins([a.model.mixin.AddDependencyMgmt,a.model.mixin.ValidationsDisabled])
}(_,guidelib));
(function(c,b){var a=b.model.GuideNumericBox=b.model.Field.extend({msClassName:"guideNumericBox",_getTypedValue:function(h){var g=this.dataType,f,i,e,d;
if(this.checkIfNull(h)){return null
}switch(g){case"integer":f=parseInt(h);
break;
case"float":f=parseFloat(h);
break;
case"decimal":f=parseFloat(h);
if(!isNaN(f)){i=f.toString();
e=i.indexOf(".");
e=e===-1?i.length:e;
d=i.length-e-1;
if(d>this.fracDigits&&this.fracDigits!==-1){f=parseFloat(f.toFixed(this.fracDigits))
}if(e>this.leadDigits&&this.leadDigits!==-1){return undefined
}}break
}if(isNaN(f)){return undefined
}return f
},_getFormattedValue:function(f){if(c.isUndefined(f)||f===null||f===""){return null
}var e=this.jsonModel.displayPictureClause;
try{if(e){return xfalib.ut.PictureFmt.format(f+"",e,null,true)
}return xfalib.ut.PictureFmt.format(f+"","num{"+b.i18n.numberPatterns.numeric+"}",guideBridge._readRuntimeLocale(),true,true)
}catch(d){this.logger().error("Cannot format value "+f+" "+d);
return f
}}});
a.defineProps({dataType:{get:function(){return this.getAttribute("dataType")
}},leadDigits:{get:function(){return this.getAttribute("leadDigits")
}},fracDigits:{get:function(){return this.getAttribute("fracDigits")
}}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideButton=a.model.Field.extend({msClassName:"guideButton",_collectExpressions:function(){c._super._collectExpressions.apply(this);
if(this.clickExp){this._compiledScripts.clickExp=this._compileExpression(this.clickExp,null)
}if(this.navigationChangeExp){this._compiledScripts.navigationChangeExp=this._compileExpression(this.navigationChangeExp,null)
}},_expressionHandler:function(d){if(d=="clickExp"){this._triggerOnBridge("elementButtonClicked",this,"click","","")
}return c._super._expressionHandler.call(this,d)
}});
c.defineProps({clickExp:{get:function(){return this.jsonModel.clickExp
}},navigationChangeExp:{get:function(){return this.jsonModel.navigationChangeExp
}},type:{get:function(){return this.getAttribute("type")
}}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideListFileAttachmentButton=a.model.GuideButton.extend({msClassName:"guideListFileAttachmentButton",initialize:function(){if(b.isUndefined(this.jsonModel.clickExp)){this.jsonModel.clickExp="guideBridge._updateFileListing.call(this,this)"
}c._super.initialize.apply(this,arguments)
}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideTextBox=a.model.Field.extend({msClassName:"guideTextBox"});
c.defineProps({multiLine:{get:function(){return this.getAttribute("multiLine")
}},maxChars:{get:function(){return this.getAttribute("maxChars")
}}})
}(_,guidelib));
(function(b,a){var c=a.model.GuideCheckBox=a.model.Field.extend({msClassName:"guideCheckBox",getOnOffValues:function(g){var f=this.jsonModel.options||[],e=[],d,h;
if(this.bindNode){d=this.bindNode.getSaveItem(0);
h=this.bindNode.getSaveItem(1)
}else{if(f.length==0){d="0"
}else{d=f[g].split("=")[0].trim()
}h="-100"
}e=[d,h];
return e
},_setXFAValue:function(d){if(d===""||d===null){this.bindNode.rawValue=this.bindNode.getSaveItem(1)
}else{this.bindNode.rawValue=d
}},_getCustomAssist:function(d){var f,e;
if(d==null){if(this.bindNode&&this.bindNode.assist&&this.bindNode.assist.speak&&this.bindNode.assist.speak.value){return this.bindNode.assist.speak.value
}return null
}if(this.bindNode&&this.bindNode.members&&this.bindNode.members.item){e=this.bindNode.members.item(d);
if(e&&e.assist&&e.assist.speak&&e.assist.speak.value){f=e.assist.speak.value
}}else{if(this.jsonModel.custom){var g;
g=this.jsonModel.custom||[];
if(b.isString(g)&&d<=0){f=g
}else{if(!g.length==0){f=g[d]
}}}}return f
},_getToolTip:function(e){var d,f;
if(this.bindNode&&this.bindNode.members&&this.bindNode.members.item){f=this.bindNode.members.item(e);
if(f&&f.assist&&f.assist.speak&&f.assist.speak.value){d=f.assist.toolTip.value
}}else{if(this.jsonModel.shortDescription){d=this.jsonModel.shortDescription
}}return d
},_getCaption:function(f){var h,d,g;
if(f==null){if(this.bindNode&&this.bindNode.caption&&this.bindNode.caption.value&&this.bindNode.caption.value.oneOfChild&&this.bindNode.caption.value.oneOfChild.value){return this.bindNode.caption.value.oneOfChild.value
}return null
}if(this.bindNode&&this.bindNode.members&&this.bindNode.members.item){h=this.bindNode.members.item(f);
if(h.caption&&h.caption.value&&h.caption.value.oneOfChild&&h.caption.value.oneOfChild.value){d=h.caption.value.oneOfChild.value
}}else{if(this.jsonModel.options){var e;
e=this.jsonModel.options||[];
if(f<0){f=0
}if(!e.length==0){g=e[f];
d=g.split("=")[1]
}}}return d
},_getName:function(d){if(this.bindNode&&this.bindNode.members&&this.bindNode.members.item&&this.bindNode.members.item(d)){return this.bindNode.members.item(d).name
}return null
},_getScreenReaderText:function(e){var d,f=this._getAssistPriority()||"caption";
if(this.bindNode){d=c._super._getScreenReaderText.apply(this,[e])
}else{if(f=="custom"){d=this._getCustomAssist(e)||this._getCaption(e)
}else{if(f=="caption"){d=this._getCaption(e)
}}}return d
}})
})(_,guidelib);
(function(c,a){var b=a.model.GuideSwitch=a.model.GuideCheckBox.extend({msClassName:"guideSwitch",initialize:function(){var d=this.getOnOffValues()[1];
this.jsonModel._value=this.getOrElse(this.jsonModel,"_value",d);
b._super.initialize.call(this)
},getOnOffValues:function(h){var g,d,f,e;
if(this.bindNode){d=this.bindNode.getSaveItem(0);
f=this.bindNode.getSaveItem(1)
}else{e=this.jsonModel.options;
if(Array.isArray(e)&&e.length>0){d=e[0].split("=")[0].trim()
}else{if(!c.isUndefined(e)&&e.length>0){d=e.split("=")[0].trim()
}else{d="1"
}}if(Array.isArray(e)&&e.length>1){f=e[1].split("=")[0].trim()
}else{f="0"
}}g=[d,f];
return g
},resetData:function(){this.value=this.jsonModel["{default}"]
}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideTextDraw=a.model.Field.extend({msClassName:"guideTextDraw",playJson:function(d){}})
}(_,guidelib));
(function(b,a){var c=a.model.GuideScribble=a.model.Field.extend({msClassName:"guideScribble"})
})(_,guidelib);
(function(b,a){var c=a.model.GuidePasswordBox=a.model.Field.extend({msClassName:"guidePasswordBox",_getReducedJSON:function(){if(this.submitPassword){return c._super._getReducedJSON.call(this)
}var d=["name","templateId","guideNodeClass"],e={};
a.model.util.CommonUtils.prototype.returnMinimalJSON(d,e,this);
return e
},_preserveLazyValue:function(){return !!this.submitPassword&&c._super._preserveLazyValue.call(this)
}});
c.defineProps({submitPassword:{get:function(){return this.getAttribute("submitPassword")
}}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideRadioButton=a.model.Field.extend({msClassName:"guideRadioButton",prevOnItem:null,initialize:function(){c._super.initialize.call(this)
},_postInitialize:function(){c._super._postInitialize.call(this);
this.prevOnItem=this.getSelectedIndex(this.value);
if(this.bindNode&&this.bindNode.members){for(var d=0;
d0){h[h.length]=g[g.length-d];
d--
}return f
},prepare:function(){c.each(this._children,function(d){d.prepare()
},this);
b._super.prepare.call(this)
},syncXFAProps:function(){b._super.syncXFAProps.apply(this,arguments);
c.each(this._children,function(d){d.syncXFAProps()
})
},_initChildren:function(h){var g=[],f={},e=0,d=0;
c.each(this.jsonModel.items,function(i){if(i.templateId&&i.templateId.indexOf("GUID")===-1){f[i.templateId]=i
}});
e=c.keys(f).length;
d=c.keys(this.jsonModel.items||{}).length;
if(e>0&&e!==d){this.jsonModel.items=f
}c.each(this.jsonModel.items,function(i){if(c.isObject(i)){var j=a.model.GuideModelRegistry.prototype.createModel(i);
j._isItem=true;
this._initializeChild(j);
g.push(j)
}},this);
this._children=g
},_initializeChild:function(d){d.parent=this
},_normalizeChildren:function(){this._nameArray={};
this._private={};
c.each(this.children,function(d){d._index=this._addProperty(d);
d.getNaked(d._index,a.runtime,null)
},this)
},nakedChildReferences:function(d,f){var e,g;
for(e=0;
e0){g=this._pendingQueues[f].shift();
g.executeExpression(f)
}}},queueExpressions:function(f,e){if(!f||!e){return
}if(b.isString(e)){e=[e]
}b.each(e,function(j){var g=this._pendingQueues[j],h=f.somExpression,i=this._runningExpressionCount[j];
i[h]=i[h]||0;
if(g&&g.indexOf(f)<0&&i[h]<10){g.push(f);
i[h]+=1
}},this)
},_createGetterSetter:function(e,g,h){var f="_"+g+"_";
if(!e.hasOwnProperty(g)){Object.defineProperty(e,g,{get:function(){if(this._private[f]){return this._private[f]._getNakedThis()
}return undefined
},set:function(j){var i=this._private[f];
if(b.isObject(i)){i[i._default]=j
}else{this.logger().warn("AF","Trying to set unloaded field's model <"+g+">")
}}})
}e._private[f]=h
},playJson:function(e){this.rootPanel.playJson(e.rootPanel);
if(this.toolbar){this.toolbar.playJson(e.toolbar)
}},_collectValues:function(e){b.each(this._children,function(f){f._collectValues(e)
},this)
},resolveNode:function(e){if(!e||e===""){return
}var f=e.split("."),g=null;
if(f[0]==="guide[0]"){f.shift();
g=this
}if(f[0]===this._escapeQualifiedName()){g=this;
f.shift()
}else{if(this.hasOwnProperty(f[0])){g=this[f[0]];
f.shift()
}else{if(!g){g=this.rootPanel
}}}b.each(f,function(h){if(g&&g._findChildren){g=g._findChildren(h,false)[0]
}else{g=null
}},this);
return g
}});
d.defineProps({autoSaveStart:{get:function(){return this.jsonModel.autoSaveStart
},set:function(e){this.jsonModel.autoSaveStart=e;
if(e===true){delete this._compiledExpressions.autoSaveStartExp;
this._triggerOnBridge(window.guideBridge.GUIDE_AUTO_SAVE_START,this)
}}},enableAutoSave:{set:function(e){this.jsonModel.enableAutoSave=e
},get:function(){return this.jsonModel.enableAutoSave||false
}},autoSaveStartExpression:{get:function(){return this.jsonModel.autoSaveStartExpression
}},autoSaveInfo:{get:function(){return this.jsonModel.autoSaveInfo
}},globalMetaInfo:{get:function(){return this.jsonModel.globalMetaInfo
}},submissionMetaInfo:{get:function(){return this.jsonModel.submissionMetaInfo
}},xdpRef:{get:function(){return this.jsonModel.xdpRef
}},dorTemplateRef:{get:function(){return this.jsonModel.dorTemplateRef
}},actionType:{get:function(){return this.jsonModel.actionType
}},xsdRef:{get:function(){return this.jsonModel.xsdRef
}},panel:{get:function(){return this.rootPanel
}},allLazyChildren:{get:function(){return this.jsonModel.allLazyChildren
}}})
}(_,guidelib));
(function(b,a){var c=a.model.GuidePanel=a.model.GuideItemsContainer.extend({msClassName:"guidePanel",initialize:function(){c._super.initialize.call(this);
this._currentItem=null;
this._navigationContext=null
},_collectExpressions:function(){c._super._collectExpressions.call(this);
if(this.completionExp){this._compiledScripts.completionExp=this._compileExpression(this.completionExp,null)
}if(this.jsonModel.summaryExp){this._compiledExpressions.summaryExp=this._compileExpression(this.jsonModel.summaryExp,"summary")
}},_initializeInstanceManager:function(g,i,h){var l=a.model.GuideModelRegistry.prototype.createInstanceManager(g);
this._initializeChild(l);
this._children.splice(i+h++,0,l);
l._manageChild(g);
var d=g._getBindNode(),k=this.getOrElse(d,"instanceManager.count",0),f=Math.max(g.minOccur,k)-1,j=1,e;
while(f>0){e=null;
if(k>1){e=d.instanceManager.instances[j++]
}l.addInstance(e);
f-=1;
h+=1
}return h
},_initChildren:function(g){c._super._initChildren.call(this);
if(!g){this._instanceManager=null
}this._childInitializeGoingOn=true;
var d=this.children,e=0;
b.each(d,function(i,h){if(i instanceof a.model.GuidePanel){e=this._initializeInstanceManager(i,h,e)
}},this);
if(this.jsonModel.toolbar){var f=a.model.GuideModelRegistry.prototype.createModel(this.jsonModel.toolbar);
this._initializeChild(f);
this._children.push(f)
}this._summary=null;
this._childInitializeGoingOn=false
},_postInitialize:function(){c._super._postInitialize.call(this);
this.instanceManager._postInitializeBinding()
},_addChildAt:function(i,h){if(i){this._initializeChild(i);
this._guide()._modelTemplateCacheStore.putModel(i);
var d=this._getItemsInsertIndex(h-1);
var e={};
var g=i.id;
var f=-1;
b.each(this.jsonModel.items,function(k,j){if(f==d-1){e[g]=i.jsonModel
}e[j]=k;
f++
},this);
if(f==d-1){e[g]=i.jsonModel
}this.jsonModel.items=e;
i._isItem=true;
this._children.splice(h,0,i);
this._normalizeChildren();
i._postInitialize();
if(this._guide().getGuideState()>=a.model.GuideSchema.prototype.GuideStateConstants.GUIDE_STATE_MERGE_COMPLETE){i.prepare()
}if(!(this._lazyReference&&this._childInitializeGoingOn)){this._triggerEvent(a.event.GuideModelEvent.CHILD_CHANGED,"childAdded",null,i)
}}},validate:function(f){var m=false;
if(!this.visible){return true
}var k=false;
if(this._lazyReference&&this.guideUtil.isLazyJson(this.jsonModel)){var i=a.internal.GuideDirtyMarkerAndVisitor,l=i.visitMap,j=this._guide()._modelTemplateCacheStore,g=a.util.GuideUtil,o,e=this.templateId,h;
if(l[e]===0){if(this._ancestorRepeatable){h=g.generateUID()
}o=j._getTemplate(e,true);
if(!b.isEmpty(o)){this._getReferredJsonAndEmbed(o.items,h);
a.internal.liveXmlUtils.playLiveXml(this);
this.prepare();
this._guide().runPendingExpressions();
a.internal.liveXmlUtils.updateLiveXml();
k=true
}else{m=true
}}}var d=c._super.validate.call(this,f);
if(k){this._unloadLazyReferenceModel(true)
}if(m===true){d=false
}return d
},_unloadLazyReferenceModel:function(g){try{if(this._lazyReference){if(!g){var d=this.validate(),f=a.internal.GuideDirtyMarkerAndVisitor.visitMap;
if(d===false&&f[this.id]>0){f[this.id]=0
}}b.each(this.children,function(j){j._unloadModel(g);
var h=this._children.indexOf(j);
this._children.splice(h,1);
var i=null;
b.each(this.jsonModel.items,function(l,k){if(l===j.jsonModel){i=k
}},this);
if(i){delete this.jsonModel.items[i]
}this._normalizeChildren()
},this);
this._navigationContext=null;
this._currentItem=null
}}catch(e){this.logger().error(e)
}},_unloadModel:function(e){var d=a.internal.GuideDirtyMarkerAndVisitor.visitMap;
b.each(this.children,function(g){if(this._lazyReference&&!e){var f=g.validate();
if(f===false){if(!b.isUndefined(d[this.templateId])){d[this.templateId]=0
}}}g._unloadModel(e)
},this);
a.model.Scriptable.prototype._unloadModel.call(this)
},_removeChild:function(f){f._unloadModel();
var d=this._children.indexOf(f);
this._children.splice(d,1);
var e=null;
b.each(this.jsonModel.items,function(h,g){if(h===f.jsonModel){e=g
}},this);
if(e){delete this.jsonModel.items[e]
}this._normalizeChildren();
this._triggerEvent(a.event.GuideModelEvent.CHILD_CHANGED,"childRemoved",f,null)
},_getReferredJsonAndEmbed:function(d,f){var j=false;
var k=JSON.parse(JSON.stringify(d)),i=this,g=this.id,h=null,e=null,l=this.jsonModel.bindRef;
g=g.slice(0,-2);
if(d){if(this._ancestorRepeatable){this.copyObject(d,k,{transformMaps:{id:function(p,m,o){return f+"__"+o.templateId
}}})
}b.each(k,function(o,m){if(b.isObject(o)){j=true;
h=o;
e=m;
i._embedJson(h,e)
}});
this._embedModel()
}if(j===true){}return j
},_embedModel:function(){this._initChildren(true);
this._guide()._modelTemplateCacheStore.putModel(this);
this._postInitialize();
this._normalizeChildren()
},_getItemsInsertIndex:function(e){var d=0;
b.find(this._children,function(g,f){if(g._isItem){d++
}if(f>=e){return true
}},this);
return d
},playJson:function(e){var f={};
var d={};
b.each(e.items,function(h){if(b.isObject(h)){if(h.guideNodeClass==="guidePanel"||h.guideNodeClass==="guideTable"||h.guideNodeClass==="guideTableRow"){if(d[h.name]){d[h.name].push(h)
}else{d[h.name]=[h]
}}else{if(f[h.name]){f[h.name].push(h)
}else{f[h.name]=[h]
}}}},this);
var g=b.filter(this._children,function(h){return h instanceof a.model.GuideInstanceManager
},this);
b.each(g,function(i){var k=i._getInstanceName();
var h=d[k]||[];
var j=i._instances.slice(0);
b.each(j,function(o,m){if(h.length>0){var l=h.shift();
o.playJson(l)
}else{i.removeInstance(m)
}},this);
if(h.length>0){b.each(h,function(m){var l=i.addInstance();
if(l){l.playJson(m)
}},this)
}},this);
b.each(this.items,function(j){if(!(j instanceof a.model.GuidePanel)){var i=j.name;
var h=f[i];
if(h&&h.length>0){j.playJson(h.shift())
}}},this);
if(this.toolbar){this.toolbar.playJson(e.toolbar)
}},_getReducedJSON:function(){var d;
d=c._super._getReducedJSON.call(this);
if(this.jsonModel.toolbar){d.toolbar=this.toolbar._getReducedJSON()
}return d
},_embedJson:function(e,d){this.jsonModel.items=this.jsonModel.items||{};
this.jsonModel.items[d]=e;
this._guide()._modelTemplateCacheStore._putTemplate(JSON.parse(JSON.stringify(e)))
},_getRole:function(){var f,e,d;
d={Table:"grid","Header Row":"rowHeader","Body Row":"rowGroup","Footer Row":"rowGroup",List:"list"};
if(this.bindNode){e=this.getOrElse(this.bindNode.assist&&this.bindNode.assist.role,null);
if(e){f=d[e]
}}return f
},_getAssistPriority:function(){return(this.getAttribute("assistPriority")||"description")
},_getScreenReaderText:function(){var d,e=this._getAssistPriority();
if(e!=="description"){d=c._super._getScreenReaderText.apply(this)
}return d
},execCompletion:function(){var d=true;
b.find(this.children,function(e){if(e instanceof a.model.GuidePanel&&!e.execCompletion()){d=false;
return true
}},this);
if(d&&this.completionExp){d=this.executeExpression("completionExp")
}return d
},_preserveLazyValue:function(){return !this._isXfaNode()&&!(this instanceof a.model.RootPanelNode)&&(this.canBeRepeatable||a.internal.liveXmlUtils.isIndexedXpath(this.bindRef))
},_getXpathContext:function(){var g="",e="",f=[],d=this.parent;
while(d instanceof a.model.GuidePanel){if(d._preserveLazyValue()){f.unshift(d)
}d=d.parent
}b.each(f,function(h){var i=h._syncModelAndXml(g,e);
g=i.bound;
e=i.unBound
});
return{bound:g,unBound:e}
},_syncModelAndXml:function(f,h,j,g){if(this._preserveLazyValue()){var i=this._getXmlContext(f,h),e=i.indexedXpath;
if(this.canBeRepeatable){if(b.isFunction(j)&&this.instanceIndex===0){var d=a.internal.liveXmlUtils.getXmlContextNode(i.indexedXpath,i.xmlSec);
if((d instanceof Node)&&(d.parentNode instanceof Node)){j.call(this,d.parentNode)
}else{this.logger().debug("AF","Failed to fetch live xml context node :"+i.xmlSec+"/"+i.indexedXpath)
}}if(e.match(/\[\d+\]$/)===null){e+="["+(this.instanceIndex+1)+"]"
}else{this.logger().debug("AF","Tried to add index to already indexed xpath :"+e)
}}if(i.xmlSec===a.internal.liveXmlUtils.constants.UNBOUND_TAG){h=e
}else{if(i.xmlSec===a.internal.liveXmlUtils.constants.BOUND_TAG){f=e
}}}if(b.isString(g)){b.each(this.items,function(k){if(b.isFunction(k[g])){k[g](f,h)
}})
}return{bound:f,unBound:h}
},_getXmlInstances:function(d){return b.filter(d.childNodes,function(e){return(e instanceof Element)&&e.nodeName===this.getAttribute("name")
},this)
},_updateLiveXml:function(d,e){function f(j){if(j.hasChildNodes()){var h=this._getXmlInstances(j);
if(h.length>this.instanceManager.instanceCount){for(var g=this.instanceManager.instanceCount;
gthis.instanceManager.instanceCount){var j=this.maxOccur<0?l.length:Math.min(l.length,this.maxOccur);
for(k=this.instanceManager.instanceCount;
k1)
}},panel:{get:function(){return this
}},toolbar:{get:function(){this.getElement("guideToolbar")
}},instanceManager:{get:function(){return this._instanceManager
}},instanceIndex:{get:function(){return this.instanceManager._instances.indexOf(this)
}},title:{get:function(){return this.jsonModel["jcr:title"]
}},summary:{get:function(){return this._summary
},set:function(e){var d=this._summary;
if(d!==e){this._summary=e;
this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"summary",d,this._summary))
}}},enableLayoutOptimization:{get:function(){return this.getOrElse(this.jsonModel,"layout.enableLayoutOptimization",false)
}},_hopsToRootPanel:{get:function(){return a.util.GuideUtil._countHopsToRootPanel(this)
}},_ancestorRepeatable:{get:function(){var d=this.parent;
while(d){if(d&&d.repeatable){return true
}d=d.parent
}return false
}},enabled:{get:function(){return a.model.Scriptable.prototype._getEnabled.call(this)
},set:function(e){var d=this._enabled;
a.model.Scriptable.prototype._setEnabled.call(this,e);
if(this._parentAccess&&e!=d){this._changeContainerAccess(e)
}}},_hasLazyDescendant:{get:function(){if(!b.isEmpty(guideBridge._guide.allLazyChildren)){return true
}return false
}}});
c.addMixins([a.model.mixin.AddNavigationContext])
})(_,guidelib);
(function(c,a){var b=a.model.RootPanelNode=a.model.GuidePanel.extend({msClassName:"rootPanelNode",_clearInactiveLazyViews:function(d){c.each(this.childViews,function(e){e._clearInactiveLazyViews(d)
})
}});
b.defineProps({toolbar:{get:function(){return this.getElement("guideToolbar")||this.parent.toolbar
}}})
})(_,guidelib);
(function(c,a){var b=a.model.GuideTableRow=a.model.GuidePanel.extend({msClassName:"guideTableRow"})
}(_,guidelib));
(function(c,a){var b=a.model.GuideTable=a.model.GuidePanel.extend({msClassName:"guideTable"});
b.defineProps({mobileLayout:{get:function(){return this.jsonModel.layout.mobileLayout
}},columnWidth:{get:function(){return this.jsonModel.columnWidth
}}})
})(_,guidelib);
(function(c,b){var a=b.model.GuideCompositeField=b.model.GuideItemsContainer.extend({msClassName:"guideCompositeField",initialize:function(){this._uuid=guideBridge._produceUUID();
a._super.initialize.call(this)
},_collectExpressions:function(){a._super._collectExpressions.apply(this);
if(this.valueCommitScript){this._compiledScripts.valueCommitScript=this._compileExpression(this.valueCommitScript,null)
}}});
a.defineProps({valueCommitScript:{get:function(){return this.getAttribute("valueCommitScript")
}},uuid:{get:function(){return this._uuid
},set:function(d){if(this._uuid!=d){this._uuid=d
}}}})
})(_,guidelib);
(function(c,a){var b=a.model.GuideFileUpload=a.model.GuideCompositeField.extend({msClassName:"guideFileUpload",_getReducedJSON:function(){this._syncModelToAttachments();
var d=b._super._getReducedJSON.call(this),e=["id","files"];
a.model.util.CommonUtils.prototype.returnMinimalJSON(e,d,this);
return d
},_triggerFileListChange:function(){var d=this._fileList;
this.trigger(a.event.GuideModelEvent.MODEL_CHANGED,a.event.GuideModelEvent.createEvent(a.event.GuideModelEvent.MODEL_CHANGED,this,"fileList",d,d))
},_syncModelToAttachments:function(){var e=this.fileAttachment.value||"",d=guideBridge._makeFileNameUnique();
this.jsonModel.files=c.map(e.split("\n"),function(g,f){if(!c.isEmpty(g)){if(d&&g[0]!=="/"){g=this.uuid+"-"+(f+1)+"__afAttachment__"+g
}}return g
},this).join("\n")
}});
b.defineProps({multiSelection:{get:function(){return this.getAttribute("multiSelection")
}},buttonText:{get:function(){return this.getAttribute("buttonText")
}},showComment:{get:function(){return this.getAttribute("showComment")
}},fileSizeLimit:{get:function(){return this.getAttribute("fileSizeLimit")
}},fileList:{get:function(){return this._fileList
},set:function(f){var e=this._fileList;
var d=f;
if(d!=e){this._fileList=d
}this._triggerFileListChange()
}},value:{get:function(){this._syncModelToAttachments();
return this.jsonModel.files
}}})
})(_,guidelib);
(function(b,a){var c=a.model.GuideTermsAndConditions=a.model.GuideCompositeField.extend({msClassName:"guideTermsAndConditions",playJson:function(d){this.jsonModel.clickStatus=d.clickStatus;
c._super.playJson.apply(this,arguments)
},_setXmlValue:function(d){d.textContent=this.reviewStatus.value||""
},_setModelValue:function(e){var d=e.textContent;
if(d.length>0){this.clickStatus=d;
this.reviewStatus.value=true
}},_updateLiveXml:function(d,e){a.model.Field.prototype._syncModelAndXml.call(this,d,e,"_setXmlValue")
},_playLiveXml:function(d,e){a.model.Field.prototype._syncModelAndXml.call(this,d,e,"_setModelValue")
},_preserveLazyValue:function(){return a.model.Field.prototype._preserveLazyValue.call(this)
}});
c.defineProps({showLink:{get:function(){return this.getAttribute("showLink")
}},clickStatus:{get:function(){return this.getAttribute("clickStatus")
},set:function(d){this.setAttribute(d,"clickStatus")
}},showAsPopUp:{get:function(){return this.getAttribute("showAsPopUp")
}}})
})(_,guidelib);
(function(d,a,c){var b=a.model.util.CommonUtils=xfalib.ut.Class.extend({returnMinimalJSON:function(e,f,g){if(!c.isObject(f)){f={}
}c.each(e,function(h){if(!c.isUndefined(g.jsonModel[h])){f[h]=g.jsonModel[h]
}else{if(!c.isUndefined(g[h])){f[h]=g[h]
}}})
}});
b.defineProps({})
}(xfalib.$,guidelib,_));
(function(b,a){var c=a.model.GuideModelRegistry=xfalib.ut.Class.extend({_nodeClassToFactoryMap:{},createModel:function(d,g){var f=null;
var h="GuideNode";
if(d.guideNodeClass&&d.guideNodeClass.length>0){h=d.guideNodeClass.charAt(0).toUpperCase()+d.guideNodeClass.substr(1)
}var e="create"+h;
if(d.guideNodeClass&&this._nodeClassToFactoryMap[d.guideNodeClass]){e=this._nodeClassToFactoryMap[d.guideNodeClass]
}if(this[e]){f=this[e].call(this,d,g)
}if(!f&&a.model[h]){f=new a.model[h](this._getOptions(d,g))
}if(!f){if(d.items){f=new a.model.GuideItemsContainer(this._getOptions(d,g))
}else{f=new a.model.GuideNode(this._getOptions(d,g))
}}return f
},_getOptions:function(d,e){return b.extend({},e,{jsonModel:d})
},createInstanceManager:function(f){var e=f.getAttribute("name"),d={guideNodeClass:"guideInstanceManager",minOccur:f.minOccur,maxOccur:f.maxOccur,initialOccur:f.initialOccur,instanceTemplateId:f.templateId,name:"_"+e,instanceName:e,templateId:"im_"+f.templateId,id:"im_"+f.id};
return a.model.GuideModelRegistry.prototype.createModel(d)
}})
})(_,guidelib);
(function(b,a){a.intervals=a.intervals||{};
a.intervals.intId=setInterval(function(){if(b("div.fileattachmentlisting button[data-guide-fileListing]").length>0){clearInterval(a.intervals.intId);
b("div.fileattachmentlisting button[data-guide-fileListing]").click(function(){b("#fileAttachment").appendTo("body");
b("#fileAttachment").modal("show")
})
}},1000)
}(xfalib.$,guidelib));
(function(c){var b=function(d){this.element=c(d)
};
b.prototype.add=function(){$this=this.element;
var g=$this.attr("data-guide-id"),d=$this.parents("[id$='"+g+"_guide-item']"),f;
if(g){d.toggleClass("active");
if(window.guideBridge){var e=window.guideBridge._resolveId(g);
if(e){f=e.instanceManager.insertInstance(e.instanceIndex+1);
if(f){window.guideBridge.setFocus(f.somExpression,"firstItem")
}}}else{console.log("could not add new instance"+g)
}}};
b.prototype.remove=function(){$this=this.element;
var e=$this.attr("data-guide-id");
if(e){if(window.guideBridge){var d=window.guideBridge._resolveId(e);
if(d){d.instanceManager.removeInstance(d.instanceIndex)
}}else{console.log("could not remove instance")
}}};
var a=c.fn.guideAddRemove;
c.fn.guideAddRemove=function(d){return this.each(function(){var f=c(this);
var e=f.data("guideAddRemove");
if(!e){f.data("guideAddRemove",(e=new b(this)))
}if(typeof d=="string"){e[d]()
}})
};
c.fn.guideAddRemove.Constructor=b();
c.fn.guideAddRemove.noConflict=function(){c.fn.guideAddRemove=a;
return this
};
c(document).on("click.guideAddRemove.data-api",'[data-guide-addremove="add"]',function(d){d.preventDefault();
d.stopImmediatePropagation();
c(this).guideAddRemove("add")
}).on("click.guideAddRemove.data-api",'[data-guide-addremove="remove"]',function(d){d.preventDefault();
c(this).guideAddRemove("remove")
})
}(xfalib.$));
xfalib.$(function(b){var a=function(e){var d=window.guideBridge._resolveId(e);
if(d===undefined||d===null){return""
}return d.somExpression
},c=xfalib.ut.TouchUtil.POINTER_UP;
if(c==="touchend"){c="mouseup"
}b("body").on(c,"[data-guide-wizard-nav]",function(){var g=b(this),e=g.data("guide-wizard-nav");
if(_.isObject(e)){e.somExpression=a(e.panelId)
}else{var f=a(e),d=b(this).data("guide-wizard-nav-type");
e={somExpression:f,focusOption:d,runCompletionScript:true}
}window.guideBridge.setFocus(e)
});
window.guideBridge.on("elementNavigationChanged",function(d,p){var o=p.newText,j=window.guideBridge._guideView.getView(o),f,g,e,l,i;
if(j instanceof guidelib.view.GuidePanelView){i=j.parentView.$element.find('[id*="'+guidelib.util.GuideUtil.GUIDE_ITEM_NAV_CONTAINER_SUFFIX+'"]');
if(!_.isUndefined(i)&&!_.isNull(i)&&i.length>0){l=i.eq(0);
if(_.isUndefined(l.data("guideNavScrollPos"))){l.data("guideNavScrollPos",0)
}e=l.data("guideNavScrollPos");
var m=j.parentView.childViews,k,h=0;
for(k=0;
ke){f="right"
}else{f="left"
}g=Math.abs(h-e);
guidelib.util.GuideUtil.navScroll(l,f,g,'[id*="'+guidelib.util.GuideUtil.GUIDE_ITEM_NAV_SUFFIX+'"]:not(.hidden)')
}}})
});
xfalib.$(function(b){b(".guideContainerWrapperNode").on("swiperight",function(){window.guideBridge.setFocus({somExpression:null,focusOption:"prevItemDeep",runCompletionScript:true,skipFieldFocus:true})
}).on("swipeleft",function(){window.guideBridge.setFocus({somExpression:null,focusOption:"nextItemDeep",runCompletionScript:true,skipFieldFocus:true})
});
var a=function(){if(b(window).scrollTop()==b(document).height()-b(window).height()){b("[data-guide-scroll-indicator]").removeClass("mobileScrollIndicator")
}else{if(b(window).scrollTop()i)){g=i
}});
return g
},max:function(h){var g;
b.each(h,function(i){i=parseFloat(i);
if(!g||(g&&gk)){i=k
}if(!g||(g&&g0){l[z]=l[z].padding(0.3)
}y.map("x",C[z],l[z]);
y.coord(dv.coord.polar().flip(true).innerRadius(L)).guide(["x","y"],"none").position("fill")
};
switch(o){case d.LINE:i();
g.push(x);
break;
case d.POINT:i();
g.push(H);
break;
case d.AREA:i();
g.push(x);
g.push(K);
break;
case d.LINE_POINT:i();
g.push(H);
g.push(x);
break;
case d.BAR:D();
break;
case d.COLUMN:A();
break;
case d.PIE:E(0);
break;
case d.DONUT:E(q);
break
}y.layers(g);
y.data(J).width(p.width+"%").height(p.height).parent("#"+w.attr("id")).padding({left:10,top:10,right:10,bottom:10});
if(c.isChartAxisTitleApplicable(o)){y.guide("x",dv.guide.axis().title(p.xAxisTitle)).guide("y",dv.guide.axis().title(p.yAxisTitle))
}if(c.isChartLegendApplicable(o)&&I){y.guide("fill",dv.guide.legend().orientation(u))
}}catch(r){window.guideBridge._guide.logger().log("Error while constructing chart "+r)
}return y
}}
}(xfalib.$,guidelib,_));
(function(){var a=0;
if(!window.requestAnimationFrame){window.requestAnimationFrame=function(f,c){var b=new Date().getTime(),d=Math.max(0,16-(b-a)),e=window.setTimeout(function(){f(b+d)
},d);
a=b+d;
return e
}
}if(!window.cancelAnimationFrame){window.cancelAnimationFrame=function(b){clearTimeout(b)
}
}}());
(function(d,k,j){var g=function(){};
var c=function(l,o){var m=0,p=l.split(".");
d.each(p,function(q){o=o[p[q]];
if(Array.isArray(o)){m++;
o=o[0]
}});
return m
};
var f=function(o,l,m){while(l>0){if(j.isNull(o.parent)){return o
}m.push(o.name);
o=o.parent;
if(o.repeatable){l--
}}return o
};
function e(s,r){if(s===null||typeof(s)==="undefined"){return[]
}if(typeof(r)=="string"){r=r.split(".")
}if(r.length==0){return[s]
}if(!s.hasOwnProperty(r[0])){return[]
}var p=[];
var q=r[0];
var m=r.slice(1);
var o=s[q];
if(!(o instanceof Array)){o=[o]
}for(var l=0;
l0){return f.split(",")
}},flattenDirtyPanelMapToCSV:function(){var f="";
c.each(c.keys(this.visitMap),function(h,g){if(this.visitMap[h]===0){f+=h+","
}},this);
if(f.length>0){f=f.substring(0,f.length-1)
}return f
},_createMapFromFromList:function(g,f){var h={};
c.each(g,function(j,i){h[j]=f
});
return h
},_findAndMarkDirty:function(h,g){var f=c.keys(h);
c.each(g,function(l,k){var p=0,j=0,o=null,m;
for(m=0;
m0){h[o]=0
}})
},_iterateMapAndReturnKeyOnValueFound:function(h,g){var f;
c.each(c.keys(h),function(j,i){if(h[j]===g){f=j
}});
return f
},_updateCountOrInsert:function(g,f){if(c.isUndefined(g[f])){g[f]=0
}else{g[f]++
}return g
}};
b.visitMap={}
}(xfalib.$,_,window.guideBridge,window.guidelib));
(function(b,a){window.FD=window.FD||{};
FD.FP=FD.FP||{};
FD.FP.AF={_handleDraftSave:function(r){var d=r.isAutoSaveTriggered,h=r.metadataToSave,q=r.enableAnonymous,o=window.guideBridge.getGuideContext().data[window.guideBridge.GUIDE_PATH],p=window.guideBridge.customContextProperty("draftID"),l,k,f,g=[],j={};
b("#draftID").attr("value",p);
var i=b("#saveButtonPath").data("savebuttonpath")||o,e=window.guideBridge._getUrl(i),m=e+".fp.attach.jsp/"+p;
var c={success:function(s){window.guideBridge.trigger("saveStarted",window.guidelib.event.GuideModelEvent.createEvent("saveStarted"));
k=s.data;
window.guideBridge._getFileAttachmentsList(g);
for(var v=0;
v