Version Description
- improvement: added post_modified field
- bug fix: export attributes for simple products
- bug fix: db schema updating
- bug fix: variations with trashed parents shouldn't be included in the export
Download this release
Release Info
Developer | soflyy |
Plugin | Export WordPress data to XML/CSV |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- actions/admin_head.php +1 -1
- dist/app.js +3 -2
- dist/app.min.js +10 -0
- frontend/Gruntfile.js +5 -6
- frontend/src/app.js +1 -1
- frontend/src/common/main.controller.js +1 -1
- frontend/src/productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html +1 -0
- i18n/languages/wp_all_export_plugin.pot +2033 -0
- libraries/XmlExportACF.php +36 -36
- libraries/XmlExportCpt.php +8 -4
- libraries/XmlExportEngine.php +7 -0
- libraries/XmlExportWooCommerce.php +4 -3
- readme.txt +8 -2
- src/App/Activation/Installer.php +28 -0
- src/App/Service/Pro/VariationOptions/VariationOptions.php +13 -8
- src/App/Service/VariationOptions/VariationOptions.php +10 -4
- static/css/admin.css +27 -0
- static/img/ui_4.0/add.png +0 -0
- static/img/ui_4.0/exclamation.png +0 -0
- static/js/admin.js +5 -1
- views/admin/export/google.php +8 -4
- wp-all-export.php +12 -3
actions/admin_head.php
CHANGED
@@ -18,7 +18,7 @@ function pmxe_admin_head(){
|
|
18 |
if(typeof GoogleMerchants != 'undefined') {
|
19 |
GoogleMerchants.constant('NONCE', '<?php echo $wp_all_export_ajax_nonce; ?>');
|
20 |
}
|
21 |
-
|
22 |
var export_action = '<?php echo $export_action; ?>';
|
23 |
var wp_all_export_security = '<?php echo $wp_all_export_ajax_nonce; ?>';
|
24 |
</script>
|
18 |
if(typeof GoogleMerchants != 'undefined') {
|
19 |
GoogleMerchants.constant('NONCE', '<?php echo $wp_all_export_ajax_nonce; ?>');
|
20 |
}
|
21 |
+
var ajaxurl = '<?php echo admin_url( "admin-ajax.php" ); ?>';
|
22 |
var export_action = '<?php echo $export_action; ?>';
|
23 |
var wp_all_export_security = '<?php echo $wp_all_export_ajax_nonce; ?>';
|
24 |
</script>
|
dist/app.js
CHANGED
@@ -37101,7 +37101,7 @@ angular.module('ngSanitize').filter('linky', ['$sanitize', function($sanitize) {
|
|
37101 |
|
37102 |
var GoogleMerchants = angular.module('GoogleMerchants', ['templates-dist','dotjem.angular.tree', 'ngSanitize', 'ngAnimate', 'ng-slide-down', 'angular-click-outside']);
|
37103 |
|
37104 |
-
GoogleMerchants.constant('BACKEND', '
|
37105 |
|
37106 |
GoogleMerchants.filter('safe', ['$sce', function($sce) {
|
37107 |
return $sce.trustAsHtml;
|
@@ -37761,7 +37761,7 @@ GoogleMerchants.controller('mainController', ['$scope', '$timeout', '$window', '
|
|
37761 |
if(response.redirect) {
|
37762 |
$window.location.href = response.redirect;
|
37763 |
} else {
|
37764 |
-
$window.location.href = '
|
37765 |
}
|
37766 |
|
37767 |
});
|
@@ -39036,6 +39036,7 @@ angular.module("productCategories/googleCategorySelector/googleCategorySelectorA
|
|
39036 |
" ng-change=\"categoryChanged()\"\n" +
|
39037 |
" ng-click=\"categoryClicked()\"\n" +
|
39038 |
" class=\"wpae-google-category-input\"\n" +
|
|
|
39039 |
" />\n" +
|
39040 |
" <google-category-selector style=\"position:absolute; z-index: 100; top: 41px; left: 1px;\" />\n" +
|
39041 |
"</div>");
|
37101 |
|
37102 |
var GoogleMerchants = angular.module('GoogleMerchants', ['templates-dist','dotjem.angular.tree', 'ngSanitize', 'ngAnimate', 'ng-slide-down', 'angular-click-outside']);
|
37103 |
|
37104 |
+
GoogleMerchants.constant('BACKEND', ajaxurl+'?action=wpae_api&q=');
|
37105 |
|
37106 |
GoogleMerchants.filter('safe', ['$sce', function($sce) {
|
37107 |
return $sce.trustAsHtml;
|
37761 |
if(response.redirect) {
|
37762 |
$window.location.href = response.redirect;
|
37763 |
} else {
|
37764 |
+
$window.location.href = 'admin.php?page=pmxe-admin-export&action=options';
|
37765 |
}
|
37766 |
|
37767 |
});
|
39036 |
" ng-change=\"categoryChanged()\"\n" +
|
39037 |
" ng-click=\"categoryClicked()\"\n" +
|
39038 |
" class=\"wpae-google-category-input\"\n" +
|
39039 |
+
" ng-model-options=\"{ debounce: 200 }\"\n" +
|
39040 |
" />\n" +
|
39041 |
" <google-category-selector style=\"position:absolute; z-index: 100; top: 41px; left: 1px;\" />\n" +
|
39042 |
"</div>");
|
dist/app.min.js
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
function chosen(a){var b,c,d,e;return b=[{onChange:"change"},{onReady:"chosen:ready"},{onMaxSelected:"chosen:maxselected"},{onShowDropdown:"chosen:showing_dropdown"},{onHideDropdown:"chosen:hiding_dropdown"},{onNoResult:"chosen:no_results"}],c={options:"=",ngModel:"=",ngDisabled:"="},e=[],Object.keys(c).forEach(function(a){e.push(a)}),b.forEach(function(a){var b=Object.keys(a)[0];c[b]="="}),d=function(c,d,f){var g=parseInt(f.maxSelection,10),h=parseInt(f.searchThreshold,10);(isNaN(g)||g===1/0)&&(g=void 0),(isNaN(h)||h===1/0)&&(h=void 0);var i=void 0!==d.attr("allow-single-deselect"),j=void 0!==d.attr("no-results-text")?f.noResultsText:"No results found.";d.chosen({width:"100%",max_selected_options:g,disable_search_threshold:h,search_contains:!0,allow_single_deselect:i,no_results_text:j}),d.on("change",function(){d.trigger("chosen:updated")}),c.$watchGroup(e,function(){a(function(){d.trigger("chosen:updated")},100)}),c.$on("chosen:updated",function(){d.trigger("chosen:updated")}),b.forEach(function(a){var b=Object.keys(a)[0];"function"==typeof c[b]&&d.on(a[b],function(a){c.$apply(function(){c[b](a)})})})},{name:"chosen",scope:c,restrict:"A",link:d}}!function(a){"use strict";function b(a,b){return b=b||Error,function(){var c,d,e=2,f=arguments,g=f[0],h="["+(a?a+":":"")+g+"] ",i=f[1];for(h+=i.replace(/\{\d+\}/g,function(a){var b=+a.slice(1,-1),c=b+e;return c<f.length?sa(f[c]):a}),h+="\nhttp://errors.angularjs.org/1.5.8/"+(a?a+"/":"")+g,d=e,c="?";d<f.length;d++,c="&")h+=c+"p"+(d-e)+"="+encodeURIComponent(sa(f[d]));return new b(h)}}function c(a){if(null==a||A(a))return!1;if(Wd(a)||v(a)||Ld&&a instanceof Ld)return!0;var b="length"in Object(a)&&a.length;return w(b)&&(b>=0&&(b-1 in a||a instanceof Array)||"function"==typeof a.item)}function d(a,b,e){var f,g;if(a)if(y(a))for(f in a)"prototype"==f||"length"==f||"name"==f||a.hasOwnProperty&&!a.hasOwnProperty(f)||b.call(e,a[f],f,a);else if(Wd(a)||c(a)){var h="object"!=typeof a;for(f=0,g=a.length;f<g;f++)(h||f in a)&&b.call(e,a[f],f,a)}else if(a.forEach&&a.forEach!==d)a.forEach(b,e,a);else if(u(a))for(f in a)b.call(e,a[f],f,a);else if("function"==typeof a.hasOwnProperty)for(f in a)a.hasOwnProperty(f)&&b.call(e,a[f],f,a);else for(f in a)Fd.call(a,f)&&b.call(e,a[f],f,a);return a}function e(a,b,c){for(var d=Object.keys(a).sort(),e=0;e<d.length;e++)b.call(c,a[d[e]],d[e]);return d}function f(a){return function(b,c){a(c,b)}}function g(){return++Vd}function h(a,b){b?a.$$hashKey=b:delete a.$$hashKey}function i(a,b,c){for(var d=a.$$hashKey,e=0,f=b.length;e<f;++e){var g=b[e];if(t(g)||y(g))for(var j=Object.keys(g),k=0,l=j.length;k<l;k++){var m=j[k],n=g[m];c&&t(n)?x(n)?a[m]=new Date(n.valueOf()):z(n)?a[m]=new RegExp(n):n.nodeName?a[m]=n.cloneNode(!0):J(n)?a[m]=n.clone():(t(a[m])||(a[m]=Wd(n)?[]:{}),i(a[m],[n],!0)):a[m]=n}}return h(a,d),a}function j(a){return i(a,Od.call(arguments,1),!1)}function k(a){return i(a,Od.call(arguments,1),!0)}function l(a){return parseInt(a,10)}function m(a,b){return j(Object.create(a),b)}function n(){}function o(a){return a}function p(a){return function(){return a}}function q(a){return y(a.toString)&&a.toString!==Rd}function r(a){return"undefined"==typeof a}function s(a){return"undefined"!=typeof a}function t(a){return null!==a&&"object"==typeof a}function u(a){return null!==a&&"object"==typeof a&&!Sd(a)}function v(a){return"string"==typeof a}function w(a){return"number"==typeof a}function x(a){return"[object Date]"===Rd.call(a)}function y(a){return"function"==typeof a}function z(a){return"[object RegExp]"===Rd.call(a)}function A(a){return a&&a.window===a}function B(a){return a&&a.$evalAsync&&a.$watch}function C(a){return"[object File]"===Rd.call(a)}function D(a){return"[object FormData]"===Rd.call(a)}function E(a){return"[object Blob]"===Rd.call(a)}function F(a){return"boolean"==typeof a}function G(a){return a&&y(a.then)}function H(a){return a&&w(a.length)&&Xd.test(Rd.call(a))}function I(a){return"[object ArrayBuffer]"===Rd.call(a)}function J(a){return!(!a||!(a.nodeName||a.prop&&a.attr&&a.find))}function K(a){var b,c={},d=a.split(",");for(b=0;b<d.length;b++)c[d[b]]=!0;return c}function L(a){return Gd(a.nodeName||a[0]&&a[0].nodeName)}function M(a,b){var c=a.indexOf(b);return c>=0&&a.splice(c,1),c}function N(a,b){function c(a,b){var c,d=b.$$hashKey;if(Wd(a))for(var f=0,g=a.length;f<g;f++)b.push(e(a[f]));else if(u(a))for(c in a)b[c]=e(a[c]);else if(a&&"function"==typeof a.hasOwnProperty)for(c in a)a.hasOwnProperty(c)&&(b[c]=e(a[c]));else for(c in a)Fd.call(a,c)&&(b[c]=e(a[c]));return h(b,d),b}function e(a){if(!t(a))return a;var b=g.indexOf(a);if(b!==-1)return i[b];if(A(a)||B(a))throw Td("cpws","Can't copy! Making copies of Window or Scope instances is not supported.");var d=!1,e=f(a);return void 0===e&&(e=Wd(a)?[]:Object.create(Sd(a)),d=!0),g.push(a),i.push(e),d?c(a,e):e}function f(a){switch(Rd.call(a)){case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Float32Array]":case"[object Float64Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return new a.constructor(e(a.buffer),a.byteOffset,a.length);case"[object ArrayBuffer]":if(!a.slice){var b=new ArrayBuffer(a.byteLength);return new Uint8Array(b).set(new Uint8Array(a)),b}return a.slice(0);case"[object Boolean]":case"[object Number]":case"[object String]":case"[object Date]":return new a.constructor(a.valueOf());case"[object RegExp]":var c=new RegExp(a.source,a.toString().match(/[^\/]*$/)[0]);return c.lastIndex=a.lastIndex,c;case"[object Blob]":return new a.constructor([a],{type:a.type})}if(y(a.cloneNode))return a.cloneNode(!0)}var g=[],i=[];if(b){if(H(b)||I(b))throw Td("cpta","Can't copy! TypedArray destination cannot be mutated.");if(a===b)throw Td("cpi","Can't copy! Source and destination are identical.");return Wd(b)?b.length=0:d(b,function(a,c){"$$hashKey"!==c&&delete b[c]}),g.push(a),i.push(b),c(a,b)}return e(a)}function O(a,b){if(a===b)return!0;if(null===a||null===b)return!1;if(a!==a&&b!==b)return!0;var c,d,e,f=typeof a,g=typeof b;if(f==g&&"object"==f){if(!Wd(a)){if(x(a))return!!x(b)&&O(a.getTime(),b.getTime());if(z(a))return!!z(b)&&a.toString()==b.toString();if(B(a)||B(b)||A(a)||A(b)||Wd(b)||x(b)||z(b))return!1;e=oa();for(d in a)if("$"!==d.charAt(0)&&!y(a[d])){if(!O(a[d],b[d]))return!1;e[d]=!0}for(d in b)if(!(d in e)&&"$"!==d.charAt(0)&&s(b[d])&&!y(b[d]))return!1;return!0}if(!Wd(b))return!1;if((c=a.length)==b.length){for(d=0;d<c;d++)if(!O(a[d],b[d]))return!1;return!0}}return!1}function P(a,b,c){return a.concat(Od.call(b,c))}function Q(a,b){return Od.call(a,b||0)}function R(a,b){var c=arguments.length>2?Q(arguments,2):[];return!y(b)||b instanceof RegExp?b:c.length?function(){return arguments.length?b.apply(a,P(c,arguments,0)):b.apply(a,c)}:function(){return arguments.length?b.apply(a,arguments):b.call(a)}}function S(b,c){var d=c;return"string"==typeof b&&"$"===b.charAt(0)&&"$"===b.charAt(1)?d=void 0:A(c)?d="$WINDOW":c&&a.document===c?d="$DOCUMENT":B(c)&&(d="$SCOPE"),d}function T(a,b){if(!r(a))return w(b)||(b=b?2:null),JSON.stringify(a,S,b)}function U(a){return v(a)?JSON.parse(a):a}function V(a,b){a=a.replace(ae,"");var c=Date.parse("Jan 01, 1970 00:00:00 "+a)/6e4;return isNaN(c)?b:c}function W(a,b){return a=new Date(a.getTime()),a.setMinutes(a.getMinutes()+b),a}function X(a,b,c){c=c?-1:1;var d=a.getTimezoneOffset(),e=V(b,d);return W(a,c*(e-d))}function Y(a){a=Ld(a).clone();try{a.empty()}catch(a){}var b=Ld("<div>").append(a).html();try{return a[0].nodeType===ge?Gd(b):b.match(/^(<[^>]+>)/)[1].replace(/^<([\w\-]+)/,function(a,b){return"<"+Gd(b)})}catch(a){return Gd(b)}}function Z(a){try{return decodeURIComponent(a)}catch(a){}}function $(a){var b={};return d((a||"").split("&"),function(a){var c,d,e;a&&(d=a=a.replace(/\+/g,"%20"),c=a.indexOf("="),c!==-1&&(d=a.substring(0,c),e=a.substring(c+1)),d=Z(d),s(d)&&(e=!s(e)||Z(e),Fd.call(b,d)?Wd(b[d])?b[d].push(e):b[d]=[b[d],e]:b[d]=e))}),b}function _(a){var b=[];return d(a,function(a,c){Wd(a)?d(a,function(a){b.push(ba(c,!0)+(a===!0?"":"="+ba(a,!0)))}):b.push(ba(c,!0)+(a===!0?"":"="+ba(a,!0)))}),b.length?b.join("&"):""}function aa(a){return ba(a,!0).replace(/%26/gi,"&").replace(/%3D/gi,"=").replace(/%2B/gi,"+")}function ba(a,b){return encodeURIComponent(a).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,b?"%20":"+")}function ca(a,b){var c,d,e=be.length;for(d=0;d<e;++d)if(c=be[d]+b,v(c=a.getAttribute(c)))return c;return null}function da(a,b){var c,e,f={};d(be,function(b){var d=b+"app";!c&&a.hasAttribute&&a.hasAttribute(d)&&(c=a,e=a.getAttribute(d))}),d(be,function(b){var d,f=b+"app";!c&&(d=a.querySelector("["+f.replace(":","\\:")+"]"))&&(c=d,e=d.getAttribute(f))}),c&&(f.strictDi=null!==ca(c,"strict-di"),b(c,e?[e]:[],f))}function ea(b,c,e){t(e)||(e={});var f={strictDi:!1};e=j(f,e);var g=function(){if(b=Ld(b),b.injector()){var d=b[0]===a.document?"document":Y(b);throw Td("btstrpd","App already bootstrapped with this element '{0}'",d.replace(/</,"<").replace(/>/,">"))}c=c||[],c.unshift(["$provide",function(a){a.value("$rootElement",b)}]),e.debugInfoEnabled&&c.push(["$compileProvider",function(a){a.debugInfoEnabled(!0)}]),c.unshift("ng");var f=db(c,e.strictDi);return f.invoke(["$rootScope","$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d),c(b)(a)})}]),f},h=/^NG_ENABLE_DEBUG_INFO!/,i=/^NG_DEFER_BOOTSTRAP!/;return a&&h.test(a.name)&&(e.debugInfoEnabled=!0,a.name=a.name.replace(h,"")),a&&!i.test(a.name)?g():(a.name=a.name.replace(i,""),Ud.resumeBootstrap=function(a){return d(a,function(a){c.push(a)}),g()},void(y(Ud.resumeDeferredBootstrap)&&Ud.resumeDeferredBootstrap()))}function fa(){a.name="NG_ENABLE_DEBUG_INFO!"+a.name,a.location.reload()}function ga(a){var b=Ud.element(a).injector();if(!b)throw Td("test","no injector found for element argument to getTestability");return b.get("$$testability")}function ha(a,b){return b=b||"_",a.replace(ce,function(a,c){return(c?b:"")+a.toLowerCase()})}function ia(){var b;if(!de){var c=_d();Md=r(c)?a.jQuery:c?a[c]:void 0,Md&&Md.fn.on?(Ld=Md,j(Md.fn,{scope:ze.scope,isolateScope:ze.isolateScope,controller:ze.controller,injector:ze.injector,inheritedData:ze.inheritedData}),b=Md.cleanData,Md.cleanData=function(a){for(var c,d,e=0;null!=(d=a[e]);e++)c=Md._data(d,"events"),c&&c.$destroy&&Md(d).triggerHandler("$destroy");b(a)}):Ld=Da,Ud.element=Ld,de=!0}}function ja(a,b,c){if(!a)throw Td("areq","Argument '{0}' is {1}",b||"?",c||"required");return a}function ka(a,b,c){return c&&Wd(a)&&(a=a[a.length-1]),ja(y(a),b,"not a function, got "+(a&&"object"==typeof a?a.constructor.name||"Object":typeof a)),a}function la(a,b){if("hasOwnProperty"===a)throw Td("badname","hasOwnProperty is not a valid {0} name",b)}function ma(a,b,c){if(!b)return a;for(var d,e=b.split("."),f=a,g=e.length,h=0;h<g;h++)d=e[h],a&&(a=(f=a)[d]);return!c&&y(a)?R(f,a):a}function na(a){for(var b,c=a[0],d=a[a.length-1],e=1;c!==d&&(c=c.nextSibling);e++)(b||a[e]!==c)&&(b||(b=Ld(Od.call(a,0,e))),b.push(c));return b||a}function oa(){return Object.create(null)}function pa(a){function c(a,b,c){return a[b]||(a[b]=c())}var d=b("$injector"),e=b("ng"),f=c(a,"angular",Object);return f.$$minErr=f.$$minErr||b,c(f,"module",function(){var a={};return function(b,f,g){var h=function(a,b){if("hasOwnProperty"===a)throw e("badname","hasOwnProperty is not a valid {0} name",b)};return h(b,"module"),f&&a.hasOwnProperty(b)&&(a[b]=null),c(a,b,function(){function a(a,b,c,d){return d||(d=e),function(){return d[c||"push"]([a,b,arguments]),k}}function c(a,c){return function(d,f){return f&&y(f)&&(f.$$moduleName=b),e.push([a,c,arguments]),k}}if(!f)throw d("nomod","Module '{0}' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.",b);var e=[],h=[],i=[],j=a("$injector","invoke","push",h),k={_invokeQueue:e,_configBlocks:h,_runBlocks:i,requires:f,name:b,provider:c("$provide","provider"),factory:c("$provide","factory"),service:c("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),decorator:c("$provide","decorator"),animation:c("$animateProvider","register"),filter:c("$filterProvider","register"),controller:c("$controllerProvider","register"),directive:c("$compileProvider","directive"),component:c("$compileProvider","component"),config:j,run:function(a){return i.push(a),this}};return g&&j(g),k})}})}function qa(a,b){if(Wd(a)){b=b||[];for(var c=0,d=a.length;c<d;c++)b[c]=a[c]}else if(t(a)){b=b||{};for(var e in a)"$"===e.charAt(0)&&"$"===e.charAt(1)||(b[e]=a[e])}return b||a}function ra(a){var b=[];return JSON.stringify(a,function(a,c){if(c=S(a,c),t(c)){if(b.indexOf(c)>=0)return"...";b.push(c)}return c})}function sa(a){return"function"==typeof a?a.toString().replace(/ \{[\s\S]*$/,""):r(a)?"undefined":"string"!=typeof a?ra(a):a}function ta(c){j(c,{bootstrap:ea,copy:N,extend:j,merge:k,equals:O,element:Ld,forEach:d,injector:db,noop:n,bind:R,toJson:T,fromJson:U,identity:o,isUndefined:r,isDefined:s,isString:v,isFunction:y,isObject:t,isNumber:w,isElement:J,isArray:Wd,version:ke,isDate:x,lowercase:Gd,uppercase:Hd,callbacks:{$$counter:0},getTestability:ga,$$minErr:b,$$csp:$d,reloadWithDebugInfo:fa}),(Nd=pa(a))("ng",["ngLocale"],["$provide",function(a){a.provider({$$sanitizeUri:yc}),a.provider("$compile",ob).directive({a:If,input:_f,textarea:_f,form:Nf,script:Wg,select:Zg,style:_g,option:$g,ngBind:cg,ngBindHtml:eg,ngBindTemplate:dg,ngClass:gg,ngClassEven:ig,ngClassOdd:hg,ngCloak:jg,ngController:kg,ngForm:Of,ngHide:Pg,ngIf:ng,ngInclude:og,ngInit:qg,ngNonBindable:Gg,ngPluralize:Kg,ngRepeat:Lg,ngShow:Og,ngStyle:Qg,ngSwitch:Rg,ngSwitchWhen:Sg,ngSwitchDefault:Tg,ngOptions:Jg,ngTransclude:Vg,ngModel:Dg,ngList:rg,ngChange:fg,pattern:bh,ngPattern:bh,required:ah,ngRequired:ah,minlength:dh,ngMinlength:dh,maxlength:ch,ngMaxlength:ch,ngValue:bg,ngModelOptions:Fg}).directive({ngInclude:pg}).directive(Jf).directive(lg),a.provider({$anchorScroll:eb,$animate:Pe,$animateCss:Se,$$animateJs:Ne,$$animateQueue:Oe,$$AnimateRunner:Re,$$animateAsyncRun:Qe,$browser:kb,$cacheFactory:lb,$controller:ub,$document:vb,$exceptionHandler:wb,$filter:Mc,$$forceReflow:Ye,$interpolate:Kb,$interval:Lb,$http:Gb,$httpParamSerializer:yb,$httpParamSerializerJQLike:zb,$httpBackend:Ib,$xhrFactory:Hb,$jsonpCallbacks:ff,$location:$b,$log:_b,$parse:sc,$rootScope:xc,$q:tc,$$q:uc,$sce:Cc,$sceDelegate:Bc,$sniffer:Dc,$templateCache:mb,$templateRequest:Ec,$$testability:Fc,$timeout:Gc,$window:Jc,$$rAF:wc,$$jqLite:Ya,$$HashMap:De,$$cookieReader:Lc})}])}function ua(){return++me}function va(a){return a.replace(pe,function(a,b,c,d){return d?c.toUpperCase():c}).replace(qe,"Moz$1")}function wa(a){return!ue.test(a)}function xa(a){var b=a.nodeType;return b===ee||!b||b===ie}function ya(a){for(var b in le[a.ng339])return!0;return!1}function za(a){for(var b=0,c=a.length;b<c;b++)Ha(a[b])}function Aa(a,b){var c,e,f,g,h=b.createDocumentFragment(),i=[];if(wa(a))i.push(b.createTextNode(a));else{for(c=h.appendChild(b.createElement("div")),e=(ve.exec(a)||["",""])[1].toLowerCase(),f=xe[e]||xe._default,c.innerHTML=f[1]+a.replace(we,"<$1></$2>")+f[2],g=f[0];g--;)c=c.lastChild;i=P(i,c.childNodes),c=h.firstChild,c.textContent=""}return h.textContent="",h.innerHTML="",d(i,function(a){h.appendChild(a)}),h}function Ba(b,c){c=c||a.document;var d;return(d=te.exec(b))?[c.createElement(d[1])]:(d=Aa(b,c))?d.childNodes:[]}function Ca(a,b){var c=a.parentNode;c&&c.replaceChild(b,a),b.appendChild(a)}function Da(a){if(a instanceof Da)return a;var b;if(v(a)&&(a=Yd(a),b=!0),!(this instanceof Da)){if(b&&"<"!=a.charAt(0))throw se("nosel","Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element");return new Da(a)}b?Na(this,Ba(a)):Na(this,a)}function Ea(a){return a.cloneNode(!0)}function Fa(a,b){if(b||Ha(a),a.querySelectorAll)for(var c=a.querySelectorAll("*"),d=0,e=c.length;d<e;d++)Ha(c[d])}function Ga(a,b,c,e){if(s(e))throw se("offargs","jqLite#off() does not support the `selector` argument");var f=Ia(a),g=f&&f.events,h=f&&f.handle;if(h)if(b){var i=function(b){var d=g[b];s(c)&&M(d||[],c),s(c)&&d&&d.length>0||(oe(a,b,h),delete g[b])};d(b.split(" "),function(a){i(a),re[a]&&i(re[a])})}else for(b in g)"$destroy"!==b&&oe(a,b,h),delete g[b]}function Ha(a,b){var c=a.ng339,d=c&&le[c];if(d){if(b)return void delete d.data[b];d.handle&&(d.events.$destroy&&d.handle({},"$destroy"),Ga(a)),delete le[c],a.ng339=void 0}}function Ia(a,b){var c=a.ng339,d=c&&le[c];return b&&!d&&(a.ng339=c=ua(),d=le[c]={events:{},data:{},handle:void 0}),d}function Ja(a,b,c){if(xa(a)){var d=s(c),e=!d&&b&&!t(b),f=!b,g=Ia(a,!e),h=g&&g.data;if(d)h[b]=c;else{if(f)return h;if(e)return h&&h[b];j(h,b)}}}function Ka(a,b){return!!a.getAttribute&&(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").indexOf(" "+b+" ")>-1}function La(a,b){b&&a.setAttribute&&d(b.split(" "),function(b){a.setAttribute("class",Yd((" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").replace(" "+Yd(b)+" "," ")))})}function Ma(a,b){if(b&&a.setAttribute){var c=(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ");d(b.split(" "),function(a){a=Yd(a),c.indexOf(" "+a+" ")===-1&&(c+=a+" ")}),a.setAttribute("class",Yd(c))}}function Na(a,b){if(b)if(b.nodeType)a[a.length++]=b;else{var c=b.length;if("number"==typeof c&&b.window!==b){if(c)for(var d=0;d<c;d++)a[a.length++]=b[d]}else a[a.length++]=b}}function Oa(a,b){return Pa(a,"$"+(b||"ngController")+"Controller")}function Pa(a,b,c){a.nodeType==ie&&(a=a.documentElement);for(var d=Wd(b)?b:[b];a;){for(var e=0,f=d.length;e<f;e++)if(s(c=Ld.data(a,d[e])))return c;a=a.parentNode||a.nodeType===je&&a.host}}function Qa(a){for(Fa(a,!0);a.firstChild;)a.removeChild(a.firstChild)}function Ra(a,b){b||Fa(a);var c=a.parentNode;c&&c.removeChild(a)}function Sa(b,c){c=c||a,"complete"===c.document.readyState?c.setTimeout(b):Ld(c).on("load",b)}function Ta(a,b){var c=Ae[b.toLowerCase()];return c&&Be[L(a)]&&c}function Ua(a){return Ce[a]}function Va(a,b){var c=function(c,d){c.isDefaultPrevented=function(){return c.defaultPrevented};var e=b[d||c.type],f=e?e.length:0;if(f){if(r(c.immediatePropagationStopped)){var g=c.stopImmediatePropagation;c.stopImmediatePropagation=function(){c.immediatePropagationStopped=!0,c.stopPropagation&&c.stopPropagation(),g&&g.call(c)}}c.isImmediatePropagationStopped=function(){return c.immediatePropagationStopped===!0};var h=e.specialHandlerWrapper||Wa;f>1&&(e=qa(e));for(var i=0;i<f;i++)c.isImmediatePropagationStopped()||h(a,c,e[i])}};return c.elem=a,c}function Wa(a,b,c){c.call(a,b)}function Xa(a,b,c){var d=b.relatedTarget;d&&(d===a||ye.call(a,d))||c.call(a,b)}function Ya(){this.$get=function(){return j(Da,{hasClass:function(a,b){return a.attr&&(a=a[0]),Ka(a,b)},addClass:function(a,b){return a.attr&&(a=a[0]),Ma(a,b)},removeClass:function(a,b){return a.attr&&(a=a[0]),La(a,b)}})}}function Za(a,b){var c=a&&a.$$hashKey;if(c)return"function"==typeof c&&(c=a.$$hashKey()),c;var d=typeof a;return c="function"==d||"object"==d&&null!==a?a.$$hashKey=d+":"+(b||g)():d+":"+a}function $a(a,b){if(b){var c=0;this.nextUid=function(){return++c}}d(a,this.put,this)}function _a(a){return Function.prototype.toString.call(a)+" "}function ab(a){var b=_a(a).replace(Ie,""),c=b.match(Ee)||b.match(Fe);return c}function bb(a){var b=ab(a);return b?"function("+(b[1]||"").replace(/[\s\r\n]+/," ")+")":"fn"}function cb(a,b,c){var e,f,g;if("function"==typeof a){if(!(e=a.$inject)){if(e=[],a.length){if(b)throw v(c)&&c||(c=a.name||bb(a)),Je("strictdi","{0} is not using explicit annotation and cannot be invoked in strict mode",c);f=ab(a),d(f[1].split(Ge),function(a){a.replace(He,function(a,b,c){e.push(c)})})}a.$inject=e}}else Wd(a)?(g=a.length-1,ka(a[g],"fn"),e=a.slice(0,g)):ka(a,"fn",!0);return e}function db(a,b){function c(a){return function(b,c){return t(b)?void d(b,f(a)):a(b,c)}}function e(a,b){if(la(a,"service"),(y(b)||Wd(b))&&(b=x.instantiate(b)),!b.$get)throw Je("pget","Provider '{0}' must define $get factory method.",a);return w[a+q]=b}function g(a,b){return function(){var c=B.invoke(b,this);if(r(c))throw Je("undef","Provider '{0}' must return a value from $get factory method.",a);return c}}function h(a,b,c){return e(a,{$get:c!==!1?g(a,b):b})}function i(a,b){return h(a,["$injector",function(a){return a.instantiate(b)}])}function j(a,b){return h(a,p(b),!1)}function k(a,b){la(a,"constant"),w[a]=b,z[a]=b}function l(a,b){var c=x.get(a+q),d=c.$get;c.$get=function(){var a=B.invoke(d,c);return B.invoke(b,null,{$delegate:a})}}function m(a){ja(r(a)||Wd(a),"modulesToLoad","not an array");var b,c=[];return d(a,function(a){function d(a){var b,c;for(b=0,c=a.length;b<c;b++){var d=a[b],e=x.get(d[0]);e[d[1]].apply(e,d[2])}}if(!u.get(a)){u.put(a,!0);try{v(a)?(b=Nd(a),c=c.concat(m(b.requires)).concat(b._runBlocks),d(b._invokeQueue),d(b._configBlocks)):y(a)?c.push(x.invoke(a)):Wd(a)?c.push(x.invoke(a)):ka(a,"module")}catch(b){throw Wd(a)&&(a=a[a.length-1]),b.message&&b.stack&&b.stack.indexOf(b.message)==-1&&(b=b.message+"\n"+b.stack),Je("modulerr","Failed to instantiate module {0} due to:\n{1}",a,b.stack||b.message||b)}}}),c}function n(a,c){function d(b,d){if(a.hasOwnProperty(b)){if(a[b]===o)throw Je("cdep","Circular dependency found: {0}",b+" <- "+s.join(" <- "));return a[b]}try{return s.unshift(b),a[b]=o,a[b]=c(b,d)}catch(c){throw a[b]===o&&delete a[b],c}finally{s.shift()}}function e(a,c,e){for(var f=[],g=db.$$annotate(a,b,e),h=0,i=g.length;h<i;h++){var j=g[h];if("string"!=typeof j)throw Je("itkn","Incorrect injection token! Expected service name as string, got {0}",j);f.push(c&&c.hasOwnProperty(j)?c[j]:d(j,e))}return f}function f(a){return!(Kd<=11)&&("function"==typeof a&&/^(?:class\b|constructor\()/.test(_a(a)))}function g(a,b,c,d){"string"==typeof c&&(d=c,c=null);var g=e(a,c,d);return Wd(a)&&(a=a[a.length-1]),f(a)?(g.unshift(null),new(Function.prototype.bind.apply(a,g))):a.apply(b,g)}function h(a,b,c){var d=Wd(a)?a[a.length-1]:a,f=e(a,b,c);return f.unshift(null),new(Function.prototype.bind.apply(d,f))}return{invoke:g,instantiate:h,get:d,annotate:db.$$annotate,has:function(b){return w.hasOwnProperty(b+q)||a.hasOwnProperty(b)}}}b=b===!0;var o={},q="Provider",s=[],u=new $a([],!0),w={$provide:{provider:c(e),factory:c(h),service:c(i),value:c(j),constant:c(k),decorator:l}},x=w.$injector=n(w,function(a,b){throw Ud.isString(b)&&s.push(b),Je("unpr","Unknown provider: {0}",s.join(" <- "))}),z={},A=n(z,function(a,b){var c=x.get(a+q,b);return B.invoke(c.$get,c,void 0,a)}),B=A;w["$injector"+q]={$get:p(A)};var C=m(a);return B=A.get("$injector"),B.strictDi=b,d(C,function(a){a&&B.invoke(a)}),B}function eb(){var a=!0;this.disableAutoScrolling=function(){a=!1},this.$get=["$window","$location","$rootScope",function(b,c,d){function e(a){var b=null;return Array.prototype.some.call(a,function(a){if("a"===L(a))return b=a,!0}),b}function f(){var a=h.yOffset;if(y(a))a=a();else if(J(a)){var c=a[0],d=b.getComputedStyle(c);a="fixed"!==d.position?0:c.getBoundingClientRect().bottom}else w(a)||(a=0);return a}function g(a){if(a){a.scrollIntoView();var c=f();if(c){var d=a.getBoundingClientRect().top;b.scrollBy(0,d-c)}}else b.scrollTo(0,0)}function h(a){a=v(a)?a:c.hash();var b;a?(b=i.getElementById(a))?g(b):(b=e(i.getElementsByName(a)))?g(b):"top"===a&&g(null):g(null)}var i=b.document;return a&&d.$watch(function(){return c.hash()},function(a,b){a===b&&""===a||Sa(function(){d.$evalAsync(h)})}),h}]}function fb(a,b){return a||b?a?b?(Wd(a)&&(a=a.join(" ")),Wd(b)&&(b=b.join(" ")),a+" "+b):a:b:""}function gb(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.nodeType===Le)return c}}function hb(a){v(a)&&(a=a.split(" "));var b=oa();return d(a,function(a){a.length&&(b[a]=!0)}),b}function ib(a){return t(a)?a:{}}function jb(a,b,c,e){function f(a){try{a.apply(null,Q(arguments,1))}finally{if(s--,0===s)for(;t.length;)try{t.pop()()}catch(a){c.error(a)}}}function g(a){var b=a.indexOf("#");return b===-1?"":a.substr(b)}function h(){y=null,i(),j()}function i(){u=z(),u=r(u)?null:u,O(u,C)&&(u=C),C=u}function j(){w===k.url()&&v===u||(w=k.url(),v=u,d(A,function(a){a(k.url(),u)}))}var k=this,l=a.location,m=a.history,o=a.setTimeout,p=a.clearTimeout,q={};k.isMock=!1;var s=0,t=[];k.$$completeOutstandingRequest=f,k.$$incOutstandingRequestCount=function(){s++},k.notifyWhenNoOutstandingRequests=function(a){0===s?a():t.push(a)};var u,v,w=l.href,x=b.find("base"),y=null,z=e.history?function(){try{return m.state}catch(a){}}:n;i(),v=u,k.url=function(b,c,d){if(r(d)&&(d=null),l!==a.location&&(l=a.location),m!==a.history&&(m=a.history),b){var f=v===d;if(w===b&&(!e.history||f))return k;var h=w&&Rb(w)===Rb(b);return w=b,v=d,!e.history||h&&f?(h||(y=b),c?l.replace(b):h?l.hash=g(b):l.href=b,l.href!==b&&(y=b)):(m[c?"replaceState":"pushState"](d,"",b),i(),v=u),y&&(y=b),k}return y||l.href.replace(/%27/g,"'")},k.state=function(){return u};var A=[],B=!1,C=null;k.onUrlChange=function(b){return B||(e.history&&Ld(a).on("popstate",h),Ld(a).on("hashchange",h),B=!0),A.push(b),b},k.$$applicationDestroyed=function(){Ld(a).off("hashchange popstate",h)},k.$$checkUrlChange=j,k.baseHref=function(){var a=x.attr("href");return a?a.replace(/^(https?\:)?\/\/[^\/]*/,""):""},k.defer=function(a,b){var c;return s++,c=o(function(){delete q[c],f(a)},b||0),q[c]=!0,c},k.defer.cancel=function(a){return!!q[a]&&(delete q[a],p(a),f(n),!0)}}function kb(){this.$get=["$window","$log","$sniffer","$document",function(a,b,c,d){return new jb(a,d,b,c)}]}function lb(){this.$get=function(){function a(a,d){function e(a){a!=m&&(n?n==a&&(n=a.n):n=a,f(a.n,a.p),f(a,m),m=a,m.n=null)}function f(a,b){a!=b&&(a&&(a.p=b),b&&(b.n=a))}if(a in c)throw b("$cacheFactory")("iid","CacheId '{0}' is already taken!",a);var g=0,h=j({},d,{id:a}),i=oa(),k=d&&d.capacity||Number.MAX_VALUE,l=oa(),m=null,n=null;return c[a]={put:function(a,b){if(!r(b)){if(k<Number.MAX_VALUE){var c=l[a]||(l[a]={key:a});e(c)}return a in i||g++,i[a]=b,g>k&&this.remove(n.key),b}},get:function(a){if(k<Number.MAX_VALUE){var b=l[a];if(!b)return;e(b)}return i[a]},remove:function(a){if(k<Number.MAX_VALUE){var b=l[a];if(!b)return;b==m&&(m=b.p),b==n&&(n=b.n),f(b.n,b.p),delete l[a]}a in i&&(delete i[a],g--)},removeAll:function(){i=oa(),g=0,l=oa(),m=n=null},destroy:function(){i=null,h=null,l=null,delete c[a]},info:function(){return j({},h,{size:g})}}}var c={};return a.info=function(){var a={};return d(c,function(b,c){a[c]=b.info()}),a},a.get=function(a){return c[a]},a}}function mb(){this.$get=["$cacheFactory",function(a){return a("templates")}]}function nb(){}function ob(b,c){function e(a,b,c){var e=/^\s*([@&<]|=(\*?))(\??)\s*(\w*)\s*$/,f=oa();return d(a,function(a,d){if(a in A)return void(f[d]=A[a]);var g=a.match(e);if(!g)throw Te("iscp","Invalid {3} for directive '{0}'. Definition: {... {1}: '{2}' ...}",b,d,a,c?"controller bindings definition":"isolate scope definition");f[d]={mode:g[1][0],collection:"*"===g[2],optional:"?"===g[3],attrName:g[4]||d},g[4]&&(A[a]=f[d])}),f}function g(a,b){var c={isolateScope:null,bindToController:null};if(t(a.scope)&&(a.bindToController===!0?(c.bindToController=e(a.scope,b,!0),c.isolateScope={}):c.isolateScope=e(a.scope,b,!1)),t(a.bindToController)&&(c.bindToController=e(a.bindToController,b,!0)),t(c.bindToController)){var d=a.controller,f=a.controllerAs;if(!d)throw Te("noctrl","Cannot bind to controller without directive '{0}'s controller.",b);if(!tb(d,f))throw Te("noident","Cannot bind to controller without identifier for directive '{0}'.",b)}return c}function h(a){var b=a.charAt(0);if(!b||b!==Gd(b))throw Te("baddir","Directive/Component name '{0}' is invalid. The first character must be a lowercase letter",a);if(a!==a.trim())throw Te("baddir","Directive/Component name '{0}' is invalid. The name should not contain leading or trailing whitespaces",a)}function i(a){var b=a.require||a.controller&&a.name;return!Wd(b)&&t(b)&&d(b,function(a,c){var d=a.match(x),e=a.substring(d[0].length);e||(b[c]=d[0]+c)}),b}var k={},l="Directive",q=/^\s*directive\:\s*([\w\-]+)\s+(.*)$/,u=/(([\w\-]+)(?:\:([^;]+))?;?)/,w=K("ngSrc,ngSrcset,src,srcset"),x=/^(?:(\^\^?)?(\?)?(\^\^?)?)?/,z=/^(on[a-z]+|formaction)$/,A=oa();this.directive=function a(c,e){return la(c,"directive"),v(c)?(h(c),ja(e,"directiveFactory"),k.hasOwnProperty(c)||(k[c]=[],b.factory(c+l,["$injector","$exceptionHandler",function(a,b){var e=[];return d(k[c],function(d,f){try{var g=a.invoke(d);y(g)?g={compile:p(g)}:!g.compile&&g.link&&(g.compile=p(g.link)),g.priority=g.priority||0,g.index=f,g.name=g.name||c,g.require=i(g),g.restrict=g.restrict||"EA",g.$$moduleName=d.$$moduleName,e.push(g)}catch(a){b(a)}}),e}])),k[c].push(e)):d(c,f(a)),this},this.component=function(a,b){function c(a){function c(b){return y(b)||Wd(b)?function(c,d){return a.invoke(b,this,{$element:c,$attrs:d})}:b}var f=b.template||b.templateUrl?b.template:"",g={controller:e,controllerAs:tb(b.controller)||b.controllerAs||"$ctrl",template:c(f),templateUrl:c(b.templateUrl),transclude:b.transclude,scope:{},bindToController:b.bindings||{},restrict:"E",require:b.require};return d(b,function(a,b){"$"===b.charAt(0)&&(g[b]=a)}),g}var e=b.controller||function(){};return d(b,function(a,b){"$"===b.charAt(0)&&(c[b]=a,y(e)&&(e[b]=a))}),c.$inject=["$injector"],this.directive(a,c)},this.aHrefSanitizationWhitelist=function(a){return s(a)?(c.aHrefSanitizationWhitelist(a),this):c.aHrefSanitizationWhitelist()},this.imgSrcSanitizationWhitelist=function(a){return s(a)?(c.imgSrcSanitizationWhitelist(a),this):c.imgSrcSanitizationWhitelist()};var C=!0;this.debugInfoEnabled=function(a){return s(a)?(C=a,this):C};var D=10;this.onChangesTtl=function(a){return arguments.length?(D=a,this):D},this.$get=["$injector","$interpolate","$exceptionHandler","$templateRequest","$parse","$controller","$rootScope","$sce","$animate","$$sanitizeUri",function(b,c,e,f,h,i,p,A,E,G){function H(){try{if(!--xa)throw ta=void 0,Te("infchng","{0} $onChanges() iterations reached. Aborting!\n",D);p.$apply(function(){for(var a=[],b=0,c=ta.length;b<c;++b)try{ta[b]()}catch(b){a.push(b)}if(ta=void 0,a.length)throw a})}finally{xa++}}function I(a,b){if(b){var c,d,e,f=Object.keys(b);for(c=0,d=f.length;c<d;c++)e=f[c],this[e]=b[e]}else this.$attr={};this.$$element=a}function J(a,b,c){va.innerHTML="<span "+b+">";var d=va.firstChild.attributes,e=d[0];d.removeNamedItem(e.name),e.value=c,a.attributes.setNamedItem(e)}function K(a,b){try{a.addClass(b)}catch(a){}}function N(b,c,d,e,f){b instanceof Ld||(b=Ld(b));for(var g=/\S+/,h=0,i=b.length;h<i;h++){var j=b[h];j.nodeType===ge&&j.nodeValue.match(g)&&Ca(j,b[h]=a.document.createElement("span"))}var k=S(b,c,b,d,e,f);N.$$addScopeClass(b);var l=null;return function(a,c,d){ja(a,"scope"),f&&f.needsNewScope&&(a=a.$parent.$new()),d=d||{};var e=d.parentBoundTranscludeFn,g=d.transcludeControllers,h=d.futureParentElement;e&&e.$$boundTransclude&&(e=e.$$boundTransclude),l||(l=P(h));var i;if(i="html"!==l?Ld(la(l,Ld("<div>").append(b).html())):c?ze.clone.call(b):b,g)for(var j in g)i.data("$"+j+"Controller",g[j].instance);return N.$$addScopeInfo(i,a),c&&c(i,a),k&&k(a,i,i,e),i}}function P(a){var b=a&&a[0];return b&&"foreignobject"!==L(b)&&Rd.call(b).match(/SVG/)?"svg":"html"}function S(a,b,c,d,e,f){function g(a,c,d,e){var f,g,h,i,j,k,l,m,p;if(n){var q=c.length;for(p=new Array(q),j=0;j<o.length;j+=3)l=o[j],p[l]=c[l]}else p=c;for(j=0,k=o.length;j<k;)h=p[o[j++]],f=o[j++],g=o[j++],f?(f.scope?(i=a.$new(),N.$$addScopeInfo(Ld(h),i)):i=a,m=f.transcludeOnThisElement?T(a,f.transclude,e):!f.templateOnThisElement&&e?e:!e&&b?T(a,b):null,f(g,i,h,d,m)):g&&g(a,h.childNodes,void 0,e)}for(var h,i,j,k,l,m,n,o=[],p=0;p<a.length;p++)h=new I,i=U(a[p],[],h,0===p?d:void 0,e),j=i.length?$(i,a[p],h,b,c,null,[],[],f):null,j&&j.scope&&N.$$addScopeClass(h.$$element),l=j&&j.terminal||!(k=a[p].childNodes)||!k.length?null:S(k,j?(j.transcludeOnThisElement||!j.templateOnThisElement)&&j.transclude:b),(j||l)&&(o.push(p,j,l),m=!0,n=n||j),f=null;return m?g:null}function T(a,b,c){function d(d,e,f,g,h){return d||(d=a.$new(!1,h),d.$$transcluded=!0),
|
2 |
+
b(d,e,{parentBoundTranscludeFn:c,transcludeControllers:f,futureParentElement:g})}var e=d.$$slots=oa();for(var f in b.$$slots)b.$$slots[f]?e[f]=T(a,b.$$slots[f],c):e[f]=null;return d}function U(a,b,c,d,e){var f,g,h=a.nodeType,i=c.$attr;switch(h){case ee:ca(b,qb(L(a)),"E",d,e);for(var j,k,l,m,n,o,p=a.attributes,q=0,r=p&&p.length;q<r;q++){var s=!1,w=!1;j=p[q],k=j.name,n=Yd(j.value),m=qb(k),(o=Ba.test(m))&&(k=k.replace(Ve,"").substr(8).replace(/_(.)/g,function(a,b){return b.toUpperCase()}));var x=m.match(Da);x&&da(x[1])&&(s=k,w=k.substr(0,k.length-5)+"end",k=k.substr(0,k.length-6)),l=qb(k.toLowerCase()),i[l]=k,!o&&c.hasOwnProperty(l)||(c[l]=n,Ta(a,l)&&(c[l]=!0)),na(a,b,n,l,o),ca(b,l,"A",d,e,s,w)}if(g=a.className,t(g)&&(g=g.animVal),v(g)&&""!==g)for(;f=u.exec(g);)l=qb(f[2]),ca(b,l,"C",d,e)&&(c[l]=Yd(f[3])),g=g.substr(f.index+f[0].length);break;case ge:if(11===Kd)for(;a.parentNode&&a.nextSibling&&a.nextSibling.nodeType===ge;)a.nodeValue=a.nodeValue+a.nextSibling.nodeValue,a.parentNode.removeChild(a.nextSibling);ka(b,a.nodeValue);break;case he:V(a,b,c,d,e)}return b.sort(ga),b}function V(a,b,c,d,e){try{var f=q.exec(a.nodeValue);if(f){var g=qb(f[1]);ca(b,g,"M",d,e)&&(c[g]=Yd(f[2]))}}catch(a){}}function W(a,b,c){var d=[],e=0;if(b&&a.hasAttribute&&a.hasAttribute(b)){do{if(!a)throw Te("uterdir","Unterminated attribute, found '{0}' but no matching '{1}' found.",b,c);a.nodeType==ee&&(a.hasAttribute(b)&&e++,a.hasAttribute(c)&&e--),d.push(a),a=a.nextSibling}while(e>0)}else d.push(a);return Ld(d)}function X(a,b,c){return function(d,e,f,g,h){return e=W(e[0],b,c),a(d,e,f,g,h)}}function Z(a,b,c,d,e,f){var g;return a?N(b,c,d,e,f):function(){return g||(g=N(b,c,d,e,f),b=c=f=null),g.apply(this,arguments)}}function $(a,b,c,f,g,h,i,k,l){function m(a,b,c,d){a&&(c&&(a=X(a,c,d)),a.require=o.require,a.directiveName=p,(z===o||o.$$isolateScope)&&(a=qa(a,{isolateScope:!0})),i.push(a)),b&&(c&&(b=X(b,c,d)),b.require=o.require,b.directiveName=p,(z===o||o.$$isolateScope)&&(b=qa(b,{isolateScope:!0})),k.push(b))}function n(a,f,g,h,l){function m(a,b,c,d){var e;if(B(a)||(d=c,c=b,b=a,a=void 0),F&&(e=u),c||(c=F?C.parent():C),!d)return l(a,b,e,c,M);var f=l.$$slots[d];if(f)return f(a,b,e,c,M);if(r(f))throw Te("noslot",'No parent directive that requires a transclusion with slot name "{0}". Element: {1}',d,Y(C))}var n,o,p,q,s,u,v,C,D,E;b===g?(D=c,C=c.$$element):(C=Ld(g),D=new I(C,c)),s=f,z?q=f.$new(!0):w&&(s=f.$parent),l&&(v=m,v.$$boundTransclude=l,v.isSlotFilled=function(a){return!!l.$$slots[a]}),x&&(u=aa(C,D,v,x,q,f,z)),z&&(N.$$addScopeInfo(C,q,!0,!(A&&(A===z||A===z.$$originalDirective))),N.$$addScopeClass(C,!0),q.$$isolateBindings=z.$$isolateBindings,E=sa(f,D,q,q.$$isolateBindings,z),E.removeWatches&&q.$on("$destroy",E.removeWatches));for(var G in u){var H=x[G],J=u[G],K=H.$$bindings.bindToController;J.identifier&&K?J.bindingInfo=sa(s,D,J.instance,K,H):J.bindingInfo={};var L=J();L!==J.instance&&(J.instance=L,C.data("$"+H.name+"Controller",L),J.bindingInfo.removeWatches&&J.bindingInfo.removeWatches(),J.bindingInfo=sa(s,D,J.instance,K,H))}for(d(x,function(a,b){var c=a.require;a.bindToController&&!Wd(c)&&t(c)&&j(u[b].instance,_(b,c,C,u))}),d(u,function(a){var b=a.instance;if(y(b.$onChanges))try{b.$onChanges(a.bindingInfo.initialChanges)}catch(a){e(a)}if(y(b.$onInit))try{b.$onInit()}catch(a){e(a)}y(b.$doCheck)&&(s.$watch(function(){b.$doCheck()}),b.$doCheck()),y(b.$onDestroy)&&s.$on("$destroy",function(){b.$onDestroy()})}),n=0,o=i.length;n<o;n++)p=i[n],ra(p,p.isolateScope?q:f,C,D,p.require&&_(p.directiveName,p.require,C,u),v);var M=f;for(z&&(z.template||null===z.templateUrl)&&(M=q),a&&a(M,g.childNodes,void 0,l),n=k.length-1;n>=0;n--)p=k[n],ra(p,p.isolateScope?q:f,C,D,p.require&&_(p.directiveName,p.require,C,u),v);d(u,function(a){var b=a.instance;y(b.$postLink)&&b.$postLink()})}l=l||{};for(var o,p,q,s,u,v=-Number.MAX_VALUE,w=l.newScopeDirective,x=l.controllerDirectives,z=l.newIsolateScopeDirective,A=l.templateDirective,C=l.nonTlbTranscludeDirective,D=!1,E=!1,F=l.hasElementTranscludeDirective,G=c.$$element=Ld(b),H=h,J=f,K=!1,M=!1,O=0,P=a.length;O<P;O++){o=a[O];var S=o.$$start,T=o.$$end;if(S&&(G=W(b,S,T)),q=void 0,v>o.priority)break;if((u=o.scope)&&(o.templateUrl||(t(u)?(ia("new/isolated scope",z||w,o,G),z=o):ia("new/isolated scope",z,o,G)),w=w||o),p=o.name,!K&&(o.replace&&(o.templateUrl||o.template)||o.transclude&&!o.$$tlb)){for(var V,$=O+1;V=a[$++];)if(V.transclude&&!V.$$tlb||V.replace&&(V.templateUrl||V.template)){M=!0;break}K=!0}if(!o.templateUrl&&o.controller&&(u=o.controller,x=x||oa(),ia("'"+p+"' controller",x[p],o,G),x[p]=o),u=o.transclude)if(D=!0,o.$$tlb||(ia("transclusion",C,o,G),C=o),"element"==u)F=!0,v=o.priority,q=G,G=c.$$element=Ld(N.$$createComment(p,c[p])),b=G[0],pa(g,Q(q),b),q[0].$$parentNode=q[0].parentNode,J=Z(M,q,f,v,H&&H.name,{nonTlbTranscludeDirective:C});else{var ca=oa();if(q=Ld(Ea(b)).contents(),t(u)){q=[];var da=oa(),ga=oa();d(u,function(a,b){var c="?"===a.charAt(0);a=c?a.substring(1):a,da[a]=b,ca[b]=null,ga[b]=c}),d(G.contents(),function(a){var b=da[qb(L(a))];b?(ga[b]=!0,ca[b]=ca[b]||[],ca[b].push(a)):q.push(a)}),d(ga,function(a,b){if(!a)throw Te("reqslot","Required transclusion slot `{0}` was not filled.",b)});for(var ha in ca)ca[ha]&&(ca[ha]=Z(M,ca[ha],f))}G.empty(),J=Z(M,q,f,void 0,void 0,{needsNewScope:o.$$isolateScope||o.$$newScope}),J.$$slots=ca}if(o.template)if(E=!0,ia("template",A,o,G),A=o,u=y(o.template)?o.template(G,c):o.template,u=Aa(u),o.replace){if(H=o,q=wa(u)?[]:sb(la(o.templateNamespace,Yd(u))),b=q[0],1!=q.length||b.nodeType!==ee)throw Te("tplrt","Template for directive '{0}' must have exactly one root element. {1}",p,"");pa(g,G,b);var ja={$attr:{}},ka=U(b,[],ja),ma=a.splice(O+1,a.length-(O+1));(z||w)&&ba(ka,z,w),a=a.concat(ka).concat(ma),ea(c,ja),P=a.length}else G.html(u);if(o.templateUrl)E=!0,ia("template",A,o,G),A=o,o.replace&&(H=o),n=fa(a.splice(O,a.length-O),G,c,g,D&&J,i,k,{controllerDirectives:x,newScopeDirective:w!==o&&w,newIsolateScopeDirective:z,templateDirective:A,nonTlbTranscludeDirective:C}),P=a.length;else if(o.compile)try{s=o.compile(G,c,J);var na=o.$$originalDirective||o;y(s)?m(null,R(na,s),S,T):s&&m(R(na,s.pre),R(na,s.post),S,T)}catch(a){e(a,Y(G))}o.terminal&&(n.terminal=!0,v=Math.max(v,o.priority))}return n.scope=w&&w.scope===!0,n.transcludeOnThisElement=D,n.templateOnThisElement=E,n.transclude=J,l.hasElementTranscludeDirective=F,n}function _(a,b,c,e){var f;if(v(b)){var g=b.match(x),h=b.substring(g[0].length),i=g[1]||g[3],j="?"===g[2];if("^^"===i?c=c.parent():(f=e&&e[h],f=f&&f.instance),!f){var k="$"+h+"Controller";f=i?c.inheritedData(k):c.data(k)}if(!f&&!j)throw Te("ctreq","Controller '{0}', required by directive '{1}', can't be found!",h,a)}else if(Wd(b)){f=[];for(var l=0,m=b.length;l<m;l++)f[l]=_(a,b[l],c,e)}else t(b)&&(f={},d(b,function(b,d){f[d]=_(a,b,c,e)}));return f||null}function aa(a,b,c,d,e,f,g){var h=oa();for(var j in d){var k=d[j],l={$scope:k===g||k.$$isolateScope?e:f,$element:a,$attrs:b,$transclude:c},m=k.controller;"@"==m&&(m=b[k.name]);var n=i(m,l,!0,k.controllerAs);h[k.name]=n,a.data("$"+k.name+"Controller",n.instance)}return h}function ba(a,b,c){for(var d=0,e=a.length;d<e;d++)a[d]=m(a[d],{$$isolateScope:b,$$newScope:c})}function ca(a,c,d,f,h,i,j){if(c===h)return null;var n=null;if(k.hasOwnProperty(c))for(var o,p=b.get(c+l),q=0,s=p.length;q<s;q++)try{if(o=p[q],(r(f)||f>o.priority)&&o.restrict.indexOf(d)!=-1){if(i&&(o=m(o,{$$start:i,$$end:j})),!o.$$bindings){var u=o.$$bindings=g(o,o.name);t(u.isolateScope)&&(o.$$isolateBindings=u.isolateScope)}a.push(o),n=o}}catch(a){e(a)}return n}function da(a){if(k.hasOwnProperty(a))for(var c,d=b.get(a+l),e=0,f=d.length;e<f;e++)if(c=d[e],c.multiElement)return!0;return!1}function ea(a,b){var c=b.$attr,e=a.$attr;a.$$element;d(a,function(d,e){"$"!=e.charAt(0)&&(b[e]&&b[e]!==d&&(d+=("style"===e?";":" ")+b[e]),a.$set(e,d,!0,c[e]))}),d(b,function(b,d){a.hasOwnProperty(d)||"$"===d.charAt(0)||(a[d]=b,"class"!==d&&"style"!==d&&(e[d]=c[d]))})}function fa(a,b,c,e,g,h,i,j){var k,l,n=[],o=b[0],p=a.shift(),q=m(p,{templateUrl:null,transclude:null,replace:null,$$originalDirective:p}),r=y(p.templateUrl)?p.templateUrl(b,c):p.templateUrl,s=p.templateNamespace;return b.empty(),f(r).then(function(f){var m,u,v,w;if(f=Aa(f),p.replace){if(v=wa(f)?[]:sb(la(s,Yd(f))),m=v[0],1!=v.length||m.nodeType!==ee)throw Te("tplrt","Template for directive '{0}' must have exactly one root element. {1}",p.name,r);u={$attr:{}},pa(e,b,m);var x=U(m,[],u);t(p.scope)&&ba(x,!0),a=x.concat(a),ea(c,u)}else m=o,b.html(f);for(a.unshift(q),k=$(a,m,c,g,b,p,h,i,j),d(e,function(a,c){a==m&&(e[c]=b[0])}),l=S(b[0].childNodes,g);n.length;){var y=n.shift(),z=n.shift(),A=n.shift(),B=n.shift(),C=b[0];if(!y.$$destroyed){if(z!==o){var D=z.className;j.hasElementTranscludeDirective&&p.replace||(C=Ea(m)),pa(A,Ld(z),C),K(Ld(C),D)}w=k.transcludeOnThisElement?T(y,k.transclude,B):B,k(l,y,C,e,w)}}n=null}),function(a,b,c,d,e){var f=e;b.$$destroyed||(n?n.push(b,c,d,f):(k.transcludeOnThisElement&&(f=T(b,k.transclude,e)),k(l,b,c,d,f)))}}function ga(a,b){var c=b.priority-a.priority;return 0!==c?c:a.name!==b.name?a.name<b.name?-1:1:a.index-b.index}function ia(a,b,c,d){function e(a){return a?" (module: "+a+")":""}if(b)throw Te("multidir","Multiple directives [{0}{1}, {2}{3}] asking for {4} on: {5}",b.name,e(b.$$moduleName),c.name,e(c.$$moduleName),a,Y(d))}function ka(a,b){var d=c(b,!0);d&&a.push({priority:0,compile:function(a){var b=a.parent(),c=!!b.length;return c&&N.$$addBindingClass(b),function(a,b){var e=b.parent();c||N.$$addBindingClass(e),N.$$addBindingInfo(e,d.expressions),a.$watch(d,function(a){b[0].nodeValue=a})}}})}function la(b,c){switch(b=Gd(b||"html")){case"svg":case"math":var d=a.document.createElement("div");return d.innerHTML="<"+b+">"+c+"</"+b+">",d.childNodes[0].childNodes;default:return c}}function ma(a,b){if("srcdoc"==b)return A.HTML;var c=L(a);return"xlinkHref"==b||"form"==c&&"action"==b||"img"!=c&&("src"==b||"ngSrc"==b)?A.RESOURCE_URL:void 0}function na(a,b,d,e,f){var g=ma(a,e);f=w[e]||f;var h=c(d,!0,g,f);if(h){if("multiple"===e&&"select"===L(a))throw Te("selmulti","Binding to the 'multiple' attribute is not supported. Element: {0}",Y(a));b.push({priority:100,compile:function(){return{pre:function(a,b,i){var j=i.$$observers||(i.$$observers=oa());if(z.test(e))throw Te("nodomevents","Interpolations for HTML DOM event attributes are disallowed. Please use the ng- versions (such as ng-click instead of onclick) instead.");var k=i[e];k!==d&&(h=k&&c(k,!0,g,f),d=k),h&&(i[e]=h(a),(j[e]||(j[e]=[])).$$inter=!0,(i.$$observers&&i.$$observers[e].$$scope||a).$watch(h,function(a,b){"class"===e&&a!=b?i.$updateClass(a,b):i.$set(e,a)}))}}}})}}function pa(b,c,d){var e,f,g=c[0],h=c.length,i=g.parentNode;if(b)for(e=0,f=b.length;e<f;e++)if(b[e]==g){b[e++]=d;for(var j=e,k=j+h-1,l=b.length;j<l;j++,k++)k<l?b[j]=b[k]:delete b[j];b.length-=h-1,b.context===g&&(b.context=d);break}i&&i.replaceChild(d,g);var m=a.document.createDocumentFragment();for(e=0;e<h;e++)m.appendChild(c[e]);for(Ld.hasData(g)&&(Ld.data(d,Ld.data(g)),Ld(g).off("$destroy")),Ld.cleanData(m.querySelectorAll("*")),e=1;e<h;e++)delete c[e];c[0]=d,c.length=1}function qa(a,b){return j(function(){return a.apply(null,arguments)},a,b)}function ra(a,b,c,d,f,g){try{a(b,c,d,f,g)}catch(a){e(a,Y(c))}}function sa(a,b,e,f,g){function i(b,c,d){y(e.$onChanges)&&c!==d&&(ta||(a.$$postDigest(H),ta=[]),k||(k={},ta.push(j)),k[b]&&(d=k[b].previousValue),k[b]=new pb(d,c))}function j(){e.$onChanges(k),k=void 0}var k,l=[],m={};return d(f,function(d,f){var j,k,o,p,q,r=d.attrName,s=d.optional,t=d.mode;switch(t){case"@":s||Fd.call(b,r)||(e[f]=b[r]=void 0),b.$observe(r,function(a){if(v(a)||F(a)){var b=e[f];i(f,a,b),e[f]=a}}),b.$$observers[r].$$scope=a,j=b[r],v(j)?e[f]=c(j)(a):F(j)&&(e[f]=j),m[f]=new pb(Ue,e[f]);break;case"=":if(!Fd.call(b,r)){if(s)break;b[r]=void 0}if(s&&!b[r])break;k=h(b[r]),p=k.literal?O:function(a,b){return a===b||a!==a&&b!==b},o=k.assign||function(){throw j=e[f]=k(a),Te("nonassign","Expression '{0}' in attribute '{1}' used with directive '{2}' is non-assignable!",b[r],r,g.name)},j=e[f]=k(a);var u=function(b){return p(b,e[f])||(p(b,j)?o(a,b=e[f]):e[f]=b),j=b};u.$stateful=!0,q=d.collection?a.$watchCollection(b[r],u):a.$watch(h(b[r],u),null,k.literal),l.push(q);break;case"<":if(!Fd.call(b,r)){if(s)break;b[r]=void 0}if(s&&!b[r])break;k=h(b[r]);var w=e[f]=k(a);m[f]=new pb(Ue,e[f]),q=a.$watch(k,function(a,b){if(b===a){if(b===w)return;b=w}i(f,a,b),e[f]=a},k.literal),l.push(q);break;case"&":if(k=b.hasOwnProperty(r)?h(b[r]):n,k===n&&s)break;e[f]=function(b){return k(a,b)}}}),{initialChanges:m,removeWatches:l.length&&function(){for(var a=0,b=l.length;a<b;++a)l[a]()}}}var ta,ua=/^\w/,va=a.document.createElement("div"),xa=D;I.prototype={$normalize:qb,$addClass:function(a){a&&a.length>0&&E.addClass(this.$$element,a)},$removeClass:function(a){a&&a.length>0&&E.removeClass(this.$$element,a)},$updateClass:function(a,b){var c=rb(a,b);c&&c.length&&E.addClass(this.$$element,c);var d=rb(b,a);d&&d.length&&E.removeClass(this.$$element,d)},$set:function(a,b,c,f){var g,h=this.$$element[0],i=Ta(h,a),j=Ua(a),k=a;if(i?(this.$$element.prop(a,b),f=i):j&&(this[j]=b,k=j),this[a]=b,f?this.$attr[a]=f:(f=this.$attr[a],f||(this.$attr[a]=f=ha(a,"-"))),g=L(this.$$element),"a"===g&&("href"===a||"xlinkHref"===a)||"img"===g&&"src"===a)this[a]=b=G(b,"src"===a);else if("img"===g&&"srcset"===a&&s(b)){for(var l="",m=Yd(b),n=/(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/,o=/\s/.test(m)?n:/(,)/,p=m.split(o),q=Math.floor(p.length/2),t=0;t<q;t++){var u=2*t;l+=G(Yd(p[u]),!0),l+=" "+Yd(p[u+1])}var v=Yd(p[2*t]).split(/\s/);l+=G(Yd(v[0]),!0),2===v.length&&(l+=" "+Yd(v[1])),this[a]=b=l}c!==!1&&(null===b||r(b)?this.$$element.removeAttr(f):ua.test(f)?this.$$element.attr(f,b):J(this.$$element[0],f,b));var w=this.$$observers;w&&d(w[k],function(a){try{a(b)}catch(a){e(a)}})},$observe:function(a,b){var c=this,d=c.$$observers||(c.$$observers=oa()),e=d[a]||(d[a]=[]);return e.push(b),p.$evalAsync(function(){e.$$inter||!c.hasOwnProperty(a)||r(c[a])||b(c[a])}),function(){M(e,b)}}};var ya=c.startSymbol(),za=c.endSymbol(),Aa="{{"==ya&&"}}"==za?o:function(a){return a.replace(/\{\{/g,ya).replace(/}}/g,za)},Ba=/^ngAttr[A-Z]/,Da=/^(.+)Start$/;return N.$$addBindingInfo=C?function(a,b){var c=a.data("$binding")||[];Wd(b)?c=c.concat(b):c.push(b),a.data("$binding",c)}:n,N.$$addBindingClass=C?function(a){K(a,"ng-binding")}:n,N.$$addScopeInfo=C?function(a,b,c,d){var e=c?d?"$isolateScopeNoTemplate":"$isolateScope":"$scope";a.data(e,b)}:n,N.$$addScopeClass=C?function(a,b){K(a,b?"ng-isolate-scope":"ng-scope")}:n,N.$$createComment=function(b,c){var d="";return C&&(d=" "+(b||"")+": ",c&&(d+=c+" ")),a.document.createComment(d)},N}]}function pb(a,b){this.previousValue=a,this.currentValue=b}function qb(a){return va(a.replace(Ve,""))}function rb(a,b){var c="",d=a.split(/\s+/),e=b.split(/\s+/);a:for(var f=0;f<d.length;f++){for(var g=d[f],h=0;h<e.length;h++)if(g==e[h])continue a;c+=(c.length>0?" ":"")+g}return c}function sb(a){a=Ld(a);var b=a.length;if(b<=1)return a;for(;b--;){var c=a[b];c.nodeType===he&&Pd.call(a,b,1)}return a}function tb(a,b){if(b&&v(b))return b;if(v(a)){var c=Xe.exec(a);if(c)return c[3]}}function ub(){var a={},c=!1;this.has=function(b){return a.hasOwnProperty(b)},this.register=function(b,c){la(b,"controller"),t(b)?j(a,b):a[b]=c},this.allowGlobals=function(){c=!0},this.$get=["$injector","$window",function(d,e){function f(a,c,d,e){if(!a||!t(a.$scope))throw b("$controller")("noscp","Cannot export controller '{0}' as '{1}'! No $scope object provided via `locals`.",e,c);a.$scope[c]=d}return function(b,g,h,i){var k,l,m,n;if(h=h===!0,i&&v(i)&&(n=i),v(b)){if(l=b.match(Xe),!l)throw We("ctrlfmt","Badly formed controller string '{0}'. Must match `__name__ as __id__` or `__name__`.",b);m=l[1],n=n||l[3],b=a.hasOwnProperty(m)?a[m]:ma(g.$scope,m,!0)||(c?ma(e,m,!0):void 0),ka(b,m,!0)}if(h){var o=(Wd(b)?b[b.length-1]:b).prototype;k=Object.create(o||null),n&&f(g,n,k,m||b.name);var p;return p=j(function(){var a=d.invoke(b,k,g,m);return a!==k&&(t(a)||y(a))&&(k=a,n&&f(g,n,k,m||b.name)),k},{instance:k,identifier:n})}return k=d.instantiate(b,g,m),n&&f(g,n,k,m||b.name),k}}]}function vb(){this.$get=["$window",function(a){return Ld(a.document)}]}function wb(){this.$get=["$log",function(a){return function(b,c){a.error.apply(a,arguments)}}]}function xb(a){return t(a)?x(a)?a.toISOString():T(a):a}function yb(){this.$get=function(){return function(a){if(!a)return"";var b=[];return e(a,function(a,c){null===a||r(a)||(Wd(a)?d(a,function(a){b.push(ba(c)+"="+ba(xb(a)))}):b.push(ba(c)+"="+ba(xb(a))))}),b.join("&")}}}function zb(){this.$get=function(){return function(a){function b(a,f,g){null===a||r(a)||(Wd(a)?d(a,function(a,c){b(a,f+"["+(t(a)?c:"")+"]")}):t(a)&&!x(a)?e(a,function(a,c){b(a,f+(g?"":"[")+c+(g?"":"]"))}):c.push(ba(f)+"="+ba(xb(a))))}if(!a)return"";var c=[];return b(a,"",!0),c.join("&")}}}function Ab(a,b){if(v(a)){var c=a.replace(bf,"").trim();if(c){var d=b("Content-Type");(d&&0===d.indexOf(Ze)||Bb(c))&&(a=U(c))}}return a}function Bb(a){var b=a.match(_e);return b&&af[b[0]].test(a)}function Cb(a){function b(a,b){a&&(e[a]=e[a]?e[a]+", "+b:b)}var c,e=oa();return v(a)?d(a.split("\n"),function(a){c=a.indexOf(":"),b(Gd(Yd(a.substr(0,c))),Yd(a.substr(c+1)))}):t(a)&&d(a,function(a,c){b(Gd(c),Yd(a))}),e}function Db(a){var b;return function(c){if(b||(b=Cb(a)),c){var d=b[Gd(c)];return void 0===d&&(d=null),d}return b}}function Eb(a,b,c,e){return y(e)?e(a,b,c):(d(e,function(d){a=d(a,b,c)}),a)}function Fb(a){return 200<=a&&a<300}function Gb(){var a=this.defaults={transformResponse:[Ab],transformRequest:[function(a){return!t(a)||C(a)||E(a)||D(a)?a:T(a)}],headers:{common:{Accept:"application/json, text/plain, */*"},post:qa($e),put:qa($e),patch:qa($e)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",paramSerializer:"$httpParamSerializer"},c=!1;this.useApplyAsync=function(a){return s(a)?(c=!!a,this):c};var e=!0;this.useLegacyPromiseExtensions=function(a){return s(a)?(e=!!a,this):e};var f=this.interceptors=[];this.$get=["$httpBackend","$$cookieReader","$cacheFactory","$rootScope","$q","$injector",function(g,h,i,k,l,m){function n(c){function f(a,b){for(var c=0,d=b.length;c<d;){var e=b[c++],f=b[c++];a=a.then(e,f)}return b.length=0,a}function g(a,b){var c,e={};return d(a,function(a,d){y(a)?(c=a(b),null!=c&&(e[d]=c)):e[d]=a}),e}function h(b){var c,d,e,f=a.headers,h=j({},b.headers);f=j({},f.common,f[Gd(b.method)]);a:for(c in f){d=Gd(c);for(e in h)if(Gd(e)===d)continue a;h[c]=f[c]}return g(h,qa(b))}function i(b){var c=b.headers,e=Eb(b.data,Db(c),void 0,b.transformRequest);return r(e)&&d(c,function(a,b){"content-type"===Gd(b)&&delete c[b]}),r(b.withCredentials)&&!r(a.withCredentials)&&(b.withCredentials=a.withCredentials),q(b,e).then(k,k)}function k(a){var b=j({},a);return b.data=Eb(a.data,a.headers,a.status,n.transformResponse),Fb(a.status)?b:l.reject(b)}if(!t(c))throw b("$http")("badreq","Http request configuration must be an object. Received: {0}",c);if(!v(c.url))throw b("$http")("badreq","Http request configuration url must be a string. Received: {0}",c.url);var n=j({method:"get",transformRequest:a.transformRequest,transformResponse:a.transformResponse,paramSerializer:a.paramSerializer},c);n.headers=h(c),n.method=Hd(n.method),n.paramSerializer=v(n.paramSerializer)?m.get(n.paramSerializer):n.paramSerializer;var o=[],p=[],s=l.when(n);return d(x,function(a){(a.request||a.requestError)&&o.unshift(a.request,a.requestError),(a.response||a.responseError)&&p.push(a.response,a.responseError)}),s=f(s,o),s=s.then(i),s=f(s,p),e?(s.success=function(a){return ka(a,"fn"),s.then(function(b){a(b.data,b.status,b.headers,n)}),s},s.error=function(a){return ka(a,"fn"),s.then(null,function(b){a(b.data,b.status,b.headers,n)}),s}):(s.success=df("success"),s.error=df("error")),s}function o(a){d(arguments,function(a){n[a]=function(b,c){return n(j({},c||{},{method:a,url:b}))}})}function p(a){d(arguments,function(a){n[a]=function(b,c,d){return n(j({},d||{},{method:a,url:b,data:c}))}})}function q(b,e){function f(a){if(a){var b={};return d(a,function(a,d){b[d]=function(b){function d(){a(b)}c?k.$applyAsync(d):k.$$phase?d():k.$apply(d)}}),b}}function i(a,b,d,e){function f(){j(b,a,d,e)}p&&(Fb(a)?p.put(z,[a,b,Cb(d),e]):p.remove(z)),c?k.$applyAsync(f):(f(),k.$$phase||k.$apply())}function j(a,c,d,e){c=c>=-1?c:0,(Fb(c)?v.resolve:v.reject)({data:a,status:c,headers:Db(d),config:b,statusText:e})}function m(a){j(a.data,a.status,qa(a.headers()),a.statusText)}function o(){var a=n.pendingRequests.indexOf(b);a!==-1&&n.pendingRequests.splice(a,1)}var p,q,v=l.defer(),x=v.promise,y=b.headers,z=u(b.url,b.paramSerializer(b.params));if(n.pendingRequests.push(b),x.then(o,o),!b.cache&&!a.cache||b.cache===!1||"GET"!==b.method&&"JSONP"!==b.method||(p=t(b.cache)?b.cache:t(a.cache)?a.cache:w),p&&(q=p.get(z),s(q)?G(q)?q.then(m,m):Wd(q)?j(q[1],q[0],qa(q[2]),q[3]):j(q,200,{},"OK"):p.put(z,x)),r(q)){var A=Ic(b.url)?h()[b.xsrfCookieName||a.xsrfCookieName]:void 0;A&&(y[b.xsrfHeaderName||a.xsrfHeaderName]=A),g(b.method,z,e,i,y,b.timeout,b.withCredentials,b.responseType,f(b.eventHandlers),f(b.uploadEventHandlers))}return x}function u(a,b){return b.length>0&&(a+=(a.indexOf("?")==-1?"?":"&")+b),a}var w=i("$http");a.paramSerializer=v(a.paramSerializer)?m.get(a.paramSerializer):a.paramSerializer;var x=[];return d(f,function(a){x.unshift(v(a)?m.get(a):m.invoke(a))}),n.pendingRequests=[],o("get","delete","head","jsonp"),p("post","put","patch"),n.defaults=a,n}]}function Hb(){this.$get=function(){return function(){return new a.XMLHttpRequest}}}function Ib(){this.$get=["$browser","$jsonpCallbacks","$document","$xhrFactory",function(a,b,c,d){return Jb(a,d,a.defer,b,c[0])}]}function Jb(a,b,c,e,f){function g(a,b,c){a=a.replace("JSON_CALLBACK",b);var d=f.createElement("script"),g=null;return d.type="text/javascript",d.src=a,d.async=!0,g=function(a){oe(d,"load",g),oe(d,"error",g),f.body.removeChild(d),d=null;var h=-1,i="unknown";a&&("load"!==a.type||e.wasCalled(b)||(a={type:"error"}),i=a.type,h="error"===a.type?404:200),c&&c(h,i)},ne(d,"load",g),ne(d,"error",g),f.body.appendChild(d),g}return function(f,h,i,j,k,l,m,o,p,q){function t(){w&&w(),x&&x.abort()}function u(b,d,e,f,g){s(z)&&c.cancel(z),w=x=null,b(d,e,f,g),a.$$completeOutstandingRequest(n)}if(a.$$incOutstandingRequestCount(),h=h||a.url(),"jsonp"===Gd(f))var v=e.createCallback(h),w=g(h,v,function(a,b){var c=200===a&&e.getResponse(v);u(j,a,c,"",b),e.removeCallback(v)});else{var x=b(f,h);x.open(f,h,!0),d(k,function(a,b){s(a)&&x.setRequestHeader(b,a)}),x.onload=function(){var a=x.statusText||"",b="response"in x?x.response:x.responseText,c=1223===x.status?204:x.status;0===c&&(c=b?200:"file"==Hc(h).protocol?404:0),u(j,c,b,x.getAllResponseHeaders(),a)};var y=function(){u(j,-1,null,null,"")};if(x.onerror=y,x.onabort=y,d(p,function(a,b){x.addEventListener(b,a)}),d(q,function(a,b){x.upload.addEventListener(b,a)}),m&&(x.withCredentials=!0),o)try{x.responseType=o}catch(a){if("json"!==o)throw a}x.send(r(i)?null:i)}if(l>0)var z=c(t,l);else G(l)&&l.then(t)}}function Kb(){var a="{{",b="}}";this.startSymbol=function(b){return b?(a=b,this):a},this.endSymbol=function(a){return a?(b=a,this):b},this.$get=["$parse","$exceptionHandler","$sce",function(c,d,e){function f(a){return"\\\\\\"+a}function g(c){return c.replace(n,a).replace(o,b)}function h(a){if(null==a)return"";switch(typeof a){case"string":break;case"number":a=""+a;break;default:a=T(a)}return a}function i(a,b,c,d){var e;return e=a.$watch(function(a){return e(),d(a)},b,c)}function k(f,k,n,o){function q(a){try{return a=G(a),o&&!s(a)?a:h(a)}catch(a){d(ef.interr(f,a))}}if(!f.length||f.indexOf(a)===-1){var t;if(!k){var u=g(f);t=p(u),t.exp=f,t.expressions=[],t.$$watchDelegate=i}return t}o=!!o;for(var v,w,x,z=0,A=[],B=[],C=f.length,D=[],E=[];z<C;){if((v=f.indexOf(a,z))==-1||(w=f.indexOf(b,v+l))==-1){z!==C&&D.push(g(f.substring(z)));break}z!==v&&D.push(g(f.substring(z,v))),x=f.substring(v+l,w),A.push(x),B.push(c(x,q)),z=w+m,E.push(D.length),D.push("")}if(n&&D.length>1&&ef.throwNoconcat(f),!k||A.length){var F=function(a){for(var b=0,c=A.length;b<c;b++){if(o&&r(a[b]))return;D[E[b]]=a[b]}return D.join("")},G=function(a){return n?e.getTrusted(n,a):e.valueOf(a)};return j(function(a){var b=0,c=A.length,e=new Array(c);try{for(;b<c;b++)e[b]=B[b](a);return F(e)}catch(a){d(ef.interr(f,a))}},{exp:f,expressions:A,$$watchDelegate:function(a,b){var c;return a.$watchGroup(B,function(d,e){var f=F(d);y(b)&&b.call(this,f,d!==e?c:f,a),c=f})}})}}var l=a.length,m=b.length,n=new RegExp(a.replace(/./g,f),"g"),o=new RegExp(b.replace(/./g,f),"g");return k.startSymbol=function(){return a},k.endSymbol=function(){return b},k}]}function Lb(){this.$get=["$rootScope","$window","$q","$$q","$browser",function(a,b,c,d,e){function f(f,h,i,j){function k(){l?f.apply(null,m):f(p)}var l=arguments.length>4,m=l?Q(arguments,4):[],n=b.setInterval,o=b.clearInterval,p=0,q=s(j)&&!j,r=(q?d:c).defer(),t=r.promise;return i=s(i)?i:0,t.$$intervalId=n(function(){q?e.defer(k):a.$evalAsync(k),r.notify(p++),i>0&&p>=i&&(r.resolve(p),o(t.$$intervalId),delete g[t.$$intervalId]),q||a.$apply()},h),g[t.$$intervalId]=r,t}var g={};return f.cancel=function(a){return!!(a&&a.$$intervalId in g)&&(g[a.$$intervalId].reject("canceled"),b.clearInterval(a.$$intervalId),delete g[a.$$intervalId],!0)},f}]}function Mb(a){for(var b=a.split("/"),c=b.length;c--;)b[c]=aa(b[c]);return b.join("/")}function Nb(a,b){var c=Hc(a);b.$$protocol=c.protocol,b.$$host=c.hostname,b.$$port=l(c.port)||hf[c.protocol]||null}function Ob(a,b){var c="/"!==a.charAt(0);c&&(a="/"+a);var d=Hc(a);b.$$path=decodeURIComponent(c&&"/"===d.pathname.charAt(0)?d.pathname.substring(1):d.pathname),b.$$search=$(d.search),b.$$hash=decodeURIComponent(d.hash),b.$$path&&"/"!=b.$$path.charAt(0)&&(b.$$path="/"+b.$$path)}function Pb(a,b){return 0===a.lastIndexOf(b,0)}function Qb(a,b){if(Pb(b,a))return b.substr(a.length)}function Rb(a){var b=a.indexOf("#");return b==-1?a:a.substr(0,b)}function Sb(a){return a.replace(/(#.+)|#$/,"$1")}function Tb(a){return a.substr(0,Rb(a).lastIndexOf("/")+1)}function Ub(a){return a.substring(0,a.indexOf("/",a.indexOf("//")+2))}function Vb(a,b,c){this.$$html5=!0,c=c||"",Nb(a,this),this.$$parse=function(a){var c=Qb(b,a);if(!v(c))throw jf("ipthprfx",'Invalid url "{0}", missing path prefix "{1}".',a,b);Ob(c,this),this.$$path||(this.$$path="/"),this.$$compose()},this.$$compose=function(){var a=_(this.$$search),c=this.$$hash?"#"+aa(this.$$hash):"";this.$$url=Mb(this.$$path)+(a?"?"+a:"")+c,this.$$absUrl=b+this.$$url.substr(1)},this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g,h;return s(f=Qb(a,d))?(g=f,h=s(f=Qb(c,f))?b+(Qb("/",f)||f):a+g):s(f=Qb(b,d))?h=b+f:b==d+"/"&&(h=b),h&&this.$$parse(h),!!h}}function Wb(a,b,c){Nb(a,this),this.$$parse=function(d){function e(a,b,c){var d,e=/^\/[A-Z]:(\/.*)/;return Pb(b,c)&&(b=b.replace(c,"")),e.exec(b)?a:(d=e.exec(a),d?d[1]:a)}var f,g=Qb(a,d)||Qb(b,d);r(g)||"#"!==g.charAt(0)?this.$$html5?f=g:(f="",r(g)&&(a=d,this.replace())):(f=Qb(c,g),r(f)&&(f=g)),Ob(f,this),this.$$path=e(this.$$path,f,a),this.$$compose()},this.$$compose=function(){var b=_(this.$$search),d=this.$$hash?"#"+aa(this.$$hash):"";this.$$url=Mb(this.$$path)+(b?"?"+b:"")+d,this.$$absUrl=a+(this.$$url?c+this.$$url:"")},this.$$parseLinkUrl=function(b,c){return Rb(a)==Rb(b)&&(this.$$parse(b),!0)}}function Xb(a,b,c){this.$$html5=!0,Wb.apply(this,arguments),this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;return a==Rb(d)?f=d:(g=Qb(b,d))?f=a+c+g:b===d+"/"&&(f=b),f&&this.$$parse(f),!!f},this.$$compose=function(){var b=_(this.$$search),d=this.$$hash?"#"+aa(this.$$hash):"";this.$$url=Mb(this.$$path)+(b?"?"+b:"")+d,this.$$absUrl=a+c+this.$$url}}function Yb(a){return function(){return this[a]}}function Zb(a,b){return function(c){return r(c)?this[a]:(this[a]=b(c),this.$$compose(),this)}}function $b(){var a="",b={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(b){return s(b)?(a=b,this):a},this.html5Mode=function(a){return F(a)?(b.enabled=a,this):t(a)?(F(a.enabled)&&(b.enabled=a.enabled),F(a.requireBase)&&(b.requireBase=a.requireBase),F(a.rewriteLinks)&&(b.rewriteLinks=a.rewriteLinks),this):b},this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(c,d,e,f,g){function h(a,b,c){var e=j.url(),f=j.$$state;try{d.url(a,b,c),j.$$state=d.state()}catch(a){throw j.url(e),j.$$state=f,a}}function i(a,b){c.$broadcast("$locationChangeSuccess",j.absUrl(),a,j.$$state,b)}var j,k,l,m=d.baseHref(),n=d.url();if(b.enabled){if(!m&&b.requireBase)throw jf("nobase","$location in HTML5 mode requires a <base> tag to be present!");l=Ub(n)+(m||"/"),k=e.history?Vb:Xb}else l=Rb(n),k=Wb;var o=Tb(l);j=new k(l,o,"#"+a),j.$$parseLinkUrl(n,n),j.$$state=d.state();var p=/^\s*(javascript|mailto):/i;f.on("click",function(a){if(b.rewriteLinks&&!a.ctrlKey&&!a.metaKey&&!a.shiftKey&&2!=a.which&&2!=a.button){for(var e=Ld(a.target);"a"!==L(e[0]);)if(e[0]===f[0]||!(e=e.parent())[0])return;var h=e.prop("href"),i=e.attr("href")||e.attr("xlink:href");t(h)&&"[object SVGAnimatedString]"===h.toString()&&(h=Hc(h.animVal).href),p.test(h)||!h||e.attr("target")||a.isDefaultPrevented()||j.$$parseLinkUrl(h,i)&&(a.preventDefault(),j.absUrl()!=d.url()&&(c.$apply(),g.angular["ff-684208-preventDefault"]=!0))}}),Sb(j.absUrl())!=Sb(n)&&d.url(j.absUrl(),!0);var q=!0;return d.onUrlChange(function(a,b){return r(Qb(o,a))?void(g.location.href=a):(c.$evalAsync(function(){var d,e=j.absUrl(),f=j.$$state;a=Sb(a),j.$$parse(a),j.$$state=b,d=c.$broadcast("$locationChangeStart",a,e,b,f).defaultPrevented,j.absUrl()===a&&(d?(j.$$parse(e),j.$$state=f,h(e,!1,f)):(q=!1,i(e,f)))}),void(c.$$phase||c.$digest()))}),c.$watch(function(){var a=Sb(d.url()),b=Sb(j.absUrl()),f=d.state(),g=j.$$replace,k=a!==b||j.$$html5&&e.history&&f!==j.$$state;(q||k)&&(q=!1,c.$evalAsync(function(){var b=j.absUrl(),d=c.$broadcast("$locationChangeStart",b,a,j.$$state,f).defaultPrevented;j.absUrl()===b&&(d?(j.$$parse(a),j.$$state=f):(k&&h(b,g,f===j.$$state?null:j.$$state),i(a,f)))})),j.$$replace=!1}),j}]}function _b(){var a=!0,b=this;this.debugEnabled=function(b){return s(b)?(a=b,this):a},this.$get=["$window",function(c){function e(a){return a instanceof Error&&(a.stack?a=a.message&&a.stack.indexOf(a.message)===-1?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&&(a=a.message+"\n"+a.sourceURL+":"+a.line)),a}function f(a){var b=c.console||{},f=b[a]||b.log||n,g=!1;try{g=!!f.apply}catch(a){}return g?function(){var a=[];return d(arguments,function(b){a.push(e(b))}),f.apply(b,a)}:function(a,b){f(a,null==b?"":b)}}return{log:f("log"),info:f("info"),warn:f("warn"),error:f("error"),debug:function(){var c=f("debug");return function(){a&&c.apply(b,arguments)}}()}}]}function ac(a,b){if("__defineGetter__"===a||"__defineSetter__"===a||"__lookupGetter__"===a||"__lookupSetter__"===a||"__proto__"===a)throw lf("isecfld","Attempting to access a disallowed field in Angular expressions! Expression: {0}",b);return a}function bc(a){return a+""}function cc(a,b){if(a){if(a.constructor===a)throw lf("isecfn","Referencing Function in Angular expressions is disallowed! Expression: {0}",b);if(a.window===a)throw lf("isecwindow","Referencing the Window in Angular expressions is disallowed! Expression: {0}",b);if(a.children&&(a.nodeName||a.prop&&a.attr&&a.find))throw lf("isecdom","Referencing DOM nodes in Angular expressions is disallowed! Expression: {0}",b);if(a===Object)throw lf("isecobj","Referencing Object in Angular expressions is disallowed! Expression: {0}",b)}return a}function dc(a,b){if(a){if(a.constructor===a)throw lf("isecfn","Referencing Function in Angular expressions is disallowed! Expression: {0}",b);if(a===mf||a===nf||a===of)throw lf("isecff","Referencing call, apply or bind in Angular expressions is disallowed! Expression: {0}",b)}}function ec(a,b){if(a&&(a===(0).constructor||a===(!1).constructor||a==="".constructor||a==={}.constructor||a===[].constructor||a===Function.constructor))throw lf("isecaf","Assigning to a constructor is disallowed! Expression: {0}",b)}
|
3 |
+
function fc(a,b){return"undefined"!=typeof a?a:b}function gc(a,b){return"undefined"==typeof a?b:"undefined"==typeof b?a:a+b}function hc(a,b){var c=a(b);return!c.$stateful}function ic(a,b){var c,e;switch(a.type){case sf.Program:c=!0,d(a.body,function(a){ic(a.expression,b),c=c&&a.expression.constant}),a.constant=c;break;case sf.Literal:a.constant=!0,a.toWatch=[];break;case sf.UnaryExpression:ic(a.argument,b),a.constant=a.argument.constant,a.toWatch=a.argument.toWatch;break;case sf.BinaryExpression:ic(a.left,b),ic(a.right,b),a.constant=a.left.constant&&a.right.constant,a.toWatch=a.left.toWatch.concat(a.right.toWatch);break;case sf.LogicalExpression:ic(a.left,b),ic(a.right,b),a.constant=a.left.constant&&a.right.constant,a.toWatch=a.constant?[]:[a];break;case sf.ConditionalExpression:ic(a.test,b),ic(a.alternate,b),ic(a.consequent,b),a.constant=a.test.constant&&a.alternate.constant&&a.consequent.constant,a.toWatch=a.constant?[]:[a];break;case sf.Identifier:a.constant=!1,a.toWatch=[a];break;case sf.MemberExpression:ic(a.object,b),a.computed&&ic(a.property,b),a.constant=a.object.constant&&(!a.computed||a.property.constant),a.toWatch=[a];break;case sf.CallExpression:c=!!a.filter&&hc(b,a.callee.name),e=[],d(a.arguments,function(a){ic(a,b),c=c&&a.constant,a.constant||e.push.apply(e,a.toWatch)}),a.constant=c,a.toWatch=a.filter&&hc(b,a.callee.name)?e:[a];break;case sf.AssignmentExpression:ic(a.left,b),ic(a.right,b),a.constant=a.left.constant&&a.right.constant,a.toWatch=[a];break;case sf.ArrayExpression:c=!0,e=[],d(a.elements,function(a){ic(a,b),c=c&&a.constant,a.constant||e.push.apply(e,a.toWatch)}),a.constant=c,a.toWatch=e;break;case sf.ObjectExpression:c=!0,e=[],d(a.properties,function(a){ic(a.value,b),c=c&&a.value.constant&&!a.computed,a.value.constant||e.push.apply(e,a.value.toWatch)}),a.constant=c,a.toWatch=e;break;case sf.ThisExpression:a.constant=!1,a.toWatch=[];break;case sf.LocalsExpression:a.constant=!1,a.toWatch=[]}}function jc(a){if(1==a.length){var b=a[0].expression,c=b.toWatch;return 1!==c.length?c:c[0]!==b?c:void 0}}function kc(a){return a.type===sf.Identifier||a.type===sf.MemberExpression}function lc(a){if(1===a.body.length&&kc(a.body[0].expression))return{type:sf.AssignmentExpression,left:a.body[0].expression,right:{type:sf.NGValueParameter},operator:"="}}function mc(a){return 0===a.body.length||1===a.body.length&&(a.body[0].expression.type===sf.Literal||a.body[0].expression.type===sf.ArrayExpression||a.body[0].expression.type===sf.ObjectExpression)}function nc(a){return a.constant}function oc(a,b){this.astBuilder=a,this.$filter=b}function pc(a,b){this.astBuilder=a,this.$filter=b}function qc(a){return"constructor"==a}function rc(a){return y(a.valueOf)?a.valueOf():uf.call(a)}function sc(){var a,b,c=oa(),e=oa(),f={true:!0,false:!1,null:null,undefined:void 0};this.addLiteral=function(a,b){f[a]=b},this.setIdentifierFns=function(c,d){return a=c,b=d,this},this.$get=["$filter",function(g){function h(a,b,d){var f,h,j;switch(d=d||u,typeof a){case"string":a=a.trim(),j=a;var q=d?e:c;if(f=q[j],!f){":"===a.charAt(0)&&":"===a.charAt(1)&&(h=!0,a=a.substring(2));var s=d?t:r,v=new rf(s),w=new tf(v,g,s);f=w.parse(a),f.constant?f.$$watchDelegate=o:h?f.$$watchDelegate=f.literal?m:l:f.inputs&&(f.$$watchDelegate=k),d&&(f=i(f)),q[j]=f}return p(f,b);case"function":return p(a,b);default:return p(n,b)}}function i(a){function b(b,c,d,e){var f=u;u=!0;try{return a(b,c,d,e)}finally{u=f}}if(!a)return a;b.$$watchDelegate=a.$$watchDelegate,b.assign=i(a.assign),b.constant=a.constant,b.literal=a.literal;for(var c=0;a.inputs&&c<a.inputs.length;++c)a.inputs[c]=i(a.inputs[c]);return b.inputs=a.inputs,b}function j(a,b){return null==a||null==b?a===b:("object"!=typeof a||(a=rc(a),"object"!=typeof a))&&(a===b||a!==a&&b!==b)}function k(a,b,c,d,e){var f,g=d.inputs;if(1===g.length){var h=j;return g=g[0],a.$watch(function(a){var b=g(a);return j(b,h)||(f=d(a,void 0,void 0,[b]),h=b&&rc(b)),f},b,c,e)}for(var i=[],k=[],l=0,m=g.length;l<m;l++)i[l]=j,k[l]=null;return a.$watch(function(a){for(var b=!1,c=0,e=g.length;c<e;c++){var h=g[c](a);(b||(b=!j(h,i[c])))&&(k[c]=h,i[c]=h&&rc(h))}return b&&(f=d(a,void 0,void 0,k)),f},b,c,e)}function l(a,b,c,d){var e,f;return e=a.$watch(function(a){return d(a)},function(a,c,d){f=a,y(b)&&b.apply(this,arguments),s(a)&&d.$$postDigest(function(){s(f)&&e()})},c)}function m(a,b,c,e){function f(a){var b=!0;return d(a,function(a){s(a)||(b=!1)}),b}var g,h;return g=a.$watch(function(a){return e(a)},function(a,c,d){h=a,y(b)&&b.call(this,a,c,d),f(a)&&d.$$postDigest(function(){f(h)&&g()})},c)}function o(a,b,c,d){var e;return e=a.$watch(function(a){return e(),d(a)},b,c)}function p(a,b){if(!b)return a;var c=a.$$watchDelegate,d=!1,e=c!==m&&c!==l,f=e?function(c,e,f,g){var h=d&&g?g[0]:a(c,e,f,g);return b(h,c,e)}:function(c,d,e,f){var g=a(c,d,e,f),h=b(g,c,d);return s(g)?h:g};return a.$$watchDelegate&&a.$$watchDelegate!==k?f.$$watchDelegate=a.$$watchDelegate:b.$stateful||(f.$$watchDelegate=k,d=!a.inputs,f.inputs=a.inputs?a.inputs:[a]),f}var q=$d().noUnsafeEval,r={csp:q,expensiveChecks:!1,literals:N(f),isIdentifierStart:y(a)&&a,isIdentifierContinue:y(b)&&b},t={csp:q,expensiveChecks:!0,literals:N(f),isIdentifierStart:y(a)&&a,isIdentifierContinue:y(b)&&b},u=!1;return h.$$runningExpensiveChecks=function(){return u},h}]}function tc(){this.$get=["$rootScope","$exceptionHandler",function(a,b){return vc(function(b){a.$evalAsync(b)},b)}]}function uc(){this.$get=["$browser","$exceptionHandler",function(a,b){return vc(function(b){a.defer(b)},b)}]}function vc(a,c){function e(){this.$$state={status:0}}function f(a,b){return function(c){b.call(a,c)}}function g(a){var b,d,e;e=a.pending,a.processScheduled=!1,a.pending=void 0;for(var f=0,g=e.length;f<g;++f){d=e[f][0],b=e[f][a.status];try{y(b)?d.resolve(b(a.value)):1===a.status?d.resolve(a.value):d.reject(a.value)}catch(a){d.reject(a),c(a)}}}function h(b){!b.processScheduled&&b.pending&&(b.processScheduled=!0,a(function(){g(b)}))}function i(){this.promise=new e}function k(a){var b=new i,c=0,e=Wd(a)?[]:{};return d(a,function(a,d){c++,s(a).then(function(a){e.hasOwnProperty(d)||(e[d]=a,--c||b.resolve(e))},function(a){e.hasOwnProperty(d)||b.reject(a)})}),0===c&&b.resolve(e),b.promise}function l(a){var b=n();return d(a,function(a){s(a).then(b.resolve,b.reject)}),b.promise}var m=b("$q",TypeError),n=function(){var a=new i;return a.resolve=f(a,a.resolve),a.reject=f(a,a.reject),a.notify=f(a,a.notify),a};j(e.prototype,{then:function(a,b,c){if(r(a)&&r(b)&&r(c))return this;var d=new i;return this.$$state.pending=this.$$state.pending||[],this.$$state.pending.push([d,a,b,c]),this.$$state.status>0&&h(this.$$state),d.promise},catch:function(a){return this.then(null,a)},finally:function(a,b){return this.then(function(b){return q(b,!0,a)},function(b){return q(b,!1,a)},b)}}),j(i.prototype,{resolve:function(a){this.promise.$$state.status||(a===this.promise?this.$$reject(m("qcycle","Expected promise to be resolved with value other than itself '{0}'",a)):this.$$resolve(a))},$$resolve:function(a){function b(a){i||(i=!0,g.$$resolve(a))}function d(a){i||(i=!0,g.$$reject(a))}var e,g=this,i=!1;try{(t(a)||y(a))&&(e=a&&a.then),y(e)?(this.promise.$$state.status=-1,e.call(a,b,d,f(this,this.notify))):(this.promise.$$state.value=a,this.promise.$$state.status=1,h(this.promise.$$state))}catch(a){d(a),c(a)}},reject:function(a){this.promise.$$state.status||this.$$reject(a)},$$reject:function(a){this.promise.$$state.value=a,this.promise.$$state.status=2,h(this.promise.$$state)},notify:function(b){var d=this.promise.$$state.pending;this.promise.$$state.status<=0&&d&&d.length&&a(function(){for(var a,e,f=0,g=d.length;f<g;f++){e=d[f][0],a=d[f][3];try{e.notify(y(a)?a(b):b)}catch(a){c(a)}}})}});var o=function(a){var b=new i;return b.reject(a),b.promise},p=function(a,b){var c=new i;return b?c.resolve(a):c.reject(a),c.promise},q=function(a,b,c){var d=null;try{y(c)&&(d=c())}catch(a){return p(a,!1)}return G(d)?d.then(function(){return p(a,b)},function(a){return p(a,!1)}):p(a,b)},s=function(a,b,c,d){var e=new i;return e.resolve(a),e.promise.then(b,c,d)},u=s,v=function(a){function b(a){d.resolve(a)}function c(a){d.reject(a)}if(!y(a))throw m("norslvr","Expected resolverFn, got '{0}'",a);var d=new i;return a(b,c),d.promise};return v.prototype=e.prototype,v.defer=n,v.reject=o,v.when=s,v.resolve=u,v.all=k,v.race=l,v}function wc(){this.$get=["$window","$timeout",function(a,b){var c=a.requestAnimationFrame||a.webkitRequestAnimationFrame,d=a.cancelAnimationFrame||a.webkitCancelAnimationFrame||a.webkitCancelRequestAnimationFrame,e=!!c,f=e?function(a){var b=c(a);return function(){d(b)}}:function(a){var c=b(a,16.66,!1);return function(){b.cancel(c)}};return f.supported=e,f}]}function xc(){function a(a){function b(){this.$$watchers=this.$$nextSibling=this.$$childHead=this.$$childTail=null,this.$$listeners={},this.$$listenerCount={},this.$$watchersCount=0,this.$id=g(),this.$$ChildScope=null}return b.prototype=a,b}var e=10,f=b("$rootScope"),h=null,i=null;this.digestTtl=function(a){return arguments.length&&(e=a),e},this.$get=["$exceptionHandler","$parse","$browser",function(b,j,k){function l(a){a.currentScope.$$destroyed=!0}function m(a){9===Kd&&(a.$$childHead&&m(a.$$childHead),a.$$nextSibling&&m(a.$$nextSibling)),a.$parent=a.$$nextSibling=a.$$prevSibling=a.$$childHead=a.$$childTail=a.$root=a.$$watchers=null}function o(){this.$id=g(),this.$$phase=this.$parent=this.$$watchers=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=null,this.$root=this,this.$$destroyed=!1,this.$$listeners={},this.$$listenerCount={},this.$$watchersCount=0,this.$$isolateBindings=null}function p(a){if(z.$$phase)throw f("inprog","{0} already in progress",z.$$phase);z.$$phase=a}function q(){z.$$phase=null}function s(a,b){do a.$$watchersCount+=b;while(a=a.$parent)}function u(a,b,c){do a.$$listenerCount[c]-=b,0===a.$$listenerCount[c]&&delete a.$$listenerCount[c];while(a=a.$parent)}function v(){}function w(){for(;C.length;)try{C.shift()()}catch(a){b(a)}i=null}function x(){null===i&&(i=k.defer(function(){z.$apply(w)}))}o.prototype={constructor:o,$new:function(b,c){var d;return c=c||this,b?(d=new o,d.$root=this.$root):(this.$$ChildScope||(this.$$ChildScope=a(this)),d=new this.$$ChildScope),d.$parent=c,d.$$prevSibling=c.$$childTail,c.$$childHead?(c.$$childTail.$$nextSibling=d,c.$$childTail=d):c.$$childHead=c.$$childTail=d,(b||c!=this)&&d.$on("$destroy",l),d},$watch:function(a,b,c,d){var e=j(a);if(e.$$watchDelegate)return e.$$watchDelegate(this,b,c,e,a);var f=this,g=f.$$watchers,i={fn:b,last:v,get:e,exp:d||a,eq:!!c};return h=null,y(b)||(i.fn=n),g||(g=f.$$watchers=[]),g.unshift(i),s(this,1),function(){M(g,i)>=0&&s(f,-1),h=null}},$watchGroup:function(a,b){function c(){i=!1,j?(j=!1,b(f,f,h)):b(f,e,h)}var e=new Array(a.length),f=new Array(a.length),g=[],h=this,i=!1,j=!0;if(!a.length){var k=!0;return h.$evalAsync(function(){k&&b(f,f,h)}),function(){k=!1}}return 1===a.length?this.$watch(a[0],function(a,c,d){f[0]=a,e[0]=c,b(f,a===c?f:e,d)}):(d(a,function(a,b){var d=h.$watch(a,function(a,d){f[b]=a,e[b]=d,i||(i=!0,h.$evalAsync(c))});g.push(d)}),function(){for(;g.length;)g.shift()()})},$watchCollection:function(a,b){function d(a){f=a;var b,d,e,h,i;if(!r(f)){if(t(f))if(c(f)){g!==n&&(g=n,q=g.length=0,l++),b=f.length,q!==b&&(l++,g.length=q=b);for(var j=0;j<b;j++)i=g[j],h=f[j],e=i!==i&&h!==h,e||i===h||(l++,g[j]=h)}else{g!==o&&(g=o={},q=0,l++),b=0;for(d in f)Fd.call(f,d)&&(b++,h=f[d],i=g[d],d in g?(e=i!==i&&h!==h,e||i===h||(l++,g[d]=h)):(q++,g[d]=h,l++));if(q>b){l++;for(d in g)Fd.call(f,d)||(q--,delete g[d])}}else g!==f&&(g=f,l++);return l}}function e(){if(p?(p=!1,b(f,f,i)):b(f,h,i),k)if(t(f))if(c(f)){h=new Array(f.length);for(var a=0;a<f.length;a++)h[a]=f[a]}else{h={};for(var d in f)Fd.call(f,d)&&(h[d]=f[d])}else h=f}d.$stateful=!0;var f,g,h,i=this,k=b.length>1,l=0,m=j(a,d),n=[],o={},p=!0,q=0;return this.$watch(m,e)},$digest:function(){var a,c,d,g,j,l,m,n,o,r,s,t,u=e,x=this,C=[];p("$digest"),k.$$checkUrlChange(),this===z&&null!==i&&(k.defer.cancel(i),w()),h=null;do{n=!1,r=x;for(var E=0;E<A.length;E++){try{t=A[E],t.scope.$eval(t.expression,t.locals)}catch(a){b(a)}h=null}A.length=0;a:do{if(l=r.$$watchers)for(m=l.length;m--;)try{if(a=l[m])if(j=a.get,(c=j(r))===(d=a.last)||(a.eq?O(c,d):"number"==typeof c&&"number"==typeof d&&isNaN(c)&&isNaN(d))){if(a===h){n=!1;break a}}else n=!0,h=a,a.last=a.eq?N(c,null):c,g=a.fn,g(c,d===v?c:d,r),u<5&&(s=4-u,C[s]||(C[s]=[]),C[s].push({msg:y(a.exp)?"fn: "+(a.exp.name||a.exp.toString()):a.exp,newVal:c,oldVal:d}))}catch(a){b(a)}if(!(o=r.$$watchersCount&&r.$$childHead||r!==x&&r.$$nextSibling))for(;r!==x&&!(o=r.$$nextSibling);)r=r.$parent}while(r=o);if((n||A.length)&&!u--)throw q(),f("infdig","{0} $digest() iterations reached. Aborting!\nWatchers fired in the last 5 iterations: {1}",e,C)}while(n||A.length);for(q();D<B.length;)try{B[D++]()}catch(a){b(a)}B.length=D=0},$destroy:function(){if(!this.$$destroyed){var a=this.$parent;this.$broadcast("$destroy"),this.$$destroyed=!0,this===z&&k.$$applicationDestroyed(),s(this,-this.$$watchersCount);for(var b in this.$$listenerCount)u(this,this.$$listenerCount[b],b);a&&a.$$childHead==this&&(a.$$childHead=this.$$nextSibling),a&&a.$$childTail==this&&(a.$$childTail=this.$$prevSibling),this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling),this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling),this.$destroy=this.$digest=this.$apply=this.$evalAsync=this.$applyAsync=n,this.$on=this.$watch=this.$watchGroup=function(){return n},this.$$listeners={},this.$$nextSibling=null,m(this)}},$eval:function(a,b){return j(a)(this,b)},$evalAsync:function(a,b){z.$$phase||A.length||k.defer(function(){A.length&&z.$digest()}),A.push({scope:this,expression:j(a),locals:b})},$$postDigest:function(a){B.push(a)},$apply:function(a){try{p("$apply");try{return this.$eval(a)}finally{q()}}catch(a){b(a)}finally{try{z.$digest()}catch(a){throw b(a),a}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&C.push(b),a=j(a),x()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]),c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=0),d.$$listenerCount[a]++;while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);d!==-1&&(c[d]=null,u(e,1,a))}},$emit:function(a,c){var d,e,f,g=[],h=this,i=!1,j={name:a,targetScope:h,stopPropagation:function(){i=!0},preventDefault:function(){j.defaultPrevented=!0},defaultPrevented:!1},k=P([j],arguments,1);do{for(d=h.$$listeners[a]||g,j.currentScope=h,e=0,f=d.length;e<f;e++)if(d[e])try{d[e].apply(null,k)}catch(a){b(a)}else d.splice(e,1),e--,f--;if(i)return j.currentScope=null,j;h=h.$parent}while(h);return j.currentScope=null,j},$broadcast:function(a,c){var d=this,e=d,f=d,g={name:a,targetScope:d,preventDefault:function(){g.defaultPrevented=!0},defaultPrevented:!1};if(!d.$$listenerCount[a])return g;for(var h,i,j,k=P([g],arguments,1);e=f;){for(g.currentScope=e,h=e.$$listeners[a]||[],i=0,j=h.length;i<j;i++)if(h[i])try{h[i].apply(null,k)}catch(a){b(a)}else h.splice(i,1),i--,j--;if(!(f=e.$$listenerCount[a]&&e.$$childHead||e!==d&&e.$$nextSibling))for(;e!==d&&!(f=e.$$nextSibling);)e=e.$parent}return g.currentScope=null,g}};var z=new o,A=z.$$asyncQueue=[],B=z.$$postDigestQueue=[],C=z.$$applyAsyncQueue=[],D=0;return z}]}function yc(){var a=/^\s*(https?|ftp|mailto|tel|file):/,b=/^\s*((https?|ftp|file|blob):|data:image\/)/;this.aHrefSanitizationWhitelist=function(b){return s(b)?(a=b,this):a},this.imgSrcSanitizationWhitelist=function(a){return s(a)?(b=a,this):b},this.$get=function(){return function(c,d){var e,f=d?b:a;return e=Hc(c).href,""===e||e.match(f)?c:"unsafe:"+e}}}function zc(a){if("self"===a)return a;if(v(a)){if(a.indexOf("***")>-1)throw vf("iwcard","Illegal sequence *** in string matcher. String: {0}",a);return a=Zd(a).replace("\\*\\*",".*").replace("\\*","[^:/.?&;]*"),new RegExp("^"+a+"$")}if(z(a))return new RegExp("^"+a.source+"$");throw vf("imatcher",'Matchers may only be "self", string patterns or RegExp objects')}function Ac(a){var b=[];return s(a)&&d(a,function(a){b.push(zc(a))}),b}function Bc(){this.SCE_CONTEXTS=wf;var a=["self"],b=[];this.resourceUrlWhitelist=function(b){return arguments.length&&(a=Ac(b)),a},this.resourceUrlBlacklist=function(a){return arguments.length&&(b=Ac(a)),b},this.$get=["$injector",function(c){function d(a,b){return"self"===a?Ic(b):!!a.exec(b.href)}function e(c){var e,f,g=Hc(c.toString()),h=!1;for(e=0,f=a.length;e<f;e++)if(d(a[e],g)){h=!0;break}if(h)for(e=0,f=b.length;e<f;e++)if(d(b[e],g)){h=!1;break}return h}function f(a){var b=function(a){this.$$unwrapTrustedValue=function(){return a}};return a&&(b.prototype=new a),b.prototype.valueOf=function(){return this.$$unwrapTrustedValue()},b.prototype.toString=function(){return this.$$unwrapTrustedValue().toString()},b}function g(a,b){var c=l.hasOwnProperty(a)?l[a]:null;if(!c)throw vf("icontext","Attempted to trust a value in invalid context. Context: {0}; Value: {1}",a,b);if(null===b||r(b)||""===b)return b;if("string"!=typeof b)throw vf("itype","Attempted to trust a non-string value in a content requiring a string: Context: {0}",a);return new c(b)}function h(a){return a instanceof k?a.$$unwrapTrustedValue():a}function i(a,b){if(null===b||r(b)||""===b)return b;var c=l.hasOwnProperty(a)?l[a]:null;if(c&&b instanceof c)return b.$$unwrapTrustedValue();if(a===wf.RESOURCE_URL){if(e(b))return b;throw vf("insecurl","Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}",b.toString())}if(a===wf.HTML)return j(b);throw vf("unsafe","Attempting to use an unsafe value in a safe context.")}var j=function(a){throw vf("unsafe","Attempting to use an unsafe value in a safe context.")};c.has("$sanitize")&&(j=c.get("$sanitize"));var k=f(),l={};return l[wf.HTML]=f(k),l[wf.CSS]=f(k),l[wf.URL]=f(k),l[wf.JS]=f(k),l[wf.RESOURCE_URL]=f(l[wf.URL]),{trustAs:g,getTrusted:i,valueOf:h}}]}function Cc(){var a=!0;this.enabled=function(b){return arguments.length&&(a=!!b),a},this.$get=["$parse","$sceDelegate",function(b,c){if(a&&Kd<8)throw vf("iequirks","Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks mode. You can fix this by adding the text <!doctype html> to the top of your HTML document. See http://docs.angularjs.org/api/ng.$sce for more information.");var e=qa(wf);e.isEnabled=function(){return a},e.trustAs=c.trustAs,e.getTrusted=c.getTrusted,e.valueOf=c.valueOf,a||(e.trustAs=e.getTrusted=function(a,b){return b},e.valueOf=o),e.parseAs=function(a,c){var d=b(c);return d.literal&&d.constant?d:b(c,function(b){return e.getTrusted(a,b)})};var f=e.parseAs,g=e.getTrusted,h=e.trustAs;return d(wf,function(a,b){var c=Gd(b);e[va("parse_as_"+c)]=function(b){return f(a,b)},e[va("get_trusted_"+c)]=function(b){return g(a,b)},e[va("trust_as_"+c)]=function(b){return h(a,b)}}),e}]}function Dc(){this.$get=["$window","$document",function(a,b){var c,d,e={},f=a.chrome&&a.chrome.app&&a.chrome.app.runtime,g=!f&&a.history&&a.history.pushState,h=l((/android (\d+)/.exec(Gd((a.navigator||{}).userAgent))||[])[1]),i=/Boxee/i.test((a.navigator||{}).userAgent),j=b[0]||{},k=/^(Moz|webkit|ms)(?=[A-Z])/,m=j.body&&j.body.style,n=!1,o=!1;if(m){for(var p in m)if(d=k.exec(p)){c=d[0],c=c[0].toUpperCase()+c.substr(1);break}c||(c="WebkitOpacity"in m&&"webkit"),n=!!("transition"in m||c+"Transition"in m),o=!!("animation"in m||c+"Animation"in m),!h||n&&o||(n=v(m.webkitTransition),o=v(m.webkitAnimation))}return{history:!(!g||h<4||i),hasEvent:function(a){if("input"===a&&Kd<=11)return!1;if(r(e[a])){var b=j.createElement("div");e[a]="on"+a in b}return e[a]},csp:$d(),vendorPrefix:c,transitions:n,animations:o,android:h}}]}function Ec(){var a;this.httpOptions=function(b){return b?(a=b,this):a},this.$get=["$templateCache","$http","$q","$sce",function(b,c,d,e){function f(g,h){function i(a){if(!h)throw xf("tpload","Failed to load template: {0} (HTTP status: {1} {2})",g,a.status,a.statusText);return d.reject(a)}f.totalPendingRequests++,v(g)&&!r(b.get(g))||(g=e.getTrustedResourceUrl(g));var k=c.defaults&&c.defaults.transformResponse;return Wd(k)?k=k.filter(function(a){return a!==Ab}):k===Ab&&(k=null),c.get(g,j({cache:b,transformResponse:k},a)).finally(function(){f.totalPendingRequests--}).then(function(a){return b.put(g,a.data),a.data},i)}return f.totalPendingRequests=0,f}]}function Fc(){this.$get=["$rootScope","$browser","$location",function(a,b,c){var e={};return e.findBindings=function(a,b,c){var e=a.getElementsByClassName("ng-binding"),f=[];return d(e,function(a){var e=Ud.element(a).data("$binding");e&&d(e,function(d){if(c){var e=new RegExp("(^|\\s)"+Zd(b)+"(\\s|\\||$)");e.test(d)&&f.push(a)}else d.indexOf(b)!=-1&&f.push(a)})}),f},e.findModels=function(a,b,c){for(var d=["ng-","data-ng-","ng\\:"],e=0;e<d.length;++e){var f=c?"=":"*=",g="["+d[e]+"model"+f+'"'+b+'"]',h=a.querySelectorAll(g);if(h.length)return h}},e.getLocation=function(){return c.url()},e.setLocation=function(b){b!==c.url()&&(c.url(b),a.$digest())},e.whenStable=function(a){b.notifyWhenNoOutstandingRequests(a)},e}]}function Gc(){this.$get=["$rootScope","$browser","$q","$$q","$exceptionHandler",function(a,b,c,d,e){function f(f,h,i){y(f)||(i=h,h=f,f=n);var j,k=Q(arguments,3),l=s(i)&&!i,m=(l?d:c).defer(),o=m.promise;return j=b.defer(function(){try{m.resolve(f.apply(null,k))}catch(a){m.reject(a),e(a)}finally{delete g[o.$$timeoutId]}l||a.$apply()},h),o.$$timeoutId=j,g[j]=m,o}var g={};return f.cancel=function(a){return!!(a&&a.$$timeoutId in g)&&(g[a.$$timeoutId].reject("canceled"),delete g[a.$$timeoutId],b.defer.cancel(a.$$timeoutId))},f}]}function Hc(a){var b=a;return Kd&&(yf.setAttribute("href",b),b=yf.href),yf.setAttribute("href",b),{href:yf.href,protocol:yf.protocol?yf.protocol.replace(/:$/,""):"",host:yf.host,search:yf.search?yf.search.replace(/^\?/,""):"",hash:yf.hash?yf.hash.replace(/^#/,""):"",hostname:yf.hostname,port:yf.port,pathname:"/"===yf.pathname.charAt(0)?yf.pathname:"/"+yf.pathname}}function Ic(a){var b=v(a)?Hc(a):a;return b.protocol===zf.protocol&&b.host===zf.host}function Jc(){this.$get=p(a)}function Kc(a){function b(a){try{return decodeURIComponent(a)}catch(b){return a}}var c=a[0]||{},d={},e="";return function(){var a,f,g,h,i,j=c.cookie||"";if(j!==e)for(e=j,a=e.split("; "),d={},g=0;g<a.length;g++)f=a[g],h=f.indexOf("="),h>0&&(i=b(f.substring(0,h)),r(d[i])&&(d[i]=b(f.substring(h+1))));return d}}function Lc(){this.$get=Kc}function Mc(a){function b(e,f){if(t(e)){var g={};return d(e,function(a,c){g[c]=b(c,a)}),g}return a.factory(e+c,f)}var c="Filter";this.register=b,this.$get=["$injector",function(a){return function(b){return a.get(b+c)}}],b("currency",Rc),b("date",ed),b("filter",Nc),b("json",fd),b("limitTo",gd),b("lowercase",Gf),b("number",Sc),b("orderBy",id),b("uppercase",Hf)}function Nc(){return function(a,d,e,f){if(!c(a)){if(null==a)return a;throw b("filter")("notarray","Expected array but received: {0}",a)}f=f||"$";var g,h,i=Qc(d);switch(i){case"function":g=d;break;case"boolean":case"null":case"number":case"string":h=!0;case"object":g=Oc(d,e,f,h);break;default:return a}return Array.prototype.filter.call(a,g)}}function Oc(a,b,c,d){var e,f=t(a)&&c in a;return b===!0?b=O:y(b)||(b=function(a,b){return!r(a)&&(null===a||null===b?a===b:!(t(b)||t(a)&&!q(a))&&(a=Gd(""+a),b=Gd(""+b),a.indexOf(b)!==-1))}),e=function(e){return f&&!t(e)?Pc(e,a[c],b,c,!1):Pc(e,a,b,c,d)}}function Pc(a,b,c,d,e,f){var g=Qc(a),h=Qc(b);if("string"===h&&"!"===b.charAt(0))return!Pc(a,b.substring(1),c,d,e);if(Wd(a))return a.some(function(a){return Pc(a,b,c,d,e)});switch(g){case"object":var i;if(e){for(i in a)if("$"!==i.charAt(0)&&Pc(a[i],b,c,d,!0))return!0;return!f&&Pc(a,b,c,d,!1)}if("object"===h){for(i in b){var j=b[i];if(!y(j)&&!r(j)){var k=i===d,l=k?a:a[i];if(!Pc(l,j,c,d,k,k))return!1}}return!0}return c(a,b);case"function":return!1;default:return c(a,b)}}function Qc(a){return null===a?"null":typeof a}function Rc(a){var b=a.NUMBER_FORMATS;return function(a,c,d){return r(c)&&(c=b.CURRENCY_SYM),r(d)&&(d=b.PATTERNS[1].maxFrac),null==a?a:Vc(a,b.PATTERNS[1],b.GROUP_SEP,b.DECIMAL_SEP,d).replace(/\u00A4/g,c)}}function Sc(a){var b=a.NUMBER_FORMATS;return function(a,c){return null==a?a:Vc(a,b.PATTERNS[0],b.GROUP_SEP,b.DECIMAL_SEP,c)}}function Tc(a){var b,c,d,e,f,g=0;for((c=a.indexOf(Bf))>-1&&(a=a.replace(Bf,"")),(d=a.search(/e/i))>0?(c<0&&(c=d),c+=+a.slice(d+1),a=a.substring(0,d)):c<0&&(c=a.length),d=0;a.charAt(d)==Cf;d++);if(d==(f=a.length))b=[0],c=1;else{for(f--;a.charAt(f)==Cf;)f--;for(c-=d,b=[],e=0;d<=f;d++,e++)b[e]=+a.charAt(d)}return c>Af&&(b=b.splice(0,Af-1),g=c-1,c=1),{d:b,e:g,i:c}}function Uc(a,b,c,d){var e=a.d,f=e.length-a.i;b=r(b)?Math.min(Math.max(c,f),d):+b;var g=b+a.i,h=e[g];if(g>0){e.splice(Math.max(a.i,g));for(var i=g;i<e.length;i++)e[i]=0}else{f=Math.max(0,f),a.i=1,e.length=Math.max(1,g=b+1),e[0]=0;for(var j=1;j<g;j++)e[j]=0}if(h>=5)if(g-1<0){for(var k=0;k>g;k--)e.unshift(0),a.i++;e.unshift(1),a.i++}else e[g-1]++;for(;f<Math.max(0,b);f++)e.push(0);var l=e.reduceRight(function(a,b,c,d){return b+=a,d[c]=b%10,Math.floor(b/10)},0);l&&(e.unshift(l),a.i++)}function Vc(a,b,c,d,e){if(!v(a)&&!w(a)||isNaN(a))return"";var f,g=!isFinite(a),h=!1,i=Math.abs(a)+"",j="";if(g)j="∞";else{f=Tc(i),Uc(f,e,b.minFrac,b.maxFrac);var k=f.d,l=f.i,m=f.e,n=[];for(h=k.reduce(function(a,b){return a&&!b},!0);l<0;)k.unshift(0),l++;l>0?n=k.splice(l,k.length):(n=k,k=[0]);var o=[];for(k.length>=b.lgSize&&o.unshift(k.splice(-b.lgSize,k.length).join(""));k.length>b.gSize;)o.unshift(k.splice(-b.gSize,k.length).join(""));k.length&&o.unshift(k.join("")),j=o.join(c),n.length&&(j+=d+n.join("")),m&&(j+="e+"+m)}return a<0&&!h?b.negPre+j+b.negSuf:b.posPre+j+b.posSuf}function Wc(a,b,c,d){var e="";for((a<0||d&&a<=0)&&(d?a=-a+1:(a=-a,e="-")),a=""+a;a.length<b;)a=Cf+a;return c&&(a=a.substr(a.length-b)),e+a}function Xc(a,b,c,d,e){return c=c||0,function(f){var g=f["get"+a]();return(c>0||g>-c)&&(g+=c),0===g&&c==-12&&(g=12),Wc(g,b,d,e)}}function Yc(a,b,c){return function(d,e){var f=d["get"+a](),g=(c?"STANDALONE":"")+(b?"SHORT":""),h=Hd(g+a);return e[h][f]}}function Zc(a,b,c){var d=-1*c,e=d>=0?"+":"";return e+=Wc(Math[d>0?"floor":"ceil"](d/60),2)+Wc(Math.abs(d%60),2)}function $c(a){var b=new Date(a,0,1).getDay();return new Date(a,0,(b<=4?5:12)-b)}function _c(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate()+(4-a.getDay()))}function ad(a){return function(b){var c=$c(b.getFullYear()),d=_c(b),e=+d-+c,f=1+Math.round(e/6048e5);return Wc(f,a)}}function bd(a,b){return a.getHours()<12?b.AMPMS[0]:b.AMPMS[1]}function cd(a,b){return a.getFullYear()<=0?b.ERAS[0]:b.ERAS[1]}function dd(a,b){return a.getFullYear()<=0?b.ERANAMES[0]:b.ERANAMES[1]}function ed(a){function b(a){var b;if(b=a.match(c)){var d=new Date(0),e=0,f=0,g=b[8]?d.setUTCFullYear:d.setFullYear,h=b[8]?d.setUTCHours:d.setHours;b[9]&&(e=l(b[9]+b[10]),f=l(b[9]+b[11])),g.call(d,l(b[1]),l(b[2])-1,l(b[3]));var i=l(b[4]||0)-e,j=l(b[5]||0)-f,k=l(b[6]||0),m=Math.round(1e3*parseFloat("0."+(b[7]||0)));return h.call(d,i,j,k,m),d}return a}var c=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,e,f){var g,h,i="",j=[];if(e=e||"mediumDate",e=a.DATETIME_FORMATS[e]||e,v(c)&&(c=Ff.test(c)?l(c):b(c)),w(c)&&(c=new Date(c)),!x(c)||!isFinite(c.getTime()))return c;for(;e;)h=Ef.exec(e),h?(j=P(j,h,1),e=j.pop()):(j.push(e),e=null);var k=c.getTimezoneOffset();return f&&(k=V(f,k),c=X(c,f,!0)),d(j,function(b){g=Df[b],i+=g?g(c,a.DATETIME_FORMATS,k):"''"===b?"'":b.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}}function fd(){return function(a,b){return r(b)&&(b=2),T(a,b)}}function gd(){return function(a,b,d){return b=Math.abs(Number(b))===1/0?Number(b):l(b),isNaN(b)?a:(w(a)&&(a=a.toString()),c(a)?(d=!d||isNaN(d)?0:l(d),d=d<0?Math.max(0,a.length+d):d,b>=0?hd(a,d,d+b):0===d?hd(a,b,a.length):hd(a,Math.max(0,d+b),d)):a)}}function hd(a,b,c){return v(a)?a.slice(b,c):Od.call(a,b,c)}function id(a){function d(b){return b.map(function(b){var c=1,d=o;if(y(b))d=b;else if(v(b)&&("+"!=b.charAt(0)&&"-"!=b.charAt(0)||(c="-"==b.charAt(0)?-1:1,b=b.substring(1)),""!==b&&(d=a(b),d.constant))){var e=d();d=function(a){return a[e]}}return{get:d,descending:c}})}function e(a){switch(typeof a){case"number":case"boolean":case"string":return!0;default:return!1}}function f(a){return y(a.valueOf)&&(a=a.valueOf(),e(a))?a:q(a)&&(a=a.toString(),e(a))?a:a}function g(a,b){var c=typeof a;return null===a?(c="string",a="null"):"object"===c&&(a=f(a)),{value:a,type:c,index:b}}function h(a,b){var c=0,d=a.type,e=b.type;if(d===e){var f=a.value,g=b.value;"string"===d?(f=f.toLowerCase(),g=g.toLowerCase()):"object"===d&&(t(f)&&(f=a.index),t(g)&&(g=b.index)),f!==g&&(c=f<g?-1:1)}else c=d<e?-1:1;return c}return function(a,e,f,i){function j(a,b){return{value:a,tieBreaker:{value:b,type:"number",index:b},predicateValues:l.map(function(c){return g(c.get(a),b)})}}function k(a,b){for(var c=0,d=l.length;c<d;c++){var e=n(a.predicateValues[c],b.predicateValues[c]);if(e)return e*l[c].descending*m}return n(a.tieBreaker,b.tieBreaker)*m}if(null==a)return a;if(!c(a))throw b("orderBy")("notarray","Expected array but received: {0}",a);Wd(e)||(e=[e]),0===e.length&&(e=["+"]);var l=d(e),m=f?-1:1,n=y(i)?i:h,o=Array.prototype.map.call(a,j);return o.sort(k),a=o.map(function(a){return a.value})}}function jd(a){return y(a)&&(a={link:a}),a.restrict=a.restrict||"AC",p(a)}function kd(a,b){a.$name=b}function ld(a,b,c,e,f){var g=this,h=[];g.$error={},g.$$success={},g.$pending=void 0,g.$name=f(b.name||b.ngForm||"")(c),g.$dirty=!1,g.$pristine=!0,g.$valid=!0,g.$invalid=!1,g.$submitted=!1,g.$$parentForm=Kf,g.$rollbackViewValue=function(){d(h,function(a){a.$rollbackViewValue()})},g.$commitViewValue=function(){d(h,function(a){a.$commitViewValue()})},g.$addControl=function(a){la(a.$name,"input"),h.push(a),a.$name&&(g[a.$name]=a),a.$$parentForm=g},g.$$renameControl=function(a,b){var c=a.$name;g[c]===a&&delete g[c],g[b]=a,a.$name=b},g.$removeControl=function(a){a.$name&&g[a.$name]===a&&delete g[a.$name],d(g.$pending,function(b,c){g.$setValidity(c,null,a)}),d(g.$error,function(b,c){g.$setValidity(c,null,a)}),d(g.$$success,function(b,c){g.$setValidity(c,null,a)}),M(h,a),a.$$parentForm=Kf},Ad({ctrl:this,$element:a,set:function(a,b,c){var d=a[b];if(d){var e=d.indexOf(c);e===-1&&d.push(c)}else a[b]=[c]},unset:function(a,b,c){var d=a[b];d&&(M(d,c),0===d.length&&delete a[b])},$animate:e}),g.$setDirty=function(){e.removeClass(a,ug),e.addClass(a,vg),g.$dirty=!0,g.$pristine=!1,g.$$parentForm.$setDirty()},g.$setPristine=function(){e.setClass(a,ug,vg+" "+Lf),g.$dirty=!1,g.$pristine=!0,g.$submitted=!1,d(h,function(a){a.$setPristine()})},g.$setUntouched=function(){d(h,function(a){a.$setUntouched()})},g.$setSubmitted=function(){e.addClass(a,Lf),g.$submitted=!0,g.$$parentForm.$setSubmitted()}}function md(a){a.$formatters.push(function(b){return a.$isEmpty(b)?b:b.toString()})}function nd(a,b,c,d,e,f){od(a,b,c,d,e,f),md(d)}function od(a,b,c,d,e,f){var g=Gd(b[0].type);if(!e.android){var h=!1;b.on("compositionstart",function(){h=!0}),b.on("compositionend",function(){h=!1,j()})}var i,j=function(a){if(i&&(f.defer.cancel(i),i=null),!h){var e=b.val(),j=a&&a.type;"password"===g||c.ngTrim&&"false"===c.ngTrim||(e=Yd(e)),(d.$viewValue!==e||""===e&&d.$$hasNativeValidators)&&d.$setViewValue(e,j)}};if(e.hasEvent("input"))b.on("input",j);else{var k=function(a,b,c){i||(i=f.defer(function(){i=null,b&&b.value===c||j(a)}))};b.on("keydown",function(a){var b=a.keyCode;91===b||15<b&&b<19||37<=b&&b<=40||k(a,this,this.value)}),e.hasEvent("paste")&&b.on("paste cut",k)}b.on("change",j),Zf[g]&&d.$$hasNativeValidators&&g===c.type&&b.on(Yf,function(a){if(!i){var b=this[Ed],c=b.badInput,d=b.typeMismatch;i=f.defer(function(){i=null,b.badInput===c&&b.typeMismatch===d||j(a)})}}),d.$render=function(){var a=d.$isEmpty(d.$viewValue)?"":d.$viewValue;b.val()!==a&&b.val(a)}}function pd(a,b){if(x(a))return a;if(v(a)){Vf.lastIndex=0;var c=Vf.exec(a);if(c){var d=+c[1],e=+c[2],f=0,g=0,h=0,i=0,j=$c(d),k=7*(e-1);return b&&(f=b.getHours(),g=b.getMinutes(),h=b.getSeconds(),i=b.getMilliseconds()),new Date(d,0,j.getDate()+k,f,g,h,i)}}return NaN;
|
4 |
+
}function qd(a,b){return function(c,e){var f,g;if(x(c))return c;if(v(c)){if('"'==c.charAt(0)&&'"'==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1)),Pf.test(c))return new Date(c);if(a.lastIndex=0,f=a.exec(c))return f.shift(),g=e?{yyyy:e.getFullYear(),MM:e.getMonth()+1,dd:e.getDate(),HH:e.getHours(),mm:e.getMinutes(),ss:e.getSeconds(),sss:e.getMilliseconds()/1e3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},d(f,function(a,c){c<b.length&&(g[b[c]]=+a)}),new Date(g.yyyy,g.MM-1,g.dd,g.HH,g.mm,g.ss||0,1e3*g.sss||0)}return NaN}}function rd(a,b,c,d){return function(e,f,g,h,i,j,k){function l(a){return a&&!(a.getTime&&a.getTime()!==a.getTime())}function m(a){return s(a)&&!x(a)?c(a)||void 0:a}sd(e,f,g,h),od(e,f,g,h,i,j);var n,o=h&&h.$options&&h.$options.timezone;if(h.$$parserName=a,h.$parsers.push(function(a){if(h.$isEmpty(a))return null;if(b.test(a)){var d=c(a,n);return o&&(d=X(d,o)),d}}),h.$formatters.push(function(a){if(a&&!x(a))throw Bg("datefmt","Expected `{0}` to be a date",a);return l(a)?(n=a,n&&o&&(n=X(n,o,!0)),k("date")(a,d,o)):(n=null,"")}),s(g.min)||g.ngMin){var p;h.$validators.min=function(a){return!l(a)||r(p)||c(a)>=p},g.$observe("min",function(a){p=m(a),h.$validate()})}if(s(g.max)||g.ngMax){var q;h.$validators.max=function(a){return!l(a)||r(q)||c(a)<=q},g.$observe("max",function(a){q=m(a),h.$validate()})}}}function sd(a,b,c,d){var e=b[0],f=d.$$hasNativeValidators=t(e.validity);f&&d.$parsers.push(function(a){var c=b.prop(Ed)||{};return c.badInput||c.typeMismatch?void 0:a})}function td(a,b,c,d,e,f){if(sd(a,b,c,d),od(a,b,c,d,e,f),d.$$parserName="number",d.$parsers.push(function(a){return d.$isEmpty(a)?null:Sf.test(a)?parseFloat(a):void 0}),d.$formatters.push(function(a){if(!d.$isEmpty(a)){if(!w(a))throw Bg("numfmt","Expected `{0}` to be a number",a);a=a.toString()}return a}),s(c.min)||c.ngMin){var g;d.$validators.min=function(a){return d.$isEmpty(a)||r(g)||a>=g},c.$observe("min",function(a){s(a)&&!w(a)&&(a=parseFloat(a)),g=w(a)&&!isNaN(a)?a:void 0,d.$validate()})}if(s(c.max)||c.ngMax){var h;d.$validators.max=function(a){return d.$isEmpty(a)||r(h)||a<=h},c.$observe("max",function(a){s(a)&&!w(a)&&(a=parseFloat(a)),h=w(a)&&!isNaN(a)?a:void 0,d.$validate()})}}function ud(a,b,c,d,e,f){od(a,b,c,d,e,f),md(d),d.$$parserName="url",d.$validators.url=function(a,b){var c=a||b;return d.$isEmpty(c)||Qf.test(c)}}function vd(a,b,c,d,e,f){od(a,b,c,d,e,f),md(d),d.$$parserName="email",d.$validators.email=function(a,b){var c=a||b;return d.$isEmpty(c)||Rf.test(c)}}function wd(a,b,c,d){r(c.name)&&b.attr("name",g());var e=function(a){b[0].checked&&d.$setViewValue(c.value,a&&a.type)};b.on("click",e),d.$render=function(){var a=c.value;b[0].checked=a==d.$viewValue},c.$observe("value",d.$render)}function xd(a,b,c,d,e){var f;if(s(d)){if(f=a(d),!f.constant)throw Bg("constexpr","Expected constant expression for `{0}`, but saw `{1}`.",c,d);return f(b)}return e}function yd(a,b,c,d,e,f,g,h){var i=xd(h,a,"ngTrueValue",c.ngTrueValue,!0),j=xd(h,a,"ngFalseValue",c.ngFalseValue,!1),k=function(a){d.$setViewValue(b[0].checked,a&&a.type)};b.on("click",k),d.$render=function(){b[0].checked=d.$viewValue},d.$isEmpty=function(a){return a===!1},d.$formatters.push(function(a){return O(a,i)}),d.$parsers.push(function(a){return a?i:j})}function zd(a,b){return a="ngClass"+a,["$animate",function(c){function e(a,b){var c=[];a:for(var d=0;d<a.length;d++){for(var e=a[d],f=0;f<b.length;f++)if(e==b[f])continue a;c.push(e)}return c}function f(a){var b=[];return Wd(a)?(d(a,function(a){b=b.concat(f(a))}),b):v(a)?a.split(" "):t(a)?(d(a,function(a,c){a&&(b=b.concat(c.split(" ")))}),b):a}return{restrict:"AC",link:function(g,h,i){function j(a){var b=l(a,1);i.$addClass(b)}function k(a){var b=l(a,-1);i.$removeClass(b)}function l(a,b){var c=h.data("$classCounts")||oa(),e=[];return d(a,function(a){(b>0||c[a])&&(c[a]=(c[a]||0)+b,c[a]===+(b>0)&&e.push(a))}),h.data("$classCounts",c),e.join(" ")}function m(a,b){var d=e(b,a),f=e(a,b);d=l(d,1),f=l(f,-1),d&&d.length&&c.addClass(h,d),f&&f.length&&c.removeClass(h,f)}function n(a){if(b===!0||(1&g.$index)===b){var c=f(a||[]);if(o){if(!O(a,o)){var d=f(o);m(d,c)}}else j(c)}o=Wd(a)?a.map(function(a){return qa(a)}):qa(a)}var o;g.$watch(i[a],n,!0),i.$observe("class",function(b){n(g.$eval(i[a]))}),"ngClass"!==a&&g.$watch("$index",function(c,d){var e=1&c;if(e!==(1&d)){var h=f(g.$eval(i[a]));e===b?j(h):k(h)}})}}}]}function Ad(a){function b(a,b,h){r(b)?c("$pending",a,h):d("$pending",a,h),F(b)?b?(k(g.$error,a,h),j(g.$$success,a,h)):(j(g.$error,a,h),k(g.$$success,a,h)):(k(g.$error,a,h),k(g.$$success,a,h)),g.$pending?(e(yg,!0),g.$valid=g.$invalid=void 0,f("",null)):(e(yg,!1),g.$valid=Bd(g.$error),g.$invalid=!g.$valid,f("",g.$valid));var i;i=g.$pending&&g.$pending[a]?void 0:!g.$error[a]&&(!!g.$$success[a]||null),f(a,i),g.$$parentForm.$setValidity(a,i,g)}function c(a,b,c){g[a]||(g[a]={}),j(g[a],b,c)}function d(a,b,c){g[a]&&k(g[a],b,c),Bd(g[a])&&(g[a]=void 0)}function e(a,b){b&&!i[a]?(l.addClass(h,a),i[a]=!0):!b&&i[a]&&(l.removeClass(h,a),i[a]=!1)}function f(a,b){a=a?"-"+ha(a,"-"):"",e(sg+a,b===!0),e(tg+a,b===!1)}var g=a.ctrl,h=a.$element,i={},j=a.set,k=a.unset,l=a.$animate;i[tg]=!(i[sg]=h.hasClass(sg)),g.$setValidity=b}function Bd(a){if(a)for(var b in a)if(a.hasOwnProperty(b))return!1;return!0}function Cd(a){a[0].hasAttribute("selected")&&(a[0].selected=!0)}var Dd=/^\/(.+)\/([a-z]*)$/,Ed="validity",Fd=Object.prototype.hasOwnProperty,Gd=function(a){return v(a)?a.toLowerCase():a},Hd=function(a){return v(a)?a.toUpperCase():a},Id=function(a){return v(a)?a.replace(/[A-Z]/g,function(a){return String.fromCharCode(32|a.charCodeAt(0))}):a},Jd=function(a){return v(a)?a.replace(/[a-z]/g,function(a){return String.fromCharCode(a.charCodeAt(0)&-33)}):a};"i"!=="I".toLowerCase()&&(Gd=Id,Hd=Jd);var Kd,Ld,Md,Nd,Od=[].slice,Pd=[].splice,Qd=[].push,Rd=Object.prototype.toString,Sd=Object.getPrototypeOf,Td=b("ng"),Ud=a.angular||(a.angular={}),Vd=0;Kd=a.document.documentMode,n.$inject=[],o.$inject=[];var Wd=Array.isArray,Xd=/^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array\]$/,Yd=function(a){return v(a)?a.trim():a},Zd=function(a){return a.replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")},$d=function(){function b(){try{return new Function(""),!1}catch(a){return!0}}if(!s($d.rules)){var c=a.document.querySelector("[ng-csp]")||a.document.querySelector("[data-ng-csp]");if(c){var d=c.getAttribute("ng-csp")||c.getAttribute("data-ng-csp");$d.rules={noUnsafeEval:!d||d.indexOf("no-unsafe-eval")!==-1,noInlineStyle:!d||d.indexOf("no-inline-style")!==-1}}else $d.rules={noUnsafeEval:b(),noInlineStyle:!1}}return $d.rules},_d=function(){if(s(_d.name_))return _d.name_;var b,c,d,e,f=be.length;for(c=0;c<f;++c)if(d=be[c],b=a.document.querySelector("["+d.replace(":","\\:")+"jq]")){e=b.getAttribute(d+"jq");break}return _d.name_=e},ae=/:/g,be=["ng-","data-ng-","ng:","x-ng-"],ce=/[A-Z]/g,de=!1,ee=1,fe=2,ge=3,he=8,ie=9,je=11,ke={full:"1.5.8",major:1,minor:5,dot:8,codeName:"arbitrary-fallbacks"};Da.expando="ng339";var le=Da.cache={},me=1,ne=function(a,b,c){a.addEventListener(b,c,!1)},oe=function(a,b,c){a.removeEventListener(b,c,!1)};Da._data=function(a){return this.cache[a[this.expando]]||{}};var pe=/([\:\-\_]+(.))/g,qe=/^moz([A-Z])/,re={mouseleave:"mouseout",mouseenter:"mouseover"},se=b("jqLite"),te=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,ue=/<|&#?\w+;/,ve=/<([\w:-]+)/,we=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,xe={option:[1,'<select multiple="multiple">',"</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};xe.optgroup=xe.option,xe.tbody=xe.tfoot=xe.colgroup=xe.caption=xe.thead,xe.th=xe.td;var ye=a.Node.prototype.contains||function(a){return!!(16&this.compareDocumentPosition(a))},ze=Da.prototype={ready:function(b){function c(){d||(d=!0,b())}var d=!1;"complete"===a.document.readyState?a.setTimeout(c):(this.on("DOMContentLoaded",c),Da(a).on("load",c))},toString:function(){var a=[];return d(this,function(b){a.push(""+b)}),"["+a.join(", ")+"]"},eq:function(a){return Ld(a>=0?this[a]:this[this.length+a])},length:0,push:Qd,sort:[].sort,splice:[].splice},Ae={};d("multiple,selected,checked,disabled,readOnly,required,open".split(","),function(a){Ae[Gd(a)]=a});var Be={};d("input,select,option,textarea,button,form,details".split(","),function(a){Be[a]=!0});var Ce={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern"};d({data:Ja,removeData:Ha,hasData:ya,cleanData:za},function(a,b){Da[b]=a}),d({data:Ja,inheritedData:Pa,scope:function(a){return Ld.data(a,"$scope")||Pa(a.parentNode||a,["$isolateScope","$scope"])},isolateScope:function(a){return Ld.data(a,"$isolateScope")||Ld.data(a,"$isolateScopeNoTemplate")},controller:Oa,injector:function(a){return Pa(a,"$injector")},removeAttr:function(a,b){a.removeAttribute(b)},hasClass:Ka,css:function(a,b,c){return b=va(b),s(c)?void(a.style[b]=c):a.style[b]},attr:function(a,b,c){var d=a.nodeType;if(d!==ge&&d!==fe&&d!==he){var e=Gd(b);if(Ae[e]){if(!s(c))return a[b]||(a.attributes.getNamedItem(b)||n).specified?e:void 0;c?(a[b]=!0,a.setAttribute(b,e)):(a[b]=!1,a.removeAttribute(e))}else if(s(c))a.setAttribute(b,c);else if(a.getAttribute){var f=a.getAttribute(b,2);return null===f?void 0:f}}},prop:function(a,b,c){return s(c)?void(a[b]=c):a[b]},text:function(){function a(a,b){if(r(b)){var c=a.nodeType;return c===ee||c===ge?a.textContent:""}a.textContent=b}return a.$dv="",a}(),val:function(a,b){if(r(b)){if(a.multiple&&"select"===L(a)){var c=[];return d(a.options,function(a){a.selected&&c.push(a.value||a.text)}),0===c.length?null:c}return a.value}a.value=b},html:function(a,b){return r(b)?a.innerHTML:(Fa(a,!0),void(a.innerHTML=b))},empty:Qa},function(a,b){Da.prototype[b]=function(b,c){var d,e,f=this.length;if(a!==Qa&&r(2==a.length&&a!==Ka&&a!==Oa?b:c)){if(t(b)){for(d=0;d<f;d++)if(a===Ja)a(this[d],b);else for(e in b)a(this[d],e,b[e]);return this}for(var g=a.$dv,h=r(g)?Math.min(f,1):f,i=0;i<h;i++){var j=a(this[i],b,c);g=g?g+j:j}return g}for(d=0;d<f;d++)a(this[d],b,c);return this}}),d({removeData:Ha,on:function(a,b,c,d){if(s(d))throw se("onargs","jqLite#on() does not support the `selector` or `eventData` parameters");if(xa(a)){var e=Ia(a,!0),f=e.events,g=e.handle;g||(g=e.handle=Va(a,f));for(var h=b.indexOf(" ")>=0?b.split(" "):[b],i=h.length,j=function(b,d,e){var h=f[b];h||(h=f[b]=[],h.specialHandlerWrapper=d,"$destroy"===b||e||ne(a,b,g)),h.push(c)};i--;)b=h[i],re[b]?(j(re[b],Xa),j(b,void 0,!0)):j(b)}},off:Ga,one:function(a,b,c){a=Ld(a),a.on(b,function d(){a.off(b,c),a.off(b,d)}),a.on(b,c)},replaceWith:function(a,b){var c,e=a.parentNode;Fa(a),d(new Da(b),function(b){c?e.insertBefore(b,c.nextSibling):e.replaceChild(b,a),c=b})},children:function(a){var b=[];return d(a.childNodes,function(a){a.nodeType===ee&&b.push(a)}),b},contents:function(a){return a.contentDocument||a.childNodes||[]},append:function(a,b){var c=a.nodeType;if(c===ee||c===je){b=new Da(b);for(var d=0,e=b.length;d<e;d++){var f=b[d];a.appendChild(f)}}},prepend:function(a,b){if(a.nodeType===ee){var c=a.firstChild;d(new Da(b),function(b){a.insertBefore(b,c)})}},wrap:function(a,b){Ca(a,Ld(b).eq(0).clone()[0])},remove:Ra,detach:function(a){Ra(a,!0)},after:function(a,b){var c=a,d=a.parentNode;b=new Da(b);for(var e=0,f=b.length;e<f;e++){var g=b[e];d.insertBefore(g,c.nextSibling),c=g}},addClass:Ma,removeClass:La,toggleClass:function(a,b,c){b&&d(b.split(" "),function(b){var d=c;r(d)&&(d=!Ka(a,b)),(d?Ma:La)(a,b)})},parent:function(a){var b=a.parentNode;return b&&b.nodeType!==je?b:null},next:function(a){return a.nextElementSibling},find:function(a,b){return a.getElementsByTagName?a.getElementsByTagName(b):[]},clone:Ea,triggerHandler:function(a,b,c){var e,f,g,h=b.type||b,i=Ia(a),k=i&&i.events,l=k&&k[h];l&&(e={preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return this.defaultPrevented===!0},stopImmediatePropagation:function(){this.immediatePropagationStopped=!0},isImmediatePropagationStopped:function(){return this.immediatePropagationStopped===!0},stopPropagation:n,type:h,target:a},b.type&&(e=j(e,b)),f=qa(l),g=c?[e].concat(c):[e],d(f,function(b){e.isImmediatePropagationStopped()||b.apply(a,g)}))}},function(a,b){Da.prototype[b]=function(b,c,d){for(var e,f=0,g=this.length;f<g;f++)r(e)?(e=a(this[f],b,c,d),s(e)&&(e=Ld(e))):Na(e,a(this[f],b,c,d));return s(e)?e:this},Da.prototype.bind=Da.prototype.on,Da.prototype.unbind=Da.prototype.off}),$a.prototype={put:function(a,b){this[Za(a,this.nextUid)]=b},get:function(a){return this[Za(a,this.nextUid)]},remove:function(a){var b=this[a=Za(a,this.nextUid)];return delete this[a],b}};var De=[function(){this.$get=[function(){return $a}]}],Ee=/^([^\(]+?)=>/,Fe=/^[^\(]*\(\s*([^\)]*)\)/m,Ge=/,/,He=/^\s*(_?)(\S+?)\1\s*$/,Ie=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,Je=b("$injector");db.$$annotate=cb;var Ke=b("$animate"),Le=1,Me="ng-animate",Ne=function(){this.$get=n},Oe=function(){var a=new $a,b=[];this.$get=["$$AnimateRunner","$rootScope",function(c,e){function f(a,b,c){var e=!1;return b&&(b=v(b)?b.split(" "):Wd(b)?b:[],d(b,function(b){b&&(e=!0,a[b]=c)})),e}function g(){d(b,function(b){var c=a.get(b);if(c){var e=hb(b.attr("class")),f="",g="";d(c,function(a,b){var c=!!e[b];a!==c&&(a?f+=(f.length?" ":"")+b:g+=(g.length?" ":"")+b)}),d(b,function(a){f&&Ma(a,f),g&&La(a,g)}),a.remove(b)}}),b.length=0}function h(c,d,h){var i=a.get(c)||{},j=f(i,d,!0),k=f(i,h,!1);(j||k)&&(a.put(c,i),b.push(c),1===b.length&&e.$$postDigest(g))}return{enabled:n,on:n,off:n,pin:n,push:function(a,b,d,e){e&&e(),d=d||{},d.from&&a.css(d.from),d.to&&a.css(d.to),(d.addClass||d.removeClass)&&h(a,d.addClass,d.removeClass);var f=new c;return f.complete(),f}}}]},Pe=["$provide",function(a){var b=this;this.$$registeredAnimations=Object.create(null),this.register=function(c,d){if(c&&"."!==c.charAt(0))throw Ke("notcsel","Expecting class selector starting with '.' got '{0}'.",c);var e=c+"-animation";b.$$registeredAnimations[c.substr(1)]=e,a.factory(e,d)},this.classNameFilter=function(a){if(1===arguments.length&&(this.$$classNameFilter=a instanceof RegExp?a:null,this.$$classNameFilter)){var b=new RegExp("(\\s+|\\/)"+Me+"(\\s+|\\/)");if(b.test(this.$$classNameFilter.toString()))throw Ke("nongcls",'$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.',Me)}return this.$$classNameFilter},this.$get=["$$animateQueue",function(a){function b(a,b,c){if(c){var d=gb(c);!d||d.parentNode||d.previousElementSibling||(c=null)}c?c.after(a):b.prepend(a)}return{on:a.on,off:a.off,pin:a.pin,enabled:a.enabled,cancel:function(a){a.end&&a.end()},enter:function(c,d,e,f){return d=d&&Ld(d),e=e&&Ld(e),d=d||e.parent(),b(c,d,e),a.push(c,"enter",ib(f))},move:function(c,d,e,f){return d=d&&Ld(d),e=e&&Ld(e),d=d||e.parent(),b(c,d,e),a.push(c,"move",ib(f))},leave:function(b,c){return a.push(b,"leave",ib(c),function(){b.remove()})},addClass:function(b,c,d){return d=ib(d),d.addClass=fb(d.addclass,c),a.push(b,"addClass",d)},removeClass:function(b,c,d){return d=ib(d),d.removeClass=fb(d.removeClass,c),a.push(b,"removeClass",d)},setClass:function(b,c,d,e){return e=ib(e),e.addClass=fb(e.addClass,c),e.removeClass=fb(e.removeClass,d),a.push(b,"setClass",e)},animate:function(b,c,d,e,f){return f=ib(f),f.from=f.from?j(f.from,c):c,f.to=f.to?j(f.to,d):d,e=e||"ng-inline-animate",f.tempClasses=fb(f.tempClasses,e),a.push(b,"animate",f)}}}]}],Qe=function(){this.$get=["$$rAF",function(a){function b(b){c.push(b),c.length>1||a(function(){for(var a=0;a<c.length;a++)c[a]();c=[]})}var c=[];return function(){var a=!1;return b(function(){a=!0}),function(c){a?c():b(c)}}}]},Re=function(){this.$get=["$q","$sniffer","$$animateAsyncRun","$document","$timeout",function(a,b,c,e,f){function g(a){this.setHost(a);var b=c(),d=function(a){f(a,0,!1)};this._doneCallbacks=[],this._tick=function(a){var c=e[0];c&&c.hidden?d(a):b(a)},this._state=0}var h=0,i=1,j=2;return g.chain=function(a,b){function c(){return d===a.length?void b(!0):void a[d](function(a){return a===!1?void b(!1):(d++,void c())})}var d=0;c()},g.all=function(a,b){function c(c){f=f&&c,++e===a.length&&b(f)}var e=0,f=!0;d(a,function(a){a.done(c)})},g.prototype={setHost:function(a){this.host=a||{}},done:function(a){this._state===j?a():this._doneCallbacks.push(a)},progress:n,getPromise:function(){if(!this.promise){var b=this;this.promise=a(function(a,c){b.done(function(b){b===!1?c():a()})})}return this.promise},then:function(a,b){return this.getPromise().then(a,b)},catch:function(a){return this.getPromise().catch(a)},finally:function(a){return this.getPromise().finally(a)},pause:function(){this.host.pause&&this.host.pause()},resume:function(){this.host.resume&&this.host.resume()},end:function(){this.host.end&&this.host.end(),this._resolve(!0)},cancel:function(){this.host.cancel&&this.host.cancel(),this._resolve(!1)},complete:function(a){var b=this;b._state===h&&(b._state=i,b._tick(function(){b._resolve(a)}))},_resolve:function(a){this._state!==j&&(d(this._doneCallbacks,function(b){b(a)}),this._doneCallbacks.length=0,this._state=j)}},g}]},Se=function(){this.$get=["$$rAF","$q","$$AnimateRunner",function(a,b,c){return function(b,d){function e(){return a(function(){f(),h||i.complete(),h=!0}),i}function f(){g.addClass&&(b.addClass(g.addClass),g.addClass=null),g.removeClass&&(b.removeClass(g.removeClass),g.removeClass=null),g.to&&(b.css(g.to),g.to=null)}var g=d||{};g.$$prepared||(g=N(g)),g.cleanupStyles&&(g.from=g.to=null),g.from&&(b.css(g.from),g.from=null);var h,i=new c;return{start:e,end:e}}}]},Te=b("$compile"),Ue=new nb;ob.$inject=["$provide","$$sanitizeUriProvider"],pb.prototype.isFirstChange=function(){return this.previousValue===Ue};var Ve=/^((?:x|data)[\:\-_])/i,We=b("$controller"),Xe=/^(\S+)(\s+as\s+([\w$]+))?$/,Ye=function(){this.$get=["$document",function(a){return function(b){return b?!b.nodeType&&b instanceof Ld&&(b=b[0]):b=a[0].body,b.offsetWidth+1}}]},Ze="application/json",$e={"Content-Type":Ze+";charset=utf-8"},_e=/^\[|^\{(?!\{)/,af={"[":/]$/,"{":/}$/},bf=/^\)\]\}',?\n/,cf=b("$http"),df=function(a){return function(){throw cf("legacy","The method `{0}` on the promise returned from `$http` has been disabled.",a)}},ef=Ud.$interpolateMinErr=b("$interpolate");ef.throwNoconcat=function(a){throw ef("noconcat","Error while interpolating: {0}\nStrict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce",a)},ef.interr=function(a,b){return ef("interr","Can't interpolate: {0}\n{1}",a,b.toString())};var ff=function(){this.$get=["$window",function(a){function b(a){var b=function(a){b.data=a,b.called=!0};return b.id=a,b}var c=a.angular.callbacks,d={};return{createCallback:function(a){var e="_"+(c.$$counter++).toString(36),f="angular.callbacks."+e,g=b(e);return d[f]=c[e]=g,f},wasCalled:function(a){return d[a].called},getResponse:function(a){return d[a].data},removeCallback:function(a){var b=d[a];delete c[b.id],delete d[a]}}}]},gf=/^([^\?#]*)(\?([^#]*))?(#(.*))?$/,hf={http:80,https:443,ftp:21},jf=b("$location"),kf={$$absUrl:"",$$html5:!1,$$replace:!1,absUrl:Yb("$$absUrl"),url:function(a){if(r(a))return this.$$url;var b=gf.exec(a);return(b[1]||""===a)&&this.path(decodeURIComponent(b[1])),(b[2]||b[1]||""===a)&&this.search(b[3]||""),this.hash(b[5]||""),this},protocol:Yb("$$protocol"),host:Yb("$$host"),port:Yb("$$port"),path:Zb("$$path",function(a){return a=null!==a?a.toString():"","/"==a.charAt(0)?a:"/"+a}),search:function(a,b){switch(arguments.length){case 0:return this.$$search;case 1:if(v(a)||w(a))a=a.toString(),this.$$search=$(a);else{if(!t(a))throw jf("isrcharg","The first argument of the `$location#search()` call must be a string or an object.");a=N(a,{}),d(a,function(b,c){null==b&&delete a[c]}),this.$$search=a}break;default:r(b)||null===b?delete this.$$search[a]:this.$$search[a]=b}return this.$$compose(),this},hash:Zb("$$hash",function(a){return null!==a?a.toString():""}),replace:function(){return this.$$replace=!0,this}};d([Xb,Wb,Vb],function(a){a.prototype=Object.create(kf),a.prototype.state=function(b){if(!arguments.length)return this.$$state;if(a!==Vb||!this.$$html5)throw jf("nostate","History API state support is available only in HTML5 mode and only in browsers supporting HTML5 History API");return this.$$state=r(b)?null:b,this}});var lf=b("$parse"),mf=Function.prototype.call,nf=Function.prototype.apply,of=Function.prototype.bind,pf=oa();d("+ - * / % === !== == != < > <= >= && || ! = |".split(" "),function(a){pf[a]=!0});var qf={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},rf=function(a){this.options=a};rf.prototype={constructor:rf,lex:function(a){for(this.text=a,this.index=0,this.tokens=[];this.index<this.text.length;){var b=this.text.charAt(this.index);if('"'===b||"'"===b)this.readString(b);else if(this.isNumber(b)||"."===b&&this.isNumber(this.peek()))this.readNumber();else if(this.isIdentifierStart(this.peekMultichar()))this.readIdent();else if(this.is(b,"(){}[].,;:?"))this.tokens.push({index:this.index,text:b}),this.index++;else if(this.isWhitespace(b))this.index++;else{var c=b+this.peek(),d=c+this.peek(2),e=pf[b],f=pf[c],g=pf[d];if(e||f||g){var h=g?d:f?c:b;this.tokens.push({index:this.index,text:h,operator:!0}),this.index+=h.length}else this.throwError("Unexpected next character ",this.index,this.index+1)}}return this.tokens},is:function(a,b){return b.indexOf(a)!==-1},peek:function(a){var b=a||1;return this.index+b<this.text.length&&this.text.charAt(this.index+b)},isNumber:function(a){return"0"<=a&&a<="9"&&"string"==typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||" "===a},isIdentifierStart:function(a){return this.options.isIdentifierStart?this.options.isIdentifierStart(a,this.codePointAt(a)):this.isValidIdentifierStart(a)},isValidIdentifierStart:function(a){return"a"<=a&&a<="z"||"A"<=a&&a<="Z"||"_"===a||"$"===a},isIdentifierContinue:function(a){return this.options.isIdentifierContinue?this.options.isIdentifierContinue(a,this.codePointAt(a)):this.isValidIdentifierContinue(a)},isValidIdentifierContinue:function(a,b){return this.isValidIdentifierStart(a,b)||this.isNumber(a)},codePointAt:function(a){return 1===a.length?a.charCodeAt(0):(a.charCodeAt(0)<<10)+a.charCodeAt(1)-56613888},peekMultichar:function(){var a=this.text.charAt(this.index),b=this.peek();if(!b)return a;var c=a.charCodeAt(0),d=b.charCodeAt(0);return c>=55296&&c<=56319&&d>=56320&&d<=57343?a+b:a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,b,c){c=c||this.index;var d=s(b)?"s "+b+"-"+this.index+" ["+this.text.substring(b,c)+"]":" "+c;throw lf("lexerr","Lexer Error: {0} at column{1} in expression [{2}].",a,d,this.text)},readNumber:function(){for(var a="",b=this.index;this.index<this.text.length;){var c=Gd(this.text.charAt(this.index));if("."==c||this.isNumber(c))a+=c;else{var d=this.peek();if("e"==c&&this.isExpOperator(d))a+=c;else if(this.isExpOperator(c)&&d&&this.isNumber(d)&&"e"==a.charAt(a.length-1))a+=c;else{if(!this.isExpOperator(c)||d&&this.isNumber(d)||"e"!=a.charAt(a.length-1))break;this.throwError("Invalid exponent")}}this.index++}this.tokens.push({index:b,text:a,constant:!0,value:Number(a)})},readIdent:function(){var a=this.index;for(this.index+=this.peekMultichar().length;this.index<this.text.length;){var b=this.peekMultichar();if(!this.isIdentifierContinue(b))break;this.index+=b.length}this.tokens.push({index:a,text:this.text.slice(a,this.index),identifier:!0})},readString:function(a){var b=this.index;this.index++;for(var c="",d=a,e=!1;this.index<this.text.length;){var f=this.text.charAt(this.index);if(d+=f,e){if("u"===f){var g=this.text.substring(this.index+1,this.index+5);g.match(/[\da-f]{4}/i)||this.throwError("Invalid unicode escape [\\u"+g+"]"),this.index+=4,c+=String.fromCharCode(parseInt(g,16))}else{var h=qf[f];c+=h||f}e=!1}else if("\\"===f)e=!0;else{if(f===a)return this.index++,void this.tokens.push({index:b,text:d,constant:!0,value:c});c+=f}this.index++}this.throwError("Unterminated quote",b)}};var sf=function(a,b){this.lexer=a,this.options=b};sf.Program="Program",sf.ExpressionStatement="ExpressionStatement",sf.AssignmentExpression="AssignmentExpression",sf.ConditionalExpression="ConditionalExpression",sf.LogicalExpression="LogicalExpression",sf.BinaryExpression="BinaryExpression",sf.UnaryExpression="UnaryExpression",sf.CallExpression="CallExpression",sf.MemberExpression="MemberExpression",sf.Identifier="Identifier",sf.Literal="Literal",sf.ArrayExpression="ArrayExpression",sf.Property="Property",sf.ObjectExpression="ObjectExpression",sf.ThisExpression="ThisExpression",sf.LocalsExpression="LocalsExpression",sf.NGValueParameter="NGValueParameter",sf.prototype={ast:function(a){this.text=a,this.tokens=this.lexer.lex(a);var b=this.program();return 0!==this.tokens.length&&this.throwError("is an unexpected token",this.tokens[0]),b},program:function(){for(var a=[];;)if(this.tokens.length>0&&!this.peek("}",")",";","]")&&a.push(this.expressionStatement()),!this.expect(";"))return{type:sf.Program,body:a}},expressionStatement:function(){return{type:sf.ExpressionStatement,expression:this.filterChain()}},filterChain:function(){for(var a,b=this.expression();a=this.expect("|");)b=this.filter(b);return b},expression:function(){return this.assignment()},assignment:function(){var a=this.ternary();return this.expect("=")&&(a={type:sf.AssignmentExpression,left:a,right:this.assignment(),operator:"="}),a},ternary:function(){var a,b,c=this.logicalOR();return this.expect("?")&&(a=this.expression(),this.consume(":"))?(b=this.expression(),{type:sf.ConditionalExpression,test:c,alternate:a,consequent:b}):c},logicalOR:function(){for(var a=this.logicalAND();this.expect("||");)a={type:sf.LogicalExpression,operator:"||",left:a,right:this.logicalAND()};return a},logicalAND:function(){for(var a=this.equality();this.expect("&&");)a={type:sf.LogicalExpression,operator:"&&",left:a,right:this.equality()};return a},equality:function(){for(var a,b=this.relational();a=this.expect("==","!=","===","!==");)b={type:sf.BinaryExpression,operator:a.text,left:b,right:this.relational()};return b},relational:function(){for(var a,b=this.additive();a=this.expect("<",">","<=",">=");)b={type:sf.BinaryExpression,operator:a.text,left:b,right:this.additive()};return b},additive:function(){for(var a,b=this.multiplicative();a=this.expect("+","-");)b={type:sf.BinaryExpression,operator:a.text,left:b,right:this.multiplicative()};return b},multiplicative:function(){for(var a,b=this.unary();a=this.expect("*","/","%");)b={type:sf.BinaryExpression,operator:a.text,left:b,right:this.unary()};return b},unary:function(){var a;return(a=this.expect("+","-","!"))?{type:sf.UnaryExpression,operator:a.text,prefix:!0,argument:this.unary()}:this.primary()},primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object():this.selfReferential.hasOwnProperty(this.peek().text)?a=N(this.selfReferential[this.consume().text]):this.options.literals.hasOwnProperty(this.peek().text)?a={type:sf.Literal,value:this.options.literals[this.consume().text]}:this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression",this.peek());for(var b;b=this.expect("(","[",".");)"("===b.text?(a={type:sf.CallExpression,callee:a,arguments:this.parseArguments()},this.consume(")")):"["===b.text?(a={type:sf.MemberExpression,object:a,property:this.expression(),computed:!0},this.consume("]")):"."===b.text?a={type:sf.MemberExpression,object:a,property:this.identifier(),computed:!1}:this.throwError("IMPOSSIBLE");return a},filter:function(a){for(var b=[a],c={type:sf.CallExpression,callee:this.identifier(),arguments:b,filter:!0};this.expect(":");)b.push(this.expression());return c},parseArguments:function(){var a=[];if(")"!==this.peekToken().text)do a.push(this.filterChain());while(this.expect(","));return a},identifier:function(){var a=this.consume();return a.identifier||this.throwError("is not a valid identifier",a),{type:sf.Identifier,name:a.text}},constant:function(){return{type:sf.Literal,value:this.consume().value}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text)do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","));return this.consume("]"),{type:sf.ArrayExpression,elements:a}},object:function(){var a,b=[];if("}"!==this.peekToken().text)do{if(this.peek("}"))break;a={type:sf.Property,kind:"init"},this.peek().constant?(a.key=this.constant(),a.computed=!1,this.consume(":"),a.value=this.expression()):this.peek().identifier?(a.key=this.identifier(),a.computed=!1,this.peek(":")?(this.consume(":"),a.value=this.expression()):a.value=a.key):this.peek("[")?(this.consume("["),a.key=this.expression(),this.consume("]"),a.computed=!0,this.consume(":"),a.value=this.expression()):this.throwError("invalid key",this.peek()),b.push(a)}while(this.expect(","));return this.consume("}"),{type:sf.ObjectExpression,properties:b}},throwError:function(a,b){throw lf("syntax","Syntax Error: Token '{0}' {1} at column {2} of the expression [{3}] starting at [{4}].",b.text,a,b.index+1,this.text,this.text.substring(b.index))},consume:function(a){if(0===this.tokens.length)throw lf("ueoe","Unexpected end of expression: {0}",this.text);var b=this.expect(a);return b||this.throwError("is unexpected, expecting ["+a+"]",this.peek()),b},peekToken:function(){if(0===this.tokens.length)throw lf("ueoe","Unexpected end of expression: {0}",this.text);return this.tokens[0]},peek:function(a,b,c,d){return this.peekAhead(0,a,b,c,d)},peekAhead:function(a,b,c,d,e){if(this.tokens.length>a){var f=this.tokens[a],g=f.text;if(g===b||g===c||g===d||g===e||!b&&!c&&!d&&!e)return f}return!1},expect:function(a,b,c,d){var e=this.peek(a,b,c,d);return!!e&&(this.tokens.shift(),e)},selfReferential:{this:{type:sf.ThisExpression},$locals:{type:sf.LocalsExpression}}},oc.prototype={compile:function(a,b){var c=this,e=this.astBuilder.ast(a);this.state={nextId:0,filters:{},expensiveChecks:b,fn:{vars:[],body:[],own:{}},assign:{vars:[],body:[],own:{}},inputs:[]},ic(e,c.$filter);var f,g="";if(this.stage="assign",f=lc(e)){this.state.computing="assign";var h=this.nextId();this.recurse(f,h),this.return_(h),g="fn.assign="+this.generateFunction("assign","s,v,l")}var i=jc(e.body);c.stage="inputs",d(i,function(a,b){var d="fn"+b;c.state[d]={vars:[],body:[],own:{}},c.state.computing=d;var e=c.nextId();c.recurse(a,e),c.return_(e),c.state.inputs.push(d),a.watchId=b}),this.state.computing="fn",this.stage="main",this.recurse(e);var j='"'+this.USE+" "+this.STRICT+'";\n'+this.filterPrefix()+"var fn="+this.generateFunction("fn","s,l,a,i")+g+this.watchFns()+"return fn;",k=new Function("$filter","ensureSafeMemberName","ensureSafeObject","ensureSafeFunction","getStringValue","ensureSafeAssignContext","ifDefined","plus","text",j)(this.$filter,ac,cc,dc,bc,ec,fc,gc,a);return this.state=this.stage=void 0,k.literal=mc(e),k.constant=nc(e),k},USE:"use",STRICT:"strict",watchFns:function(){var a=[],b=this.state.inputs,c=this;return d(b,function(b){a.push("var "+b+"="+c.generateFunction(b,"s"))}),b.length&&a.push("fn.inputs=["+b.join(",")+"];"),a.join("")},generateFunction:function(a,b){return"function("+b+"){"+this.varsPrefix(a)+this.body(a)+"};"},filterPrefix:function(){var a=[],b=this;return d(this.state.filters,function(c,d){a.push(c+"=$filter("+b.escape(d)+")")}),a.length?"var "+a.join(",")+";":""},varsPrefix:function(a){return this.state[a].vars.length?"var "+this.state[a].vars.join(",")+";":""},body:function(a){return this.state[a].body.join("")},recurse:function(a,b,c,e,f,g){var h,i,j,k,l,m=this;if(e=e||n,!g&&s(a.watchId))return b=b||this.nextId(),void this.if_("i",this.lazyAssign(b,this.computedMember("i",a.watchId)),this.lazyRecurse(a,b,c,e,f,!0));switch(a.type){case sf.Program:d(a.body,function(b,c){m.recurse(b.expression,void 0,void 0,function(a){
|
5 |
+
i=a}),c!==a.body.length-1?m.current().body.push(i,";"):m.return_(i)});break;case sf.Literal:k=this.escape(a.value),this.assign(b,k),e(k);break;case sf.UnaryExpression:this.recurse(a.argument,void 0,void 0,function(a){i=a}),k=a.operator+"("+this.ifDefined(i,0)+")",this.assign(b,k),e(k);break;case sf.BinaryExpression:this.recurse(a.left,void 0,void 0,function(a){h=a}),this.recurse(a.right,void 0,void 0,function(a){i=a}),k="+"===a.operator?this.plus(h,i):"-"===a.operator?this.ifDefined(h,0)+a.operator+this.ifDefined(i,0):"("+h+")"+a.operator+"("+i+")",this.assign(b,k),e(k);break;case sf.LogicalExpression:b=b||this.nextId(),m.recurse(a.left,b),m.if_("&&"===a.operator?b:m.not(b),m.lazyRecurse(a.right,b)),e(b);break;case sf.ConditionalExpression:b=b||this.nextId(),m.recurse(a.test,b),m.if_(b,m.lazyRecurse(a.alternate,b),m.lazyRecurse(a.consequent,b)),e(b);break;case sf.Identifier:b=b||this.nextId(),c&&(c.context="inputs"===m.stage?"s":this.assign(this.nextId(),this.getHasOwnProperty("l",a.name)+"?l:s"),c.computed=!1,c.name=a.name),ac(a.name),m.if_("inputs"===m.stage||m.not(m.getHasOwnProperty("l",a.name)),function(){m.if_("inputs"===m.stage||"s",function(){f&&1!==f&&m.if_(m.not(m.nonComputedMember("s",a.name)),m.lazyAssign(m.nonComputedMember("s",a.name),"{}")),m.assign(b,m.nonComputedMember("s",a.name))})},b&&m.lazyAssign(b,m.nonComputedMember("l",a.name))),(m.state.expensiveChecks||qc(a.name))&&m.addEnsureSafeObject(b),e(b);break;case sf.MemberExpression:h=c&&(c.context=this.nextId())||this.nextId(),b=b||this.nextId(),m.recurse(a.object,h,void 0,function(){m.if_(m.notNull(h),function(){f&&1!==f&&m.addEnsureSafeAssignContext(h),a.computed?(i=m.nextId(),m.recurse(a.property,i),m.getStringValue(i),m.addEnsureSafeMemberName(i),f&&1!==f&&m.if_(m.not(m.computedMember(h,i)),m.lazyAssign(m.computedMember(h,i),"{}")),k=m.ensureSafeObject(m.computedMember(h,i)),m.assign(b,k),c&&(c.computed=!0,c.name=i)):(ac(a.property.name),f&&1!==f&&m.if_(m.not(m.nonComputedMember(h,a.property.name)),m.lazyAssign(m.nonComputedMember(h,a.property.name),"{}")),k=m.nonComputedMember(h,a.property.name),(m.state.expensiveChecks||qc(a.property.name))&&(k=m.ensureSafeObject(k)),m.assign(b,k),c&&(c.computed=!1,c.name=a.property.name))},function(){m.assign(b,"undefined")}),e(b)},!!f);break;case sf.CallExpression:b=b||this.nextId(),a.filter?(i=m.filter(a.callee.name),j=[],d(a.arguments,function(a){var b=m.nextId();m.recurse(a,b),j.push(b)}),k=i+"("+j.join(",")+")",m.assign(b,k),e(b)):(i=m.nextId(),h={},j=[],m.recurse(a.callee,i,h,function(){m.if_(m.notNull(i),function(){m.addEnsureSafeFunction(i),d(a.arguments,function(a){m.recurse(a,m.nextId(),void 0,function(a){j.push(m.ensureSafeObject(a))})}),h.name?(m.state.expensiveChecks||m.addEnsureSafeObject(h.context),k=m.member(h.context,h.name,h.computed)+"("+j.join(",")+")"):k=i+"("+j.join(",")+")",k=m.ensureSafeObject(k),m.assign(b,k)},function(){m.assign(b,"undefined")}),e(b)}));break;case sf.AssignmentExpression:if(i=this.nextId(),h={},!kc(a.left))throw lf("lval","Trying to assign a value to a non l-value");this.recurse(a.left,void 0,h,function(){m.if_(m.notNull(h.context),function(){m.recurse(a.right,i),m.addEnsureSafeObject(m.member(h.context,h.name,h.computed)),m.addEnsureSafeAssignContext(h.context),k=m.member(h.context,h.name,h.computed)+a.operator+i,m.assign(b,k),e(b||k)})},1);break;case sf.ArrayExpression:j=[],d(a.elements,function(a){m.recurse(a,m.nextId(),void 0,function(a){j.push(a)})}),k="["+j.join(",")+"]",this.assign(b,k),e(k);break;case sf.ObjectExpression:j=[],l=!1,d(a.properties,function(a){a.computed&&(l=!0)}),l?(b=b||this.nextId(),this.assign(b,"{}"),d(a.properties,function(a){a.computed?(h=m.nextId(),m.recurse(a.key,h)):h=a.key.type===sf.Identifier?a.key.name:""+a.key.value,i=m.nextId(),m.recurse(a.value,i),m.assign(m.member(b,h,a.computed),i)})):(d(a.properties,function(b){m.recurse(b.value,a.constant?void 0:m.nextId(),void 0,function(a){j.push(m.escape(b.key.type===sf.Identifier?b.key.name:""+b.key.value)+":"+a)})}),k="{"+j.join(",")+"}",this.assign(b,k)),e(b||k);break;case sf.ThisExpression:this.assign(b,"s"),e("s");break;case sf.LocalsExpression:this.assign(b,"l"),e("l");break;case sf.NGValueParameter:this.assign(b,"v"),e("v")}},getHasOwnProperty:function(a,b){var c=a+"."+b,d=this.current().own;return d.hasOwnProperty(c)||(d[c]=this.nextId(!1,a+"&&("+this.escape(b)+" in "+a+")")),d[c]},assign:function(a,b){if(a)return this.current().body.push(a,"=",b,";"),a},filter:function(a){return this.state.filters.hasOwnProperty(a)||(this.state.filters[a]=this.nextId(!0)),this.state.filters[a]},ifDefined:function(a,b){return"ifDefined("+a+","+this.escape(b)+")"},plus:function(a,b){return"plus("+a+","+b+")"},return_:function(a){this.current().body.push("return ",a,";")},if_:function(a,b,c){if(a===!0)b();else{var d=this.current().body;d.push("if(",a,"){"),b(),d.push("}"),c&&(d.push("else{"),c(),d.push("}"))}},not:function(a){return"!("+a+")"},notNull:function(a){return a+"!=null"},nonComputedMember:function(a,b){var c=/[$_a-zA-Z][$_a-zA-Z0-9]*/,d=/[^$_a-zA-Z0-9]/g;return c.test(b)?a+"."+b:a+'["'+b.replace(d,this.stringEscapeFn)+'"]'},computedMember:function(a,b){return a+"["+b+"]"},member:function(a,b,c){return c?this.computedMember(a,b):this.nonComputedMember(a,b)},addEnsureSafeObject:function(a){this.current().body.push(this.ensureSafeObject(a),";")},addEnsureSafeMemberName:function(a){this.current().body.push(this.ensureSafeMemberName(a),";")},addEnsureSafeFunction:function(a){this.current().body.push(this.ensureSafeFunction(a),";")},addEnsureSafeAssignContext:function(a){this.current().body.push(this.ensureSafeAssignContext(a),";")},ensureSafeObject:function(a){return"ensureSafeObject("+a+",text)"},ensureSafeMemberName:function(a){return"ensureSafeMemberName("+a+",text)"},ensureSafeFunction:function(a){return"ensureSafeFunction("+a+",text)"},getStringValue:function(a){this.assign(a,"getStringValue("+a+")")},ensureSafeAssignContext:function(a){return"ensureSafeAssignContext("+a+",text)"},lazyRecurse:function(a,b,c,d,e,f){var g=this;return function(){g.recurse(a,b,c,d,e,f)}},lazyAssign:function(a,b){var c=this;return function(){c.assign(a,b)}},stringEscapeRegex:/[^ a-zA-Z0-9]/g,stringEscapeFn:function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)},escape:function(a){if(v(a))return"'"+a.replace(this.stringEscapeRegex,this.stringEscapeFn)+"'";if(w(a))return a.toString();if(a===!0)return"true";if(a===!1)return"false";if(null===a)return"null";if("undefined"==typeof a)return"undefined";throw lf("esc","IMPOSSIBLE")},nextId:function(a,b){var c="v"+this.state.nextId++;return a||this.current().vars.push(c+(b?"="+b:"")),c},current:function(){return this.state[this.state.computing]}},pc.prototype={compile:function(a,b){var c=this,e=this.astBuilder.ast(a);this.expression=a,this.expensiveChecks=b,ic(e,c.$filter);var f,g;(f=lc(e))&&(g=this.recurse(f));var h,i=jc(e.body);i&&(h=[],d(i,function(a,b){var d=c.recurse(a);a.input=d,h.push(d),a.watchId=b}));var j=[];d(e.body,function(a){j.push(c.recurse(a.expression))});var k=0===e.body.length?n:1===e.body.length?j[0]:function(a,b){var c;return d(j,function(d){c=d(a,b)}),c};return g&&(k.assign=function(a,b,c){return g(a,c,b)}),h&&(k.inputs=h),k.literal=mc(e),k.constant=nc(e),k},recurse:function(a,b,c){var e,f,g,h=this;if(a.input)return this.inputs(a.input,a.watchId);switch(a.type){case sf.Literal:return this.value(a.value,b);case sf.UnaryExpression:return f=this.recurse(a.argument),this["unary"+a.operator](f,b);case sf.BinaryExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e,f,b);case sf.LogicalExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e,f,b);case sf.ConditionalExpression:return this["ternary?:"](this.recurse(a.test),this.recurse(a.alternate),this.recurse(a.consequent),b);case sf.Identifier:return ac(a.name,h.expression),h.identifier(a.name,h.expensiveChecks||qc(a.name),b,c,h.expression);case sf.MemberExpression:return e=this.recurse(a.object,!1,!!c),a.computed||(ac(a.property.name,h.expression),f=a.property.name),a.computed&&(f=this.recurse(a.property)),a.computed?this.computedMember(e,f,b,c,h.expression):this.nonComputedMember(e,f,h.expensiveChecks,b,c,h.expression);case sf.CallExpression:return g=[],d(a.arguments,function(a){g.push(h.recurse(a))}),a.filter&&(f=this.$filter(a.callee.name)),a.filter||(f=this.recurse(a.callee,!0)),a.filter?function(a,c,d,e){for(var h=[],i=0;i<g.length;++i)h.push(g[i](a,c,d,e));var j=f.apply(void 0,h,e);return b?{context:void 0,name:void 0,value:j}:j}:function(a,c,d,e){var i,j=f(a,c,d,e);if(null!=j.value){cc(j.context,h.expression),dc(j.value,h.expression);for(var k=[],l=0;l<g.length;++l)k.push(cc(g[l](a,c,d,e),h.expression));i=cc(j.value.apply(j.context,k),h.expression)}return b?{value:i}:i};case sf.AssignmentExpression:return e=this.recurse(a.left,!0,1),f=this.recurse(a.right),function(a,c,d,g){var i=e(a,c,d,g),j=f(a,c,d,g);return cc(i.value,h.expression),ec(i.context),i.context[i.name]=j,b?{value:j}:j};case sf.ArrayExpression:return g=[],d(a.elements,function(a){g.push(h.recurse(a))}),function(a,c,d,e){for(var f=[],h=0;h<g.length;++h)f.push(g[h](a,c,d,e));return b?{value:f}:f};case sf.ObjectExpression:return g=[],d(a.properties,function(a){a.computed?g.push({key:h.recurse(a.key),computed:!0,value:h.recurse(a.value)}):g.push({key:a.key.type===sf.Identifier?a.key.name:""+a.key.value,computed:!1,value:h.recurse(a.value)})}),function(a,c,d,e){for(var f={},h=0;h<g.length;++h)g[h].computed?f[g[h].key(a,c,d,e)]=g[h].value(a,c,d,e):f[g[h].key]=g[h].value(a,c,d,e);return b?{value:f}:f};case sf.ThisExpression:return function(a){return b?{value:a}:a};case sf.LocalsExpression:return function(a,c){return b?{value:c}:c};case sf.NGValueParameter:return function(a,c,d){return b?{value:d}:d}}},"unary+":function(a,b){return function(c,d,e,f){var g=a(c,d,e,f);return g=s(g)?+g:0,b?{value:g}:g}},"unary-":function(a,b){return function(c,d,e,f){var g=a(c,d,e,f);return g=s(g)?-g:0,b?{value:g}:g}},"unary!":function(a,b){return function(c,d,e,f){var g=!a(c,d,e,f);return b?{value:g}:g}},"binary+":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g),i=b(d,e,f,g),j=gc(h,i);return c?{value:j}:j}},"binary-":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g),i=b(d,e,f,g),j=(s(h)?h:0)-(s(i)?i:0);return c?{value:j}:j}},"binary*":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)*b(d,e,f,g);return c?{value:h}:h}},"binary/":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)/b(d,e,f,g);return c?{value:h}:h}},"binary%":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)%b(d,e,f,g);return c?{value:h}:h}},"binary===":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)===b(d,e,f,g);return c?{value:h}:h}},"binary!==":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)!==b(d,e,f,g);return c?{value:h}:h}},"binary==":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)==b(d,e,f,g);return c?{value:h}:h}},"binary!=":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)!=b(d,e,f,g);return c?{value:h}:h}},"binary<":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)<b(d,e,f,g);return c?{value:h}:h}},"binary>":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)>b(d,e,f,g);return c?{value:h}:h}},"binary<=":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)<=b(d,e,f,g);return c?{value:h}:h}},"binary>=":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)>=b(d,e,f,g);return c?{value:h}:h}},"binary&&":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)&&b(d,e,f,g);return c?{value:h}:h}},"binary||":function(a,b,c){return function(d,e,f,g){var h=a(d,e,f,g)||b(d,e,f,g);return c?{value:h}:h}},"ternary?:":function(a,b,c,d){return function(e,f,g,h){var i=a(e,f,g,h)?b(e,f,g,h):c(e,f,g,h);return d?{value:i}:i}},value:function(a,b){return function(){return b?{context:void 0,name:void 0,value:a}:a}},identifier:function(a,b,c,d,e){return function(f,g,h,i){var j=g&&a in g?g:f;d&&1!==d&&j&&!j[a]&&(j[a]={});var k=j?j[a]:void 0;return b&&cc(k,e),c?{context:j,name:a,value:k}:k}},computedMember:function(a,b,c,d,e){return function(f,g,h,i){var j,k,l=a(f,g,h,i);return null!=l&&(j=b(f,g,h,i),j=bc(j),ac(j,e),d&&1!==d&&(ec(l),l&&!l[j]&&(l[j]={})),k=l[j],cc(k,e)),c?{context:l,name:j,value:k}:k}},nonComputedMember:function(a,b,c,d,e,f){return function(g,h,i,j){var k=a(g,h,i,j);e&&1!==e&&(ec(k),k&&!k[b]&&(k[b]={}));var l=null!=k?k[b]:void 0;return(c||qc(b))&&cc(l,f),d?{context:k,name:b,value:l}:l}},inputs:function(a,b){return function(c,d,e,f){return f?f[b]:a(c,d,e)}}};var tf=function(a,b,c){this.lexer=a,this.$filter=b,this.options=c,this.ast=new sf(a,c),this.astCompiler=c.csp?new pc(this.ast,b):new oc(this.ast,b)};tf.prototype={constructor:tf,parse:function(a){return this.astCompiler.compile(a,this.options.expensiveChecks)}};var uf=Object.prototype.valueOf,vf=b("$sce"),wf={HTML:"html",CSS:"css",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},xf=b("$compile"),yf=a.document.createElement("a"),zf=Hc(a.location.href);Kc.$inject=["$document"],Mc.$inject=["$provide"];var Af=22,Bf=".",Cf="0";Rc.$inject=["$locale"],Sc.$inject=["$locale"];var Df={yyyy:Xc("FullYear",4,0,!1,!0),yy:Xc("FullYear",2,0,!0,!0),y:Xc("FullYear",1,0,!1,!0),MMMM:Yc("Month"),MMM:Yc("Month",!0),MM:Xc("Month",2,1),M:Xc("Month",1,1),LLLL:Yc("Month",!1,!0),dd:Xc("Date",2),d:Xc("Date",1),HH:Xc("Hours",2),H:Xc("Hours",1),hh:Xc("Hours",2,-12),h:Xc("Hours",1,-12),mm:Xc("Minutes",2),m:Xc("Minutes",1),ss:Xc("Seconds",2),s:Xc("Seconds",1),sss:Xc("Milliseconds",3),EEEE:Yc("Day"),EEE:Yc("Day",!0),a:bd,Z:Zc,ww:ad(2),w:ad(1),G:cd,GG:cd,GGG:cd,GGGG:dd},Ef=/((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))(.*)/,Ff=/^\-?\d+$/;ed.$inject=["$locale"];var Gf=p(Gd),Hf=p(Hd);id.$inject=["$parse"];var If=p({restrict:"E",compile:function(a,b){if(!b.href&&!b.xlinkHref)return function(a,b){if("a"===b[0].nodeName.toLowerCase()){var c="[object SVGAnimatedString]"===Rd.call(b.prop("href"))?"xlink:href":"href";b.on("click",function(a){b.attr(c)||a.preventDefault()})}}}}),Jf={};d(Ae,function(a,b){function c(a,c,e){a.$watch(e[d],function(a){e.$set(b,!!a)})}if("multiple"!=a){var d=qb("ng-"+b),e=c;"checked"===a&&(e=function(a,b,e){e.ngModel!==e[d]&&c(a,b,e)}),Jf[d]=function(){return{restrict:"A",priority:100,link:e}}}}),d(Ce,function(a,b){Jf[b]=function(){return{priority:100,link:function(a,c,d){if("ngPattern"===b&&"/"==d.ngPattern.charAt(0)){var e=d.ngPattern.match(Dd);if(e)return void d.$set("ngPattern",new RegExp(e[1],e[2]))}a.$watch(d[b],function(a){d.$set(b,a)})}}}}),d(["src","srcset","href"],function(a){var b=qb("ng-"+a);Jf[b]=function(){return{priority:99,link:function(c,d,e){var f=a,g=a;"href"===a&&"[object SVGAnimatedString]"===Rd.call(d.prop("href"))&&(g="xlinkHref",e.$attr[g]="xlink:href",f=null),e.$observe(b,function(b){return b?(e.$set(g,b),void(Kd&&f&&d.prop(f,e[g]))):void("href"===a&&e.$set(g,null))})}}}});var Kf={$addControl:n,$$renameControl:kd,$removeControl:n,$setValidity:n,$setDirty:n,$setPristine:n,$setSubmitted:n},Lf="ng-submitted";ld.$inject=["$element","$attrs","$scope","$animate","$interpolate"];var Mf=function(a){return["$timeout","$parse",function(b,c){function d(a){return""===a?c('this[""]').assign:c(a).assign||n}var e={name:"form",restrict:a?"EAC":"E",require:["form","^^?form"],controller:ld,compile:function(c,e){c.addClass(ug).addClass(sg);var f=e.name?"name":!(!a||!e.ngForm)&&"ngForm";return{pre:function(a,c,e,g){var h=g[0];if(!("action"in e)){var i=function(b){a.$apply(function(){h.$commitViewValue(),h.$setSubmitted()}),b.preventDefault()};ne(c[0],"submit",i),c.on("$destroy",function(){b(function(){oe(c[0],"submit",i)},0,!1)})}var k=g[1]||h.$$parentForm;k.$addControl(h);var l=f?d(h.$name):n;f&&(l(a,h),e.$observe(f,function(b){h.$name!==b&&(l(a,void 0),h.$$parentForm.$$renameControl(h,b),(l=d(h.$name))(a,h))})),c.on("$destroy",function(){h.$$parentForm.$removeControl(h),l(a,void 0),j(h,Kf)})}}}};return e}]},Nf=Mf(),Of=Mf(!0),Pf=/^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/,Qf=/^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:\/?#]+|\[[a-f\d:]+\])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,Rf=/^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+\/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+\/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/,Sf=/^\s*(\-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/,Tf=/^(\d{4,})-(\d{2})-(\d{2})$/,Uf=/^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Vf=/^(\d{4,})-W(\d\d)$/,Wf=/^(\d{4,})-(\d\d)$/,Xf=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Yf="keydown wheel mousedown",Zf=oa();d("date,datetime-local,month,time,week".split(","),function(a){Zf[a]=!0});var $f={text:nd,date:rd("date",Tf,qd(Tf,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":rd("datetimelocal",Uf,qd(Uf,["yyyy","MM","dd","HH","mm","ss","sss"]),"yyyy-MM-ddTHH:mm:ss.sss"),time:rd("time",Xf,qd(Xf,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:rd("week",Vf,pd,"yyyy-Www"),month:rd("month",Wf,qd(Wf,["yyyy","MM"]),"yyyy-MM"),number:td,url:ud,email:vd,radio:wd,checkbox:yd,hidden:n,button:n,submit:n,reset:n,file:n},_f=["$browser","$sniffer","$filter","$parse",function(a,b,c,d){return{restrict:"E",require:["?ngModel"],link:{pre:function(e,f,g,h){h[0]&&($f[Gd(g.type)]||$f.text)(e,f,g,h[0],b,a,c,d)}}}}],ag=/^(true|false|\d+)$/,bg=function(){return{restrict:"A",priority:100,compile:function(a,b){return ag.test(b.ngValue)?function(a,b,c){c.$set("value",a.$eval(c.ngValue))}:function(a,b,c){a.$watch(c.ngValue,function(a){c.$set("value",a)})}}}},cg=["$compile",function(a){return{restrict:"AC",compile:function(b){return a.$$addBindingClass(b),function(b,c,d){a.$$addBindingInfo(c,d.ngBind),c=c[0],b.$watch(d.ngBind,function(a){c.textContent=r(a)?"":a})}}}}],dg=["$interpolate","$compile",function(a,b){return{compile:function(c){return b.$$addBindingClass(c),function(c,d,e){var f=a(d.attr(e.$attr.ngBindTemplate));b.$$addBindingInfo(d,f.expressions),d=d[0],e.$observe("ngBindTemplate",function(a){d.textContent=r(a)?"":a})}}}}],eg=["$sce","$parse","$compile",function(a,b,c){return{restrict:"A",compile:function(d,e){var f=b(e.ngBindHtml),g=b(e.ngBindHtml,function(b){return a.valueOf(b)});return c.$$addBindingClass(d),function(b,d,e){c.$$addBindingInfo(d,e.ngBindHtml),b.$watch(g,function(){var c=f(b);d.html(a.getTrustedHtml(c)||"")})}}}}],fg=p({restrict:"A",require:"ngModel",link:function(a,b,c,d){d.$viewChangeListeners.push(function(){a.$eval(c.ngChange)})}}),gg=zd("",!0),hg=zd("Odd",0),ig=zd("Even",1),jg=jd({compile:function(a,b){b.$set("ngCloak",void 0),a.removeClass("ng-cloak")}}),kg=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],lg={},mg={blur:!0,focus:!0};d("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var b=qb("ng-"+a);lg[b]=["$parse","$rootScope",function(c,d){return{restrict:"A",compile:function(e,f){var g=c(f[b],null,!0);return function(b,c){c.on(a,function(c){var e=function(){g(b,{$event:c})};mg[a]&&d.$$phase?b.$evalAsync(e):b.$apply(e)})}}}}]});var ng=["$animate","$compile",function(a,b){return{multiElement:!0,transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(c,d,e,f,g){var h,i,j;c.$watch(e.ngIf,function(c){c?i||g(function(c,f){i=f,c[c.length++]=b.$$createComment("end ngIf",e.ngIf),h={clone:c},a.enter(c,d.parent(),d)}):(j&&(j.remove(),j=null),i&&(i.$destroy(),i=null),h&&(j=na(h.clone),a.leave(j).then(function(){j=null}),h=null))})}}}],og=["$templateRequest","$anchorScroll","$animate",function(a,b,c){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",controller:Ud.noop,compile:function(d,e){var f=e.ngInclude||e.src,g=e.onload||"",h=e.autoscroll;return function(d,e,i,j,k){var l,m,n,o=0,p=function(){m&&(m.remove(),m=null),l&&(l.$destroy(),l=null),n&&(c.leave(n).then(function(){m=null}),m=n,n=null)};d.$watch(f,function(f){var i=function(){!s(h)||h&&!d.$eval(h)||b()},m=++o;f?(a(f,!0).then(function(a){if(!d.$$destroyed&&m===o){var b=d.$new();j.template=a;var h=k(b,function(a){p(),c.enter(a,null,e).then(i)});l=b,n=h,l.$emit("$includeContentLoaded",f),d.$eval(g)}},function(){d.$$destroyed||m===o&&(p(),d.$emit("$includeContentError",f))}),d.$emit("$includeContentRequested",f)):(p(),j.template=null)})}}}}],pg=["$compile",function(b){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(c,d,e,f){return Rd.call(d[0]).match(/SVG/)?(d.empty(),void b(Aa(f.template,a.document).childNodes)(c,function(a){d.append(a)},{futureParentElement:d})):(d.html(f.template),void b(d.contents())(c))}}}],qg=jd({priority:450,compile:function(){return{pre:function(a,b,c){a.$eval(c.ngInit)}}}}),rg=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,b,c,e){var f=b.attr(c.$attr.ngList)||", ",g="false"!==c.ngTrim,h=g?Yd(f):f,i=function(a){if(!r(a)){var b=[];return a&&d(a.split(h),function(a){a&&b.push(g?Yd(a):a)}),b}};e.$parsers.push(i),e.$formatters.push(function(a){if(Wd(a))return a.join(f)}),e.$isEmpty=function(a){return!a||!a.length}}}},sg="ng-valid",tg="ng-invalid",ug="ng-pristine",vg="ng-dirty",wg="ng-untouched",xg="ng-touched",yg="ng-pending",zg="ng-empty",Ag="ng-not-empty",Bg=b("ngModel"),Cg=["$scope","$exceptionHandler","$attrs","$element","$parse","$animate","$timeout","$rootScope","$q","$interpolate",function(a,b,c,e,f,g,h,i,j,k){this.$viewValue=Number.NaN,this.$modelValue=Number.NaN,this.$$rawModelValue=void 0,this.$validators={},this.$asyncValidators={},this.$parsers=[],this.$formatters=[],this.$viewChangeListeners=[],this.$untouched=!0,this.$touched=!1,this.$pristine=!0,this.$dirty=!1,this.$valid=!0,this.$invalid=!1,this.$error={},this.$$success={},this.$pending=void 0,this.$name=k(c.name||"",!1)(a),this.$$parentForm=Kf;var l,m=f(c.ngModel),o=m.assign,p=m,q=o,t=null,u=this;this.$$setOptions=function(a){if(u.$options=a,a&&a.getterSetter){var b=f(c.ngModel+"()"),d=f(c.ngModel+"($$$p)");p=function(a){var c=m(a);return y(c)&&(c=b(a)),c},q=function(a,b){y(m(a))?d(a,{$$$p:b}):o(a,b)}}else if(!m.assign)throw Bg("nonassign","Expression '{0}' is non-assignable. Element: {1}",c.ngModel,Y(e))},this.$render=n,this.$isEmpty=function(a){return r(a)||""===a||null===a||a!==a},this.$$updateEmptyClasses=function(a){u.$isEmpty(a)?(g.removeClass(e,Ag),g.addClass(e,zg)):(g.removeClass(e,zg),g.addClass(e,Ag))};var v=0;Ad({ctrl:this,$element:e,set:function(a,b){a[b]=!0},unset:function(a,b){delete a[b]},$animate:g}),this.$setPristine=function(){u.$dirty=!1,u.$pristine=!0,g.removeClass(e,vg),g.addClass(e,ug)},this.$setDirty=function(){u.$dirty=!0,u.$pristine=!1,g.removeClass(e,ug),g.addClass(e,vg),u.$$parentForm.$setDirty()},this.$setUntouched=function(){u.$touched=!1,u.$untouched=!0,g.setClass(e,wg,xg)},this.$setTouched=function(){u.$touched=!0,u.$untouched=!1,g.setClass(e,xg,wg)},this.$rollbackViewValue=function(){h.cancel(t),u.$viewValue=u.$$lastCommittedViewValue,u.$render()},this.$validate=function(){if(!w(u.$modelValue)||!isNaN(u.$modelValue)){var a=u.$$lastCommittedViewValue,b=u.$$rawModelValue,c=u.$valid,d=u.$modelValue,e=u.$options&&u.$options.allowInvalid;u.$$runValidators(b,a,function(a){e||c===a||(u.$modelValue=a?b:void 0,u.$modelValue!==d&&u.$$writeModelToScope())})}},this.$$runValidators=function(a,b,c){function e(){var a=u.$$parserName||"parse";return r(l)?(h(a,null),!0):(l||(d(u.$validators,function(a,b){h(b,null)}),d(u.$asyncValidators,function(a,b){h(b,null)})),h(a,l),l)}function f(){var c=!0;return d(u.$validators,function(d,e){var f=d(a,b);c=c&&f,h(e,f)}),!!c||(d(u.$asyncValidators,function(a,b){h(b,null)}),!1)}function g(){var c=[],e=!0;d(u.$asyncValidators,function(d,f){var g=d(a,b);if(!G(g))throw Bg("nopromise","Expected asynchronous validator to return a promise but got '{0}' instead.",g);h(f,void 0),c.push(g.then(function(){h(f,!0)},function(){e=!1,h(f,!1)}))}),c.length?j.all(c).then(function(){i(e)},n):i(!0)}function h(a,b){k===v&&u.$setValidity(a,b)}function i(a){k===v&&c(a)}v++;var k=v;return e()&&f()?void g():void i(!1)},this.$commitViewValue=function(){var a=u.$viewValue;h.cancel(t),(u.$$lastCommittedViewValue!==a||""===a&&u.$$hasNativeValidators)&&(u.$$updateEmptyClasses(a),u.$$lastCommittedViewValue=a,u.$pristine&&this.$setDirty(),this.$$parseAndValidate())},this.$$parseAndValidate=function(){function b(){u.$modelValue!==f&&u.$$writeModelToScope()}var c=u.$$lastCommittedViewValue,d=c;if(l=!r(d)||void 0)for(var e=0;e<u.$parsers.length;e++)if(d=u.$parsers[e](d),r(d)){l=!1;break}w(u.$modelValue)&&isNaN(u.$modelValue)&&(u.$modelValue=p(a));var f=u.$modelValue,g=u.$options&&u.$options.allowInvalid;u.$$rawModelValue=d,g&&(u.$modelValue=d,b()),u.$$runValidators(d,u.$$lastCommittedViewValue,function(a){g||(u.$modelValue=a?d:void 0,b())})},this.$$writeModelToScope=function(){q(a,u.$modelValue),d(u.$viewChangeListeners,function(a){try{a()}catch(a){b(a)}})},this.$setViewValue=function(a,b){u.$viewValue=a,u.$options&&!u.$options.updateOnDefault||u.$$debounceViewValueCommit(b)},this.$$debounceViewValueCommit=function(b){var c,d=0,e=u.$options;e&&s(e.debounce)&&(c=e.debounce,w(c)?d=c:w(c[b])?d=c[b]:w(c.default)&&(d=c.default)),h.cancel(t),d?t=h(function(){u.$commitViewValue()},d):i.$$phase?u.$commitViewValue():a.$apply(function(){u.$commitViewValue()})},a.$watch(function(){var b=p(a);if(b!==u.$modelValue&&(u.$modelValue===u.$modelValue||b===b)){u.$modelValue=u.$$rawModelValue=b,l=void 0;for(var c=u.$formatters,d=c.length,e=b;d--;)e=c[d](e);u.$viewValue!==e&&(u.$$updateEmptyClasses(e),u.$viewValue=u.$$lastCommittedViewValue=e,u.$render(),u.$$runValidators(b,e,n))}return b})}],Dg=["$rootScope",function(a){return{restrict:"A",require:["ngModel","^?form","^?ngModelOptions"],controller:Cg,priority:1,compile:function(b){return b.addClass(ug).addClass(wg).addClass(sg),{pre:function(a,b,c,d){var e=d[0],f=d[1]||e.$$parentForm;e.$$setOptions(d[2]&&d[2].$options),f.$addControl(e),c.$observe("name",function(a){e.$name!==a&&e.$$parentForm.$$renameControl(e,a)}),a.$on("$destroy",function(){e.$$parentForm.$removeControl(e)})},post:function(b,c,d,e){var f=e[0];f.$options&&f.$options.updateOn&&c.on(f.$options.updateOn,function(a){f.$$debounceViewValueCommit(a&&a.type)}),c.on("blur",function(){f.$touched||(a.$$phase?b.$evalAsync(f.$setTouched):b.$apply(f.$setTouched))})}}}}}],Eg=/(\s+|^)default(\s+|$)/,Fg=function(){return{restrict:"A",controller:["$scope","$attrs",function(a,b){var c=this;this.$options=N(a.$eval(b.ngModelOptions)),s(this.$options.updateOn)?(this.$options.updateOnDefault=!1,this.$options.updateOn=Yd(this.$options.updateOn.replace(Eg,function(){return c.$options.updateOnDefault=!0," "}))):this.$options.updateOnDefault=!0}]}},Gg=jd({terminal:!0,priority:1e3}),Hg=b("ngOptions"),Ig=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+group\s+by\s+([\s\S]+?))?(?:\s+disable\s+when\s+([\s\S]+?))?\s+for\s+(?:([\$\w][\$\w]*)|(?:\(\s*([\$\w][\$\w]*)\s*,\s*([\$\w][\$\w]*)\s*\)))\s+in\s+([\s\S]+?)(?:\s+track\s+by\s+([\s\S]+?))?$/,Jg=["$compile","$document","$parse",function(b,e,f){function g(a,b,d){function e(a,b,c,d,e){this.selectValue=a,this.viewValue=b,this.label=c,this.group=d,this.disabled=e}function g(a){var b;if(!j&&c(a))b=a;else{b=[];for(var d in a)a.hasOwnProperty(d)&&"$"!==d.charAt(0)&&b.push(d)}return b}var h=a.match(Ig);if(!h)throw Hg("iexp","Expected expression in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_' but got '{0}'. Element: {1}",a,Y(b));var i=h[5]||h[7],j=h[6],k=/ as /.test(h[0])&&h[1],l=h[9],m=f(h[2]?h[1]:i),n=k&&f(k),o=n||m,p=l&&f(l),q=l?function(a,b){return p(d,b)}:function(a){return Za(a)},r=function(a,b){return q(a,x(a,b))},s=f(h[2]||h[1]),t=f(h[3]||""),u=f(h[4]||""),v=f(h[8]),w={},x=j?function(a,b){return w[j]=b,w[i]=a,w}:function(a){return w[i]=a,w};return{trackBy:l,getTrackByValue:r,getWatchables:f(v,function(a){var b=[];a=a||[];for(var c=g(a),e=c.length,f=0;f<e;f++){var i=a===c?f:c[f],j=a[i],k=x(j,i),l=q(j,k);if(b.push(l),h[2]||h[1]){var m=s(d,k);b.push(m)}if(h[4]){var n=u(d,k);b.push(n)}}return b}),getOptions:function(){for(var a=[],b={},c=v(d)||[],f=g(c),h=f.length,i=0;i<h;i++){var j=c===f?i:f[i],k=c[j],m=x(k,j),n=o(d,m),p=q(n,m),w=s(d,m),y=t(d,m),z=u(d,m),A=new e(p,n,w,y,z);a.push(A),b[p]=A}return{items:a,selectValueMap:b,getOptionFromViewValue:function(a){return b[r(a)]},getViewValueFromOption:function(a){return l?Ud.copy(a.viewValue):a.viewValue}}}}}function h(a,c,f,h){function k(a,b){var c=i.cloneNode(!1);b.appendChild(c),l(a,c)}function l(a,b){a.element=b,b.disabled=a.disabled,a.label!==b.label&&(b.label=a.label,b.textContent=a.label),a.value!==b.value&&(b.value=a.selectValue)}function m(){var a=x&&o.readValue();if(x)for(var b=x.items.length-1;b>=0;b--){var d=x.items[b];Ra(s(d.group)?d.element.parentNode:d.element)}x=y.getOptions();var e={};if(v&&c.prepend(n),x.items.forEach(function(a){var b;s(a.group)?(b=e[a.group],b||(b=j.cloneNode(!1),z.appendChild(b),b.label=null===a.group?"null":a.group,e[a.group]=b),k(a,b)):k(a,z)}),c[0].appendChild(z),p.$render(),!p.$isEmpty(a)){var f=o.readValue(),g=y.trackBy||q;(g?O(a,f):a===f)||(p.$setViewValue(f),p.$render())}}for(var n,o=h[0],p=h[1],q=f.multiple,r=0,t=c.children(),u=t.length;r<u;r++)if(""===t[r].value){n=t.eq(r);break}var v=!!n,w=Ld(i.cloneNode(!1));w.val("?");var x,y=g(f.ngOptions,c,a),z=e[0].createDocumentFragment(),A=function(){v||c.prepend(n),c.val(""),n.prop("selected",!0),n.attr("selected",!0)},B=function(){v||n.remove()},C=function(){c.prepend(w),c.val("?"),w.prop("selected",!0),w.attr("selected",!0)},D=function(){w.remove()};q?(p.$isEmpty=function(a){return!a||0===a.length},o.writeValue=function(a){x.items.forEach(function(a){a.element.selected=!1}),a&&a.forEach(function(a){var b=x.getOptionFromViewValue(a);b&&(b.element.selected=!0)})},o.readValue=function(){var a=c.val()||[],b=[];return d(a,function(a){var c=x.selectValueMap[a];c&&!c.disabled&&b.push(x.getViewValueFromOption(c))}),b},y.trackBy&&a.$watchCollection(function(){if(Wd(p.$viewValue))return p.$viewValue.map(function(a){return y.getTrackByValue(a)})},function(){p.$render()})):(o.writeValue=function(a){var b=x.getOptionFromViewValue(a);b?(c[0].value!==b.selectValue&&(D(),B(),c[0].value=b.selectValue,b.element.selected=!0),b.element.setAttribute("selected","selected")):null===a||v?(D(),A()):(B(),C())},o.readValue=function(){var a=x.selectValueMap[c.val()];return a&&!a.disabled?(B(),D(),x.getViewValueFromOption(a)):null},y.trackBy&&a.$watch(function(){return y.getTrackByValue(p.$viewValue)},function(){p.$render()})),v?(n.remove(),b(n)(a),n.removeClass("ng-scope")):n=Ld(i.cloneNode(!1)),c.empty(),m(),a.$watchCollection(y.getWatchables,m)}var i=a.document.createElement("option"),j=a.document.createElement("optgroup");return{restrict:"A",terminal:!0,require:["select","ngModel"],link:{pre:function(a,b,c,d){d[0].registerOption=n},post:h}}}],Kg=["$locale","$interpolate","$log",function(a,b,c){var e=/{}/g,f=/^when(Minus)?(.+)$/;return{link:function(g,h,i){function j(a){h.text(a||"")}var k,l=i.count,m=i.$attr.when&&h.attr(i.$attr.when),o=i.offset||0,p=g.$eval(m)||{},q={},s=b.startSymbol(),t=b.endSymbol(),u=s+l+"-"+o+t,v=Ud.noop;d(i,function(a,b){var c=f.exec(b);if(c){var d=(c[1]?"-":"")+Gd(c[2]);p[d]=h.attr(i.$attr[b])}}),d(p,function(a,c){q[c]=b(a.replace(e,u))}),g.$watch(l,function(b){var d=parseFloat(b),e=isNaN(d);if(e||d in p||(d=a.pluralCat(d-o)),d!==k&&!(e&&w(k)&&isNaN(k))){v();var f=q[d];r(f)?(null!=b&&c.debug("ngPluralize: no rule defined for '"+d+"' in "+m),v=n,j()):v=g.$watch(f,j),k=d}})}}}],Lg=["$parse","$animate","$compile",function(a,e,f){var g="$$NG_REMOVED",h=b("ngRepeat"),i=function(a,b,c,d,e,f,g){a[c]=d,e&&(a[e]=f),a.$index=b,a.$first=0===b,a.$last=b===g-1,a.$middle=!(a.$first||a.$last),a.$odd=!(a.$even=0===(1&b))},j=function(a){return a.clone[0]},k=function(a){return a.clone[a.clone.length-1]};return{restrict:"A",multiElement:!0,transclude:"element",priority:1e3,terminal:!0,
|
6 |
+
$$tlb:!0,compile:function(b,l){var m=l.ngRepeat,n=f.$$createComment("end ngRepeat",m),o=m.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/);if(!o)throw h("iexp","Expected expression in form of '_item_ in _collection_[ track by _id_]' but got '{0}'.",m);var p=o[1],q=o[2],r=o[3],s=o[4];if(o=p.match(/^(?:(\s*[\$\w]+)|\(\s*([\$\w]+)\s*,\s*([\$\w]+)\s*\))$/),!o)throw h("iidexp","'_item_' in '_item_ in _collection_' should be an identifier or '(_key_, _value_)' expression, but got '{0}'.",p);var t=o[3]||o[1],u=o[2];if(r&&(!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(r)||/^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(r)))throw h("badident","alias '{0}' is invalid --- must be a valid JS identifier which is not a reserved name.",r);var v,w,x,y,z={$id:Za};return s?v=a(s):(x=function(a,b){return Za(b)},y=function(a){return a}),function(a,b,f,l,o){v&&(w=function(b,c,d){return u&&(z[u]=b),z[t]=c,z.$index=d,v(a,z)});var p=oa();a.$watchCollection(q,function(f){var l,q,s,v,z,A,B,C,D,E,F,G,H=b[0],I=oa();if(r&&(a[r]=f),c(f))D=f,C=w||x;else{C=w||y,D=[];for(var J in f)Fd.call(f,J)&&"$"!==J.charAt(0)&&D.push(J)}for(v=D.length,F=new Array(v),l=0;l<v;l++)if(z=f===D?l:D[l],A=f[z],B=C(z,A,l),p[B])E=p[B],delete p[B],I[B]=E,F[l]=E;else{if(I[B])throw d(F,function(a){a&&a.scope&&(p[a.id]=a)}),h("dupes","Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}",m,B,A);F[l]={id:B,scope:void 0,clone:void 0},I[B]=!0}for(var K in p){if(E=p[K],G=na(E.clone),e.leave(G),G[0].parentNode)for(l=0,q=G.length;l<q;l++)G[l][g]=!0;E.scope.$destroy()}for(l=0;l<v;l++)if(z=f===D?l:D[l],A=f[z],E=F[l],E.scope){s=H;do s=s.nextSibling;while(s&&s[g]);j(E)!=s&&e.move(na(E.clone),null,H),H=k(E),i(E.scope,l,t,A,u,z,v)}else o(function(a,b){E.scope=b;var c=n.cloneNode(!1);a[a.length++]=c,e.enter(a,null,H),H=c,E.clone=a,I[E.id]=E,i(E.scope,l,t,A,u,z,v)});p=I})}}}}],Mg="ng-hide",Ng="ng-hide-animate",Og=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,c,d){b.$watch(d.ngShow,function(b){a[b?"removeClass":"addClass"](c,Mg,{tempClasses:Ng})})}}}],Pg=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,c,d){b.$watch(d.ngHide,function(b){a[b?"addClass":"removeClass"](c,Mg,{tempClasses:Ng})})}}}],Qg=jd(function(a,b,c){a.$watch(c.ngStyle,function(a,c){c&&a!==c&&d(c,function(a,c){b.css(c,"")}),a&&b.css(a)},!0)}),Rg=["$animate","$compile",function(a,b){return{require:"ngSwitch",controller:["$scope",function(){this.cases={}}],link:function(c,e,f,g){var h=f.ngSwitch||f.on,i=[],j=[],k=[],l=[],m=function(a,b){return function(){a.splice(b,1)}};c.$watch(h,function(c){var e,f;for(e=0,f=k.length;e<f;++e)a.cancel(k[e]);for(k.length=0,e=0,f=l.length;e<f;++e){var h=na(j[e].clone);l[e].$destroy();var n=k[e]=a.leave(h);n.then(m(k,e))}j.length=0,l.length=0,(i=g.cases["!"+c]||g.cases["?"])&&d(i,function(c){c.transclude(function(d,e){l.push(e);var f=c.element;d[d.length++]=b.$$createComment("end ngSwitchWhen");var g={clone:d};j.push(g),a.enter(d,f.parent(),f)})})})}}}],Sg=jd({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,c,d,e){d.cases["!"+c.ngSwitchWhen]=d.cases["!"+c.ngSwitchWhen]||[],d.cases["!"+c.ngSwitchWhen].push({transclude:e,element:b})}}),Tg=jd({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,c,d,e){d.cases["?"]=d.cases["?"]||[],d.cases["?"].push({transclude:e,element:b})}}),Ug=b("ngTransclude"),Vg=["$compile",function(a){return{restrict:"EAC",terminal:!0,compile:function(b){var c=a(b.contents());return b.empty(),function(a,b,d,e,f){function g(a,c){a.length?b.append(a):(h(),c.$destroy())}function h(){c(a,function(a){b.append(a)})}if(!f)throw Ug("orphan","Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: {0}",Y(b));d.ngTransclude===d.$attr.ngTransclude&&(d.ngTransclude="");var i=d.ngTransclude||d.ngTranscludeSlot;f(g,null,i),i&&!f.isSlotFilled(i)&&h()}}}}],Wg=["$templateCache",function(a){return{restrict:"E",terminal:!0,compile:function(b,c){if("text/ng-template"==c.type){var d=c.id,e=b[0].text;a.put(d,e)}}}}],Xg={$setViewValue:n,$render:n},Yg=["$element","$scope",function(b,c){var d=this,e=new $a;d.ngModelCtrl=Xg,d.unknownOption=Ld(a.document.createElement("option")),d.renderUnknownOption=function(a){var c="? "+Za(a)+" ?";d.unknownOption.val(c),b.prepend(d.unknownOption),b.val(c)},c.$on("$destroy",function(){d.renderUnknownOption=n}),d.removeUnknownOption=function(){d.unknownOption.parent()&&d.unknownOption.remove()},d.readValue=function(){return d.removeUnknownOption(),b.val()},d.writeValue=function(a){d.hasOption(a)?(d.removeUnknownOption(),b.val(a),""===a&&d.emptyOption.prop("selected",!0)):null==a&&d.emptyOption?(d.removeUnknownOption(),b.val("")):d.renderUnknownOption(a)},d.addOption=function(a,b){if(b[0].nodeType!==he){la(a,'"option value"'),""===a&&(d.emptyOption=b);var c=e.get(a)||0;e.put(a,c+1),d.ngModelCtrl.$render(),Cd(b)}},d.removeOption=function(a){var b=e.get(a);b&&(1===b?(e.remove(a),""===a&&(d.emptyOption=void 0)):e.put(a,b-1))},d.hasOption=function(a){return!!e.get(a)},d.registerOption=function(a,b,c,e,f){if(e){var g;c.$observe("value",function(a){s(g)&&d.removeOption(g),g=a,d.addOption(a,b)})}else f?a.$watch(f,function(a,e){c.$set("value",a),e!==a&&d.removeOption(e),d.addOption(a,b)}):d.addOption(c.value,b);b.on("$destroy",function(){d.removeOption(c.value),d.ngModelCtrl.$render()})}}],Zg=function(){function a(a,b,c,e){var f=e[1];if(f){var g=e[0];if(g.ngModelCtrl=f,b.on("change",function(){a.$apply(function(){f.$setViewValue(g.readValue())})}),c.multiple){g.readValue=function(){var a=[];return d(b.find("option"),function(b){b.selected&&a.push(b.value)}),a},g.writeValue=function(a){var c=new $a(a);d(b.find("option"),function(a){a.selected=s(c.get(a.value))})};var h,i=NaN;a.$watch(function(){i!==f.$viewValue||O(h,f.$viewValue)||(h=qa(f.$viewValue),f.$render()),i=f.$viewValue}),f.$isEmpty=function(a){return!a||0===a.length}}}}function b(a,b,c,d){var e=d[1];if(e){var f=d[0];e.$render=function(){f.writeValue(e.$viewValue)}}}return{restrict:"E",require:["select","?ngModel"],controller:Yg,priority:1,link:{pre:a,post:b}}},$g=["$interpolate",function(a){return{restrict:"E",priority:100,compile:function(b,c){if(s(c.value))var d=a(c.value,!0);else{var e=a(b.text(),!0);e||c.$set("value",b.text())}return function(a,b,c){var f="$selectController",g=b.parent(),h=g.data(f)||g.parent().data(f);h&&h.registerOption(a,b,c,d,e)}}}}],_g=p({restrict:"E",terminal:!1}),ah=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){d&&(c.required=!0,d.$validators.required=function(a,b){return!c.required||!d.$isEmpty(b)},c.$observe("required",function(){d.$validate()}))}}},bh=function(){return{restrict:"A",require:"?ngModel",link:function(a,c,d,e){if(e){var f,g=d.ngPattern||d.pattern;d.$observe("pattern",function(a){if(v(a)&&a.length>0&&(a=new RegExp("^"+a+"$")),a&&!a.test)throw b("ngPattern")("noregexp","Expected {0} to be a RegExp but was {1}. Element: {2}",g,a,Y(c));f=a||void 0,e.$validate()}),e.$validators.pattern=function(a,b){return e.$isEmpty(b)||r(f)||f.test(b)}}}}},ch=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){if(d){var e=-1;c.$observe("maxlength",function(a){var b=l(a);e=isNaN(b)?-1:b,d.$validate()}),d.$validators.maxlength=function(a,b){return e<0||d.$isEmpty(b)||b.length<=e}}}}},dh=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){if(d){var e=0;c.$observe("minlength",function(a){e=l(a)||0,d.$validate()}),d.$validators.minlength=function(a,b){return d.$isEmpty(b)||b.length>=e}}}}};return a.angular.bootstrap?void(a.console&&console.log("WARNING: Tried to load angular more than once.")):(ia(),ta(Ud),Ud.module("ngLocale",[],["$provide",function(a){function b(a){a+="";var b=a.indexOf(".");return b==-1?0:a.length-b-1}function c(a,c){var d=c;void 0===d&&(d=Math.min(b(a),3));var e=Math.pow(10,d),f=(a*e|0)%e;return{v:d,f:f}}var d={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};a.value("$locale",{DATETIME_FORMATS:{AMPMS:["AM","PM"],DAY:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ERANAMES:["Before Christ","Anno Domini"],ERAS:["BC","AD"],FIRSTDAYOFWEEK:6,MONTH:["January","February","March","April","May","June","July","August","September","October","November","December"],SHORTDAY:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],SHORTMONTH:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],STANDALONEMONTH:["January","February","March","April","May","June","July","August","September","October","November","December"],WEEKENDRANGE:[5,6],fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",medium:"MMM d, y h:mm:ss a",mediumDate:"MMM d, y",mediumTime:"h:mm:ss a",short:"M/d/yy h:mm a",shortDate:"M/d/yy",shortTime:"h:mm a"},NUMBER_FORMATS:{CURRENCY_SYM:"$",DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{gSize:3,lgSize:3,maxFrac:3,minFrac:0,minInt:1,negPre:"-",negSuf:"",posPre:"",posSuf:""},{gSize:3,lgSize:3,maxFrac:2,minFrac:2,minInt:1,negPre:"-¤",negSuf:"",posPre:"¤",posSuf:""}]},id:"en-us",localeID:"en_US",pluralCat:function(a,b){var e=0|a,f=c(a,b);return 1==e&&0==f.v?d.ONE:d.OTHER}})}]),void Ld(a.document).ready(function(){da(a.document,ea)}))}(window),!window.angular.$$csp().noInlineStyle&&window.angular.element(document.head).prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>'),function(){"use strict";angular.module("ng-slide-down",[]).directive("ngSlideDown",["$timeout",function(a){var b,c;return b=function(a,b){return void 0!==b.lazyRender?"<div ng-if='lazyRender' ng-transclude></div>":"<div ng-transclude></div>"},c=function(b,c,d,e,f){var g,h,i,j,k,l,m,n,o,p,q;return h=d.duration||1,q=d.timingFunction||"ease-in-out",i=c.scope(),j=d.emitOnClose,n=d.onClose,m=void 0!==d.lazyRender,g=null,o=null,k=function(a){var b,d,e,f,g;for(e=0,d=c.children(),f=0,g=d.length;f<g;f++)b=d[f],e+=b.clientHeight;return""+e+"px"},p=function(){return g&&a.cancel(g),m&&(b.lazyRender=!0),a(function(){return o&&a.cancel(o),c.css({overflow:"hidden",transitionProperty:"height",transitionDuration:""+h+"s",transitionTimingFunction:q,height:k()}),o=a(function(){return c.css({overflow:"visible",transition:"none",height:"auto"})},1e3*h)})},l=function(){if(o&&a.cancel(o),c.css({overflow:"hidden",transitionProperty:"height",transitionDuration:""+h+"s",transitionTimingFunction:q,height:"0px"}),j||n||m)return g=a(function(){if(j&&b.$emit(j,{}),n&&i.$eval(n),m)return b.lazyRender=!1},1e3*h)},b.$watch("expanded",function(b,d){return b?a(p):(null!=b&&(c.css({height:k()}),c[0].clientHeight),a(l))})},{restrict:"A",scope:{expanded:"=ngSlideDown"},transclude:!0,link:c,template:function(a,c){return b(a,c)}}}])}.call(this),function(a,b){"use strict";function c(a,b,c){if(!a)throw pa("areq","Argument '{0}' is {1}",b||"?",c||"required");return a}function d(a,b){return a||b?a?b?(X(a)&&(a=a.join(" ")),X(b)&&(b=b.join(" ")),a+" "+b):a:b:""}function e(a){var b={};return a&&(a.to||a.from)&&(b.to=a.to,b.from=a.from),b}function f(a,b,c){var d="";return a=X(a)?a:a&&aa(a)&&a.length?a.split(/\s+/):[],W(a,function(a,e){a&&a.length>0&&(d+=e>0?" ":"",d+=c?b+a:a+b)}),d}function g(a,b){var c=a.indexOf(b);b>=0&&a.splice(c,1)}function h(a){if(a instanceof ca)switch(a.length){case 0:return a;case 1:if(a[0].nodeType===L)return a;break;default:return ca(i(a))}if(a.nodeType===L)return ca(a)}function i(a){if(!a[0])return a;for(var b=0;b<a.length;b++){var c=a[b];if(c.nodeType==L)return c}}function j(a,b,c){W(b,function(b){a.addClass(b,c)})}function k(a,b,c){W(b,function(b){a.removeClass(b,c)})}function l(a){return function(b,c){c.addClass&&(j(a,b,c.addClass),c.addClass=null),c.removeClass&&(k(a,b,c.removeClass),c.removeClass=null)}}function m(a){if(a=a||{},!a.$$prepared){var b=a.domOperation||da;a.domOperation=function(){a.$$domOperationFired=!0,b(),b=da},a.$$prepared=!0}return a}function n(a,b){o(a,b),p(a,b)}function o(a,b){b.from&&(a.css(b.from),b.from=null)}function p(a,b){b.to&&(a.css(b.to),b.to=null)}function q(a,b,c){var d=b.options||{},e=c.options||{},f=(d.addClass||"")+" "+(e.addClass||""),g=(d.removeClass||"")+" "+(e.removeClass||""),h=r(a.attr("class"),f,g);e.preparationClasses&&(d.preparationClasses=y(e.preparationClasses,d.preparationClasses),delete e.preparationClasses);var i=d.domOperation!==da?d.domOperation:null;return V(d,e),i&&(d.domOperation=i),h.addClass?d.addClass=h.addClass:d.addClass=null,h.removeClass?d.removeClass=h.removeClass:d.removeClass=null,b.addClass=d.addClass,b.removeClass=d.removeClass,d}function r(a,b,c){function d(a){aa(a)&&(a=a.split(" "));var b={};return W(a,function(a){a.length&&(b[a]=!0)}),b}var e=1,f=-1,g={};a=d(a),b=d(b),W(b,function(a,b){g[b]=e}),c=d(c),W(c,function(a,b){g[b]=g[b]===e?null:f});var h={addClass:"",removeClass:""};return W(g,function(b,c){var d,g;b===e?(d="addClass",g=!a[c]||a[c+N]):b===f&&(d="removeClass",g=a[c]||a[c+M]),g&&(h[d].length&&(h[d]+=" "),h[d]+=c)}),h}function s(a){return a instanceof ca?a[0]:a}function t(a,b,c){var d="";b&&(d=f(b,O,!0)),c.addClass&&(d=y(d,f(c.addClass,M))),c.removeClass&&(d=y(d,f(c.removeClass,N))),d.length&&(c.preparationClasses=d,a.addClass(d))}function u(a,b){b.preparationClasses&&(a.removeClass(b.preparationClasses),b.preparationClasses=null),b.activeClasses&&(a.removeClass(b.activeClasses),b.activeClasses=null)}function v(a,b){var c=b?"-"+b+"s":"";return x(a,[na,c]),[na,c]}function w(a,b){var c=b?"paused":"",d=J+ja;return x(a,[d,c]),[d,c]}function x(a,b){var c=b[0],d=b[1];a.style[c]=d}function y(a,b){return a?b?a+" "+b:a:b}function z(a){return[ma,a+"s"]}function A(a,b){var c=b?la:na;return[c,a+"s"]}function B(a,b,c){var d=Object.create(null),e=a.getComputedStyle(b)||{};return W(c,function(a,b){var c=e[a];if(c){var f=c.charAt(0);("-"===f||"+"===f||f>=0)&&(c=C(c)),0===c&&(c=null),d[b]=c}}),d}function C(a){var b=0,c=a.split(/\s*,\s*/);return W(c,function(a){"s"==a.charAt(a.length-1)&&(a=a.substring(0,a.length-1)),a=parseFloat(a)||0,b=b?Math.max(a,b):a}),b}function D(a){return 0===a||null!=a}function E(a,b){var c=H,d=a+"s";return b?c+=ea:d+=" linear all",[c,d]}function F(){var a=Object.create(null);return{flush:function(){a=Object.create(null)},count:function(b){var c=a[b];return c?c.total:0},get:function(b){var c=a[b];return c&&c.value},put:function(b,c){a[b]?a[b].total++:a[b]={total:1,value:c}}}}function G(a,b,c){W(c,function(c){a[c]=Y(a[c])?a[c]:b.style.getPropertyValue(c)})}var H,I,J,K,L=1,M="-add",N="-remove",O="ng-",P="-active",Q="-prepare",R="ng-animate",S="$$ngAnimateChildren",T="";void 0===a.ontransitionend&&void 0!==a.onwebkittransitionend?(T="-webkit-",H="WebkitTransition",I="webkitTransitionEnd transitionend"):(H="transition",I="transitionend"),void 0===a.onanimationend&&void 0!==a.onwebkitanimationend?(T="-webkit-",J="WebkitAnimation",K="webkitAnimationEnd animationend"):(J="animation",K="animationend");var U,V,W,X,Y,Z,$,_,aa,ba,ca,da,ea="Duration",fa="Property",ga="Delay",ha="TimingFunction",ia="IterationCount",ja="PlayState",ka=9999,la=J+ga,ma=J+ea,na=H+ga,oa=H+ea,pa=b.$$minErr("ng"),qa=["$$rAF",function(a){function b(a){d=d.concat(a),c()}function c(){if(d.length){for(var b=d.shift(),f=0;f<b.length;f++)b[f]();e||a(function(){e||c()})}}var d,e;return d=b.queue=[],b.waitUntilQuiet=function(b){e&&e(),e=a(function(){e=null,b(),c()})},b}],ra=["$interpolate",function(a){return{link:function(b,c,d){function e(a){a="on"===a||"true"===a,c.data(S,a)}var f=d.ngAnimateChildren;aa(f)&&0===f.length?c.data(S,!0):(e(a(f)(b)),d.$observe("ngAnimateChildren",e))}}}],sa="$$animateCss",ta=1e3,ua=3,va=1.5,wa={transitionDuration:oa,transitionDelay:na,transitionProperty:H+fa,animationDuration:ma,animationDelay:la,animationIterationCount:J+ia},xa={transitionDuration:oa,transitionDelay:na,animationDuration:ma,animationDelay:la},ya=["$animateProvider",function(a){var b=F(),c=F();this.$get=["$window","$$jqLite","$$AnimateRunner","$timeout","$$forceReflow","$sniffer","$$rAFScheduler","$$animateQueue",function(a,d,h,i,j,k,q,r){function t(a,b){var c="$$ngAnimateParentKey",d=a.parentNode,e=d[c]||(d[c]=++Q);return e+"-"+a.getAttribute("class")+"-"+b}function u(c,d,e,f){var g=b.get(e);return g||(g=B(a,c,f),"infinite"===g.animationIterationCount&&(g.animationIterationCount=1)),b.put(e,g),g}function y(e,g,h,i){var j;if(b.count(h)>0&&(j=c.get(h),!j)){var k=f(g,"-stagger");d.addClass(e,k),j=B(a,e,i),j.animationDuration=Math.max(j.animationDuration,0),j.transitionDuration=Math.max(j.transitionDuration,0),d.removeClass(e,k),c.put(h,j)}return j||{}}function C(a){R.push(a),q.waitUntilQuiet(function(){b.flush(),c.flush();for(var a=j(),d=0;d<R.length;d++)R[d](a);R.length=0})}function F(a,b,c){var d=u(a,b,c,wa),e=d.animationDelay,f=d.transitionDelay;return d.maxDelay=e&&f?Math.max(e,f):e||f,d.maxDuration=Math.max(d.animationDuration*d.animationIterationCount,d.transitionDuration),d}var L=l(d),Q=0,R=[];return function(a,c){function j(){q()}function l(){q(!0)}function q(b){if(!(Y||$&&Z)){Y=!0,Z=!1,S.$$skipPreparationClasses||d.removeClass(a,wa),d.removeClass(a,za),w(V,!1),v(V,!1),W(ja,function(a){V.style[a[0]]=""}),L(a,S),n(a,S),Object.keys(T).length&&W(T,function(a,b){a?V.style.setProperty(b,a):V.style.removeProperty(b)}),S.onDone&&S.onDone(),na&&na.length&&a.off(na.join(" "),Q);var c=a.data(sa);c&&(i.cancel(c[0].timer),a.removeData(sa)),_&&_.complete(!b)}}function u(a){Na.blockTransition&&v(V,a),Na.blockKeyframeAnimation&&w(V,!!a)}function B(){return _=new h({end:j,cancel:l}),C(da),q(),{$$willAnimate:!1,start:function(){return _},end:j}}function Q(a){a.stopPropagation();var b=a.originalEvent||a,c=b.$manualTimeStamp||Date.now(),d=parseFloat(b.elapsedTime.toFixed(ua));Math.max(c-ia,0)>=ca&&d>=ea&&($=!0,q())}function R(){function b(){if(!Y){if(u(!1),W(ja,function(a){var b=a[0],c=a[1];V.style[b]=c}),L(a,S),d.addClass(a,za),Na.recalculateTimingStyles){if(ya=V.className+" "+wa,Ca=t(V,ya),La=F(V,ya,Ca),Ma=La.maxDelay,ba=Math.max(Ma,0),ea=La.maxDuration,0===ea)return void q();Na.hasTransitions=La.transitionDuration>0,Na.hasAnimations=La.animationDuration>0}if(Na.applyAnimationDelay&&(Ma="boolean"!=typeof S.delay&&D(S.delay)?parseFloat(S.delay):Ma,ba=Math.max(Ma,0),La.animationDelay=Ma,Oa=A(Ma,!0),ja.push(Oa),V.style[Oa[0]]=Oa[1]),ca=ba*ta,ga=ea*ta,S.easing){var b,e=S.easing;Na.hasTransitions&&(b=H+ha,ja.push([b,e]),V.style[b]=e),Na.hasAnimations&&(b=J+ha,ja.push([b,e]),V.style[b]=e)}La.transitionDuration&&na.push(I),La.animationDuration&&na.push(K),ia=Date.now();var f=ca+va*ga,g=ia+f,h=a.data(sa)||[],j=!0;if(h.length){var k=h[0];j=g>k.expectedEndTime,j?i.cancel(k.timer):h.push(q)}if(j){var l=i(c,f,!1);h[0]={timer:l,expectedEndTime:g},h.push(q),a.data(sa,h)}na.length&&a.on(na.join(" "),Q),S.to&&(S.cleanupStyles&&G(T,V,Object.keys(S.to)),p(a,S))}}function c(){var b=a.data(sa);if(b){for(var c=1;c<b.length;c++)b[c]();a.removeData(sa)}}if(!Y){if(!V.parentNode)return void q();var e=function(a){if($)Z&&a&&(Z=!1,q());else if(Z=!a,La.animationDuration){var b=w(V,Z);Z?ja.push(b):g(ja,b)}},f=Ja>0&&(La.transitionDuration&&0===Da.transitionDuration||La.animationDuration&&0===Da.animationDuration)&&Math.max(Da.animationDelay,Da.transitionDelay);f?i(b,Math.floor(f*Ja*ta),!1):b(),aa.resume=function(){e(!0)},aa.pause=function(){e(!1)}}}var S=c||{};S.$$prepared||(S=m(U(S)));var T={},V=s(a);if(!V||!V.parentNode||!r.enabled())return B();var Y,Z,$,_,aa,ba,ca,ea,ga,ia,ja=[],la=a.attr("class"),ma=e(S),na=[];if(0===S.duration||!k.animations&&!k.transitions)return B();var oa=S.event&&X(S.event)?S.event.join(" "):S.event,pa=oa&&S.structural,qa="",ra="";pa?qa=f(oa,O,!0):oa&&(qa=oa),S.addClass&&(ra+=f(S.addClass,M)),S.removeClass&&(ra.length&&(ra+=" "),ra+=f(S.removeClass,N)),S.applyClassesEarly&&ra.length&&L(a,S);var wa=[qa,ra].join(" ").trim(),ya=la+" "+wa,za=f(wa,P),Aa=ma.to&&Object.keys(ma.to).length>0,Ba=(S.keyframeStyle||"").length>0;if(!Ba&&!Aa&&!wa)return B();var Ca,Da;if(S.stagger>0){var Ea=parseFloat(S.stagger);Da={transitionDelay:Ea,animationDelay:Ea,transitionDuration:0,animationDuration:0}}else Ca=t(V,ya),Da=y(V,wa,Ca,xa);S.$$skipPreparationClasses||d.addClass(a,wa);var Fa;if(S.transitionStyle){var Ga=[H,S.transitionStyle];x(V,Ga),ja.push(Ga)}if(S.duration>=0){Fa=V.style[H].length>0;var Ha=E(S.duration,Fa);x(V,Ha),ja.push(Ha)}if(S.keyframeStyle){var Ia=[J,S.keyframeStyle];x(V,Ia),ja.push(Ia)}var Ja=Da?S.staggerIndex>=0?S.staggerIndex:b.count(Ca):0,Ka=0===Ja;Ka&&!S.skipBlocking&&v(V,ka);var La=F(V,ya,Ca),Ma=La.maxDelay;ba=Math.max(Ma,0),ea=La.maxDuration;var Na={};if(Na.hasTransitions=La.transitionDuration>0,Na.hasAnimations=La.animationDuration>0,Na.hasTransitionAll=Na.hasTransitions&&"all"==La.transitionProperty,Na.applyTransitionDuration=Aa&&(Na.hasTransitions&&!Na.hasTransitionAll||Na.hasAnimations&&!Na.hasTransitions),Na.applyAnimationDuration=S.duration&&Na.hasAnimations,Na.applyTransitionDelay=D(S.delay)&&(Na.applyTransitionDuration||Na.hasTransitions),Na.applyAnimationDelay=D(S.delay)&&Na.hasAnimations,Na.recalculateTimingStyles=ra.length>0,(Na.applyTransitionDuration||Na.applyAnimationDuration)&&(ea=S.duration?parseFloat(S.duration):ea,Na.applyTransitionDuration&&(Na.hasTransitions=!0,La.transitionDuration=ea,Fa=V.style[H+fa].length>0,ja.push(E(ea,Fa))),Na.applyAnimationDuration&&(Na.hasAnimations=!0,La.animationDuration=ea,ja.push(z(ea)))),0===ea&&!Na.recalculateTimingStyles)return B();if(null!=S.delay){var Oa;"boolean"!=typeof S.delay&&(Oa=parseFloat(S.delay),ba=Math.max(Oa,0)),Na.applyTransitionDelay&&ja.push(A(Oa)),Na.applyAnimationDelay&&ja.push(A(Oa,!0))}return null==S.duration&&La.transitionDuration>0&&(Na.recalculateTimingStyles=Na.recalculateTimingStyles||Ka),ca=ba*ta,ga=ea*ta,S.skipBlocking||(Na.blockTransition=La.transitionDuration>0,Na.blockKeyframeAnimation=La.animationDuration>0&&Da.animationDelay>0&&0===Da.animationDuration),S.from&&(S.cleanupStyles&&G(T,V,Object.keys(S.from)),o(a,S)),Na.blockTransition||Na.blockKeyframeAnimation?u(ea):S.skipBlocking||v(V,!1),{$$willAnimate:!0,end:j,start:function(){if(!Y)return aa={end:j,cancel:l,resume:null,pause:null},_=new h(aa),C(R),_}}}}]}],za=["$$animationProvider",function(a){function b(a){return a.parentNode&&11===a.parentNode.nodeType}a.drivers.push("$$animateCssDriver");var c="ng-animate-shim",d="ng-anchor",e="ng-anchor-out",f="ng-anchor-in";this.$get=["$animateCss","$rootScope","$$AnimateRunner","$rootElement","$sniffer","$$jqLite","$document",function(a,g,h,i,j,k,m){function n(a){return a.replace(/\bng-\S+\b/g,"")}function o(a,b){return aa(a)&&(a=a.split(" ")),aa(b)&&(b=b.split(" ")),a.filter(function(a){return b.indexOf(a)===-1}).join(" ")}function p(b,g,i){function j(a){var b={},c=s(a).getBoundingClientRect();return W(["width","height","top","left"],function(a){var d=c[a];switch(a){case"top":d+=t.scrollTop;break;case"left":d+=t.scrollLeft}b[a]=Math.floor(d)+"px"}),b}function k(){var b=a(q,{addClass:e,delay:!0,from:j(g)});return b.$$willAnimate?b:null}function l(a){return a.attr("class")||""}function m(){var b=n(l(i)),c=o(b,r),d=o(r,b),g=a(q,{to:j(i),addClass:f+" "+c,removeClass:e+" "+d,delay:!0});return g.$$willAnimate?g:null}function p(){q.remove(),g.removeClass(c),i.removeClass(c)}var q=ca(s(g).cloneNode(!0)),r=n(l(q));g.addClass(c),i.addClass(c),q.addClass(d),v.append(q);var u,w=k();if(!w&&(u=m(),!u))return p();var x=w||u;return{start:function(){function a(){c&&c.end()}var b,c=x.start();return c.done(function(){return c=null,!u&&(u=m())?(c=u.start(),c.done(function(){c=null,p(),b.complete()}),c):(p(),void b.complete())}),b=new h({end:a,cancel:a})}}}function q(a,b,c,d){var e=r(a,da),f=r(b,da),g=[];if(W(d,function(a){var b=a.out,d=a.in,e=p(c,b,d);e&&g.push(e)}),e||f||0!==g.length)return{start:function(){function a(){W(b,function(a){a.end()})}var b=[];e&&b.push(e.start()),f&&b.push(f.start()),W(g,function(a){b.push(a.start())});var c=new h({end:a,cancel:a});return h.all(b,function(a){c.complete(a)}),c}}}function r(b){var c=b.element,d=b.options||{};b.structural&&(d.event=b.event,d.structural=!0,d.applyClassesEarly=!0,"leave"===b.event&&(d.onDone=d.domOperation)),d.preparationClasses&&(d.event=y(d.event,d.preparationClasses));var e=a(c,d);return e.$$willAnimate?e:null}if(!j.animations&&!j.transitions)return da;var t=m[0].body,u=s(i),v=ca(b(u)||t.contains(u)?u:t);l(k);return function(a){return a.from&&a.to?q(a.from,a.to,a.classes,a.anchors):r(a)}}]}],Aa=["$animateProvider",function(a){this.$get=["$injector","$$AnimateRunner","$$jqLite",function(b,c,d){function e(c){c=X(c)?c:c.split(" ");for(var d=[],e={},f=0;f<c.length;f++){var g=c[f],h=a.$$registeredAnimations[g];h&&!e[g]&&(d.push(b.get(h)),e[g]=!0)}return d}var f=l(d);return function(a,b,d,g){function h(){g.domOperation(),f(a,g)}function i(){o=!0,h(),n(a,g)}function j(a,b,d,e,f){var g;switch(d){case"animate":g=[b,e.from,e.to,f];break;case"setClass":g=[b,r,s,f];break;case"addClass":g=[b,r,f];break;case"removeClass":g=[b,s,f];break;default:g=[b,f]}g.push(e);var h=a.apply(a,g);if(h)if($(h.start)&&(h=h.start()),h instanceof c)h.done(f);else if($(h))return h;return da}function k(a,b,d,e,f){var g=[];return W(e,function(e){var h=e[f];h&&g.push(function(){var e,f,g=!1,i=function(a){g||(g=!0,(f||da)(a),e.complete(!a))};return e=new c({end:function(){i()},cancel:function(){i(!0)}}),f=j(h,a,b,d,function(a){var b=a===!1;i(b)}),e})}),g}function l(a,b,d,e,f){var g=k(a,b,d,e,f);if(0===g.length){var h,i;"beforeSetClass"===f?(h=k(a,"removeClass",d,e,"beforeRemoveClass"),i=k(a,"addClass",d,e,"beforeAddClass")):"setClass"===f&&(h=k(a,"removeClass",d,e,"removeClass"),i=k(a,"addClass",d,e,"addClass")),h&&(g=g.concat(h)),i&&(g=g.concat(i))}if(0!==g.length)return function(a){var b=[];return g.length&&W(g,function(a){b.push(a())}),b.length?c.all(b,a):a(),function(a){W(b,function(b){a?b.cancel():b.end()})}}}var o=!1;3===arguments.length&&_(d)&&(g=d,d=null),g=m(g),d||(d=a.attr("class")||"",g.addClass&&(d+=" "+g.addClass),g.removeClass&&(d+=" "+g.removeClass));var p,q,r=g.addClass,s=g.removeClass,t=e(d);if(t.length){var u,v;"leave"==b?(v="leave",u="afterLeave"):(v="before"+b.charAt(0).toUpperCase()+b.substr(1),u=b),"enter"!==b&&"move"!==b&&(p=l(a,b,g,t,v)),q=l(a,b,g,t,u)}if(p||q){var w;return{$$willAnimate:!0,end:function(){return w?w.end():(i(),w=new c,w.complete(!0)),w},start:function(){function a(a){i(a),w.complete(a)}function b(b){o||((d||da)(b),a(b))}if(w)return w;w=new c;var d,e=[];return p&&e.push(function(a){d=p(a)}),e.length?e.push(function(a){h(),a(!0)}):h(),q&&e.push(function(a){d=q(a)}),w.setHost({end:function(){b()},cancel:function(){b(!0)}}),c.chain(e,a),w}}}}}]}],Ba=["$$animationProvider",function(a){a.drivers.push("$$animateJsDriver"),this.$get=["$$animateJs","$$AnimateRunner",function(a,b){function c(b){var c=b.element,d=b.event,e=b.options,f=b.classes;return a(c,d,f,e)}return function(a){if(a.from&&a.to){var d=c(a.from),e=c(a.to);if(!d&&!e)return;return{start:function(){function a(){return function(){W(f,function(a){a.end()})}}function c(a){g.complete(a)}var f=[];d&&f.push(d.start()),e&&f.push(e.start()),b.all(f,c);var g=new b({end:a(),cancel:a()});return g}}}return c(a)}}]}],Ca="data-ng-animate",Da="$ngAnimatePin",Ea=["$animateProvider",function(b){function d(a){if(!a)return null;var b=a.split(o),c=Object.create(null);return W(b,function(a){c[a]=!0}),c}function e(a,b){if(a&&b){var c=d(b);return a.split(o).some(function(a){return c[a]})}}function f(a,b,c,d){return p[a].some(function(a){return a(b,c,d)})}function g(a,b){var c=(a.addClass||"").length>0,d=(a.removeClass||"").length>0;return b?c&&d:c||d}var j=1,k=2,o=" ",p=this.rules={skip:[],cancel:[],join:[]};p.join.push(function(a,b,c){return!b.structural&&g(b)}),p.skip.push(function(a,b,c){return!b.structural&&!g(b)}),p.skip.push(function(a,b,c){return"leave"==c.event&&b.structural}),p.skip.push(function(a,b,c){return c.structural&&c.state===k&&!b.structural}),p.cancel.push(function(a,b,c){return c.structural&&b.structural}),p.cancel.push(function(a,b,c){return c.state===k&&b.structural}),p.cancel.push(function(a,b,c){if(c.structural)return!1;var d=b.addClass,f=b.removeClass,g=c.addClass,h=c.removeClass;return!(ba(d)&&ba(f)||ba(g)&&ba(h))&&(e(d,h)||e(f,g))}),this.$get=["$$rAF","$rootScope","$rootElement","$document","$$HashMap","$$animation","$$AnimateRunner","$templateRequest","$$jqLite","$$forceReflow",function(d,e,o,p,r,v,w,x,y,z){function A(){var a=!1;return function(b){a?b():e.$$postDigest(function(){a=!0,b()})}}function B(a,b){return q(a,b,{})}function C(a,b,c){var d=s(b),e=s(a),f=[],g=Q[c];return g&&W(g,function(a){da.call(a.node,d)?f.push(a.callback):"leave"===c&&da.call(a.node,e)&&f.push(a.callback)}),f}function D(a,b,c){var d=i(b);return a.filter(function(a){var b=a.node===d&&(!c||a.callback===c);return!b})}function E(a,b){"close"!==a||b[0].parentNode||ea.off(b)}function F(a,b,c){function i(b,c,e,f){z(function(){var b=C(r,a,c);b.length?d(function(){W(b,function(b){b(a,e,f)}),E(e,a)}):E(e,a)}),b.progress(c,e,f)}function l(b){u(a,x),$(a,x),n(a,x),x.domOperation(),y.complete(!b)}var o,r,x=U(c);a=h(a),a&&(o=s(a),r=a.parent()),x=m(x);var y=new w,z=A();if(X(x.addClass)&&(x.addClass=x.addClass.join(" ")),x.addClass&&!aa(x.addClass)&&(x.addClass=null),X(x.removeClass)&&(x.removeClass=x.removeClass.join(" ")),x.removeClass&&!aa(x.removeClass)&&(x.removeClass=null),x.from&&!_(x.from)&&(x.from=null),x.to&&!_(x.to)&&(x.to=null),!o)return l(),y;var D=[o.className,x.addClass,x.removeClass].join(" ");if(!T(D))return l(),y;var F=["enter","move","leave"].indexOf(b)>=0,I=p[0].hidden,L=!O||I||N.get(o),P=!L&&M.get(o)||{},Q=!!P.state;if(L||Q&&P.state==j||(L=!J(a,r,b)),L)return I&&i(y,b,"start"),l(),I&&i(y,b,"close"),y;F&&G(a);var R={structural:F,element:a,event:b,addClass:x.addClass,removeClass:x.removeClass,close:l,options:x,runner:y};if(Q){var S=f("skip",a,R,P);if(S)return P.state===k?(l(),y):(q(a,P,R),P.runner);var V=f("cancel",a,R,P);if(V)if(P.state===k)P.runner.end();else{if(!P.structural)return q(a,P,R),P.runner;P.close()}else{var Y=f("join",a,R,P);if(Y){if(P.state!==k)return t(a,F?b:null,x),b=R.event=P.event,x=q(a,P,R),P.runner;B(a,R)}}}else B(a,R);var Z=R.structural;if(Z||(Z="animate"===R.event&&Object.keys(R.options.to||{}).length>0||g(R)),!Z)return l(),H(a),y;var ba=(P.counter||0)+1;return R.counter=ba,K(a,j,R),e.$$postDigest(function(){var c=M.get(o),d=!c;c=c||{};var e=a.parent()||[],f=e.length>0&&("animate"===c.event||c.structural||g(c));if(d||c.counter!==ba||!f)return d&&($(a,x),n(a,x)),(d||F&&c.event!==b)&&(x.domOperation(),y.end()),void(f||H(a));b=!c.structural&&g(c,!0)?"setClass":c.event,K(a,k);var h=v(a,b,c.options);y.setHost(h),i(y,b,"start",{}),h.done(function(c){l(!c);var d=M.get(o);d&&d.counter===ba&&H(s(a)),i(y,b,"close",{})})}),y}function G(a){var b=s(a),c=b.querySelectorAll("["+Ca+"]");W(c,function(a){var b=parseInt(a.getAttribute(Ca)),c=M.get(a);if(c)switch(b){case k:c.runner.end();case j:M.remove(a)}})}function H(a){var b=s(a);b.removeAttribute(Ca),M.remove(b)}function I(a,b){return s(a)===s(b)}function J(a,b,c){var d,e=ca(p[0].body),f=I(a,e)||"HTML"===a[0].nodeName,g=I(a,o),h=!1,i=N.get(s(a)),j=ca.data(a[0],Da);for(j&&(b=j),b=s(b);b&&(g||(g=I(b,o)),b.nodeType===L);){var k=M.get(b)||{};if(!h){var l=N.get(b);if(l===!0&&i!==!1){i=!0;break}l===!1&&(i=!1),h=k.structural}if(ba(d)||d===!0){var m=ca.data(b,S);Y(m)&&(d=m)}if(h&&d===!1)break;if(f||(f=I(b,e)),f&&g)break;b=g||!(j=ca.data(b,Da))?b.parentNode:s(j)}var n=(!h||d)&&i!==!0;return n&&g&&f}function K(a,b,c){c=c||{},c.state=b;var d=s(a);d.setAttribute(Ca,b);var e=M.get(d),f=e?V(e,c):c;M.put(d,f)}var M=new r,N=new r,O=null,P=e.$watch(function(){return 0===x.totalPendingRequests},function(a){a&&(P(),e.$$postDigest(function(){e.$$postDigest(function(){null===O&&(O=!0);
|
7 |
+
})}))}),Q=Object.create(null),R=b.classNameFilter(),T=R?function(a){return R.test(a)}:function(){return!0},$=l(y),da=a.Node.prototype.contains||function(a){return this===a||!!(16&this.compareDocumentPosition(a))},ea={on:function(a,b,c){var d=i(b);Q[a]=Q[a]||[],Q[a].push({node:d,callback:c}),ca(b).on("$destroy",function(){var e=M.get(d);e||ea.off(a,b,c)})},off:function(a,b,c){if(1!==arguments.length||aa(arguments[0])){var d=Q[a];d&&(Q[a]=1===arguments.length?null:D(d,b,c))}else{b=arguments[0];for(var e in Q)Q[e]=D(Q[e],b)}},pin:function(a,b){c(Z(a),"element","not an element"),c(Z(b),"parentElement","not an element"),a.data(Da,b)},push:function(a,b,c,d){return c=c||{},c.domOperation=d,F(a,b,c)},enabled:function(a,b){var c=arguments.length;if(0===c)b=!!O;else{var d=Z(a);if(d){var e=s(a);1===c?b=!N.get(e):N.put(e,!b)}else b=O=!!a}return b}};return ea}]}],Fa=["$animateProvider",function(a){function b(a,b){a.data(h,b)}function c(a){a.removeData(h)}function e(a){return a.data(h)}var f="ng-animate-ref",g=this.drivers=[],h="$$animationRunner";this.$get=["$$jqLite","$rootScope","$injector","$$AnimateRunner","$$HashMap","$$rAFScheduler",function(a,h,i,j,k,o){function p(a){function b(a){if(a.processed)return a;a.processed=!0;var c=a.domNode,d=c.parentNode;f.put(c,a);for(var g;d;){if(g=f.get(d)){g.processed||(g=b(g));break}d=d.parentNode}return(g||e).children.push(a),a}function c(a){var b,c=[],d=[];for(b=0;b<a.children.length;b++)d.push(a.children[b]);var e=d.length,f=0,g=[];for(b=0;b<d.length;b++){var h=d[b];e<=0&&(e=f,f=0,c.push(g),g=[]),g.push(h.fn),h.children.forEach(function(a){f++,d.push(a)}),e--}return g.length&&c.push(g),c}var d,e={children:[]},f=new k;for(d=0;d<a.length;d++){var g=a[d];f.put(g.domNode,a[d]={domNode:g.domNode,fn:g.fn,children:[]})}for(d=0;d<a.length;d++)b(a[d]);return c(e)}var q=[],r=l(a);return function(k,l,t){function u(a){var b="["+f+"]",c=a.hasAttribute(f)?[a]:a.querySelectorAll(b),d=[];return W(c,function(a){var b=a.getAttribute(f);b&&b.length&&d.push(a)}),d}function v(a){var b=[],c={};W(a,function(a,d){var e=a.element,g=s(e),h=a.event,i=["enter","move"].indexOf(h)>=0,j=a.structural?u(g):[];if(j.length){var k=i?"to":"from";W(j,function(a){var b=a.getAttribute(f);c[b]=c[b]||{},c[b][k]={animationID:d,element:ca(a)}})}else b.push(a)});var d={},e={};return W(c,function(c,f){var g=c.from,h=c.to;if(!g||!h){var i=g?g.animationID:h.animationID,j=i.toString();return void(d[j]||(d[j]=!0,b.push(a[i])))}var k=a[g.animationID],l=a[h.animationID],m=g.animationID.toString();if(!e[m]){var n=e[m]={structural:!0,beforeStart:function(){k.beforeStart(),l.beforeStart()},close:function(){k.close(),l.close()},classes:w(k.classes,l.classes),from:k,to:l,anchors:[]};n.classes.length?b.push(n):(b.push(k),b.push(l))}e[m].anchors.push({out:g.element,in:h.element})}),b}function w(a,b){a=a.split(" "),b=b.split(" ");for(var c=[],d=0;d<a.length;d++){var e=a[d];if("ng-"!==e.substring(0,3))for(var f=0;f<b.length;f++)if(e===b[f]){c.push(e);break}}return c.join(" ")}function x(a){for(var b=g.length-1;b>=0;b--){var c=g[b],d=i.get(c),e=d(a);if(e)return e}}function y(){k.addClass(R),F&&a.addClass(k,F),G&&(a.removeClass(k,G),G=null)}function z(a,b){function c(a){var c=e(a);c&&c.setHost(b)}a.from&&a.to?(c(a.from.element),c(a.to.element)):c(a.element)}function A(){var a=e(k);!a||"leave"===l&&t.$$domOperationFired||a.end()}function B(b){k.off("$destroy",A),c(k),r(k,t),n(k,t),t.domOperation(),F&&a.removeClass(k,F),k.removeClass(R),D.complete(!b)}t=m(t);var C=["enter","move","leave"].indexOf(l)>=0,D=new j({end:function(){B()},cancel:function(){B(!0)}});if(!g.length)return B(),D;b(k,D);var E=d(k.attr("class"),d(t.addClass,t.removeClass)),F=t.tempClasses;F&&(E+=" "+F,t.tempClasses=null);var G;return C&&(G="ng-"+l+Q,a.addClass(k,G)),q.push({element:k,classes:E,event:l,structural:C,options:t,beforeStart:y,close:B}),k.on("$destroy",A),q.length>1?D:(h.$$postDigest(function(){var a=[];W(q,function(b){e(b.element)?a.push(b):b.close()}),q.length=0;var b=v(a),c=[];W(b,function(a){c.push({domNode:s(a.from?a.from.element:a.element),fn:function(){a.beforeStart();var b,c=a.close,d=a.anchors?a.from.element||a.to.element:a.element;if(e(d)){var f=x(a);f&&(b=f.start)}if(b){var g=b();g.done(function(a){c(!a)}),z(a,g)}else c()}})}),o(p(c))}),D)}}]}],Ga=["$animate","$rootScope",function(a,b){return{restrict:"A",transclude:"element",terminal:!0,priority:600,link:function(b,c,d,e,f){var g,h;b.$watchCollection(d.ngAnimateSwap||d.for,function(d){g&&a.leave(g),h&&(h.$destroy(),h=null),(d||0===d)&&(h=b.$new(),f(h,function(b){g=b,a.enter(b,null,c)}))})}}}];b.module("ngAnimate",[],function(){da=b.noop,U=b.copy,V=b.extend,ca=b.element,W=b.forEach,X=b.isArray,aa=b.isString,_=b.isObject,ba=b.isUndefined,Y=b.isDefined,$=b.isFunction,Z=b.isElement}).directive("ngAnimateSwap",Ga).directive("ngAnimateChildren",ra).factory("$$rAFScheduler",qa).provider("$$animateQueue",Ea).provider("$$animation",Fa).provider("$animateCss",ya).provider("$$animateCssDriver",za).provider("$$animateJs",Aa).provider("$$animateJsDriver",Ba)}(window,window.angular),function(){var a=[].indexOf||function(a){for(var b=0,c=this.length;b<c;b++)if(b in this&&this[b]===a)return b;return-1};angular.module("localytics.directives",[]),angular.module("localytics.directives").directive("chosen",["$timeout",function(b){var c,d,e,f;return d=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+group\s+by\s+([\s\S]+?))?\s+for\s+(?:([\$\w][\$\w]*)|(?:\(\s*([\$\w][\$\w]*)\s*,\s*([\$\w][\$\w]*)\s*\)))\s+in\s+([\s\S]+?)(?:\s+track\s+by\s+([\s\S]+?))?$/,c=["persistentCreateOption","createOptionText","createOption","skipNoResults","noResultsText","allowSingleDeselect","disableSearchThreshold","disableSearch","enableSplitWordSearch","inheritSelectClasses","maxSelectedOptions","placeholderTextMultiple","placeholderTextSingle","searchContains","singleBackstrokeDelete","displayDisabledOptions","displaySelectedOptions","width","includeGroupLabelInSelected","maxShownResults"],f=function(a){return a.replace(/[A-Z]/g,function(a){return"_"+a.toLowerCase()})},e=function(a){var b;if(angular.isArray(a))return 0===a.length;if(angular.isObject(a))for(b in a)if(a.hasOwnProperty(b))return!1;return!0},{restrict:"A",require:"?ngModel",priority:1,link:function(g,h,i,j){var k,l,m,n,o,p,q,r,s,t,u;if(g.disabledValuesHistory=g.disabledValuesHistory?g.disabledValuesHistory:[],h=$(h),h.addClass("localytics-chosen"),o=g.$eval(i.chosen)||{},angular.forEach(i,function(b,d){if(a.call(c,d)>=0)return i.$observe(d,function(a){var b;return b=String(h.attr(i.$attr[d])).slice(0,2),o[f(d)]="{{"===b?a:g.$eval(a),s()})}),q=function(){return h.addClass("loading").attr("disabled",!0).trigger("chosen:updated")},r=function(){return h.removeClass("loading"),angular.isDefined(i.disabled)?h.attr("disabled",i.disabled):h.attr("disabled",!1),h.trigger("chosen:updated")},k=null,l=!1,m=function(){var a,b;if(k){if(b=$(h.parent()).find("div.chosen-drop"),b&&b.length>0&&b.css("left").indexOf("0")>=0)return;return h.trigger("chosen:updated")}if(g.$evalAsync(function(){k=h.chosen(o).data("chosen")}),angular.isObject(k))return a=k.default_text},s=function(){return k&&l?h.attr("data-placeholder",k.results_none_found).attr("disabled",!0):h.removeAttr("data-placeholder"),h.trigger("chosen:updated")},j?(p=j.$render,j.$render=function(){return p(),m()},h.on("chosen:hiding_dropdown",function(){return g.$apply(function(){return j.$setTouched()})}),i.multiple&&(u=function(){return j.$viewValue},g.$watch(u,j.$render,!0))):m(),i.$observe("disabled",function(){return h.trigger("chosen:updated")}),i.ngOptions&&j)return n=i.ngOptions.match(d),t=n[7],g.$watchCollection(t,function(a,c){var d;return d=b(function(){return angular.isUndefined(a)?q():(l=e(a),r(),s())})}),g.$on("$destroy",function(a){if("undefined"!=typeof timer&&null!==timer)return b.cancel(timer)})}}}])}.call(this),function(a,b){"use strict";function c(){function c(a,b){var c,d={},e=a.split(",");for(c=0;c<e.length;c++)d[b?i(e[c]):e[c]]=!0;return d}function d(b,c){null===b||void 0===b?b="":"string"!=typeof b&&(b=""+b),s.innerHTML=b;var d=5;do{if(0===d)throw m("uinput","Failed to sanitize html because the input is unstable");d--,a.document.documentMode&&q(s),b=s.innerHTML,s.innerHTML=b}while(b!==s.innerHTML);for(var e=s.firstChild;e;){switch(e.nodeType){case 1:c.start(e.nodeName.toLowerCase(),n(e.attributes));break;case 3:c.chars(e.textContent)}var f;if(!(f=e.firstChild)&&(1==e.nodeType&&c.end(e.nodeName.toLowerCase()),f=e.nextSibling,!f))for(;null==f&&(e=e.parentNode,e!==s);)f=e.nextSibling,1==e.nodeType&&c.end(e.nodeName.toLowerCase());e=f}for(;e=s.firstChild;)s.removeChild(e)}function n(a){for(var b={},c=0,d=a.length;c<d;c++){var e=a[c];b[e.name]=e.value}return b}function o(a){return a.replace(/&/g,"&").replace(t,function(a){var b=a.charCodeAt(0),c=a.charCodeAt(1);return"&#"+(1024*(b-55296)+(c-56320)+65536)+";"}).replace(u,function(a){return"&#"+a.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}function p(a,b){var c=!1,d=e(a,a.push);return{start:function(a,e){a=i(a),!c&&C[a]&&(c=a),c||D[a]!==!0||(d("<"),d(a),g(e,function(c,e){var f=i(e),g="img"===a&&"src"===f||"background"===f;H[f]!==!0||E[f]===!0&&!b(c,g)||(d(" "),d(e),d('="'),d(o(c)),d('"'))}),d(">"))},end:function(a){a=i(a),c||D[a]!==!0||v[a]===!0||(d("</"),d(a),d(">")),a==c&&(c=!1)},chars:function(a){c||d(o(a))}}}function q(b){if(b.nodeType===a.Node.ELEMENT_NODE)for(var c=b.attributes,d=0,e=c.length;d<e;d++){var f=c[d],g=f.name.toLowerCase();"xmlns:ns1"!==g&&0!==g.lastIndexOf("ns1:",0)||(b.removeAttributeNode(f),d--,e--)}var h=b.firstChild;h&&q(h),h=b.nextSibling,h&&q(h)}var r=!1;this.$get=["$$sanitizeUri",function(a){return r&&f(D,B),function(b){var c=[];return k(b,l(c,function(b,c){return!/^unsafe:/.test(a(b,c))})),c.join("")}}],this.enableSvg=function(a){return h(a)?(r=a,this):r},e=b.bind,f=b.extend,g=b.forEach,h=b.isDefined,i=b.lowercase,j=b.noop,k=d,l=p;var s,t=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=/([^\#-~ |!])/g,v=c("area,br,col,hr,img,wbr"),w=c("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),x=c("rp,rt"),y=f({},x,w),z=f({},w,c("address,article,aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul")),A=f({},x,c("a,abbr,acronym,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,samp,small,span,strike,strong,sub,sup,time,tt,u,var")),B=c("circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,radialGradient,rect,stop,svg,switch,text,title,tspan"),C=c("script,style"),D=f({},v,z,A,y),E=c("background,cite,href,longdesc,src,xlink:href"),F=c("abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,valign,value,vspace,width"),G=c("accent-height,accumulate,additive,alphabetic,arabic-form,ascent,baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan",!0),H=f({},E,G,F);!function(a){var b;if(!a.document||!a.document.implementation)throw m("noinert","Can't create an inert html document");b=a.document.implementation.createHTMLDocument("inert");var c=b.documentElement||b.getDocumentElement(),d=c.getElementsByTagName("body");if(1===d.length)s=d[0];else{var e=b.createElement("html");s=b.createElement("body"),e.appendChild(s),b.appendChild(e)}}(a)}function d(a){var b=[],c=l(b,j);return c.chars(a),b.join("")}var e,f,g,h,i,j,k,l,m=b.$$minErr("$sanitize");b.module("ngSanitize",[]).provider("$sanitize",c),b.module("ngSanitize").filter("linky",["$sanitize",function(a){var c=/((ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i,e=/^mailto:/i,f=b.$$minErr("linky"),g=b.isDefined,h=b.isFunction,i=b.isObject,j=b.isString;return function(b,k,l){function m(a){a&&t.push(d(a))}function n(a,b){var c,d=r(a);t.push("<a ");for(c in d)t.push(c+'="'+d[c]+'" ');!g(k)||"target"in d||t.push('target="',k,'" '),t.push('href="',a.replace(/"/g,"""),'">'),m(b),t.push("</a>")}if(null==b||""===b)return b;if(!j(b))throw f("notstring","Expected string but received: {0}",b);for(var o,p,q,r=h(l)?l:i(l)?function(){return l}:function(){return{}},s=b,t=[];o=s.match(c);)p=o[0],o[2]||o[4]||(p=(o[3]?"http://":"mailto:")+p),q=o.index,m(s.substr(0,q)),n(p,o[0].replace(e,"")),s=s.substring(q+o[0].length);return m(s),a(t.join(""))}}])}(window,window.angular),function(){function a(){return{restrict:"AEC",require:"dxStartWith",controller:"dxStartWithCtrl",scope:!0,terminal:!0,transclude:!0,multiElement:!0,$$tlb:!0,compile:function(a,b){var c=b.dxStartWith||b.root,e=c.match(d),f=e[1],g=e[3]||"";return function(a,b,c,d,e){d.alias=g,d.transclude=e,d.transclude(a,function(a,c){function d(a){c.$dxPrior=a,""!==g&&(c[g]=a)}b.append(a),c.$dxLevel=0,c.$dxIsRoot=!0,c.$watch(f,d)})}}}}function b(){return{restrict:"AEC",require:"^dxStartWith",scope:!0,terminal:!0,multiElement:!0,compile:function(a,b){var c=b.dxConnect||b.connect;return function(a,b,d,e){alias=e.alias||"",e.transclude(a,function(a,d){function e(a){d.$dxPrior=a,""!==alias&&(d[alias]=a)}b.append(a),d.$dxLevel=d.$dxLevel+1,d.$dxIsRoot=!1,d.$watch(c,e)})}}}}var c=angular.module("dotjem.angular.tree",[]),d=/^(\S+)(\s+as\s+(\w+))?$/;c.controller("dxStartWithCtrl",[function(){}]),c.directive("dxStartWith",a),c.directive("dxConnect",b)}(),function(){"use strict";function a(a,b,c){return{restrict:"A",link:function(d,e,f){c(function(){function g(a){var g,h,k,l,m,n;if(!angular.element(e).hasClass("ng-hide")&&a&&a.target){for(h=a.target;h;h=h.parentNode){if(h===e[0])return;if(l=h.id,m=h.className,n=j.length,m&&void 0!==m.baseVal&&(m=m.baseVal),m||l)for(g=0;g<n;g++)if(k=new RegExp("\\b"+j[g]+"\\b"),void 0!==l&&l===j[g]||m&&k.test(m))return}c(function(){(i=b(f.clickOutside))(d,{event:a})})}}function h(){return"ontouchstart"in window||navigator.maxTouchPoints}var i,j=void 0!==f.outsideIfNot?f.outsideIfNot.split(/[ ,]+/):[];h()&&a.on("touchstart",g),a.on("click",g),d.$on("$destroy",function(){h()&&a.off("touchstart",g),a.off("click",g)})})}}}angular.module("angular-click-outside",[]).directive("clickOutside",["$document","$parse","$timeout",a])}();var GoogleMerchants=angular.module("GoogleMerchants",["templates-dist","dotjem.angular.tree","ngSanitize","ngAnimate","ng-slide-down","angular-click-outside"]);GoogleMerchants.constant("BACKEND",ajaxurl+"?action=wpae_api&q="),GoogleMerchants.filter("safe",["$sce",function(a){return a.trustAsHtml}]),GoogleMerchants.controller("advancedAttributesController",["$scope","$log","attributesService",function(a,b,c){a.attributes=[],a.cats=[],a.attributes=c.getAttributes()}]),GoogleMerchants.directive("advancedAttributes",function(){return{restrict:"E",scope:{advancedAttributes:"=information"},templateUrl:"advancedAttributes/advancedAttributes.tpl.html",controller:"advancedAttributesController"}}),GoogleMerchants.controller("availabilityPriceController",["$scope","currencyService",function(a,b){a.currency=b.getCurrency()}]),GoogleMerchants.directive("availabilityPrice",function(){return{restrict:"E",scope:{availabilityPrice:"=information"},templateUrl:"availabilityPrice/availabilityPrice.tpl.html",controller:"availabilityPriceController"}}),GoogleMerchants.controller("basicInformationController",["$scope",function(a){}]),GoogleMerchants.directive("basicInformation",function(){return{restrict:"E",scope:{basicInformation:"=information"},templateUrl:"basicInformation/basicInformation.tpl.html",controller:"basicInformationController"}}),GoogleMerchants.directive("chosen",["$timeout",chosen]),GoogleMerchants.factory("attributesService",["$rootScope","$q","$log","wpHttp",function(a,b,c,d){var e=!1,f=function(a){e=a},g=function(){return e};return{setAttributes:f,getAttributes:g}}]),GoogleMerchants.directive("autodetect",["attributesService",function(a){return{restrict:"A",require:"^ngModel",link:{post:function(b,c,d,e){var f=d.autodetect;d=a.getAttributes(),angular.forEach(d,function(a){a.label.toLowerCase()!=f.toLowerCase()&&a.name.toLowerCase()!=f.toLowerCase()||(e.$setViewValue("{"+a.name+"}"),e.$render())})}}}}]),GoogleMerchants.directive("cascade",[function(){return{restrict:"A",controller:["$scope",function(a){a.$on("wpae.gender.changed",function(b,c,d){a.$id!=c&&(a.node.selectedGender=d)}),a.$on("wpae.ageGroup.changed",function(b,c,d){a.$id!=c&&(a.node.selectedAgeGroup=d)}),a.selectGender=function(){a.$parent.$broadcast("wpae.gender.changed",a.$id,a.node.selectedGender)},a.selectAgeGroup=function(){a.$parent.$broadcast("wpae.ageGroup.changed",a.$id,a.node.selectedAgeGroup)}}],link:function(a,b,c){a.cascadeName=c.$attr.cascade}}}]),GoogleMerchants.directive("contenteditable",["$sce",function(a){return{restrict:"A",require:"?ngModel",link:function(b,c,d,e){function f(){var a=c.html();d.stripBr&&"<br>"===a&&(a=""),e.$setViewValue(a)}e&&(e.$render=function(){c.html(a.getTrustedHtml(e.$viewValue||""))},c.on("blur keyup change",function(){b.$evalAsync(f)}),f())}}}]),GoogleMerchants.factory("currencyService",[function(){var a=null,b=null;return{setCurrency:function(c,d){a=c,b=d},getCurrency:function(){return a},getCurrencyCode:function(){return b}}}]),GoogleMerchants.directive("droppable",[function(){return{restrict:"A",require:"^ngModel",link:function(a,b,c,d){function e(a){if(a.focus(),"undefined"!=typeof window.getSelection&&"undefined"!=typeof document.createRange){var b=document.createRange();b.selectNodeContents(a),b.collapse(!1);var c=window.getSelection();c.removeAllRanges(),c.addRange(b)}else if("undefined"!=typeof document.body.createTextRange){var d=document.body.createTextRange();d.moveToElementText(a),d.collapse(!1),d.select()}}function f(a,b){return a.find("input[name^=cc_type]").val().indexOf("image_")!==-1&&(b="Image "+b),a.find("input[name^=cc_type]").val().indexOf("attachment_")!==-1&&(b="Attachment "+b),b}var g;"STYLED-INPUT"==b[[0]].nodeName?(g=angular.element(b).find("div"),g.droppable({over:function(a,b){jQuery("body").css("cursor","copy")},drop:function(a,b){var c=b.draggable.find(".custom_column"),d=c.find("input[name^=cc_name]").val();d=f(c,d),g.html(g.html()+"<strong>{"+d+"}</strong>​"),e(g[0]),g.focus()}})):(g=angular.element(b),g.droppable({over:function(a,b){jQuery(this).css("cursor","copy")},out:function(a,b){jQuery(this).css("cursor","initial")},drop:function(a,b){jQuery(this).css("cursor","initial");var c=b.draggable.find(".custom_column"),e=c.find("input[name^=cc_name]").val();e=f(c,e),g.val(g.val()+"{"+e+"}"),d.$setViewValue(g.val()),d.$render()}}))}}}]),GoogleMerchants.factory("exportService",["$q","$log","wpHttp",function(a,b,c){var d=function(d){var e=a.defer(),f="export/get";return null!==d&&(f=f+"&id="+d),c.get(f).then(function(a){e.resolve(a)},function(a,c){e.reject(a,c),b.error("There was a problem getting the export")}),e.promise},e=function(d){var e=a.defer(),f="export/save";return c.post(f,d).then(function(a){e.resolve(a)},function(a,c){e.reject(a),b.error(a,c)}),e.promise};return{getExport:d,saveExport:e}}]),GoogleMerchants.directive("focusMeWhenEnabled",function(a){return{priority:-1,link:function(b,c){b.$watch(function(){return b.$eval(c.attr("ng-disabled"))},function(b){0==b&&a(function(){c[0].focus()})})}}}),GoogleMerchants.factory("googleCategoriesService",["$rootScope","$q","$log","wpHttp",function(a,b,c,d){var e=function(a){return d.get("googleCategories/get&parent=0"+a)},f=function(a){return d.get("googleCategories/get&parent="+a)},g=function(b){a.$broadcast("wpae.category.selected",b)};return{searchCategories:e,getChildCategories:f,categorySelected:g}}]),GoogleMerchants.controller("mainController",["$scope","$timeout","$window","$document","$location","templateService","exportService","currencyService","attributesService","wpHttp",function(a,b,c,d,e,f,g,h,i,j){function k(a,b){b||(b=window.location.href),a=a.replace(/[\[\]]/g,"\\$&");var c=new RegExp("[?&]"+a+"(=([^&#]*)|&|#|$)"),d=c.exec(b);return d?d[2]?decodeURIComponent(d[2].replace(/\+/g," ")):"":null}function l(){a.merchantsFeedData.productCategories.cats.children.length||(a.merchantsFeedData.productCategories.productCategories="customValue")}var m=[{mapFrom:"",mapTo:""}];a.merchantsFeedData={basicInformation:{open:!0,itemTitle:"productTitle",hasVariations:!0,useParentTitleForVariableProducts:!0,additionalImageLink:"productImages",itemDescription:"productDescription",itemImageLink:"useProductFeaturedImage",itemLink:"productLink",condition:"new",conditionMappings:m,userVariationDescriptionForVariableProducts:!0,addVariationAttributesToProductUrl:!0,useVariationImage:!0,useFeaturedImageIfThereIsNoVariationImage:!0,useParentDescirptionIfThereIsNoVariationDescirption:!0},detailedInformation:{open:!1,color:"selectFromWooCommerceProductAttributes",size:"selectFromWooCommerceProductAttributes",gender:"selectFromWooCommerceProductAttributes",setTheGroupId:"automatically",mappings:m,ageGroup:"selectFromWooCommerceProductAttributes",material:"selectFromWooCommerceProductAttributes",pattern:"selectFromWooCommerceProductAttributes",genderAutodetect:"keepBlank",sizeSystem:"",adjustPrice:!1,adjustSalePrice:!1},availabilityPrice:{open:!1,price:"useProductPrice",salePrice:"useProductSalePrice",availability:"useWooCommerceStockValues",adjustPriceValue:"",adjustPriceType:"%",adjustSalePriceType:"%",adjustSalePriceValue:"",currency:null},productCategories:{open:!1,productType:"useWooCommerceProductCategories",productCategories:"mapProductCategories"},uniqueIdentifiers:{open:!1,identifierExists:1},shipping:{dimensions:"useWooCommerceProductValues",convertTo:"cm",adjustPriceType:"%"},template:{save:!1,name:""},advancedAttributes:{adult:"no",unitPricingBaseMeasureUnit:"kg",excludedDestination:"no",customLabel0Mappings:m,customLabel1Mappings:m,customLabel2Mappings:m,customLabel3Mappings:m,customLabel4Mappings:m,energyEfficiencyClassMappings:m,promotionIdMappings:m}},a.init=function(b,c){i.setAttributes(wpae_product_attributes),a.isGoogleMerchantExport=!1,h.setCurrency(b,c)},a.selectGoogleMerchantsInitially=function(){a.selectGoogleMerchants()},a.selectGoogleMerchants=function(){jQuery(".wpallexport-element-label").parent().parent().slideUp(),a.isGoogleMerchantExport=!0;var b=k("id");g.getExport(b).then(function(b){angular.isObject(b)?(b.template={save:!1,name:""},a.merchantsFeedData=b,l()):j.get("categories/index").then(function(b){a.merchantsFeedData.productCategories.cats=b,a.merchantsFeedData.detailedInformation.genderCats=b,a.merchantsFeedData.detailedInformation.ageGroupCats=b,l()},function(){$log.error("There was a problem loading the WordPress categories")})}),null==a.merchantsFeedData.availabilityPrice.currency&&(a.merchantsFeedData.availabilityPrice.currency=h.getCurrencyCode())},a.$on("googleMerchantsSelected",function(c,d){a.selectGoogleMerchants(),a.merchantsFeedData.basicInformation.hasVariations=d,jQuery(".wpallexport-element-label").parent().parent().slideUp(),b(function(){a.isGoogleMerchantExport=!0})}),a.$on("googleMerchantsDeselected",function(){jQuery(".wpallexport-element-label").parent().parent().slideDown(),b(function(){a.isGoogleMerchantExport=!1})}),a.$on("googleMerchantsSubmitted",function(b,c){a.merchantsFeedData.template.name=c.templateName,a.process()}),a.$on("templateShouldBeSaved",function(b,c){a.merchantsFeedData.template.save=!0,a.merchantsFeedData.template.name=c}),a.$on("templateShouldNotBeSaved",function(){a.merchantsFeedData.template.save=!1}),a.$on("selectedTemplate",function(b,c){f.getTemplate(c).then(function(b){a.merchantsFeedData=b.google_merchants_post_data})}),a.process=function(){a.merchantsFeedData.extraData=jQuery("#templateForm").serialize();var b=k("id");b&&(a.merchantsFeedData.exportId=b,a.merchantsFeedData.update=!0),g.saveExport(a.merchantsFeedData).then(function(a){a.redirect?c.location.href=a.redirect:c.location.href="admin.php?page=pmxe-admin-export&action=options"})}}]),GoogleMerchants.controller("mappingController",["$scope",function(a){a.show=!1,a.mappingsBackup=null,a.removeMapping=function(b){a.mappings.length>1&&a.mappings.splice(a.mappings.indexOf(b),1)},a.$watch("show",function(b){b&&(a.mappingsBackup=a.mappings)}),a.addMapping=function(){a.mappings.push({})},a.close=function(){a.mappings=a.mappingsBackup,a.show=!1},a.saveMappings=function(){a.show=!1}}]),GoogleMerchants.directive("mapping",function(){return{restrict:"E",scope:{mappings:"=",show:"=",context:"="},templateUrl:"common/mapping/mapping.tpl.html",controller:"mappingController"}}),GoogleMerchants.directive("styledInput",function(a){return{priority:-1,scope:{placeholder:"=",ngModel:"="},template:'<div class="editable" contenteditable="true" ng-model="ngModel" placeholder="{{placeholder}}"></div>',link:function(a,b){var c=65,d=88,e=67,f=86;b.bind("keydown",function(a){return(!a.ctrlKey&&!a.metaKey||a.which==c||a.which==d||a.which==e||a.which==f)&&(13!=a.which&&void 0)})}}}),GoogleMerchants.factory("templateService",["$q","$log","wpHttp",function(a,b,c){var d=function(d){var e=a.defer();return c.get("templates/get&templateId="+d).then(function(a){e.resolve(a)},function(a,c){e.reject(a,c),b.error("There was a problem getting the export")}),e.promise};return{getTemplate:d}}]),GoogleMerchants.directive("tipsy",["$document",function(a){return{restrict:"A",link:function(b,c,d){c.attr("original-title",d.tipsy),c.tipsy({gravity:function(){var b="n";a.scrollTop()<c.offset().top-angular.element(".tipsy").height()-2&&(b="s");var d="";return c.offset().left+angular.element(".tipsy").width()<a.width()+a.scrollLeft()?d="w":c.offset().left-angular.element(".tipsy").width()>a.scrollLeft()&&(d="e"),b+d},live:!0,html:!0,opacity:1})}}}]),GoogleMerchants.factory("wpHttp",["$http","$q","$log","BACKEND","NONCE",function(a,b,c,d,e){var f=function(c,f){var g=b.defer();return a.post(d+c+"&security="+e,f).then(function(a){g.resolve(a.data)},function(a,b){g.reject(a,b)}),g.promise},g=function(c){var f=b.defer();return a.get(d+c+"&security="+e).then(function(a){f.resolve(a.data)},function(a,b){f.reject(a,b)}),f.promise};return{post:f,get:g}}]),GoogleMerchants.controller("detailedInformationController",["$scope","$log","attributesService",function(a,b,c){a.attributes=[],a.cats=[],a.attributes=c.getAttributes()}]),GoogleMerchants.directive("detailedInformation",function(){return{restrict:"E",scope:{detailedInformation:"=information"},templateUrl:"detailedInformation/detailedInformation.tpl.html",controller:"detailedInformationController"}}),GoogleMerchants.controller("categoryMapperController",["$scope","$log","wpHttp",function(a,b,c){a.dialogVisible=!0,a.selectedCategory="",a.selectedCategoryId=0,a.parentWidth=!1,a.siteCats=[],angular.isUndefined(a.context)&&(a.context="categories"),a.expandNode=function(a){a.children.length&&(a.expanded=!a.expanded)},a.getTimes=function(a){return new Array(a)},a.toggleDialog=function(){a.dialogVisible=!a.dialogVisible}}]),GoogleMerchants.directive("categoryMapper",function(){return{restrict:"E",scope:{cats:"=",mapping:"=",grey:"=",context:"@?"},templateUrl:"productCategories/categoryMapper/categoryMapper.tpl.html",controller:"categoryMapperController"}}),GoogleMerchants.controller("googleCategorySelectorController",["$scope","$log","$window","googleCategoriesService",function(a,b,c,d){var e=[];a.categories=[],a.level=1,a.search="",a.loading=!1,a.hasResults=!0,a.byUser=!1;var f=function(b,c){a.selectedCategory=b.name.replace("<strong>","").replace("</strong>","").replace("<b>","").replace("</b>",""),a.selectedCategoryId=b.id,a.byUser=c,a.visible=!1};a.loadCategories=function(b){a.loading=!0;var c="";b&&(c="&search="+b),d.searchCategories(c).then(function(b){a.categories=b}).finally(function(){a.loading=!1})},a.expand=function(c){return c.opened?void(c.opened=!1):(a.loading=!0,void d.getChildCategories(c.id).then(function(a){"null"!=a&&(c.children=a,c.opened=!0)},function(){b.error("There was a problem loading the categories")}).finally(function(){a.loading=!1}))},a.select=function(b){b.scopeId=a.$id,a.$parent.$parent.$broadcast("wpae.parentCategorySelected",b),f(b,!0)},a.matchSearch=function(a){return function(b){return b.name===a.name}},a.$on("wpae.parentCategorySelected",function(b,c){a.byUser||a.$id==c.scopeId||f(c,!1)}),a.$watch("selectedCategory",function(a,b){}),a.$watch("search",function(b,c){return""==c&&(e=a.categories),""==b?void(a.categories=e):void a.loadCategories(b)}),a.categoryChanged=function(){a.loadCategories(a.selectedCategory)},a.categoryClicked=function(){a.selectedCategory;a.visible||(a.visible=!0),a.byUser||(a.selectedCategory="")},a.closeMe=function(){a.visible&&(a.visible=!1)}}]),GoogleMerchants.directive("googleCategorySelector",["$rootScope",function(a){return{restrict:"E",templateUrl:"productCategories/googleCategorySelector/googleCategorySelector.tpl.html",controller:"googleCategorySelectorController",link:function(a,b){}}}]),GoogleMerchants.directive("googleCategorySelectorAdder",[function(){return{restrict:"E",scope:{selectedCategory:"=",selectedCategoryId:"="},controller:["$scope",function(a){a.getPlaceholder=function(){return a.visible?"":"Select Google Product Category"}}],templateUrl:"productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html"}}]),GoogleMerchants.controller("productCategoriesController",["$scope","$log","BACKEND",function(a,b,c){}]),GoogleMerchants.directive("productCategories",function(){return{restrict:"E",scope:{productCategories:"=information"},templateUrl:"productCategories/productCategories.tpl.html",controller:"productCategoriesController"}}),GoogleMerchants.controller("shippingController",["$scope","currencyService",function(a,b){a.currency=b.getCurrency()}]),GoogleMerchants.directive("shipping",function(){return{restrict:"E",scope:{shipping:"=information"},templateUrl:"shipping/shipping.tpl.html",controller:"shippingController"}}),GoogleMerchants.controller("uniqueIdentifiersController",["$scope",function(a){}]),GoogleMerchants.directive("uniqueIdentifiers",function(){return{restrict:"E",scope:{uniqueIdentifiers:"=information"},templateUrl:"uniqueIdentifiers/uniqueIdentifiers.tpl.html",controller:"uniqueIdentifiersController"}}),angular.module("templates-dist",["advancedAttributes/advancedAttributes.tpl.html","availabilityPrice/availabilityPrice.tpl.html","basicInformation/basicInformation.tpl.html","common/mapping/mapping.tpl.html","detailedInformation/detailedInformation.tpl.html","productCategories/categoryMapper/categoryMapper.tpl.html","productCategories/categoryMapper/noCategoriesNotice.tpl.html","productCategories/googleCategorySelector/googleCategorySelector.tpl.html","productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html","productCategories/productCategories.tpl.html","shipping/shipping.tpl.html","uniqueIdentifiers/uniqueIdentifiers.tpl.html"]),
|
8 |
+
angular.module("advancedAttributes/advancedAttributes.tpl.html",[]).run(["$templateCache",function(a){a.put("advancedAttributes/advancedAttributes.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !advancedAttributes.open }">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery"\n ng-click="advancedAttributes.open = !advancedAttributes.open">\n <h3>Advanced Attributes</h3>\n </div>\n <div class="wpallexport-collapsed-content" id="advanced-attributes"\n ng-slide-down="advancedAttributes.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h3 class="inner-title">Product Type</h3>\n <h4>Multipack</h4>\n <p>\n Multipacks are packages that include several identical products to create a larger unit of sale,\n submitted as a single item.\n For example, if the product for sale is a 6-pack of soda, the multipack value would be 6.\n </p>\n <div class="input">\n <label><input type="text" ng-model="advancedAttributes.multipack" class="wpae-default-input" droppable/></label>\n </div>\n\n <h4>Adult</h4>\n <div class="input">\n <label><input type="radio" ng-model="advancedAttributes.adult" value="no"/>False</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="advancedAttributes.adult" value="yes"/>True</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="advancedAttributes.adult" value="customValue"/>Custom data</label>\n <div ng-slide-down="advancedAttributes.adult == \'customValue\'" duration="0.2" class="input inner">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.adultCV" droppable />\n </div>\n </div>\n\n <h3 class="inner-title">Adwords & Shopping Campaigns</h3>\n <h4>Adwords Redirect</h4>\n <p>If provided, make sure that the URL redirects to the same URL as given in the \'link\' attribute.</p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.adwordsRedirect" droppable />\n </div>\n\n <h4>Custom Labels</h4>\n <p>\n You can use custom labels to subdivide products in your campaign using any values\n of your choosing. For example, you can use custom labels to indicate that products\n are seasonal, on clearance, best sellers, etc. (<a href="https://support.google.com/adwords/answer/6275295" target="_blank">Learn more about how to set up Shopping campaigns.</a>)\n </p>\n <div style="margin-top:10px;">Custom Label 0</div>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.customLabel0" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showCustomLabel0Mappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.customLabel0Mappings" show="showCustomLabel0Mappings" context="text" />\n </div>\n </div>\n <div style="margin-top:10px;">Custom Label 1</div>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.customLabel1" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showCustomLabel1Mappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.customLabel1Mappings" show="showCustomLabel1Mappings" context="text" />\n </div>\n </div>\n <div style="margin-top:10px;">Custom Label 2</div>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.customLabel2" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showCustomLabel2Mappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.customLabel2Mappings" show="showCustomLabel2Mappings" context="text" />\n </div>\n </div>\n <div style="margin-top:10px;">Custom Label 3</div>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.customLabel3" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showCustomLabel3Mappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.customLabel3Mappings" show="showCustomLabel3Mappings" context="text" />\n </div>\n </div>\n <div style="margin-top:10px;">Custom Label 4</div>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.customLabel4" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showCustomLabel4Mappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.customLabel4Mappings" show="showCustomLabel4Mappings" context="text" />\n </div>\n </div>\n\n <hr/>\n\n <h3 class="inner-title">Unit Prices</h3>\n <p>\n These attributes allow you to submit pricing for products that rely on unit pricing.\n The \'unit pricing measure\' attribute defines the measure and dimension of an item (e.g. 150g).\n The \'unit pricing base measure attribute specifies your preference of the denominator of the unit price (e.g. 100g).\n </p>\n <p>\n For example, if the \'price\' is 3 USD, \'unit pricing measure\' is 150g and \'unit pricing base measure\' is 100g, the unit price would be \'2 USD/200g\'.\n </p>\n\n <h4>Unit Pricing Measure</h4>\n <div class="input">\n <input type="text" ng-model="advancedAttributes.unitPricingMeasure" class="wpae-default-input" droppable />\n </div>\n <h4>Unit Pricing Base Measure</h4>\n <div class="input">\n <input type="text" ng-model="advancedAttributes.unitPricingBaseMeasure" class="wpae-default-input" droppable />\n <select style="width: 170px;" ng-model="advancedAttributes.unitPricingBaseMeasureUnit">\n <option value="kg">Kilograms (kg)</option>\n <option value="g">Ounces (oz)</option>\n <option value="lb">Pounds (lb)</option>\n <option value="mg">Milligrams (mg)</option>\n <option value="g">Grams (g)</option>\n </select>\n </div>\n <hr/>\n <h3 class="inner-title">Additional Attributes</h3>\n <h4>Expiration Date</h4>\n <p>\n This is the date that an item listing will expire. If you do not provide this attribute, items\n will expire and no longer appear in Google Shopping results after 30 days.\n <strong>You cannot use thi attribute to extend the expiration period to longer than 30 days.</strong>\n </p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.expirationDate" droppable />\n </div>\n\n <h4>Energy Efficiency Class</h4>\n <p>\n This attribute allows you to submit the energy label for your applicable products in feeds targeting\n European Union countries and switzerland.\n </p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.energyEfficiencyClass" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showEnergyEfficiencyMappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.energyEfficiencyClassMappings" show="showEnergyEfficiencyMappings" />\n </div>\n </div>\n <h4>Promotion ID</h4>\n <p>\n If using Merchant Promotions, the \'promotion id\' attribute is used in both your products\n feed and your promotions feed to match products to promotions across the two feeds.\n </p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="advancedAttributes.promotionId" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showPromotionIdMappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="advancedAttributes.promotionIdMappings" show="showPromotionIdMappings" />\n </div>\n </div>\n\n </div>\n </div>\n </div>\n</div>')}]),angular.module("availabilityPrice/availabilityPrice.tpl.html",[]).run(["$templateCache",function(a){a.put("availabilityPrice/availabilityPrice.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !availabilityPrice.open}">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery" ng-click="availabilityPrice.open = !availabilityPrice.open">\n <h3>Availability & Price</h3>\n </div>\n <div class="wpallexport-collapsed-content" id="availability-price" ng-slide-down="availabilityPrice.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h4>Price</h4>\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.price" value="useProductPrice" /> Use the product\'s price</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.price" value="customValue" /> Custom data</label>\n\n <div class="input inner" ng-slide-down="availabilityPrice.price == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.priceCV" droppable />\n </div>\n </div>\n\n <div class="input inner">\n <a href="" ng-click="availabilityPrice.adjustPrice = !availabilityPrice.adjustPrice" class="adjust-price-link">\n <span class="open-indicator" ng-if="availabilityPrice.adjustPrice">-</span>\n <span class="open-indicator" ng-if="!availabilityPrice.adjustPrice">+</span> Adjust Price\n </a>\n <div ng-slide-down="availabilityPrice.adjustPrice" class="adjust-price" duration="0.2">\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.adjustPriceValue" droppable /><select ng-model="availabilityPrice.adjustPriceType">\n <option value="%">%</option>\n <option value="USD">{{currency}}</option>\n </select>\n\n <div ng-show="availabilityPrice.adjustPriceType == \'%\'" class="tooltip-container">\n <a href="#" ng-cloak="" class="wpallexport-help"\n tipsy="Leave blank or enter in 100% to keep the price as is. Enter in 110% to markup by 10%. Enter in 50% to cut prices in half.">?</a>\n </div>\n <div ng-show="availabilityPrice.adjustPriceType == \'USD\'" class="tooltip-container">\n <a href="#" ng-cloak="" class="wpallexport-help"\n tipsy="Enter a negative number to reduce prices.">?</a>\n </div>\n </div>\n </div>\n </div>\n <h4>Sale Price</h4>\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.salePrice" value="useProductSalePrice"/>Use the product\'s sale price</label>\n </div>\n <div class="input">\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.salePrice" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="availabilityPrice.salePrice == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.salePriceCV" droppable/>\n </div>\n </div>\n </div>\n <div class="input inner">\n <a href="" ng-click="availabilityPrice.adjustSalePrice = !availabilityPrice.adjustSalePrice" ng-init="availabilityPrice.adjustSalePrice= false" class="adjust-price-link">\n <span class="open-indicator" ng-if="availabilityPrice.adjustSalePrice">-</span>\n <span class="open-indicator" ng-if="!availabilityPrice.adjustSalePrice">+</span> Adjust Sale Price\n </a>\n <div ng-slide-down="availabilityPrice.adjustSalePrice" class="adjust-price" duration="0.2">\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.adjustSalePriceValue" droppable /><select ng-model="availabilityPrice.adjustSalePriceType">\n <option value="%">%</option>\n <option value="USD">{{currency}}</option>\n </select>\n <div ng-show="availabilityPrice.adjustSalePriceType == \'%\'" class="tooltip-container">\n <a href="#" ng-cloak="" class="wpallexport-help"\n tipsy="Leave blank or enter in 100% to keep the price as is. Enter in 110% to markup by 10%. Enter in 50% to cut prices in half.">?</a>\n </div>\n <div ng-show="availabilityPrice.adjustSalePriceType == \'USD\'" class="tooltip-container">\n <a href="#" ng-cloak="" class="wpallexport-help"\n tipsy="Enter a negative number to reduce prices.">?</a>\n </div>\n </div>\n </div>\n </div>\n <h4>Availability</h4>\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.availability" value="useWooCommerceStockValues"/>Use WooCommerce stock values</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="availabilityPrice.availability" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="availabilityPrice.availability == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.availabilityCV" droppable />\n </div>\n </div>\n </div>\n <div class="wpallexport-collapsed wpallexport-section wpallexport-google-merchants-advanced-options" ng-init="advancedOptionsOpen = false" ng-class="{closed: !advancedOptionsOpen} ">\n <div class="wpallexport-content-section rad0">\n <div class="wpallexport-collapsed-header wpallexport-advanced-options-header disable-jquery" ng-click="advancedOptionsOpen = !advancedOptionsOpen">\n <h3 class="advanced-options">Advanced Options</h3>\n </div>\n <div class="wpallexport-collapsed-content wpallexport-advanced-options-content" ng-slide-down="advancedOptionsOpen" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <div class="input">\n <h4>Currency</h4>\n <div class="input">\n <div class="select-container" style="padding-left: 0px;">\n <select class="custom-value" chosen ng-model="availabilityPrice.currency">\n <option value="AUD">Australian Dollars (AUD)</option>\n <option value="BRL">Brazilian Reals (BRL)</option>\n <option value="GBP">British Pounds (GBP)</option>\n <option value="CAD">Canadian Dollars (CAD)</option>\n <option value="CZK">Czech Crowns (CZK)</option>\n <option value="DKK">Danish Krone (DKK)</option>\n <option value="EUR">Euros (EUR)</option>\n <option value="INR">Indian Rupees (INR)</option>\n <option value="JPY">Japanese Yen (JPY)</option>\n <option value="MXN">Mexican Pesos (MXN)</option>\n <option value="NZD">New Zealand Dollars (NZD)</option>\n <option value="NOK">Norwegian Krone (NOK)</option>\n <option value="PLN">Polish Złoty (PLN)</option>\n <option value="RUB">Russian Rubles (RUB)</option>\n <option value="SGD">Singapore Dollars (SGD)</option>\n <option value="ZAR">South Africa Rand (ZAR)</option>\n <option value="SEK">Swedish Krona (SEK)</option>\n <option value="TRY">Turkish Lira (TRY)</option>\n <option value="USD">United States Dollars (USD)</option>\n </select>\n </div>\n </div>\n <h4>Availability Date</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.availabilityDate" droppable />\n </div>\n <h4>Sale Price Effective Date</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="availabilityPrice.salePriceEffectiveDate" droppable />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>')}]),angular.module("basicInformation/basicInformation.tpl.html",[]).run(["$templateCache",function(a){a.put("basicInformation/basicInformation.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !basicInformation.open}">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery" ng-click="basicInformation.open = !basicInformation.open">\n <h3>Basic Product Information</h3>\n </div>\n <div class="wpallexport-collapsed-content" id="basic-product-information" ng-slide-down="basicInformation.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n\n <h4>Item Title</h4>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemTitle" value="productTitle"/>Use the product title</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemTitle" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="basicInformation.itemTitle == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.itemTitleCV" droppable />\n </div>\n </div>\n\n <div class="input checkbox" ng-if="basicInformation.hasVariations">\n <label><input type="checkbox" ng-model="basicInformation.useParentTitleForVariableProducts" value="1" />For variable products, use the parent product title</label>\n </div>\n\n <h4>Item Description</h4>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemDescription" value="productDescription"/>Use the product description</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemDescription" value="productShortDescription"/>Use the product short description</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemDescription" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="basicInformation.itemDescription == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.itemDescriptionCV" droppable />\n </div>\n </div>\n\n <div class="input checkbox">\n <label><input type="checkbox" ng-model="basicInformation.useVariationDescriptionForVariableProducts" value="1" />Use the variation description for variable products</label>\n </div>\n <div class="input checkbox inner" ng-slide-down="basicInformation.useVariationDescriptionForVariableProducts" duration="0.2">\n <label><input type="checkbox" ng-model="basicInformation.useParentDescirptionIfThereIsNoVariationDescirption" value="1" />If there is no variation description, use the parent product description</label>\n </div>\n\n <h4>Link</h4>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemLink" value="productLink"/>Use the product permalink</label>\n </div>\n\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemLink" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="basicInformation.itemLink == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.itemLinkCV" droppable />\n </div>\n </div>\n\n <div class="input checkbox">\n <label><input type="checkbox" ng-model="basicInformation.addVariationAttributesToProductUrl" />For variable products, add variation attributes to product URL</label>\n </div>\n\n <h4>Main Image Link</h4>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemImageLink" value="useProductFeaturedImage"/>Use product featured image</label>\n </div>\n\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.itemImageLink" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="basicInformation.itemImageLink == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.itemImageLinkCV" droppable />\n </div>\n </div>\n\n <div class="input checkbox">\n <label><input type="checkbox" ng-model="basicInformation.useVariationImage" />For variable products, use variation image</label>\n </div>\n\n <div class="input checkbox inner" ng-slide-down="basicInformation.useVariationImage" duration="0.2">\n <label><input type="checkbox" ng-model="basicInformation.useFeaturedImageIfThereIsNoVariationImage" value="1" />If there is no variation image, use the featured image</label>\n </div>\n\n <h4>Additional Image Link</h4>\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.additionalImageLink" value="productImages"/>Use images from product gallery</label>\n </div>\n\n <div class="input">\n <label><input type="radio" ng-model="basicInformation.additionalImageLink" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="basicInformation.additionalImageLink == \'customValue\'" duration="0.2">\n <input type="text"class="wpae-default-input" ng-model="basicInformation.additionalImageLinkCV" droppable />\n </div>\n </div>\n </div>\n <div class="wpallexport-collapsed wpallexport-section wpallexport-google-merchants-advanced-options" ng-init="advancedOptionsOpen = false" ng-class="{closed: !advancedOptionsOpen}">\n <div class="wpallexport-content-section rad0">\n <div class="wpallexport-collapsed-header wpallexport-advanced-options-header disable-jquery" ng-click="advancedOptionsOpen = !advancedOptionsOpen">\n <h3>Advanced Options</h3>\n </div>\n <div class="wpallexport-collapsed-content wpallexport-advanced-options-content" ng-slide-down="advancedOptionsOpen" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <div class="input">\n <h4>Item ID</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.itemId" droppable />\n </div>\n <h4>Item Condition</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.condition" droppable />\n <a href="" class="wpae-field-mapping" ng-click="showConditionMappings=true">Field Options...</a>\n <mapping mappings="basicInformation.conditionMappings" show="showConditionMappings" context="condition" />\n <a style="margin-top: 7px;" class="wpallexport-help" tipsy="The condition or state of the item. Google Shopping allows the promotion of quality second-hand items. There are only 3 accepted values: \'new\', \'refurbished\', and \'used\'">?</a>\n </div>\n <h4>Mobile Link</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="basicInformation.mobileLink" droppable />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>')}]),angular.module("common/mapping/mapping.tpl.html",[]).run(["$templateCache",function(a){a.put("common/mapping/mapping.tpl.html",'<div class="wp-pointer wp-pointer-right" style="width: 450px; display: block; position: absolute; top: -70px; left: -23px;" ng-if="show">\n <div class="wp-pointer-content">\n <fieldset>\n <table cellpadding="0" cellspacing="5" class="cf-form-table" rel="cf_mapping_0">\n <thead>\n <tr>\n <td>Exported Data</td>\n <td>Translated To</td>\n <td> </td>\n </tr>\n </thead>\n <tbody>\n <tr class="form-field" ng-repeat="mapping in mappings">\n <td style="width: 50%;">\n <input type="text" ng-model="mapping.mapFrom"/>\n </td>\n <td style="width: 50%;">\n <div ng-if="context == \'sizeType\'">\n <select chosen ng-model="mapping.mapTo" >\n <option value="">Please select</option>\n <option value="regular">Regular</option>\n <option value="petite">Petite</option>\n <option value="plus">Plus</option>\n <option value="big and tall">Big and tall</option>\n <option value="maternity">Maternity</option>\n </select>\n </div>\n <div ng-if="context == \'condition\' ">\n <select chosen ng-model="mapping.mapTo">\n <option value="new">New</option>\n <option value="refurbished">Refurbished</option>\n <option value="used">Used</option>\n </select>\n </div>\n <div ng-if="context != \'sizeType\' && context != \'condition\'">\n <input type="text" ng-model="mapping.mapTo" />\n </div>\n </td>\n <td class="action remove">\n <a href="" ng-click="removeMapping(mapping)" ng-show="$index > 0"\n style="right:-10px;"></a>\n </td>\n </tr>\n <tr>\n <td colspan="3">\n <a href="" ng-click="addMapping()" title="Add Another" class="action add-new-key add-new-entry">\n Add Another\n </a>\n </td>\n </tr>\n <tr>\n <td colspan="3">\n <div class="wrap" style="position:relative;">\n <a class="save_popup save_mr" href="" ng-click="saveMappings()">Save Rules</a>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n <input type="hidden" name="custom_mapping_rules[]" value="">\n </fieldset>\n <div class="wp-pointer-buttons"><a class="close" href="" ng-click="close()">Close</a></div>\n </div>\n <div class="wp-pointer-arrow">\n <div class="wp-pointer-arrow-inner"></div>\n </div>\n</div>');
|
9 |
+
}]),angular.module("detailedInformation/detailedInformation.tpl.html",[]).run(["$templateCache",function(a){a.put("detailedInformation/detailedInformation.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !detailedInformation.open }">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery" ng-click="detailedInformation.open = !detailedInformation.open ">\n <h3>Detailed Product Attributes & Item Grouping</h3>\n </div>\n <div class="wpallexport-collapsed-content" id="detailed-product-information" ng-slide-down="detailedInformation.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h4>Item Group ID</h4>\n <p>\n For variable products, each variant is exported as a separate product.\n Variants that belong to the same group must all have the same Item Group ID\n so that Google knows they are related.\n </p>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.setTheGroupId" value="automatically" />Automatically set the item group ID</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.setTheGroupId" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="detailedInformation.setTheGroupId == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.setTheGroupIdCV" droppable />\n </div>\n </div>\n <h4>Color</h4>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.color" value="selectFromWooCommerceProductAttributes" />Select from WooCommerce product attributes</label>\n <div ng-slide-down="detailedInformation.color == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select autodetect="Color" chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.colorAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.color" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="detailedInformation.color == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.colorCV" droppable />\n </div>\n </div>\n\n <h4>Size</h4>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.size" value="selectFromWooCommerceProductAttributes" />Select from WooCommerce product attributes</label>\n <div ng-slide-down="detailedInformation.size == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select id="sizeAttribute" autodetect="Size" chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.sizeAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.size" value="customValue" />Custom data\n </label>\n <div class="input inner" ng-slide-down="detailedInformation.size== \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.sizeCV" droppable />\n </div>\n </div>\n\n <h4>Gender</h4>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.gender" value="selectFromWooCommerceProductAttributes" />Select from WooCommerce product attributes</label>\n <div class="clear"></div>\n <div ng-slide-down="detailedInformation.gender == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select autodetect="Gender" chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.genderAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <!--<div class="input">\n <label><input type="radio" ng-model="detailedInformation.gender" value="autodetectBasedOnProductTaxonomies"/>Autodetect based on product taxonomies</label>\n <div ng-slide-down="detailedInformation.gender == \'autodetectBasedOnProductTaxonomies\'" duration="0.2">\n <div class="inner">\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.genderAutodetect" value="keepBlank"/>Leave gender blank if unable to detect gender\n </label>\n </div>\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.genderAutodetect" value="setToUnisex" />Set gender to unisex if unable to detect gender\n </label>\n </div>\n </div>\n </div>\n </div>-->\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.gender" value="selectProductTaxonomies" />Select from WooCommerce product categories</label>\n <div ng-slide-down="detailedInformation.gender == \'selectProductTaxonomies\'" duration="0.2">\n <category-mapper mapping="detailedInformation.genderCats" context="gender" />\n </div>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.gender" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="detailedInformation.gender == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.genderCV" droppable />\n </div>\n </div>\n </div>\n\n <div class="wpallexport-collapsed wpallexport-section wpallexport-google-merchants-advanced-options" ng-class="{closed: !advancedOptionsOpen}">\n <div class="wpallexport-content-section rad0">\n <div class="wpallexport-collapsed-header wpallexport-advanced-options-header disable-jquery" ng-click="advancedOptionsOpen = !advancedOptionsOpen">\n <h3>Advanced Options</h3>\n </div>\n <div class="wpallexport-collapsed-content wpallexport-advanced-options-content" ng-slide-down="advancedOptionsOpen" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h4>Size Type</h4>\n <div class="input">\n <div style="display: inline-block;">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.sizeType" droppable />\n </div>\n <a href="" class="wpae-field-mapping" ng-click="showMappings=true">Field Options...</a>\n <div style="position: relative">\n <mapping mappings="detailedInformation.sizeTypeMappings" show="showMappings" context="sizeType" />\n </div>\n </div>\n <h4>Size System</h4>\n <div class="input">\n <div class="select-container" style="padding-left: 0;">\n <select chosen ng-model="detailedInformation.sizeSystem" class="inner">\n <option value="">Leave Blank</option>\n <option value="US">US</option>\n <option value="UK">UK</option>\n <option value="EU">EU</option>\n <option value="DE">DE</option>\n <option value="FR">FR</option>\n <option value="JP">JP</option>\n <option value="CN">CN (China)</option>\n <option value="IT">IT</option>\n <option value="BR">BR</option>\n <option value="MEX">MEX</option>\n <option value="AU">AU</option>\n </select>\n </div>\n </div>\n <h4>Age Group</h4>\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.ageGroup" value="selectFromWooCommerceProductAttributes"/>Select from WooCommerce product attributes\n </label>\n <div ng-slide-down="detailedInformation.ageGroup == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.ageGroupAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.ageGroup" value="selectFromProductTaxonomies" />Select product taxonomies</label>\n <div ng-slide-down="detailedInformation.ageGroup == \'selectFromProductTaxonomies\' " duration="0.5" >\n <category-mapper mapping="detailedInformation.ageGroupCats" grey="1" context="ageGroup" />\n </div>\n </div>\n <div class="input">\n <label>\n <input type="radio" ng-model="detailedInformation.ageGroup" value="customValue" />Custom data\n </label>\n <div class="input inner" ng-slide-down="detailedInformation.ageGroup== \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.ageGroupCV" droppable />\n </div>\n </div>\n <h4>Material</h4>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.material" value="selectFromWooCommerceProductAttributes" />Select from WooCommerce product attributes</label>\n <div ng-slide-down="detailedInformation.material == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.materialAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.material" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="detailedInformation.material == \'customValue\'" duration="0.2">\n <div class="input inner" ng-slide-down="detailedInformation.material == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.materialCV" droppable />\n </div>\n </div>\n\n <h4>Pattern</h4>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.pattern" value="selectFromWooCommerceProductAttributes" />Select from WooCommerce product attributes</label>\n <div ng-slide-down="detailedInformation.pattern == \'selectFromWooCommerceProductAttributes\'" duration="0.2">\n <div class="select-container">\n <select chosen ng-options="\'{\' + i.name + \'}\' as i.name for i in attributes" ng-model="detailedInformation.patternAttribute" class="inner">\n <option value="">Leave Blank</option>\n </select>\n </div>\n </div>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="detailedInformation.pattern" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="detailedInformation.pattern == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="detailedInformation.patternCV" droppable />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>')}]),angular.module("productCategories/categoryMapper/categoryMapper.tpl.html",[]).run(["$templateCache",function(a){a.put("productCategories/categoryMapper/categoryMapper.tpl.html",'<div class="category-mapper" ng-if="mapping.children.length">\n <div>\n <div class="woocommerce-categories-title" style="float:left; padding: 13px 13px 13px 31px;">\n <h4 style="margin: 0; padding: 0; font-size:13px; color:#000;">WooCommerce Categories</h4>\n </div>\n\n <div class="google-categories-title" style="float:right; padding:13px; margin-right: 278px;" ng-if="context==\'categories\'">\n <h4 style="margin:0; padding:0; font-size:13px; color:#000; ">Google Categories</h4>\n </div>\n\n <div class="google-categories-title" style="float:right; padding:13px; margin-right: 288px;" ng-if="context==\'gender\'">\n <h4 style="margin:0; padding:0; font-size:13px; color:#000; ">Google Genders</h4>\n </div>\n\n <div class="google-categories-title" style="float:right; padding:13px; margin-right: 268px;" ng-if="context==\'ageGroup\'">\n <h4 style="margin:0; padding:0; font-size:13px; color:#000; ">Google Age Groups</h4>\n </div>\n </div>\n\n <ul dx-start-with="mapping" class="tree" ng-class="{ \'root\' : $dxLevel == 0 }" style="width: 100%; float:left;">\n <li ng-repeat="node in $dxPrior.children" style="display: block;">\n <div class="category-container" style="position: relative;" ng-class="{ \'with-children\' : node.children.length, \'without-children\' : !node.children.length }">\n <div class="hline"></div>\n <div class="category-icon-container" style="float:left;">\n <div class="vline" ng-if="($index > 0 && $dxLevel == 0) || $dxLevel > 0"></div>\n <div class="vline noborder" ng-if="!(($index > 0 && $dxLevel == 0) || $dxLevel > 0)"></div>\n <span ng-if="node.expanded" class="minus" ng-click="expandNode(node)">\n <svg width="9" height="9" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">\n <path d="M1600 736v192q0 40-28 68t-68 28h-1216q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h1216q40 0 68 28t28 68z"/>\n </svg>\n </span>\n <span ng-if="!node.expanded && node.children.length" class="plus" ng-click="expandNode(node)">\n <svg width="9" height="9" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">\n <path d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/>\n </svg>\n </span>\n <span ng-if="!node.children.length" class="plus blank" style="cursor: default;"></span>\n <div class="vline bottom"></div>\n </div>\n <div class="category-name-container">\n <span class="dot" ng-repeat="i in getTimes($dxLevel) track by $index"></span>\n <div class="category">\n <a class="category-title" href="" ng-click="expandNode(node)">{{ node.title }}</a>\n <br ng-if="node.children.length"/>\n <span ng-if="node.children.length" class="children-number">\n {{ node.children.length }} child categor<span ng-if="node.children.length == 1">y</span><span ng-if="node.children.length > 1">ies</span>\n </span>\n </div>\n </div>\n <div class="line" ></div>\n <div class="mapping" ng-if="context == \'categories\'" >\n <google-category-selector-adder selected-category="node.selectedCategory" selected-category-id="node.selectedCategoryId" />\n </div>\n <div class="mapping gender" ng-if="context == \'gender\'" style="border: none;">\n <select chosen cascade="gender" ng-model="node.selectedGender" ng-change="selectGender()">\n <option value="male">Male</option>\n <option value="female">Female</option>\n <option value="unisex">Unisex</option>\n </select>\n </div>\n <div class="mapping" ng-if="context == \'ageGroup\'" style="border: none; background-color: #F1F1F1; padding:0; margin-top: 5px;" >\n <select chosen cascade="ageGroup" ng-model="node.selectedAgeGroup" ng-change="selectAgeGroup()">\n <option value="newborn">Newborn</option>\n <option value="infant">Infant</option>\n <option value="toddler">Toddler</option>\n <option value="kids">Kids</option>\n <option value="adult">Adult</option>\n </select>\n </div>\n <div style="clear:both;"></div>\n </div>\n <ul dx-connect="node" ng-show="node.expanded==true"/>\n </li>\n </ul>\n <div class=\'catList\' style="clear:both;"></div>\n <div class="mask" ng-class="{ grey : grey == 1}"></div>\n</div>\n<div ng-if="!mapping.children.length">\n <div ng-include="\'productCategories/categoryMapper/noCategoriesNotice.tpl.html\'"></div>\n</div>')}]),angular.module("productCategories/categoryMapper/noCategoriesNotice.tpl.html",[]).run(["$templateCache",function(a){a.put("productCategories/categoryMapper/noCategoriesNotice.tpl.html",'<div class="no-categories-notice" ng-if="context == \'categories\' ">\n The products in this export are uncategorized. Add WooCommerce Product Categories to your products in order to map them to Google Product Categories.\n</div>\n\n<div class="no-categories-notice" ng-if="context == \'gender\' ">\n The products in this export are uncategorized. Add WooCommerce Product Categories to your products in order to map them to a gender.\n</div>\n\n<div class="no-categories-notice" ng-if="context == \'ageGroup\' ">\n The products in this export are uncategorized. Add WooCommerce Product Categories to your products in order to map them to an age group.\n</div>\n')}]),angular.module("productCategories/googleCategorySelector/googleCategorySelector.tpl.html",[]).run(["$templateCache",function(a){a.put("productCategories/googleCategorySelector/googleCategorySelector.tpl.html",'<div class="google-category-selector" ng-init="loadCategories()" ng-if="visible" click-outside="closeMe()">\n <!--<input focus-me-when-enabled ng-disabled="loading" type="text" placeholder="Search..." class="search" ng-model="search" style="margin-bottom:0; margin-top:10px; width:380px; margin-left: 10px;" ng-model="search" ng-model-options="{ debounce: 500 }" />-->\n <ul class="categories" dx-start-with="categories">\n <li ng-repeat="category in $dxPrior.children" style="position: relative;">\n <div class="div-content">\n <div class="expand-button" ng-click="expand(category); $event.preventDefault();">\n <div ng-if="category.hasChildren > 0" class="chevron">\n <svg ng-if="!category.opened" width="10" height="10" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">\n <path d="M1683 1331l-166 165q-19 19-45 19t-45-19l-531-531-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"/>\n </svg>\n <svg ng-if="category.opened" width="10" height="10" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">\n <path d="M1683 808l-742 741q-19 19-45 19t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z"/>\n </svg>\n </div>\n </div>\n <div ng-bind-html="category.name | safe" ng-click="select(category)" style="display: inline-block; vertical-align: top; margin-top:2px; margin-left:5px; font-size:14px; width:80%; height: 24px;"></div>\n </div>\n <ul dx-connect="category" class="categories" style="margin-left: 25px;" ng-if="category.opened" />\n </li>\n </ul>\n <div style="padding: 0 10px 10px;" ng-if="!hasResults">No results were found for <i><strong>{{search}}</strong></i>.</div>\n</div>')}]),angular.module("productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html",[]).run(["$templateCache",function(a){a.put("productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html",'<div style="position: relative" ng-init="visible=false">\n <input type="text" style="width: 402px; font-size:13px;" placeholder="{{ getPlaceholder() }}"\n ng-class="{ \'selected-automatically\' : !byUser, \'opened\' : visible }"\n ng-model="selectedCategory"\n ng-change="categoryChanged()"\n ng-click="categoryClicked()"\n class="wpae-google-category-input"\n ng-model-options="{ debounce: 200 }"\n />\n <google-category-selector style="position:absolute; z-index: 100; top: 41px; left: 1px;" />\n</div>')}]),angular.module("productCategories/productCategories.tpl.html",[]).run(["$templateCache",function(a){a.put("productCategories/productCategories.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !productCategories.open}">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery" ng-click="productCategories.open = !productCategories.open">\n <h3>Product Categories</h3>\n </div>\n <div class="wpallexport-collapsed-content" ng-slide-down="productCategories.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h4>Product Type</h4>\n <p>Use this attribute to classify the product using your own categories. The categories here don\'t need to match Google\'s list of acceptable product categories.</p>\n <div class="input">\n <label>\n <input type="radio" ng-model="productCategories.productType" value="useWooCommerceProductCategories" />Use WooCommerce\'s product category\n </label>\n </div>\n <div class="input">\n <label>\n <input type="radio" ng-model="productCategories.productType" value="customValue" />Custom data\n </label>\n <div class="input inner" ng-slide-down="productCategories.productType == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="productCategories.productTypeCV" droppable />\n </div>\n </div>\n <h4>Product Category</h4>\n <p>\n Products added to Google Merchant Center must be categorized according to Google\'s list of product categories. Each product may only be assigned one Google product category. <a href="https://support.google.com/merchants/answer/160081" target="_blank">Read more about Google product categories.</a>\n </p>\n <div class="input">\n <label>\n <input type="radio" ng-model="productCategories.productCategories" value="mapProductCategories" />Map WooCommerce\'s product categories to Google\'s product categories\n <a href="#" class="wpallexport-help" style="margin-top:5px; margin-left: 2px;"\n tipsy="Products assigned more than one WooCommerce product category and mapped to more than one Google product category will be mapped to the most specific, deepest Google product category selected for that product.">?</a>\n </label>\n </div>\n <div ng-slide-down="productCategories.productCategories == \'mapProductCategories\'" duration="0.5">\n <category-mapper mapping="productCategories.cats" />\n </div>\n\n <div class="input">\n <label>\n <input type="radio" ng-model="productCategories.productCategories" value="useWooCommerceProductCategories" />Use WooCommerce\'s product categories\n <a href="#" class="wpallexport-help" style="margin-top:5px; margin-left: 2px;"\n tipsy="Products assigned to more than one WooCommerce product category will only have the most specific, deepest product category exported.">?</a>\n </label>\n <div ng-slide-down="!productCategories.cats.children.length && productCategories.productCategories == \'useWooCommerceProductCategories\'" duration="0.2">\n <div ng-include="\'productCategories/categoryMapper/noCategoriesNotice.tpl.html\'" ng-init="context = \'categories\' "></div>\n </div>\n </div>\n\n <div class="input">\n <label>\n <input type="radio" ng-model="productCategories.productCategories" value="customValue" />Custom data\n </label>\n <div class="input inner" ng-slide-down="productCategories.productCategories == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="productCategories.productCategoriesCV" droppable />\n </div>\n </div>\n </div>\n\n </div>\n </div>\n</div>')}]),angular.module("shipping/shipping.tpl.html",[]).run(["$templateCache",function(a){a.put("shipping/shipping.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !shipping.open }">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery"\n ng-click="shipping.open = !shipping.open ">\n <h3>Shipping</h3>\n </div>\n <div class="wpallexport-collapsed-content" id="shipping" ng-slide-down="shipping.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <h4>Shipping Price</h4>\n <p>\n This attribute allows Google to provide a shipping estimate for the product.\n This overrides the default shipping price configured in the Google Merchant Center.\n </p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="shipping.shippingPrice" droppable />\n <a href="" ng-click="shipping.adjustShippingPrice = !shipping.adjustShippingPrice" class="adjust-price-link">\n <span ng-if="!shipping.adjustShippingPrice" style="width: 6px; display: inline-block;">+</span>\n <span ng-if="shipping.adjustShippingPrice" style="width: 6px; display: inline-block;">-</span>\n Adjust Shipping Price</a>\n <div ng-slide-down="shipping.adjustShippingPrice" class="adjust-price" duration="0.2" style="margin-top: 5px; ">\n <input type="text" style="margin-top: 0; margin-right: 0;" class="wpae-default-input" ng-model="shipping.adjustShippingPriceValue" droppable /><select style="margin-top:5px;" ng-model="shipping.adjustPriceType">\n <option value="%">%</option>\n <option value="USD">{{currency}}</option>\n </select>\n\n <div ng-show="shipping.adjustPriceType == \'%\'" class="tooltip-container">\n <a href="#" ng-cloak="" class="wpallexport-help" style="top:0;"\n tipsy="Leave blank or enter in 100% to keep the price as is. Enter in 110% to markup by 10%. Enter in 50% to cut prices in half.">?</a>\n </div>\n <div ng-show="shipping.adjustPriceType == \'USD\'" class="tooltip-container">\n <a href="#" style="top:0;" ng-cloak="" class="wpallexport-help" tipsy="Enter a negative number to reduce prices.">?</a>\n </div>\n </div>\n </div>\n\n <h4>Length, Width, Height</h4>\n <div class="input">\n <label>\n <input type="radio" ng-model="shipping.dimensions" value="useWooCommerceProductValues"/>Use WooCommerce\'s product values and convert them to\n <select ng-model="shipping.convertTo" style="width: 175px; height: 30px; padding: 0 0 0 8px; margin-left: 5px; margin-top: 5px; ">\n <option value="cm">Centimeters (cm)</option>\n <option value="inches">Inches (in)</option>\n </select>\n </label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="shipping.dimensions" value="customValue"/>Custom data</label>\n <div ng-slide-down="shipping.dimensions == \'customValue\'" duration="0.2" class="input inner">\n <input type="text" class="wpae-default-input" ng-model="shipping.dimensionsCV" droppable />\n </div>\n </div>\n\n <h4>Shipping Label</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="shipping.shippingLabel" droppable />\n </div>\n </div>\n </div>\n </div>\n</div>');
|
10 |
+
}]),angular.module("uniqueIdentifiers/uniqueIdentifiers.tpl.html",[]).run(["$templateCache",function(a){a.put("uniqueIdentifiers/uniqueIdentifiers.tpl.html",'<div class="wpallexport-collapsed wpallexport-section" ng-class="{closed: !uniqueIdentifiers.open}">\n <div class="wpallexport-content-section">\n <div class="wpallexport-collapsed-header disable-jquery" ng-click="uniqueIdentifiers.open = !uniqueIdentifiers.open">\n <h3>Unique Identifiers</h3>\n </div>\n <div class="wpallexport-collapsed-content slide-toggle" id="unique-identifiers" ng-slide-down="uniqueIdentifiers.open" duration="0.5">\n <div class="wpallexport-collapsed-content-inner">\n <p>\n Unique product identifiers are product codes associated with your products.\n Products submitted without unique identifiers are difficult to classify and may not be able to take advantage of all Google shopping features.\n <a href="https://support.google.com/merchants/answer/7052112?hl=en&ref_topic=3404778#intro-product-identifiers" target="_blank">Read more about unique product identifiers</a>.\n </p>\n <h4>GTIN</h4>\n <p>\n Global Trade Item Numbers include UPC, EAN (in Europe), JAN (in Japan), and ISBN. <a href="https://support.google.com/merchants/answer/6219078" target="_blank">Read how to find your products\' GTIN</a>.\n </p>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="uniqueIdentifiers.gtin" droppable />\n </div>\n\n <h4>MPN</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="uniqueIdentifiers.mpn" droppable />\n </div>\n\n <h4>Brand</h4>\n <div class="input">\n <input type="text" class="wpae-default-input" ng-model="uniqueIdentifiers.brand" droppable />\n </div>\n\n <h4>Identifier Exists</h4>\n <div class="input">\n <label><input type="radio" ng-model="uniqueIdentifiers.identifierExists" value="1" />Set to false if product has no GTIN or MPN</label>\n </div>\n <div class="input">\n <label><input type="radio" ng-model="uniqueIdentifiers.identifierExists" value="customValue" />Custom data</label>\n <div class="input inner" ng-slide-down="uniqueIdentifiers.identifierExists == \'customValue\'" duration="0.2">\n <input type="text" class="wpae-default-input" ng-model="uniqueIdentifiers.identifierExistsCV" droppable />\n </div>\n </div>\n\n </div>\n </div>\n </div>\n</div>')}]);
|
frontend/Gruntfile.js
CHANGED
@@ -10,10 +10,10 @@ module.exports = function(grunt) {
|
|
10 |
uglify: {
|
11 |
dist: {
|
12 |
files: {
|
13 |
-
'../dist/app.js': [ '../dist/app.js' ]
|
14 |
},
|
15 |
options: {
|
16 |
-
mangle:
|
17 |
}
|
18 |
}
|
19 |
},
|
@@ -67,7 +67,7 @@ module.exports = function(grunt) {
|
|
67 |
watch: {
|
68 |
dev: {
|
69 |
files: [ 'Gruntfile.js', 'src/**/*.js', 'src/**/*.html', 'src/**/*.scss' ],
|
70 |
-
tasks: [ 'html2js:dist', 'sass', 'concat:css', 'concat:dist', 'clean:temp' ],
|
71 |
options: {
|
72 |
atBegin: true,
|
73 |
livereload:true
|
@@ -139,7 +139,6 @@ module.exports = function(grunt) {
|
|
139 |
|
140 |
grunt.registerTask('dev', ['connect:server', 'watch:dev' ]);
|
141 |
grunt.registerTask('test', [ 'bower', 'jshint', 'karma:continuous' ]);
|
142 |
-
grunt.registerTask('minified', [
|
143 |
-
grunt.registerTask('package', [ '
|
144 |
-
'clean:temp', 'compress:dist' ]);
|
145 |
};
|
10 |
uglify: {
|
11 |
dist: {
|
12 |
files: {
|
13 |
+
'../dist/app.min.js': [ '../dist/app.js' ]
|
14 |
},
|
15 |
options: {
|
16 |
+
mangle: true
|
17 |
}
|
18 |
}
|
19 |
},
|
67 |
watch: {
|
68 |
dev: {
|
69 |
files: [ 'Gruntfile.js', 'src/**/*.js', 'src/**/*.html', 'src/**/*.scss' ],
|
70 |
+
tasks: [ 'html2js:dist', 'sass', 'concat:css', 'concat:dist', 'clean:temp', 'package' ],
|
71 |
options: {
|
72 |
atBegin: true,
|
73 |
livereload:true
|
139 |
|
140 |
grunt.registerTask('dev', ['connect:server', 'watch:dev' ]);
|
141 |
grunt.registerTask('test', [ 'bower', 'jshint', 'karma:continuous' ]);
|
142 |
+
grunt.registerTask('minified', ['connect:server', 'watch:min' ]);
|
143 |
+
grunt.registerTask('package', [ 'html2js:dist', 'sass', 'concat:css', 'concat:dist', 'clean:temp', 'uglify:dist']);
|
|
|
144 |
};
|
frontend/src/app.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
var GoogleMerchants = angular.module('GoogleMerchants', ['templates-dist','dotjem.angular.tree', 'ngSanitize', 'ngAnimate', 'ng-slide-down', 'angular-click-outside']);
|
2 |
|
3 |
-
GoogleMerchants.constant('BACKEND', '
|
4 |
|
5 |
GoogleMerchants.filter('safe', ['$sce', function($sce) {
|
6 |
return $sce.trustAsHtml;
|
1 |
var GoogleMerchants = angular.module('GoogleMerchants', ['templates-dist','dotjem.angular.tree', 'ngSanitize', 'ngAnimate', 'ng-slide-down', 'angular-click-outside']);
|
2 |
|
3 |
+
GoogleMerchants.constant('BACKEND', ajaxurl+'?action=wpae_api&q=');
|
4 |
|
5 |
GoogleMerchants.filter('safe', ['$sce', function($sce) {
|
6 |
return $sce.trustAsHtml;
|
frontend/src/common/main.controller.js
CHANGED
@@ -211,7 +211,7 @@ GoogleMerchants.controller('mainController', ['$scope', '$timeout', '$window', '
|
|
211 |
if(response.redirect) {
|
212 |
$window.location.href = response.redirect;
|
213 |
} else {
|
214 |
-
$window.location.href = '
|
215 |
}
|
216 |
|
217 |
});
|
211 |
if(response.redirect) {
|
212 |
$window.location.href = response.redirect;
|
213 |
} else {
|
214 |
+
$window.location.href = 'admin.php?page=pmxe-admin-export&action=options';
|
215 |
}
|
216 |
|
217 |
});
|
frontend/src/productCategories/googleCategorySelector/googleCategorySelectorAdder.tpl.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
ng-change="categoryChanged()"
|
6 |
ng-click="categoryClicked()"
|
7 |
class="wpae-google-category-input"
|
|
|
8 |
/>
|
9 |
<google-category-selector style="position:absolute; z-index: 100; top: 41px; left: 1px;" />
|
10 |
</div>
|
5 |
ng-change="categoryChanged()"
|
6 |
ng-click="categoryClicked()"
|
7 |
class="wpae-google-category-input"
|
8 |
+
ng-model-options="{ debounce: 200 }"
|
9 |
/>
|
10 |
<google-category-selector style="position:absolute; z-index: 100; top: 41px; left: 1px;" />
|
11 |
</div>
|
i18n/languages/wp_all_export_plugin.pot
ADDED
@@ -0,0 +1,2033 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#, fuzzy
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
+
"Project-Id-Version: WP All Export Pro\n"
|
6 |
+
"POT-Creation-Date: 2017-01-20 16:36+0700\n"
|
7 |
+
"PO-Revision-Date: 2017-01-20 16:36+0700\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 1.8.11\n"
|
14 |
+
"X-Poedit-Basepath: ../..\n"
|
15 |
+
"X-Poedit-WPHeader: wp-all-export-pro.php\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
18 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
19 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
+
|
23 |
+
#: actions/admin_menu.php:11 actions/admin_menu.php:14
|
24 |
+
#: actions/admin_menu.php:15 actions/admin_menu.php:16
|
25 |
+
#: models/export/record.php:373 views/admin/export/index.php:9
|
26 |
+
#: views/admin/export/options.php:21 views/admin/export/process.php:15
|
27 |
+
#: views/admin/export/template.php:7 views/admin/manage/index.php:4
|
28 |
+
#: views/admin/manage/update.php:21 views/admin/settings/index.php:6
|
29 |
+
msgid "WP All Export"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: actions/admin_menu.php:11
|
33 |
+
msgid "All Export"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: actions/admin_menu.php:14
|
37 |
+
msgid "Export to XML"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: actions/admin_menu.php:14
|
41 |
+
msgid "New Export"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: actions/admin_menu.php:15 views/admin/export/process.php:115
|
45 |
+
#: views/admin/manage/index.php:5
|
46 |
+
msgid "Manage Exports"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: actions/admin_menu.php:16 views/admin/settings/index.php:7
|
50 |
+
msgid "Settings"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: actions/init.php:19 actions/init.php:25
|
54 |
+
msgid "Error. Incorrect API key, check the WP All Export Pro settings page."
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: actions/wp_ajax_dismiss_export_warnings.php:6
|
58 |
+
#: actions/wp_ajax_dismiss_export_warnings.php:10
|
59 |
+
#: actions/wp_ajax_generate_zapier_api_key.php:6
|
60 |
+
#: actions/wp_ajax_generate_zapier_api_key.php:10
|
61 |
+
#: actions/wp_ajax_get_xml_spec.php:6 actions/wp_ajax_get_xml_spec.php:10
|
62 |
+
#: actions/wp_ajax_save_functions.php:6 actions/wp_ajax_save_functions.php:10
|
63 |
+
#: actions/wp_ajax_wpae_available_rules.php:6
|
64 |
+
#: actions/wp_ajax_wpae_available_rules.php:10
|
65 |
+
#: actions/wp_ajax_wpae_filtering.php:6 actions/wp_ajax_wpae_filtering.php:10
|
66 |
+
#: actions/wp_ajax_wpae_filtering_count.php:6
|
67 |
+
#: actions/wp_ajax_wpae_filtering_count.php:10
|
68 |
+
#: actions/wp_ajax_wpae_preview.php:8 actions/wp_ajax_wpae_preview.php:12
|
69 |
+
#: actions/wp_ajax_wpallexport.php:8 actions/wp_ajax_wpallexport.php:12
|
70 |
+
#: controllers/admin/manage.php:282 controllers/admin/manage.php:317
|
71 |
+
#: controllers/admin/manage.php:354 controllers/admin/manage.php:407
|
72 |
+
#: controllers/controller.php:119 wpae_api.php:7 wpae_api.php:11
|
73 |
+
msgid "Security check"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: actions/wp_ajax_get_xml_spec.php:34
|
77 |
+
msgid "Specification not found."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: actions/wp_ajax_save_functions.php:43
|
81 |
+
msgid "PHP code must be wrapped in \"<?php\" and \"?>\""
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: actions/wp_ajax_save_functions.php:52
|
85 |
+
msgid "File has been successfully updated."
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: actions/wp_ajax_wpae_available_rules.php:21
|
89 |
+
#: views/admin/export/blocks/filters.php:18
|
90 |
+
msgid "Select Rule"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: actions/wp_ajax_wpae_available_rules.php:27
|
94 |
+
#: views/admin/export/blocks/filters.php:54
|
95 |
+
#: views/admin/export/blocks/filters.php:68
|
96 |
+
msgid "In"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: actions/wp_ajax_wpae_available_rules.php:28
|
100 |
+
#: views/admin/export/blocks/filters.php:55
|
101 |
+
#: views/admin/export/blocks/filters.php:69
|
102 |
+
msgid "Not In"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: actions/wp_ajax_wpae_available_rules.php:38
|
106 |
+
#: actions/wp_ajax_wpae_available_rules.php:63
|
107 |
+
#: actions/wp_ajax_wpae_available_rules.php:74
|
108 |
+
#: actions/wp_ajax_wpae_available_rules.php:87
|
109 |
+
#: views/admin/export/blocks/filters.php:44
|
110 |
+
#: views/admin/export/blocks/filters.php:58
|
111 |
+
msgid "equals"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: actions/wp_ajax_wpae_available_rules.php:39
|
115 |
+
#: actions/wp_ajax_wpae_available_rules.php:64
|
116 |
+
#: actions/wp_ajax_wpae_available_rules.php:75
|
117 |
+
#: actions/wp_ajax_wpae_available_rules.php:88
|
118 |
+
#: views/admin/export/blocks/filters.php:45
|
119 |
+
#: views/admin/export/blocks/filters.php:59
|
120 |
+
msgid "doesn't equal"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: actions/wp_ajax_wpae_available_rules.php:40
|
124 |
+
#: views/admin/export/blocks/filters.php:60
|
125 |
+
msgid "newer than"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: actions/wp_ajax_wpae_available_rules.php:41
|
129 |
+
#: views/admin/export/blocks/filters.php:61
|
130 |
+
msgid "equal to or newer than"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: actions/wp_ajax_wpae_available_rules.php:42
|
134 |
+
#: views/admin/export/blocks/filters.php:62
|
135 |
+
msgid "older than"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: actions/wp_ajax_wpae_available_rules.php:43
|
139 |
+
#: views/admin/export/blocks/filters.php:63
|
140 |
+
msgid "equal to or older than"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: actions/wp_ajax_wpae_available_rules.php:45
|
144 |
+
#: actions/wp_ajax_wpae_available_rules.php:54
|
145 |
+
#: actions/wp_ajax_wpae_available_rules.php:65
|
146 |
+
#: actions/wp_ajax_wpae_available_rules.php:94
|
147 |
+
#: views/admin/export/blocks/filters.php:50
|
148 |
+
#: views/admin/export/blocks/filters.php:64
|
149 |
+
msgid "contains"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: actions/wp_ajax_wpae_available_rules.php:46
|
153 |
+
#: actions/wp_ajax_wpae_available_rules.php:55
|
154 |
+
#: actions/wp_ajax_wpae_available_rules.php:66
|
155 |
+
#: actions/wp_ajax_wpae_available_rules.php:95
|
156 |
+
#: views/admin/export/blocks/filters.php:51
|
157 |
+
#: views/admin/export/blocks/filters.php:65
|
158 |
+
msgid "doesn't contain"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: actions/wp_ajax_wpae_available_rules.php:47
|
162 |
+
#: actions/wp_ajax_wpae_available_rules.php:67
|
163 |
+
#: actions/wp_ajax_wpae_available_rules.php:80
|
164 |
+
#: actions/wp_ajax_wpae_available_rules.php:96
|
165 |
+
#: views/admin/export/blocks/filters.php:52
|
166 |
+
#: views/admin/export/blocks/filters.php:66
|
167 |
+
msgid "is empty"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: actions/wp_ajax_wpae_available_rules.php:48
|
171 |
+
#: actions/wp_ajax_wpae_available_rules.php:68
|
172 |
+
#: actions/wp_ajax_wpae_available_rules.php:81
|
173 |
+
#: actions/wp_ajax_wpae_available_rules.php:97
|
174 |
+
#: views/admin/export/blocks/filters.php:53
|
175 |
+
#: views/admin/export/blocks/filters.php:67
|
176 |
+
msgid "is not empty"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: actions/wp_ajax_wpae_available_rules.php:76
|
180 |
+
#: actions/wp_ajax_wpae_available_rules.php:89
|
181 |
+
#: views/admin/export/blocks/filters.php:46
|
182 |
+
msgid "greater than"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: actions/wp_ajax_wpae_available_rules.php:77
|
186 |
+
#: actions/wp_ajax_wpae_available_rules.php:90
|
187 |
+
#: views/admin/export/blocks/filters.php:47
|
188 |
+
msgid "equal to or greater than"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: actions/wp_ajax_wpae_available_rules.php:78
|
192 |
+
#: actions/wp_ajax_wpae_available_rules.php:91
|
193 |
+
#: views/admin/export/blocks/filters.php:48
|
194 |
+
msgid "less than"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: actions/wp_ajax_wpae_available_rules.php:79
|
198 |
+
#: actions/wp_ajax_wpae_available_rules.php:92
|
199 |
+
#: views/admin/export/blocks/filters.php:49
|
200 |
+
msgid "equal to or less than"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: actions/wp_ajax_wpae_filtering.php:35
|
204 |
+
msgid "Add Filtering Options"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: actions/wp_ajax_wpae_filtering.php:53
|
208 |
+
#, php-format
|
209 |
+
msgid "Migrate %s"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: actions/wp_ajax_wpae_filtering.php:57 actions/wp_ajax_wpae_filtering.php:64
|
213 |
+
msgid "Customize Export File"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: actions/wp_ajax_wpae_filtering_count.php:206
|
217 |
+
msgid "Unable to Export"
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: actions/wp_ajax_wpae_filtering_count.php:207
|
221 |
+
msgid "Exporting taxonomies requires WordPress 4.6 or greater"
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: actions/wp_ajax_wpae_filtering_count.php:264
|
225 |
+
msgid "Your export is ready to run."
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: actions/wp_ajax_wpae_filtering_count.php:265
|
229 |
+
#, php-format
|
230 |
+
msgid "WP All Export will export %d %s."
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: actions/wp_ajax_wpae_filtering_count.php:268
|
234 |
+
#: actions/wp_ajax_wpae_filtering_count.php:271
|
235 |
+
#: actions/wp_ajax_wpae_filtering_count.php:274
|
236 |
+
#: actions/wp_ajax_wpae_filtering_count.php:290
|
237 |
+
#: actions/wp_ajax_wpae_filtering_count.php:293
|
238 |
+
#: actions/wp_ajax_wpae_filtering_count.php:296
|
239 |
+
msgid "Nothing to export."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: actions/wp_ajax_wpae_filtering_count.php:269
|
243 |
+
#: actions/wp_ajax_wpae_filtering_count.php:291
|
244 |
+
#, php-format
|
245 |
+
msgid "All %s have already been exported."
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: actions/wp_ajax_wpae_filtering_count.php:272
|
249 |
+
#: actions/wp_ajax_wpae_filtering_count.php:294
|
250 |
+
#: actions/wp_ajax_wpae_filtering_count.php:311
|
251 |
+
#, php-format
|
252 |
+
msgid "No matching %s found for selected filter rules."
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: actions/wp_ajax_wpae_filtering_count.php:275
|
256 |
+
#: actions/wp_ajax_wpae_filtering_count.php:297
|
257 |
+
#: actions/wp_ajax_wpae_filtering_count.php:313
|
258 |
+
#, php-format
|
259 |
+
msgid "There aren't any %s to export."
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: actions/wp_ajax_wpae_filtering_count.php:287
|
263 |
+
#: views/admin/export/template.php:27
|
264 |
+
msgid "Choose data to include in the export file."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: actions/wp_ajax_wpae_filtering_count.php:309
|
268 |
+
msgid "Continue to configure and run your export."
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: actions/wp_ajax_wpae_preview.php:51 controllers/admin/export.php:271
|
272 |
+
msgid "XML template is empty."
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: actions/wp_ajax_wpae_preview.php:181 actions/wp_ajax_wpae_preview.php:337
|
276 |
+
msgid "Invalid XML"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: actions/wp_ajax_wpae_preview.php:184 actions/wp_ajax_wpae_preview.php:340
|
280 |
+
msgid "Line"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: actions/wp_ajax_wpae_preview.php:185 actions/wp_ajax_wpae_preview.php:341
|
284 |
+
msgid "Column"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: actions/wp_ajax_wpae_preview.php:186 actions/wp_ajax_wpae_preview.php:342
|
288 |
+
msgid "Code"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: actions/wp_ajax_wpae_preview.php:245
|
292 |
+
msgid "There was a problem parsing the custom XML template"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: actions/wp_ajax_wpae_preview.php:316
|
296 |
+
msgid "Can't preview the document."
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: actions/wp_ajax_wpae_preview.php:318 actions/wp_ajax_wpae_preview.php:358
|
300 |
+
msgid "You can continue export or try to use <data> tag as root element."
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: actions/wp_ajax_wpae_preview.php:356
|
304 |
+
msgid "Can't preview the document. Root element is not detected."
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: actions/wp_ajax_wpae_preview.php:408
|
308 |
+
msgid "Data not found."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: actions/wp_ajax_wpae_preview.php:417
|
312 |
+
msgid "This format is not supported."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: actions/wp_ajax_wpallexport.php:29
|
316 |
+
msgid "Export is not defined."
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: actions/wp_loaded.php:168 actions/wp_loaded.php:224
|
320 |
+
#, php-format
|
321 |
+
msgid "Export #%s is currently in manually process. Request skipped."
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: actions/wp_loaded.php:181
|
325 |
+
#, php-format
|
326 |
+
msgid "#%s Cron job triggered."
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: actions/wp_loaded.php:188
|
330 |
+
#, php-format
|
331 |
+
msgid "Export #%s currently in process. Request skipped."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: actions/wp_loaded.php:195
|
335 |
+
#, php-format
|
336 |
+
msgid "Export #%s already triggered. Request skipped."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: actions/wp_loaded.php:216
|
340 |
+
#, php-format
|
341 |
+
msgid "Export #%s is not triggered. Request skipped."
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: actions/wp_loaded.php:276
|
345 |
+
#, php-format
|
346 |
+
msgid "Export #%s complete"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: actions/wp_loaded.php:283
|
350 |
+
#, php-format
|
351 |
+
msgid "Records Processed %s."
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: actions/wp_loaded.php:292
|
355 |
+
#, php-format
|
356 |
+
msgid "Export #%s already processing. Request skipped."
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: actions/wp_loaded.php:372
|
360 |
+
msgid "File doesn't exist"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: actions/wp_loaded.php:381
|
364 |
+
msgid "Export hash is not valid."
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: classes/updater.php:65
|
368 |
+
msgid "View WP All Export Pro Changelog"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: classes/updater.php:65
|
372 |
+
msgid "Changelog"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: classes/updater.php:260
|
376 |
+
#, php-format
|
377 |
+
msgid ""
|
378 |
+
"There is a new version of %1$s available. <a target=\"_blank\" class="
|
379 |
+
"\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: classes/updater.php:267
|
383 |
+
#, php-format
|
384 |
+
msgid ""
|
385 |
+
"There is a new version of %1$s available. <a target=\"_blank\" class="
|
386 |
+
"\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
|
387 |
+
"\">update now</a>."
|
388 |
+
msgstr ""
|
389 |
+
|
390 |
+
#: classes/updater.php:455
|
391 |
+
msgid "You do not have permission to install plugin updates"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: classes/updater.php:455
|
395 |
+
msgid "Error"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: controllers/admin/export.php:119
|
399 |
+
msgid ""
|
400 |
+
"ZipArchive class is missing on your server.<br/>Please contact your web "
|
401 |
+
"hosting provider and ask them to install and activate ZipArchive."
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: controllers/admin/export.php:123
|
405 |
+
msgid ""
|
406 |
+
"Required PHP components are missing.<br/><br/>WP All Export requires "
|
407 |
+
"XMLReader, and XMLWriter PHP modules to be installed.<br/>These are standard "
|
408 |
+
"features of PHP, and are necessary for WP All Export to write the files you "
|
409 |
+
"are trying to export.<br/>Please contact your web hosting provider and ask "
|
410 |
+
"them to install and activate the DOMDocument, XMLReader, and XMLWriter PHP "
|
411 |
+
"modules."
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: controllers/admin/export.php:212 src/App/Controller/ExportController.php:102
|
415 |
+
#, php-format
|
416 |
+
msgid ""
|
417 |
+
"You've reached your max_input_vars limit of %d. Please contact your web host "
|
418 |
+
"to increase it."
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: controllers/admin/export.php:243
|
422 |
+
msgid "You haven't selected any columns for export."
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: controllers/admin/export.php:247
|
426 |
+
msgid "CSV delimiter must be specified."
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: controllers/admin/export.php:254
|
430 |
+
msgid "Main XML Tag is required."
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: controllers/admin/export.php:259
|
434 |
+
msgid "Single Record XML Tag is required."
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: controllers/admin/export.php:263
|
438 |
+
msgid "Main XML Tag equals to Single Record XML Tag."
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: controllers/admin/export.php:319 controllers/admin/export.php:430
|
442 |
+
#: controllers/admin/manage.php:218
|
443 |
+
msgid "Options updated"
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: controllers/admin/manage.php:56
|
447 |
+
msgid "«"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: controllers/admin/manage.php:57
|
451 |
+
msgid "»"
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: controllers/admin/manage.php:148 views/admin/manage/index.php:298
|
455 |
+
msgid "Export canceled"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: controllers/admin/manage.php:246
|
459 |
+
msgid "Export deleted"
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: controllers/admin/manage.php:274
|
463 |
+
#, php-format
|
464 |
+
msgid "%d %s deleted"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: controllers/admin/manage.php:274 views/admin/manage/bulk.php:10
|
468 |
+
msgid "export"
|
469 |
+
msgid_plural "exports"
|
470 |
+
msgstr[0] ""
|
471 |
+
msgstr[1] ""
|
472 |
+
|
473 |
+
#: controllers/admin/manage.php:341
|
474 |
+
msgid ""
|
475 |
+
"The exported bundle is missing and can't be downloaded. Please re-run your "
|
476 |
+
"export to re-generate it."
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: controllers/admin/manage.php:346
|
480 |
+
msgid "This export doesn't exist."
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: controllers/admin/manage.php:448
|
484 |
+
msgid "File format not supported"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: controllers/admin/manage.php:454 controllers/admin/manage.php:459
|
488 |
+
msgid ""
|
489 |
+
"The exported file is missing and can't be downloaded. Please re-run your "
|
490 |
+
"export to re-generate it."
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: controllers/admin/settings.php:28
|
494 |
+
msgid "Settings saved"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: controllers/admin/settings.php:51
|
498 |
+
msgid "Unknown File extension. Only txt files are permitted"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: controllers/admin/settings.php:64
|
502 |
+
#, php-format
|
503 |
+
msgid "%d template imported"
|
504 |
+
msgid_plural "%d templates imported"
|
505 |
+
msgstr[0] ""
|
506 |
+
msgstr[1] ""
|
507 |
+
|
508 |
+
#: controllers/admin/settings.php:66
|
509 |
+
msgid "Wrong imported data format"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: controllers/admin/settings.php:68
|
513 |
+
msgid "File is empty or doesn't exests"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: controllers/admin/settings.php:71
|
517 |
+
msgid "Undefined entry!"
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: controllers/admin/settings.php:73
|
521 |
+
msgid "Please select file."
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: controllers/admin/settings.php:79
|
525 |
+
msgid "Templates must be selected"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: controllers/admin/settings.php:88
|
529 |
+
#, php-format
|
530 |
+
msgid "%d template deleted"
|
531 |
+
msgid_plural "%d templates deleted"
|
532 |
+
msgstr[0] ""
|
533 |
+
msgstr[1] ""
|
534 |
+
|
535 |
+
#: filters/wpallexport_custom_types.php:7
|
536 |
+
msgid "WooCommerce Products"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: filters/wpallexport_custom_types.php:8
|
540 |
+
msgid "WooCommerce Orders"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: filters/wpallexport_custom_types.php:9
|
544 |
+
msgid "WooCommerce Coupons"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: filters/wpallexport_custom_types.php:26
|
548 |
+
msgid "WooCommerce Customers"
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: helpers/pmxe_render_xml_element.php:44 helpers/pmxe_render_xml_text.php:10
|
552 |
+
#, php-format
|
553 |
+
msgid "<strong>%s</strong> %s more"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: helpers/pmxe_render_xml_element.php:44 helpers/pmxe_render_xml_text.php:10
|
557 |
+
msgid "element"
|
558 |
+
msgid_plural "elements"
|
559 |
+
msgstr[0] ""
|
560 |
+
msgstr[1] ""
|
561 |
+
|
562 |
+
#: helpers/pmxe_render_xml_text.php:16
|
563 |
+
msgid "more"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: helpers/wp_all_export_get_cpt_name.php:10 views/admin/export/index.php:72
|
567 |
+
msgid "Users"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: helpers/wp_all_export_get_cpt_name.php:10
|
571 |
+
msgid "User"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: helpers/wp_all_export_get_cpt_name.php:14
|
575 |
+
msgid "Customers"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: helpers/wp_all_export_get_cpt_name.php:14
|
579 |
+
#: libraries/XmlExportWooCommerceOrder.php:1732
|
580 |
+
msgid "Customer"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: helpers/wp_all_export_get_cpt_name.php:18 views/admin/export/index.php:68
|
584 |
+
msgid "Comments"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: helpers/wp_all_export_get_cpt_name.php:18
|
588 |
+
msgid "Comment"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: helpers/wp_all_export_get_cpt_name.php:27
|
592 |
+
msgid "Taxonomy Terms"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: helpers/wp_all_export_get_cpt_name.php:27
|
596 |
+
msgid "Taxonomy Term"
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: helpers/wp_all_export_get_cpt_name.php:47
|
600 |
+
msgid "Records"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: helpers/wp_all_export_get_cpt_name.php:47
|
604 |
+
msgid "Record"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: libraries/WpaePhpInterpreterErrorHandler.php:22
|
608 |
+
msgid "An unknown error occured"
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: libraries/WpaePhpInterpreterErrorHandler.php:24
|
612 |
+
#: libraries/WpaePhpInterpreterErrorHandler.php:28
|
613 |
+
msgid "PHP Error"
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: libraries/WpaePhpInterpreterErrorHandler.php:28
|
617 |
+
msgid "You probably forgot to close a quote"
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: libraries/XmlExportACF.php:1026 libraries/XmlExportACF.php:1118
|
621 |
+
#: libraries/XmlExportACF.php:1147
|
622 |
+
msgid "ACF"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: libraries/XmlExportComment.php:160
|
626 |
+
msgid "Comment meta"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: libraries/XmlExportEngine.php:201
|
630 |
+
msgid "Standard"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: libraries/XmlExportEngine.php:205
|
634 |
+
msgid "Media"
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: libraries/XmlExportEngine.php:209
|
638 |
+
msgid "Images"
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: libraries/XmlExportEngine.php:259
|
642 |
+
msgid "Attachments"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: libraries/XmlExportEngine.php:307 libraries/XmlExportWooCommerce.php:512
|
646 |
+
#: views/admin/export/index.php:64
|
647 |
+
msgid "Taxonomies"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: libraries/XmlExportEngine.php:311 libraries/XmlExportWooCommerce.php:516
|
651 |
+
#: libraries/XmlExportWooCommerceOrder.php:1770
|
652 |
+
msgid "Custom Fields"
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
#: libraries/XmlExportEngine.php:315 libraries/XmlExportUser.php:230
|
656 |
+
#: libraries/XmlExportWooCommerce.php:368
|
657 |
+
#: libraries/XmlExportWooCommerceCoupon.php:176
|
658 |
+
#: libraries/XmlExportWooCommerceOrder.php:1774
|
659 |
+
msgid "Other"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
+
#: libraries/XmlExportEngine.php:322
|
663 |
+
msgid "Author"
|
664 |
+
msgstr ""
|
665 |
+
|
666 |
+
#: libraries/XmlExportEngine.php:435
|
667 |
+
msgid "WP Query field is required"
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: libraries/XmlExportEngine.php:668 libraries/XmlExportEngine.php:714
|
671 |
+
#: libraries/XmlExportWooCommerceOrder.php:1480
|
672 |
+
#: libraries/XmlExportWooCommerceOrder.php:1518
|
673 |
+
msgid "All"
|
674 |
+
msgstr ""
|
675 |
+
|
676 |
+
#: libraries/XmlExportEngine.php:823
|
677 |
+
msgid "User Role"
|
678 |
+
msgstr ""
|
679 |
+
|
680 |
+
#: libraries/XmlExportEngine.php:1016
|
681 |
+
#: libraries/XmlExportWooCommerceOrder.php:1620
|
682 |
+
msgid "SQL Query"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: libraries/XmlExportEngine.php:1052
|
686 |
+
msgid "Missing custom XML template header."
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: libraries/XmlExportEngine.php:1057
|
690 |
+
msgid "Missing custom XML template post loop."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: libraries/XmlExportEngine.php:1062
|
694 |
+
msgid "Missing custom XML template footer."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: libraries/XmlExportTaxonomy.php:128
|
698 |
+
msgid "Term Meta"
|
699 |
+
msgstr ""
|
700 |
+
|
701 |
+
#: libraries/XmlExportUser.php:212 libraries/XmlExportUser.php:223
|
702 |
+
msgid "Address"
|
703 |
+
msgstr ""
|
704 |
+
|
705 |
+
#: libraries/XmlExportUser.php:321 libraries/XmlExportWooCommerceOrder.php:1867
|
706 |
+
msgid "Customer User ID"
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: libraries/XmlExportWooCommerce.php:372
|
710 |
+
#: libraries/XmlExportWooCommerce.php:502
|
711 |
+
msgid "Product Data"
|
712 |
+
msgstr ""
|
713 |
+
|
714 |
+
#: libraries/XmlExportWooCommerce.php:376
|
715 |
+
#: libraries/XmlExportWooCommerce.php:520
|
716 |
+
msgid "Attributes"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: libraries/XmlExportWooCommerce.php:524
|
720 |
+
msgid "Advanced"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: libraries/XmlExportWooCommerceOrder.php:1480
|
724 |
+
msgid "Data"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: libraries/XmlExportWooCommerceOrder.php:1728
|
728 |
+
msgid "Order"
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: libraries/XmlExportWooCommerceOrder.php:1736
|
732 |
+
msgid "Items"
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: libraries/XmlExportWooCommerceOrder.php:1741
|
736 |
+
msgid "Taxes & Shipping"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: libraries/XmlExportWooCommerceOrder.php:1745
|
740 |
+
msgid "Fees & Discounts"
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: libraries/XmlExportWooCommerceOrder.php:1749
|
744 |
+
#: views/admin/manage/scheduling.php:47
|
745 |
+
msgid "Notes"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: libraries/XmlExportWooCommerceOrder.php:1751
|
749 |
+
msgid "Note Content"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: libraries/XmlExportWooCommerceOrder.php:1752
|
753 |
+
msgid "Note Date"
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: libraries/XmlExportWooCommerceOrder.php:1753
|
757 |
+
msgid "Note Visibility"
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: libraries/XmlExportWooCommerceOrder.php:1754
|
761 |
+
msgid "Note User Name"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: libraries/XmlExportWooCommerceOrder.php:1755
|
765 |
+
msgid "Note User Email"
|
766 |
+
msgstr ""
|
767 |
+
|
768 |
+
#: libraries/XmlExportWooCommerceOrder.php:1759
|
769 |
+
msgid "Refunds"
|
770 |
+
msgstr ""
|
771 |
+
|
772 |
+
#: libraries/XmlExportWooCommerceOrder.php:1761
|
773 |
+
msgid "Refund Total"
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: libraries/XmlExportWooCommerceOrder.php:1762
|
777 |
+
msgid "Refund ID"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: libraries/XmlExportWooCommerceOrder.php:1763
|
781 |
+
msgid "Refund Amounts"
|
782 |
+
msgstr ""
|
783 |
+
|
784 |
+
#: libraries/XmlExportWooCommerceOrder.php:1764
|
785 |
+
msgid "Refund Reason"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: libraries/XmlExportWooCommerceOrder.php:1765
|
789 |
+
msgid "Refund Date"
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: libraries/XmlExportWooCommerceOrder.php:1766
|
793 |
+
msgid "Refund Author Email"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: libraries/XmlExportWooCommerceOrder.php:1789
|
797 |
+
msgid "Order ID"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: libraries/XmlExportWooCommerceOrder.php:1790
|
801 |
+
msgid "Order Key"
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: libraries/XmlExportWooCommerceOrder.php:1791
|
805 |
+
msgid "Order Date"
|
806 |
+
msgstr ""
|
807 |
+
|
808 |
+
#: libraries/XmlExportWooCommerceOrder.php:1792
|
809 |
+
msgid "Completed Date"
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: libraries/XmlExportWooCommerceOrder.php:1793
|
813 |
+
msgid "Title"
|
814 |
+
msgstr ""
|
815 |
+
|
816 |
+
#: libraries/XmlExportWooCommerceOrder.php:1794
|
817 |
+
msgid "Order Status"
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: libraries/XmlExportWooCommerceOrder.php:1795
|
821 |
+
msgid "Order Currency"
|
822 |
+
msgstr ""
|
823 |
+
|
824 |
+
#: libraries/XmlExportWooCommerceOrder.php:1796
|
825 |
+
msgid "Payment Method Title"
|
826 |
+
msgstr ""
|
827 |
+
|
828 |
+
#: libraries/XmlExportWooCommerceOrder.php:1797
|
829 |
+
msgid "Order Total"
|
830 |
+
msgstr ""
|
831 |
+
|
832 |
+
#: libraries/XmlExportWooCommerceOrder.php:1810
|
833 |
+
#: views/admin/export/template/advanced_field_options.php:51
|
834 |
+
msgid "Product ID"
|
835 |
+
msgstr ""
|
836 |
+
|
837 |
+
#: libraries/XmlExportWooCommerceOrder.php:1811
|
838 |
+
msgid "SKU"
|
839 |
+
msgstr ""
|
840 |
+
|
841 |
+
#: libraries/XmlExportWooCommerceOrder.php:1812
|
842 |
+
#: views/admin/export/template/advanced_field_options.php:52
|
843 |
+
msgid "Product Name"
|
844 |
+
msgstr ""
|
845 |
+
|
846 |
+
#: libraries/XmlExportWooCommerceOrder.php:1813
|
847 |
+
msgid "Product Variation Details"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: libraries/XmlExportWooCommerceOrder.php:1814
|
851 |
+
msgid "Quantity"
|
852 |
+
msgstr ""
|
853 |
+
|
854 |
+
#: libraries/XmlExportWooCommerceOrder.php:1815
|
855 |
+
msgid "Item Cost"
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: libraries/XmlExportWooCommerceOrder.php:1816
|
859 |
+
msgid "Item Total"
|
860 |
+
msgstr ""
|
861 |
+
|
862 |
+
#: libraries/XmlExportWooCommerceOrder.php:1817
|
863 |
+
msgid "Item Tax"
|
864 |
+
msgstr ""
|
865 |
+
|
866 |
+
#: libraries/XmlExportWooCommerceOrder.php:1818
|
867 |
+
msgid "Item Tax Total"
|
868 |
+
msgstr ""
|
869 |
+
|
870 |
+
#: libraries/XmlExportWooCommerceOrder.php:1819
|
871 |
+
msgid "Item Tax Data"
|
872 |
+
msgstr ""
|
873 |
+
|
874 |
+
#: libraries/XmlExportWooCommerceOrder.php:1820
|
875 |
+
msgid "Order Line ID"
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: libraries/XmlExportWooCommerceOrder.php:1837
|
879 |
+
msgid "Rate Code (per tax)"
|
880 |
+
msgstr ""
|
881 |
+
|
882 |
+
#: libraries/XmlExportWooCommerceOrder.php:1838
|
883 |
+
msgid "Rate Percentage (per tax)"
|
884 |
+
msgstr ""
|
885 |
+
|
886 |
+
#: libraries/XmlExportWooCommerceOrder.php:1839
|
887 |
+
msgid "Amount (per tax)"
|
888 |
+
msgstr ""
|
889 |
+
|
890 |
+
#: libraries/XmlExportWooCommerceOrder.php:1840
|
891 |
+
msgid "Total Tax Amount"
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: libraries/XmlExportWooCommerceOrder.php:1841
|
895 |
+
msgid "Shipping Method"
|
896 |
+
msgstr ""
|
897 |
+
|
898 |
+
#: libraries/XmlExportWooCommerceOrder.php:1842
|
899 |
+
msgid "Shipping Cost"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
+
#: libraries/XmlExportWooCommerceOrder.php:1843
|
903 |
+
msgid "Shipping Taxes"
|
904 |
+
msgstr ""
|
905 |
+
|
906 |
+
#: libraries/XmlExportWooCommerceOrder.php:1852
|
907 |
+
msgid "Discount Amount (per coupon)"
|
908 |
+
msgstr ""
|
909 |
+
|
910 |
+
#: libraries/XmlExportWooCommerceOrder.php:1853
|
911 |
+
msgid "Coupons Used"
|
912 |
+
msgstr ""
|
913 |
+
|
914 |
+
#: libraries/XmlExportWooCommerceOrder.php:1854
|
915 |
+
msgid "Total Discount Amount"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: libraries/XmlExportWooCommerceOrder.php:1855
|
919 |
+
msgid "Fee Amount (per surcharge)"
|
920 |
+
msgstr ""
|
921 |
+
|
922 |
+
#: libraries/XmlExportWooCommerceOrder.php:1856
|
923 |
+
msgid "Total Fee Amount"
|
924 |
+
msgstr ""
|
925 |
+
|
926 |
+
#: libraries/XmlExportWooCommerceOrder.php:1857
|
927 |
+
msgid "Fee Taxes"
|
928 |
+
msgstr ""
|
929 |
+
|
930 |
+
#: libraries/XmlExportWooCommerceOrder.php:1868
|
931 |
+
msgid "Customer Note"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: libraries/XmlExportWooCommerceOrder.php:1923
|
935 |
+
msgid "Billing Email Address"
|
936 |
+
msgstr ""
|
937 |
+
|
938 |
+
#: libraries/XmlExportWooCommerceOrder.php:1924
|
939 |
+
msgid "Customer Account Email Address"
|
940 |
+
msgstr ""
|
941 |
+
|
942 |
+
#: models/export/record.php:443
|
943 |
+
msgid ""
|
944 |
+
"The other two files in this zip are the export file containing all of your "
|
945 |
+
"data and the import template for WP All Import. \n"
|
946 |
+
"\n"
|
947 |
+
"To import this data, create a new import with WP All Import and upload this "
|
948 |
+
"zip file."
|
949 |
+
msgstr ""
|
950 |
+
|
951 |
+
#: src/Pro/Filtering/FilteringFactory.php:46
|
952 |
+
msgid "Filtering Options"
|
953 |
+
msgstr ""
|
954 |
+
|
955 |
+
#: views/admin/export/blocks/filters.php:4
|
956 |
+
msgid "Element"
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: views/admin/export/blocks/filters.php:5
|
960 |
+
msgid "Rule"
|
961 |
+
msgstr ""
|
962 |
+
|
963 |
+
#: views/admin/export/blocks/filters.php:6
|
964 |
+
msgid "Value"
|
965 |
+
msgstr ""
|
966 |
+
|
967 |
+
#: views/admin/export/blocks/filters.php:12
|
968 |
+
msgid "Select Element"
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: views/admin/export/blocks/filters.php:25
|
972 |
+
msgid "Add Rule"
|
973 |
+
msgstr ""
|
974 |
+
|
975 |
+
#: views/admin/export/blocks/filters.php:37
|
976 |
+
msgid ""
|
977 |
+
"Date filters use natural language.<br>For example, to return records created "
|
978 |
+
"in the last week: <i>date ▸ newer than ▸ last week</i>.<br>For all records "
|
979 |
+
"created in 2016: <i>date ▸ older than ▸ 1/1/2017</i> AND <i>date ▸ newer "
|
980 |
+
"than ▸ 12/31/2015</i>"
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: views/admin/export/blocks/filters.php:38
|
984 |
+
msgid ""
|
985 |
+
"No filtering options. Add filtering options to only export records matching "
|
986 |
+
"some specified criteria."
|
987 |
+
msgstr ""
|
988 |
+
|
989 |
+
#: views/admin/export/index.php:10 views/admin/export/options.php:22
|
990 |
+
#: views/admin/export/process.php:16 views/admin/export/template.php:8
|
991 |
+
#: views/admin/manage/update.php:22
|
992 |
+
msgid "Export to XML / CSV"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: views/admin/export/index.php:13 views/admin/export/options.php:25
|
996 |
+
#: views/admin/export/process.php:19 views/admin/export/template.php:12
|
997 |
+
#: views/admin/manage/update.php:25
|
998 |
+
msgid "Support"
|
999 |
+
msgstr ""
|
1000 |
+
|
1001 |
+
#: views/admin/export/index.php:13 views/admin/export/options.php:25
|
1002 |
+
#: views/admin/export/process.php:19 views/admin/export/template.php:15
|
1003 |
+
#: views/admin/manage/update.php:25
|
1004 |
+
msgid "Documentation"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: views/admin/export/index.php:30
|
1008 |
+
msgid "First, choose what to export."
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: views/admin/export/index.php:33
|
1012 |
+
msgid "Specific Post Type"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: views/admin/export/index.php:37
|
1016 |
+
msgid "WP_Query Results"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: views/admin/export/index.php:92
|
1020 |
+
msgid "Choose a post type..."
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
+
#: views/admin/export/index.php:127
|
1024 |
+
msgid "Select taxonomy"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: views/admin/export/index.php:141
|
1028 |
+
msgid "Post Type Query"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: views/admin/export/index.php:142
|
1032 |
+
msgid "User Query"
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: views/admin/export/index.php:147
|
1036 |
+
msgid "Comment Query"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: views/admin/export/index.php:189 views/admin/export/options.php:108
|
1040 |
+
#: views/admin/export/process.php:120 views/admin/export/template.php:552
|
1041 |
+
#: views/admin/manage/index.php:366 views/admin/manage/scheduling.php:57
|
1042 |
+
#: views/admin/manage/templates.php:19 views/admin/manage/update.php:104
|
1043 |
+
#: views/admin/settings/index.php:167
|
1044 |
+
msgid "Created by"
|
1045 |
+
msgstr ""
|
1046 |
+
|
1047 |
+
#: views/admin/export/options.php:4 views/admin/export/options.php:55
|
1048 |
+
#: views/admin/export/options.php:97 views/admin/manage/update.php:3
|
1049 |
+
#: views/admin/manage/update.php:55 views/admin/manage/update.php:97
|
1050 |
+
msgid "Confirm & Run Export"
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: views/admin/export/options.php:5 views/admin/export/options.php:101
|
1054 |
+
#: views/admin/manage/update.php:4 views/admin/manage/update.php:95
|
1055 |
+
msgid "Save Export Configuration"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: views/admin/export/options.php:95 views/admin/export/template.php:543
|
1059 |
+
msgid "Back"
|
1060 |
+
msgstr ""
|
1061 |
+
|
1062 |
+
#: views/admin/export/options.php:100 views/admin/export/template.php:540
|
1063 |
+
msgid "Back to Manage Exports"
|
1064 |
+
msgstr ""
|
1065 |
+
|
1066 |
+
#: views/admin/export/options/settings.php:4
|
1067 |
+
msgid "Configure Advanced Settings"
|
1068 |
+
msgstr ""
|
1069 |
+
|
1070 |
+
#: views/admin/export/options/settings.php:12
|
1071 |
+
msgid "In each iteration, process"
|
1072 |
+
msgstr ""
|
1073 |
+
|
1074 |
+
#: views/admin/export/options/settings.php:12
|
1075 |
+
#: views/admin/export/options/settings.php:18
|
1076 |
+
msgid "records"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: views/admin/export/options/settings.php:13
|
1080 |
+
msgid ""
|
1081 |
+
"WP All Export must be able to process this many records in less than your "
|
1082 |
+
"server's timeout settings. If your export fails before completion, to "
|
1083 |
+
"troubleshoot you should lower this number."
|
1084 |
+
msgstr ""
|
1085 |
+
|
1086 |
+
#: views/admin/export/options/settings.php:18
|
1087 |
+
#, php-format
|
1088 |
+
msgid "Only export %s once"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: views/admin/export/options/settings.php:19
|
1092 |
+
msgid ""
|
1093 |
+
"If re-run, this export will only include records that have not been "
|
1094 |
+
"previously exported."
|
1095 |
+
msgstr ""
|
1096 |
+
|
1097 |
+
#: views/admin/export/options/settings.php:24
|
1098 |
+
msgid "Include BOM in export file"
|
1099 |
+
msgstr ""
|
1100 |
+
|
1101 |
+
#: views/admin/export/options/settings.php:25
|
1102 |
+
msgid ""
|
1103 |
+
"The BOM will help some programs like Microsoft Excel read your export file "
|
1104 |
+
"if it includes non-English characters."
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: views/admin/export/options/settings.php:30
|
1108 |
+
msgid "Create a new file each time export is run"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: views/admin/export/options/settings.php:31
|
1112 |
+
msgid ""
|
1113 |
+
"If disabled, the export file will be overwritten every time this export run."
|
1114 |
+
msgstr ""
|
1115 |
+
|
1116 |
+
#: views/admin/export/options/settings.php:36
|
1117 |
+
msgid "Split large exports into multiple files"
|
1118 |
+
msgstr ""
|
1119 |
+
|
1120 |
+
#: views/admin/export/options/settings.php:39
|
1121 |
+
msgid "Limit export to"
|
1122 |
+
msgstr ""
|
1123 |
+
|
1124 |
+
#: views/admin/export/options/settings.php:39
|
1125 |
+
msgid "records per file"
|
1126 |
+
msgstr ""
|
1127 |
+
|
1128 |
+
#: views/admin/export/options/settings.php:47
|
1129 |
+
msgid "Friendly Name:"
|
1130 |
+
msgstr ""
|
1131 |
+
|
1132 |
+
#: views/admin/export/options/settings.php:48
|
1133 |
+
msgid "Save friendly name..."
|
1134 |
+
msgstr ""
|
1135 |
+
|
1136 |
+
#: views/admin/export/process.php:28
|
1137 |
+
msgid "Export <span id=\"status\">in Progress...</span>"
|
1138 |
+
msgstr ""
|
1139 |
+
|
1140 |
+
#: views/admin/export/process.php:29
|
1141 |
+
msgid ""
|
1142 |
+
"Exporting may take some time. Please do not close your browser or refresh "
|
1143 |
+
"the page until the process is complete."
|
1144 |
+
msgstr ""
|
1145 |
+
|
1146 |
+
#: views/admin/export/process.php:36
|
1147 |
+
msgid "Time Elapsed"
|
1148 |
+
msgstr ""
|
1149 |
+
|
1150 |
+
#: views/admin/export/process.php:38 views/admin/export/process.php:73
|
1151 |
+
msgid "Exported"
|
1152 |
+
msgstr ""
|
1153 |
+
|
1154 |
+
#: views/admin/export/process.php:72
|
1155 |
+
#, php-format
|
1156 |
+
msgid "Export %ss"
|
1157 |
+
msgstr ""
|
1158 |
+
|
1159 |
+
#: views/admin/export/process.php:84
|
1160 |
+
msgid "WP All Export successfully exported your data!"
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: views/admin/export/process.php:94
|
1164 |
+
msgid "Download Data"
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: views/admin/export/process.php:101 views/admin/manage/index.php:152
|
1168 |
+
#, php-format
|
1169 |
+
msgid "Split %ss"
|
1170 |
+
msgstr ""
|
1171 |
+
|
1172 |
+
#: views/admin/export/process.php:106 views/admin/manage/index.php:140
|
1173 |
+
#: views/admin/manage/index.php:147
|
1174 |
+
msgid "Bundle"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: views/admin/export/process.php:107
|
1178 |
+
msgid "Settings & Data for WP All Import"
|
1179 |
+
msgstr ""
|
1180 |
+
|
1181 |
+
#: views/admin/export/template.php:68
|
1182 |
+
msgid ""
|
1183 |
+
"Upgrade to the Pro edition of WP All Export to Select Product Variation "
|
1184 |
+
"Options"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: views/admin/export/template.php:147
|
1188 |
+
msgid ""
|
1189 |
+
"Drag & drop data from \"Available Data\" on the right to include it in the "
|
1190 |
+
"export or click \"Add Field To Export\" below."
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: views/admin/export/template.php:172
|
1194 |
+
#, php-format
|
1195 |
+
msgid ""
|
1196 |
+
"Warning: without %s you won't be able to re-import this data back to this "
|
1197 |
+
"site using WP All Import."
|
1198 |
+
msgstr ""
|
1199 |
+
|
1200 |
+
#: views/admin/export/template.php:189
|
1201 |
+
msgid "Add Field"
|
1202 |
+
msgstr ""
|
1203 |
+
|
1204 |
+
#: views/admin/export/template.php:191
|
1205 |
+
msgid "Add All"
|
1206 |
+
msgstr ""
|
1207 |
+
|
1208 |
+
#: views/admin/export/template.php:193
|
1209 |
+
msgid "Clear All"
|
1210 |
+
msgstr ""
|
1211 |
+
|
1212 |
+
#: views/admin/export/template.php:199 views/admin/export/template.php:404
|
1213 |
+
msgid "Preview"
|
1214 |
+
msgstr ""
|
1215 |
+
|
1216 |
+
#: views/admin/export/template.php:209 views/admin/export/template.php:267
|
1217 |
+
#: views/admin/export/template.php:413
|
1218 |
+
msgid "Advanced Options"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: views/admin/export/template.php:216
|
1222 |
+
msgid "Root XML Element"
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: views/admin/export/template.php:225
|
1226 |
+
#, php-format
|
1227 |
+
msgid "Single %s XML Element"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: views/admin/export/template.php:236 views/admin/export/template.php:421
|
1231 |
+
#, php-format
|
1232 |
+
msgid ""
|
1233 |
+
"There are certain characters that cannot be included in an XML file unless "
|
1234 |
+
"they are wrapped in CDATA tags.<br/><a target='_blank' href='%s'>Click here "
|
1235 |
+
"to read more about CDATA tags.</a>"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: views/admin/export/template.php:239 views/admin/export/template.php:428
|
1239 |
+
msgid ""
|
1240 |
+
"Automatically wrap data in CDATA tags when it contains illegal characters"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
+
#: views/admin/export/template.php:243 views/admin/export/template.php:436
|
1244 |
+
msgid "Always wrap data in CDATA tags"
|
1245 |
+
msgstr ""
|
1246 |
+
|
1247 |
+
#: views/admin/export/template.php:247 views/admin/export/template.php:444
|
1248 |
+
msgid "Never wrap data in CDATA tags"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: views/admin/export/template.php:249 views/admin/export/template.php:447
|
1252 |
+
msgid "Warning: This may result in an invalid XML file"
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: views/admin/export/template.php:274
|
1256 |
+
msgid "Separator:"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: views/admin/export/template.php:278
|
1260 |
+
msgid "CSV Header Row"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: views/admin/export/template.php:282
|
1264 |
+
msgid "Include header row and column titles in export"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: views/admin/export/template.php:296
|
1268 |
+
msgid "Display each product in its own row"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: views/admin/export/template.php:297
|
1272 |
+
msgid ""
|
1273 |
+
"If an order contains multiple products, each product will have its own row. "
|
1274 |
+
"If disabled, each product will have its own column."
|
1275 |
+
msgstr ""
|
1276 |
+
|
1277 |
+
#: views/admin/export/template.php:301
|
1278 |
+
#: views/admin/export/template/advanced_field_options.php:15
|
1279 |
+
msgid "Fill in empty columns"
|
1280 |
+
msgstr ""
|
1281 |
+
|
1282 |
+
#: views/admin/export/template.php:303
|
1283 |
+
msgid ""
|
1284 |
+
"If enabled, each order item will appear as its own row with all order info "
|
1285 |
+
"filled in for every column. If disabled, order info will only display on one "
|
1286 |
+
"row with only the order item info displaying in additional rows."
|
1287 |
+
msgstr ""
|
1288 |
+
|
1289 |
+
#: views/admin/export/template.php:319
|
1290 |
+
msgid "Export Type"
|
1291 |
+
msgstr ""
|
1292 |
+
|
1293 |
+
#: views/admin/export/template.php:324
|
1294 |
+
msgid "Choose your export type"
|
1295 |
+
msgstr ""
|
1296 |
+
|
1297 |
+
#: views/admin/export/template.php:326
|
1298 |
+
msgid "Spreadsheet"
|
1299 |
+
msgstr ""
|
1300 |
+
|
1301 |
+
#: views/admin/export/template.php:330
|
1302 |
+
msgid "Feed"
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: views/admin/export/template.php:345
|
1306 |
+
msgid "CSV File"
|
1307 |
+
msgstr ""
|
1308 |
+
|
1309 |
+
#: views/admin/export/template.php:346
|
1310 |
+
msgid "Excel File (XLS)"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: views/admin/export/template.php:347
|
1314 |
+
msgid "Excel File (XLSX)"
|
1315 |
+
msgstr ""
|
1316 |
+
|
1317 |
+
#: views/admin/export/template.php:356
|
1318 |
+
msgid "Simple XML Feed"
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: views/admin/export/template.php:357
|
1322 |
+
msgid "Custom XML Feed"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: views/admin/export/template.php:361
|
1326 |
+
msgid "Google Merchant Center Product Feed"
|
1327 |
+
msgstr ""
|
1328 |
+
|
1329 |
+
#: views/admin/export/template.php:387
|
1330 |
+
msgid "XML Editor"
|
1331 |
+
msgstr ""
|
1332 |
+
|
1333 |
+
#: views/admin/export/template.php:399
|
1334 |
+
msgid "Help"
|
1335 |
+
msgstr ""
|
1336 |
+
|
1337 |
+
#: views/admin/export/template.php:475
|
1338 |
+
#: views/admin/export/template/advanced_field_options.php:73
|
1339 |
+
#: views/admin/settings/index.php:150
|
1340 |
+
msgid "Function Editor"
|
1341 |
+
msgstr ""
|
1342 |
+
|
1343 |
+
#: views/admin/export/template.php:488
|
1344 |
+
#: views/admin/export/template/advanced_field_options.php:82
|
1345 |
+
#: views/admin/settings/index.php:157
|
1346 |
+
msgid "Save Functions"
|
1347 |
+
msgstr ""
|
1348 |
+
|
1349 |
+
#: views/admin/export/template.php:490
|
1350 |
+
#: views/admin/export/template/advanced_field_options.php:73
|
1351 |
+
#: views/admin/settings/index.php:158
|
1352 |
+
#, php-format
|
1353 |
+
msgid ""
|
1354 |
+
"Add functions here for use during your export. You can access this file at %s"
|
1355 |
+
msgstr ""
|
1356 |
+
|
1357 |
+
#: views/admin/export/template.php:508
|
1358 |
+
msgid "Save settings as a template"
|
1359 |
+
msgstr ""
|
1360 |
+
|
1361 |
+
#: views/admin/export/template.php:511
|
1362 |
+
msgid "Template name..."
|
1363 |
+
msgstr ""
|
1364 |
+
|
1365 |
+
#: views/admin/export/template.php:516
|
1366 |
+
msgid "Load Template..."
|
1367 |
+
msgstr ""
|
1368 |
+
|
1369 |
+
#: views/admin/export/template.php:546
|
1370 |
+
msgid "Continue"
|
1371 |
+
msgstr ""
|
1372 |
+
|
1373 |
+
#: views/admin/export/template.php:562
|
1374 |
+
msgid "Available Data"
|
1375 |
+
msgstr ""
|
1376 |
+
|
1377 |
+
#: views/admin/export/template.php:583
|
1378 |
+
msgid "Add Field To Export"
|
1379 |
+
msgstr ""
|
1380 |
+
|
1381 |
+
#: views/admin/export/template.php:584 views/admin/export/template.php:594
|
1382 |
+
msgid "Edit Export Field"
|
1383 |
+
msgstr ""
|
1384 |
+
|
1385 |
+
#: views/admin/export/template.php:593
|
1386 |
+
msgid "Custom XML Feeds"
|
1387 |
+
msgstr ""
|
1388 |
+
|
1389 |
+
#: views/admin/export/template/add_new_field.php:4
|
1390 |
+
msgid "What field would you like to export?"
|
1391 |
+
msgstr ""
|
1392 |
+
|
1393 |
+
#: views/admin/export/template/add_new_field.php:10
|
1394 |
+
msgid "What would you like to name the column/element in your exported file?"
|
1395 |
+
msgstr ""
|
1396 |
+
|
1397 |
+
#: views/admin/export/template/add_new_field.php:21
|
1398 |
+
#: views/admin/manage/index.php:52 views/admin/manage/index.php:155
|
1399 |
+
#: views/admin/manage/index.php:355
|
1400 |
+
msgid "Delete"
|
1401 |
+
msgstr ""
|
1402 |
+
|
1403 |
+
#: views/admin/export/template/add_new_field.php:22
|
1404 |
+
msgid "Done"
|
1405 |
+
msgstr ""
|
1406 |
+
|
1407 |
+
#: views/admin/export/template/add_new_field.php:23
|
1408 |
+
msgid "Close"
|
1409 |
+
msgstr ""
|
1410 |
+
|
1411 |
+
#: views/admin/export/template/advanced_field_options.php:4
|
1412 |
+
#, php-format
|
1413 |
+
msgid ""
|
1414 |
+
"%%ID%% will be replaced with the ID of the post being exported, example: "
|
1415 |
+
"SELECT meta_value FROM wp_postmeta WHERE post_id=%%ID%% AND "
|
1416 |
+
"meta_key='your_meta_key';"
|
1417 |
+
msgstr ""
|
1418 |
+
|
1419 |
+
#: views/admin/export/template/advanced_field_options.php:11
|
1420 |
+
msgid "Display each repeater row in its own csv line"
|
1421 |
+
msgstr ""
|
1422 |
+
|
1423 |
+
#: views/admin/export/template/advanced_field_options.php:16
|
1424 |
+
msgid ""
|
1425 |
+
"If enabled, each repeater row will appear as its own csv line with all post "
|
1426 |
+
"info filled in for every column."
|
1427 |
+
msgstr ""
|
1428 |
+
|
1429 |
+
#: views/admin/export/template/advanced_field_options.php:24
|
1430 |
+
msgid "Export featured image"
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: views/admin/export/template/advanced_field_options.php:29
|
1434 |
+
msgid "Export attached images"
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: views/admin/export/template/advanced_field_options.php:31
|
1438 |
+
msgid "Separator"
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: views/admin/export/template/advanced_field_options.php:39
|
1442 |
+
msgid "UNIX timestamp - PHP time()"
|
1443 |
+
msgstr ""
|
1444 |
+
|
1445 |
+
#: views/admin/export/template/advanced_field_options.php:40
|
1446 |
+
msgid "Natural Language PHP date()"
|
1447 |
+
msgstr ""
|
1448 |
+
|
1449 |
+
#: views/admin/export/template/advanced_field_options.php:43
|
1450 |
+
msgid "date() Format"
|
1451 |
+
msgstr ""
|
1452 |
+
|
1453 |
+
#: views/admin/export/template/advanced_field_options.php:50
|
1454 |
+
#: views/admin/export/template/custom_xml_help.php:58
|
1455 |
+
msgid "Product SKU"
|
1456 |
+
msgstr ""
|
1457 |
+
|
1458 |
+
#: views/admin/export/template/advanced_field_options.php:58
|
1459 |
+
msgid "Export the value returned by a PHP function"
|
1460 |
+
msgstr ""
|
1461 |
+
|
1462 |
+
#: views/admin/export/template/advanced_field_options.php:59
|
1463 |
+
msgid ""
|
1464 |
+
"The value of the field chosen for export will be passed to the PHP function."
|
1465 |
+
msgstr ""
|
1466 |
+
|
1467 |
+
#: views/admin/export/template/custom_xml_help.php:3
|
1468 |
+
msgid ""
|
1469 |
+
"The custom XML editor makes it easy to create an XML file with the exact "
|
1470 |
+
"structure you need. The syntax is simple and straightforward, yet powerful "
|
1471 |
+
"enough to allow you to pass your data through custom PHP functions."
|
1472 |
+
msgstr ""
|
1473 |
+
|
1474 |
+
#: views/admin/export/template/custom_xml_help.php:5
|
1475 |
+
msgid "Custom XML Editor"
|
1476 |
+
msgstr ""
|
1477 |
+
|
1478 |
+
#: views/admin/export/template/custom_xml_help.php:8
|
1479 |
+
msgid ""
|
1480 |
+
"The custom XML editor is a template for your custom XML feed. Everything "
|
1481 |
+
"between the <span class=\"wp_all_export_code\"><span class="
|
1482 |
+
"\"wp_all_export_code_comment\"><!-- BEGIN LOOP --></span> and <span "
|
1483 |
+
"class=\"wp_all_export_code_comment\"><!-- END LOOP --></span></span> "
|
1484 |
+
"tags will be repeated for each exported post."
|
1485 |
+
msgstr ""
|
1486 |
+
|
1487 |
+
#: views/admin/export/template/custom_xml_help.php:9
|
1488 |
+
msgid ""
|
1489 |
+
"You can drag and drop elements from Available Data on the right into the "
|
1490 |
+
"editor on the left. You can also manually enter data into the export "
|
1491 |
+
"template."
|
1492 |
+
msgstr ""
|
1493 |
+
|
1494 |
+
#: views/admin/export/template/custom_xml_help.php:10
|
1495 |
+
msgid ""
|
1496 |
+
"For example, to add the post title to your export, you can either drag the "
|
1497 |
+
"title element into the editor, or you can manually edit the export template "
|
1498 |
+
"in editor to add it like this: <span class=\"wp_all_export_code\"><span "
|
1499 |
+
"class=\"wp_all_export_code_tag\"><my_custom_title><span class="
|
1500 |
+
"\"wp_all_export_code_text\">{Title}</span></my_custom_title></span></"
|
1501 |
+
"span>"
|
1502 |
+
msgstr ""
|
1503 |
+
|
1504 |
+
#: views/admin/export/template/custom_xml_help.php:13
|
1505 |
+
msgid "PHP Functions"
|
1506 |
+
msgstr ""
|
1507 |
+
|
1508 |
+
#: views/admin/export/template/custom_xml_help.php:16
|
1509 |
+
msgid ""
|
1510 |
+
"To add a custom PHP function to your XML template wrap it in brackets: <span "
|
1511 |
+
"class=\"wp_all_export_code\"><span class=\"wp_all_export_code_text"
|
1512 |
+
"\">[my_function({Content})]"
|
1513 |
+
msgstr ""
|
1514 |
+
|
1515 |
+
#: views/admin/export/template/custom_xml_help.php:17
|
1516 |
+
msgid ""
|
1517 |
+
"You can also use native PHP functions: <span class=\"wp_all_export_code"
|
1518 |
+
"\"><span class=\"wp_all_export_code_text\">[str_replace(\",\",\"\",{Price})]"
|
1519 |
+
msgstr ""
|
1520 |
+
|
1521 |
+
#: views/admin/export/template/custom_xml_help.php:18
|
1522 |
+
msgid ""
|
1523 |
+
"Whatever your function returns will appear in your exported XML file. You "
|
1524 |
+
"can pass as many elements as you like to your function so that they can be "
|
1525 |
+
"combined and processed in any way."
|
1526 |
+
msgstr ""
|
1527 |
+
|
1528 |
+
#: views/admin/export/template/custom_xml_help.php:21
|
1529 |
+
msgid "Repeating Fields and Arrays"
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: views/admin/export/template/custom_xml_help.php:24
|
1533 |
+
msgid ""
|
1534 |
+
"Some fields, like images, have multiple values per post. WP All Export turns "
|
1535 |
+
"these fields into indexed arrays. Whenever WP All Export encounters an "
|
1536 |
+
"indexed array in an XML element it will repeat that element once for every "
|
1537 |
+
"value in the array."
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: views/admin/export/template/custom_xml_help.php:25
|
1541 |
+
msgid ""
|
1542 |
+
"For example, let's assume a post as two images attached to it - image1.jpg "
|
1543 |
+
"and image2.jpg - and we want to have one XML element for every image URL. "
|
1544 |
+
"Here's what our XML template will look like:"
|
1545 |
+
msgstr ""
|
1546 |
+
|
1547 |
+
#: views/admin/export/template/custom_xml_help.php:33
|
1548 |
+
msgid "And here's how our exported XML file will look:"
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: views/admin/export/template/custom_xml_help.php:41
|
1552 |
+
msgid ""
|
1553 |
+
"WP All Export will do this with all indexed arrays that it comes across. So "
|
1554 |
+
"if you have a function that returns an indexed array, that XML element will "
|
1555 |
+
"be repeated for each value. Likewise, you can take a field like {Image URL} "
|
1556 |
+
"and turn it into a string, like this:"
|
1557 |
+
msgstr ""
|
1558 |
+
|
1559 |
+
#: views/admin/export/template/custom_xml_help.php:45
|
1560 |
+
msgid "And you'll just get one XML element with all of the values, like this:"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: views/admin/export/template/custom_xml_help.php:51
|
1564 |
+
msgid "Example Template"
|
1565 |
+
msgstr ""
|
1566 |
+
|
1567 |
+
#: views/admin/export/template/custom_xml_help.php:55
|
1568 |
+
msgid ""
|
1569 |
+
"Let's say we want to make an XML feed of our WooCommerce products with these "
|
1570 |
+
"requirements:"
|
1571 |
+
msgstr ""
|
1572 |
+
|
1573 |
+
#: views/admin/export/template/custom_xml_help.php:57
|
1574 |
+
msgid ""
|
1575 |
+
"Site name below the header, before the <span class=\"wp_all_export_code"
|
1576 |
+
"\"><span class=\"wp_all_export_code_tag\"><products></span></span> "
|
1577 |
+
"element"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: views/admin/export/template/custom_xml_help.php:59
|
1581 |
+
msgid "Product Title"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: views/admin/export/template/custom_xml_help.php:60
|
1585 |
+
msgid "Product Price (processed via a PHP function so that they end in .99)"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: views/admin/export/template/custom_xml_help.php:61
|
1589 |
+
msgid ""
|
1590 |
+
"Product image URLs wrapped in an <span class=\"wp_all_export_code\"><span "
|
1591 |
+
"class=\"wp_all_export_code_tag\"><images></span></span> element"
|
1592 |
+
msgstr ""
|
1593 |
+
|
1594 |
+
#: views/admin/export/template/custom_xml_help.php:63
|
1595 |
+
msgid "Here's what our XML template will look like in the editor:"
|
1596 |
+
msgstr ""
|
1597 |
+
|
1598 |
+
#: views/admin/export/template/custom_xml_help.php:81
|
1599 |
+
msgid "Then in the Function Editor we'd define my_price_function() like so:"
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: views/admin/export/template/custom_xml_help.php:89
|
1603 |
+
msgid ""
|
1604 |
+
"If we had two products, each with two images, here's what our XML file would "
|
1605 |
+
"look like:"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: views/admin/export/variation_options.php:7
|
1609 |
+
msgid "Product Variations"
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: views/admin/export/variation_options.php:10
|
1613 |
+
msgid ""
|
1614 |
+
"WooCommerce stores each product variation as a separate product in the "
|
1615 |
+
"database, along with a parent product to tie all of the variations together."
|
1616 |
+
"<br/><br/>If the product title is 'T-Shirt', then the parent product will be "
|
1617 |
+
"titled 'T-Shirt', and in the database each size/color combination will be a "
|
1618 |
+
"separate product with a title like 'Variation #23 of T-Shirt'."
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: views/admin/export/variation_options.php:16
|
1622 |
+
msgid "Only export product variations"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: views/admin/export/variation_options.php:27
|
1626 |
+
#: views/admin/export/variation_options.php:61
|
1627 |
+
msgid "Product variations use the parent product title"
|
1628 |
+
msgstr ""
|
1629 |
+
|
1630 |
+
#: views/admin/export/variation_options.php:38
|
1631 |
+
#: views/admin/export/variation_options.php:72
|
1632 |
+
msgid "Product variations use the default variation product title"
|
1633 |
+
msgstr ""
|
1634 |
+
|
1635 |
+
#: views/admin/export/variation_options.php:50
|
1636 |
+
msgid "Export product variations and their parent products"
|
1637 |
+
msgstr ""
|
1638 |
+
|
1639 |
+
#: views/admin/export/variation_options.php:82
|
1640 |
+
msgid "Only export parent products"
|
1641 |
+
msgstr ""
|
1642 |
+
|
1643 |
+
#: views/admin/help/index.php:1
|
1644 |
+
msgid "WP All Export Support"
|
1645 |
+
msgstr ""
|
1646 |
+
|
1647 |
+
#: views/admin/manage/bulk.php:10
|
1648 |
+
#, php-format
|
1649 |
+
msgid "Are you sure you want to delete <strong>%s</strong> selected %s?"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: views/admin/manage/delete.php:1
|
1653 |
+
msgid "Delete Export"
|
1654 |
+
msgstr ""
|
1655 |
+
|
1656 |
+
#: views/admin/manage/delete.php:4
|
1657 |
+
#, php-format
|
1658 |
+
msgid "Are you sure you want to delete <strong>%s</strong> export?"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: views/admin/manage/index.php:18 views/admin/manage/index.php:20
|
1662 |
+
msgid "Search Exports"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: views/admin/manage/index.php:27
|
1666 |
+
msgid "ID"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: views/admin/manage/index.php:28
|
1670 |
+
msgid "Name"
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: views/admin/manage/index.php:30
|
1674 |
+
msgid "Query"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: views/admin/manage/index.php:32
|
1678 |
+
msgid "Summary"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: views/admin/manage/index.php:34
|
1682 |
+
msgid "Info & Options"
|
1683 |
+
msgstr ""
|
1684 |
+
|
1685 |
+
#: views/admin/manage/index.php:51 views/admin/manage/index.php:353
|
1686 |
+
msgid "Bulk Actions"
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: views/admin/manage/index.php:54 views/admin/manage/index.php:361
|
1690 |
+
msgid "Apply"
|
1691 |
+
msgstr ""
|
1692 |
+
|
1693 |
+
#: views/admin/manage/index.php:60
|
1694 |
+
#, php-format
|
1695 |
+
msgid "Displaying %s–%s of %s"
|
1696 |
+
msgstr ""
|
1697 |
+
|
1698 |
+
#: views/admin/manage/index.php:104
|
1699 |
+
msgid "No previous exports found."
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: views/admin/manage/index.php:134
|
1703 |
+
msgid "Edit Export"
|
1704 |
+
msgstr ""
|
1705 |
+
|
1706 |
+
#: views/admin/manage/index.php:135
|
1707 |
+
msgid "Export Settings"
|
1708 |
+
msgstr ""
|
1709 |
+
|
1710 |
+
#: views/admin/manage/index.php:163 views/admin/manage/scheduling.php:2
|
1711 |
+
msgid "Cron Scheduling"
|
1712 |
+
msgstr ""
|
1713 |
+
|
1714 |
+
#: views/admin/manage/index.php:209
|
1715 |
+
msgid "Import with WP All Import"
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: views/admin/manage/index.php:215 views/admin/manage/templates.php:2
|
1719 |
+
msgid "Download Import Templates"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: views/admin/manage/index.php:227
|
1723 |
+
msgid "Post Types: "
|
1724 |
+
msgstr ""
|
1725 |
+
|
1726 |
+
#: views/admin/manage/index.php:244
|
1727 |
+
msgid "Y/m/d g:i a"
|
1728 |
+
msgstr ""
|
1729 |
+
|
1730 |
+
#: views/admin/manage/index.php:254
|
1731 |
+
msgid "triggered with cron"
|
1732 |
+
msgstr ""
|
1733 |
+
|
1734 |
+
#: views/admin/manage/index.php:261 views/admin/manage/index.php:276
|
1735 |
+
#: views/admin/manage/index.php:290
|
1736 |
+
#, php-format
|
1737 |
+
msgid "last activity %s ago"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: views/admin/manage/index.php:268
|
1741 |
+
msgid "currently processing with cron"
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: views/admin/manage/index.php:283
|
1745 |
+
msgid "Export currently in progress"
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: views/admin/manage/index.php:297
|
1749 |
+
#, php-format
|
1750 |
+
msgid "Export Attempt at %s"
|
1751 |
+
msgstr ""
|
1752 |
+
|
1753 |
+
#: views/admin/manage/index.php:301
|
1754 |
+
#, php-format
|
1755 |
+
msgid "Last run: %s"
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: views/admin/manage/index.php:301
|
1759 |
+
msgid "never"
|
1760 |
+
msgstr ""
|
1761 |
+
|
1762 |
+
#: views/admin/manage/index.php:302
|
1763 |
+
#, php-format
|
1764 |
+
msgid "%d Records Exported"
|
1765 |
+
msgstr ""
|
1766 |
+
|
1767 |
+
#: views/admin/manage/index.php:304
|
1768 |
+
#, php-format
|
1769 |
+
msgid "Format: %s"
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#: views/admin/manage/index.php:310
|
1773 |
+
msgid "settings edited since last run"
|
1774 |
+
msgstr ""
|
1775 |
+
|
1776 |
+
#: views/admin/manage/index.php:322
|
1777 |
+
msgid "Edit"
|
1778 |
+
msgstr ""
|
1779 |
+
|
1780 |
+
#: views/admin/manage/index.php:323
|
1781 |
+
msgid "Run Export"
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: views/admin/manage/index.php:325
|
1785 |
+
msgid "Cancel Cron"
|
1786 |
+
msgstr ""
|
1787 |
+
|
1788 |
+
#: views/admin/manage/index.php:327
|
1789 |
+
msgid "Cancel"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
+
#: views/admin/manage/index.php:357
|
1793 |
+
msgid "Restore"
|
1794 |
+
msgstr ""
|
1795 |
+
|
1796 |
+
#: views/admin/manage/index.php:358
|
1797 |
+
msgid "Delete Permanently"
|
1798 |
+
msgstr ""
|
1799 |
+
|
1800 |
+
#: views/admin/manage/scheduling.php:6
|
1801 |
+
msgid ""
|
1802 |
+
"To schedule an export, you must create two cron jobs in your web hosting "
|
1803 |
+
"control panel. One cron job will be used to run the Trigger script, the "
|
1804 |
+
"other to run the Execution script."
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#: views/admin/manage/scheduling.php:10
|
1808 |
+
msgid "Trigger Script URL"
|
1809 |
+
msgstr ""
|
1810 |
+
|
1811 |
+
#: views/admin/manage/scheduling.php:11
|
1812 |
+
msgid ""
|
1813 |
+
"Run the trigger script when you want to update your export. Once per 24 "
|
1814 |
+
"hours is recommended."
|
1815 |
+
msgstr ""
|
1816 |
+
|
1817 |
+
#: views/admin/manage/scheduling.php:14
|
1818 |
+
msgid "Execution Script URL"
|
1819 |
+
msgstr ""
|
1820 |
+
|
1821 |
+
#: views/admin/manage/scheduling.php:15
|
1822 |
+
msgid ""
|
1823 |
+
"Run the execution script frequently. Once per two minutes is recommended."
|
1824 |
+
msgstr ""
|
1825 |
+
|
1826 |
+
#: views/admin/manage/scheduling.php:17
|
1827 |
+
msgid "Export File URL"
|
1828 |
+
msgstr ""
|
1829 |
+
|
1830 |
+
#: views/admin/manage/scheduling.php:20
|
1831 |
+
msgid "Export Bundle URL"
|
1832 |
+
msgstr ""
|
1833 |
+
|
1834 |
+
#: views/admin/manage/scheduling.php:25
|
1835 |
+
msgid "Trigger Script"
|
1836 |
+
msgstr ""
|
1837 |
+
|
1838 |
+
#: views/admin/manage/scheduling.php:27
|
1839 |
+
msgid "Every time you want to schedule the export, run the trigger script."
|
1840 |
+
msgstr ""
|
1841 |
+
|
1842 |
+
#: views/admin/manage/scheduling.php:29
|
1843 |
+
msgid ""
|
1844 |
+
"To schedule the export to run once every 24 hours, run the trigger script "
|
1845 |
+
"every 24 hours. Most hosts require you to use “wget” to access a URL. Ask "
|
1846 |
+
"your host for details."
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: views/admin/manage/scheduling.php:31 views/admin/manage/scheduling.php:43
|
1850 |
+
msgid "Example:"
|
1851 |
+
msgstr ""
|
1852 |
+
|
1853 |
+
#: views/admin/manage/scheduling.php:35
|
1854 |
+
msgid "Execution Script"
|
1855 |
+
msgstr ""
|
1856 |
+
|
1857 |
+
#: views/admin/manage/scheduling.php:37
|
1858 |
+
msgid ""
|
1859 |
+
"The Execution script actually executes the export, once it has been "
|
1860 |
+
"triggered with the Trigger script."
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: views/admin/manage/scheduling.php:39
|
1864 |
+
msgid ""
|
1865 |
+
"It processes in iteration (only exporting a few records each time it runs) "
|
1866 |
+
"to optimize server load. It is recommended you run the execution script "
|
1867 |
+
"every 2 minutes."
|
1868 |
+
msgstr ""
|
1869 |
+
|
1870 |
+
#: views/admin/manage/scheduling.php:41
|
1871 |
+
msgid ""
|
1872 |
+
"It also operates this way in case of unexpected crashes by your web host. If "
|
1873 |
+
"it crashes before the export is finished, the next run of the cron job two "
|
1874 |
+
"minutes later will continue it where it left off, ensuring reliability."
|
1875 |
+
msgstr ""
|
1876 |
+
|
1877 |
+
#: views/admin/manage/scheduling.php:50
|
1878 |
+
msgid ""
|
1879 |
+
"Your web host may require you to use a command other than wget, although "
|
1880 |
+
"wget is most common. In this case, you must asking your web hosting provider "
|
1881 |
+
"for help."
|
1882 |
+
msgstr ""
|
1883 |
+
|
1884 |
+
#: views/admin/manage/templates.php:6
|
1885 |
+
msgid ""
|
1886 |
+
"Download your import templates and use them to import your exported file to "
|
1887 |
+
"a separate WordPress/WP All Import installation."
|
1888 |
+
msgstr ""
|
1889 |
+
|
1890 |
+
#: views/admin/manage/templates.php:10
|
1891 |
+
msgid ""
|
1892 |
+
"Install these import templates in your separate WP All Import installation "
|
1893 |
+
"from the All Import -> Settings page by clicking the \"Import Templates\" "
|
1894 |
+
"button."
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: views/admin/manage/update.php:93
|
1898 |
+
msgid "Edit Template"
|
1899 |
+
msgstr ""
|
1900 |
+
|
1901 |
+
#: views/admin/settings/index.php:17
|
1902 |
+
msgid "Import/Export Templates"
|
1903 |
+
msgstr ""
|
1904 |
+
|
1905 |
+
#: views/admin/settings/index.php:31
|
1906 |
+
msgid "Delete Selected"
|
1907 |
+
msgstr ""
|
1908 |
+
|
1909 |
+
#: views/admin/settings/index.php:32
|
1910 |
+
msgid "Export Selected"
|
1911 |
+
msgstr ""
|
1912 |
+
|
1913 |
+
#: views/admin/settings/index.php:35
|
1914 |
+
msgid "There are no templates saved"
|
1915 |
+
msgstr ""
|
1916 |
+
|
1917 |
+
#: views/admin/settings/index.php:40
|
1918 |
+
msgid "Import Templates"
|
1919 |
+
msgstr ""
|
1920 |
+
|
1921 |
+
#: views/admin/settings/index.php:49
|
1922 |
+
msgid "Cron Exports"
|
1923 |
+
msgstr ""
|
1924 |
+
|
1925 |
+
#: views/admin/settings/index.php:54
|
1926 |
+
msgid "Secret Key"
|
1927 |
+
msgstr ""
|
1928 |
+
|
1929 |
+
#: views/admin/settings/index.php:57
|
1930 |
+
msgid "Changing this will require you to re-create your existing cron jobs."
|
1931 |
+
msgstr ""
|
1932 |
+
|
1933 |
+
#: views/admin/settings/index.php:65
|
1934 |
+
msgid "Files"
|
1935 |
+
msgstr ""
|
1936 |
+
|
1937 |
+
#: views/admin/settings/index.php:70 views/admin/settings/index.php:73
|
1938 |
+
msgid "Secure Mode"
|
1939 |
+
msgstr ""
|
1940 |
+
|
1941 |
+
#: views/admin/settings/index.php:75
|
1942 |
+
msgid "Randomize folder names"
|
1943 |
+
msgstr ""
|
1944 |
+
|
1945 |
+
#: views/admin/settings/index.php:81
|
1946 |
+
#, php-format
|
1947 |
+
msgid ""
|
1948 |
+
"If enabled, exported files and temporary files will be saved in a folder "
|
1949 |
+
"with a randomized name in %s.<br/><br/>If disabled, exported files will be "
|
1950 |
+
"saved in the Media Library."
|
1951 |
+
msgstr ""
|
1952 |
+
|
1953 |
+
#: views/admin/settings/index.php:88
|
1954 |
+
msgid "Licenses"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
+
#: views/admin/settings/index.php:93
|
1958 |
+
msgid "License Key"
|
1959 |
+
msgstr ""
|
1960 |
+
|
1961 |
+
#: views/admin/settings/index.php:99
|
1962 |
+
msgid "Active"
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
+
#: views/admin/settings/index.php:101
|
1966 |
+
msgid "Activate License"
|
1967 |
+
msgstr ""
|
1968 |
+
|
1969 |
+
#: views/admin/settings/index.php:106
|
1970 |
+
msgid ""
|
1971 |
+
"A license key is required to access plugin updates. You can use your license "
|
1972 |
+
"key on an unlimited number of websites. Do not distribute your license key "
|
1973 |
+
"to 3rd parties. You can get your license key in the <a target=\"_blank\" "
|
1974 |
+
"href=\"http://www.wpallimport.com/portal\">customer portal</a>."
|
1975 |
+
msgstr ""
|
1976 |
+
|
1977 |
+
#: views/admin/settings/index.php:112
|
1978 |
+
msgid "Zapier Integration"
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: views/admin/settings/index.php:117
|
1982 |
+
msgid "Getting Started"
|
1983 |
+
msgstr ""
|
1984 |
+
|
1985 |
+
#: views/admin/settings/index.php:119
|
1986 |
+
msgid ""
|
1987 |
+
"Zapier acts as a middle man between WP All Export and hundreds of other "
|
1988 |
+
"popular apps. To get started go to Zapier.com, create an account, and make a "
|
1989 |
+
"new Zap. Read more: <a target=\"_blank\" href=\"https://zapier.com/zapbook/"
|
1990 |
+
"wp-all-export-pro/\">https://zapier.com/zapbook/wp-all-export-pro/</a>"
|
1991 |
+
msgstr ""
|
1992 |
+
|
1993 |
+
#: views/admin/settings/index.php:123
|
1994 |
+
msgid "API Key"
|
1995 |
+
msgstr ""
|
1996 |
+
|
1997 |
+
#: views/admin/settings/index.php:126
|
1998 |
+
msgid "Generate New API Key"
|
1999 |
+
msgstr ""
|
2000 |
+
|
2001 |
+
#: views/admin/settings/index.php:127
|
2002 |
+
msgid ""
|
2003 |
+
"Changing the key will require you to update your existing Zaps on Zapier."
|
2004 |
+
msgstr ""
|
2005 |
+
|
2006 |
+
#: wp-all-export-pro.php:32
|
2007 |
+
msgid ""
|
2008 |
+
"Please de-activate and remove the free version of the WP All Export before "
|
2009 |
+
"activating the paid version."
|
2010 |
+
msgstr ""
|
2011 |
+
|
2012 |
+
#: wp-all-export-pro.php:322 wp-all-export-pro.php:326
|
2013 |
+
#, php-format
|
2014 |
+
msgid "Uploads folder %s must be writable"
|
2015 |
+
msgstr ""
|
2016 |
+
|
2017 |
+
#. Plugin Name of the plugin/theme
|
2018 |
+
msgid "WP All Export Pro"
|
2019 |
+
msgstr ""
|
2020 |
+
|
2021 |
+
#. Plugin URI of the plugin/theme
|
2022 |
+
msgid "http://www.wpallimport.com/export/"
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#. Description of the plugin/theme
|
2026 |
+
msgid ""
|
2027 |
+
"Export any post type to a CSV or XML file. Edit the exported data, and then "
|
2028 |
+
"re-import it later using WP All Import."
|
2029 |
+
msgstr ""
|
2030 |
+
|
2031 |
+
#. Author of the plugin/theme
|
2032 |
+
msgid "Soflyy"
|
2033 |
+
msgstr ""
|
libraries/XmlExportACF.php
CHANGED
@@ -617,31 +617,31 @@ if ( ! class_exists('XmlExportACF') )
|
|
617 |
$v = $row['value'][ $row['i'] ][ $sub_field['key'] ];
|
618 |
$cache_slug = "format_value/post_id=".$row['post_id']."/name={$sub_field['name']}";
|
619 |
wp_cache_delete($cache_slug, 'acf');
|
620 |
-
|
621 |
}
|
622 |
else
|
623 |
{
|
624 |
-
|
625 |
}
|
626 |
|
627 |
if ($preview && ! $is_xml_export){
|
628 |
switch ($sub_field['type']) {
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
}
|
641 |
|
642 |
-
|
643 |
|
644 |
-
|
645 |
|
646 |
$sub_field_name = empty($sub_field['name']) ? str_replace("-","_", sanitize_title($sub_field['label'])) : $sub_field['name'];
|
647 |
|
@@ -658,8 +658,8 @@ if ( ! class_exists('XmlExportACF') )
|
|
658 |
$fieldSnipped,
|
659 |
'',
|
660 |
$preview,
|
661 |
-
|
662 |
-
|
663 |
);
|
664 |
|
665 |
if ( ! $is_xml_export )
|
@@ -667,8 +667,8 @@ if ( ! class_exists('XmlExportACF') )
|
|
667 |
switch ($sub_field['type'])
|
668 |
{
|
669 |
case 'google_map':
|
670 |
-
|
671 |
-
|
672 |
if ( ! empty($sub_field_value))
|
673 |
{
|
674 |
foreach ($sub_field_value as $repeater_key => $repeater_value)
|
@@ -741,12 +741,12 @@ if ( ! class_exists('XmlExportACF') )
|
|
741 |
}
|
742 |
else
|
743 |
{
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
}
|
751 |
}
|
752 |
|
@@ -775,27 +775,27 @@ if ( ! class_exists('XmlExportACF') )
|
|
775 |
}
|
776 |
else
|
777 |
{
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
}
|
785 |
}
|
786 |
}
|
787 |
|
788 |
-
|
789 |
$article[$element_name] = serialize($article[$element_name]);
|
790 |
}
|
791 |
|
792 |
-
|
793 |
|
794 |
if ( ! empty($additional_articles) )
|
795 |
-
{
|
796 |
foreach ($additional_articles as $i => $additional_article) {
|
797 |
self::$additional_articles[] = $additional_article;
|
798 |
-
}
|
799 |
}
|
800 |
}
|
801 |
|
@@ -825,7 +825,7 @@ if ( ! class_exists('XmlExportACF') )
|
|
825 |
|
826 |
if ($layout['name'] == $row['value'][ $row['i'] ]['acf_fc_layout']){
|
827 |
|
828 |
-
if ($is_xml_export) $xmlWriter->startElement($row['value'][ $row['i'] ]['acf_fc_layout'] . '_' . $row['i']);
|
829 |
|
830 |
foreach ($layout['sub_fields'] as $sub_field) {
|
831 |
|
617 |
$v = $row['value'][ $row['i'] ][ $sub_field['key'] ];
|
618 |
$cache_slug = "format_value/post_id=".$row['post_id']."/name={$sub_field['name']}";
|
619 |
wp_cache_delete($cache_slug, 'acf');
|
620 |
+
if ($is_xml_export) $v = acf_format_value($v, $row['post_id'], $sub_field);
|
621 |
}
|
622 |
else
|
623 |
{
|
624 |
+
$v = get_sub_field($sub_field['name']);
|
625 |
}
|
626 |
|
627 |
if ($preview && ! $is_xml_export){
|
628 |
switch ($sub_field['type']) {
|
629 |
+
case 'textarea':
|
630 |
+
case 'oembed':
|
631 |
+
case 'wysiwyg':
|
632 |
+
case 'wp_wysiwyg':
|
633 |
+
case 'date_time_picker':
|
634 |
+
case 'date_picker':
|
635 |
+
$v = preg_replace( "/\r|\n/", "", esc_html($v) );
|
636 |
+
break;
|
637 |
+
default:
|
638 |
+
break;
|
639 |
+
}
|
640 |
}
|
641 |
|
642 |
+
$sub_field['delimiter'] = $implode_delimiter;
|
643 |
|
644 |
+
$sub_field_name = empty($sub_field['name']) ? str_replace("-","_", sanitize_title($sub_field['label'])) : $sub_field['name'];
|
645 |
|
646 |
$sub_field_name = empty($sub_field['name']) ? str_replace("-","_", sanitize_title($sub_field['label'])) : $sub_field['name'];
|
647 |
|
658 |
$fieldSnipped,
|
659 |
'',
|
660 |
$preview,
|
661 |
+
$is_xml_export ? false : true,
|
662 |
+
true
|
663 |
);
|
664 |
|
665 |
if ( ! $is_xml_export )
|
667 |
switch ($sub_field['type'])
|
668 |
{
|
669 |
case 'google_map':
|
670 |
+
case 'paypal_item':
|
671 |
+
case 'location-field':
|
672 |
if ( ! empty($sub_field_value))
|
673 |
{
|
674 |
foreach ($sub_field_value as $repeater_key => $repeater_value)
|
741 |
}
|
742 |
else
|
743 |
{
|
744 |
+
if ($is_custom_xml_export){
|
745 |
+
$article[$element_name][$key . '_' . $subkey] = apply_filters('pmxe_acf_field', pmxe_filter(($preview) ? trim(preg_replace('~[\r\n]+~', ' ', htmlspecialchars(implode("|", $subvalue)))) : implode("|", $subvalue), $fieldSnipped), $key . '_' . $subkey, $pid);
|
746 |
+
}
|
747 |
+
else{
|
748 |
+
$article[$element_name . '_' . $key . '_' . $subkey] = apply_filters('pmxe_acf_field', pmxe_filter(($preview) ? trim(preg_replace('~[\r\n]+~', ' ', htmlspecialchars(implode($implode_delimiter, $subvalue)))) : implode($implode_delimiter, $subvalue), $fieldSnipped), $element_name . '_' . $key . '_' . $subkey, $pid);
|
749 |
+
}
|
750 |
}
|
751 |
}
|
752 |
|
775 |
}
|
776 |
else
|
777 |
{
|
778 |
+
if ($is_custom_xml_export){
|
779 |
+
$article[$element_name][$key] = apply_filters('pmxe_acf_field', pmxe_filter(($preview) ? trim(preg_replace('~[\r\n]+~', ' ', htmlspecialchars(implode("|", $values)))) : implode("|", $values), $fieldSnipped), $key, $pid);
|
780 |
+
}
|
781 |
+
else{
|
782 |
+
$article[$element_name . '_' . $key] = apply_filters('pmxe_acf_field', pmxe_filter(($preview) ? trim(preg_replace('~[\r\n]+~', ' ', htmlspecialchars(implode($implode_delimiter, $values)))) : implode($implode_delimiter, $values), $fieldSnipped), $element_name . '_' . $key, $pid);
|
783 |
+
}
|
784 |
}
|
785 |
}
|
786 |
}
|
787 |
|
788 |
+
if ($is_custom_xml_export){
|
789 |
$article[$element_name] = serialize($article[$element_name]);
|
790 |
}
|
791 |
|
792 |
+
if ( ! empty($repeater_sub_field_names)) $acfs[$element_name] = $repeater_sub_field_names;
|
793 |
|
794 |
if ( ! empty($additional_articles) )
|
795 |
+
{
|
796 |
foreach ($additional_articles as $i => $additional_article) {
|
797 |
self::$additional_articles[] = $additional_article;
|
798 |
+
}
|
799 |
}
|
800 |
}
|
801 |
|
825 |
|
826 |
if ($layout['name'] == $row['value'][ $row['i'] ]['acf_fc_layout']){
|
827 |
|
828 |
+
if ($is_xml_export) $xmlWriter->startElement(preg_replace('#^\d+#', '', $row['value'][ $row['i'] ]['acf_fc_layout']) . '_' . $row['i']);
|
829 |
|
830 |
foreach ($layout['sub_fields'] as $sub_field) {
|
831 |
|
libraries/XmlExportCpt.php
CHANGED
@@ -164,6 +164,10 @@ final class XmlExportCpt
|
|
164 |
|
165 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_post_date', pmxe_filter($post_date, $fieldSnipped), $entry->ID) );
|
166 |
break;
|
|
|
|
|
|
|
|
|
167 |
case 'parent':
|
168 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_post_parent', pmxe_filter($entry->post_parent, $fieldSnipped), $entry->ID) );
|
169 |
break;
|
@@ -318,15 +322,15 @@ final class XmlExportCpt
|
|
318 |
case 'attr':
|
319 |
|
320 |
if ( ! empty($fieldValue)) {
|
321 |
-
|
322 |
$txes_list = get_the_terms($entry->ID, $fieldValue);
|
323 |
if ( ! is_wp_error($txes_list) and ! empty($txes_list)) {
|
324 |
$attr_new = array();
|
325 |
foreach ($txes_list as $t) {
|
326 |
$attr_new[] = $t->name;
|
327 |
-
}
|
328 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_woo_attribute', pmxe_filter(implode($implode_delimiter, $attr_new), $fieldSnipped), $entry->ID, $fieldValue) );
|
329 |
-
}
|
330 |
}
|
331 |
else {
|
332 |
$attribute_pa = apply_filters('pmxe_woo_attribute', get_post_meta($entry->ID, 'attribute_' . $fieldValue, true), $entry->ID, $fieldValue);
|
@@ -337,7 +341,7 @@ final class XmlExportCpt
|
|
337 |
wp_all_export_write_article( $article, $element_name, $attribute_pa );
|
338 |
}
|
339 |
|
340 |
-
// if ( ! in_array($element_name, $attributes)) $attributes[] = $element_name;
|
341 |
}
|
342 |
break;
|
343 |
|
164 |
|
165 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_post_date', pmxe_filter($post_date, $fieldSnipped), $entry->ID) );
|
166 |
break;
|
167 |
+
case 'post_modified':
|
168 |
+
$post_date = prepare_date_field_value($fieldSettings, get_post_modified_time('U', true, $entry->ID), "Ymd");
|
169 |
+
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_post_modified_date', pmxe_filter($post_date, $fieldSnipped), $entry->ID) );
|
170 |
+
break;
|
171 |
case 'parent':
|
172 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_post_parent', pmxe_filter($entry->post_parent, $fieldSnipped), $entry->ID) );
|
173 |
break;
|
322 |
case 'attr':
|
323 |
|
324 |
if ( ! empty($fieldValue)) {
|
325 |
+
if ( $entry->post_type != 'product_variation' ) {
|
326 |
$txes_list = get_the_terms($entry->ID, $fieldValue);
|
327 |
if ( ! is_wp_error($txes_list) and ! empty($txes_list)) {
|
328 |
$attr_new = array();
|
329 |
foreach ($txes_list as $t) {
|
330 |
$attr_new[] = $t->name;
|
331 |
+
}
|
332 |
wp_all_export_write_article( $article, $element_name, apply_filters('pmxe_woo_attribute', pmxe_filter(implode($implode_delimiter, $attr_new), $fieldSnipped), $entry->ID, $fieldValue) );
|
333 |
+
}
|
334 |
}
|
335 |
else {
|
336 |
$attribute_pa = apply_filters('pmxe_woo_attribute', get_post_meta($entry->ID, 'attribute_' . $fieldValue, true), $entry->ID, $fieldValue);
|
341 |
wp_all_export_write_article( $article, $element_name, $attribute_pa );
|
342 |
}
|
343 |
|
344 |
+
// if ( ! in_array($element_name, $attributes)) $attributes[] = $element_name;
|
345 |
}
|
346 |
break;
|
347 |
|
libraries/XmlExportEngine.php
CHANGED
@@ -159,6 +159,11 @@ if ( ! class_exists('XmlExportEngine') ){
|
|
159 |
'label' => 'ping_status',
|
160 |
'name' => 'Ping Status',
|
161 |
'type' => 'ping_status'
|
|
|
|
|
|
|
|
|
|
|
162 |
)
|
163 |
);
|
164 |
|
@@ -394,6 +399,8 @@ if ( ! class_exists('XmlExportEngine') ){
|
|
394 |
$this->init();
|
395 |
}
|
396 |
|
|
|
|
|
397 |
self::$implode = (self::$exportOptions['delimiter'] == ',') ? '|' : ',';
|
398 |
|
399 |
self::$implode = apply_filters('wp_all_export_implode_delimiter', self::$implode, self::$exportID);
|
159 |
'label' => 'ping_status',
|
160 |
'name' => 'Ping Status',
|
161 |
'type' => 'ping_status'
|
162 |
+
),
|
163 |
+
array(
|
164 |
+
'label' => 'post_modified',
|
165 |
+
'name' => 'Post Modified Date',
|
166 |
+
'type' => 'post_modified'
|
167 |
)
|
168 |
);
|
169 |
|
399 |
$this->init();
|
400 |
}
|
401 |
|
402 |
+
if (empty(self::$exportOptions['delimiter'])) self::$exportOptions['delimiter'] = ',';
|
403 |
+
|
404 |
self::$implode = (self::$exportOptions['delimiter'] == ',') ? '|' : ',';
|
405 |
|
406 |
self::$implode = apply_filters('wp_all_export_implode_delimiter', self::$implode, self::$exportID);
|
libraries/XmlExportWooCommerce.php
CHANGED
@@ -15,12 +15,12 @@ if ( ! class_exists('XmlExportWooCommerce') )
|
|
15 |
array(
|
16 |
'name' => 'product_type',
|
17 |
'type' => 'cats',
|
18 |
-
'label' => 'product_type'
|
19 |
),
|
20 |
array(
|
21 |
'label' => 'parent',
|
22 |
'name' => 'Parent Product ID',
|
23 |
-
'type' => 'parent'
|
24 |
)
|
25 |
);
|
26 |
|
@@ -141,7 +141,8 @@ if ( ! class_exists('XmlExportWooCommerce') )
|
|
141 |
$default_fields[] = array(
|
142 |
'label' => 'parent',
|
143 |
'name' => 'Parent Product ID',
|
144 |
-
'type' => 'parent'
|
|
|
145 |
);
|
146 |
return array_map(array( &$this, 'fix_titles'), $default_fields);
|
147 |
}
|
15 |
array(
|
16 |
'name' => 'product_type',
|
17 |
'type' => 'cats',
|
18 |
+
'label' => 'product_type',
|
19 |
),
|
20 |
array(
|
21 |
'label' => 'parent',
|
22 |
'name' => 'Parent Product ID',
|
23 |
+
'type' => 'parent',
|
24 |
)
|
25 |
);
|
26 |
|
141 |
$default_fields[] = array(
|
142 |
'label' => 'parent',
|
143 |
'name' => 'Parent Product ID',
|
144 |
+
'type' => 'parent',
|
145 |
+
'auto' => true
|
146 |
);
|
147 |
return array_map(array( &$this, 'fix_titles'), $default_fields);
|
148 |
}
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Export WordPress data to XML/CSV ===
|
2 |
Contributors: soflyy, wpallimport
|
3 |
Requires at least: 4.1
|
4 |
-
Tested up to: 4.7.
|
5 |
-
Stable tag: 1.1.
|
6 |
Tags: wordpress csv export, wordpress xml export, xml, csv, datafeed, export, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
|
7 |
|
8 |
WP All Export is an extremely powerful exporter that makes it easy to export any XML or CSV file from WordPress.
|
@@ -78,6 +78,12 @@ Either: -
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
= 1.1.2 =
|
82 |
* improvement: choose WPML language in export options
|
83 |
* bug fix: export ACF message field
|
1 |
=== Export WordPress data to XML/CSV ===
|
2 |
Contributors: soflyy, wpallimport
|
3 |
Requires at least: 4.1
|
4 |
+
Tested up to: 4.7.3
|
5 |
+
Stable tag: 1.1.3
|
6 |
Tags: wordpress csv export, wordpress xml export, xml, csv, datafeed, export, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
|
7 |
|
8 |
WP All Export is an extremely powerful exporter that makes it easy to export any XML or CSV file from WordPress.
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 1.1.3 =
|
82 |
+
* improvement: added post_modified field
|
83 |
+
* bug fix: export attributes for simple products
|
84 |
+
* bug fix: db schema updating
|
85 |
+
* bug fix: variations with trashed parents shouldn't be included in the export
|
86 |
+
|
87 |
= 1.1.2 =
|
88 |
* improvement: choose WPML language in export options
|
89 |
* bug fix: export ACF message field
|
src/App/Activation/Installer.php
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace Wpae\App\Activation;
|
4 |
+
|
5 |
+
|
6 |
+
class Installer
|
7 |
+
{
|
8 |
+
const MIN_PHP_VERSION = "5.3.0";
|
9 |
+
|
10 |
+
const WRONG_PHP_VERSION_MESSAGE = "WP All Export requires PHP %1s or greater, you are using PHP %2s. Please contact your host and tell them to update your server to at least PHP %1s.";
|
11 |
+
|
12 |
+
public function checkActivationConditions()
|
13 |
+
{
|
14 |
+
if (version_compare(phpversion(), self::MIN_PHP_VERSION , "<")) {
|
15 |
+
$this->error(sprintf(
|
16 |
+
self::WRONG_PHP_VERSION_MESSAGE,
|
17 |
+
self::MIN_PHP_VERSION,
|
18 |
+
phpversion(),
|
19 |
+
self::MIN_PHP_VERSION
|
20 |
+
));
|
21 |
+
}
|
22 |
+
}
|
23 |
+
|
24 |
+
private function error($message){
|
25 |
+
|
26 |
+
echo '<div class="error"><p style="font-size:14px;">' . sprintf(__($message)) . '</p></div>'; die;
|
27 |
+
}
|
28 |
+
}
|
src/App/Service/Pro/VariationOptions/VariationOptions.php
CHANGED
@@ -25,14 +25,16 @@ class VariationOptions extends BasicVariationOptions implements VariationOptions
|
|
25 |
$entryTitle = $entry->post_title;
|
26 |
$parentId = $entry->post_parent;
|
27 |
$parent = get_post($parentId);
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
34 |
}
|
35 |
-
$entry->post_type = 'product_variation';
|
36 |
}
|
37 |
|
38 |
return $entry;
|
@@ -47,7 +49,10 @@ class VariationOptions extends BasicVariationOptions implements VariationOptions
|
|
47 |
SELECT DISTINCT $wpdb->posts.post_parent
|
48 |
FROM $wpdb->posts
|
49 |
WHERE $wpdb->posts.post_type = 'product_variation'
|
50 |
-
)
|
|
|
|
|
|
|
51 |
SELECT DISTINCT $wpdb->posts.ID
|
52 |
FROM $wpdb->posts $join
|
53 |
WHERE $where
|
25 |
$entryTitle = $entry->post_title;
|
26 |
$parentId = $entry->post_parent;
|
27 |
$parent = get_post($parentId);
|
28 |
+
if ( ! empty($parent) ){
|
29 |
+
$parent->originalPost = clone $entry;
|
30 |
+
$entry = $parent;
|
31 |
+
$entry->ID = $entryId;
|
32 |
+
$entry->post_parent = $parentId;
|
33 |
+
if (\XmlExportEngine::getProductVariationTitleMode() == \XmlExportEngine::VARIATION_USE_DEFAULT_TITLE) {
|
34 |
+
$entry->post_title = $entryTitle;
|
35 |
+
}
|
36 |
+
$entry->post_type = 'product_variation';
|
37 |
}
|
|
|
38 |
}
|
39 |
|
40 |
return $entry;
|
49 |
SELECT DISTINCT $wpdb->posts.post_parent
|
50 |
FROM $wpdb->posts
|
51 |
WHERE $wpdb->posts.post_type = 'product_variation'
|
52 |
+
) AND $wpdb->posts.ID NOT IN (SELECT o.ID FROM $wpdb->posts o
|
53 |
+
LEFT OUTER JOIN $wpdb->posts r
|
54 |
+
ON o.post_parent = r.ID
|
55 |
+
WHERE r.post_status = 'trash' AND o.post_type = 'product_variation') OR ($wpdb->posts.post_type = 'product_variation' AND $wpdb->posts.post_parent IN (
|
56 |
SELECT DISTINCT $wpdb->posts.ID
|
57 |
FROM $wpdb->posts $join
|
58 |
WHERE $where
|
src/App/Service/VariationOptions/VariationOptions.php
CHANGED
@@ -27,17 +27,23 @@ class VariationOptions implements VariationOptionsInterface
|
|
27 |
protected function defaultQuery($wpdb, $where, $join, $closeBracket)
|
28 |
{
|
29 |
if($closeBracket) {
|
30 |
-
return " AND $wpdb->posts.post_type = 'product'
|
|
|
|
|
|
|
31 |
SELECT DISTINCT $wpdb->posts.ID
|
32 |
FROM $wpdb->posts $join
|
33 |
WHERE $where
|
34 |
-
))
|
35 |
} else {
|
36 |
-
return " AND $wpdb->posts.post_type = 'product'
|
|
|
|
|
|
|
37 |
SELECT DISTINCT $wpdb->posts.ID
|
38 |
FROM $wpdb->posts $join
|
39 |
WHERE $where
|
40 |
-
))
|
41 |
}
|
42 |
|
43 |
}
|
27 |
protected function defaultQuery($wpdb, $where, $join, $closeBracket)
|
28 |
{
|
29 |
if($closeBracket) {
|
30 |
+
return " AND $wpdb->posts.post_type = 'product' AND $wpdb->posts.ID NOT IN(SELECT o.ID FROM $wpdb->posts o
|
31 |
+
LEFT OUTER JOIN $wpdb->posts r
|
32 |
+
ON o.post_parent = r.ID
|
33 |
+
WHERE r.post_status = 'trash' AND o.post_type = 'product_variation')) OR ($wpdb->posts.post_type = 'product_variation' AND $wpdb->posts.post_parent IN (
|
34 |
SELECT DISTINCT $wpdb->posts.ID
|
35 |
FROM $wpdb->posts $join
|
36 |
WHERE $where
|
37 |
+
))";
|
38 |
} else {
|
39 |
+
return " AND $wpdb->posts.post_type = 'product' AND $wpdb->posts.ID NOT IN(SELECT o.ID FROM $wpdb->posts o
|
40 |
+
LEFT OUTER JOIN $wpdb->posts r
|
41 |
+
ON o.post_parent = r.ID
|
42 |
+
WHERE r.post_status = 'trash' AND o.post_type = 'product_variation') OR ($wpdb->posts.post_type = 'product_variation' AND $wpdb->posts.post_parent IN (
|
43 |
SELECT DISTINCT $wpdb->posts.ID
|
44 |
FROM $wpdb->posts $join
|
45 |
WHERE $where
|
46 |
+
))";
|
47 |
}
|
48 |
|
49 |
}
|
static/css/admin.css
CHANGED
@@ -3840,3 +3840,30 @@ a.wpallexport-import-to-format span.wpallexport-import-to-title {
|
|
3840 |
width: 65%;
|
3841 |
}
|
3842 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3840 |
width: 65%;
|
3841 |
}
|
3842 |
}
|
3843 |
+
|
3844 |
+
.wpallexport-plugin .wpallimport-notify-wrapper .found_records.terminated, .wpallexport-plugin .found_records.terminated {
|
3845 |
+
background: url(../img/ui_4.0/exclamation.png) no-repeat !important;
|
3846 |
+
}
|
3847 |
+
|
3848 |
+
.wpallexport-plugin .wpallexport-notify-wrapper .found_records {
|
3849 |
+
padding-left: 80px;
|
3850 |
+
margin-bottom: 0;
|
3851 |
+
margin-left: 40px;
|
3852 |
+
margin-top: 35px;
|
3853 |
+
margin-bottom: 20px;
|
3854 |
+
position: relative;
|
3855 |
+
}
|
3856 |
+
|
3857 |
+
.wpallexport-plugin .wpallexport-notify-wrapper .found_records h3 {
|
3858 |
+
color: #425f9a;
|
3859 |
+
margin-bottom: 0;
|
3860 |
+
margin-top: 3px;
|
3861 |
+
font-size: 22px;
|
3862 |
+
line-height: 28px;
|
3863 |
+
}
|
3864 |
+
|
3865 |
+
.wpallexport-plugin .wpallexport-notify-wrapper .found_records h4 {
|
3866 |
+
color: #777;
|
3867 |
+
margin-top: 5px;
|
3868 |
+
font-size: 20px;
|
3869 |
+
}
|
static/img/ui_4.0/add.png
ADDED
Binary file
|
static/img/ui_4.0/exclamation.png
ADDED
Binary file
|
static/js/admin.js
CHANGED
@@ -436,7 +436,7 @@
|
|
436 |
|
437 |
$('#wp_all_export_available_rules').html('<div class="wp_all_export_preloader" style="display:block;"></div>');
|
438 |
|
439 |
-
var date_fields = ['post_date', 'comment_date', 'user_registered', 'cf__completed_date', 'product_date'];
|
440 |
|
441 |
if ( date_fields.indexOf(params.selected) > -1 )
|
442 |
{
|
@@ -1325,6 +1325,7 @@
|
|
1325 |
case 'date':
|
1326 |
case 'comment_date':
|
1327 |
case 'user_registered':
|
|
|
1328 |
var $dateType = $addAnotherForm.find('select.date_field_export_data').val();
|
1329 |
if ($dateType == 'unix')
|
1330 |
$clone.find('input[name^=cc_settings]').val('unix');
|
@@ -1358,6 +1359,7 @@
|
|
1358 |
switch ($woo_type.val()) {
|
1359 |
case 'post_date':
|
1360 |
case '_completed_date':
|
|
|
1361 |
var $dateType = $addAnotherForm.find('select.date_field_export_data').val();
|
1362 |
if ($dateType == 'unix')
|
1363 |
$clone.find('input[name^=cc_settings]').val('unix');
|
@@ -1487,6 +1489,7 @@
|
|
1487 |
{
|
1488 |
case 'post_date':
|
1489 |
case '_completed_date':
|
|
|
1490 |
|
1491 |
$addAnotherForm.find('select.date_field_export_data').find('option').each(function(){
|
1492 |
if ($(this).val() == $settings || $settings != 'unix' && $(this).val() == 'php')
|
@@ -1509,6 +1512,7 @@
|
|
1509 |
case 'date':
|
1510 |
case 'comment_date':
|
1511 |
case 'user_registered':
|
|
|
1512 |
$addAnotherForm.find('select.date_field_export_data').find('option').each(function(){
|
1513 |
if ($(this).val() == $settings || $settings != 'unix' && $(this).val() == 'php')
|
1514 |
$(this).attr({'selected':'selected'}).click();
|
436 |
|
437 |
$('#wp_all_export_available_rules').html('<div class="wp_all_export_preloader" style="display:block;"></div>');
|
438 |
|
439 |
+
var date_fields = ['post_date', 'post_modified', 'comment_date', 'user_registered', 'cf__completed_date', 'product_date'];
|
440 |
|
441 |
if ( date_fields.indexOf(params.selected) > -1 )
|
442 |
{
|
1325 |
case 'date':
|
1326 |
case 'comment_date':
|
1327 |
case 'user_registered':
|
1328 |
+
case 'post_modified':
|
1329 |
var $dateType = $addAnotherForm.find('select.date_field_export_data').val();
|
1330 |
if ($dateType == 'unix')
|
1331 |
$clone.find('input[name^=cc_settings]').val('unix');
|
1359 |
switch ($woo_type.val()) {
|
1360 |
case 'post_date':
|
1361 |
case '_completed_date':
|
1362 |
+
case 'post_modified':
|
1363 |
var $dateType = $addAnotherForm.find('select.date_field_export_data').val();
|
1364 |
if ($dateType == 'unix')
|
1365 |
$clone.find('input[name^=cc_settings]').val('unix');
|
1489 |
{
|
1490 |
case 'post_date':
|
1491 |
case '_completed_date':
|
1492 |
+
case 'post_modified':
|
1493 |
|
1494 |
$addAnotherForm.find('select.date_field_export_data').find('option').each(function(){
|
1495 |
if ($(this).val() == $settings || $settings != 'unix' && $(this).val() == 'php')
|
1512 |
case 'date':
|
1513 |
case 'comment_date':
|
1514 |
case 'user_registered':
|
1515 |
+
case 'post_modified':
|
1516 |
$addAnotherForm.find('select.date_field_export_data').find('option').each(function(){
|
1517 |
if ($(this).val() == $settings || $settings != 'unix' && $(this).val() == 'php')
|
1518 |
$(this).attr({'selected':'selected'}).click();
|
views/admin/export/google.php
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
<?php
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
wp_enqueue_style('pmxe-angular-scss', PMXE_ROOT_URL . '/dist/styles.css', array(), PMXE_VERSION);
|
4 |
|
5 |
-
$productAttributesJson = json_encode(XmlExportEngine::$globalAvailableSections['product_data']['additional']['attributes']['meta']);
|
6 |
|
7 |
-
if(
|
8 |
wp_enqueue_script('pmxe-livereload', '//localhost:35729/livereload.js', array(), '3', true);
|
9 |
}
|
10 |
?>
|
11 |
<script type="text/javascript">
|
12 |
-
var wpae_product_attributes = <?php echo $productAttributesJson; ?>;
|
13 |
</script>
|
14 |
<div ng-app="GoogleMerchants" ng-controller="mainController" ng-init="init('<?php if (class_exists("WooCommerce")) echo get_woocommerce_currency_symbol(); ?>', '<?php if (class_exists("WooCommerce")) echo get_woocommerce_currency();?>')" class="googleMerchants" id="googleMerchants">
|
15 |
<?php
|
1 |
<?php
|
2 |
+
if(getenv('WPAE_DEV')) {
|
3 |
+
wp_enqueue_script('pmxe-angular-app', PMXE_ROOT_URL . '/dist/app.js', array('jquery'), PMXE_VERSION);
|
4 |
+
} else {
|
5 |
+
wp_enqueue_script('pmxe-angular-app', PMXE_ROOT_URL . '/dist/app.min.js', array('jquery'), PMXE_VERSION);
|
6 |
+
}
|
7 |
wp_enqueue_style('pmxe-angular-scss', PMXE_ROOT_URL . '/dist/styles.css', array(), PMXE_VERSION);
|
8 |
|
9 |
+
$productAttributesJson = empty(XmlExportEngine::$globalAvailableSections['product_data']['additional']['attributes']['meta']) ? '' : json_encode(XmlExportEngine::$globalAvailableSections['product_data']['additional']['attributes']['meta']);
|
10 |
|
11 |
+
if(getenv('WPAE_DEV')) {
|
12 |
wp_enqueue_script('pmxe-livereload', '//localhost:35729/livereload.js', array(), '3', true);
|
13 |
}
|
14 |
?>
|
15 |
<script type="text/javascript">
|
16 |
+
var wpae_product_attributes = <?php echo empty($productAttributesJson) ? '""' : $productAttributesJson; ?>;
|
17 |
</script>
|
18 |
<div ng-app="GoogleMerchants" ng-controller="mainController" ng-init="init('<?php if (class_exists("WooCommerce")) echo get_woocommerce_currency_symbol(); ?>', '<?php if (class_exists("WooCommerce")) echo get_woocommerce_currency();?>')" class="googleMerchants" id="googleMerchants">
|
19 |
<?php
|
wp-all-export.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP All Export
|
4 |
Plugin URI: http://www.wpallimport.com/export/
|
5 |
Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
|
6 |
-
Version: 1.1.
|
7 |
Author: Soflyy
|
8 |
*/
|
9 |
|
@@ -52,7 +52,7 @@ else {
|
|
52 |
*/
|
53 |
define('PMXE_PREFIX', 'pmxe_');
|
54 |
|
55 |
-
define('PMXE_VERSION', '1.1.
|
56 |
|
57 |
define('PMXE_EDITION', 'free');
|
58 |
|
@@ -536,6 +536,10 @@ else {
|
|
536 |
* Plugin activation logic
|
537 |
*/
|
538 |
public function activation() {
|
|
|
|
|
|
|
|
|
539 |
// uncaught exception doesn't prevent plugin from being activated, therefore replace it with fatal error so it does
|
540 |
set_exception_handler(create_function('$e', 'trigger_error($e->getMessage(), E_USER_ERROR);'));
|
541 |
|
@@ -587,7 +591,10 @@ else {
|
|
587 |
public function fix_db_schema(){
|
588 |
|
589 |
global $wpdb;
|
590 |
-
|
|
|
|
|
|
|
591 |
if ( ! empty($wpdb->charset))
|
592 |
$charset_collate = "DEFAULT CHARACTER SET $wpdb->charset";
|
593 |
if ( ! empty($wpdb->collate))
|
@@ -639,6 +646,8 @@ else {
|
|
639 |
if ( ! $export_post_type ){
|
640 |
$wpdb->query("ALTER TABLE {$table} ADD `export_post_type` VARCHAR(64) NOT NULL DEFAULT '';");
|
641 |
}
|
|
|
|
|
642 |
}
|
643 |
|
644 |
/**
|
3 |
Plugin Name: WP All Export
|
4 |
Plugin URI: http://www.wpallimport.com/export/
|
5 |
Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
|
6 |
+
Version: 1.1.3
|
7 |
Author: Soflyy
|
8 |
*/
|
9 |
|
52 |
*/
|
53 |
define('PMXE_PREFIX', 'pmxe_');
|
54 |
|
55 |
+
define('PMXE_VERSION', '1.1.3');
|
56 |
|
57 |
define('PMXE_EDITION', 'free');
|
58 |
|
536 |
* Plugin activation logic
|
537 |
*/
|
538 |
public function activation() {
|
539 |
+
|
540 |
+
$installer = new \Wpae\App\Activation\Installer();
|
541 |
+
$installer->checkActivationConditions();
|
542 |
+
|
543 |
// uncaught exception doesn't prevent plugin from being activated, therefore replace it with fatal error so it does
|
544 |
set_exception_handler(create_function('$e', 'trigger_error($e->getMessage(), E_USER_ERROR);'));
|
545 |
|
591 |
public function fix_db_schema(){
|
592 |
|
593 |
global $wpdb;
|
594 |
+
$installed_ver = get_option( "wp_all_export_db_version" );
|
595 |
+
|
596 |
+
if ( $installed_ver == PMXE_VERSION ) return true;
|
597 |
+
|
598 |
if ( ! empty($wpdb->charset))
|
599 |
$charset_collate = "DEFAULT CHARACTER SET $wpdb->charset";
|
600 |
if ( ! empty($wpdb->collate))
|
646 |
if ( ! $export_post_type ){
|
647 |
$wpdb->query("ALTER TABLE {$table} ADD `export_post_type` VARCHAR(64) NOT NULL DEFAULT '';");
|
648 |
}
|
649 |
+
|
650 |
+
update_option( "wp_all_export_db_version", PMXE_VERSION );
|
651 |
}
|
652 |
|
653 |
/**
|