2017-02-28 16:01:13 +13:00
webpackJsonp ( [ 3 ] , [ function ( e , t , n ) { "use strict"
2017-02-20 11:34:18 +13:00
n ( 2 ) , n ( 3 ) , n ( 6 ) , n ( 16 ) , n ( 18 ) , n ( 24 ) , n ( 26 ) , n ( 28 ) , n ( 29 ) , n ( 31 ) , n ( 34 ) , n ( 104 ) , n ( 112 ) , n ( 116 ) , n ( 126 ) , n ( 127 ) , n ( 128 ) , n ( 129 ) , n ( 130 ) , n ( 131 ) , n ( 133 ) , n ( 136 ) , n ( 138 ) , n ( 140 ) , n ( 143 ) , n ( 146 ) , n ( 148 ) , n ( 150 ) , n ( 152 ) , n ( 154 ) , n ( 156 ) ,
2017-02-28 16:01:13 +13:00
n ( 157 ) , n ( 166 ) , n ( 167 ) , n ( 169 ) , n ( 170 ) , n ( 171 ) , n ( 172 ) , n ( 173 ) , n ( 174 ) , n ( 175 ) , n ( 176 ) , n ( 177 ) , n ( 178 ) , n ( 179 ) , n ( 180 ) , n ( 181 ) , n ( 184 ) , n ( 186 ) , n ( 187 ) , n ( 188 ) , n ( 189 ) , n ( 190 ) , n ( 191 ) , n ( 192 ) , n ( 189 ) , n ( 195 ) , n ( 197 ) , n ( 199 ) , n ( 200 )
} , , function ( e , t ) { "use strict"
2016-11-22 15:18:26 +13:00
function n ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var r = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , i = function ( ) { function e ( ) {
n ( this , e ) , this . defaultLocale = "en_US" , this . currentLocale = this . detectLocale ( ) , this . lang = { } } return r ( e , [ { key : "setLocale" , value : function t ( e ) { this . currentLocale = e } } , { key : "getLocale" , value : function i ( ) { return null !== this . currentLocale ? this . currentLocale : this . defaultLocale
2016-11-22 15:18:26 +13:00
2017-02-28 16:01:13 +13:00
} } , { key : "_t" , value : function o ( e , t , n , r ) { var i = this . getLocale ( ) . replace ( /_[\w]+/i , "" ) , o = this . defaultLocale . replace ( /_[\w]+/i , "" )
return this . lang && this . lang [ this . getLocale ( ) ] && this . lang [ this . getLocale ( ) ] [ e ] ? this . lang [ this . getLocale ( ) ] [ e ] : this . lang && this . lang [ i ] && this . lang [ i ] [ e ] ? this . lang [ i ] [ e ] : this . lang && this . lang [ this . defaultLocale ] && this . lang [ this . defaultLocale ] [ e ] ? this . lang [ this . defaultLocale ] [ e ] : this . lang && this . lang [ o ] && this . lang [ o ] [ e ] ? this . lang [ o ] [ e ] : t ? t : ""
2016-11-22 15:18:26 +13:00
2017-02-28 16:01:13 +13:00
} } , { key : "addDictionary" , value : function a ( e , t ) { "undefined" == typeof this . lang [ e ] && ( this . lang [ e ] = { } )
2016-11-22 15:18:26 +13:00
for ( var n in t ) this . lang [ e ] [ n ] = t [ n ] } } , { key : "getDictionary" , value : function s ( e ) { return this . lang [ e ] } } , { key : "stripStr" , value : function l ( e ) { return e . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } , { key : "stripStrML" ,
value : function u ( e ) { for ( var t = e . split ( "\n" ) , n = 0 ; n < t . length ; n += 1 ) t [ n ] = stripStr ( t [ n ] )
2017-02-28 16:01:13 +13:00
return stripStr ( t . join ( " " ) ) } } , { key : "sprintf" , value : function c ( e ) { for ( var t = arguments . length , n = Array ( t > 1 ? t - 1 : 0 ) , r = 1 ; r < t ; r ++ ) n [ r - 1 ] = arguments [ r ]
2016-11-22 15:18:26 +13:00
if ( 0 === n . length ) return e
2017-02-28 16:01:13 +13:00
var i = new RegExp ( "(.?)(%s)" , "g" ) , o = 0
return e . replace ( i , function ( e , t , r , i , a ) { return "%" === t ? e : t + n [ o ++ ] } ) } } , { key : "inject" , value : function d ( e , t ) { var n = new RegExp ( "{([A-Za-z0-9_]*)}" , "g" )
return e . replace ( n , function ( e , n , r , i ) { return t [ n ] ? t [ n ] : e } ) } } , { key : "detectLocale" , value : function f ( ) { var t , n
if ( t = document . body . getAttribute ( "lang" ) , ! t ) for ( var r = document . getElementsByTagName ( "meta" ) , i = 0 ; i < r . length ; i ++ ) r [ i ] . attributes [ "http-equiv" ] && "content-language" == r [ i ] . attributes [ "http-equiv" ] . nodeValue . toLowerCase ( ) && ( t = r [ i ] . attributes . content . nodeValue )
2016-11-22 15:18:26 +13:00
t || ( t = this . defaultLocale )
2017-02-28 16:01:13 +13:00
var o = t . match ( /([^-|_]*)[-|_](.*)/ )
if ( 2 == t . length ) { for ( var a in e . lang ) if ( a . substr ( 0 , 2 ) . toLowerCase ( ) == t . toLowerCase ( ) ) { n = a
break } } else o && ( n = o [ 1 ] . toLowerCase ( ) + "_" + o [ 2 ] . toUpperCase ( ) )
return n } } , { key : "addEvent" , value : function p ( e , t , n , r ) { return e . addEventListener ? ( e . addEventListener ( t , n , r ) , ! 0 ) : e . attachEvent ? e . attachEvent ( "on" + t , n ) : void console . log ( "Handler could not be attached" ) } } ] ) ,
e } ( ) , o = new i
window . ss = "undefined" != typeof window . ss ? window . ss : { } , window . ss . i18n = window . i18n = o , t [ "default" ] = o } , function ( e , t , n ) { ( function ( t ) { e . exports = t . SilverStripeComponent = n ( 4 ) } ) . call ( t , function ( ) { return this } ( ) )
2016-11-22 15:18:26 +13:00
} , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 1 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "componentDidMount" , value : function n ( ) { if ( "undefined" != typeof this . props . cmsEvents ) {
2016-09-21 17:30:24 +12:00
this . cmsEvents = this . props . cmsEvents
2017-02-28 16:01:13 +13:00
for ( var e in this . cmsEvents ) ( { } ) . hasOwnProperty . call ( this . cmsEvents , e ) && ( 0 , d [ "default" ] ) ( document ) . on ( e , this . cmsEvents [ e ] . bind ( this ) ) } } } , { key : "componentWillUnmount" , value : function r ( ) { for ( var e in this . cmsEvents ) ( { } ) . hasOwnProperty . call ( this . cmsEvents , e ) && ( 0 ,
2017-01-26 17:20:08 +13:00
d [ "default" ] ) ( document ) . off ( e ) } } , { key : "emitCmsEvent" , value : function l ( e , t ) { ( 0 , d [ "default" ] ) ( document ) . trigger ( e , t ) } } ] ) , t } ( l . Component )
2016-11-22 15:18:26 +13:00
f . propTypes = { cmsEvents : u [ "default" ] . PropTypes . object } , t [ "default" ] = f } , , function ( e , t , n ) { ( function ( t ) { e . exports = t . Backend = n ( 7 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , {
value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function a ( e ) { var t = null , n = null
2016-09-21 17:30:24 +12:00
if ( ! ( e . status >= 200 && e . status < 300 ) ) throw n = new Error ( e . statusText ) , n . response = e , n
return t = e } function s ( e ) { var t = null
if ( e instanceof FormData || "string" == typeof e ) t = e
else { if ( ! e || "object" !== ( "undefined" == typeof e ? "undefined" : g ( e ) ) ) throw new Error ( "Invalid body type" )
t = JSON . stringify ( e ) } return t } function l ( e , t ) { switch ( e ) { case "application/x-www-form-urlencoded" : return C [ "default" ] . stringify ( t )
case "application/json" : case "application/x-json" : case "application/x-javascript" : case "text/javascript" : case "text/x-javascript" : case "text/x-json" : return JSON . stringify ( t )
default : throw new Error ( "Can't encode format: " + e ) } } function u ( e , t ) { switch ( e ) { case "application/x-www-form-urlencoded" : return C [ "default" ] . parse ( t )
case "application/json" : case "application/x-json" : case "application/x-javascript" : case "text/javascript" : case "text/x-javascript" : case "text/x-json" : return JSON . parse ( t )
2017-01-26 17:20:08 +13:00
default : throw new Error ( "Can't decode format: " + e ) } } function c ( e , t ) { return "" === t ? e : e . match ( /\?/ ) ? e + "&" + t : e + "?" + t } function d ( e ) { return e . text ( ) . then ( function ( t ) { return u ( e . headers . get ( "Content-Type" ) , t )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) } function f ( e , t ) { return Object . keys ( t ) . reduce ( function ( n , r ) { var i = e [ r ]
return ! i || i . remove !== ! 0 && i . querystring !== ! 0 ? m ( n , o ( { } , r , t [ r ] ) ) : n } , { } ) } function p ( e , t , n ) { var r = arguments . length <= 3 || void 0 === arguments [ 3 ] ? { setFromData : ! 1 } : arguments [ 3 ] , i = t , a = Object . keys ( n ) . reduce ( function ( t , i ) {
var a = e [ i ] , s = r . setFromData === ! 0 && ! ( a && a . remove === ! 0 ) , l = a && a . querystring === ! 0 && a . remove !== ! 0
return s || l ? m ( t , o ( { } , i , n [ i ] ) ) : t } , { } ) , s = l ( "application/x-www-form-urlencoded" , a )
return i = c ( i , s ) , i = Object . keys ( e ) . reduce ( function ( t , r ) { var i = e [ r ] . urlReplacement
return i ? t . replace ( i , n [ r ] ) : t } , i ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var h = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , m = Object . assign || function ( e ) {
2016-09-21 17:30:24 +12:00
for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , g = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol ? "symbol" : typeof e
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , y = n ( 8 ) , b = r ( y ) , v = n ( 10 ) , _ = r ( v ) , w = n ( 13 ) , C = r ( w ) , T = n ( 14 ) , P = r ( T )
2016-12-12 15:25:18 +13:00
_ [ "default" ] . polyfill ( )
2017-02-28 16:01:13 +13:00
var E = function ( ) { function e ( ) { i ( this , e ) , this . fetch = b [ "default" ] } return h ( e , [ { key : "createEndpointFetcher" , value : function t ( e ) { var t = this , n = m ( { method : "get" , payloadFormat : "application/x-www-form-urlencoded" ,
responseFormat : "application/json" , payloadSchema : { } , defaultData : { } } , e ) , r = { json : "application/json" , urlencoded : "application/x-www-form-urlencoded" }
return [ "payloadFormat" , "responseFormat" ] . forEach ( function ( e ) { r [ n [ e ] ] && ( n [ e ] = r [ n [ e ] ] ) } ) , function ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? { } : arguments [ 0 ] , r = arguments . length <= 1 || void 0 === arguments [ 1 ] ? { } : arguments [ 1 ] , i = m ( { } , r , {
Accept : n . responseFormat , "Content-Type" : n . payloadFormat } ) , o = P [ "default" ] . recursive ( { } , n . defaultData , e ) , a = p ( n . payloadSchema , n . url , o , { setFromData : "get" === n . method . toLowerCase ( ) } ) , s = "get" !== n . method . toLowerCase ( ) ? l ( n . payloadFormat , f ( n . payloadSchema , o ) ) : "" , u = "get" === n . method . toLowerCase ( ) ? [ a , i ] : [ a , s , i ]
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
return t [ n . method . toLowerCase ( ) ] . apply ( t , u ) . then ( d ) } } } , { key : "get" , value : function n ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? { } : arguments [ 1 ]
2017-02-28 16:01:13 +13:00
return this . fetch ( e , { method : "get" , credentials : "same-origin" , headers : t } ) . then ( a ) } } , { key : "post" , value : function r ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? { } : arguments [ 1 ] , n = arguments . length <= 2 || void 0 === arguments [ 2 ] ? { } : arguments [ 2 ] , r = {
2016-09-21 17:30:24 +12:00
"Content-Type" : "application/x-www-form-urlencoded" }
2017-02-28 16:01:13 +13:00
return this . fetch ( e , { method : "post" , credentials : "same-origin" , body : s ( t ) , headers : m ( { } , r , n ) } ) . then ( a ) } } , { key : "put" , value : function o ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? { } : arguments [ 1 ] , n = arguments . length <= 2 || void 0 === arguments [ 2 ] ? { } : arguments [ 2 ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return this . fetch ( e , { method : "put" , credentials : "same-origin" , body : s ( t ) , headers : n } ) . then ( a ) } } , { key : "delete" , value : function u ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? { } : arguments [ 1 ] , n = arguments . length <= 2 || void 0 === arguments [ 2 ] ? { } : arguments [ 2 ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return this . fetch ( e , { method : "delete" , credentials : "same-origin" , body : s ( t ) , headers : n } ) . then ( a ) } } ] ) , e } ( ) , O = new E
2016-11-22 15:18:26 +13:00
t [ "default" ] = O } , function ( e , t , n ) { n ( 9 ) , e . exports = self . fetch . bind ( self ) } , function ( e , t ) { ! function ( e ) { "use strict"
2016-09-21 17:30:24 +12:00
function t ( e ) { if ( "string" != typeof e && ( e = String ( e ) ) , /[^a-z0-9\-#$%&'*+.\^_`|~]/i . test ( e ) ) throw new TypeError ( "Invalid character in header field name" )
2017-02-28 16:01:13 +13:00
return e . toLowerCase ( ) } function n ( e ) { return "string" != typeof e && ( e = String ( e ) ) , e } function r ( e ) { this . map = { } , e instanceof r ? e . forEach ( function ( e , t ) { this . append ( t , e ) } , this ) : e && Object . getOwnPropertyNames ( e ) . forEach ( function ( t ) {
this . append ( t , e [ t ] ) } , this ) } function i ( e ) { return e . bodyUsed ? Promise . reject ( new TypeError ( "Already read" ) ) : void ( e . bodyUsed = ! 0 ) } function o ( e ) { return new Promise ( function ( t , n ) { e . onload = function ( ) { t ( e . result )
} , e . onerror = function ( ) { n ( e . error ) } } ) } function a ( e ) { var t = new FileReader
return t . readAsArrayBuffer ( e ) , o ( t ) } function s ( e ) { var t = new FileReader
return t . readAsText ( e ) , o ( t ) } function l ( ) { return this . bodyUsed = ! 1 , this . _initBody = function ( e ) { if ( this . _bodyInit = e , "string" == typeof e ) this . _bodyText = e
else if ( h . blob && Blob . prototype . isPrototypeOf ( e ) ) this . _bodyBlob = e
else if ( h . formData && FormData . prototype . isPrototypeOf ( e ) ) this . _bodyFormData = e
else if ( e ) { if ( ! h . arrayBuffer || ! ArrayBuffer . prototype . isPrototypeOf ( e ) ) throw new Error ( "unsupported BodyInit type" ) } else this . _bodyText = ""
this . headers . get ( "content-type" ) || ( "string" == typeof e ? this . headers . set ( "content-type" , "text/plain;charset=UTF-8" ) : this . _bodyBlob && this . _bodyBlob . type && this . headers . set ( "content-type" , this . _bodyBlob . type ) )
} , h . blob ? ( this . blob = function ( ) { var e = i ( this )
2016-09-21 17:30:24 +12:00
if ( e ) return e
if ( this . _bodyBlob ) return Promise . resolve ( this . _bodyBlob )
if ( this . _bodyFormData ) throw new Error ( "could not read FormData body as blob" )
2017-02-28 16:01:13 +13:00
return Promise . resolve ( new Blob ( [ this . _bodyText ] ) ) } , this . arrayBuffer = function ( ) { return this . blob ( ) . then ( a ) } , this . text = function ( ) { var e = i ( this )
2016-09-21 17:30:24 +12:00
if ( e ) return e
2017-02-28 16:01:13 +13:00
if ( this . _bodyBlob ) return s ( this . _bodyBlob )
2016-09-21 17:30:24 +12:00
if ( this . _bodyFormData ) throw new Error ( "could not read FormData body as text" )
2017-02-28 16:01:13 +13:00
return Promise . resolve ( this . _bodyText ) } ) : this . text = function ( ) { var e = i ( this )
return e ? e : Promise . resolve ( this . _bodyText ) } , h . formData && ( this . formData = function ( ) { return this . text ( ) . then ( d ) } ) , this . json = function ( ) { return this . text ( ) . then ( JSON . parse ) } , this } function u ( e ) { var t = e . toUpperCase ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return m . indexOf ( t ) > - 1 ? t : e } function c ( e , t ) { t = t || { }
2016-09-21 17:30:24 +12:00
var n = t . body
2017-02-28 16:01:13 +13:00
if ( c . prototype . isPrototypeOf ( e ) ) { if ( e . bodyUsed ) throw new TypeError ( "Already read" )
2016-11-03 17:36:19 +13:00
this . url = e . url , this . credentials = e . credentials , t . headers || ( this . headers = new r ( e . headers ) ) , this . method = e . method , this . mode = e . mode , n || ( n = e . _bodyInit , e . bodyUsed = ! 0 ) } else this . url = e
2017-02-28 16:01:13 +13:00
if ( this . credentials = t . credentials || this . credentials || "omit" , ! t . headers && this . headers || ( this . headers = new r ( t . headers ) ) , this . method = u ( t . method || this . method || "GET" ) , this . mode = t . mode || this . mode || null , this . referrer = null ,
2016-09-21 17:30:24 +12:00
( "GET" === this . method || "HEAD" === this . method ) && n ) throw new TypeError ( "Body not allowed for GET or HEAD requests" )
2017-02-28 16:01:13 +13:00
this . _initBody ( n ) } function d ( e ) { var t = new FormData
return e . trim ( ) . split ( "&" ) . forEach ( function ( e ) { if ( e ) { var n = e . split ( "=" ) , r = n . shift ( ) . replace ( /\+/g , " " ) , i = n . join ( "=" ) . replace ( /\+/g , " " )
t . append ( decodeURIComponent ( r ) , decodeURIComponent ( i ) ) } } ) , t } function f ( e ) { var t = new r , n = e . getAllResponseHeaders ( ) . trim ( ) . split ( "\n" )
return n . forEach ( function ( e ) { var n = e . trim ( ) . split ( ":" ) , r = n . shift ( ) . trim ( ) , i = n . join ( ":" ) . trim ( )
t . append ( r , i ) } ) , t } function p ( e , t ) { t || ( t = { } ) , this . type = "default" , this . status = t . status , this . ok = this . status >= 200 && this . status < 300 , this . statusText = t . statusText , this . headers = t . headers instanceof r ? t . headers : new r ( t . headers ) ,
this . url = t . url || "" , this . _initBody ( e ) } if ( ! e . fetch ) { r . prototype . append = function ( e , r ) { e = t ( e ) , r = n ( r )
var i = this . map [ e ]
i || ( i = [ ] , this . map [ e ] = i ) , i . push ( r ) } , r . prototype [ "delete" ] = function ( e ) { delete this . map [ t ( e ) ] } , r . prototype . get = function ( e ) { var n = this . map [ t ( e ) ]
return n ? n [ 0 ] : null } , r . prototype . getAll = function ( e ) { return this . map [ t ( e ) ] || [ ] } , r . prototype . has = function ( e ) { return this . map . hasOwnProperty ( t ( e ) ) } , r . prototype . set = function ( e , r ) { this . map [ t ( e ) ] = [ n ( r ) ] } , r . prototype . forEach = function ( e , t ) {
Object . getOwnPropertyNames ( this . map ) . forEach ( function ( n ) { this . map [ n ] . forEach ( function ( r ) { e . call ( t , r , n , this ) } , this ) } , this ) }
var h = { blob : "FileReader" in e && "Blob" in e && function ( ) { try { return new Blob , ! 0 } catch ( e ) { return ! 1 } } ( ) , formData : "FormData" in e , arrayBuffer : "ArrayBuffer" in e } , m = [ "DELETE" , "GET" , "HEAD" , "OPTIONS" , "POST" , "PUT" ]
c . prototype . clone = function ( ) { return new c ( this ) } , l . call ( c . prototype ) , l . call ( p . prototype ) , p . prototype . clone = function ( ) { return new p ( this . _bodyInit , { status : this . status , statusText : this . statusText , headers : new r ( this . headers ) ,
url : this . url } ) } , p . error = function ( ) { var e = new p ( null , { status : 0 , statusText : "" } )
2016-09-21 17:30:24 +12:00
return e . type = "error" , e }
2017-02-28 16:01:13 +13:00
var g = [ 301 , 302 , 303 , 307 , 308 ]
p . redirect = function ( e , t ) { if ( g . indexOf ( t ) === - 1 ) throw new RangeError ( "Invalid status code" )
return new p ( null , { status : t , headers : { location : e } } ) } , e . Headers = r , e . Request = c , e . Response = p , e . fetch = function ( e , t ) { return new Promise ( function ( n , r ) { function i ( ) { return "responseURL" in a ? a . responseURL : /^X-Request-URL:/m . test ( a . getAllResponseHeaders ( ) ) ? a . getResponseHeader ( "X-Request-URL" ) : void 0
} var o
o = c . prototype . isPrototypeOf ( e ) && ! t ? e : new c ( e , t )
var a = new XMLHttpRequest
a . onload = function ( ) { var e = 1223 === a . status ? 204 : a . status
if ( e < 100 || e > 599 ) return void r ( new TypeError ( "Network request failed" ) )
var t = { status : e , statusText : a . statusText , headers : f ( a ) , url : i ( ) } , o = "response" in a ? a . response : a . responseText
n ( new p ( o , t ) ) } , a . onerror = function ( ) { r ( new TypeError ( "Network request failed" ) ) } , a . open ( o . method , o . url , ! 0 ) , "include" === o . credentials && ( a . withCredentials = ! 0 ) , "responseType" in a && h . blob && ( a . responseType = "blob" ) ,
o . headers . forEach ( function ( e , t ) { a . setRequestHeader ( t , e ) } ) , a . send ( "undefined" == typeof o . _bodyInit ? null : o . _bodyInit ) } ) } , e . fetch . polyfill = ! 0 } } ( "undefined" != typeof self ? self : this ) } , function ( e , t , n ) { var r ; ( function ( t , i ) {
! function ( t , n ) { e . exports = n ( ) } ( this , function ( ) { "use strict"
function e ( e ) { return "function" == typeof e || "object" == typeof e && null !== e } function o ( e ) { return "function" == typeof e } function a ( e ) { K = e } function s ( e ) { J = e } function l ( ) { return function ( ) { return t . nextTick ( p ) } }
2017-01-26 17:20:08 +13:00
function u ( ) { return function ( ) { Q ( p ) } } function c ( ) { var e = 0 , t = new ee ( p ) , n = document . createTextNode ( "" )
return t . observe ( n , { characterData : ! 0 } ) , function ( ) { n . data = e = ++ e % 2 } } function d ( ) { var e = new MessageChannel
2016-09-21 17:30:24 +12:00
return e . port1 . onmessage = p , function ( ) { return e . port2 . postMessage ( 0 ) } } function f ( ) { var e = setTimeout
2017-02-28 16:01:13 +13:00
return function ( ) { return e ( p , 1 ) } } function p ( ) { for ( var e = 0 ; e < W ; e += 2 ) { var t = re [ e ] , n = re [ e + 1 ]
t ( n ) , re [ e ] = void 0 , re [ e + 1 ] = void 0 } W = 0 } function h ( ) { try { var e = r , t = n ( 12 )
return Q = t . runOnLoop || t . runOnContext , u ( ) } catch ( i ) { return f ( ) } } function m ( e , t ) { var n = arguments , r = this , i = new this . constructor ( y )
void 0 === i [ oe ] && M ( i )
var o = r . _state
return o ? ! function ( ) { var e = n [ o - 1 ]
J ( function ( ) { return A ( o , i , e , r . _result ) } ) } ( ) : j ( r , i , e , t ) , i } function g ( e ) { var t = this
2016-09-21 17:30:24 +12:00
if ( e && "object" == typeof e && e . constructor === t ) return e
2017-02-28 16:01:13 +13:00
var n = new t ( y )
return E ( n , e ) , n } function y ( ) { } function b ( ) { return new TypeError ( "You cannot resolve a promise with itself" ) } function v ( ) { return new TypeError ( "A promises callback cannot return that same promise." ) } function _ ( e ) {
try { return e . then } catch ( t ) { return ue . error = t , ue } } function w ( e , t , n , r ) { try { e . call ( t , n , r ) } catch ( i ) { return i } } function C ( e , t , n ) { J ( function ( e ) { var r = ! 1 , i = w ( n , t , function ( n ) { r || ( r = ! 0 , t !== n ? E ( e , n ) : k ( e , n ) ) } , function ( t ) {
r || ( r = ! 0 , S ( e , t ) ) } , "Settle: " + ( e . _label || " unknown promise" ) )
! r && i && ( r = ! 0 , S ( e , i ) ) } , e ) } function T ( e , t ) { t . _state === se ? k ( e , t . _result ) : t . _state === le ? S ( e , t . _result ) : j ( t , void 0 , function ( t ) { return E ( e , t ) } , function ( t ) { return S ( e , t ) } ) } function P ( e , t , n ) { t . constructor === e . constructor && n === m && t . constructor . resolve === g ? T ( e , t ) : n === ue ? S ( e , ue . error ) : void 0 === n ? k ( e , t ) : o ( n ) ? C ( e , t , n ) : k ( e , t )
} function E ( t , n ) { t === n ? S ( t , b ( ) ) : e ( n ) ? P ( t , n , _ ( n ) ) : k ( t , n ) } function O ( e ) { e . _onerror && e . _onerror ( e . _result ) , x ( e ) } function k ( e , t ) { e . _state === ae && ( e . _result = t , e . _state = se , 0 !== e . _subscribers . length && J ( x , e ) ) } function S ( e , t ) {
e . _state === ae && ( e . _state = le , e . _result = t , J ( O , e ) ) } function j ( e , t , n , r ) { var i = e . _subscribers , o = i . length
e . _onerror = null , i [ o ] = t , i [ o + se ] = n , i [ o + le ] = r , 0 === o && e . _state && J ( x , e ) } function x ( e ) { var t = e . _subscribers , n = e . _state
if ( 0 !== t . length ) { for ( var r = void 0 , i = void 0 , o = e . _result , a = 0 ; a < t . length ; a += 3 ) r = t [ a ] , i = t [ a + n ] , r ? A ( n , r , i , o ) : i ( o )
e . _subscribers . length = 0 } } function R ( ) { this . error = null } function I ( e , t ) { try { return e ( t ) } catch ( n ) { return ce . error = n , ce } } function A ( e , t , n , r ) { var i = o ( n ) , a = void 0 , s = void 0 , l = void 0 , u = void 0
if ( i ) { if ( a = I ( n , r ) , a === ce ? ( u = ! 0 , s = a . error , a = null ) : l = ! 0 , t === a ) return void S ( t , v ( ) ) } else a = r , l = ! 0
t . _state !== ae || ( i && l ? E ( t , a ) : u ? S ( t , s ) : e === se ? k ( t , a ) : e === le && S ( t , a ) ) } function D ( e , t ) { try { t ( function r ( t ) { E ( e , t ) } , function i ( t ) { S ( e , t ) } ) } catch ( n ) { S ( e , n ) } } function F ( ) { return de ++ } function M ( e ) { e [ oe ] = de ++ ,
e . _state = void 0 , e . _result = void 0 , e . _subscribers = [ ] } function N ( e , t ) { this . _instanceConstructor = e , this . promise = new e ( y ) , this . promise [ oe ] || M ( this . promise ) , X ( t ) ? ( this . _input = t , this . length = t . length , this . _remaining = t . length ,
this . _result = new Array ( this . length ) , 0 === this . length ? k ( this . promise , this . _result ) : ( this . length = this . length || 0 , this . _enumerate ( ) , 0 === this . _remaining && k ( this . promise , this . _result ) ) ) : S ( this . promise , L ( ) ) } function L ( ) {
return new Error ( "Array Methods must be provided an Array" ) } function U ( e ) { return new N ( this , e ) . promise } function B ( e ) { var t = this
return new t ( X ( e ) ? function ( n , r ) { for ( var i = e . length , o = 0 ; o < i ; o ++ ) t . resolve ( e [ o ] ) . then ( n , r ) } : function ( e , t ) { return t ( new TypeError ( "You must pass an array to race." ) ) } ) } function H ( e ) { var t = this , n = new t ( y )
return S ( n , e ) , n } function $ ( ) { throw new TypeError ( "You must pass a resolver function as the first argument to the promise constructor" ) } function q ( ) { throw new TypeError ( "Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function." )
} function V ( e ) { this [ oe ] = F ( ) , this . _result = this . _state = void 0 , this . _subscribers = [ ] , y !== e && ( "function" != typeof e && $ ( ) , this instanceof V ? D ( this , e ) : q ( ) ) } function G ( ) { var e = void 0
if ( "undefined" != typeof i ) e = i
2016-09-21 17:30:24 +12:00
else if ( "undefined" != typeof self ) e = self
else try { e = Function ( "return this" ) ( ) } catch ( t ) { throw new Error ( "polyfill failed because global object is unavailable in this environment" ) } var n = e . Promise
2017-02-28 16:01:13 +13:00
if ( n ) { var r = null
try { r = Object . prototype . toString . call ( n . resolve ( ) ) } catch ( t ) { } if ( "[object Promise]" === r && ! n . cast ) return } e . Promise = V } var z = void 0
2016-10-10 21:05:32 +13:00
z = Array . isArray ? Array . isArray : function ( e ) { return "[object Array]" === Object . prototype . toString . call ( e ) }
2017-02-28 16:01:13 +13:00
var X = z , W = 0 , Q = void 0 , K = void 0 , J = function fe ( e , t ) { re [ W ] = e , re [ W + 1 ] = t , W += 2 , 2 === W && ( K ? K ( p ) : ie ( ) ) } , Y = "undefined" != typeof window ? window : void 0 , Z = Y || { } , ee = Z . MutationObserver || Z . WebKitMutationObserver , te = "undefined" == typeof self && "undefined" != typeof t && "[object process]" === { } . toString . call ( t ) , ne = "undefined" != typeof Uint8ClampedArray && "undefined" != typeof importScripts && "undefined" != typeof MessageChannel , re = new Array ( 1e3 ) , ie = void 0
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
ie = te ? l ( ) : ee ? c ( ) : ne ? d ( ) : void 0 === Y ? h ( ) : f ( )
var oe = Math . random ( ) . toString ( 36 ) . substring ( 16 ) , ae = void 0 , se = 1 , le = 2 , ue = new R , ce = new R , de = 0
return N . prototype . _enumerate = function ( ) { for ( var e = this . length , t = this . _input , n = 0 ; this . _state === ae && n < e ; n ++ ) this . _eachEntry ( t [ n ] , n ) } , N . prototype . _eachEntry = function ( e , t ) { var n = this . _instanceConstructor , r = n . resolve
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( r === g ) { var i = _ ( e )
if ( i === m && e . _state !== ae ) this . _settledAt ( e . _state , t , e . _result )
else if ( "function" != typeof i ) this . _remaining -- , this . _result [ t ] = e
else if ( n === V ) { var o = new n ( y )
P ( o , e , i ) , this . _willSettleAt ( o , t ) } else this . _willSettleAt ( new n ( function ( t ) { return t ( e ) } ) , t ) } else this . _willSettleAt ( r ( e ) , t ) } , N . prototype . _settledAt = function ( e , t , n ) { var r = this . promise
r . _state === ae && ( this . _remaining -- , e === le ? S ( r , n ) : this . _result [ t ] = n ) , 0 === this . _remaining && k ( r , this . _result ) } , N . prototype . _willSettleAt = function ( e , t ) { var n = this
j ( e , void 0 , function ( e ) { return n . _settledAt ( se , t , e ) } , function ( e ) { return n . _settledAt ( le , t , e ) } ) } , V . all = U , V . race = B , V . resolve = g , V . reject = H , V . _setScheduler = a , V . _setAsap = s , V . _asap = J , V . prototype = { constructor : V ,
2017-01-13 17:05:55 +13:00
then : m , "catch" : function pe ( e ) { return this . then ( null , e ) } } , G ( ) , V . polyfill = G , V . Promise = V , V } ) } ) . call ( t , n ( 11 ) , function ( ) { return this } ( ) ) } , , function ( e , t ) { } , function ( e , t ) { e . exports = qs } , function ( e , t , n ) { ( function ( e ) {
2017-02-28 16:01:13 +13:00
! function ( t ) { function n ( e , t ) { if ( "object" !== i ( e ) ) return t
for ( var r in t ) "object" === i ( e [ r ] ) && "object" === i ( t [ r ] ) ? e [ r ] = n ( e [ r ] , t [ r ] ) : e [ r ] = t [ r ]
return e } function r ( e , t , r ) { var a = r [ 0 ] , s = r . length ; ( e || "object" !== i ( a ) ) && ( a = { } )
for ( var l = 0 ; l < s ; ++ l ) { var u = r [ l ] , c = i ( u )
if ( "object" === c ) for ( var d in u ) { var f = e ? o . clone ( u [ d ] ) : u [ d ]
t ? a [ d ] = n ( a [ d ] , f ) : a [ d ] = f } } return a } function i ( e ) { return { } . toString . call ( e ) . slice ( 8 , - 1 ) . toLowerCase ( ) } var o = function ( e ) { return r ( e === ! 0 , ! 1 , arguments ) } , a = "merge"
o . recursive = function ( e ) { return r ( e === ! 0 , ! 0 , arguments ) } , o . clone = function ( e ) { var t = e , n = i ( e ) , r , a
if ( "array" === n ) for ( t = [ ] , a = e . length , r = 0 ; r < a ; ++ r ) t [ r ] = o . clone ( e [ r ] )
2016-09-21 17:30:24 +12:00
else if ( "object" === n ) { t = { }
2017-02-28 16:01:13 +13:00
for ( r in e ) t [ r ] = o . clone ( e [ r ] ) } return t } , t ? e . exports = o : window [ a ] = o } ( "object" == typeof e && e && "object" == typeof e . exports && e . exports ) } ) . call ( t , n ( 15 ) ( e ) ) } , , function ( e , t , n ) { ( function ( t ) { e . exports = t . schemaFieldValues = n ( 17 )
2016-10-20 21:44:11 +13:00
} ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function o ( e , t ) { return "undefined" == typeof t ? e : c [ "default" ] . recursive ( ! 0 , e , {
data : t . data , source : t . source , message : t . message , valid : t . valid , value : t . value } ) } function a ( e , t ) { var n = null
2016-12-16 13:41:36 +13:00
if ( ! e ) return n
n = e . find ( function ( e ) { return e . name === t } )
2017-02-28 16:01:13 +13:00
var r = ! 0 , i = ! 1 , o = void 0
try { for ( var s = e [ Symbol . iterator ] ( ) , l ; ! ( r = ( l = s . next ( ) ) . done ) ; r = ! 0 ) { var u = l . value
2016-12-16 13:41:36 +13:00
if ( n ) break
2017-02-28 16:01:13 +13:00
n = a ( u . children , t ) } } catch ( c ) { i = ! 0 , o = c } finally { try { ! r && s [ "return" ] && s [ "return" ] ( ) } finally { if ( i ) throw o } } return n } function s ( e , t ) { return t ? t . fields . reduce ( function ( t , n ) { var r = a ( e . fields , n . name )
return r ? "Structural" === r . type || r . readOnly === ! 0 ? t : l ( { } , t , i ( { } , r . name , n . value ) ) : t } , { } ) : { } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2016-12-16 13:41:36 +13:00
var l = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e }
t . schemaMerge = o , t . findField = a , t [ "default" ] = s
var u = n ( 14 ) , c = r ( u ) } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FieldHolder = n ( 19 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-11-03 17:36:19 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function s ( e ) { var t = function ( t ) {
2017-02-28 16:01:13 +13:00
function n ( ) { return i ( this , n ) , o ( this , ( n . _ _proto _ _ || Object . getPrototypeOf ( n ) ) . apply ( this , arguments ) ) } return a ( n , t ) , u ( n , [ { key : "renderDescription" , value : function r ( ) { return null === this . props . description ? null : ( 0 ,
2016-11-03 17:36:19 +13:00
g [ "default" ] ) ( "div" , this . props . description , { className : "form__field-description" } ) } } , { key : "renderMessage" , value : function s ( ) { var e = this . props . meta , t = e ? e . error : null
2017-02-28 16:01:13 +13:00
return ! t || e && ! e . touched ? null : d [ "default" ] . createElement ( b [ "default" ] , l ( { className : "form__field-message" } , t ) ) } } , { key : "renderLeftTitle" , value : function c ( ) { var e = null !== this . props . leftTitle ? this . props . leftTitle : this . props . title
2016-09-21 17:30:24 +12:00
2016-11-03 17:36:19 +13:00
return ! e || this . props . hideLabels ? null : ( 0 , g [ "default" ] ) ( h . ControlLabel , e , { className : "form__field-label" } ) } } , { key : "renderRightTitle" , value : function f ( ) { return ! this . props . rightTitle || this . props . hideLabels ? null : ( 0 ,
g [ "default" ] ) ( h . ControlLabel , this . props . rightTitle , { className : "form__field-label" } ) } } , { key : "getHolderProps" , value : function p ( ) { var e = [ "field" , this . props . extraClass ]
return this . props . readOnly && e . push ( "readonly" ) , { bsClass : this . props . bsClass , bsSize : this . props . bsSize , validationState : this . props . validationState , className : e . join ( " " ) , controlId : this . props . id , id : this . props . holderId
2017-01-26 17:20:08 +13:00
} } } , { key : "render" , value : function m ( ) { return d [ "default" ] . createElement ( h . FormGroup , this . getHolderProps ( ) , this . renderLeftTitle ( ) , d [ "default" ] . createElement ( "div" , { className : "form__field-holder" } , d [ "default" ] . createElement ( e , this . props ) , this . renderMessage ( ) , this . renderDescription ( ) ) , this . renderRightTitle ( ) )
2016-11-03 17:36:19 +13:00
} } ] ) , n } ( p [ "default" ] )
2017-01-26 17:20:08 +13:00
return t . propTypes = { leftTitle : d [ "default" ] . PropTypes . any , rightTitle : d [ "default" ] . PropTypes . any , title : d [ "default" ] . PropTypes . any , extraClass : d [ "default" ] . PropTypes . string , holderId : d [ "default" ] . PropTypes . string ,
id : d [ "default" ] . PropTypes . string , description : d [ "default" ] . PropTypes . any , hideLabels : d [ "default" ] . PropTypes . bool , message : d [ "default" ] . PropTypes . shape ( { extraClass : d [ "default" ] . PropTypes . string , value : d [ "default" ] . PropTypes . any ,
type : d [ "default" ] . PropTypes . string } ) } , t . defaultProps = { className : "" , extraClass : "" , leftTitle : null , rightTitle : null } , t } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2016-11-03 17:36:19 +13:00
var l = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , u = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , c = n ( 5 ) , d = r ( c ) , f = n ( 20 ) , p = r ( f ) , h = n ( 21 ) , m = n ( 22 ) , g = r ( m ) , y = n ( 23 ) , b = r ( y )
2016-11-03 17:36:19 +13:00
t [ "default" ] = s } , function ( e , t ) { e . exports = SilverStripeComponent } , function ( e , t ) { e . exports = ReactBootstrap } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { var n = arguments . length <= 2 || void 0 === arguments [ 2 ] ? { } : arguments [ 2 ]
2016-11-03 17:36:19 +13:00
if ( t && "undefined" != typeof t . react ) return l [ "default" ] . createElement ( e , n , t . react )
2017-02-28 16:01:13 +13:00
if ( t && "undefined" != typeof t . html ) { if ( null !== t . html ) { var r = { _ _html : t . html }
return l [ "default" ] . createElement ( e , a ( { } , n , { dangerouslySetInnerHTML : r } ) ) } return null } var i = null
if ( i = t && "undefined" != typeof t . text ? t . text : t , i && "object" === ( "undefined" == typeof i ? "undefined" : o ( i ) ) ) throw new Error ( "Unsupported string value " + JSON . stringify ( i ) )
return null !== i && "undefined" != typeof i ? l [ "default" ] . createElement ( e , n , i ) : null } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var o = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol ? "symbol" : typeof e } , a = Object . assign || function ( e ) {
2016-11-03 17:36:19 +13:00
for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e }
t [ "default" ] = i
var s = n ( 5 ) , l = r ( s ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-10-28 16:13:29 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-10-28 16:13:29 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 21 ) , p = n ( 22 ) , h = r ( p ) , m = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleDismiss = n . handleDismiss . bind ( n ) , n . state = { visible : ! 0 } , n } return a ( t , e ) , s ( t , [ { key : "handleDismiss" , value : function n ( ) { "function" == typeof this . props . onDismiss ? this . props . onDismiss ( ) : this . setState ( {
visible : ! 1 } ) } } , { key : "getMessageStyle" , value : function r ( ) { switch ( this . props . type ) { case "good" : case "success" : return "success"
2016-10-28 16:13:29 +13:00
case "info" : return "info"
case "warn" : case "warning" : return "warning"
default : return "danger" } } } , { key : "getMessageProps" , value : function l ( ) { var e = this . props . type || "no-type"
return { className : [ "message-box" , "message-box--" + e , this . props . className , this . props . extraClass ] . join ( " " ) , bsStyle : this . props . bsStyle || this . getMessageStyle ( ) , bsClass : this . props . bsClass , onDismiss : this . props . closeLabel ? this . handleDismiss : null ,
2017-01-26 17:20:08 +13:00
closeLabel : this . props . closeLabel } } } , { key : "render" , value : function c ( ) { if ( "boolean" != typeof this . props . visible && this . state . visible || this . props . visible ) { var e = ( 0 , h [ "default" ] ) ( "div" , this . props . value )
if ( e ) return u [ "default" ] . createElement ( f . Alert , this . getMessageProps ( ) , e ) } return null } } ] ) , t } ( d [ "default" ] )
2016-10-28 16:13:29 +13:00
m . propTypes = { extraClass : l . PropTypes . string , value : l . PropTypes . any , type : l . PropTypes . string , onDismiss : l . PropTypes . func , closeLabel : l . PropTypes . string , visible : l . PropTypes . bool } , m . defaultProps = { extraClass : "" ,
2017-01-05 10:03:43 +13:00
className : "" } , t [ "default" ] = m } , function ( e , t , n ) { ( function ( t ) { e . exports = t . Form = n ( 25 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-11-03 17:36:19 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-11-03 17:36:19 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = n ( 23 ) , h = r ( p ) , m = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , l ( t , [ { key : "renderMessages" , value : function n ( ) { return Array . isArray ( this . props . messages ) ? this . props . messages . map ( function ( e , t ) {
return c [ "default" ] . createElement ( h [ "default" ] , s ( { key : t , className : t ? "" : "message-box--panel-top" } , e ) ) } ) : null } } , { key : "render" , value : function r ( ) { var e = this . props . valid !== ! 1 , t = this . props . mapFieldsToComponents ( this . props . fields ) , n = this . props . mapActionsToComponents ( this . props . actions ) , r = this . renderMessages ( ) , i = [ "form" ]
2016-11-03 17:36:19 +13:00
2017-02-28 16:01:13 +13:00
e === ! 1 && i . push ( "form--invalid" ) , this . props . attributes && this . props . attributes . className && i . push ( this . props . attributes . className )
var o = s ( { } , this . props . attributes , { onSubmit : this . props . handleSubmit , className : i . join ( " " ) } )
return c [ "default" ] . createElement ( "form" , o , r , this . props . afterMessages , t && c [ "default" ] . createElement ( "fieldset" , null , t ) , n && c [ "default" ] . createElement ( "div" , { className : "btn-toolbar" , role : "group" } , n ) ) } } ] ) ,
2016-11-03 17:36:19 +13:00
t } ( f [ "default" ] )
m . propTypes = { actions : u . PropTypes . array , afterMessages : u . PropTypes . node , attributes : u . PropTypes . shape ( { action : u . PropTypes . string . isRequired , className : u . PropTypes . string , encType : u . PropTypes . string , id : u . PropTypes . string ,
method : u . PropTypes . string . isRequired } ) , fields : u . PropTypes . array . isRequired , handleSubmit : u . PropTypes . func , mapActionsToComponents : u . PropTypes . func . isRequired , mapFieldsToComponents : u . PropTypes . func . isRequired ,
2017-01-05 10:03:43 +13:00
messages : u . PropTypes . arrayOf ( u . PropTypes . shape ( { extraClass : u . PropTypes . string , value : u . PropTypes . any , type : u . PropTypes . string } ) ) } , t [ "default" ] = m } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FormConstants = n ( 27 )
2016-11-03 17:36:19 +13:00
} ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t ) { "use strict"
2017-01-05 10:03:43 +13:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t [ "default" ] = { CSRF _HEADER : "X-SecurityID" } } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FormAlert = n ( 23 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) {
( function ( t ) { e . exports = t . FormAction = n ( 30 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleClick = n . handleClick . bind ( n ) , n } return a ( t , e ) , l ( t , [ { key : "render" , value : function n ( ) { return c [ "default" ] . createElement ( "button" , this . getButtonProps ( ) , this . getLoadingIcon ( ) , c [ "default" ] . createElement ( "span" , null , this . props . title ) )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , { key : "getButtonProps" , value : function r ( ) { return s ( { } , "undefined" == typeof this . props . attributes ? { } : this . props . attributes , { id : this . props . id , name : this . props . name , className : this . getButtonClasses ( ) , disabled : this . props . disabled ,
2016-09-21 17:30:24 +12:00
onClick : this . handleClick } ) } } , { key : "getButtonClasses" , value : function u ( ) { var e = [ "btn" ] , t = this . getButtonStyle ( )
t && e . push ( "btn-" + t ) , "string" != typeof this . props . title && e . push ( "btn--no-text" )
var n = this . getIcon ( )
return n && e . push ( "font-icon-" + n ) , this . props . loading && e . push ( "btn--loading" ) , this . props . disabled && e . push ( "disabled" ) , "string" == typeof this . props . extraClass && e . push ( this . props . extraClass ) , e . join ( " " ) } } , {
2017-01-26 17:20:08 +13:00
key : "getButtonStyle" , value : function d ( ) { if ( "undefined" != typeof this . props . data . buttonStyle ) return this . props . data . buttonStyle
2016-12-21 15:52:45 +13:00
if ( "undefined" != typeof this . props . buttonStyle ) return this . props . buttonStyle
2016-09-21 17:30:24 +12:00
var e = this . props . extraClass . split ( " " )
return e . find ( function ( e ) { return e . indexOf ( "btn-" ) > - 1 } ) ? null : "action_save" === this . props . name || e . find ( function ( e ) { return "ss-ui-action-constructive" === e } ) ? "primary" : "secondary" } } , { key : "getIcon" , value : function f ( ) {
2017-01-26 17:20:08 +13:00
return this . props . icon || this . props . data . icon || null } } , { key : "getLoadingIcon" , value : function p ( ) { return this . props . loading ? c [ "default" ] . createElement ( "div" , { className : "btn__loading-icon" } , c [ "default" ] . createElement ( "span" , {
className : "btn__circle btn__circle--1" } ) , c [ "default" ] . createElement ( "span" , { className : "btn__circle btn__circle--2" } ) , c [ "default" ] . createElement ( "span" , { className : "btn__circle btn__circle--3" } ) ) : null } } , {
2016-09-21 17:30:24 +12:00
key : "handleClick" , value : function h ( e ) { "function" == typeof this . props . handleClick && this . props . handleClick ( e , this . props . name || this . props . id ) } } ] ) , t } ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
p . propTypes = { id : c [ "default" ] . PropTypes . string , name : c [ "default" ] . PropTypes . string , handleClick : c [ "default" ] . PropTypes . func , title : c [ "default" ] . PropTypes . string , type : c [ "default" ] . PropTypes . string , loading : c [ "default" ] . PropTypes . bool ,
icon : c [ "default" ] . PropTypes . string , disabled : c [ "default" ] . PropTypes . bool , data : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . array , c [ "default" ] . PropTypes . shape ( { buttonStyle : c [ "default" ] . PropTypes . string
} ) ] ) , extraClass : c [ "default" ] . PropTypes . string , attributes : c [ "default" ] . PropTypes . object } , p . defaultProps = { title : "" , icon : "" , extraClass : "" , attributes : { } , data : { } , disabled : ! 1 } , t [ "default" ] = p } , function ( e , t , n ) {
2017-01-05 10:03:43 +13:00
( function ( t ) { e . exports = t . SchemaActions = n ( 32 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { return { type : u [ "default" ] . SET _SCHEMA , payload : s ( { id : e } , t ) } } function o ( e , t ) { return { type : u [ "default" ] . SET _SCHEMA _STATE _OVERRIDES , payload : {
id : e , stateOverride : t } } } function a ( e , t ) { return { type : u [ "default" ] . SET _SCHEMA _LOADING , payload : { id : e , loading : t } } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2016-11-22 15:18:26 +13:00
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e }
t . setSchema = i , t . setSchemaStateOverrides = o , t . setSchemaLoading = a
var l = n ( 33 ) , u = r ( l ) } , function ( e , t ) { "use strict"
2016-11-22 15:18:26 +13:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var n = { SET _SCHEMA : "SET_SCHEMA" , SET _SCHEMA _STATE _OVERRIDES : "SET_SCHEMA_STATE_OVERRIDES" , SET _SCHEMA _LOADING : "SET_SCHEMA_LOADING" }
2017-01-05 10:03:43 +13:00
t [ "default" ] = n } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FormBuilder = n ( 35 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function o ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} function a ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-10-20 21:44:11 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function s ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . schemaPropType = t . basePropTypes = void 0
var l = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , u = function ( ) { function e ( e , t ) { var n = [ ] , r = ! 0 , i = ! 1 , o = void 0
try { for ( var a = e [ Symbol . iterator ] ( ) , s ; ! ( r = ( s = a . next ( ) ) . done ) && ( n . push ( s . value ) , ! t || n . length !== t ) ; r = ! 0 ) ; } catch ( l ) { i = ! 0 , o = l } finally { try { ! r && a [ "return" ] && a [ "return" ] ( ) } finally { if ( i ) throw o } } return n } return function ( t , n ) {
2016-11-02 13:42:44 +13:00
if ( Array . isArray ( t ) ) return t
if ( Symbol . iterator in Object ( t ) ) return e ( t , n )
2017-02-28 16:01:13 +13:00
throw new TypeError ( "Invalid attempt to destructure non-iterable instance" ) } } ( ) , c = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , d = n ( 5 ) , f = r ( d ) , p = n ( 14 ) , h = r ( p ) , m = n ( 17 ) , g = r ( m ) , y = n ( 20 ) , b = r ( y ) , v = n ( 36 ) , _ = r ( v ) , w = n ( 102 ) , C = r ( w ) , T = n ( 103 ) , P = r ( T ) , E = function ( e ) {
function t ( e ) { o ( this , t )
var n = a ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) ) , r = e . schema . schema
return n . state = { submittingAction : null } , n . submitApi = C [ "default" ] . createEndpointFetcher ( { url : r . attributes . action , method : r . attributes . method } ) , n . mapActionsToComponents = n . mapActionsToComponents . bind ( n ) , n . mapFieldsToComponents = n . mapFieldsToComponents . bind ( n ) ,
2017-01-26 17:20:08 +13:00
n . handleSubmit = n . handleSubmit . bind ( n ) , n . handleAction = n . handleAction . bind ( n ) , n . buildComponent = n . buildComponent . bind ( n ) , n . validateForm = n . validateForm . bind ( n ) , n } return s ( t , e ) , c ( t , [ { key : "validateForm" , value : function n ( e ) {
2016-11-02 13:42:44 +13:00
var t = this
if ( "function" == typeof this . props . validate ) return this . props . validate ( e )
var n = this . props . schema && this . props . schema . schema
if ( ! n ) return { }
2017-02-28 16:01:13 +13:00
var r = new _ [ "default" ] ( e )
return Object . entries ( e ) . reduce ( function ( e , n ) { var o = u ( n , 1 ) , a = o [ 0 ] , s = ( 0 , m . findField ) ( t . props . schema . schema . fields , a ) , c = r . validateFieldSchema ( s ) , d = c . valid , p = c . errors
2017-01-26 17:20:08 +13:00
if ( d ) return e
2016-11-02 13:42:44 +13:00
var h = p . map ( function ( e , t ) { return f [ "default" ] . createElement ( "span" , { key : t , className : "form__validation-message" } , e ) } )
2017-02-28 16:01:13 +13:00
return l ( { } , e , i ( { } , a , { type : "error" , value : { react : h } } ) ) } , { } ) } } , { key : "handleAction" , value : function r ( e ) { "function" == typeof this . props . handleAction && this . props . handleAction ( e , this . props . values ) , e . isPropagationStopped ( ) || this . setState ( {
submittingAction : e . currentTarget . name } ) } } , { key : "handleSubmit" , value : function d ( e ) { var t = this , n = this . state . submittingAction ? this . state . submittingAction : this . props . schema . schema . actions [ 0 ] . name , r = l ( { } , e , i ( { } , n , 1 ) ) , o = this . props . responseRequestedSchema . join ( ) , a = {
"X-Formschema-Request" : o , "X-Requested-With" : "XMLHttpRequest" } , s = function u ( e ) { return t . submitApi ( e || r , a ) . then ( function ( e ) { return t . setState ( { submittingAction : null } ) , e } ) [ "catch" ] ( function ( e ) { throw t . setState ( {
2016-11-23 18:09:10 +13:00
submittingAction : null } ) , e } ) }
2017-02-28 16:01:13 +13:00
return "function" == typeof this . props . handleSubmit ? this . props . handleSubmit ( r , n , s ) : s ( ) } } , { key : "buildComponent" , value : function p ( e ) { var t = e , n = null !== t . schemaComponent ? P [ "default" ] . getComponentByName ( t . schemaComponent ) : P [ "default" ] . getComponentByDataType ( t . type )
2016-10-29 00:51:44 +13:00
2016-09-21 17:30:24 +12:00
if ( null === n ) return null
2016-10-20 21:44:11 +13:00
if ( null !== t . schemaComponent && void 0 === n ) throw Error ( "Component not found in injector: " + t . schemaComponent )
2016-10-28 16:13:29 +13:00
t = l ( { } , t , t . input ) , delete t . input
2017-02-28 16:01:13 +13:00
var r = this . props . createFn
return "function" == typeof r ? r ( n , t ) : f [ "default" ] . createElement ( n , l ( { key : t . id } , t ) ) } } , { key : "mapFieldsToComponents" , value : function y ( e ) { var t = this , n = this . props . baseFieldComponent
return e . map ( function ( e ) { var r = e
return e . children && ( r = l ( { } , e , { children : t . mapFieldsToComponents ( e . children ) } ) ) , r = l ( { onAutofill : t . props . onAutofill , form : t . props . form } , r ) , "Structural" === e . type || e . readOnly === ! 0 ? t . buildComponent ( r ) : f [ "default" ] . createElement ( n , l ( {
key : r . id } , r , { component : t . buildComponent } ) ) } ) } } , { key : "mapActionsToComponents" , value : function b ( e ) { var t = this
2016-10-20 21:44:11 +13:00
return e . map ( function ( e ) { var n = l ( { } , e )
2016-12-16 13:41:36 +13:00
return e . children ? n . children = t . mapActionsToComponents ( e . children ) : ( n . handleClick = t . handleAction , t . props . submitting && t . state . submittingAction === e . name && ( n . loading = ! 0 ) ) , t . buildComponent ( n ) } ) } } , { key : "normalizeFields" ,
2017-02-28 16:01:13 +13:00
value : function v ( e , t ) { var n = this
return e . map ( function ( e ) { var r = t && t . fields ? t . fields . find ( function ( t ) { return t . id === e . id } ) : { } , i = h [ "default" ] . recursive ( ! 0 , ( 0 , m . schemaMerge ) ( e , r ) , { schemaComponent : e . component } )
return e . children && ( i . children = n . normalizeFields ( e . children , t ) ) , i } ) } } , { key : "normalizeActions" , value : function w ( e ) { var t = this
2016-11-02 13:42:44 +13:00
return e . map ( function ( e ) { var n = h [ "default" ] . recursive ( ! 0 , e , { schemaComponent : e . component } )
2017-02-28 16:01:13 +13:00
return e . children && ( n . children = t . normalizeActions ( e . children ) ) , n } ) } } , { key : "render" , value : function T ( ) { var e = this . props . schema . schema , t = this . props . schema . state , n = this . props . baseFormComponent , r = l ( { } , e . attributes , {
2016-10-20 21:44:11 +13:00
className : e . attributes [ "class" ] , encType : e . attributes . enctype } )
2017-02-28 16:01:13 +13:00
delete r [ "class" ] , delete r . enctype
var i = this . props , o = i . asyncValidate , a = i . onSubmitFail , s = i . onSubmitSuccess , u = i . shouldAsyncValidate , c = i . touchOnBlur , d = i . touchOnChange , p = i . persistentSubmitErrors , h = i . form , m = i . afterMessages , y = { form : h , afterMessages : m ,
fields : this . normalizeFields ( e . fields , t ) , actions : this . normalizeActions ( e . actions ) , attributes : r , data : e . data , initialValues : ( 0 , g [ "default" ] ) ( e , t ) , onSubmit : this . handleSubmit , valid : t && t . valid , messages : t && Array . isArray ( t . messages ) ? t . messages : [ ] ,
mapActionsToComponents : this . mapActionsToComponents , mapFieldsToComponents : this . mapFieldsToComponents , asyncValidate : o , onSubmitFail : a , onSubmitSuccess : s , shouldAsyncValidate : u , touchOnBlur : c , touchOnChange : d ,
2016-11-22 15:18:26 +13:00
persistentSubmitErrors : p , validate : this . validateForm }
2017-02-28 16:01:13 +13:00
return f [ "default" ] . createElement ( n , y ) } } ] ) , t } ( b [ "default" ] ) , O = d . PropTypes . shape ( { id : d . PropTypes . string , schema : d . PropTypes . shape ( { attributes : d . PropTypes . shape ( { "class" : d . PropTypes . string , enctype : d . PropTypes . string
} ) , fields : d . PropTypes . array . isRequired } ) , state : d . PropTypes . shape ( { fields : d . PropTypes . array } ) , loading : d . PropTypes [ "boolean" ] , stateOverride : d . PropTypes . shape ( { fields : d . PropTypes . array } ) } ) , k = { createFn : d . PropTypes . func ,
2017-01-26 17:20:08 +13:00
handleSubmit : d . PropTypes . func , handleAction : d . PropTypes . func , asyncValidate : d . PropTypes . func , onSubmitFail : d . PropTypes . func , onSubmitSuccess : d . PropTypes . func , shouldAsyncValidate : d . PropTypes . func , touchOnBlur : d . PropTypes . bool ,
touchOnChange : d . PropTypes . bool , persistentSubmitErrors : d . PropTypes . bool , validate : d . PropTypes . func , values : d . PropTypes . object , submitting : d . PropTypes . bool , baseFormComponent : d . PropTypes . func . isRequired , baseFieldComponent : d . PropTypes . func . isRequired ,
responseRequestedSchema : d . PropTypes . arrayOf ( d . PropTypes . oneOf ( [ "schema" , "state" , "errors" , "auto" ] ) ) }
2017-02-28 16:01:13 +13:00
E . propTypes = l ( { } , k , { form : d . PropTypes . string . isRequired , schema : O . isRequired } ) , E . defaultProps = { responseRequestedSchema : [ "auto" ] } , t . basePropTypes = k , t . schemaPropType = O , t [ "default" ] = E } , function ( e , t , n ) { "use strict"
2016-11-23 18:09:10 +13:00
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var o = function ( ) { function e ( e , t ) { var n = [ ] , r = ! 0 , i = ! 1 , o = void 0
try { for ( var a = e [ Symbol . iterator ] ( ) , s ; ! ( r = ( s = a . next ( ) ) . done ) && ( n . push ( s . value ) , ! t || n . length !== t ) ; r = ! 0 ) ; } catch ( l ) { i = ! 0 , o = l } finally { try { ! r && a [ "return" ] && a [ "return" ] ( ) } finally { if ( i ) throw o } } return n } return function ( t , n ) {
2016-11-02 13:42:44 +13:00
if ( Array . isArray ( t ) ) return t
if ( Symbol . iterator in Object ( t ) ) return e ( t , n )
2017-02-28 16:01:13 +13:00
throw new TypeError ( "Invalid attempt to destructure non-iterable instance" ) } } ( ) , a = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 37 ) , u = r ( l ) , c = function ( ) {
function e ( t ) { i ( this , e ) , this . setValues ( t ) } return s ( e , [ { key : "setValues" , value : function t ( e ) { this . values = e } } , { key : "getFieldValue" , value : function n ( e ) { var t = this . values [ e ]
return "string" != typeof t && ( t = "undefined" == typeof t || null === t || t === ! 1 ? "" : t . toString ( ) ) , t } } , { key : "validateValue" , value : function r ( e , t , n ) { switch ( t ) { case "equals" : var r = this . getFieldValue ( n . field )
return u [ "default" ] . equals ( e , r )
2016-11-02 13:42:44 +13:00
case "numeric" : return u [ "default" ] . isNumeric ( e )
case "date" : return u [ "default" ] . isDate ( e )
case "alphanumeric" : return u [ "default" ] . isAlphanumeric ( e )
case "alpha" : return u [ "default" ] . isAlpha ( e )
case "regex" : return u [ "default" ] . matches ( e , n . pattern )
2016-11-22 15:18:26 +13:00
case "max" : return e . length <= n . length
2017-01-11 23:31:03 +13:00
case "email" : return u [ "default" ] . isEmail ( e )
2017-01-20 11:11:47 +13:00
default : return console . warn ( "Unknown validation rule used: '" + t + "'" ) , ! 1 } } } , { key : "validateFieldSchema" , value : function l ( e ) { return this . validateField ( e . name , e . validation , null !== e . leftTitle ? e . leftTitle : e . title , e . customValidationMessage )
2016-11-02 13:42:44 +13:00
2017-01-26 17:20:08 +13:00
} } , { key : "getMessage" , value : function c ( e , t ) { var n = ""
2016-11-02 13:42:44 +13:00
if ( "string" == typeof t . message ) n = t . message
else switch ( e ) { case "required" : n = "{name} is required."
break
case "equals" : n = "{name} are not equal."
break
case "numeric" : n = "{name} is not a number."
break
case "date" : n = "{name} is not a proper date format."
break
case "alphanumeric" : n = "{name} is not an alpha-numeric value."
break
case "alpha" : n = "{name} is not only letters."
break
2017-02-28 16:01:13 +13:00
default : n = "{name} is not a valid value." } return t . title && ( n = n . replace ( "{name}" , t . title ) ) , n } } , { key : "validateField" , value : function d ( e , t , n , r ) { var i = this , s = { valid : ! 0 , errors : [ ] }
2016-11-02 13:42:44 +13:00
if ( ! t ) return s
var l = this . getFieldValue ( e )
2017-02-28 16:01:13 +13:00
if ( "" === l && t . required ) { var u = a ( { title : "" !== n ? n : e } , t . required ) , c = r || this . getMessage ( "required" , u )
return { valid : ! 1 , errors : [ c ] } } return Object . entries ( t ) . forEach ( function ( t ) { var r = o ( t , 2 ) , u = r [ 0 ] , c = r [ 1 ] , d = a ( { title : e } , { title : n } , c )
if ( "required" !== u ) { var f = i . validateValue ( l , u , d )
if ( ! f ) { var p = i . getMessage ( u , d )
s . valid = ! 1 , s . errors . push ( p ) } } } ) , r && ! s . valid && ( s . errors = [ r ] ) , s } } ] ) , e } ( )
2017-01-26 17:20:08 +13:00
t [ "default" ] = c } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function ( e , t ) { e . exports = Backend } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
function n ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var r = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , i = function ( ) { function e ( ) {
n ( this , e ) , this . components = { } } return r ( e , [ { key : "getComponentByName" , value : function t ( e ) { return this . components [ e ] } } , { key : "getComponentByDataType" , value : function i ( e ) { switch ( e ) { case "Text" : case "Date" : case "DateTime" :
2016-09-21 17:30:24 +12:00
return this . components . TextField
case "Hidden" : return this . components . HiddenField
case "SingleSelect" : return this . components . SingleSelectField
case "Custom" : return this . components . GridField
case "Structural" : return this . components . CompositeField
2016-09-30 09:10:02 +13:00
case "Boolean" : return this . components . CheckboxField
case "MultiSelect" : return this . components . CheckboxSetField
2017-02-28 16:01:13 +13:00
default : return null } } } , { key : "register" , value : function o ( e , t ) { this . components [ e ] = t } } ] ) , e } ( )
window . ss = window . ss || { } , window . ss . injector = window . ss . injector || new i , t [ "default" ] = window . ss . injector } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FormBuilderLoader = n ( 105 ) } ) . call ( t , function ( ) { return this } ( ) )
2016-09-21 17:30:24 +12:00
} , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { if ( e && e . _ _esModule ) return e
2016-10-20 21:44:11 +13:00
var t = { }
if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] )
2017-02-28 16:01:13 +13:00
return t [ "default" ] = e , t } function i ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function o ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function a ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-10-20 21:44:11 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function s ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2017-02-28 16:01:13 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function l ( e , t ) { var n = e . schemas [ t . schemaUrl ] , r = e . form && e . form [ t . schemaUrl ] , i = r && r . submitting , o = r && r . values , a = n && n . stateOverride , s = n && n . metadata && n . metadata . loading
2016-10-20 21:44:11 +13:00
2017-02-28 16:01:13 +13:00
return { schema : n , submitting : i , values : o , stateOverrides : a , loading : s } } function u ( e ) { return { actions : { schema : ( 0 , m . bindActionCreators ) ( C , e ) , reduxForm : ( 0 , m . bindActionCreators ) ( { autofill : _ . autofill } , e ) } } } Object . defineProperty ( t , "__esModule" , {
2016-12-15 09:19:11 +13:00
value : ! 0 } )
2017-01-26 17:20:08 +13:00
var c = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , d = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , f = n ( 5 ) , p = i ( f ) , h = n ( 106 ) , m = n ( 107 ) , g = n ( 8 ) , y = i ( g ) , b = n ( 108 ) , v = i ( b ) , _ = n ( 109 ) , w = n ( 110 ) , C = r ( w ) , T = n ( 14 ) , P = i ( T ) , E = n ( 25 ) , O = i ( E ) , k = n ( 111 ) , S = i ( k ) , j = function ( e ) {
function t ( e ) { o ( this , t )
var n = a ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
2017-01-26 17:20:08 +13:00
return n . handleSubmit = n . handleSubmit . bind ( n ) , n . clearSchema = n . clearSchema . bind ( n ) , n . reduceSchemaErrors = n . reduceSchemaErrors . bind ( n ) , n . handleAutofill = n . handleAutofill . bind ( n ) , n } return s ( t , e ) , d ( t , [ { key : "componentDidMount" ,
2017-02-28 16:01:13 +13:00
value : function n ( ) { this . fetch ( ) } } , { key : "componentDidUpdate" , value : function r ( e ) { this . props . schemaUrl !== e . schemaUrl && ( this . clearSchema ( e . schemaUrl ) , this . fetch ( ) ) } } , { key : "componentWillUnmount" , value : function i ( ) {
2016-12-15 09:19:11 +13:00
this . clearSchema ( this . props . schemaUrl ) } } , { key : "getMessages" , value : function l ( e ) { var t = { }
2016-12-12 15:25:18 +13:00
return e && e . fields && e . fields . forEach ( function ( e ) { e . message && ( t [ e . name ] = e . message ) } ) , t } } , { key : "clearSchema" , value : function u ( e ) { e && ( ( 0 , _ . destroy ) ( e ) , this . props . actions . schema . setSchema ( e , null ) ) } } , { key : "handleSubmit" ,
2017-02-28 16:01:13 +13:00
value : function f ( e , t , n ) { var r = this , i = null
if ( i = "function" == typeof this . props . handleSubmit ? this . props . handleSubmit ( e , t , n ) : n ( ) , ! i ) throw new Error ( "Promise was not returned for submitting" )
return i . then ( function ( e ) { var t = e
return t && ( t = r . reduceSchemaErrors ( t ) , r . props . actions . schema . setSchema ( r . props . schemaUrl , t ) ) , t } ) . then ( function ( e ) { if ( ! e || ! e . state ) return e
var t = r . getMessages ( e . state )
2016-12-12 15:25:18 +13:00
if ( Object . keys ( t ) . length ) throw new _ . SubmissionError ( t )
2016-11-23 18:09:10 +13:00
return e } ) } } , { key : "reduceSchemaErrors" , value : function h ( e ) { if ( ! e . errors ) return e
2017-01-26 17:20:08 +13:00
var t = c ( { } , e )
return t . state || ( t = c ( { } , t , { state : this . props . schema . state } ) ) , t = c ( { } , t , { state : c ( { } , t . state , { fields : t . state . fields . map ( function ( t ) { return c ( { } , t , { message : e . errors . find ( function ( e ) { return e . field === t . name } )
2017-02-28 16:01:13 +13:00
} ) } ) , messages : e . errors . filter ( function ( e ) { return ! e . field } ) } ) } ) , delete t . errors , ( 0 , v [ "default" ] ) ( t ) } } , { key : "overrideStateData" , value : function m ( e ) { if ( ! this . props . stateOverrides || ! e ) return e
2016-11-22 15:18:26 +13:00
var t = this . props . stateOverrides . fields , n = e . fields
return t && n && ( n = n . map ( function ( e ) { var n = t . find ( function ( t ) { return t . name === e . name } )
2017-02-28 16:01:13 +13:00
return n ? P [ "default" ] . recursive ( ! 0 , e , n ) : e } ) ) , c ( { } , e , this . props . stateOverrides , { fields : n } ) } } , { key : "callFetch" , value : function g ( e ) { return ( 0 , y [ "default" ] ) ( this . props . schemaUrl , { headers : { "X-FormSchema-Request" : e . join ( "," )
} , credentials : "same-origin" } ) . then ( function ( e ) { return e . json ( ) } ) } } , { key : "fetch" , value : function b ( ) { var e = this , t = arguments . length <= 0 || void 0 === arguments [ 0 ] || arguments [ 0 ] , n = arguments . length <= 1 || void 0 === arguments [ 1 ] || arguments [ 1 ] , r = [ ]
2016-11-22 15:18:26 +13:00
2017-02-28 16:01:13 +13:00
return t && r . push ( "schema" ) , n && r . push ( "state" ) , this . props . loading ? Promise . resolve ( { } ) : ( this . props . actions . schema . setSchemaLoading ( this . props . schemaUrl , ! 0 ) , this . callFetch ( r ) . then ( function ( t ) { if ( e . props . actions . schema . setSchemaLoading ( e . props . schemaUrl , ! 1 ) ,
2017-01-26 17:20:08 +13:00
"undefined" != typeof t . id ) { var n = c ( { } , t , { state : e . overrideStateData ( t . state ) } )
2016-12-12 15:25:18 +13:00
return e . props . actions . schema . setSchema ( e . props . schemaUrl , n ) , n } return t } ) ) } } , { key : "handleAutofill" , value : function w ( e , t ) { this . props . actions . reduxForm . autofill ( this . props . schemaUrl , e , t ) } } , { key : "render" ,
2016-12-15 12:09:25 +13:00
value : function C ( ) { if ( ! this . props . schema || ! this . props . schema . schema || this . props . loading ) return null
2017-01-26 17:20:08 +13:00
var e = c ( { } , this . props , { form : this . props . schemaUrl , onSubmitSuccess : this . props . onSubmitSuccess , handleSubmit : this . handleSubmit , onAutofill : this . handleAutofill } )
2017-02-28 16:01:13 +13:00
return p [ "default" ] . createElement ( S [ "default" ] , e ) } } ] ) , t } ( f . Component )
j . propTypes = c ( { } , k . basePropTypes , { actions : f . PropTypes . shape ( { schema : f . PropTypes . object , reduxFrom : f . PropTypes . object } ) , schemaUrl : f . PropTypes . string . isRequired , schema : k . schemaPropType , form : f . PropTypes . string ,
2016-12-12 13:52:42 +13:00
submitting : f . PropTypes . bool } ) , j . defaultProps = { baseFormComponent : ( 0 , _ . reduxForm ) ( ) ( O [ "default" ] ) , baseFieldComponent : _ . Field } , t [ "default" ] = ( 0 , h . connect ) ( l , u ) ( j ) } , , , function ( e , t ) { e . exports = DeepFreezeStrict
2016-12-15 09:19:11 +13:00
2017-01-05 10:03:43 +13:00
} , function ( e , t ) { e . exports = ReduxForm } , function ( e , t ) { e . exports = SchemaActions } , function ( e , t ) { e . exports = FormBuilder } , function ( e , t , n ) { ( function ( t ) { e . exports = t . FormBuilderModal = n ( 113 ) } ) . call ( t , function ( ) { return this
2016-12-15 09:19:11 +13:00
} ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 114 ) , d = r ( c ) , f = n ( 21 ) , p = n ( 20 ) , h = r ( p ) , m = n ( 115 ) , g = r ( m ) , y = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleSubmit = n . handleSubmit . bind ( n ) , n . handleHide = n . handleHide . bind ( n ) , n . clearResponse = n . clearResponse . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "getForm" , value : function n ( ) { return this . props . schemaUrl ? u [ "default" ] . createElement ( g [ "default" ] , {
schemaUrl : this . props . schemaUrl , handleSubmit : this . handleSubmit , handleAction : this . props . handleAction } ) : null } } , { key : "getResponse" , value : function r ( ) { if ( ! this . state || ! this . state . response ) return null
2016-09-21 17:30:24 +12:00
var e = ""
2016-09-30 10:24:12 +13:00
return e = this . state . error ? this . props . responseClassBad || "response error" : this . props . responseClassGood || "response good" , u [ "default" ] . createElement ( "div" , { className : e } , u [ "default" ] . createElement ( "span" , null , this . state . response ) )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } , { key : "clearResponse" , value : function l ( ) { this . setState ( { response : null } ) } } , { key : "handleHide" , value : function c ( ) { this . clearResponse ( ) , "function" == typeof this . props . handleHide && this . props . handleHide ( ) } } , {
2017-02-28 16:01:13 +13:00
key : "handleSubmit" , value : function p ( e , t , n ) { var r = this , i = null
if ( i = "function" == typeof this . props . handleSubmit ? this . props . handleSubmit ( e , t , n ) : n ( ) , ! i ) throw new Error ( "Promise was not returned for submitting" )
return i . then ( function ( e ) { return r . setState ( { response : e . message , error : ! 1 } ) , e } ) [ "catch" ] ( function ( e ) { e . then ( function ( e ) { r . setState ( { response : e , error : ! 0 } ) } ) } ) , i } } , { key : "renderHeader" , value : function h ( ) { return this . props . title !== ! 1 ? u [ "default" ] . createElement ( f . Modal . Header , {
2016-11-22 15:18:26 +13:00
closeButton : ! 0 } , u [ "default" ] . createElement ( f . Modal . Title , null , this . props . title ) ) : "function" == typeof this . props . handleHide ? u [ "default" ] . createElement ( "button" , { type : "button" , className : "close form-builder-modal__close-button" ,
2017-01-26 17:20:08 +13:00
onClick : this . handleHide , "aria-label" : d [ "default" ] . _t ( "FormBuilderModal.CLOSE" , "Close" ) } , u [ "default" ] . createElement ( "span" , { "aria-hidden" : "true" } , "× " ) ) : null } } , { key : "render" , value : function m ( ) { var e = this . getForm ( ) , t = this . getResponse ( )
2016-10-26 17:12:19 +13:00
2016-11-22 15:18:26 +13:00
return u [ "default" ] . createElement ( f . Modal , { show : this . props . show , onHide : this . handleHide , className : this . props . className , bsSize : this . props . bsSize } , this . renderHeader ( ) , u [ "default" ] . createElement ( f . Modal . Body , {
className : this . props . bodyClassName } , t , e , this . props . children ) ) } } ] ) , t } ( h [ "default" ] )
2017-02-28 16:01:13 +13:00
y . propTypes = { show : u [ "default" ] . PropTypes . bool , title : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . bool ] ) , className : u [ "default" ] . PropTypes . string , bodyClassName : u [ "default" ] . PropTypes . string ,
2016-11-22 15:18:26 +13:00
handleHide : u [ "default" ] . PropTypes . func , schemaUrl : u [ "default" ] . PropTypes . string , handleSubmit : u [ "default" ] . PropTypes . func , handleAction : u [ "default" ] . PropTypes . func , responseClassGood : u [ "default" ] . PropTypes . string ,
2017-02-28 16:01:13 +13:00
responseClassBad : u [ "default" ] . PropTypes . string } , y . defaultProps = { show : ! 1 , title : null } , t [ "default" ] = y } , function ( e , t ) { e . exports = i18n } , function ( e , t ) { e . exports = FormBuilderLoader } , function ( e , t , n ) { ( function ( t ) {
2017-01-05 10:03:43 +13:00
e . exports = t . GridField = n ( 117 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { if ( e && e . _ _esModule ) return e
2016-09-21 17:30:24 +12:00
var t = { }
if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] )
2017-02-28 16:01:13 +13:00
return t [ "default" ] = e , t } function i ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function o ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function a ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function s ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function l ( e , t ) { var n = t . data ? t . data . recordType : null
2017-02-28 16:01:13 +13:00
return { config : e . config , records : n && e . records [ n ] ? e . records [ n ] : M } } function u ( e ) { return { actions : ( 0 , g . bindActionCreators ) ( F , e ) } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var c = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , d = function L ( e , t , n ) { null === e && ( e = Function . prototype )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
var r = Object . getOwnPropertyDescriptor ( e , t )
if ( void 0 === r ) { var i = Object . getPrototypeOf ( e )
return null === i ? void 0 : L ( i , t , n ) } if ( "value" in r ) return r . value
var o = r . get
if ( void 0 !== o ) return o . call ( n ) } , f = n ( 5 ) , p = i ( f ) , h = n ( 114 ) , m = i ( h ) , g = n ( 107 ) , y = n ( 106 ) , b = n ( 20 ) , v = i ( b ) , _ = n ( 118 ) , w = i ( _ ) , C = n ( 119 ) , T = i ( C ) , P = n ( 121 ) , E = i ( P ) , O = n ( 120 ) , k = i ( O ) , S = n ( 122 ) , j = i ( S ) , x = n ( 123 ) , R = i ( x ) , I = n ( 27 ) , A = i ( I ) , D = n ( 124 ) , F = r ( D ) , M = { } , N = function ( e ) {
function t ( e ) { o ( this , t )
var n = a ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
2017-01-26 17:20:08 +13:00
return n . deleteRecord = n . deleteRecord . bind ( n ) , n . editRecord = n . editRecord . bind ( n ) , n } return s ( t , e ) , c ( t , [ { key : "componentDidMount" , value : function n ( ) { d ( t . prototype . _ _proto _ _ || Object . getPrototypeOf ( t . prototype ) , "componentDidMount" , this ) . call ( this )
2016-09-21 17:30:24 +12:00
var e = this . props . data
2017-02-28 16:01:13 +13:00
this . props . actions . fetchRecords ( e . recordType , e . collectionReadEndpoint . method , e . collectionReadEndpoint . url ) } } , { key : "render" , value : function r ( ) { var e = this
2017-02-27 19:41:32 +13:00
if ( this . props . records === M ) return p [ "default" ] . createElement ( "div" , null , m [ "default" ] . _t ( "Campaigns.LOADING" , "Loading..." ) )
if ( ! Object . getOwnPropertyNames ( this . props . records ) . length ) return p [ "default" ] . createElement ( "div" , null , m [ "default" ] . _t ( "Campaigns.NO_RECORDS" , "No campaigns created yet." ) )
2017-02-28 16:01:13 +13:00
var t = p [ "default" ] . createElement ( "th" , { key : "holder" , className : "grid-field__action-placeholder" } ) , n = this . props . data . columns . map ( function ( e ) { return p [ "default" ] . createElement ( E [ "default" ] , { key : "" + e . name } , e . name )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) , r = p [ "default" ] . createElement ( T [ "default" ] , null , n . concat ( t ) ) , i = Object . keys ( this . props . records ) . map ( function ( t ) { return e . createRow ( e . props . records [ t ] ) } )
return p [ "default" ] . createElement ( w [ "default" ] , { header : r , rows : i } ) } } , { key : "createRowActions" , value : function i ( e ) { return p [ "default" ] . createElement ( j [ "default" ] , { className : "grid-field__cell--actions" , key : "Actions"
2017-02-27 19:41:32 +13:00
} , p [ "default" ] . createElement ( R [ "default" ] , { icon : "cog" , handleClick : this . editRecord , record : e } ) , p [ "default" ] . createElement ( R [ "default" ] , { icon : "cancel" , handleClick : this . deleteRecord , record : e } ) ) } } , { key : "createCell" ,
2017-02-28 16:01:13 +13:00
value : function l ( e , t ) { var n = this . props . data . handleDrillDown , r = { className : n ? "grid-field__cell--drillable" : "" , handleDrillDown : n ? function ( t ) { return n ( t , e ) } : null , key : "" + t . name , width : t . width } , i = t . field . split ( "." ) . reduce ( function ( e , t ) {
2016-09-21 17:30:24 +12:00
return e [ t ] } , e )
2017-02-28 16:01:13 +13:00
return p [ "default" ] . createElement ( j [ "default" ] , r , i ) } } , { key : "createRow" , value : function u ( e ) { var t = this , n = { className : this . props . data . handleDrillDown ? "grid-field__row--drillable" : "" , key : "" + e . ID } , r = this . props . data . columns . map ( function ( n ) {
return t . createCell ( e , n ) } ) , i = this . createRowActions ( e )
return p [ "default" ] . createElement ( k [ "default" ] , n , r , i ) } } , { key : "deleteRecord" , value : function f ( e , t ) { e . preventDefault ( )
2016-09-21 17:30:24 +12:00
var n = { }
2017-02-27 19:41:32 +13:00
n [ A [ "default" ] . CSRF _HEADER ] = this . props . config . SecurityID , confirm ( m [ "default" ] . _t ( "Campaigns.DELETECAMPAIGN" , "Are you sure you want to delete this record?" ) ) && this . props . actions . deleteRecord ( this . props . data . recordType , t , this . props . data . itemDeleteEndpoint . method , this . props . data . itemDeleteEndpoint . url , n )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , { key : "editRecord" , value : function h ( e , t ) { e . preventDefault ( ) , "undefined" != typeof this . props . data && "undefined" != typeof this . props . data . handleEditRecord && this . props . data . handleEditRecord ( e , t ) } } ] ) , t } ( v [ "default" ] )
2016-09-21 17:30:24 +12:00
2017-02-27 19:41:32 +13:00
N . propTypes = { data : p [ "default" ] . PropTypes . shape ( { recordType : p [ "default" ] . PropTypes . string . isRequired , headerColumns : p [ "default" ] . PropTypes . array , collectionReadEndpoint : p [ "default" ] . PropTypes . object , handleDrillDown : p [ "default" ] . PropTypes . func ,
2017-02-28 16:01:13 +13:00
handleEditRecord : p [ "default" ] . PropTypes . func } ) } , t [ "default" ] = ( 0 , y . connect ) ( l , u ) ( N ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { return u [ "default" ] . createElement ( "div" , { className : "grid-field"
2016-09-21 17:30:24 +12:00
} , u [ "default" ] . createElement ( "table" , { className : "table table-hover grid-field__table" } , u [ "default" ] . createElement ( "thead" , null , this . generateHeader ( ) ) , u [ "default" ] . createElement ( "tbody" , null , this . generateRows ( ) ) ) )
2017-02-28 16:01:13 +13:00
} } , { key : "generateHeader" , value : function r ( ) { return "undefined" != typeof this . props . header ? this . props . header : ( "undefined" != typeof this . props . data , null ) } } , { key : "generateRows" , value : function l ( ) { return "undefined" != typeof this . props . rows ? this . props . rows : ( "undefined" != typeof this . props . data ,
2017-01-26 17:20:08 +13:00
null ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
f . propTypes = { data : u [ "default" ] . PropTypes . object , header : u [ "default" ] . PropTypes . object , rows : u [ "default" ] . PropTypes . array } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 120 ) , p = r ( f ) , h = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { return u [ "default" ] . createElement ( p [ "default" ] , null , this . props . children )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
t [ "default" ] = h } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = "grid-field__row " + this . props . className
2017-01-26 17:20:08 +13:00
return u [ "default" ] . createElement ( "tr" , { tabIndex : "0" , className : e } , this . props . children ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { return u [ "default" ] . createElement ( "th" , null , this . props . children )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
f . PropTypes = { width : u [ "default" ] . PropTypes . number } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleDrillDown = n . handleDrillDown . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = [ "grid-field__cell" ]
2016-09-21 17:30:24 +12:00
"undefined" != typeof this . props . className && e . push ( this . props . className )
var t = { className : e . join ( " " ) , onClick : this . handleDrillDown }
2017-02-28 16:01:13 +13:00
return u [ "default" ] . createElement ( "td" , t , this . props . children ) } } , { key : "handleDrillDown" , value : function r ( e ) { "undefined" != typeof this . props . handleDrillDown && this . props . handleDrillDown ( e ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
f . PropTypes = { className : u [ "default" ] . PropTypes . string , width : u [ "default" ] . PropTypes . number , handleDrillDown : u [ "default" ] . PropTypes . func } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleClick = n . handleClick . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { return u [ "default" ] . createElement ( "button" , { className : "grid-field__icon-action font-icon-" + this . props . icon + " btn--icon-large" ,
onClick : this . handleClick } ) } } , { key : "handleClick" , value : function r ( e ) { this . props . handleClick ( e , this . props . record . ID ) } } ] ) , t } ( d [ "default" ] )
2017-01-11 10:56:17 +13:00
f . PropTypes = { handleClick : u [ "default" ] . PropTypes . func . isRequired } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { var n = [ "id" ]
return n . reduce ( function ( e , n ) { return e . replace ( ":" + n , t [ n ] ) } , e ) } function o ( e , t , n ) { var r = { recordType : e } , o = { Accept : "text/json" } , a = t . toLowerCase ( )
return function ( t ) { t ( { type : u [ "default" ] . FETCH _RECORDS _REQUEST , payload : r } )
var s = "get" === a ? [ i ( n , r ) , o ] : [ i ( n , r ) , { } , o ]
return d [ "default" ] [ a ] . apply ( d [ "default" ] , s ) . then ( function ( e ) { return e . json ( ) } ) . then ( function ( n ) { t ( { type : u [ "default" ] . FETCH _RECORDS _SUCCESS , payload : { recordType : e , data : n } } ) } ) [ "catch" ] ( function ( n ) { throw t ( {
type : u [ "default" ] . FETCH _RECORDS _FAILURE , payload : { error : n , recordType : e } } ) , n } ) } } function a ( e , t , n ) { var r = { recordType : e } , o = { Accept : "text/json" } , a = t . toLowerCase ( )
return function ( t ) { t ( { type : u [ "default" ] . FETCH _RECORD _REQUEST , payload : r } )
var s = "get" === a ? [ i ( n , r ) , o ] : [ i ( n , r ) , { } , o ]
return d [ "default" ] [ a ] . apply ( d [ "default" ] , s ) . then ( function ( e ) { return e . json ( ) } ) . then ( function ( n ) { t ( { type : u [ "default" ] . FETCH _RECORD _SUCCESS , payload : { recordType : e , data : n } } ) } ) [ "catch" ] ( function ( n ) { throw t ( {
type : u [ "default" ] . FETCH _RECORD _FAILURE , payload : { error : n , recordType : e } } ) , n } ) } } function s ( e , t , n , r ) { var o = arguments . length <= 4 || void 0 === arguments [ 4 ] ? { } : arguments [ 4 ] , a = { recordType : e , id : t } , s = n . toLowerCase ( ) , l = "get" === s ? [ i ( r , a ) , o ] : [ i ( r , a ) , { } , o ]
return function ( n ) { return n ( { type : u [ "default" ] . DELETE _RECORD _REQUEST , payload : a } ) , d [ "default" ] [ s ] . apply ( d [ "default" ] , l ) . then ( function ( ) { n ( { type : u [ "default" ] . DELETE _RECORD _SUCCESS , payload : { recordType : e , id : t
} } ) } ) [ "catch" ] ( function ( r ) { throw n ( { type : u [ "default" ] . DELETE _RECORD _FAILURE , payload : { error : r , recordType : e , id : t } } ) , r } ) } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . fetchRecords = o , t . fetchRecord = a ,
2016-09-21 17:30:24 +12:00
t . deleteRecord = s
2017-02-28 16:01:13 +13:00
var l = n ( 125 ) , u = r ( l ) , c = n ( 7 ) , d = r ( c ) } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t [ "default" ] = { CREATE _RECORD : "CREATE_RECORD" , UPDATE _RECORD : "UPDATE_RECORD" , DELETE _RECORD : "DELETE_RECORD" , FETCH _RECORDS _REQUEST : "FETCH_RECORDS_REQUEST" , FETCH _RECORDS _FAILURE : "FETCH_RECORDS_FAILURE" ,
FETCH _RECORDS _SUCCESS : "FETCH_RECORDS_SUCCESS" , FETCH _RECORD _REQUEST : "FETCH_RECORD_REQUEST" , FETCH _RECORD _FAILURE : "FETCH_RECORD_FAILURE" , FETCH _RECORD _SUCCESS : "FETCH_RECORD_SUCCESS" , DELETE _RECORD _REQUEST : "DELETE_RECORD_REQUEST" ,
2017-01-05 10:03:43 +13:00
DELETE _RECORD _FAILURE : "DELETE_RECORD_FAILURE" , DELETE _RECORD _SUCCESS : "DELETE_RECORD_SUCCESS" } } , function ( e , t , n ) { ( function ( t ) { e . exports = t . GridFieldCell = n ( 122 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) {
( function ( t ) { e . exports = t . GridFieldHeader = n ( 119 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { ( function ( t ) { e . exports = t . GridFieldHeaderCell = n ( 121 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) {
( function ( t ) { e . exports = t . GridFieldRow = n ( 120 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { ( function ( t ) { e . exports = t . GridFieldTable = n ( 118 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { ( function ( t ) {
e . exports = t . HiddenField = n ( 132 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 21 ) , p = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "getInputProps" , value : function n ( ) { return { bsClass : this . props . bsClass , componentClass : "input" ,
className : this . props . className + " " + this . props . extraClass , id : this . props . id , name : this . props . name , type : "hidden" , value : this . props . value } } } , { key : "render" , value : function r ( ) { return u [ "default" ] . createElement ( f . FormControl , this . getInputProps ( ) )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
p . propTypes = { id : u [ "default" ] . PropTypes . string , extraClass : u [ "default" ] . PropTypes . string , name : u [ "default" ] . PropTypes . string . isRequired , value : u [ "default" ] . PropTypes . any } , p . defaultProps = { className : "" , extraClass : "" ,
2017-01-05 10:03:43 +13:00
value : "" } , t [ "default" ] = p } , function ( e , t , n ) { ( function ( t ) { e . exports = t . TextField = n ( 134 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
2016-09-30 09:10:02 +13:00
value : ! 0 } ) , t . TextField = void 0
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = n ( 135 ) , h = r ( p ) , m = n ( 21 ) , g = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleChange = n . handleChange . bind ( n ) , n } return a ( t , e ) , l ( t , [ { key : "render" , value : function n ( ) { var e = null
2017-01-26 17:20:08 +13:00
return e = this . props . readOnly ? c [ "default" ] . createElement ( m . FormControl . Static , this . getInputProps ( ) , this . props . value ) : c [ "default" ] . createElement ( m . FormControl , this . getInputProps ( ) ) } } , { key : "getInputProps" ,
2017-02-28 16:01:13 +13:00
value : function r ( ) { var e = { bsClass : this . props . bsClass , className : this . props . className + " " + this . props . extraClass , id : this . props . id , name : this . props . name , disabled : this . props . disabled , readOnly : this . props . readOnly
2016-09-30 09:10:02 +13:00
}
return this . props . readOnly || ( s ( e , { placeholder : this . props . placeholder , onChange : this . handleChange , value : this . props . value } ) , this . isMultiline ( ) ? s ( e , { componentClass : "textarea" , rows : this . props . data . rows , cols : this . props . data . columns
2017-01-26 17:20:08 +13:00
} ) : s ( e , { componentClass : "input" , type : this . props . type . toLowerCase ( ) } ) ) , e } } , { key : "isMultiline" , value : function u ( ) { return this . props . data && this . props . data . rows > 1 } } , { key : "handleChange" , value : function d ( e ) { "function" == typeof this . props . onChange && this . props . onChange ( e , {
2016-09-30 09:10:02 +13:00
id : this . props . id , value : e . target . value } ) } } ] ) , t } ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
g . propTypes = { extraClass : c [ "default" ] . PropTypes . string , id : c [ "default" ] . PropTypes . string , name : c [ "default" ] . PropTypes . string . isRequired , onChange : c [ "default" ] . PropTypes . func , value : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . string , c [ "default" ] . PropTypes . number ] ) ,
readOnly : c [ "default" ] . PropTypes . bool , disabled : c [ "default" ] . PropTypes . bool , placeholder : c [ "default" ] . PropTypes . string , type : c [ "default" ] . PropTypes . string } , g . defaultProps = { value : "" , extraClass : "" , className : "" ,
2017-01-05 10:03:43 +13:00
type : "text" } , t . TextField = g , t [ "default" ] = ( 0 , h [ "default" ] ) ( g ) } , function ( e , t ) { e . exports = FieldHolder } , function ( e , t , n ) { ( function ( t ) { e . exports = t . LiteralField = n ( 137 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) {
2016-11-03 17:36:19 +13:00
"use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-12-15 09:19:11 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , l ( t , [ { key : "getContent" , value : function n ( ) { return { _ _html : this . props . value } } } , { key : "getInputProps" ,
value : function r ( ) { return { className : this . props . className + " " + this . props . extraClass , id : this . props . id , name : this . props . name } } } , { key : "render" , value : function u ( ) { return c [ "default" ] . createElement ( "div" , s ( { } , this . getInputProps ( ) , {
2016-12-15 09:19:11 +13:00
dangerouslySetInnerHTML : this . getContent ( ) } ) ) } } ] ) , t } ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
p . propTypes = { id : c [ "default" ] . PropTypes . string , name : c [ "default" ] . PropTypes . string . isRequired , extraClass : c [ "default" ] . PropTypes . string , value : c [ "default" ] . PropTypes . string } , p . defaultProps = { extraClass : "" , className : ""
2017-01-05 10:03:43 +13:00
} , t [ "default" ] = p } , function ( e , t , n ) { ( function ( t ) { e . exports = t . Toolbar = n ( 139 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-12-15 09:19:11 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleBackButtonClick = n . handleBackButtonClick . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = [ "btn" , "btn-secondary" , "action" , "font-icon-left-open-big" , "toolbar__back-button" , "btn--no-text" ] , t = {
2016-09-21 17:30:24 +12:00
className : e . join ( " " ) , onClick : this . handleBackButtonClick , href : "#" , type : "button" }
2017-01-16 14:54:38 +13:00
return u [ "default" ] . createElement ( "div" , { className : "toolbar toolbar--north" } , u [ "default" ] . createElement ( "div" , { className : "toolbar__navigation fill-width" } , this . props . showBackButton && u [ "default" ] . createElement ( "button" , t ) , this . props . children ) )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , { key : "handleBackButtonClick" , value : function r ( e ) { return "undefined" != typeof this . props . handleBackButtonClick ? void this . props . handleBackButtonClick ( e ) : void e . preventDefault ( ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
f . propTypes = { handleBackButtonClick : u [ "default" ] . PropTypes . func , showBackButton : u [ "default" ] . PropTypes . bool , breadcrumbs : u [ "default" ] . PropTypes . array } , f . defaultProps = { showBackButton : ! 1 } , t [ "default" ] = f } , function ( e , t , n ) {
2017-01-05 10:03:43 +13:00
( function ( t ) { e . exports = t . Breadcrumb = n ( 141 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-11-22 15:18:26 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function s ( e ) { return { crumbs : e . breadcrumbs
} } Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . Breadcrumb = void 0
2017-02-28 16:01:13 +13:00
var l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = n ( 106 ) , h = n ( 142 ) , m = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , l ( t , [ { key : "getLastCrumb" , value : function n ( ) { return this . props . crumbs && this . props . crumbs [ this . props . crumbs . length - 1 ]
2017-01-11 15:09:05 +13:00
2017-02-28 16:01:13 +13:00
} } , { key : "renderBreadcrumbs" , value : function r ( ) { return this . props . crumbs ? this . props . crumbs . slice ( 0 , - 1 ) . map ( function ( e , t ) { return c [ "default" ] . createElement ( "li" , { key : t , className : "breadcrumb__item" } , c [ "default" ] . createElement ( h . Link , {
2017-01-26 17:20:08 +13:00
className : "breadcrumb__item-title" , to : e . href , onClick : e . onClick } , e . text ) ) } ) . concat ( [ c [ "default" ] . createElement ( "li" , { key : this . props . crumbs . length - 1 , className : "breadcrumb__item" } ) ] ) : null } } , { key : "renderLastCrumb" ,
2017-01-11 15:09:05 +13:00
value : function s ( ) { var e = this . getLastCrumb ( )
if ( ! e ) return null
var t = [ "breadcrumb__icon" ]
2017-01-26 17:20:08 +13:00
return e . icon && t . push ( e . icon . className ) , c [ "default" ] . createElement ( "div" , { className : "breadcrumb__item breadcrumb__item--last" } , c [ "default" ] . createElement ( "h2" , { className : "breadcrumb__item-title" } , e . text , e . icon && c [ "default" ] . createElement ( "span" , {
2017-02-20 11:34:18 +13:00
className : t . join ( " " ) , onClick : e . icon . action } ) ) ) } } , { key : "render" , value : function u ( ) { return c [ "default" ] . createElement ( "div" , { className : "breadcrumb__container fill-height flexbox-area-grow" } , c [ "default" ] . createElement ( "ol" , {
2017-01-11 15:09:05 +13:00
className : "breadcrumb" } , this . renderBreadcrumbs ( ) ) , this . renderLastCrumb ( ) ) } } ] ) , t } ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
m . propTypes = { crumbs : c [ "default" ] . PropTypes . array } , t . Breadcrumb = m , t [ "default" ] = ( 0 , p . connect ) ( s ) ( m ) } , function ( e , t ) { e . exports = ReactRouter } , function ( e , t , n ) { ( function ( t ) { e . exports = t . BreadcrumbsActions = n ( 144 )
2016-09-21 17:30:24 +12:00
2016-11-22 15:18:26 +13:00
} ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e ) { return { type : a [ "default" ] . SET _BREADCRUMBS , payload : { breadcrumbs : e } } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . setBreadcrumbs = i
var o = n ( 145 ) , a = r ( o ) } , function ( e , t ) { "use strict"
2017-02-20 11:34:18 +13:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t [ "default" ] = { SET _BREADCRUMBS : "SET_BREADCRUMBS" } } , function ( e , t , n ) { ( function ( t ) { e . exports = t . Badge = n ( 147 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) {
2016-09-21 17:30:24 +12:00
"use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var i = n ( 5 ) , o = r ( i ) , a = function s ( e ) { var t = e . status , n = e . message , r = e . className
return t ? o [ "default" ] . createElement ( "span" , { className : ( r || "" ) + " label label-" + t + " label-pill" } , n ) : null }
a . propTypes = { message : i . PropTypes . node , status : i . PropTypes . oneOf ( [ "default" , "info" , "success" , "warning" , "danger" , "primary" , "secondary" ] ) , className : i . PropTypes . string } , t [ "default" ] = a } , function ( e , t , n ) { ( function ( t ) {
2017-02-20 11:34:18 +13:00
e . exports = t . Config = n ( 149 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
function n ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var r = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , i = function ( ) { function e ( ) {
n ( this , e ) } return r ( e , null , [ { key : "get" , value : function t ( e ) { return window . ss . config [ e ] } } , { key : "getAll" , value : function i ( ) { return window . ss . config } } , { key : "getSection" , value : function o ( e ) { return window . ss . config . sections [ e ]
2016-09-21 17:30:24 +12:00
} } ] ) , e } ( )
2017-02-28 16:01:13 +13:00
t [ "default" ] = i } , function ( e , t , n ) { ( function ( t ) { e . exports = t . DataFormat = n ( 151 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e ) { return c [ "default" ] . parse ( e . replace ( /^\?/ , "" ) ) } function o ( e ) { var t = null , n = ""
2016-12-09 15:20:40 +13:00
return e < 1024 ? ( t = e , n = "bytes" ) : e < 10240 ? ( t = Math . round ( e / 1024 * 10 ) / 10 , n = "KB" ) : e < 1048576 ? ( t = Math . round ( e / 1024 ) , n = "KB" ) : e < 10485760 ? ( t = Math . round ( e / 1024 * 1024 * 10 ) / 10 , n = "MB" ) : e < 1073741824 && ( t = Math . round ( e / 1024 * 1024 ) ,
2017-02-28 16:01:13 +13:00
n = "MB" ) , ( t || 0 === t ) && n || ( t = Math . round ( e / 1073741824 * 10 ) / 10 , n = "GB" ) , isNaN ( t ) ? l [ "default" ] . _t ( "File.NO_SIZE" , "N/A" ) : t + " " + n } function a ( e ) { return /[.]/ . exec ( e ) ? e . replace ( /^.+[.]/ , "" ) : "" } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . decodeQuery = i , t . fileSize = o , t . getFileExtension = a
var s = n ( 114 ) , l = r ( s ) , u = n ( 13 ) , c = r ( u ) } , function ( e , t , n ) { ( function ( t ) { e . exports = t . ReducerRegister = n ( 153 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
function n ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var r = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , i = { } , o = function ( ) { function e ( ) {
n ( this , e ) } return r ( e , [ { key : "add" , value : function t ( e , n ) { if ( "undefined" != typeof i [ e ] ) throw new Error ( "Reducer already exists at '" + e + "'" )
i [ e ] = n } } , { key : "getAll" , value : function o ( ) { return i } } , { key : "getByKey" , value : function a ( e ) { return i [ e ] } } , { key : "remove" , value : function s ( e ) { delete i [ e ] } } ] ) , e } ( )
window . ss = window . ss || { } , window . ss . reducerRegister = window . ss . reducerRegister || new o , t [ "default" ] = window . ss . reducerRegister } , function ( e , t , n ) { ( function ( t ) { e . exports = t . ReactRouteRegister = n ( 155 ) } ) . call ( t , function ( ) {
2016-09-21 17:30:24 +12:00
return this } ( ) ) } , function ( e , t ) { "use strict"
function n ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var r = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , i = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , o = function ( ) { function e ( ) {
n ( this , e ) , this . reset ( ) } return i ( e , [ { key : "reset" , value : function t ( ) { var e = this
this . childRoutes = [ ] , this . rootRoute = { path : "/" , getChildRoutes : function t ( n , r ) { r ( null , e . childRoutes ) } } } } , { key : "updateRootRoute" , value : function o ( e ) { this . rootRoute = r ( { } , this . rootRoute , e ) } } , { key : "add" , value : function a ( e ) {
var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? [ ] : arguments [ 1 ] , n = this . findChildRoute ( t ) , i = r ( { } , { childRoutes : [ ] } , e ) , o = i . childRoutes [ i . childRoutes . length - 1 ]
o && "**" === o . path || ( o = { path : "**" } , i . childRoutes . push ( o ) )
var a = n . findIndex ( function ( t ) { return t . path === e . path } )
a >= 0 ? n [ a ] = i : n . unshift ( i ) } } , { key : "findChildRoute" , value : function s ( e ) { var t = this . childRoutes
2016-09-21 17:30:24 +12:00
return e && e . forEach ( function ( e ) { var n = t . find ( function ( t ) { return t . path === e } )
if ( ! n ) throw new Error ( "Parent path " + e + " could not be found." )
2017-02-28 16:01:13 +13:00
t = n . childRoutes } ) , t } } , { key : "getRootRoute" , value : function l ( ) { return this . rootRoute } } , { key : "getChildRoutes" , value : function u ( ) { return this . childRoutes } } , { key : "remove" , value : function c ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? [ ] : arguments [ 1 ] , n = this . findChildRoute ( t ) , r = n . findIndex ( function ( t ) {
2016-09-21 17:30:24 +12:00
return t . path === e } )
2017-02-28 16:01:13 +13:00
return r < 0 ? null : n . splice ( r , 1 ) [ 0 ] } } ] ) , e } ( )
window . ss = window . ss || { } , window . ss . routeRegister = window . ss . routeRegister || new o , t [ "default" ] = window . ss . routeRegister } , function ( e , t , n ) { ( function ( t ) { e . exports = t . Injector = n ( 103 ) } ) . call ( t , function ( ) { return this
2016-09-21 17:30:24 +12:00
2017-02-20 11:34:18 +13:00
} ( ) ) } , function ( e , t , n ) { ( function ( t ) { e . exports = t . Router = n ( 158 ) } ) . call ( t , function ( ) { return this } ( ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e ) { var t = c [ "default" ] . getAbsoluteBase ( ) , n = f [ "default" ] . resolve ( t , e )
return 0 !== n . indexOf ( t ) ? n : n . substring ( t . length - 1 ) } function o ( e ) { return function ( t , n , r , i ) { return e ( c [ "default" ] . resolveURLToBase ( t ) , n , r , i ) } } function a ( e ) { var t = new c [ "default" ] . Route ( e )
2017-01-26 17:20:08 +13:00
return t . match ( c [ "default" ] . current , { } ) } function s ( ) { return c [ "default" ] . absoluteBaseURL } function l ( e ) { c [ "default" ] . absoluteBaseURL = e
2016-09-21 17:30:24 +12:00
var t = document . createElement ( "a" )
t . href = e
var n = t . pathname
2017-01-26 17:20:08 +13:00
n = n . replace ( /\/$/ , "" ) , n . match ( /^[^\/]/ ) && ( n = "/" + n ) , c [ "default" ] . base ( n ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var u = n ( 159 ) , c = r ( u ) , d = n ( 160 ) , f = r ( d )
c [ "default" ] . oldshow || ( c [ "default" ] . oldshow = c [ "default" ] . show ) , c [ "default" ] . setAbsoluteBase = l . bind ( c [ "default" ] ) , c [ "default" ] . getAbsoluteBase = s . bind ( c [ "default" ] ) , c [ "default" ] . resolveURLToBase = i . bind ( c [ "default" ] ) ,
c [ "default" ] . show = o ( c [ "default" ] . oldshow ) , c [ "default" ] . routeAppliesToCurrentLocation = a , window . ss = window . ss || { } , window . ss . router = window . ss . router || c [ "default" ] , t [ "default" ] = window . ss . router } , function ( e , t ) {
2016-09-21 17:30:24 +12:00
e . exports = Page } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( ) { this . protocol = null , this . slashes = null , this . auth = null , this . host = null , this . port = null , this . hostname = null , this . hash = null , this . search = null , this . query = null , this . pathname = null , this . path = null , this . href = null
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} function i ( e , t , n ) { if ( e && u . isObject ( e ) && e instanceof r ) return e
var i = new r
return i . parse ( e , t , n ) , i } function o ( e ) { return u . isString ( e ) && ( e = i ( e ) ) , e instanceof r ? e . format ( ) : r . prototype . format . call ( e ) } function a ( e , t ) { return i ( e , ! 1 , ! 0 ) . resolve ( t ) } function s ( e , t ) { return e ? i ( e , ! 1 , ! 0 ) . resolveObject ( t ) : t
2016-09-21 17:30:24 +12:00
2017-02-20 11:34:18 +13:00
} var l = n ( 161 ) , u = n ( 162 )
2017-02-28 16:01:13 +13:00
t . parse = i , t . resolve = a , t . resolveObject = s , t . format = o , t . Url = r
var c = /^([a-z0-9.+-]+:)/i , d = /:[0-9]*$/ , f = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/ , p = [ "<" , ">" , '"' , "`" , " " , "\r" , "\n" , "\t" ] , h = [ "{" , "}" , "|" , "\\" , "^" , "`" ] . concat ( p ) , m = [ "'" ] . concat ( h ) , g = [ "%" , "/" , "?" , ";" , "#" ] . concat ( m ) , y = [ "/" , "?" , "#" ] , b = 255 , v = /^[+a-z0-9A-Z_-]{0,63}$/ , _ = /^([+a-z0-9A-Z_-]{0,63})(.*)$/ , w = {
javascript : ! 0 , "javascript:" : ! 0 } , C = { javascript : ! 0 , "javascript:" : ! 0 } , T = { http : ! 0 , https : ! 0 , ftp : ! 0 , gopher : ! 0 , file : ! 0 , "http:" : ! 0 , "https:" : ! 0 , "ftp:" : ! 0 , "gopher:" : ! 0 , "file:" : ! 0 } , P = n ( 163 )
r . prototype . parse = function ( e , t , n ) { if ( ! u . isString ( e ) ) throw new TypeError ( "Parameter 'url' must be a string, not " + typeof e )
var r = e . indexOf ( "?" ) , i = r !== - 1 && r < e . indexOf ( "#" ) ? "?" : "#" , o = e . split ( i ) , a = /\\/g
o [ 0 ] = o [ 0 ] . replace ( a , "/" ) , e = o . join ( i )
2016-09-21 17:30:24 +12:00
var s = e
2017-01-26 17:20:08 +13:00
if ( s = s . trim ( ) , ! n && 1 === e . split ( "#" ) . length ) { var d = f . exec ( s )
2017-02-28 16:01:13 +13:00
if ( d ) return this . path = s , this . href = s , this . pathname = d [ 1 ] , d [ 2 ] ? ( this . search = d [ 2 ] , t ? this . query = P . parse ( this . search . substr ( 1 ) ) : this . query = this . search . substr ( 1 ) ) : t && ( this . search = "" , this . query = { } ) , this } var p = c . exec ( s )
2016-09-21 17:30:24 +12:00
if ( p ) { p = p [ 0 ]
var h = p . toLowerCase ( )
2017-02-28 16:01:13 +13:00
this . protocol = h , s = s . substr ( p . length ) } if ( n || p || s . match ( /^\/\/[^@\/]+@[^@\/]+/ ) ) { var E = "//" === s . substr ( 0 , 2 )
! E || p && C [ p ] || ( s = s . substr ( 2 ) , this . slashes = ! 0 ) } if ( ! C [ p ] && ( E || p && ! T [ p ] ) ) { for ( var O = - 1 , k = 0 ; k < y . length ; k ++ ) { var S = s . indexOf ( y [ k ] )
S !== - 1 && ( O === - 1 || S < O ) && ( O = S ) } var j , x
2016-12-12 13:52:42 +13:00
x = O === - 1 ? s . lastIndexOf ( "@" ) : s . lastIndexOf ( "@" , O ) , x !== - 1 && ( j = s . slice ( 0 , x ) , s = s . slice ( x + 1 ) , this . auth = decodeURIComponent ( j ) ) , O = - 1
2017-02-28 16:01:13 +13:00
for ( var k = 0 ; k < g . length ; k ++ ) { var S = s . indexOf ( g [ k ] )
S !== - 1 && ( O === - 1 || S < O ) && ( O = S ) } O === - 1 && ( O = s . length ) , this . host = s . slice ( 0 , O ) , s = s . slice ( O ) , this . parseHost ( ) , this . hostname = this . hostname || ""
2016-09-21 17:30:24 +12:00
var R = "[" === this . hostname [ 0 ] && "]" === this . hostname [ this . hostname . length - 1 ]
2017-02-28 16:01:13 +13:00
if ( ! R ) for ( var I = this . hostname . split ( /\./ ) , k = 0 , A = I . length ; k < A ; k ++ ) { var D = I [ k ]
if ( D && ! D . match ( v ) ) { for ( var F = "" , M = 0 , N = D . length ; M < N ; M ++ ) F += D . charCodeAt ( M ) > 127 ? "x" : D [ M ]
if ( ! F . match ( v ) ) { var L = I . slice ( 0 , k ) , U = I . slice ( k + 1 ) , B = D . match ( _ )
B && ( L . push ( B [ 1 ] ) , U . unshift ( B [ 2 ] ) ) , U . length && ( s = "/" + U . join ( "." ) + s ) , this . hostname = L . join ( "." )
break } } } this . hostname . length > b ? this . hostname = "" : this . hostname = this . hostname . toLowerCase ( ) , R || ( this . hostname = l . toASCII ( this . hostname ) )
2016-11-24 12:00:46 +13:00
var H = this . port ? ":" + this . port : "" , $ = this . hostname || ""
2017-02-28 16:01:13 +13:00
this . host = $ + H , this . href += this . host , R && ( this . hostname = this . hostname . substr ( 1 , this . hostname . length - 2 ) , "/" !== s [ 0 ] && ( s = "/" + s ) ) } if ( ! w [ h ] ) for ( var k = 0 , A = m . length ; k < A ; k ++ ) { var q = m [ k ]
2017-01-13 17:05:55 +13:00
if ( s . indexOf ( q ) !== - 1 ) { var V = encodeURIComponent ( q )
V === q && ( V = escape ( q ) ) , s = s . split ( q ) . join ( V ) } } var G = s . indexOf ( "#" )
2016-09-21 17:30:24 +12:00
G !== - 1 && ( this . hash = s . substr ( G ) , s = s . slice ( 0 , G ) )
2016-10-10 21:05:32 +13:00
var z = s . indexOf ( "?" )
2017-02-28 16:01:13 +13:00
if ( z !== - 1 ? ( this . search = s . substr ( z ) , this . query = s . substr ( z + 1 ) , t && ( this . query = P . parse ( this . query ) ) , s = s . slice ( 0 , z ) ) : t && ( this . search = "" , this . query = { } ) , s && ( this . pathname = s ) , T [ h ] && this . hostname && ! this . pathname && ( this . pathname = "/" ) ,
this . pathname || this . search ) { var H = this . pathname || "" , X = this . search || ""
this . path = H + X } return this . href = this . format ( ) , this } , r . prototype . format = function ( ) { var e = this . auth || ""
2016-09-21 17:30:24 +12:00
e && ( e = encodeURIComponent ( e ) , e = e . replace ( /%3A/i , ":" ) , e += "@" )
2017-02-28 16:01:13 +13:00
var t = this . protocol || "" , n = this . pathname || "" , r = this . hash || "" , i = ! 1 , o = ""
this . host ? i = e + this . host : this . hostname && ( i = e + ( this . hostname . indexOf ( ":" ) === - 1 ? this . hostname : "[" + this . hostname + "]" ) , this . port && ( i += ":" + this . port ) ) , this . query && u . isObject ( this . query ) && Object . keys ( this . query ) . length && ( o = P . stringify ( this . query ) )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
var a = this . search || o && "?" + o || ""
return t && ":" !== t . substr ( - 1 ) && ( t += ":" ) , this . slashes || ( ! t || T [ t ] ) && i !== ! 1 ? ( i = "//" + ( i || "" ) , n && "/" !== n . charAt ( 0 ) && ( n = "/" + n ) ) : i || ( i = "" ) , r && "#" !== r . charAt ( 0 ) && ( r = "#" + r ) , a && "?" !== a . charAt ( 0 ) && ( a = "?" + a ) , n = n . replace ( /[?#]/g , function ( e ) {
return encodeURIComponent ( e ) } ) , a = a . replace ( "#" , "%23" ) , t + i + n + a + r } , r . prototype . resolve = function ( e ) { return this . resolveObject ( i ( e , ! 1 , ! 0 ) ) . format ( ) } , r . prototype . resolveObject = function ( e ) { if ( u . isString ( e ) ) {
var t = new r
t . parse ( e , ! 1 , ! 0 ) , e = t } for ( var n = new r , i = Object . keys ( this ) , o = 0 ; o < i . length ; o ++ ) { var a = i [ o ]
n [ a ] = this [ a ] } if ( n . hash = e . hash , "" === e . href ) return n . href = n . format ( ) , n
2017-01-26 17:20:08 +13:00
if ( e . slashes && ! e . protocol ) { for ( var s = Object . keys ( e ) , l = 0 ; l < s . length ; l ++ ) { var c = s [ l ]
"protocol" !== c && ( n [ c ] = e [ c ] ) } return T [ n . protocol ] && n . hostname && ! n . pathname && ( n . path = n . pathname = "/" ) , n . href = n . format ( ) , n } if ( e . protocol && e . protocol !== n . protocol ) { if ( ! T [ e . protocol ] ) { for ( var d = Object . keys ( e ) , f = 0 ; f < d . length ; f ++ ) {
var p = d [ f ]
2016-09-21 17:30:24 +12:00
n [ p ] = e [ p ] } return n . href = n . format ( ) , n } if ( n . protocol = e . protocol , e . host || C [ e . protocol ] ) n . pathname = e . pathname
else { for ( var h = ( e . pathname || "" ) . split ( "/" ) ; h . length && ! ( e . host = h . shift ( ) ) ; ) ; e . host || ( e . host = "" ) , e . hostname || ( e . hostname = "" ) , "" !== h [ 0 ] && h . unshift ( "" ) , h . length < 2 && h . unshift ( "" ) , n . pathname = h . join ( "/" ) } if ( n . search = e . search ,
n . query = e . query , n . host = e . host || "" , n . auth = e . auth , n . hostname = e . hostname || e . host , n . port = e . port , n . pathname || n . search ) { var m = n . pathname || "" , g = n . search || ""
2017-02-28 16:01:13 +13:00
n . path = m + g } return n . slashes = n . slashes || e . slashes , n . href = n . format ( ) , n } var y = n . pathname && "/" === n . pathname . charAt ( 0 ) , b = e . host || e . pathname && "/" === e . pathname . charAt ( 0 ) , v = b || y || n . host && e . pathname , _ = v , w = n . pathname && n . pathname . split ( "/" ) || [ ] , h = e . pathname && e . pathname . split ( "/" ) || [ ] , P = n . protocol && ! T [ n . protocol ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( P && ( n . hostname = "" , n . port = null , n . host && ( "" === w [ 0 ] ? w [ 0 ] = n . host : w . unshift ( n . host ) ) , n . host = "" , e . protocol && ( e . hostname = null , e . port = null , e . host && ( "" === h [ 0 ] ? h [ 0 ] = e . host : h . unshift ( e . host ) ) , e . host = null ) , v = v && ( "" === h [ 0 ] || "" === w [ 0 ] ) ) ,
b ) n . host = e . host || "" === e . host ? e . host : n . host , n . hostname = e . hostname || "" === e . hostname ? e . hostname : n . hostname , n . search = e . search , n . query = e . query , w = h
2016-12-12 15:25:18 +13:00
else if ( h . length ) w || ( w = [ ] ) , w . pop ( ) , w = w . concat ( h ) , n . search = e . search , n . query = e . query
2017-02-28 16:01:13 +13:00
else if ( ! u . isNullOrUndefined ( e . search ) ) { if ( P ) { n . hostname = n . host = w . shift ( )
var E = ! ! ( n . host && n . host . indexOf ( "@" ) > 0 ) && n . host . split ( "@" )
E && ( n . auth = E . shift ( ) , n . host = n . hostname = E . shift ( ) ) } return n . search = e . search , n . query = e . query , u . isNull ( n . pathname ) && u . isNull ( n . search ) || ( n . path = ( n . pathname ? n . pathname : "" ) + ( n . search ? n . search : "" ) ) , n . href = n . format ( ) ,
2016-12-12 15:25:18 +13:00
n } if ( ! w . length ) return n . pathname = null , n . search ? n . path = "/" + n . search : n . path = null , n . href = n . format ( ) , n
2017-02-28 16:01:13 +13:00
for ( var O = w . slice ( - 1 ) [ 0 ] , k = ( n . host || e . host || w . length > 1 ) && ( "." === O || ".." === O ) || "" === O , S = 0 , j = w . length ; j >= 0 ; j -- ) O = w [ j ] , "." === O ? w . splice ( j , 1 ) : ".." === O ? ( w . splice ( j , 1 ) , S ++ ) : S && ( w . splice ( j , 1 ) , S -- )
if ( ! v && ! _ ) for ( ; S -- ; S ) w . unshift ( ".." )
! v || "" === w [ 0 ] || w [ 0 ] && "/" === w [ 0 ] . charAt ( 0 ) || w . unshift ( "" ) , k && "/" !== w . join ( "/" ) . substr ( - 1 ) && w . push ( "" )
2016-12-12 13:52:42 +13:00
var x = "" === w [ 0 ] || w [ 0 ] && "/" === w [ 0 ] . charAt ( 0 )
2017-02-28 16:01:13 +13:00
if ( P ) { n . hostname = n . host = x ? "" : w . length ? w . shift ( ) : ""
var E = ! ! ( n . host && n . host . indexOf ( "@" ) > 0 ) && n . host . split ( "@" )
E && ( n . auth = E . shift ( ) , n . host = n . hostname = E . shift ( ) ) } return v = v || n . host && w . length , v && ! x && w . unshift ( "" ) , w . length ? n . pathname = w . join ( "/" ) : ( n . pathname = null , n . path = null ) , u . isNull ( n . pathname ) && u . isNull ( n . search ) || ( n . path = ( n . pathname ? n . pathname : "" ) + ( n . search ? n . search : "" ) ) ,
n . auth = e . auth || n . auth , n . slashes = n . slashes || e . slashes , n . href = n . format ( ) , n } , r . prototype . parseHost = function ( ) { var e = this . host , t = d . exec ( e )
t && ( t = t [ 0 ] , ":" !== t && ( this . port = t . substr ( 1 ) ) , e = e . substr ( 0 , e . length - t . length ) ) , e && ( this . hostname = e ) } } , function ( e , t , n ) { var r ; ( function ( e , i ) { ! function ( o ) { function a ( e ) { throw RangeError ( D [ e ] ) } function s ( e , t ) {
for ( var n = e . length , r = [ ] ; n -- ; ) r [ n ] = t ( e [ n ] )
return r } function l ( e , t ) { var n = e . split ( "@" ) , r = ""
n . length > 1 && ( r = n [ 0 ] + "@" , e = n [ 1 ] ) , e = e . replace ( A , "." )
var i = e . split ( "." ) , o = s ( i , t ) . join ( "." )
return r + o } function u ( e ) { for ( var t = [ ] , n = 0 , r = e . length , i , o ; n < r ; ) i = e . charCodeAt ( n ++ ) , i >= 55296 && i <= 56319 && n < r ? ( o = e . charCodeAt ( n ++ ) , 56320 == ( 64512 & o ) ? t . push ( ( ( 1023 & i ) << 10 ) + ( 1023 & o ) + 65536 ) : ( t . push ( i ) , n -- ) ) : t . push ( i )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
return t } function c ( e ) { return s ( e , function ( e ) { var t = ""
return e > 65535 && ( e -= 65536 , t += N ( e >>> 10 & 1023 | 55296 ) , e = 56320 | 1023 & e ) , t += N ( e ) } ) . join ( "" ) } function d ( e ) { return e - 48 < 10 ? e - 22 : e - 65 < 26 ? e - 65 : e - 97 < 26 ? e - 97 : T } function f ( e , t ) { return e + 22 + 75 * ( e < 26 ) - ( ( 0 != t ) << 5 ) } function p ( e , t , n ) {
2017-02-28 16:01:13 +13:00
var r = 0
for ( e = n ? M ( e / k ) : e >> 1 , e += M ( e / t ) ; e > F * E >> 1 ; r += T ) e = M ( e / F )
return M ( r + ( F + 1 ) * e / ( e + O ) ) } function h ( e ) { var t = [ ] , n = e . length , r , i = 0 , o = j , s = S , l , u , f , h , m , g , y , b , v
for ( l = e . lastIndexOf ( x ) , l < 0 && ( l = 0 ) , u = 0 ; u < l ; ++ u ) e . charCodeAt ( u ) >= 128 && a ( "not-basic" ) , t . push ( e . charCodeAt ( u ) )
for ( f = l > 0 ? l + 1 : 0 ; f < n ; ) { for ( h = i , m = 1 , g = T ; f >= n && a ( "invalid-input" ) , y = d ( e . charCodeAt ( f ++ ) ) , ( y >= T || y > M ( ( C - i ) / m ) ) && a ( "overflow" ) , i += y * m , b = g <= s ? P : g >= s + E ? E : g - s , ! ( y < b ) ; g += T ) v = T - b , m > M ( C / v ) && a ( "overflow" ) , m *= v
r = t . length + 1 , s = p ( i - h , r , 0 == h ) , M ( i / r ) > C - o && a ( "overflow" ) , o += M ( i / r ) , i %= r , t . splice ( i ++ , 0 , o ) } return c ( t ) } function m ( e ) { var t , n , r , i , o , s , l , c , d , h , m , g = [ ] , y , b , v , _
for ( e = u ( e ) , y = e . length , t = j , n = 0 , o = S , s = 0 ; s < y ; ++ s ) m = e [ s ] , m < 128 && g . push ( N ( m ) )
for ( r = i = g . length , i && g . push ( x ) ; r < y ; ) { for ( l = C , s = 0 ; s < y ; ++ s ) m = e [ s ] , m >= t && m < l && ( l = m )
for ( b = r + 1 , l - t > M ( ( C - n ) / b ) && a ( "overflow" ) , n += ( l - t ) * b , t = l , s = 0 ; s < y ; ++ s ) if ( m = e [ s ] , m < t && ++ n > C && a ( "overflow" ) , m == t ) { for ( c = n , d = T ; h = d <= o ? P : d >= o + E ? E : d - o , ! ( c < h ) ; d += T ) _ = c - h , v = T - h , g . push ( N ( f ( h + _ % v , 0 ) ) ) , c = M ( _ / v )
g . push ( N ( f ( c , 0 ) ) ) , o = p ( n , b , r == i ) , n = 0 , ++ r } ++ n , ++ t } return g . join ( "" ) } function g ( e ) { return l ( e , function ( e ) { return R . test ( e ) ? h ( e . slice ( 4 ) . toLowerCase ( ) ) : e } ) } function y ( e ) { return l ( e , function ( e ) { return I . test ( e ) ? "xn--" + m ( e ) : e
} ) } var b = "object" == typeof t && t && ! t . nodeType && t , v = "object" == typeof e && e && ! e . nodeType && e , _ = "object" == typeof i && i
_ . global !== _ && _ . window !== _ && _ . self !== _ || ( o = _ )
var w , C = 2147483647 , T = 36 , P = 1 , E = 26 , O = 38 , k = 700 , S = 72 , j = 128 , x = "-" , R = /^xn--/ , I = /[^\x20-\x7E]/ , A = /[\x2E\u3002\uFF0E\uFF61]/g , D = { overflow : "Overflow: input needs wider integers to process" , "not-basic" : "Illegal input >= 0x80 (not a basic code point)" ,
"invalid-input" : "Invalid input" } , F = T - P , M = Math . floor , N = String . fromCharCode , L
w = { version : "1.3.2" , ucs2 : { decode : u , encode : c } , decode : h , encode : m , toASCII : y , toUnicode : g } , r = function ( ) { return w } . call ( t , n , t , e ) , ! ( void 0 !== r && ( e . exports = r ) ) } ( this ) } ) . call ( t , n ( 15 ) ( e ) , function ( ) { return this } ( ) )
2016-09-21 17:30:24 +12:00
} , function ( e , t ) { "use strict"
e . exports = { isString : function ( e ) { return "string" == typeof e } , isObject : function ( e ) { return "object" == typeof e && null !== e } , isNull : function ( e ) { return null === e } , isNullOrUndefined : function ( e ) { return null == e } } } , function ( e , t , n ) {
"use strict"
2017-02-20 11:34:18 +13:00
t . decode = t . parse = n ( 164 ) , t . encode = t . stringify = n ( 165 ) } , function ( e , t ) { "use strict"
2017-02-28 16:01:13 +13:00
function n ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } e . exports = function ( e , t , r , i ) { t = t || "&" , r = r || "="
var o = { }
if ( "string" != typeof e || 0 === e . length ) return o
var a = /\+/g
2016-09-21 17:30:24 +12:00
e = e . split ( t )
var s = 1e3
2017-02-28 16:01:13 +13:00
i && "number" == typeof i . maxKeys && ( s = i . maxKeys )
2016-09-21 17:30:24 +12:00
var l = e . length
s > 0 && l > s && ( l = s )
2017-02-28 16:01:13 +13:00
for ( var u = 0 ; u < l ; ++ u ) { var c = e [ u ] . replace ( a , "%20" ) , d = c . indexOf ( r ) , f , p , h , m
d >= 0 ? ( f = c . substr ( 0 , d ) , p = c . substr ( d + 1 ) ) : ( f = c , p = "" ) , h = decodeURIComponent ( f ) , m = decodeURIComponent ( p ) , n ( o , h ) ? Array . isArray ( o [ h ] ) ? o [ h ] . push ( m ) : o [ h ] = [ o [ h ] , m ] : o [ h ] = m } return o } } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
var n = function ( e ) { switch ( typeof e ) { case "string" : return e
case "boolean" : return e ? "true" : "false"
case "number" : return isFinite ( e ) ? e : ""
default : return "" } }
2017-02-28 16:01:13 +13:00
e . exports = function ( e , t , r , i ) { return t = t || "&" , r = r || "=" , null === e && ( e = void 0 ) , "object" == typeof e ? Object . keys ( e ) . map ( function ( i ) { var o = encodeURIComponent ( n ( i ) ) + r
return Array . isArray ( e [ i ] ) ? e [ i ] . map ( function ( e ) { return o + encodeURIComponent ( n ( e ) ) } ) . join ( t ) : o + encodeURIComponent ( n ( e [ i ] ) ) } ) . join ( t ) : i ? encodeURIComponent ( n ( i ) ) + r + encodeURIComponent ( n ( e ) ) : "" } } , function ( e , t , n ) {
2016-10-05 14:30:19 +13:00
"use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) , a = ( 0 , o [ "default" ] ) ( window ) , s = ( 0 , o [ "default" ] ) ( "html" ) , l = ( 0 , o [ "default" ] ) ( "head" ) , u = { urlParseRE : /^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/ ,
parseUrl : function c ( e ) { if ( "object" === o [ "default" ] . type ( e ) ) return e
2016-09-21 17:30:24 +12:00
var t = u . urlParseRE . exec ( e || "" ) || [ ]
return { href : t [ 0 ] || "" , hrefNoHash : t [ 1 ] || "" , hrefNoSearch : t [ 2 ] || "" , domain : t [ 3 ] || "" , protocol : t [ 4 ] || "" , doubleSlash : t [ 5 ] || "" , authority : t [ 6 ] || "" , username : t [ 8 ] || "" , password : t [ 9 ] || "" , host : t [ 10 ] || "" , hostname : t [ 11 ] || "" ,
2017-01-26 17:20:08 +13:00
port : t [ 12 ] || "" , pathname : t [ 13 ] || "" , directory : t [ 14 ] || "" , filename : t [ 15 ] || "" , search : t [ 16 ] || "" , hash : t [ 17 ] || "" } } , makePathAbsolute : function d ( e , t ) { if ( e && "/" === e . charAt ( 0 ) ) return e
2016-09-21 17:30:24 +12:00
e = e || "" , t = t ? t . replace ( /^\/|(\/[^\/]*|[^\/]+)$/g , "" ) : ""
2017-02-28 16:01:13 +13:00
for ( var n = t ? t . split ( "/" ) : [ ] , r = e . split ( "/" ) , i = 0 ; i < r . length ; i ++ ) { var o = r [ i ]
switch ( o ) { case "." : break
2016-09-21 17:30:24 +12:00
case ".." : n . length && n . pop ( )
break
2017-02-28 16:01:13 +13:00
default : n . push ( o ) } } return "/" + n . join ( "/" ) } , isSameDomain : function f ( e , t ) { return u . parseUrl ( e ) . domain === u . parseUrl ( t ) . domain } , isRelativeUrl : function p ( e ) { return "" === u . parseUrl ( e ) . protocol } , isAbsoluteUrl : function h ( e ) {
2016-09-21 17:30:24 +12:00
return "" !== u . parseUrl ( e ) . protocol } , makeUrlAbsolute : function m ( e , t ) { if ( ! u . isRelativeUrl ( e ) ) return e
2017-02-28 16:01:13 +13:00
var n = u . parseUrl ( e ) , r = u . parseUrl ( t ) , i = n . protocol || r . protocol , o = n . protocol ? n . doubleSlash : n . doubleSlash || r . doubleSlash , a = n . authority || r . authority , s = "" !== n . pathname , l = u . makePathAbsolute ( n . pathname || r . filename , r . pathname ) , c = n . search || ! s && r . search || "" , d = n . hash
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return i + o + a + l + c + d } , addSearchParams : function g ( e , t ) { var n = u . parseUrl ( e ) , t = "string" == typeof t ? u . convertSearchToArray ( t ) : t , r = o [ "default" ] . extend ( u . convertSearchToArray ( n . search ) , t )
return n . hrefNoSearch + "?" + o [ "default" ] . param ( r ) + ( n . hash || "" ) } , getSearchParams : function y ( e ) { var t = u . parseUrl ( e )
return u . convertSearchToArray ( t . search ) } , convertSearchToArray : function b ( e ) { var t , n , r , i = { }
for ( e = e . replace ( /^\?/ , "" ) , t = e ? e . split ( "&" ) : [ ] , n = 0 ; n < t . length ; n ++ ) r = t [ n ] . split ( "=" ) , i [ decodeURIComponent ( r [ 0 ] ) ] = decodeURIComponent ( r [ 1 ] )
return i } , convertUrlToDataUrl : function v ( e ) { var t = u . parseUrl ( e )
2016-12-12 15:25:18 +13:00
return u . isEmbeddedPage ( t ) ? t . hash . split ( dialogHashKey ) [ 0 ] . replace ( /^#/ , "" ) : u . isSameDomain ( t , document ) ? t . hrefNoHash . replace ( document . domain , "" ) : e } , get : function _ ( e ) { return void 0 === e && ( e = location . hash ) ,
2017-02-28 16:01:13 +13:00
u . stripHash ( e ) . replace ( /[^\/]*\.[^\/*]+$/ , "" ) } , getFilePath : function w ( e ) { var t = "&" + o [ "default" ] . mobile . subPageUrlKey
return e && e . split ( t ) [ 0 ] . split ( dialogHashKey ) [ 0 ] } , set : function C ( e ) { location . hash = e } , isPath : function T ( e ) { return /\// . test ( e ) } , clean : function P ( e ) { return e . replace ( document . domain , "" ) } , stripHash : function E ( e ) {
return e . replace ( /^#/ , "" ) } , cleanHash : function O ( e ) { return u . stripHash ( e . replace ( /\?.*$/ , "" ) . replace ( dialogHashKey , "" ) ) } , isExternal : function k ( e ) { var t = u . parseUrl ( e )
return ! ( ! t . protocol || t . domain === document . domain ) } , hasProtocol : function S ( e ) { return /^(:?\w+:)/ . test ( e ) } }
o [ "default" ] . path = u } , function ( e , t , n ) { ( function ( e ) { "use strict"
function t ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var r = n ( 1 ) , i = t ( r )
n ( 168 ) , i [ "default" ] . widget ( "ssui.ssdialog" , i [ "default" ] . ui . dialog , { options : { iframeUrl : "" , reloadOnOpen : ! 0 , dialogExtraClass : "" , modal : ! 0 , bgiframe : ! 0 , autoOpen : ! 1 , autoPosition : ! 0 , minWidth : 500 , maxWidth : 800 , minHeight : 300 ,
maxHeight : 700 , widthRatio : . 8 , heightRatio : . 8 , resizable : ! 1 } , _create : function o ( ) { i [ "default" ] . ui . dialog . prototype . _create . call ( this )
var e = this , t = ( 0 , i [ "default" ] ) ( '<iframe marginWidth="0" marginHeight="0" frameBorder="0" scrolling="auto"></iframe>' )
t . bind ( "load" , function ( n ) { "about:blank" != ( 0 , i [ "default" ] ) ( this ) . attr ( "src" ) && ( t . addClass ( "loaded" ) . show ( ) , e . _resizeIframe ( ) , e . uiDialog . removeClass ( "loading" ) ) } ) . hide ( ) , this . options . dialogExtraClass && this . uiDialog . addClass ( this . options . dialogExtraClass ) ,
this . element . append ( t ) , this . options . iframeUrl && this . element . css ( "overflow" , "hidden" ) } , open : function a ( ) { i [ "default" ] . ui . dialog . prototype . open . call ( this )
2016-09-21 17:30:24 +12:00
var e = this , t = this . element . children ( "iframe" )
2017-02-28 16:01:13 +13:00
! this . options . iframeUrl || t . hasClass ( "loaded" ) && ! this . options . reloadOnOpen || ( t . hide ( ) , t . attr ( "src" , this . options . iframeUrl ) , this . uiDialog . addClass ( "loading" ) ) , ( 0 , i [ "default" ] ) ( window ) . bind ( "resize.ssdialog" , function ( ) {
e . _resizeIframe ( ) } ) } , close : function s ( ) { i [ "default" ] . ui . dialog . prototype . close . call ( this ) , this . uiDialog . unbind ( "resize.ssdialog" ) , ( 0 , i [ "default" ] ) ( window ) . unbind ( "resize.ssdialog" ) } , _resizeIframe : function l ( ) {
var t = { } , n , r , o = this . element . children ( "iframe" )
this . options . widthRatio && ( n = ( 0 , i [ "default" ] ) ( window ) . width ( ) * this . options . widthRatio , this . options . minWidth && n < this . options . minWidth ? t . width = this . options . minWidth : this . options . maxWidth && n > this . options . maxWidth ? t . width = this . options . maxWidth : t . width = n ) ,
this . options . heightRatio && ( r = ( 0 , i [ "default" ] ) ( window ) . height ( ) * this . options . heightRatio , this . options . minHeight && r < this . options . minHeight ? t . height = this . options . minHeight : this . options . maxHeight && r > this . options . maxHeight ? t . height = this . options . maxHeight : t . height = r ) ,
e . isEmptyObject ( t ) || ( this . _setOptions ( t ) , o . attr ( "width" , t . width - parseFloat ( this . element . css ( "paddingLeft" ) ) - parseFloat ( this . element . css ( "paddingRight" ) ) ) , o . attr ( "height" , t . height - parseFloat ( this . element . css ( "paddingTop" ) ) - parseFloat ( this . element . css ( "paddingBottom" ) ) ) ,
this . options . autoPosition && this . _setOption ( "position" , this . options . position ) ) } } ) , i [ "default" ] . widget ( "ssui.titlebar" , { _create : function u ( ) { this . originalTitle = this . element . attr ( "title" )
var e = this , t = this . options , n = t . title || this . originalTitle || " " , r = i [ "default" ] . ui . dialog . getTitleId ( this . element )
2016-09-21 17:30:24 +12:00
this . element . parent ( ) . addClass ( "ui-dialog" )
2017-02-28 16:01:13 +13:00
var o = this . element . addClass ( "ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix" )
if ( t . closeButton ) var a = ( 0 , i [ "default" ] ) ( '<a href="#"/>' ) . addClass ( "ui-dialog-titlebar-close ui-corner-all" ) . attr ( "role" , "button" ) . hover ( function ( ) { a . addClass ( "ui-state-hover" ) } , function ( ) { a . removeClass ( "ui-state-hover" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) . focus ( function ( ) { a . addClass ( "ui-state-focus" ) } ) . blur ( function ( ) { a . removeClass ( "ui-state-focus" ) } ) . mousedown ( function ( e ) { e . stopPropagation ( ) } ) . appendTo ( o ) , s = ( this . uiDialogTitlebarCloseText = ( 0 , i [ "default" ] ) ( "<span/>" ) ) . addClass ( "ui-icon ui-icon-closethick" ) . text ( t . closeText ) . appendTo ( a )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
var l = ( 0 , i [ "default" ] ) ( "<span/>" ) . addClass ( "ui-dialog-title" ) . attr ( "id" , r ) . html ( n ) . prependTo ( o )
o . find ( "*" ) . add ( o ) . disableSelection ( ) } , destroy : function c ( ) { this . element . unbind ( ".dialog" ) . removeData ( "dialog" ) . removeClass ( "ui-dialog-content ui-widget-content" ) . hide ( ) . appendTo ( "body" ) , this . originalTitle && this . element . attr ( "title" , this . originalTitle )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } ) , i [ "default" ] . extend ( i [ "default" ] . ssui . titlebar , { version : "0.0.1" , options : { title : "" , closeButton : ! 1 , closeText : "close" } , uuid : 0 , getTitleId : function d ( e ) { return "ui-dialog-title-" + ( e . attr ( "id" ) || ++ this . uuid )
2016-09-21 17:30:24 +12:00
2016-10-10 21:05:32 +13:00
} } ) } ) . call ( t , n ( 1 ) ) } , , function ( module , exports , _ _webpack _require _ _ ) { ( function ( jQuery ) { "use strict"
2016-09-21 17:30:24 +12:00
function _interopRequireDefault ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol ? "symbol" : typeof e
} , _jQuery = _ _webpack _require _ _ ( 1 ) , _jQuery2 = _interopRequireDefault ( _jQuery )
2017-02-20 11:34:18 +13:00
_ _webpack _require _ _ ( 167 )
2016-09-21 17:30:24 +12:00
var windowWidth , windowHeight
2017-02-28 16:01:13 +13:00
_jQuery2 [ "default" ] . noConflict ( ) , window . ss = window . ss || { } , window . ss . debounce = function ( e , t , n ) { var r , i , o , a = function s ( ) { r = null , n || e . apply ( i , o ) }
return function ( ) { var s = n && ! r
i = this , o = arguments , clearTimeout ( r ) , r = setTimeout ( a , t ) , s && e . apply ( i , o ) } } , ( 0 , _jQuery2 [ "default" ] ) ( window ) . bind ( "resize.leftandmain" , function ( e ) { ( 0 , _jQuery2 [ "default" ] ) ( ".cms-container" ) . trigger ( "windowresize" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) , _jQuery2 [ "default" ] . entwine . warningLevel = _jQuery2 [ "default" ] . entwine . WARN _LEVEL _BESTPRACTISE , _jQuery2 [ "default" ] . entwine ( "ss" , function ( $ ) { $ ( window ) . on ( "message" , function ( e ) { var t , n = e . originalEvent , r = "object" === _typeof ( n . data ) ? n . data : JSON . parse ( n . data )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( $ . path . parseUrl ( window . location . href ) . domain === $ . path . parseUrl ( n . origin ) . domain ) switch ( t = $ ( "undefined" == typeof r . target ? window : r . target ) , r . type ) { case "event" : t . trigger ( r . event , r . data )
2016-09-21 17:30:24 +12:00
break
2017-02-28 16:01:13 +13:00
case "callback" : t [ r . callback ] . call ( t , r . data ) } } )
2016-09-21 17:30:24 +12:00
var positionLoadingSpinner = function e ( ) { var e = 120 , t = $ ( ".ss-loading-screen .loading-animation" ) , n = ( $ ( window ) . height ( ) - t . height ( ) ) / 2
2016-10-10 21:05:32 +13:00
t . css ( "top" , n + e ) , t . show ( ) } , applyChosen = function t ( e ) { e . is ( ":visible" ) ? e . addClass ( "has-chosen" ) . chosen ( { allow _single _deselect : ! 0 , disable _search _threshold : 20 , display _disabled _options : ! 0 , width : "100%" } ) : setTimeout ( function ( ) {
2016-09-21 17:30:24 +12:00
e . show ( ) , t ( e ) } , 500 ) } , isSameUrl = function n ( e , t ) { var n = $ ( "base" ) . attr ( "href" )
e = $ . path . isAbsoluteUrl ( e ) ? e : $ . path . makeUrlAbsolute ( e , n ) , t = $ . path . isAbsoluteUrl ( t ) ? t : $ . path . makeUrlAbsolute ( t , n )
2017-02-28 16:01:13 +13:00
var r = $ . path . parseUrl ( e ) , i = $ . path . parseUrl ( t )
return r . pathname . replace ( /\/*$/ , "" ) == i . pathname . replace ( /\/*$/ , "" ) && r . search == i . search } , ajaxCompleteEvent = window . ss . debounce ( function ( ) { $ ( window ) . trigger ( "ajaxComplete" ) } , 1e3 , ! 0 )
$ ( window ) . bind ( "resize" , positionLoadingSpinner ) . trigger ( "resize" ) , $ ( document ) . ajaxComplete ( function ( e , t , n ) { var r = document . URL , i = t . getResponseHeader ( "X-ControllerURL" ) , o = n . url , a = null !== t . getResponseHeader ( "X-Status" ) ? t . getResponseHeader ( "X-Status" ) : t . statusText , s = t . status < 200 || t . status > 399 ? "bad" : "good" , l = [ "OK" , "success" , "HTTP/2.0 200" ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return null === i || isSameUrl ( r , i ) && isSameUrl ( o , i ) || window . ss . router . show ( i , { id : ( new Date ) . getTime ( ) + String ( Math . random ( ) ) . replace ( /\D/g , "" ) , pjax : t . getResponseHeader ( "X-Pjax" ) ? t . getResponseHeader ( "X-Pjax" ) : n . headers [ "X-Pjax" ]
} ) , t . getResponseHeader ( "X-Reauthenticate" ) ? void $ ( ".cms-container" ) . showLoginDialog ( ) : ( 0 !== t . status && a && $ . inArray ( a , l ) === - 1 && statusMessage ( decodeURIComponent ( a ) , s ) , void ajaxCompleteEvent ( this ) ) } ) , $ ( ".cms-container" ) . entwine ( {
StateChangeXHR : null , FragmentXHR : { } , StateChangeCount : 0 , LayoutOptions : { minContentWidth : 940 , minPreviewWidth : 400 , mode : "content" } , onadd : function r ( ) { return $ . browser . msie && parseInt ( $ . browser . version , 10 ) < 8 ? ( $ ( ".ss-loading-screen" ) . append ( '<p class="ss-loading-incompat-warning"><span class="notice">Your browser is not compatible with the CMS interface. Please use Internet Explorer 8+, Google Chrome or Mozilla Firefox.</span></p>' ) . css ( "z-index" , $ ( ".ss-loading-screen" ) . css ( "z-index" ) + 1 ) ,
2016-09-21 17:30:24 +12:00
$ ( ".loading-animation" ) . remove ( ) , void this . _super ( ) ) : ( this . redraw ( ) , $ ( ".ss-loading-screen" ) . hide ( ) , $ ( "body" ) . removeClass ( "loading" ) , $ ( window ) . unbind ( "resize" , positionLoadingSpinner ) , this . restoreTabState ( ) ,
2017-02-28 16:01:13 +13:00
void this . _super ( ) ) } , onwindowresize : function i ( ) { this . redraw ( ) } , "from .cms-panel" : { ontoggle : function o ( ) { this . redraw ( ) } } , "from .cms-container" : { onaftersubmitform : function a ( ) { this . redraw ( ) } } , updateLayoutOptions : function s ( e ) {
2016-09-21 17:30:24 +12:00
var t = this . getLayoutOptions ( ) , n = ! 1
2017-02-28 16:01:13 +13:00
for ( var r in e ) t [ r ] !== e [ r ] && ( t [ r ] = e [ r ] , n = ! 0 )
2016-10-10 21:05:32 +13:00
n && this . redraw ( ) } , clearViewMode : function l ( ) { this . removeClass ( "cms-container--split-mode" ) , this . removeClass ( "cms-container--preview-mode" ) , this . removeClass ( "cms-container--content-mode" ) } , splitViewMode : function u ( ) {
2017-01-26 17:20:08 +13:00
this . updateLayoutOptions ( { mode : "split" } ) } , contentViewMode : function c ( ) { this . updateLayoutOptions ( { mode : "content" } ) } , previewMode : function d ( ) { this . updateLayoutOptions ( { mode : "preview" } ) } , RedrawSuppression : ! 1 ,
2016-10-10 21:05:32 +13:00
redraw : function f ( ) { if ( ! this . getRedrawSuppression ( ) ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) )
var e = this . setProperMode ( )
e || ( this . find ( ".cms-panel-layout" ) . redraw ( ) , this . find ( ".cms-content-fields[data-layout-type]" ) . redraw ( ) , this . find ( ".cms-edit-form[data-layout-type]" ) . redraw ( ) , this . find ( ".cms-preview" ) . redraw ( ) , this . find ( ".cms-content" ) . redraw ( ) )
} } , setProperMode : function p ( ) { var e = this . getLayoutOptions ( ) , t = e . mode
this . clearViewMode ( )
2017-02-28 16:01:13 +13:00
var n = this . find ( ".cms-content" ) , r = this . find ( ".cms-preview" )
if ( n . css ( { "min-width" : 0 } ) , r . css ( { "min-width" : 0 } ) , n . width ( ) + r . width ( ) >= e . minContentWidth + e . minPreviewWidth ) n . css ( { "min-width" : e . minContentWidth } ) , r . css ( { "min-width" : e . minPreviewWidth } ) , r . trigger ( "enable" )
else if ( r . trigger ( "disable" ) , "split" == t ) return r . trigger ( "forcecontent" ) , ! 0
return this . addClass ( "cms-container--" + t + "-mode" ) , ! 1 } , checkCanNavigate : function h ( e ) { var t = this . _findFragments ( e || [ "Content" ] ) , n = t . find ( ":data(changetracker)" ) . add ( t . filter ( ":data(changetracker)" ) ) , r = ! 0
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! n . length || ( n . each ( function ( ) { $ ( this ) . confirmUnsavedChanges ( ) || ( r = ! 1 ) } ) , r ) } , loadPanel : function m ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? "" : arguments [ 1 ] , n = arguments . length <= 2 || void 0 === arguments [ 2 ] ? { } : arguments [ 2 ] , r = arguments [ 3 ] , i = arguments . length <= 4 || void 0 === arguments [ 4 ] ? document . URL : arguments [ 4 ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
this . checkCanNavigate ( n . pjax ? n . pjax . split ( "," ) : [ "Content" ] ) && ( this . saveTabState ( ) , n . _ _forceReferer = i , r && ( n . _ _forceReload = 1 + Math . random ( ) ) , window . ss . router . show ( e , n ) ) } , reloadCurrentPanel : function g ( ) { this . loadPanel ( document . URL , null , null , ! 0 )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , submitForm : function y ( e , t , n , r ) { var i = this
2016-12-21 16:54:29 +13:00
t || ( t = this . find ( ".btn-toolbar :submit[name=action_save]" ) ) , t || ( t = this . find ( ".btn-toolbar :submit:first" ) ) , e . trigger ( "beforesubmitform" ) , this . trigger ( "submitform" , { form : e , button : t } ) , $ ( t ) . addClass ( "btn--loading loading" ) ,
$ ( t ) . is ( "button" ) && ( $ ( t ) . data ( "original-text" , $ ( t ) . text ( ) ) , $ ( t ) . text ( "" ) , $ ( t ) . append ( $ ( '<div class="btn__loading-icon"><span class="btn__circle btn__circle--1" /><span class="btn__circle btn__circle--2" /><span class="btn__circle btn__circle--3" /></div>' ) ) ,
$ ( t ) . css ( $ ( t ) . outerWidth ( ) + "px" ) )
2017-02-28 16:01:13 +13:00
var o = e . validate ( ) , a = function l ( ) { $ ( t ) . removeClass ( "btn--loading loading" ) , $ ( t ) . find ( ".btn__loading-icon" ) . remove ( ) , $ ( t ) . css ( "width" , "auto" ) , $ ( t ) . text ( $ ( t ) . data ( "original-text" ) ) }
"undefined" == typeof o || o || ( statusMessage ( "Validation failed." , "bad" ) , a ( ) )
2016-12-21 16:54:29 +13:00
var s = e . serializeArray ( )
return s . push ( { name : $ ( t ) . attr ( "name" ) , value : "1" } ) , s . push ( { name : "BackURL" , value : document . URL . replace ( /\/$/ , "" ) } ) , this . saveTabState ( ) , jQuery . ajax ( jQuery . extend ( { headers : { "X-Pjax" : "CurrentForm,Breadcrumbs"
2017-02-28 16:01:13 +13:00
} , url : e . attr ( "action" ) , data : s , type : "POST" , complete : function u ( ) { a ( ) } , success : function c ( t , r , o ) { a ( ) , e . removeClass ( "changed" ) , n && n ( t , r , o )
var l = i . handleAjaxResponse ( t , r , o )
l && l . filter ( "form" ) . trigger ( "aftersubmitform" , { status : r , xhr : o , formData : s } ) } } , r ) ) , ! 1 } , LastState : null , PauseState : ! 1 , handleStateChange : function b ( e ) { var t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? window . history . state : arguments [ 1 ]
2016-09-21 17:30:24 +12:00
if ( ! this . getPauseState ( ) ) { this . getStateChangeXHR ( ) && this . getStateChangeXHR ( ) . abort ( )
2017-02-28 16:01:13 +13:00
var n = this , r = t . pjax || "Content" , i = { } , o = r . split ( "," ) , a = this . _findFragments ( o )
2016-09-21 17:30:24 +12:00
if ( this . setStateChangeCount ( this . getStateChangeCount ( ) + 1 ) , ! this . checkCanNavigate ( ) ) { var s = this . getLastState ( )
2017-02-28 16:01:13 +13:00
return this . setPauseState ( ! 0 ) , s && s . path ? window . ss . router . show ( s . path ) : window . ss . router . back ( ) , void this . setPauseState ( ! 1 ) } if ( this . setLastState ( t ) , a . length < o . length && ( r = "Content" , o = [ "Content" ] , a = this . _findFragments ( o ) ) ,
this . trigger ( "beforestatechange" , { state : t , element : a } ) , i [ "X-Pjax" ] = r , "undefined" != typeof t . _ _forceReferer ) { var l = t . _ _forceReferer
try { l = decodeURI ( l ) } catch ( u ) { } finally { i [ "X-Backurl" ] = encodeURI ( l ) } } a . addClass ( "loading" )
var c = $ . ajax ( { headers : i , url : t . path || document . URL } ) . done ( function ( e , r , i ) { var o = n . handleAjaxResponse ( e , r , i , t )
n . trigger ( "afterstatechange" , { data : e , status : r , xhr : i , element : o , state : t } ) } ) . always ( function ( ) { n . setStateChangeXHR ( null ) , a . removeClass ( "loading" ) } )
return this . setStateChangeXHR ( c ) , c } } , loadFragment : function v ( e , t ) { var n = this , r , i = { } , o = $ ( "base" ) . attr ( "href" ) , a = this . getFragmentXHR ( )
return "undefined" != typeof a [ t ] && null !== a [ t ] && ( a [ t ] . abort ( ) , a [ t ] = null ) , e = $ . path . isAbsoluteUrl ( e ) ? e : $ . path . makeUrlAbsolute ( e , o ) , i [ "X-Pjax" ] = t , r = $ . ajax ( { headers : i , url : e , success : function s ( e , t , r ) { var i = n . handleAjaxResponse ( e , t , r , null )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
n . trigger ( "afterloadfragment" , { data : e , status : t , xhr : r , elements : i } ) } , error : function l ( e , t , r ) { n . trigger ( "loadfragmenterror" , { xhr : e , status : t , error : r } ) } , complete : function u ( ) { var e = n . getFragmentXHR ( )
"undefined" != typeof e [ t ] && null !== e [ t ] && ( e [ t ] = null ) } } ) , a [ t ] = r , r } , handleAjaxResponse : function _ ( e , t , n , r ) { var i = this , o , a , s , l , u
if ( n . getResponseHeader ( "X-Reload" ) && n . getResponseHeader ( "X-ControllerURL" ) ) { var c = $ ( "base" ) . attr ( "href" ) , d = n . getResponseHeader ( "X-ControllerURL" ) , o = $ . path . isAbsoluteUrl ( d ) ? d : $ . path . makeUrlAbsolute ( d , c )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return void ( document . location . href = o ) } if ( e ) { var f = n . getResponseHeader ( "X-Title" )
2016-09-21 17:30:24 +12:00
f && ( document . title = decodeURIComponent ( f . replace ( /\+/g , " " ) ) )
var p = { } , h
n . getResponseHeader ( "Content-Type" ) . match ( /^((text)|(application))\/json[ \t]*;?/i ) ? p = e : ( l = document . createDocumentFragment ( ) , jQuery . clean ( [ e ] , document , l , [ ] ) , u = $ ( jQuery . merge ( [ ] , l . childNodes ) ) , s = "Content" ,
u . is ( "form" ) && ! u . is ( "[data-pjax-fragment~=Content]" ) && ( s = "CurrentForm" ) , p [ s ] = u ) , this . setRedrawSuppression ( ! 0 )
2017-02-28 16:01:13 +13:00
try { $ . each ( p , function ( e , t ) { var n = $ ( "[data-pjax-fragment]" ) . filter ( function ( ) { return $ . inArray ( e , $ ( this ) . data ( "pjaxFragment" ) . split ( " " ) ) != - 1 } ) , r = $ ( t )
if ( h ? h . add ( r ) : h = r , r . find ( ".cms-container" ) . length ) throw 'Content loaded via ajax is not allowed to contain tags matching the ".cms-container" selector to avoid infinite loops'
var i = n . attr ( "style" ) , o = n . parent ( ) , a = [ "east" , "west" , "center" , "north" , "south" , "column-hidden" ] , s = n . attr ( "class" ) , l = [ ]
s && ( l = $ . grep ( s . split ( " " ) , function ( e ) { return $ . inArray ( e , a ) >= 0 } ) ) , r . removeClass ( a . join ( " " ) ) . addClass ( l . join ( " " ) ) , i && r . attr ( "style" , i )
var u = r . find ( "style" ) . detach ( )
u . length && $ ( document ) . find ( "head" ) . append ( u ) , n . replaceWith ( r ) } )
2016-09-21 17:30:24 +12:00
var m = h . filter ( "form" )
2017-02-28 16:01:13 +13:00
m . hasClass ( "cms-tabset" ) && m . removeClass ( "cms-tabset" ) . addClass ( "cms-tabset" ) } finally { this . setRedrawSuppression ( ! 1 ) } return this . redraw ( ) , this . restoreTabState ( r && "undefined" != typeof r . tabState ? r . tabState : null ) ,
2016-12-12 15:25:18 +13:00
h } } , _findFragments : function w ( e ) { return $ ( "[data-pjax-fragment]" ) . filter ( function ( ) { var t , n = $ ( this ) . data ( "pjaxFragment" ) . split ( " " )
2016-09-21 17:30:24 +12:00
for ( t in e ) if ( $ . inArray ( e [ t ] , n ) != - 1 ) return ! 0
2016-10-10 21:05:32 +13:00
return ! 1 } ) } , refresh : function C ( ) { $ ( window ) . trigger ( "statechange" ) , $ ( this ) . redraw ( ) } , saveTabState : function T ( ) { if ( "undefined" != typeof window . sessionStorage && null !== window . sessionStorage ) { var e = [ ] , t = this . _tabStateUrl ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( this . find ( ".cms-tabset,.ss-tabset" ) . each ( function ( t , n ) { var r = $ ( n ) . attr ( "id" )
r && $ ( n ) . data ( "tabs" ) && ( $ ( n ) . data ( "ignoreTabState" ) || $ ( n ) . getIgnoreTabState ( ) || e . push ( { id : r , selected : $ ( n ) . tabs ( "option" , "selected" ) } ) ) } ) , e ) { var n = "tabs-" + t
try { window . sessionStorage . setItem ( n , JSON . stringify ( e ) ) } catch ( r ) { if ( r . code === DOMException . QUOTA _EXCEEDED _ERR && 0 === window . sessionStorage . length ) return
throw r } } } } , restoreTabState : function P ( e ) { var t = this , n = this . _tabStateUrl ( ) , r = "undefined" != typeof window . sessionStorage && window . sessionStorage , i = r ? window . sessionStorage . getItem ( "tabs-" + n ) : null , o = ! ! i && JSON . parse ( i )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
this . find ( ".cms-tabset, .ss-tabset" ) . each ( function ( ) { var n , r , i = $ ( this ) , a = i . attr ( "id" ) , s = i . children ( "ul" ) . children ( "li.ss-tabs-force-active" )
i . data ( "tabs" ) && ( i . tabs ( "refresh" ) , s . length ? n = s . first ( ) . index ( ) : e && e [ a ] ? ( r = i . find ( e [ a ] . tabSelector ) , r . length && ( n = r . index ( ) ) ) : o && $ . each ( o , function ( e , t ) { a == t . id && ( n = t . selected ) } ) , null !== n && ( i . tabs ( "option" , "active" , n ) ,
t . trigger ( "tabstaterestored" ) ) ) } ) } , clearTabState : function E ( e ) { if ( "undefined" != typeof window . sessionStorage ) { var t = window . sessionStorage
2016-09-21 17:30:24 +12:00
if ( e ) t . removeItem ( "tabs-" + e )
2017-02-28 16:01:13 +13:00
else for ( var n = 0 ; n < t . length ; n ++ ) t . key ( n ) . match ( /^tabs-/ ) && t . removeItem ( t . key ( n ) ) } } , clearCurrentTabState : function O ( ) { this . clearTabState ( this . _tabStateUrl ( ) ) } , _tabStateUrl : function k ( ) { return window . location . href . replace ( /\?.*/ , "" ) . replace ( /#.*/ , "" ) . replace ( $ ( "base" ) . attr ( "href" ) , "" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , showLoginDialog : function S ( ) { var e = $ ( "body" ) . data ( "member-tempid" ) , t = $ ( ".leftandmain-logindialog" ) , n = "CMSSecurity/login"
2016-09-21 17:30:24 +12:00
t . length && t . remove ( ) , n = $ . path . addSearchParams ( n , { tempid : e , BackURL : window . location . href } ) , t = $ ( '<div class="leftandmain-logindialog"></div>' ) , t . attr ( "id" , ( new Date ) . getTime ( ) ) , t . data ( "url" , n ) , $ ( "body" ) . append ( t )
2016-12-12 13:52:42 +13:00
} } ) , $ ( ".leftandmain-logindialog" ) . entwine ( { onmatch : function j ( ) { this . _super ( ) , this . ssdialog ( { iframeUrl : this . data ( "url" ) , dialogClass : "leftandmain-logindialog-dialog" , autoOpen : ! 0 , minWidth : 500 , maxWidth : 500 ,
2016-09-21 17:30:24 +12:00
minHeight : 370 , maxHeight : 400 , closeOnEscape : ! 1 , open : function e ( ) { $ ( ".ui-widget-overlay" ) . addClass ( "leftandmain-logindialog-overlay" ) } , close : function t ( ) { $ ( ".ui-widget-overlay" ) . removeClass ( "leftandmain-logindialog-overlay" )
2017-02-28 16:01:13 +13:00
} } ) } , onunmatch : function x ( ) { this . _super ( ) } , open : function R ( ) { this . ssdialog ( "open" ) } , close : function I ( ) { this . ssdialog ( "close" ) } , toggle : function A ( e ) { this . is ( ":visible" ) ? this . close ( ) : this . open ( ) } , reauthenticate : function D ( e ) {
2016-09-21 17:30:24 +12:00
"undefined" != typeof e . SecurityID && $ ( ":input[name=SecurityID]" ) . val ( e . SecurityID ) , "undefined" != typeof e . TempID && $ ( "body" ) . data ( "member-tempid" , e . TempID ) , this . close ( ) } } ) , $ ( "form.loading,.cms-content.loading,.cms-content-fields.loading,.cms-content-view.loading" ) . entwine ( {
2017-02-28 16:01:13 +13:00
onmatch : function F ( ) { this . append ( '<div class="cms-content-loading-overlay ui-widget-overlay-light"></div><div class="cms-content-loading-spinner"></div>' ) , this . _super ( ) } , onunmatch : function M ( ) { this . find ( ".cms-content-loading-overlay,.cms-content-loading-spinner" ) . remove ( ) ,
2017-02-21 10:43:02 +00:00
this . _super ( ) } } ) , $ ( ".cms .cms-panel-link" ) . entwine ( { onclick : function N ( e ) { if ( $ ( this ) . hasClass ( "external-link" ) ) return void e . stopPropagation ( )
2017-02-28 16:01:13 +13:00
var t = this . attr ( "href" ) , n = t && ! t . match ( /^#/ ) ? t : this . data ( "href" ) , r = { pjax : this . data ( "pjaxTarget" ) }
$ ( ".cms-container" ) . loadPanel ( n , null , r ) , e . preventDefault ( ) } } ) , $ ( ".cms .ss-ui-button-ajax" ) . entwine ( { onclick : function onclick ( e ) { $ ( this ) . removeClass ( "ui-button-text-only" ) , $ ( this ) . addClass ( "ss-ui-button-loading ui-button-text-icons" )
2016-09-21 17:30:24 +12:00
var loading = $ ( this ) . find ( ".ss-ui-loading-icon" )
loading . length < 1 && ( loading = $ ( "<span></span>" ) . addClass ( "ss-ui-loading-icon ui-button-icon-primary ui-icon" ) , $ ( this ) . prepend ( loading ) ) , loading . show ( )
var href = this . attr ( "href" ) , url = href ? href : this . data ( "href" )
jQuery . ajax ( { url : url , complete : function complete ( xmlhttp , status ) { var msg = xmlhttp . getResponseHeader ( "X-Status" ) ? xmlhttp . getResponseHeader ( "X-Status" ) : xmlhttp . responseText
try { "undefined" != typeof msg && null !== msg && eval ( msg ) } catch ( e ) { } loading . hide ( ) , $ ( ".cms-container" ) . refresh ( ) , $ ( this ) . removeClass ( "ss-ui-button-loading ui-button-text-icons" ) , $ ( this ) . addClass ( "ui-button-text-only" )
2017-02-28 16:01:13 +13:00
} , dataType : "html" } ) , e . preventDefault ( ) } } ) , $ ( ".cms .ss-ui-dialog-link" ) . entwine ( { UUID : null , onmatch : function L ( ) { this . _super ( ) , this . setUUID ( ( new Date ) . getTime ( ) ) } , onunmatch : function U ( ) { this . _super ( ) } , onclick : function B ( ) {
2016-09-21 17:30:24 +12:00
this . _super ( )
var e = this , t = "ss-ui-dialog-" + this . getUUID ( ) , n = $ ( "#" + t )
n . length || ( n = $ ( '<div class="ss-ui-dialog" id="' + t + '" />' ) , $ ( "body" ) . append ( n ) )
2017-02-28 16:01:13 +13:00
var r = this . data ( "popupclass" ) ? this . data ( "popupclass" ) : ""
return n . ssdialog ( { iframeUrl : this . attr ( "href" ) , autoOpen : ! 0 , dialogExtraClass : r } ) , ! 1 } } ) , $ ( ".cms .field.date input.text" ) . entwine ( { onmatch : function H ( ) { var e = $ ( this ) . parents ( ".field.date:first" ) , t = e . data ( )
2016-09-21 17:30:24 +12:00
return t . showcalendar ? ( t . showOn = "button" , t . locale && $ . datepicker . regional [ t . locale ] && ( t = $ . extend ( t , $ . datepicker . regional [ t . locale ] , { } ) ) , this . prop ( "disabled" ) || this . prop ( "readonly" ) || $ ( this ) . datepicker ( t ) ,
2017-01-13 17:05:55 +13:00
void this . _super ( ) ) : void this . _super ( ) } , onunmatch : function q ( ) { this . _super ( ) } } ) , $ ( ".cms .field.dropdown select, .cms .field select[multiple], .form__fieldgroup-item select.dropdown" ) . entwine ( { onmatch : function V ( ) {
2016-09-21 17:30:24 +12:00
return this . is ( ".no-chosen" ) ? void this . _super ( ) : ( this . data ( "placeholder" ) || this . data ( "placeholder" , " " ) , this . removeClass ( "has-chosen" ) . chosen ( "destroy" ) , this . siblings ( ".chosen-container" ) . remove ( ) , applyChosen ( this ) ,
2017-01-11 16:16:32 +13:00
void this . _super ( ) ) } , onunmatch : function G ( ) { this . _super ( ) } } ) , $ ( ".cms-panel-layout" ) . entwine ( { redraw : function z ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) ) } } ) , $ ( ".cms .grid-field" ) . entwine ( {
2017-02-28 16:01:13 +13:00
showDetailView : function X ( e ) { var t = window . location . search . replace ( /^\?/ , "" )
t && ( e = $ . path . addSearchParams ( e , t ) ) , $ ( ".cms-container" ) . loadPanel ( e ) } } ) , $ ( ".cms-search-form" ) . entwine ( { onsubmit : function W ( e ) { var t , n
2016-09-21 17:30:24 +12:00
t = this . find ( ":input:not(:submit)" ) . filter ( function ( ) { var e = $ . grep ( $ ( this ) . fieldValue ( ) , function ( e ) { return e } )
return e . length } ) , n = this . attr ( "action" ) , t . length && ( n = $ . path . addSearchParams ( n , t . serialize ( ) . replace ( "+" , "%20" ) ) )
2017-02-28 16:01:13 +13:00
var r = this . closest ( ".cms-container" )
return r . find ( ".cms-edit-form" ) . tabs ( "select" , 0 ) , r . loadPanel ( n , "" , { } , ! 0 ) , ! 1 } } ) , $ ( ".cms-search-form button[type=reset], .cms-search-form input[type=reset]" ) . entwine ( { onclick : function Q ( e ) { e . preventDefault ( )
2016-09-21 17:30:24 +12:00
var t = $ ( this ) . parents ( "form" )
2017-01-11 16:16:32 +13:00
t . clearForm ( ) , t . find ( ".dropdown select" ) . prop ( "selectedIndex" , 0 ) . trigger ( "chosen:updated" ) , t . submit ( ) } } ) , window . _panelDeferredCache = { } , $ ( ".cms-panel-deferred" ) . entwine ( { onadd : function K ( ) { this . _super ( ) ,
this . redraw ( ) } , onremove : function J ( ) { window . debug && console . log ( "saving" , this . data ( "url" ) , this ) , this . data ( "deferredNoCache" ) || ( window . _panelDeferredCache [ this . data ( "url" ) ] = this . html ( ) ) , this . _super ( ) } , redraw : function Y ( ) {
2016-09-21 17:30:24 +12:00
window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) )
var e = this , t = this . data ( "url" )
if ( ! t ) throw 'Elements of class .cms-panel-deferred need a "data-url" attribute'
this . _super ( ) , this . children ( ) . length || ( this . data ( "deferredNoCache" ) || "undefined" == typeof window . _panelDeferredCache [ t ] ? ( this . addClass ( "loading" ) , $ . ajax ( { url : t , complete : function n ( ) { e . removeClass ( "loading" )
2017-02-28 16:01:13 +13:00
} , success : function r ( t , n , i ) { e . html ( t ) } } ) ) : this . html ( window . _panelDeferredCache [ t ] ) ) } } ) , $ ( ".cms-tabset" ) . entwine ( { onadd : function Z ( ) { this . redrawTabs ( ) , this . _super ( ) } , onremove : function ee ( ) { this . data ( "tabs" ) && this . tabs ( "destroy" ) ,
2017-01-11 16:16:32 +13:00
this . _super ( ) } , redrawTabs : function te ( ) { this . rewriteHashlinks ( )
2016-09-21 17:30:24 +12:00
var e = this . attr ( "id" ) , t = this . find ( "ul:first .ui-tabs-active" )
2017-02-28 16:01:13 +13:00
this . data ( "tabs" ) || this . tabs ( { active : t . index ( ) != - 1 ? t . index ( ) : 0 , beforeLoad : function n ( e , t ) { return ! 1 } , beforeActivate : function r ( e , t ) { var n = t . oldTab . find ( ".cms-panel-link" )
if ( n && 1 === n . length ) return ! 1 } , activate : function i ( e , t ) { var n = $ ( this ) . closest ( "form" ) . find ( ".btn-toolbar" )
2017-01-11 16:16:32 +13:00
$ ( t . newTab ) . closest ( "li" ) . hasClass ( "readonly" ) ? n . fadeOut ( ) : n . show ( ) } } ) , this . trigger ( "afterredrawtabs" ) } , rewriteHashlinks : function ne ( ) { $ ( this ) . find ( "ul a" ) . each ( function ( ) { if ( $ ( this ) . attr ( "href" ) ) { var e = $ ( this ) . attr ( "href" ) . match ( /#.*/ )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
e && $ ( this ) . attr ( "href" , document . location . href . replace ( /#.*/ , "" ) + e [ 0 ] ) } } ) } } ) , $ ( "#filters-button" ) . entwine ( { onmatch : function re ( ) { this . _super ( ) , this . data ( "collapsed" , ! 0 ) , this . data ( "animating" , ! 1 ) } , onunmatch : function ie ( ) {
this . _super ( ) } , showHide : function oe ( ) { var e = this , t = $ ( ".cms-content-filters" ) . first ( ) , n = this . data ( "collapsed" )
n ? ( this . addClass ( "active" ) , t . css ( "display" , "block" ) ) : ( this . removeClass ( "active" ) , t . css ( "display" , "" ) ) , e . data ( "collapsed" , ! n ) } , onclick : function ae ( ) { this . showHide ( ) } } ) } )
2016-09-21 17:30:24 +12:00
var statusMessage = function e ( t , n ) { t = jQuery ( "<div/>" ) . text ( t ) . html ( ) , jQuery . noticeAdd ( { text : t , type : n , stayTime : 5e3 , inEffect : { left : "0" , opacity : "show" } } ) } } ) . call ( exports , _ _webpack _require _ _ ( 1 ) ) } , function ( e , t , n ) {
"use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".ss-tabset.ss-ui-action-tabset" ) . entwine ( { IgnoreTabState : ! 0 , onadd : function t ( ) { this . _super ( ) , this . tabs ( { collapsible : ! 0 , active : ! 1 } ) } , onremove : function n ( ) { var t = e ( ".cms-container" ) . find ( "iframe" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
t . each ( function ( t , n ) { try { e ( n ) . contents ( ) . off ( "click.ss-ui-action-tabset" ) } catch ( r ) { console . warn ( "Unable to access iframe, possible https mis-match" ) } } ) , e ( document ) . off ( "click.ss-ui-action-tabset" ) , this . _super ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , ontabsbeforeactivate : function r ( e , t ) { this . riseUp ( e , t ) } , onclick : function i ( e , t ) { this . attachCloseHandler ( e , t ) } , attachCloseHandler : function o ( t , n ) { var r = this , i = e ( ".cms-container" ) . find ( "iframe" ) , o
o = function a ( t ) { var n , i
n = e ( t . target ) . closest ( ".ss-ui-action-tabset .ui-tabs-panel" ) , e ( t . target ) . closest ( r ) . length || n . length || ( r . tabs ( "option" , "active" , ! 1 ) , i = e ( ".cms-container" ) . find ( "iframe" ) , i . each ( function ( t , n ) { e ( n ) . contents ( ) . off ( "click.ss-ui-action-tabset" , o )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) , e ( document ) . off ( "click.ss-ui-action-tabset" , o ) ) } , e ( document ) . on ( "click.ss-ui-action-tabset" , o ) , i . length > 0 && i . each ( function ( t , n ) { e ( n ) . contents ( ) . on ( "click.ss-ui-action-tabset" , o ) } ) } , riseUp : function a ( t , n ) {
var r , i , o , a , s , l , u , c , d
return r = e ( this ) . find ( ".ui-tabs-panel" ) . outerHeight ( ) , i = e ( this ) . find ( ".ui-tabs-nav" ) . outerHeight ( ) , o = e ( window ) . height ( ) + e ( document ) . scrollTop ( ) - i , a = e ( this ) . find ( ".ui-tabs-nav" ) . offset ( ) . top , s = n . newPanel ,
l = n . newTab , a + r >= o && a - r > 0 ? ( this . addClass ( "rise-up" ) , null !== l . position ( ) && ( u = - s . outerHeight ( ) , c = s . parents ( ".toolbar--south" ) , c && ( d = l . offset ( ) . top - c . offset ( ) . top , u -= d ) , e ( s ) . css ( "top" , u + "px" ) ) ) : ( this . removeClass ( "rise-up" ) ,
2016-09-21 17:30:24 +12:00
null !== l . position ( ) && e ( s ) . css ( "bottom" , "100%" ) ) , ! 1 } } ) , e ( ".cms-content-actions .ss-tabset.ss-ui-action-tabset" ) . entwine ( { ontabsbeforeactivate : function s ( t , n ) { this . _super ( t , n ) , e ( n . newPanel ) . length > 0 && e ( n . newPanel ) . css ( "left" , n . newTab . position ( ) . left + "px" )
} } ) , e ( ".cms-actions-row.ss-tabset.ss-ui-action-tabset" ) . entwine ( { ontabsbeforeactivate : function l ( t , n ) { this . _super ( t , n ) , e ( this ) . closest ( ".ss-ui-action-tabset" ) . removeClass ( "tabset-open tabset-open-last" )
} } ) , e ( ".cms-content-fields .ss-tabset.ss-ui-action-tabset" ) . entwine ( { ontabsbeforeactivate : function u ( t , n ) { this . _super ( t , n ) , e ( n . newPanel ) . length > 0 && ( e ( n . newTab ) . hasClass ( "last" ) ? ( e ( n . newPanel ) . css ( { left : "auto" ,
right : "0px" } ) , e ( n . newPanel ) . parent ( ) . addClass ( "tabset-open-last" ) ) : ( e ( n . newPanel ) . css ( "left" , n . newTab . position ( ) . left + "px" ) , e ( n . newTab ) . hasClass ( "first" ) && ( e ( n . newPanel ) . css ( "left" , "0px" ) , e ( n . newPanel ) . parent ( ) . addClass ( "tabset-open" ) ) ) )
2017-01-26 17:20:08 +13:00
} } ) , e ( ".cms-tree-view-sidebar .cms-actions-row.ss-tabset.ss-ui-action-tabset" ) . entwine ( { "from .ui-tabs-nav li" : { onhover : function c ( t ) { e ( t . target ) . parent ( ) . find ( "li .active" ) . removeClass ( "active" ) , e ( t . target ) . find ( "a" ) . addClass ( "active" )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } , ontabsbeforeactivate : function d ( t , n ) { this . _super ( t , n ) , e ( n . newPanel ) . css ( { left : "auto" , right : "auto" } ) , e ( n . newPanel ) . length > 0 && e ( n . newPanel ) . parent ( ) . addClass ( "tabset-open" ) } } ) } ) } , function ( e , t , n ) { "use strict"
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e . entwine . warningLevel = e . entwine . WARN _LEVEL _BESTPRACTISE , e ( ".cms-panel" ) . entwine ( { WidthExpanded : null , WidthCollapsed : null , canSetCookie : function t ( ) { return void 0 !== e . cookie && void 0 !== this . attr ( "id" )
2016-09-21 17:30:24 +12:00
} , getPersistedCollapsedState : function n ( ) { var t , n
2017-02-28 16:01:13 +13:00
return this . canSetCookie ( ) && ( n = e . cookie ( "cms-panel-collapsed-" + this . attr ( "id" ) ) , void 0 !== n && null !== n && ( t = "true" === n ) ) , t } , setPersistedCollapsedState : function r ( t ) { this . canSetCookie ( ) && e . cookie ( "cms-panel-collapsed-" + this . attr ( "id" ) , t , {
path : "/" , expires : 31 } ) } , clearPersistedCollapsedState : function i ( ) { this . canSetCookie ( ) && e . cookie ( "cms-panel-collapsed-" + this . attr ( "id" ) , "" , { path : "/" , expires : - 1 } ) } , getInitialCollapsedState : function o ( ) { var e = this . getPersistedCollapsedState ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return void 0 === e && ( e = this . hasClass ( "collapsed" ) ) , e } , onadd : function a ( ) { var t , n
2016-09-21 17:30:24 +12:00
if ( ! this . find ( ".cms-panel-content" ) . length ) throw new Exception ( 'Content panel for ".cms-panel" not found' )
2016-12-21 14:10:35 +13:00
this . find ( ".cms-panel-toggle" ) . length || ( n = e ( "<div class='toolbar toolbar--south cms-panel-toggle'></div>" ) . append ( '<a class="toggle-expand" href="#" data-toggle="tooltip" title="' + i18n . _t ( "LeftAndMain.EXPANDPANEL" , "Expand Panel" ) + '"><span>»</span></a>' ) . append ( '<a class="toggle-collapse" href="#" data-toggle="tooltip" title="' + i18n . _t ( "LeftAndMain.COLLAPSEPANEL" , "Collapse Panel" ) + '"><span>«</span></a>' ) ,
2016-09-21 17:30:24 +12:00
this . append ( n ) ) , this . setWidthExpanded ( this . find ( ".cms-panel-content" ) . innerWidth ( ) ) , t = this . find ( ".cms-panel-content-collapsed" ) , this . setWidthCollapsed ( t . length ? t . innerWidth ( ) : this . find ( ".toggle-expand" ) . innerWidth ( ) ) ,
2017-02-28 16:01:13 +13:00
this . togglePanel ( ! this . getInitialCollapsedState ( ) , ! 0 , ! 1 ) , this . _super ( ) } , togglePanel : function s ( e , t , n ) { var r , i
t || ( this . trigger ( "beforetoggle.sspanel" , e ) , this . trigger ( e ? "beforeexpand" : "beforecollapse" ) ) , this . toggleClass ( "collapsed" , ! e ) , r = e ? this . getWidthExpanded ( ) : this . getWidthCollapsed ( ) , this . width ( r ) , i = this . find ( ".cms-panel-content-collapsed" ) ,
i . length && ( this . find ( ".cms-panel-content" ) [ e ? "show" : "hide" ] ( ) , this . find ( ".cms-panel-content-collapsed" ) [ e ? "hide" : "show" ] ( ) ) , n !== ! 1 && this . setPersistedCollapsedState ( ! e ) , this . trigger ( "toggle" , e ) , this . trigger ( e ? "expand" : "collapse" )
2016-09-21 17:30:24 +12:00
} , expandPanel : function l ( e ) { ( e || this . hasClass ( "collapsed" ) ) && this . togglePanel ( ! 0 ) } , collapsePanel : function u ( e ) { ! e && this . hasClass ( "collapsed" ) || this . togglePanel ( ! 1 ) } } ) , e ( ".cms-panel.collapsed .cms-panel-toggle" ) . entwine ( {
2017-01-26 17:20:08 +13:00
onclick : function c ( e ) { this . expandPanel ( ) , e . preventDefault ( ) } } ) , e ( ".cms-panel *" ) . entwine ( { getPanel : function d ( ) { return this . parents ( ".cms-panel:first" ) } } ) , e ( ".cms-panel .toggle-expand" ) . entwine ( { onclick : function f ( e ) {
2016-09-21 17:30:24 +12:00
e . preventDefault ( ) , e . stopPropagation ( ) , this . getPanel ( ) . expandPanel ( ) , this . _super ( e ) } } ) , e ( ".cms-panel .toggle-collapse" ) . entwine ( { onclick : function p ( e ) { e . preventDefault ( ) , e . stopPropagation ( ) , this . getPanel ( ) . collapsePanel ( ) ,
this . _super ( e ) } } ) , e ( ".cms-content-tools.collapsed" ) . entwine ( { onclick : function h ( e ) { this . expandPanel ( ) , this . _super ( e ) } } ) } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss.tree" , function ( e ) { e ( ".cms-tree" ) . entwine ( { Hints : null , IsUpdatingTree : ! 1 , IsLoaded : ! 1 , onadd : function t ( ) { if ( this . _super ( ) , ! e . isNumeric ( this . data ( "jstree_instance_id" ) ) ) { var t = this . attr ( "data-hints" )
2016-09-21 17:30:24 +12:00
t && this . setHints ( e . parseJSON ( t ) )
var n = this
2017-02-28 16:01:13 +13:00
this . jstree ( this . getTreeConfig ( ) ) . bind ( "loaded.jstree" , function ( t , r ) { n . setIsLoaded ( ! 0 ) , r . inst . _set _settings ( { html _data : { ajax : { url : n . data ( "urlTree" ) , data : function i ( t ) { var r = n . data ( "searchparams" ) || [ ]
return r = e . grep ( r , function ( e , t ) { return "ID" != e . name && "value" != e . name } ) , r . push ( { name : "ID" , value : e ( t ) . data ( "id" ) ? e ( t ) . data ( "id" ) : 0 } ) , r . push ( { name : "ajax" , value : 1 } ) , r } } } } ) , n . updateFromEditForm ( ) , n . css ( "visibility" , "visible" ) ,
r . inst . hide _checkboxes ( ) } ) . bind ( "before.jstree" , function ( t , r ) { if ( "start_drag" == r . func && ( ! n . hasClass ( "draggable" ) || n . hasClass ( "multiselect" ) ) ) return t . stopImmediatePropagation ( ) , ! 1
if ( e . inArray ( r . func , [ "check_node" , "uncheck_node" ] ) ) { var i = e ( r . args [ 0 ] ) . parents ( "li:first" ) , o = i . find ( "li:not(.disabled)" )
if ( i . hasClass ( "disabled" ) && 0 == o ) return t . stopImmediatePropagation ( ) , ! 1 } } ) . bind ( "move_node.jstree" , function ( t , r ) { if ( ! n . getIsUpdatingTree ( ) ) { var i = r . rslt . o , o = r . rslt . np , a = r . inst . _get _parent ( i ) , s = e ( o ) . data ( "id" ) || 0 , l = e ( i ) . data ( "id" ) , u = e . map ( e ( i ) . siblings ( ) . andSelf ( ) , function ( t ) {
2016-09-21 17:30:24 +12:00
return e ( t ) . data ( "id" ) } )
2017-01-26 17:20:08 +13:00
e . ajax ( { url : e . path . addSearchParams ( n . data ( "urlSavetreenode" ) , n . data ( "extraParams" ) ) , type : "POST" , data : { ID : l , ParentID : s , SiblingIDs : u } , success : function c ( ) { e ( ".cms-edit-form :input[name=ID]" ) . val ( ) == l && e ( ".cms-edit-form :input[name=ParentID]" ) . val ( s ) ,
2017-02-28 16:01:13 +13:00
n . updateNodesFromServer ( [ l ] ) } , statusCode : { 403 : function d ( ) { e . jstree . rollback ( r . rlbk ) } } } ) } } ) . bind ( "select_node.jstree check_node.jstree uncheck_node.jstree" , function ( t , n ) { e ( document ) . triggerHandler ( t , n )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} ) } } , onremove : function n ( ) { this . jstree ( "destroy" ) , this . _super ( ) } , "from .cms-container" : { onafterstatechange : function r ( e ) { this . updateFromEditForm ( ) } } , "from .cms-container form" : { onaftersubmitform : function i ( t ) {
2016-09-21 17:30:24 +12:00
var n = e ( ".cms-edit-form :input[name=ID]" ) . val ( )
2017-02-28 16:01:13 +13:00
this . updateNodesFromServer ( [ n ] ) } } , getTreeConfig : function o ( ) { var t = this
return { core : { initially _open : [ "record-0" ] , animation : 0 , html _titles : ! 0 } , html _data : { } , ui : { select _limit : 1 , initially _select : [ this . find ( ".current" ) . attr ( "id" ) ] } , crrm : { move : { check _move : function n ( r ) { var i = e ( r . o ) , o = e ( r . np ) , a = r . ot . get _container ( ) [ 0 ] == r . np [ 0 ] , s = i . getClassname ( ) , l = o . getClassname ( ) , u = t . getHints ( ) , c = [ ] , d = l ? l : "Root" , f = u && "undefined" != typeof u [ d ] ? u [ d ] : null
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
f && i . attr ( "class" ) . match ( /VirtualPage-([^\s]*)/ ) && ( s = RegExp . $1 ) , f && ( c = "undefined" != typeof f . disallowedChildren ? f . disallowedChildren : [ ] )
var p = ! ( 0 === i . data ( "id" ) || i . hasClass ( "status-archived" ) || a && "inside" != r . p || o . hasClass ( "nochildren" ) || c . length && e . inArray ( s , c ) != - 1 )
2017-01-11 11:49:28 +13:00
return p } } } , dnd : { drop _target : ! 1 , drag _target : ! 1 } , checkbox : { two _state : ! 0 } , themes : { theme : "apple" , url : e ( "body" ) . data ( "frameworkpath" ) + "/admin/thirdparty/jstree/themes/apple/style.css" } , plugins : [ "html_data" , "ui" , "dnd" , "crrm" , "themes" , "checkbox" ]
2017-02-28 16:01:13 +13:00
} } , search : function a ( e , t ) { e ? this . data ( "searchparams" , e ) : this . removeData ( "searchparams" ) , this . jstree ( "refresh" , - 1 , t ) } , getNodeByID : function s ( e ) { return this . find ( "*[data-id=" + e + "]" ) } , createNode : function l ( t , n , r ) {
var i = this , o = void 0 !== n . ParentID && i . getNodeByID ( n . ParentID ) , a = e ( t ) , s = { data : "" }
a . hasClass ( "jstree-open" ) ? s . state = "open" : a . hasClass ( "jstree-closed" ) && ( s . state = "closed" ) , this . jstree ( "create_node" , o . length ? o : - 1 , "last" , s , function ( e ) { for ( var t = e . attr ( "class" ) , n = 0 ; n < a [ 0 ] . attributes . length ; n ++ ) {
var i = a [ 0 ] . attributes [ n ]
e . attr ( i . name , i . value ) } e . addClass ( t ) . html ( a . html ( ) ) , r ( e ) } ) } , updateNode : function u ( t , n , r ) { var i = this , o = e ( n ) , a = ! ! r . NextID && this . getNodeByID ( r . NextID ) , s = ! ! r . PrevID && this . getNodeByID ( r . PrevID ) , l = ! ! r . ParentID && this . getNodeByID ( r . ParentID )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
e . each ( [ "id" , "style" , "class" , "data-pagetype" ] , function ( e , n ) { t . attr ( n , o . attr ( n ) ) } )
2016-09-21 17:30:24 +12:00
var u = t . children ( "ul" ) . detach ( )
2017-02-28 16:01:13 +13:00
t . html ( o . html ( ) ) . append ( u ) , a && a . length ? this . jstree ( "move_node" , t , a , "before" ) : s && s . length ? this . jstree ( "move_node" , t , s , "after" ) : this . jstree ( "move_node" , t , l . length ? l : - 1 ) } , updateFromEditForm : function c ( ) { var t , n = e ( ".cms-edit-form :input[name=ID]" ) . val ( )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
n ? ( t = this . getNodeByID ( n ) , t . length ? ( this . jstree ( "deselect_all" ) , this . jstree ( "select_node" , t ) ) : this . updateNodesFromServer ( [ n ] ) ) : this . jstree ( "deselect_all" ) } , updateNodesFromServer : function d ( t ) { if ( ! this . getIsUpdatingTree ( ) && this . getIsLoaded ( ) ) {
2017-02-28 16:01:13 +13:00
var n = this , r , i = ! 1
2016-09-21 17:30:24 +12:00
this . setIsUpdatingTree ( ! 0 ) , n . jstree ( "save_selected" )
2017-02-28 16:01:13 +13:00
var o = function a ( e ) { n . getNodeByID ( e . data ( "id" ) ) . not ( e ) . remove ( ) , n . jstree ( "deselect_all" ) , n . jstree ( "select_node" , e ) }
n . jstree ( "open_node" , this . getNodeByID ( 0 ) ) , n . jstree ( "save_opened" ) , n . jstree ( "save_selected" ) , e . ajax ( { url : e . path . addSearchParams ( this . data ( "urlUpdatetreenodes" ) , "ids=" + t . join ( "," ) ) , dataType : "json" , success : function s ( t , r ) {
e . each ( t , function ( e , t ) { var r = n . getNodeByID ( e )
return t ? void ( r . length ? ( n . updateNode ( r , t . html , t ) , setTimeout ( function ( ) { o ( r ) } , 500 ) ) : ( i = ! 0 , t . ParentID && ! n . find ( "li[data-id=" + t . ParentID + "]" ) . length ? n . jstree ( "load_node" , - 1 , function ( ) { newNode = n . find ( "li[data-id=" + e + "]" ) ,
o ( newNode ) } ) : n . createNode ( t . html , t , function ( e ) { o ( e ) } ) ) ) : void n . jstree ( "delete_node" , r ) } ) , i || ( n . jstree ( "deselect_all" ) , n . jstree ( "reselect" ) , n . jstree ( "reopen" ) ) } , complete : function l ( ) { n . setIsUpdatingTree ( ! 1 )
2016-09-21 17:30:24 +12:00
} } ) } } } ) , e ( ".cms-tree.multiple" ) . entwine ( { onmatch : function f ( ) { this . _super ( ) , this . jstree ( "show_checkboxes" ) } , onunmatch : function p ( ) { this . _super ( ) , this . jstree ( "uncheck_all" ) , this . jstree ( "hide_checkboxes" )
} , getSelectedIDs : function h ( ) { return e ( this ) . jstree ( "get_checked" ) . not ( ".disabled" ) . map ( function ( ) { return e ( this ) . data ( "id" ) } ) . get ( ) } } ) , e ( ".cms-tree li" ) . entwine ( { setEnabled : function m ( e ) { this . toggleClass ( "disabled" , ! e )
} , getClassname : function g ( ) { var e = this . attr ( "class" ) . match ( /class-([^\s]*)/i )
2017-02-28 16:01:13 +13:00
return e ? e [ 1 ] : "" } , getID : function y ( ) { return this . data ( "id" ) } } ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-content" ) . entwine ( { onadd : function t ( ) { var e = this
2016-09-21 17:30:24 +12:00
this . find ( ".cms-tabset" ) . redrawTabs ( ) , this . _super ( ) } , redraw : function n ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) ) , this . add ( this . find ( ".cms-tabset" ) ) . redrawTabs ( ) , this . find ( ".cms-content-header" ) . redraw ( ) ,
2017-02-28 16:01:13 +13:00
this . find ( ".cms-content-actions" ) . redraw ( ) } } ) , e ( ".cms-content .cms-tree" ) . entwine ( { onadd : function r ( ) { var t = this
this . _super ( ) , this . bind ( "select_node.jstree" , function ( n , r ) { var i = r . rslt . obj , o = t . find ( ":input[name=ID]" ) . val ( ) , a = r . args [ 2 ] , s = e ( ".cms-container" )
if ( ! a ) return ! 1
if ( e ( i ) . hasClass ( "disabled" ) ) return ! 1
if ( e ( i ) . data ( "id" ) != o ) { var l = e ( i ) . find ( "a:first" ) . attr ( "href" )
l && "#" != l ? ( l = l . split ( "?" ) [ 0 ] , t . jstree ( "deselect_all" ) , t . jstree ( "uncheck_all" ) , e . path . isExternal ( e ( i ) . find ( "a:first" ) ) && ( l = l = e . path . makeUrlAbsolute ( l , e ( "base" ) . attr ( "href" ) ) ) , document . location . search && ( l = e . path . addSearchParams ( l , document . location . search . replace ( /^\?/ , "" ) ) ) ,
s . loadPanel ( l ) ) : t . removeForm ( ) } } ) } } ) , e ( ".cms-content .cms-content-fields" ) . entwine ( { redraw : function i ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) ) } } ) , e ( ".cms-content .cms-content-header, .cms-content .cms-content-actions" ) . entwine ( {
redraw : function o ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) ) , this . height ( "auto" ) , this . height ( this . innerHeight ( ) - this . css ( "padding-top" ) - this . css ( "padding-bottom" ) ) } } ) } ) } , function ( e , t , n ) {
2016-09-21 17:30:24 +12:00
( function ( e ) { "use strict"
2017-02-28 16:01:13 +13:00
function t ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var r = n ( 1 ) , i = t ( r ) , o = n ( 114 ) , a = t ( o )
window . onbeforeunload = function ( e ) { var t = ( 0 , i [ "default" ] ) ( ".cms-edit-form" )
if ( t . trigger ( "beforesubmitform" ) , t . is ( ".changed" ) && ! t . is ( ".discardchanges" ) ) return a [ "default" ] . _t ( "LeftAndMain.CONFIRMUNSAVEDSHORT" ) } , i [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-edit-form" ) . entwine ( {
2016-09-21 17:30:24 +12:00
PlaceholderHtml : "" , ChangeTrackerOptions : { ignoreFieldSelector : ".no-change-track, .ss-upload :input, .cms-navigator :input" } , ValidationErrorShown : ! 1 , onadd : function t ( ) { var e = this
this . attr ( "autocomplete" , "off" ) , this . _setupChangeTracker ( )
for ( var t in { action : ! 0 , method : ! 0 , enctype : ! 0 , name : ! 0 } ) { var n = this . find ( ":input[name=_form_" + t + "]" )
n && ( this . attr ( t , n . val ( ) ) , n . remove ( ) ) } this . setValidationErrorShown ( ! 1 ) , this . _super ( ) } , "from .cms-tabset" : { onafterredrawtabs : function n ( ) { if ( this . hasClass ( "validationerror" ) ) { var t = this . find ( ".message.validation, .message.required" ) . first ( ) . closest ( ".tab" )
e ( ".cms-container" ) . clearCurrentTabState ( )
var n = t . closest ( ".ss-tabset" )
n . length || ( n = t . closest ( ".cms-tabset" ) ) , n . length ? n . tabs ( "option" , "active" , t . index ( ".tab" ) ) : this . getValidationErrorShown ( ) || ( this . setValidationErrorShown ( ! 0 ) , s ( ss . i18n . _t ( "ModelAdmin.VALIDATIONERROR" , "Validation Error" ) ) )
2017-02-28 16:01:13 +13:00
} } } , onremove : function r ( ) { this . changetracker ( "destroy" ) , this . _super ( ) } , onmatch : function i ( ) { this . _super ( ) } , onunmatch : function o ( ) { this . _super ( ) } , redraw : function l ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) ) ,
2017-01-26 17:20:08 +13:00
this . add ( this . find ( ".cms-tabset" ) ) . redrawTabs ( ) , this . find ( ".cms-content-header" ) . redraw ( ) } , _setupChangeTracker : function u ( ) { this . changetracker ( this . getChangeTrackerOptions ( ) ) } , confirmUnsavedChanges : function c ( ) {
2016-09-21 17:30:24 +12:00
if ( this . trigger ( "beforesubmitform" ) , ! this . is ( ".changed" ) || this . is ( ".discardchanges" ) ) return ! 0
2017-02-27 12:22:49 +13:00
if ( this . find ( ".btn-toolbar :submit.btn--loading.loading" ) . length > 0 ) return ! 0
2017-02-28 16:01:13 +13:00
var e = confirm ( a [ "default" ] . _t ( "LeftAndMain.CONFIRMUNSAVED" ) )
2017-01-26 17:20:08 +13:00
return e && this . addClass ( "discardchanges" ) , e } , onsubmit : function d ( e , t ) { if ( "_blank" != this . prop ( "target" ) ) return t && this . closest ( ".cms-container" ) . submitForm ( this , t ) , ! 1 } , validate : function f ( ) { var e = ! 0
2017-02-28 16:01:13 +13:00
return this . trigger ( "validate" , { isValid : e } ) , e } , "from .htmleditor" : { oneditorinit : function p ( t ) { var n = this , r = e ( t . target ) . closest ( ".field.htmleditor" ) , i = r . find ( "textarea.htmleditor" ) . getEditor ( ) . getInstance ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
i . onClick . add ( function ( e ) { n . saveFieldFocus ( r . attr ( "id" ) ) } ) } } , "from .cms-edit-form :input:not(:submit)" : { onclick : function h ( t ) { this . saveFieldFocus ( e ( t . target ) . attr ( "id" ) ) } , onfocus : function m ( t ) { this . saveFieldFocus ( e ( t . target ) . attr ( "id" ) )
2016-09-21 17:30:24 +12:00
} } , "from .cms-edit-form .treedropdown *" : { onfocusin : function g ( t ) { var n = e ( t . target ) . closest ( ".field.treedropdown" )
2017-02-28 16:01:13 +13:00
this . saveFieldFocus ( n . attr ( "id" ) ) } } , "from .cms-edit-form .dropdown .chosen-container a" : { onfocusin : function y ( t ) { var n = e ( t . target ) . closest ( ".field.dropdown" )
this . saveFieldFocus ( n . attr ( "id" ) ) } } , "from .cms-container" : { ontabstaterestored : function b ( e ) { this . restoreFieldFocus ( ) } } , saveFieldFocus : function v ( t ) { if ( "undefined" != typeof window . sessionStorage && null !== window . sessionStorage ) {
var n = e ( this ) . attr ( "id" ) , r = [ ]
if ( r . push ( { id : n , selected : t } ) , r ) try { window . sessionStorage . setItem ( n , JSON . stringify ( r ) ) } catch ( i ) { if ( i . code === DOMException . QUOTA _EXCEEDED _ERR && 0 === window . sessionStorage . length ) return
throw i } } } , restoreFieldFocus : function _ ( ) { if ( "undefined" != typeof window . sessionStorage && null !== window . sessionStorage ) { var t = this , n = "undefined" != typeof window . sessionStorage && window . sessionStorage , r = n ? window . sessionStorage . getItem ( this . attr ( "id" ) ) : null , i = ! ! r && JSON . parse ( r ) , o , a = 0 !== this . find ( ".ss-tabset" ) . length , s , l , u , c
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( n && i . length > 0 ) { if ( e . each ( i , function ( n , r ) { t . is ( "#" + r . id ) && ( o = e ( "#" + r . selected ) ) } ) , e ( o ) . length < 1 ) return void this . focusFirstInput ( )
if ( s = e ( o ) . closest ( ".ss-tabset" ) . find ( ".ui-tabs-nav .ui-tabs-active .ui-tabs-anchor" ) . attr ( "id" ) , l = "tab-" + e ( o ) . closest ( ".ss-tabset .ui-tabs-panel" ) . attr ( "id" ) , a && l !== s ) return
u = e ( o ) . closest ( ".togglecomposite" ) , u . length > 0 && u . accordion ( "activate" , u . find ( ".ui-accordion-header" ) ) , c = e ( o ) . position ( ) . top , e ( o ) . is ( ":visible" ) || ( o = "#" + e ( o ) . closest ( ".field" ) . attr ( "id" ) , c = e ( o ) . position ( ) . top ) ,
e ( o ) . focus ( ) , c > e ( window ) . height ( ) / 2 && t . find ( ".cms-content-fields" ) . scrollTop ( c ) } else this . focusFirstInput ( ) } } , focusFirstInput : function w ( ) { this . find ( ':input:not(:submit)[data-skip-autofocus!="true"]' ) . filter ( ":visible:first" ) . focus ( )
2016-09-21 17:30:24 +12:00
2016-10-18 09:27:58 +13:00
} } ) , e ( ".cms-edit-form .btn-toolbar input.action[type=submit], .cms-edit-form .btn-toolbar button.action" ) . entwine ( { onclick : function C ( e ) { return this . is ( ":disabled" ) ? ( e . preventDefault ( ) , ! 1 ) : this . _super ( e ) === ! 1 || e . defaultPrevented || e . isDefaultPrevented ( ) ? void 0 : ( this . parents ( "form" ) . trigger ( "submit" , [ this ] ) ,
e . preventDefault ( ) , ! 1 ) } } ) , e ( ".cms-edit-form .btn-toolbar input.action[type=submit].ss-ui-action-cancel, .cms-edit-form .btn-toolbar button.action.ss-ui-action-cancel" ) . entwine ( { onclick : function T ( e ) { window . history . length > 1 ? window . history . back ( ) : this . parents ( "form" ) . trigger ( "submit" , [ this ] ) ,
2017-02-28 16:01:13 +13:00
e . preventDefault ( ) } } ) , e ( ".cms-edit-form .ss-tabset" ) . entwine ( { onmatch : function P ( ) { if ( ! this . hasClass ( "ss-ui-action-tabset" ) ) { var e = this . find ( "> ul:first" )
1 == e . children ( "li" ) . length && e . hide ( ) . parent ( ) . addClass ( "ss-tabset-tabshidden" ) } this . _super ( ) } , onunmatch : function E ( ) { this . _super ( ) } } ) } )
2016-11-22 15:18:26 +13:00
var s = function l ( t ) { e . noticeAdd ( { text : t , type : "error" , stayTime : 5e3 , inEffect : { left : "0" , opacity : "show" } } ) } } ) . call ( t , n ( 1 ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-panel.cms-menu" ) . entwine ( { togglePanel : function t ( n , r , i ) { e ( ".cms-menu-list" ) . children ( "li" ) . each ( function ( ) { n ? e ( this ) . children ( "ul" ) . each ( function ( ) { e ( this ) . removeClass ( "collapsed-flyout" ) ,
2016-09-21 17:30:24 +12:00
e ( this ) . data ( "collapse" ) && ( e ( this ) . removeData ( "collapse" ) , e ( this ) . addClass ( "collapse" ) ) } ) : e ( this ) . children ( "ul" ) . each ( function ( ) { e ( this ) . addClass ( "collapsed-flyout" ) , e ( this ) . hasClass ( "collapse" ) , e ( this ) . removeClass ( "collapse" ) ,
2017-02-28 16:01:13 +13:00
e ( this ) . data ( "collapse" , ! 0 ) } ) } ) , this . toggleFlyoutState ( n ) , this . _super ( n , r , i ) } , toggleFlyoutState : function n ( t ) { if ( t ) e ( ".collapsed" ) . find ( "li" ) . show ( ) , e ( ".cms-menu-list" ) . find ( ".child-flyout-indicator" ) . hide ( )
2016-09-21 17:30:24 +12:00
else { e ( ".collapsed-flyout" ) . find ( "li" ) . each ( function ( ) { e ( this ) . hide ( ) } )
var n = e ( ".cms-menu-list ul.collapsed-flyout" ) . parent ( )
2017-02-28 16:01:13 +13:00
0 === n . children ( ".child-flyout-indicator" ) . length && n . append ( '<span class="child-flyout-indicator"></span>' ) . fadeIn ( ) , n . children ( ".child-flyout-indicator" ) . fadeIn ( ) } } , siteTreePresent : function r ( ) { return e ( "#cms-content-tools-CMSMain" ) . length > 0
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , getPersistedStickyState : function i ( ) { var t , n
return void 0 !== e . cookie && ( n = e . cookie ( "cms-menu-sticky" ) , void 0 !== n && null !== n && ( t = "true" === n ) ) , t } , setPersistedStickyState : function o ( t ) { void 0 !== e . cookie && e . cookie ( "cms-menu-sticky" , t , { path : "/" , expires : 31
} ) } , getEvaluatedCollapsedState : function a ( ) { var t , n = this . getPersistedCollapsedState ( ) , r = e ( ".cms-menu" ) . getPersistedStickyState ( ) , i = this . siteTreePresent ( )
return t = void 0 === n ? i : n !== i && r ? n : i } , onadd : function s ( ) { var t = this
2016-09-21 17:30:24 +12:00
setTimeout ( function ( ) { t . togglePanel ( ! t . getEvaluatedCollapsedState ( ) , ! 1 , ! 1 ) } , 0 ) , e ( window ) . on ( "ajaxComplete" , function ( e ) { setTimeout ( function ( ) { t . togglePanel ( ! t . getEvaluatedCollapsedState ( ) , ! 1 , ! 1 ) } , 0 ) } ) , this . _super ( )
} } ) , e ( ".cms-menu-list" ) . entwine ( { onmatch : function l ( ) { var e = this
2017-01-26 17:20:08 +13:00
this . find ( "li.current" ) . select ( ) , this . updateItems ( ) , this . _super ( ) } , onunmatch : function u ( ) { this . _super ( ) } , updateMenuFromResponse : function c ( e ) { var t = e . getResponseHeader ( "X-Controller" )
2016-09-21 17:30:24 +12:00
if ( t ) { var n = this . find ( "li#Menu-" + t . replace ( /\\/g , "-" ) . replace ( /[^a-zA-Z0-9\-_:.]+/ , "" ) )
2017-01-26 17:20:08 +13:00
n . hasClass ( "current" ) || n . select ( ) } this . updateItems ( ) } , "from .cms-container" : { onafterstatechange : function d ( e , t ) { this . updateMenuFromResponse ( t . xhr ) } , onaftersubmitform : function f ( e , t ) { this . updateMenuFromResponse ( t . xhr )
2016-09-21 17:30:24 +12:00
} } , "from .cms-edit-form" : { onrelodeditform : function p ( e , t ) { this . updateMenuFromResponse ( t . xmlhttp ) } } , getContainingPanel : function h ( ) { return this . closest ( ".cms-panel" ) } , fromContainingPanel : { ontoggle : function m ( t ) {
this . toggleClass ( "collapsed" , e ( t . target ) . hasClass ( "collapsed" ) ) , e ( ".cms-container" ) . trigger ( "windowresize" ) , this . hasClass ( "collapsed" ) && this . find ( "li.children.opened" ) . removeClass ( "opened" ) , this . hasClass ( "collapsed" ) || e ( ".toggle-children.opened" ) . closest ( "li" ) . addClass ( "opened" )
} } , updateItems : function g ( ) { var t = this . find ( "#Menu-CMSMain" )
t [ t . is ( ".current" ) ? "show" : "hide" ] ( )
var n = e ( ".cms-content input[name=ID]" ) . val ( )
2017-02-28 16:01:13 +13:00
n && this . find ( "li" ) . each ( function ( ) { e . isFunction ( e ( this ) . setRecordID ) && e ( this ) . setRecordID ( n ) } ) } } ) , e ( ".cms-menu-list li" ) . entwine ( { toggleFlyout : function y ( t ) { var n = e ( this )
if ( n . children ( "ul" ) . first ( ) . hasClass ( "collapsed-flyout" ) ) if ( t ) { if ( ! n . children ( "ul" ) . first ( ) . children ( "li" ) . first ( ) . hasClass ( "clone" ) ) { var r = n . clone ( )
r . addClass ( "clone" ) . css ( { } ) , r . children ( "ul" ) . first ( ) . remove ( ) , r . find ( "span" ) . not ( ".text" ) . remove ( ) , r . find ( "a" ) . first ( ) . unbind ( "click" ) , n . children ( "ul" ) . prepend ( r ) } e ( ".collapsed-flyout" ) . show ( ) , n . addClass ( "opened" ) ,
n . children ( "ul" ) . find ( "li" ) . fadeIn ( "fast" ) } else r && r . remove ( ) , e ( ".collapsed-flyout" ) . hide ( ) , n . removeClass ( "opened" ) , n . find ( "toggle-children" ) . removeClass ( "opened" ) , n . children ( "ul" ) . find ( "li" ) . hide ( ) } } ) ,
e ( ".cms-menu-list li" ) . hoverIntent ( function ( ) { e ( this ) . toggleFlyout ( ! 0 ) } , function ( ) { e ( this ) . toggleFlyout ( ! 1 ) } ) , e ( ".cms-menu-list .toggle" ) . entwine ( { onclick : function b ( t ) { t . preventDefault ( ) , e ( this ) . toogleFlyout ( ! 0 )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } ) , e ( ".cms-menu-list li" ) . entwine ( { onmatch : function v ( ) { this . find ( "ul" ) . length && this . find ( "a:first" ) . append ( '<span class="toggle-children"><span class="toggle-children-icon"></span></span>' ) , this . _super ( )
2016-09-21 17:30:24 +12:00
2016-12-12 15:25:18 +13:00
} , onunmatch : function _ ( ) { this . _super ( ) } , toggle : function w ( ) { this [ this . hasClass ( "opened" ) ? "close" : "open" ] ( ) } , open : function C ( ) { var e = this . getMenuItem ( )
2016-09-30 09:10:02 +13:00
e && e . open ( ) , this . find ( "li.clone" ) && this . find ( "li.clone" ) . remove ( ) , this . addClass ( "opened" ) . find ( "ul" ) . show ( ) , this . find ( ".toggle-children" ) . addClass ( "opened" ) } , close : function T ( ) { this . removeClass ( "opened" ) . find ( "ul" ) . hide ( ) ,
2017-02-28 16:01:13 +13:00
this . find ( ".toggle-children" ) . removeClass ( "opened" ) } , select : function P ( ) { var e = this . getMenuItem ( )
2016-09-21 17:30:24 +12:00
if ( this . addClass ( "current" ) . open ( ) , this . siblings ( ) . removeClass ( "current" ) . close ( ) , this . siblings ( ) . find ( "li" ) . removeClass ( "current" ) , e ) { var t = e . siblings ( )
2017-02-28 16:01:13 +13:00
e . addClass ( "current" ) , t . removeClass ( "current" ) . close ( ) , t . find ( "li" ) . removeClass ( "current" ) . close ( ) } this . getMenu ( ) . updateItems ( ) , this . trigger ( "select" ) } } ) , e ( ".cms-menu-list *" ) . entwine ( { getMenu : function E ( ) {
return this . parents ( ".cms-menu-list:first" ) } } ) , e ( ".cms-menu-list li *" ) . entwine ( { getMenuItem : function O ( ) { return this . parents ( "li:first" ) } } ) , e ( ".cms-menu-list li a" ) . entwine ( { onclick : function k ( t ) { var n = e . path . isExternal ( this . attr ( "href" ) )
2016-09-21 17:30:24 +12:00
if ( ! ( t . which > 1 || n ) && "_blank" != this . attr ( "target" ) ) { t . preventDefault ( )
2017-02-28 16:01:13 +13:00
var r = this . getMenuItem ( ) , i = this . attr ( "href" )
n || ( i = e ( "base" ) . attr ( "href" ) + i )
var o = r . find ( "li" )
o . length ? o . first ( ) . find ( "a" ) . click ( ) : document . location . href = i , r . select ( ) } } } ) , e ( ".cms-menu-list li .toggle-children" ) . entwine ( { onclick : function S ( e ) { var t = this . closest ( "li" )
2016-12-12 13:52:42 +13:00
return t . toggle ( ) , ! 1 } } ) , e ( ".cms .profile-link" ) . entwine ( { onclick : function j ( ) { return e ( ".cms-container" ) . loadPanel ( this . attr ( "href" ) ) , e ( ".cms-menu-list li" ) . removeClass ( "current" ) . close ( ) , ! 1 } } ) , e ( ".cms-menu .sticky-toggle" ) . entwine ( {
onadd : function x ( ) { var t = ! ! e ( ".cms-menu" ) . getPersistedStickyState ( )
2016-10-20 10:08:17 +13:00
this . toggleCSS ( t ) , this . toggleIndicator ( t ) , this . _super ( ) } , toggleCSS : function R ( e ) { this [ e ? "addClass" : "removeClass" ] ( "active" ) } , toggleIndicator : function I ( e ) { this . next ( ".sticky-status-indicator" ) . text ( e ? "fixed" : "auto" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , onclick : function A ( ) { var e = this . closest ( ".cms-menu" ) , t = e . getPersistedCollapsedState ( ) , n = e . getPersistedStickyState ( ) , r = void 0 === n ? ! this . hasClass ( "active" ) : ! n
void 0 === t ? e . setPersistedCollapsedState ( e . hasClass ( "collapsed" ) ) : void 0 !== t && r === ! 1 && e . clearPersistedCollapsedState ( ) , e . setPersistedStickyState ( r ) , this . toggleCSS ( r ) , this . toggleIndicator ( r ) , this . _super ( )
2016-09-21 17:30:24 +12:00
} } ) } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) , a = n ( 114 ) , s = r ( a )
o [ "default" ] . entwine ( "ss.preview" , function ( e ) { e ( ".cms-preview" ) . entwine ( { AllowedStates : [ "StageLink" , "LiveLink" , "ArchiveLink" ] , CurrentStateName : null , CurrentSizeName : "auto" , IsPreviewEnabled : ! 1 , DefaultMode : "split" ,
2016-09-21 17:30:24 +12:00
Sizes : { auto : { width : "100%" , height : "100%" } , mobile : { width : "335px" , height : "568px" } , mobileLandscape : { width : "583px" , height : "320px" } , tablet : { width : "783px" , height : "1024px" } , tabletLandscape : { width : "1039px" , height : "768px"
2017-02-28 16:01:13 +13:00
} , desktop : { width : "1024px" , height : "800px" } } , changeState : function t ( n , r ) { var i = this , o = this . _getNavigatorStates ( )
return r !== ! 1 && e . each ( o , function ( e , t ) { i . saveState ( "state" , n ) } ) , this . setCurrentStateName ( n ) , this . _loadCurrentState ( ) , this . redraw ( ) , this } , changeMode : function n ( t , r ) { var i = e ( ".cms-container" ) . entwine ( ".ss" )
2016-10-10 21:05:32 +13:00
2017-02-28 16:01:13 +13:00
if ( "split" == t ) i . splitViewMode ( ) , this . setIsPreviewEnabled ( ! 0 ) , this . _loadCurrentState ( )
else if ( "content" == t ) i . contentViewMode ( ) , this . setIsPreviewEnabled ( ! 1 )
2016-09-21 17:30:24 +12:00
else { if ( "preview" != t ) throw "Invalid mode: " + t
2017-02-28 16:01:13 +13:00
i . previewMode ( ) , this . setIsPreviewEnabled ( ! 0 ) , this . _loadCurrentState ( ) } return r !== ! 1 && this . saveState ( "mode" , t ) , this . redraw ( ) , this } , changeSize : function r ( e ) { var t = this . getSizes ( )
return this . setCurrentSizeName ( e ) , this . removeClass ( "auto desktop tablet mobile" ) . addClass ( e ) , this . saveState ( "size" , e ) , this . redraw ( ) , this } , redraw : function i ( ) { window . debug && console . log ( "redraw" , this . attr ( "class" ) , this . get ( 0 ) )
2016-11-08 17:08:05 +13:00
2016-09-21 17:30:24 +12:00
var t = this . getCurrentStateName ( )
t && this . find ( ".cms-preview-states" ) . changeVisibleState ( t )
var n = e ( ".cms-container" ) . entwine ( ".ss" ) . getLayoutOptions ( )
n && e ( ".preview-mode-selector" ) . changeVisibleMode ( n . mode )
2017-02-28 16:01:13 +13:00
var r = this . getCurrentSizeName ( )
return r && this . find ( ".preview-size-selector" ) . changeVisibleSize ( this . getCurrentSizeName ( ) ) , this } , saveState : function o ( e , t ) { this . _supportsLocalStorage ( ) && window . localStorage . setItem ( "cms-preview-state-" + e , t )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , loadState : function a ( e ) { if ( this . _supportsLocalStorage ( ) ) return window . localStorage . getItem ( "cms-preview-state-" + e ) } , disablePreview : function l ( ) { return this . setPendingURL ( null ) , this . _loadUrl ( "about:blank" ) ,
2016-09-21 17:30:24 +12:00
this . _block ( ) , this . changeMode ( "content" , ! 1 ) , this . setIsPreviewEnabled ( ! 1 ) , this } , enablePreview : function u ( ) { return this . getIsPreviewEnabled ( ) || ( this . setIsPreviewEnabled ( ! 0 ) , e . browser . msie && e . browser . version . slice ( 0 , 3 ) <= 7 ? this . changeMode ( "content" ) : this . changeMode ( this . getDefaultMode ( ) , ! 1 ) ) ,
2017-01-26 17:20:08 +13:00
this } , getOrAppendFontFixStyleElement : function c ( ) { var t = e ( "#FontFixStyleElement" )
return t . length || ( t = e ( '<style type="text/css" id="FontFixStyleElement" disabled="disabled">:before,:after{content:none !important}</style>' ) . appendTo ( "head" ) ) , t } , onadd : function d ( ) { var t = this , n = this . find ( "iframe" )
2016-09-21 17:30:24 +12:00
2016-10-10 21:05:32 +13:00
n . addClass ( "center" ) , n . bind ( "load" , function ( ) { t . _adjustIframeForPreview ( ) , t . _loadCurrentPage ( ) , e ( this ) . removeClass ( "loading" ) } ) , e . browser . msie && 8 === parseInt ( e . browser . version , 10 ) && n . bind ( "readystatechange" , function ( e ) {
"interactive" == n [ 0 ] . readyState && ( t . getOrAppendFontFixStyleElement ( ) . removeAttr ( "disabled" ) , setTimeout ( function ( ) { t . getOrAppendFontFixStyleElement ( ) . attr ( "disabled" , "disabled" ) } , 0 ) ) } ) , this . _unblock ( ) , this . disablePreview ( ) ,
this . _super ( ) } , _supportsLocalStorage : function f ( ) { var e = new Date , t , n
2017-02-28 16:01:13 +13:00
try { return ( t = window . localStorage ) . setItem ( e , e ) , n = t . getItem ( e ) == e , t . removeItem ( e ) , n && t } catch ( r ) { console . warn ( "localStorge is not available due to current browser / system settings." ) } } , onforcecontent : function p ( ) {
2016-10-10 21:05:32 +13:00
this . changeMode ( "content" , ! 1 ) } , onenable : function h ( ) { var t = e ( ".preview-mode-selector" )
2016-10-11 14:41:08 +13:00
t . removeClass ( "split-disabled" ) , t . find ( ".disabled-tooltip" ) . hide ( ) } , ondisable : function m ( ) { var t = e ( ".preview-mode-selector" )
2017-02-28 16:01:13 +13:00
t . addClass ( "split-disabled" ) , t . find ( ".disabled-tooltip" ) . show ( ) } , _block : function g ( ) { return this . find ( ".preview-note" ) . show ( ) , this . find ( ".cms-preview-overlay" ) . show ( ) , this } , _unblock : function y ( ) { return this . find ( ".preview-note" ) . hide ( ) ,
this . find ( ".cms-preview-overlay" ) . hide ( ) , this } , _initialiseFromContent : function b ( ) { var t , n
2016-09-21 17:30:24 +12:00
return e ( ".cms-previewable" ) . length ? ( t = this . loadState ( "mode" ) , n = this . loadState ( "size" ) , this . _moveNavigator ( ) , t && "content" == t || ( this . enablePreview ( ) , this . _loadCurrentState ( ) ) , this . redraw ( ) , t && this . changeMode ( t ) ,
2017-02-28 16:01:13 +13:00
n && this . changeSize ( n ) ) : this . disablePreview ( ) , this } , "from .cms-container" : { onafterstatechange : function v ( e , t ) { t . xhr . getResponseHeader ( "X-ControllerURL" ) || this . _initialiseFromContent ( ) } } , PendingURL : null ,
2016-12-12 15:25:18 +13:00
oncolumnvisibilitychanged : function _ ( ) { var e = this . getPendingURL ( )
e && ! this . is ( ".column-hidden" ) && ( this . setPendingURL ( null ) , this . _loadUrl ( e ) , this . _unblock ( ) ) } , "from .cms-container .cms-edit-form" : { onaftersubmitform : function w ( ) { this . _initialiseFromContent ( ) } } , _loadUrl : function C ( e ) {
2016-10-10 21:05:32 +13:00
return this . find ( "iframe" ) . addClass ( "loading" ) . attr ( "src" , e ) , this } , _getNavigatorStates : function T ( ) { var t = e . map ( this . getAllowedStates ( ) , function ( t ) { var n = e ( ".cms-preview-states .state-name[data-name=" + t + "]" )
2016-09-21 17:30:24 +12:00
return n . length ? { name : t , url : n . attr ( "href" ) , active : n . hasClass ( "active" ) } : null } )
2017-02-28 16:01:13 +13:00
return t } , _loadCurrentState : function P ( ) { if ( ! this . getIsPreviewEnabled ( ) ) return this
var t = this . _getNavigatorStates ( ) , n = this . getCurrentStateName ( ) , r = null
t && ( r = e . grep ( t , function ( e , t ) { return n === e . name || ! n && e . active } ) )
var i = null
return r [ 0 ] ? i = r [ 0 ] . url : t . length ? ( this . setCurrentStateName ( t [ 0 ] . name ) , i = t [ 0 ] . url ) : this . setCurrentStateName ( null ) , i && ( i += ( i . indexOf ( "?" ) === - 1 ? "?" : "&" ) + "CMSPreview=1" ) , this . is ( ".column-hidden" ) ? ( this . setPendingURL ( i ) ,
this . _loadUrl ( "about:blank" ) , this . _block ( ) ) : ( this . setPendingURL ( null ) , i ? ( this . _loadUrl ( i ) , this . _unblock ( ) ) : this . _block ( ) ) , this } , _moveNavigator : function E ( ) { var t = e ( ".cms-preview .cms-preview-controls" ) , n = e ( ".cms-edit-form .cms-navigator" )
2016-09-21 17:30:24 +12:00
2016-10-10 21:05:32 +13:00
n . length && t . length ? t . html ( e ( ".cms-edit-form .cms-navigator" ) . detach ( ) ) : this . _block ( ) } , _loadCurrentPage : function O ( ) { if ( this . getIsPreviewEnabled ( ) ) { var t , n = e ( ".cms-container" )
2017-02-28 16:01:13 +13:00
try { t = this . find ( "iframe" ) [ 0 ] . contentDocument } catch ( r ) { console . warn ( "Unable to access iframe, possible https mis-match" ) } if ( t ) { var i = e ( t ) . find ( "meta[name=x-page-id]" ) . attr ( "content" ) , o = e ( t ) . find ( "meta[name=x-cms-edit-link]" ) . attr ( "content" ) , a = e ( ".cms-content" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
i && a . find ( ":input[name=ID]" ) . val ( ) != i && e ( ".cms-container" ) . entwine ( ".ss" ) . loadPanel ( o ) } } } , _adjustIframeForPreview : function k ( ) { var e = this . find ( "iframe" ) [ 0 ] , t
if ( e ) { try { t = e . contentDocument } catch ( n ) { console . warn ( "Unable to access iframe, possible https mis-match" ) } if ( t ) { for ( var r = t . getElementsByTagName ( "A" ) , i = 0 ; i < r . length ; i ++ ) { var o = r [ i ] . getAttribute ( "href" )
o && o . match ( /^http:\/\// ) && r [ i ] . setAttribute ( "target" , "_blank" ) } var a = t . getElementById ( "SilverStripeNavigator" )
a && ( a . style . display = "none" )
2016-09-21 17:30:24 +12:00
var s = t . getElementById ( "SilverStripeNavigatorMessage" )
2017-02-28 16:01:13 +13:00
s && ( s . style . display = "none" ) , this . trigger ( "afterIframeAdjustedForPreview" , [ t ] ) } } } } ) , e ( ".cms-edit-form" ) . entwine ( { onadd : function S ( ) { this . _super ( ) , e ( ".cms-preview" ) . _initialiseFromContent ( ) } } ) , e ( ".cms-preview-states" ) . entwine ( {
2016-12-12 13:52:42 +13:00
changeVisibleState : function j ( e ) { this . find ( '[data-name="' + e + '"]' ) . addClass ( "active" ) . siblings ( ) . removeClass ( "active" ) } } ) , e ( ".cms-preview-states .state-name" ) . entwine ( { onclick : function x ( t ) { if ( 1 == t . which ) {
2016-09-21 17:30:24 +12:00
var n = e ( this ) . attr ( "data-name" )
2016-10-10 21:05:32 +13:00
this . addClass ( "active" ) . siblings ( ) . removeClass ( "active" ) , e ( ".cms-preview" ) . changeState ( n ) , t . preventDefault ( ) } } } ) , e ( ".preview-mode-selector" ) . entwine ( { changeVisibleMode : function R ( e ) { this . find ( "select" ) . val ( e ) . trigger ( "chosen:updated" ) . _addIcon ( )
2016-09-21 17:30:24 +12:00
2016-10-20 10:08:17 +13:00
} } ) , e ( ".preview-mode-selector select" ) . entwine ( { onchange : function I ( t ) { this . _super ( t ) , t . preventDefault ( )
2016-09-21 17:30:24 +12:00
var n = e ( this ) . val ( )
2017-02-27 19:41:32 +13:00
e ( ".cms-preview" ) . changeMode ( n ) } } ) , e ( ".cms-container--content-mode" ) . entwine ( { onmatch : function A ( ) { e ( ".cms-preview .result-selected" ) . hasClass ( "font-icon-columns" ) && statusMessage ( s [ "default" ] . _t ( "LeftAndMain.DISABLESPLITVIEW" , "Screen too small to show site preview in split mode" ) , "error" ) ,
2017-02-28 16:01:13 +13:00
this . _super ( ) } } ) , e ( ".preview-size-selector" ) . entwine ( { changeVisibleSize : function D ( e ) { this . find ( "select" ) . val ( e ) . trigger ( "chosen:updated" ) . _addIcon ( ) } } ) , e ( ".preview-size-selector select" ) . entwine ( { onchange : function F ( t ) {
2016-10-10 21:05:32 +13:00
t . preventDefault ( )
2016-09-21 17:30:24 +12:00
var n = e ( this ) . val ( )
2017-02-28 16:01:13 +13:00
e ( ".cms-preview" ) . changeSize ( n ) } } ) , e ( ".preview-selector select.preview-dropdown" ) . entwine ( { "onchosen:ready" : function M ( ) { this . _super ( ) , this . _addIcon ( ) } , _addIcon : function N ( ) { var e = this . find ( ":selected" ) , t = e . attr ( "data-icon" ) , n = this . parent ( ) . find ( ".chosen-container a.chosen-single" ) , r = n . attr ( "data-icon" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return "undefined" != typeof r && n . removeClass ( r ) , n . addClass ( t ) , n . attr ( "data-icon" , t ) , this } } ) , e ( ".preview-mode-selector .chosen-drop li:last-child" ) . entwine ( { onmatch : function L ( ) { e ( ".preview-mode-selector" ) . hasClass ( "split-disabled" ) ? this . parent ( ) . append ( '<div class="disabled-tooltip"></div>' ) : this . parent ( ) . append ( '<div class="disabled-tooltip" style="display: none;"></div>' )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } ) , e ( ".preview-device-outer" ) . entwine ( { onclick : function U ( ) { this . parent ( ".preview__device" ) . toggleClass ( "rotate" ) } } ) } ) } , function ( e , t , n ) { ( function ( e ) { "use strict"
function t ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var r = n ( 1 ) , i = t ( r ) , o = n ( 114 ) , a = t ( o )
i [ "default" ] . entwine ( "ss.tree" , function ( t ) { t ( "#Form_BatchActionsForm" ) . entwine ( { Actions : [ ] , getTree : function n ( ) { return t ( ".cms-tree" ) } , fromTree : { oncheck _node : function r ( e , t ) { this . serializeFromTree ( ) } , onuncheck _node : function i ( e , t ) {
this . serializeFromTree ( ) } } , onmatch : function o ( ) { var e = this
2016-09-21 17:30:24 +12:00
e . getTree ( ) . bind ( "load_node.jstree" , function ( t , n ) { e . refreshSelected ( ) } ) } , onunmatch : function s ( ) { var e = this
2017-02-28 16:01:13 +13:00
e . getTree ( ) . unbind ( "load_node.jstree" ) } , registerDefault : function l ( ) { this . register ( "publish" , function ( e ) { var t = confirm ( a [ "default" ] . inject ( a [ "default" ] . _t ( "CMSMAIN.BATCH_PUBLISH_PROMPT" , "You have {num} page(s) selected.\n\nDo you really want to publish?" ) , {
2016-09-21 17:30:24 +12:00
num : e . length } ) )
2017-02-28 16:01:13 +13:00
return ! ! t && e } ) , this . register ( "unpublish" , function ( e ) { var t = confirm ( a [ "default" ] . inject ( a [ "default" ] . _t ( "CMSMAIN.BATCH_UNPUBLISH_PROMPT" , "You have {num} page(s) selected.\n\nDo you really want to unpublish" ) , {
2016-09-21 17:30:24 +12:00
num : e . length } ) )
2017-02-28 16:01:13 +13:00
return ! ! t && e } ) , this . register ( "delete" , function ( e ) { var t = confirm ( a [ "default" ] . inject ( a [ "default" ] . _t ( "CMSMAIN.BATCH_DELETE_PROMPT" , "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive." ) , {
2016-09-21 17:30:24 +12:00
num : e . length } ) )
2017-02-28 16:01:13 +13:00
return ! ! t && e } ) , this . register ( "restore" , function ( e ) { var t = confirm ( a [ "default" ] . inject ( a [ "default" ] . _t ( "CMSMAIN.BATCH_RESTORE_PROMPT" , "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored." ) , {
2016-09-21 17:30:24 +12:00
num : e . length } ) )
2017-01-26 17:20:08 +13:00
return ! ! t && e } ) } , onadd : function u ( ) { this . registerDefault ( ) , this . _super ( ) } , register : function c ( e , t ) { this . trigger ( "register" , { type : e , callback : t } )
2016-09-21 17:30:24 +12:00
var n = this . getActions ( )
2017-01-26 17:20:08 +13:00
n [ e ] = t , this . setActions ( n ) } , unregister : function d ( e ) { this . trigger ( "unregister" , { type : e } )
2016-09-21 17:30:24 +12:00
var t = this . getActions ( )
2017-02-28 16:01:13 +13:00
t [ e ] && delete t [ e ] , this . setActions ( t ) } , refreshSelected : function f ( n ) { var r = this , i = this . getTree ( ) , o = this . getIDs ( ) , a = [ ] , s = t ( ".cms-content-batchactions-button" ) , l = this . find ( ":input[name=Action]" ) . val ( )
null == n && ( n = i )
for ( var u in o ) t ( t ( i ) . getNodeByID ( u ) ) . addClass ( "selected" ) . attr ( "selected" , "selected" )
2016-09-21 17:30:24 +12:00
if ( ! l || l == - 1 || ! s . hasClass ( "active" ) ) return void t ( n ) . find ( "li" ) . each ( function ( ) { t ( this ) . setEnabled ( ! 0 ) } )
2017-02-28 16:01:13 +13:00
t ( n ) . find ( "li" ) . each ( function ( ) { a . push ( t ( this ) . data ( "id" ) ) , t ( this ) . addClass ( "treeloading" ) . setEnabled ( ! 1 ) } )
2017-01-26 17:20:08 +13:00
var c = t . path . parseUrl ( l ) , d = c . hrefNoSearch + "/applicablepages/"
2017-02-28 16:01:13 +13:00
d = t . path . addSearchParams ( d , c . search ) , d = t . path . addSearchParams ( d , { csvIDs : a . join ( "," ) } ) , e . getJSON ( d , function ( i ) { e ( n ) . find ( "li" ) . each ( function ( ) { t ( this ) . removeClass ( "treeloading" )
2016-09-21 17:30:24 +12:00
var e = t ( this ) . data ( "id" )
2017-02-28 16:01:13 +13:00
0 == e || t . inArray ( e , i ) >= 0 ? t ( this ) . setEnabled ( ! 0 ) : ( t ( this ) . removeClass ( "selected" ) . setEnabled ( ! 1 ) , t ( this ) . prop ( "selected" , ! 1 ) ) } ) , r . serializeFromTree ( ) } ) } , serializeFromTree : function p ( ) { var e = this . getTree ( ) , t = e . getSelectedIDs ( )
2016-09-21 17:30:24 +12:00
return this . setIDs ( t ) , ! 0 } , setIDs : function h ( e ) { this . find ( ":input[name=csvIDs]" ) . val ( e ? e . join ( "," ) : null ) } , getIDs : function m ( ) { var e = this . find ( ":input[name=csvIDs]" ) . val ( )
2017-02-28 16:01:13 +13:00
return e ? e . split ( "," ) : [ ] } , onsubmit : function g ( n ) { var r = this , i = this . getIDs ( ) , o = this . getTree ( ) , s = this . getActions ( )
if ( ! i || ! i . length ) return alert ( a [ "default" ] . _t ( "CMSMAIN.SELECTONEPAGE" , "Please select at least one page" ) ) , n . preventDefault ( ) , ! 1
2016-09-21 17:30:24 +12:00
var l = this . find ( ":input[name=Action]" ) . val ( )
2016-10-18 18:19:59 +13:00
if ( ! l ) return n . preventDefault ( ) , ! 1
var u = l . split ( "/" ) . filter ( function ( e ) { return ! ! e } ) . pop ( )
2017-02-28 16:01:13 +13:00
if ( s [ u ] && ( i = s [ u ] . apply ( this , [ i ] ) ) , ! i || ! i . length ) return n . preventDefault ( ) , ! 1
this . setIDs ( i ) , o . find ( "li" ) . removeClass ( "failed" )
2017-01-26 17:20:08 +13:00
var c = this . find ( ":submit:first" )
2017-02-28 16:01:13 +13:00
return c . addClass ( "loading" ) , e . ajax ( { url : l , type : "POST" , data : this . serializeArray ( ) , complete : function d ( e , t ) { c . removeClass ( "loading" ) , o . jstree ( "refresh" , - 1 ) , r . setIDs ( [ ] ) , r . find ( ":input[name=Action]" ) . val ( "" ) . change ( )
2016-09-21 17:30:24 +12:00
var n = e . getResponseHeader ( "X-Status" )
2017-02-28 16:01:13 +13:00
n && statusMessage ( decodeURIComponent ( n ) , "success" == t ? "good" : "bad" ) } , success : function f ( e , n ) { var r , i
if ( e . modified ) { var a = [ ]
for ( r in e . modified ) i = o . getNodeByID ( r ) , o . jstree ( "set_text" , i , e . modified [ r ] . TreeTitle ) , a . push ( i )
t ( a ) . effect ( "highlight" ) } if ( e . deleted ) for ( r in e . deleted ) i = o . getNodeByID ( r ) , i . length && o . jstree ( "delete_node" , i )
if ( e . error ) for ( r in e . error ) i = o . getNodeByID ( r ) , t ( i ) . addClass ( "failed" ) } , dataType : "json" } ) , n . preventDefault ( ) , ! 1 } } ) , t ( ".cms-content-batchactions-button" ) . entwine ( { onmatch : function y ( ) { this . _super ( ) , this . updateTree ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , onunmatch : function b ( ) { this . _super ( ) } , onclick : function v ( e ) { this . updateTree ( ) } , updateTree : function _ ( ) { var e = t ( ".cms-tree" ) , n = t ( "#Form_BatchActionsForm" )
2016-09-21 17:30:24 +12:00
this . _super ( ) , this . data ( "active" ) ? ( e . addClass ( "multiple" ) , e . removeClass ( "draggable" ) , n . serializeFromTree ( ) ) : ( e . removeClass ( "multiple" ) , e . addClass ( "draggable" ) ) , t ( "#Form_BatchActionsForm" ) . refreshSelected ( )
2017-02-28 16:01:13 +13:00
} } ) , t ( "#Form_BatchActionsForm select[name=Action]" ) . entwine ( { onchange : function w ( e ) { var n = t ( e . target . form ) , r = n . find ( ":submit" ) , i = t ( e . target ) . val ( )
2016-12-13 14:18:10 +13:00
t ( "#Form_BatchActionsForm" ) . refreshSelected ( ) , this . trigger ( "chosen:updated" ) , this . _super ( e ) } } ) } ) } ) . call ( t , n ( 1 ) ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms .field.cms-description-tooltip" ) . entwine ( { onmatch : function t ( ) { this . _super ( )
2016-09-21 17:30:24 +12:00
var e = this . find ( ".description" ) , t , n
e . length && ( this . attr ( "title" , e . text ( ) ) . tooltip ( { content : e . html ( ) } ) , e . remove ( ) ) } } ) , e ( ".cms .field.cms-description-tooltip :input" ) . entwine ( { onfocusin : function n ( e ) { this . closest ( ".field" ) . tooltip ( "open" )
2017-02-28 16:01:13 +13:00
} , onfocusout : function r ( e ) { this . closest ( ".field" ) . tooltip ( "close" ) } } ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-description-toggle" ) . entwine ( { onadd : function t ( ) { var e = ! 1 , t = this . prop ( "id" ) . substr ( 0 , this . prop ( "id" ) . indexOf ( "_Holder" ) ) , n = this . find ( ".cms-description-trigger" ) , r = this . find ( ".description" )
2016-09-21 17:30:24 +12:00
this . hasClass ( "description-toggle-enabled" ) || ( 0 === n . length && ( n = this . find ( ".middleColumn" ) . first ( ) . after ( '<label class="right" for="' + t + '"><a class="cms-description-trigger" href="javascript:void(0)"><span class="btn-icon-information"></span></a></label>' ) . next ( ) ) ,
2017-02-28 16:01:13 +13:00
this . addClass ( "description-toggle-enabled" ) , n . on ( "click" , function ( ) { r [ e ? "hide" : "show" ] ( ) , e = ! e } ) , r . hide ( ) ) } } ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".TreeDropdownField" ) . entwine ( { "from .cms-container form" : { onaftersubmitform : function t ( e ) { this . find ( ".tree-holder" ) . empty ( ) , this . _super ( ) } } } ) } ) } , function ( e , t , n ) {
2016-09-21 17:30:24 +12:00
"use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) , a = n ( 5 ) , s = r ( a ) , l = n ( 182 ) , u = r ( l ) , c = n ( 106 ) , d = n ( 183 ) , f = r ( d )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-content-actions .add-to-campaign-action,#add-to-campaign__action" ) . entwine ( { onclick : function t ( ) { var t = e ( "#add-to-campaign__dialog-wrapper" )
return t . length || ( t = e ( '<div id="add-to-campaign__dialog-wrapper" />' ) , e ( "body" ) . append ( t ) ) , t . open ( ) , ! 1 } } ) , e ( "#add-to-campaign__dialog-wrapper" ) . entwine ( { onunmatch : function n ( ) { this . _clearModal ( ) } , open : function r ( ) {
this . _renderModal ( ! 0 ) } , close : function i ( ) { this . _renderModal ( ! 1 ) } , _renderModal : function o ( t ) { var n = this , r = function h ( ) { return n . close ( ) } , i = function m ( ) { return n . _handleSubmitModal . apply ( n , arguments ) } , o = e ( "form.cms-edit-form :input[name=ID]" ) . val ( ) , a = window . ss . store , l = "SilverStripe\\CMS\\Controllers\\CMSPageEditController" , d = a . getState ( ) . config . sections [ l ] , p = d . form . AddToCampaignForm . schemaUrl + "/" + o
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
u [ "default" ] . render ( s [ "default" ] . createElement ( c . Provider , { store : a } , s [ "default" ] . createElement ( f [ "default" ] , { show : t , handleSubmit : i , handleHide : r , schemaUrl : p , bodyClassName : "modal__dialog" , responseClassBad : "modal__response modal__response--error" ,
responseClassGood : "modal__response modal__response--good" } ) ) , this [ 0 ] ) } , _clearModal : function a ( ) { u [ "default" ] . unmountComponentAtNode ( this [ 0 ] ) } , _handleSubmitModal : function l ( e , t , n ) { return n ( ) } } ) } ) } , , function ( e , t ) {
2016-11-22 15:18:26 +13:00
e . exports = FormBuilderModal } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
2017-02-20 11:34:18 +13:00
n ( 169 ) , n ( 185 )
2017-02-28 16:01:13 +13:00
var a = function s ( e ) { var t = ( 0 , o [ "default" ] ) ( ( 0 , o [ "default" ] ) ( this ) . contents ( ) ) . find ( ".message" )
if ( t && t . html ( ) ) { var n = ( 0 , o [ "default" ] ) ( window . parent . document ) . find ( "#Form_EditForm_Members" ) . get ( 0 )
2016-09-21 17:30:24 +12:00
n && n . refresh ( )
2017-02-28 16:01:13 +13:00
var r = ( 0 , o [ "default" ] ) ( window . parent . document ) . find ( ".cms-tree" ) . get ( 0 )
r && r . reload ( ) } } ; ( 0 , o [ "default" ] ) ( "#MemberImportFormIframe, #GroupImportFormIframe" ) . entwine ( { onadd : function l ( ) { this . _super ( ) , ( 0 , o [ "default" ] ) ( this ) . bind ( "load" , a ) } } ) , o [ "default" ] . entwine ( "ss" , function ( e ) {
e ( ".permissioncheckboxset .checkbox[value=ADMIN]" ) . entwine ( { onmatch : function t ( ) { this . toggleCheckboxes ( ) , this . _super ( ) } , onunmatch : function n ( ) { this . _super ( ) } , onclick : function r ( e ) { this . toggleCheckboxes ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , toggleCheckboxes : function i ( ) { var t = this , n = this . parents ( ".field:eq(0)" ) . find ( ".checkbox" ) . not ( this )
2016-09-21 17:30:24 +12:00
this . is ( ":checked" ) ? n . each ( function ( ) { e ( this ) . data ( "SecurityAdmin.oldChecked" , e ( this ) . is ( ":checked" ) ) , e ( this ) . data ( "SecurityAdmin.oldDisabled" , e ( this ) . is ( ":disabled" ) ) , e ( this ) . prop ( "disabled" , ! 0 ) , e ( this ) . prop ( "checked" , ! 0 )
} ) : n . each ( function ( ) { e ( this ) . prop ( "checked" , e ( this ) . data ( "SecurityAdmin.oldChecked" ) ) , e ( this ) . prop ( "disabled" , e ( this ) . data ( "SecurityAdmin.oldDisabled" ) ) } ) } } ) } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".permissioncheckboxset .valADMIN input" ) . entwine ( { onmatch : function t ( ) { this . _super ( ) } , onunmatch : function n ( ) { this . _super ( ) } , onclick : function r ( e ) { this . toggleCheckboxes ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , toggleCheckboxes : function i ( ) { var t = e ( this ) . parents ( ".field:eq(0)" ) . find ( ".checkbox" ) . not ( this )
2016-09-21 17:30:24 +12:00
e ( this ) . is ( ":checked" ) ? t . each ( function ( ) { e ( this ) . data ( "SecurityAdmin.oldChecked" , e ( this ) . attr ( "checked" ) ) , e ( this ) . data ( "SecurityAdmin.oldDisabled" , e ( this ) . attr ( "disabled" ) ) , e ( this ) . attr ( "disabled" , "disabled" ) ,
e ( this ) . attr ( "checked" , "checked" ) } ) : t . each ( function ( ) { var t = e ( this ) . data ( "SecurityAdmin.oldChecked" ) , n = e ( this ) . data ( "SecurityAdmin.oldDisabled" )
2017-02-28 16:01:13 +13:00
null !== t && e ( this ) . attr ( "checked" , t ) , null !== n && e ( this ) . attr ( "disabled" , n ) } ) } } ) , e ( ".permissioncheckboxset .valCMS_ACCESS_LeftAndMain input" ) . entwine ( { getCheckboxesExceptThisOne : function o ( ) { return e ( this ) . parents ( ".field:eq(0)" ) . find ( "li" ) . filter ( function ( t ) {
2016-09-21 17:30:24 +12:00
var n = e ( this ) . attr ( "class" )
2017-02-28 16:01:13 +13:00
return ! ! n && n . match ( /CMS_ACCESS_/ ) } ) . find ( ".checkbox" ) . not ( this ) } , onmatch : function a ( ) { this . toggleCheckboxes ( ) , this . _super ( ) } , onunmatch : function s ( ) { this . _super ( ) } , onclick : function l ( e ) { this . toggleCheckboxes ( )
2016-09-21 17:30:24 +12:00
} , toggleCheckboxes : function u ( ) { var t = this . getCheckboxesExceptThisOne ( )
e ( this ) . is ( ":checked" ) ? t . each ( function ( ) { e ( this ) . data ( "PermissionCheckboxSetField.oldChecked" , e ( this ) . is ( ":checked" ) ) , e ( this ) . data ( "PermissionCheckboxSetField.oldDisabled" , e ( this ) . is ( ":disabled" ) ) , e ( this ) . prop ( "disabled" , "disabled" ) ,
e ( this ) . prop ( "checked" , "checked" ) } ) : t . each ( function ( ) { e ( this ) . prop ( "checked" , e ( this ) . data ( "PermissionCheckboxSetField.oldChecked" ) ) , e ( this ) . prop ( "disabled" , e ( this ) . data ( "PermissionCheckboxSetField.oldDisabled" ) )
} ) } } ) } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
n ( 169 ) , o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".cms-content-tools #Form_SearchForm" ) . entwine ( { onsubmit : function t ( e ) { this . trigger ( "beforeSubmit" ) } } ) , e ( ".importSpec" ) . entwine ( { onmatch : function n ( ) { this . find ( "div.details" ) . hide ( ) ,
this . find ( "a.detailsLink" ) . click ( function ( ) { return e ( "#" + e ( this ) . attr ( "href" ) . replace ( /.*#/ , "" ) ) . slideToggle ( ) , ! 1 } ) , this . _super ( ) } , onunmatch : function r ( ) { this . _super ( ) } } ) } ) } , function ( e , t , n ) { "use strict"
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) ; ( 0 , o [ "default" ] ) ( document ) . on ( "click" , ".confirmedpassword .showOnClick a" , function ( ) { var e = ( 0 , o [ "default" ] ) ( ".showOnClickContainer" , ( 0 ,
o [ "default" ] ) ( this ) . parent ( ) )
2016-09-23 17:15:59 +01:00
return e . toggle ( "fast" , function ( ) { e . find ( 'input[type="hidden"]' ) . val ( e . is ( ":visible" ) ? 1 : 0 ) } ) , ! 1 } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) ; ( 0 , o [ "default" ] ) ( document ) . ready ( function ( ) { ( 0 , o [ "default" ] ) ( "ul.SelectionGroup input.selector, ul.selection-group input.selector" ) . live ( "click" , function ( ) {
var e = ( 0 , o [ "default" ] ) ( this ) . closest ( "li" )
2016-09-21 17:30:24 +12:00
e . addClass ( "selected" )
var t = e . prevAll ( "li.selected" )
t . length && t . removeClass ( "selected" )
var n = e . nextAll ( "li.selected" )
2017-02-28 16:01:13 +13:00
n . length && n . removeClass ( "selected" ) , ( 0 , o [ "default" ] ) ( this ) . focus ( ) } ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
n ( 168 ) , o [ "default" ] . fn . extend ( { ssDatepicker : function a ( e ) { return ( 0 , o [ "default" ] ) ( this ) . each ( function ( ) { if ( ! ( ( 0 , o [ "default" ] ) ( this ) . prop ( "disabled" ) || ( 0 , o [ "default" ] ) ( this ) . prop ( "readonly" ) || ( 0 , o [ "default" ] ) ( this ) . hasClass ( "hasDatepicker" ) ) ) {
( 0 , o [ "default" ] ) ( this ) . siblings ( "button" ) . addClass ( "ui-icon ui-icon-calendar" )
var t = o [ "default" ] . extend ( { } , e || { } , ( 0 , o [ "default" ] ) ( this ) . data ( ) , ( 0 , o [ "default" ] ) ( this ) . data ( "jqueryuiconfig" ) )
t . showcalendar && ( t . locale && o [ "default" ] . datepicker . regional [ t . locale ] && ( t = o [ "default" ] . extend ( { } , o [ "default" ] . datepicker . regional [ t . locale ] , t ) ) , ( 0 , o [ "default" ] ) ( this ) . datepicker ( t ) ) } } ) } } ) , ( 0 , o [ "default" ] ) ( document ) . on ( "click" , ".field.date input.text,input.text.date" , function ( ) {
( 0 , o [ "default" ] ) ( this ) . ssDatepicker ( ) , ( 0 , o [ "default" ] ) ( this ) . data ( "datepicker" ) && ( 0 , o [ "default" ] ) ( this ) . datepicker ( "show" ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
n ( 168 ) , o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".ss-toggle" ) . entwine ( { onadd : function t ( ) { this . _super ( ) , this . accordion ( { heightStyle : "content" , collapsible : ! 0 , active : ! this . hasClass ( "ss-toggle-start-closed" ) && 0
} ) } , onremove : function n ( ) { this . data ( "accordion" ) && this . accordion ( "destroy" ) , this . _super ( ) } , getTabSet : function r ( ) { return this . closest ( ".ss-tabset" ) } , fromTabSet : { ontabsshow : function i ( ) { this . accordion ( "resize" )
2016-09-21 17:30:24 +12:00
2016-11-22 15:18:26 +13:00
} } } ) } ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".memberdatetimeoptionset" ) . entwine ( { onmatch : function t ( ) { this . find ( ".toggle-content" ) . hide ( ) , this . _super ( ) } } ) , e ( ".memberdatetimeoptionset .toggle" ) . entwine ( { onclick : function n ( t ) {
2016-12-21 10:51:42 +13:00
t . preventDefault ( )
var n = e ( this ) . closest ( ".form__field-description" ) . parent ( ) . find ( ".toggle-content" )
n . is ( ":visible" ) ? n . hide ( ) : n . show ( ) } } ) } ) } , function ( e , t , n ) { ( function ( e ) { "use strict"
2017-02-28 16:01:13 +13:00
function t ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var r = n ( 1 ) , i = t ( r ) , o = n ( 114 ) , a = t ( o )
n ( 193 ) , n ( 194 ) , i [ "default" ] . entwine ( "ss" , function ( t ) { var n , r
t ( window ) . bind ( "resize.treedropdownfield" , function ( ) { var e = function a ( ) { t ( ".TreeDropdownField" ) . closePanel ( ) }
if ( t . browser . msie && parseInt ( t . browser . version , 10 ) < 9 ) { var i = t ( window ) . width ( ) , o = t ( window ) . height ( )
i == n && o == r || ( n = i , r = o , e ( ) ) } else e ( ) } )
var i = { openlink : a [ "default" ] . _t ( "TreeDropdownField.OpenLink" ) , fieldTitle : "(" + a [ "default" ] . _t ( "TreeDropdownField.FieldTitle" ) + ")" , searchFieldTitle : "(" + a [ "default" ] . _t ( "TreeDropdownField.SearchFieldTitle" ) + ")"
} , o = function s ( e ) { t ( e . target ) . parents ( ".TreeDropdownField" ) . length || t ( ".TreeDropdownField" ) . closePanel ( ) }
2016-09-21 17:30:24 +12:00
t ( ".TreeDropdownField" ) . entwine ( { CurrentXhr : null , onadd : function l ( ) { this . append ( '<span class="treedropdownfield-title"></span><div class="treedropdownfield-toggle-panel-link"><a href="#" class="ui-icon ui-icon-triangle-1-s"></a></div><div class="treedropdownfield-panel"><div class="tree-holder"></div></div>' )
2017-02-28 16:01:13 +13:00
var e = i . openLink
2016-09-21 17:30:24 +12:00
e && this . find ( "treedropdownfield-toggle-panel-link a" ) . attr ( "title" , e ) , this . data ( "title" ) && this . setTitle ( this . data ( "title" ) ) , this . getPanel ( ) . hide ( ) , this . _super ( ) } , getPanel : function u ( ) { return this . find ( ".treedropdownfield-panel" )
2017-02-28 16:01:13 +13:00
} , openPanel : function c ( ) { t ( ".TreeDropdownField" ) . closePanel ( ) , t ( "body" ) . bind ( "click" , o )
2016-09-21 17:30:24 +12:00
var e = this . getPanel ( ) , n = this . find ( ".tree-holder" )
e . css ( "width" , this . width ( ) ) , e . show ( )
2017-02-28 16:01:13 +13:00
var r = this . find ( ".treedropdownfield-toggle-panel-link" )
r . addClass ( "treedropdownfield-open-tree" ) , this . addClass ( "treedropdownfield-open-tree" ) , r . find ( "a" ) . removeClass ( "ui-icon-triangle-1-s" ) . addClass ( "ui-icon-triangle-1-n" ) , n . is ( ":empty" ) && ! e . hasClass ( "loading" ) ? this . loadTree ( null , this . _riseUp ) : this . _riseUp ( ) ,
this . trigger ( "panelshow" ) } , _riseUp : function d ( ) { var e = this , n = this . getPanel ( ) , r = this . find ( ".treedropdownfield-toggle-panel-link" ) , i = r . innerHeight ( ) , o , a , s
r . length > 0 && ( s = t ( window ) . height ( ) + t ( document ) . scrollTop ( ) - r . innerHeight ( ) , a = r . offset ( ) . top , o = n . innerHeight ( ) , a + o > s && a - o > 0 ? ( e . addClass ( "treedropdownfield-with-rise" ) , i = - n . outerHeight ( ) ) : e . removeClass ( "treedropdownfield-with-rise" ) ) ,
n . css ( { top : i + "px" } ) } , closePanel : function f ( ) { e ( "body" ) . unbind ( "click" , o )
2016-09-21 17:30:24 +12:00
var t = this . find ( ".treedropdownfield-toggle-panel-link" )
t . removeClass ( "treedropdownfield-open-tree" ) , this . removeClass ( "treedropdownfield-open-tree treedropdownfield-with-rise" ) , t . find ( "a" ) . removeClass ( "ui-icon-triangle-1-n" ) . addClass ( "ui-icon-triangle-1-s" ) ,
2017-02-28 16:01:13 +13:00
this . getPanel ( ) . hide ( ) , this . trigger ( "panelhide" ) } , togglePanel : function p ( ) { this [ this . getPanel ( ) . is ( ":visible" ) ? "closePanel" : "openPanel" ] ( ) } , setTitle : function h ( e ) { e = e || this . data ( "title" ) || i . fieldTitle ,
this . find ( ".treedropdownfield-title" ) . html ( e ) , this . data ( "title" , e ) } , getTitle : function m ( ) { return this . find ( ".treedropdownfield-title" ) . text ( ) } , updateTitle : function g ( ) { var e = this , t = e . find ( ".tree-holder" ) , n = this . getValue ( ) , r = function i ( ) {
2016-09-21 17:30:24 +12:00
var n = e . getValue ( )
2017-02-28 16:01:13 +13:00
if ( n ) { var r = t . find ( '*[data-id="' + n + '"]' ) , i = r . children ( "a" ) . find ( "span.jstree_pageicon" ) ? r . children ( "a" ) . find ( "span.item" ) . html ( ) : null
i || ( i = r . length > 0 ? t . jstree ( "get_text" , r [ 0 ] ) : null ) , i && ( e . setTitle ( i ) , e . data ( "title" , i ) ) , r && t . jstree ( "select_node" , r ) } else e . setTitle ( e . data ( "empty-title" ) ) , e . removeData ( "title" ) }
t . is ( ":empty" ) && n ? this . loadTree ( { forceValue : n } , r ) : r ( ) } , setValue : function y ( e ) { this . data ( "metadata" , t . extend ( this . data ( "metadata" ) , { id : e } ) ) , this . find ( ":input:hidden" ) . val ( e ) . trigger ( "valueupdated" ) . trigger ( "change" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , getValue : function b ( ) { return this . find ( ":input:hidden" ) . val ( ) } , loadTree : function v ( e , n ) { var r = this , i = this . getPanel ( ) , o = t ( i ) . find ( ".tree-holder" ) , e = e ? t . extend ( { } , this . getRequestParams ( ) , e ) : this . getRequestParams ( ) , a
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
this . getCurrentXhr ( ) && this . getCurrentXhr ( ) . abort ( ) , i . addClass ( "loading" ) , a = t . ajax ( { url : this . data ( "urlTree" ) , data : e , complete : function s ( e , t ) { i . removeClass ( "loading" ) } , success : function l ( e , i , a ) { o . html ( e )
2016-09-21 17:30:24 +12:00
var s = ! 0
2017-02-28 16:01:13 +13:00
o . jstree ( "destroy" ) . bind ( "loaded.jstree" , function ( e , t ) { var i = r . getValue ( ) , a = o . find ( '*[data-id="' + i + '"]' ) , l = t . inst . get _selected ( )
i && a != l && t . inst . select _node ( a ) , s = ! 1 , n && n . apply ( r ) } ) . jstree ( r . getTreeConfig ( ) ) . bind ( "select_node.jstree" , function ( e , n ) { var i = n . rslt . obj , o = t ( i ) . data ( "id" )
s || r . getValue ( ) != o ? ( r . data ( "metadata" , t . extend ( { id : o } , t ( i ) . getMetaData ( ) ) ) , r . setTitle ( n . inst . get _text ( i ) ) , r . setValue ( o ) ) : ( r . data ( "metadata" , null ) , r . setTitle ( null ) , r . setValue ( null ) , n . inst . deselect _node ( i ) ) ,
s || r . closePanel ( ) , s = ! 1 } ) , r . setCurrentXhr ( null ) } } ) , this . setCurrentXhr ( a ) } , getTreeConfig : function _ ( ) { var e = this
return { core : { html _titles : ! 0 , animation : 0 } , html _data : { data : this . getPanel ( ) . find ( ".tree-holder" ) . html ( ) , ajax : { url : function n ( r ) { var n = t . path . parseUrl ( e . data ( "urlTree" ) ) . hrefNoSearch
return n + "/" + ( t ( r ) . data ( "id" ) ? t ( r ) . data ( "id" ) : 0 ) } , data : function r ( n ) { var r = t . query . load ( e . data ( "urlTree" ) ) . keys , i = e . getRequestParams ( )
return i = t . extend ( { } , r , i , { ajax : 1 } ) } } } , ui : { select _limit : 1 , initially _select : [ this . getPanel ( ) . find ( ".current" ) . attr ( "id" ) ] } , themes : { theme : "apple" } , types : { types : { "default" : { check _node : function i ( e ) { return ! e . hasClass ( "disabled" )
} , uncheck _node : function o ( e ) { return ! e . hasClass ( "disabled" ) } , select _node : function a ( e ) { return ! e . hasClass ( "disabled" ) } , deselect _node : function s ( e ) { return ! e . hasClass ( "disabled" ) } } } } , plugins : [ "html_data" , "ui" , "themes" , "types" ]
2016-12-12 15:25:18 +13:00
} } , getRequestParams : function w ( ) { return { } } } ) , t ( ".TreeDropdownField .tree-holder li" ) . entwine ( { getMetaData : function C ( ) { var e = this . attr ( "class" ) . match ( /class-([^\s]*)/i ) , t = e ? e [ 1 ] : ""
2017-02-28 16:01:13 +13:00
return { ClassName : t } } } ) , t ( ".TreeDropdownField *" ) . entwine ( { getField : function T ( ) { return this . parents ( ".TreeDropdownField:first" ) } } ) , t ( ".TreeDropdownField" ) . entwine ( { onclick : function P ( e ) { return this . togglePanel ( ) ,
! 1 } } ) , t ( ".TreeDropdownField .treedropdownfield-panel" ) . entwine ( { onclick : function E ( e ) { return ! 1 } } ) , t ( ".TreeDropdownField.searchable" ) . entwine ( { onadd : function O ( ) { this . _super ( )
var e = a [ "default" ] . _t ( "TreeDropdownField.ENTERTOSEARCH" )
this . find ( ".treedropdownfield-panel" ) . prepend ( t ( '<input type="text" class="search treedropdownfield-search" data-skip-autofocus="true" placeholder="' + e + '" value="" />' ) ) } , search : function k ( e , t ) { this . openPanel ( ) ,
this . loadTree ( { search : e } , t ) } , cancelSearch : function S ( ) { this . closePanel ( ) , this . loadTree ( ) } } ) , t ( ".TreeDropdownField.searchable input.search" ) . entwine ( { onkeydown : function j ( e ) { var t = this . getField ( )
2016-12-12 13:52:42 +13:00
return 13 == e . keyCode ? ( t . search ( this . val ( ) ) , ! 1 ) : void ( 27 == e . keyCode && t . cancelSearch ( ) ) } } ) , t ( ".TreeDropdownField.multiple" ) . entwine ( { getTreeConfig : function x ( ) { var e = this . _super ( )
2017-02-28 16:01:13 +13:00
return e . checkbox = { override _ui : ! 0 , two _state : ! 0 } , e . plugins . push ( "checkbox" ) , e . ui . select _limit = - 1 , e } , loadTree : function R ( e , n ) { var r = this , i = this . getPanel ( ) , o = t ( i ) . find ( ".tree-holder" ) , e = e ? t . extend ( { } , this . getRequestParams ( ) , e ) : this . getRequestParams ( ) , a
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
this . getCurrentXhr ( ) && this . getCurrentXhr ( ) . abort ( ) , i . addClass ( "loading" ) , a = t . ajax ( { url : this . data ( "urlTree" ) , data : e , complete : function s ( e , t ) { i . removeClass ( "loading" ) } , success : function l ( e , i , a ) { o . html ( e )
2016-09-21 17:30:24 +12:00
var s = ! 0
2017-02-28 16:01:13 +13:00
r . setCurrentXhr ( null ) , o . jstree ( "destroy" ) . bind ( "loaded.jstree" , function ( e , i ) { t . each ( r . getValue ( ) , function ( e , t ) { i . inst . check _node ( o . find ( "*[data-id=" + t + "]" ) ) } ) , s = ! 1 , n && n . apply ( r ) } ) . jstree ( r . getTreeConfig ( ) ) . bind ( "uncheck_node.jstree check_node.jstree" , function ( e , n ) {
var i = n . inst . get _checked ( null , ! 0 )
r . setValue ( t . map ( i , function ( e , n ) { return t ( e ) . data ( "id" ) } ) ) , r . setTitle ( t . map ( i , function ( e , t ) { return n . inst . get _text ( e ) } ) ) , r . data ( "metadata" , t . map ( i , function ( e , n ) { return { id : t ( e ) . data ( "id" ) , metadata : t ( e ) . getMetaData ( )
} } ) ) } ) } } ) , this . setCurrentXhr ( a ) } , getValue : function I ( ) { var e = this . _super ( )
return e . split ( / *, */ ) } , setValue : function A ( e ) { this . _super ( t . isArray ( e ) ? e . join ( "," ) : e ) } , setTitle : function D ( e ) { this . _super ( t . isArray ( e ) ? e . join ( ", " ) : e ) } , updateTitle : function F ( ) { } } ) , t ( ".TreeDropdownField input[type=hidden]" ) . entwine ( {
2016-10-28 16:13:29 +13:00
onadd : function M ( ) { this . _super ( ) , this . bind ( "change.TreeDropdownField" , function ( ) { t ( this ) . getField ( ) . updateTitle ( ) } ) } , onremove : function N ( ) { this . _super ( ) , this . unbind ( ".TreeDropdownField" ) } } ) } ) } ) . call ( t , n ( 1 ) )
2016-09-21 17:30:24 +12:00
} , , , function ( module , exports , _ _webpack _require _ _ ) { "use strict"
2016-11-22 15:18:26 +13:00
function _interopRequireDefault ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var _extends = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , _jQuery = _ _webpack _require _ _ ( 1 ) , _jQuery2 = _interopRequireDefault ( _jQuery ) , _i18n = _ _webpack _require _ _ ( 114 ) , _i18n2 = _interopRequireDefault ( _i18n ) , _react = _ _webpack _require _ _ ( 5 ) , _react2 = _interopRequireDefault ( _react ) , _reactDom = _ _webpack _require _ _ ( 182 ) , _reactDom2 = _interopRequireDefault ( _reactDom ) , _reactApollo = _ _webpack _require _ _ ( 196 ) , ss = "undefined" != typeof window . ss ? window . ss : { }
2016-09-21 17:30:24 +12:00
ss . editorWrappers = { } , ss . editorWrappers . tinyMCE = function ( ) { var editorID
return { init : function e ( t ) { editorID = t , this . create ( ) } , destroy : function t ( ) { tinymce . EditorManager . execCommand ( "mceRemoveEditor" , ! 1 , editorID ) } , getInstance : function n ( ) { return tinymce . EditorManager . get ( editorID )
2017-02-28 16:01:13 +13:00
} , onopen : function r ( ) { } , onclose : function i ( ) { } , getConfig : function o ( ) { var e = "#" + editorID , t = ( 0 , _jQuery2 [ "default" ] ) ( e ) . data ( "config" ) , n = this
return t . selector = e , t . setup = function ( e ) { e . on ( "change" , function ( ) { n . save ( ) } ) } , t } , save : function a ( ) { var e = this . getInstance ( )
2016-09-21 17:30:24 +12:00
e . save ( ) , ( 0 , _jQuery2 [ "default" ] ) ( e . getElement ( ) ) . trigger ( "change" ) } , create : function s ( ) { var e = this . getConfig ( )
2017-01-26 17:20:08 +13:00
"undefined" != typeof e . baseURL && ( tinymce . EditorManager . baseURL = e . baseURL ) , tinymce . init ( e ) } , repaint : function l ( ) { } , isDirty : function u ( ) { return this . getInstance ( ) . isDirty ( ) } , getContent : function c ( ) { return this . getInstance ( ) . getContent ( )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} , getDOM : function d ( ) { return this . getInstance ( ) . getElement ( ) } , getContainer : function f ( ) { return this . getInstance ( ) . getContainer ( ) } , getSelectedNode : function p ( ) { return this . getInstance ( ) . selection . getNode ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , selectNode : function h ( e ) { this . getInstance ( ) . selection . select ( e ) } , setContent : function m ( e , t ) { this . getInstance ( ) . setContent ( e , t ) } , insertContent : function g ( e , t ) { this . getInstance ( ) . insertContent ( e , t ) } , replaceContent : function y ( e , t ) {
this . getInstance ( ) . execCommand ( "mceReplaceContent" , ! 1 , e , t ) } , insertLink : function b ( e , t ) { this . getInstance ( ) . execCommand ( "mceInsertLink" , ! 1 , e , t ) } , removeLink : function v ( ) { this . getInstance ( ) . execCommand ( "unlink" , ! 1 )
2016-09-21 17:30:24 +12:00
2016-11-09 22:54:33 +00:00
} , cleanLink : function cleanLink ( href , node ) { var settings = this . getConfig , cb = settings . urlconverter _callback , cu = tinyMCE . settings . convert _urls
2016-12-12 15:25:18 +13:00
return cb && ( href = eval ( cb + "(href, node, true);" ) ) , cu && href . match ( new RegExp ( "^" + tinyMCE . settings . document _base _url + "(.*)$" ) ) && ( href = RegExp . $1 ) , href . match ( /^javascript:\s*mctmp/ ) && ( href = "" ) , href } , createBookmark : function _ ( ) {
return this . getInstance ( ) . selection . getBookmark ( ) } , moveToBookmark : function w ( e ) { this . getInstance ( ) . selection . moveToBookmark ( e ) , this . getInstance ( ) . focus ( ) } , blur : function C ( ) { this . getInstance ( ) . selection . collapse ( )
2016-09-21 17:30:24 +12:00
2016-09-30 09:10:02 +13:00
} , addUndo : function T ( ) { this . getInstance ( ) . undoManager . add ( ) } } } , ss . editorWrappers [ "default" ] = ss . editorWrappers . tinyMCE , _jQuery2 [ "default" ] . entwine ( "ss" , function ( e ) { e ( "textarea.htmleditor" ) . entwine ( { Editor : null ,
2016-09-21 17:30:24 +12:00
onadd : function t ( ) { var e = this . data ( "editor" ) || "default" , t = ss . editorWrappers [ e ] ( )
2017-02-28 16:01:13 +13:00
this . setEditor ( t ) , t . init ( this . attr ( "id" ) ) , this . _super ( ) } , onremove : function n ( ) { this . getEditor ( ) . destroy ( ) , this . _super ( ) } , "from .cms-edit-form" : { onbeforesubmitform : function r ( ) { this . getEditor ( ) . save ( ) , this . _super ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , openLinkDialog : function i ( ) { this . openDialog ( "link" ) } , openMediaDialog : function o ( ) { this . openDialog ( "media" ) } , openDialog : function a ( t ) { if ( "media" === t && window . InsertMediaModal ) { var n = e ( "#insert-media-react__dialog-wrapper" )
2016-11-22 15:18:26 +13:00
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return n . length || ( n = e ( '<div id="insert-media-react__dialog-wrapper" />' ) , e ( "body" ) . append ( n ) ) , n . setElement ( this ) , void n . open ( ) } var r = function s ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) . toLowerCase ( )
2016-11-22 15:18:26 +13:00
2017-02-28 16:01:13 +13:00
} , i = this , o = e ( "#cms-editor-dialogs" ) . data ( "url" + r ( t ) + "form" ) , a = e ( ".htmleditorfield-" + t + "dialog" )
if ( ! o ) { if ( "media" === t ) throw new Error ( "Install silverstripe/asset-admin to use media dialog" )
throw new Error ( "Dialog named " + t + " is not available." ) } a . length ? ( a . getForm ( ) . setElement ( this ) , a . html ( "" ) , a . addClass ( "loading" ) , a . open ( ) ) : ( a = e ( '<div class="htmleditorfield-dialog htmleditorfield-' + t + 'dialog loading">' ) ,
e ( "body" ) . append ( a ) ) , e . ajax ( { url : o , complete : function l ( ) { a . removeClass ( "loading" ) } , success : function u ( e ) { a . html ( e ) , a . getForm ( ) . setElement ( i ) , a . trigger ( "ssdialogopen" ) } } ) } } ) , e ( ".htmleditorfield-dialog" ) . entwine ( {
2017-02-24 14:09:35 +13:00
onadd : function s ( ) { this . is ( ".ui-dialog-content" ) || this . ssdialog ( { autoOpen : ! 0 , buttons : { insert : { text : _i18n2 [ "default" ] . _t ( "HtmlEditorField.INSERT" , "Insert" ) , "data-icon" : "accept" , "class" : "btn action btn-primary media-insert" ,
click : function t ( ) { e ( this ) . find ( "form" ) . submit ( ) } } } } ) , this . _super ( ) } , getForm : function l ( ) { return this . find ( "form" ) } , open : function u ( ) { this . ssdialog ( "open" ) } , close : function c ( ) { this . ssdialog ( "close" ) } , toggle : function d ( e ) {
this . is ( ":visible" ) ? this . close ( ) : this . open ( ) } , onscroll : function f ( ) { this . animate ( { scrollTop : this . find ( "form" ) . height ( ) } , 500 ) } } ) , e ( "form.htmleditorfield-form" ) . entwine ( { Selection : null , Bookmark : null , Element : null ,
setSelection : function p ( t ) { return this . _super ( e ( t ) ) } , onadd : function h ( ) { var e = this . find ( ":header:first" )
2016-09-21 17:30:24 +12:00
this . getDialog ( ) . attr ( "title" , e . text ( ) ) , this . _super ( ) } , onremove : function m ( ) { this . setSelection ( null ) , this . setBookmark ( null ) , this . setElement ( null ) , this . _super ( ) } , getDialog : function g ( ) { return this . closest ( ".htmleditorfield-dialog" )
2017-02-28 16:01:13 +13:00
} , fromDialog : { onssdialogopen : function y ( ) { var e = this . getEditor ( )
2016-09-21 17:30:24 +12:00
this . setSelection ( e . getSelectedNode ( ) ) , this . setBookmark ( e . createBookmark ( ) ) , e . blur ( ) , this . find ( ':input:not(:submit)[data-skip-autofocus!="true"]' ) . filter ( ":visible:enabled" ) . eq ( 0 ) . focus ( ) , this . redraw ( ) ,
2017-02-28 16:01:13 +13:00
this . updateFromEditor ( ) } , onssdialogclose : function b ( ) { var e = this . getEditor ( )
e . moveToBookmark ( this . getBookmark ( ) ) , this . setSelection ( null ) , this . setBookmark ( null ) , this . resetFields ( ) } } , getEditor : function v ( ) { return this . getElement ( ) . getEditor ( ) } , modifySelection : function _ ( e ) { var t = this . getEditor ( )
2016-09-21 17:30:24 +12:00
2016-12-12 15:25:18 +13:00
t . moveToBookmark ( this . getBookmark ( ) ) , e . call ( this , t ) , this . setSelection ( t . getSelectedNode ( ) ) , this . setBookmark ( t . createBookmark ( ) ) , t . blur ( ) } , updateFromEditor : function w ( ) { } , redraw : function C ( ) { } , resetFields : function T ( ) {
2017-02-28 16:01:13 +13:00
this . find ( ".tree-holder" ) . empty ( ) } } ) , e ( "form.htmleditorfield-linkform" ) . entwine ( { onsubmit : function P ( e ) { return this . insertLink ( ) , this . getDialog ( ) . close ( ) , ! 1 } , resetFields : function E ( ) { this . _super ( ) , this [ 0 ] . reset ( )
2016-09-21 17:30:24 +12:00
2016-09-30 09:10:02 +13:00
} , redraw : function O ( ) { this . _super ( )
2016-09-21 17:30:24 +12:00
var e = this . find ( ":input[name=LinkType]:checked" ) . val ( )
this . addAnchorSelector ( ) , this . resetFileField ( ) , this . find ( ".step2" ) . nextAll ( ".field" ) . not ( '.field[id$="' + e + '_Holder"]' ) . hide ( ) , this . find ( '.field[id$="LinkType_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) ,
this . find ( '.field[id$="' + e + '_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) , "internal" != e && "anchor" != e || this . find ( '.field[id$="Anchor_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) ,
"email" == e ? this . find ( '.field[id$="Subject_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) : this . find ( '.field[id$="TargetBlank_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) ,
"anchor" == e && this . find ( '.field[id$="AnchorSelector_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" ) , this . find ( '.field[id$="Description_Holder"]' ) . attr ( "style" , "display: -webkit-flex; display: flex" )
2017-02-28 16:01:13 +13:00
} , getLinkAttributes : function k ( ) { var e , t = null , n = this . find ( ":input[name=Subject]" ) . val ( ) , r = this . find ( ":input[name=Anchor]" ) . val ( )
2016-09-21 17:30:24 +12:00
switch ( this . find ( ":input[name=TargetBlank]" ) . is ( ":checked" ) && ( t = "_blank" ) , this . find ( ":input[name=LinkType]:checked" ) . val ( ) ) { case "internal" : e = "[sitetree_link,id=" + this . find ( ":input[name=internal]" ) . val ( ) + "]" ,
2017-02-28 16:01:13 +13:00
r && ( e += "#" + r )
2016-09-21 17:30:24 +12:00
break
2017-02-28 16:01:13 +13:00
case "anchor" : e = "#" + r
2016-09-21 17:30:24 +12:00
break
2017-02-28 16:01:13 +13:00
case "file" : var i = this . find ( ":input[name=file]" ) . val ( )
e = i ? "[file_link,id=" + i + "]" : ""
2016-09-21 17:30:24 +12:00
break
case "email" : e = "mailto:" + this . find ( ":input[name=email]" ) . val ( ) , n && ( e += "?subject=" + encodeURIComponent ( n ) ) , t = null
break
2017-02-28 16:01:13 +13:00
default : e = this . find ( ":input[name=external]" ) . val ( ) , e . indexOf ( "://" ) == - 1 && ( e = "http://" + e ) } return { href : e , target : t , title : this . find ( ":input[name=Description]" ) . val ( ) } } , insertLink : function S ( ) { this . modifySelection ( function ( e ) {
2016-12-12 13:52:42 +13:00
e . insertLink ( this . getLinkAttributes ( ) ) } ) } , removeLink : function j ( ) { this . modifySelection ( function ( e ) { e . removeLink ( ) } ) , this . resetFileField ( ) , this . close ( ) } , resetFileField : function x ( ) { var e = this . find ( '.ss-uploadfield[id$="file_Holder"]' ) , t = e . data ( "fileupload" ) , n = e . find ( ".ss-uploadfield-item[data-fileid]" )
2016-09-21 17:30:24 +12:00
n . length && ( t . _trigger ( "destroy" , null , { context : n } ) , e . find ( ".ss-uploadfield-addfile" ) . removeClass ( "borderTop" ) ) } , addAnchorSelector : function R ( ) { if ( ! this . find ( ":input[name=AnchorSelector]" ) . length ) { var t = this , n = e ( '<select id="Form_EditorToolbarLinkForm_AnchorSelector" name="AnchorSelector"></select>' )
2016-10-20 10:08:17 +13:00
this . find ( ":input[name=Anchor]" ) . parent ( ) . append ( n ) , this . updateAnchorSelector ( ) , n . change ( function ( n ) { t . find ( ':input[name="Anchor"]' ) . val ( e ( this ) . val ( ) ) } ) } } , getAnchors : function I ( ) { var t = this . find ( ":input[name=LinkType]:checked" ) . val ( ) , n = e . Deferred ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
switch ( t ) { case "anchor" : var r = [ ] , i = this . getEditor ( )
if ( i ) { var o = i . getContent ( ) . match ( /\s+(name|id)\s*=\s*(["'])([^\2\s>]*?)\2|\s+(name|id)\s*=\s*([^"']+)[\s +>]/gim )
if ( o && o . length ) for ( var a = 0 ; a < o . length ; a ++ ) { var s = o [ a ] . indexOf ( "id=" ) == - 1 ? 7 : 5
r . push ( o [ a ] . substr ( s ) . replace ( /"$/ , "" ) ) } } n . resolve ( r )
2016-09-21 17:30:24 +12:00
break
case "internal" : var l = this . find ( ":input[name=internal]" ) . val ( )
2017-02-28 16:01:13 +13:00
l ? e . ajax ( { url : e . path . addSearchParams ( this . attr ( "action" ) . replace ( "LinkForm" , "getanchors" ) , { PageID : parseInt ( l ) } ) , success : function u ( t , r , i ) { n . resolve ( e . parseJSON ( t ) ) } , error : function c ( e , t ) { n . reject ( e . responseText )
2016-09-21 17:30:24 +12:00
} } ) : n . resolve ( [ ] )
break
2017-02-28 16:01:13 +13:00
default : n . reject ( _i18n2 [ "default" ] . _t ( "HtmlEditorField.ANCHORSNOTSUPPORTED" , "Anchors are not supported for this link type." ) ) } return n . promise ( ) } , updateAnchorSelector : function A ( ) { var t = this , n = this . find ( ":input[name=AnchorSelector]" ) , r = this . getAnchors ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
n . empty ( ) , n . append ( e ( '<option value="" selected="1">' + _i18n2 [ "default" ] . _t ( "HtmlEditorField.LOOKINGFORANCHORS" , "Looking for anchors..." ) + "</option>" ) ) , r . done ( function ( t ) { if ( n . empty ( ) , n . append ( e ( '<option value="" selected="1">' + _i18n2 [ "default" ] . _t ( "HtmlEditorField.SelectAnchor" ) + "</option>" ) ) ,
t ) for ( var r = 0 ; r < t . length ; r ++ ) n . append ( e ( '<option value="' + t [ r ] + '">' + t [ r ] + "</option>" ) ) } ) . fail ( function ( t ) { n . empty ( ) , n . append ( e ( '<option value="" selected="1">' + t + "</option>" ) ) } ) , e . browser . msie && n . hide ( ) . show ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , updateFromEditor : function D ( ) { var e = /<\S[^><]*>/g , t , n = this . getCurrentLink ( )
if ( n ) for ( t in n ) { var r = this . find ( ":input[name=" + t + "]" ) , i = n [ t ]
"string" == typeof i && ( i = i . replace ( e , "" ) ) , r . is ( ":checkbox" ) ? r . prop ( "checked" , i ) . change ( ) : r . is ( ":radio" ) ? r . val ( [ i ] ) . change ( ) : r . val ( i ) . change ( ) } } , getCurrentLink : function F ( ) { var e = this . getSelection ( ) , t = "" , n = "" , r = "" , i = "insert" , o = "" , a = null
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return e . length && ( a = e . is ( "a" ) ? e : e = e . parents ( "a:first" ) ) , a && a . length && this . modifySelection ( function ( e ) { e . selectNode ( a [ 0 ] ) } ) , a . attr ( "href" ) || ( a = null ) , a && ( t = a . attr ( "href" ) , n = a . attr ( "target" ) , r = a . attr ( "title" ) ,
o = a . attr ( "class" ) , t = this . getEditor ( ) . cleanLink ( t , a ) , i = "update" ) , t . match ( /^mailto:(.*)$/ ) ? { LinkType : "email" , email : RegExp . $1 , Description : r } : t . match ( /^(assets\/.*)$/ ) || t . match ( /^\[file_link\s*(?:\s*|%20|,)?id=([0-9]+)\]?(#.*)?$/ ) ? {
LinkType : "file" , file : RegExp . $1 , Description : r , TargetBlank : ! ! n } : t . match ( /^#(.*)$/ ) ? { LinkType : "anchor" , Anchor : RegExp . $1 , Description : r , TargetBlank : ! ! n } : t . match ( /^\[sitetree_link(?:\s*|%20|,)?id=([0-9]+)\]?(#.*)?$/i ) ? {
LinkType : "internal" , internal : RegExp . $1 , Anchor : RegExp . $2 ? RegExp . $2 . substr ( 1 ) : "" , Description : r , TargetBlank : ! ! n } : t ? { LinkType : "external" , external : t , Description : r , TargetBlank : ! ! n } : null } } ) , e ( "form.htmleditorfield-linkform input[name=LinkType]" ) . entwine ( {
2016-10-28 16:13:29 +13:00
onclick : function M ( e ) { this . parents ( "form:first" ) . redraw ( ) , this . _super ( ) } , onchange : function N ( ) { this . parents ( "form:first" ) . redraw ( )
2016-09-21 17:30:24 +12:00
var e = this . parent ( ) . find ( ":checked" ) . val ( )
2017-02-28 16:01:13 +13:00
"anchor" !== e && "internal" !== e || this . parents ( "form.htmleditorfield-linkform" ) . updateAnchorSelector ( ) , this . _super ( ) } } ) , e ( "form.htmleditorfield-linkform input[name=internal]" ) . entwine ( { onvalueupdated : function L ( ) {
this . parents ( "form.htmleditorfield-linkform" ) . updateAnchorSelector ( ) , this . _super ( ) } } ) , e ( "form.htmleditorfield-linkform :submit[name=action_remove]" ) . entwine ( { onclick : function U ( e ) { return this . parents ( "form:first" ) . removeLink ( ) ,
this . _super ( ) , ! 1 } } ) , e ( ".insert-media-react__dialog-wrapper .nav-link" ) . entwine ( { onclick : function B ( e ) { return e . preventDefault ( ) } } ) , e ( "#insert-media-react__dialog-wrapper" ) . entwine ( { Element : null , Data : { } ,
onunmatch : function H ( ) { this . _clearModal ( ) } , _clearModal : function $ ( ) { _reactDom2 [ "default" ] . unmountComponentAtNode ( this [ 0 ] ) } , open : function q ( ) { this . _renderModal ( ! 0 ) } , close : function V ( ) { this . _renderModal ( ! 1 )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} , _renderModal : function G ( e ) { var t = this , n = function l ( ) { return t . close ( ) } , r = function u ( ) { return t . _handleInsert . apply ( t , arguments ) } , i = window . ss . store , o = window . ss . apolloClient , a = this . getOriginalAttributes ( ) , s = window . InsertMediaModal [ "default" ]
2016-11-22 15:18:26 +13:00
2016-09-21 17:14:43 +12:00
if ( ! s ) throw new Error ( "Invalid Insert media modal component found" )
2017-02-28 16:01:13 +13:00
delete a . url , _reactDom2 [ "default" ] . render ( _react2 [ "default" ] . createElement ( _reactApollo . ApolloProvider , { store : i , client : o } , _react2 [ "default" ] . createElement ( s , { title : ! 1 , show : e , onInsert : r , onHide : n , bodyClassName : "modal__dialog" ,
className : "insert-media-react__dialog-wrapper" , fileAttributes : a } ) ) , this [ 0 ] ) } , _handleInsert : function z ( e , t ) { var n = ! 1
2016-11-22 15:18:26 +13:00
this . setData ( _extends ( { } , e , t ) )
try { switch ( t . category ) { case "image" : n = this . insertImage ( )
break
2017-02-28 16:01:13 +13:00
default : n = this . insertFile ( ) } } catch ( r ) { this . statusMessage ( r , "bad" ) } return n && this . close ( ) , Promise . resolve ( ) } , getOriginalAttributes : function X ( ) { var t = this . getElement ( )
2016-11-22 15:18:26 +13:00
if ( ! t ) return { }
var n = t . getEditor ( ) . getSelectedNode ( )
if ( ! n ) return { }
2017-02-28 16:01:13 +13:00
var r = e ( n ) , i = r . parent ( ".captionImage" ) . find ( ".caption" ) , o = { url : r . attr ( "src" ) , AltText : r . attr ( "alt" ) , InsertWidth : r . attr ( "width" ) , InsertHeight : r . attr ( "height" ) , TitleTooltip : r . attr ( "title" ) , Alignment : r . attr ( "class" ) ,
Caption : i . text ( ) , ID : r . attr ( "data-id" ) }
return [ "InsertWidth" , "InsertHeight" , "ID" ] . forEach ( function ( e ) { o [ e ] = "string" == typeof o [ e ] ? parseInt ( o [ e ] , 10 ) : null } ) , o } , getAttributes : function W ( ) { var e = this . getData ( )
return { src : e . url , alt : e . AltText , width : e . InsertWidth , height : e . InsertHeight , title : e . TitleTooltip , "class" : e . Alignment , "data-id" : e . ID } } , getExtraData : function Q ( ) { var e = this . getData ( )
return { CaptionText : e && e . Caption } } , insertFile : function K ( ) { return this . statusMessage ( _i18n2 [ "default" ] . _t ( "HTMLEditorField_Toolbar.ERROR_OEMBED_REMOTE" , "Embed is only compatible with remote files" ) , "bad" ) ,
! 1 } , insertImage : function J ( ) { var t = this . getElement ( )
2016-11-22 15:18:26 +13:00
if ( ! t ) return ! 1
var n = t . getEditor ( )
if ( ! n ) return ! 1
2017-02-28 16:01:13 +13:00
var r = e ( n . getSelectedNode ( ) ) , i = this . getAttributes ( ) , o = this . getExtraData ( ) , a = r && r . is ( "img" ) ? r : null
a && a . parent ( ) . is ( ".captionImage" ) && ( a = a . parent ( ) )
var s = r && r . is ( "img" ) ? r : e ( "<img />" )
s . attr ( i )
2016-11-22 15:18:26 +13:00
var l = s . parent ( ".captionImage" ) , u = l . find ( ".caption" )
2017-02-28 16:01:13 +13:00
o . CaptionText ? ( l . length || ( l = e ( "<div></div>" ) ) , l . attr ( "class" , "captionImage " + i [ "class" ] ) . css ( "width" , i . width ) , u . length || ( u = e ( '<p class="caption"></p>' ) . appendTo ( l ) ) , u . attr ( "class" , "caption " + i [ "class" ] ) . text ( o . CaptionText ) ) : l = u = null
2016-11-22 15:18:26 +13:00
2017-01-26 17:20:08 +13:00
var c = l || s
2017-02-28 16:01:13 +13:00
return a && a . not ( c ) . length && a . replaceWith ( c ) , l && l . prepend ( s ) , a || ( n . repaint ( ) , n . insertContent ( e ( "<div />" ) . append ( c ) . html ( ) , { skip _undo : 1 } ) ) , n . addUndo ( ) , n . repaint ( ) , ! 0 } , statusMessage : function Y ( t , n ) { var r = e ( "<div/>" ) . text ( t ) . html ( )
2016-11-22 15:18:26 +13:00
2017-02-28 16:01:13 +13:00
e . noticeAdd ( { text : r , type : n , stayTime : 5e3 , inEffect : { left : "0" , opacity : "show" } } ) } } ) } ) } , function ( e , t ) { e . exports = ReactApollo } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i )
n ( 168 ) , n ( 198 ) , n ( 193 ) , o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".ss-tabset" ) . entwine ( { IgnoreTabState : ! 1 , onadd : function t ( ) { var e = window . location . hash
this . redrawTabs ( ) , "" !== e && this . openTabFromURL ( e ) , this . _super ( ) } , onremove : function n ( ) { this . data ( "tabs" ) && this . tabs ( "destroy" ) , this . _super ( ) } , redrawTabs : function r ( ) { this . rewriteHashlinks ( ) , this . tabs ( ) } ,
openTabFromURL : function i ( t ) { var n
e . each ( this . find ( ".ui-tabs-anchor" ) , function ( ) { if ( this . href . indexOf ( t ) !== - 1 && 1 === e ( t ) . length ) return n = e ( this ) , ! 1 } ) , void 0 !== n && e ( document ) . ready ( "ajaxComplete" , function ( ) { n . click ( ) } ) } , rewriteHashlinks : function o ( ) {
2016-09-21 17:30:24 +12:00
e ( this ) . find ( "ul a" ) . each ( function ( ) { if ( e ( this ) . attr ( "href" ) ) { var t = e ( this ) . attr ( "href" ) . match ( /#.*/ )
2017-02-28 16:01:13 +13:00
t && e ( this ) . attr ( "href" , document . location . href . replace ( /#.*/ , "" ) + t [ 0 ] ) } } ) } } ) , e ( ".ui-tabs-active .ui-tabs-anchor" ) . entwine ( { onmatch : function a ( ) { this . addClass ( "nav-link active" ) } , onunmatch : function s ( ) { this . removeClass ( "active" )
2016-09-21 17:30:24 +12:00
} } ) } ) } , , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 1 ) , o = r ( i ) , a = n ( 114 ) , s = r ( a )
n ( 168 ) , n ( 193 ) , o [ "default" ] . entwine ( "ss" , function ( e ) { e ( ".grid-field" ) . entwine ( { reload : function t ( n , r ) { var i = this , o = this . closest ( "form" ) , a = this . find ( ":input:focus" ) . attr ( "name" ) , l = o . find ( ":input" ) . serializeArray ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
n || ( n = { } ) , n . data || ( n . data = [ ] ) , n . data = n . data . concat ( l ) , window . location . search && ( n . data = window . location . search . replace ( /^\?/ , "" ) + "&" + e . param ( n . data ) ) , o . addClass ( "loading" ) , e . ajax ( e . extend ( { } , { headers : { "X-Pjax" : "CurrentField"
} , type : "POST" , url : this . data ( "url" ) , dataType : "html" , success : function u ( t ) { if ( i . empty ( ) . append ( e ( t ) . children ( ) ) , a && i . find ( ':input[name="' + a + '"]' ) . focus ( ) , i . find ( ".filter-header" ) . length ) { var s
"show" == n . data [ 0 ] . filter ? ( s = '<span class="non-sortable"></span>' , i . addClass ( "show-filter" ) . find ( ".filter-header" ) . show ( ) ) : ( s = '<button type="button" title="Open search and filter" name="showFilter" class="btn btn-secondary font-icon-search btn--no-text btn--icon-large grid-field__filter-open"></button>' ,
i . removeClass ( "show-filter" ) . find ( ".filter-header" ) . hide ( ) ) , i . find ( ".sortable-header th:last" ) . html ( s ) } o . removeClass ( "loading" ) , r && r . apply ( this , arguments ) , i . trigger ( "reload" , i ) } , error : function c ( e ) { alert ( s [ "default" ] . _t ( "GRIDFIELD.ERRORINTRANSACTION" ) ) ,
o . removeClass ( "loading" ) } } , n ) ) } , showDetailView : function n ( e ) { window . location . href = e } , getItems : function r ( ) { return this . find ( ".ss-gridfield-item" ) } , setState : function i ( e , t ) { var n = this . getState ( )
n [ e ] = t , this . find ( ':input[name="' + this . data ( "name" ) + '[GridState]"]' ) . val ( JSON . stringify ( n ) ) } , getState : function o ( ) { return JSON . parse ( this . find ( ':input[name="' + this . data ( "name" ) + '[GridState]"]' ) . val ( ) ) } } ) ,
e ( ".grid-field *" ) . entwine ( { getGridField : function a ( ) { return this . closest ( ".grid-field" ) } } ) , e ( ".grid-field :button[name=showFilter]" ) . entwine ( { onclick : function l ( e ) { this . closest ( ".grid-field__table" ) . find ( ".filter-header" ) . show ( ) . find ( ":input:first" ) . focus ( ) ,
2016-12-20 09:03:14 +13:00
this . closest ( ".grid-field" ) . addClass ( "show-filter" ) , this . parent ( ) . html ( '<span class="non-sortable"></span>' ) , e . preventDefault ( ) } } ) , e ( ".grid-field .ss-gridfield-item" ) . entwine ( { onclick : function u ( t ) { if ( e ( t . target ) . closest ( ".action" ) . length ) return this . _super ( t ) ,
2016-09-21 17:30:24 +12:00
! 1
var n = this . find ( ".edit-link" )
2017-01-26 17:20:08 +13:00
n . length && this . getGridField ( ) . showDetailView ( n . prop ( "href" ) ) } , onmouseover : function c ( ) { this . find ( ".edit-link" ) . length && this . css ( "cursor" , "pointer" ) } , onmouseout : function d ( ) { this . css ( "cursor" , "default" )
2016-12-12 13:52:42 +13:00
2017-01-10 17:57:54 +13:00
} } ) , e ( ".grid-field .action.action_import:button" ) . entwine ( { onclick : function f ( e ) { e . preventDefault ( ) , this . openmodal ( ) } , onmatch : function p ( ) { this . _super ( ) , "open" === this . data ( "state" ) && this . openmodal ( ) } , onunmatch : function h ( ) {
2017-01-11 10:51:54 +13:00
this . _super ( ) } , openmodal : function m ( ) { var t = e ( this . data ( "target" ) ) , n = e ( this . data ( "modal" ) )
t . length < 1 ? ( t = n , t . appendTo ( document . body ) ) : t . innerHTML = n . innerHTML
2017-02-28 16:01:13 +13:00
var r = e ( ".modal-backdrop" )
r . length < 1 && ( r = e ( '<div class="modal-backdrop fade"></div>' ) , r . appendTo ( document . body ) ) , t . find ( "[data-dismiss]" ) . on ( "click" , function ( ) { r . removeClass ( "in" ) , t . removeClass ( "in" ) , setTimeout ( function ( ) { r . remove ( )
2016-12-21 16:54:29 +13:00
2017-02-28 16:01:13 +13:00
} , . 2 ) } ) , setTimeout ( function ( ) { r . addClass ( "in" ) , t . addClass ( "in" ) } , 0 ) } } ) , e ( ".grid-field .action:button" ) . entwine ( { onclick : function g ( e ) { var t = "show"
2016-12-13 14:18:10 +13:00
return this . is ( ":disabled" ) ? void e . preventDefault ( ) : ( ! this . hasClass ( "ss-gridfield-button-close" ) && this . closest ( ".grid-field" ) . hasClass ( "show-filter" ) || ( t = "hidden" ) , this . getGridField ( ) . reload ( { data : [ { name : this . attr ( "name" ) ,
2017-02-28 16:01:13 +13:00
value : this . val ( ) , filter : t } ] } ) , void e . preventDefault ( ) ) } , actionurl : function y ( ) { var t = this . closest ( ":button" ) , n = this . getGridField ( ) , r = this . closest ( "form" ) , i = r . find ( ":input.gridstate" ) . serialize ( ) , o = r . find ( 'input[name="SecurityID"]' ) . val ( )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
i += "&" + encodeURIComponent ( t . attr ( "name" ) ) + "=" + encodeURIComponent ( t . val ( ) ) , o && ( i += "&SecurityID=" + encodeURIComponent ( o ) ) , window . location . search && ( i = window . location . search . replace ( /^\?/ , "" ) + "&" + i )
var a = n . data ( "url" ) . indexOf ( "?" ) == - 1 ? "?" : "&"
return e . path . makeUrlAbsolute ( n . data ( "url" ) + a + i , e ( "base" ) . attr ( "href" ) ) } } ) , e ( ".grid-field .add-existing-autocompleter" ) . entwine ( { onbuttoncreate : function b ( ) { var e = this
this . toggleDisabled ( ) , this . find ( 'input[type="text"]' ) . on ( "keyup" , function ( ) { e . toggleDisabled ( ) } ) } , onunmatch : function v ( ) { this . find ( 'input[type="text"]' ) . off ( "keyup" ) } , toggleDisabled : function _ ( ) { var e = this . find ( ".ss-ui-button" ) , t = this . find ( 'input[type="text"]' ) , n = "" !== t . val ( ) , r = e . is ( ":disabled" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
; ( n && r || ! n && ! r ) && e . attr ( "disabled" , ! r ) } } ) , e ( ".grid-field .grid-field__col-compact .action.gridfield-button-delete, .cms-edit-form .btn-toolbar button.action.action-delete" ) . entwine ( { onclick : function w ( e ) {
2017-01-10 17:57:54 +13:00
return confirm ( s [ "default" ] . _t ( "TABLEFIELD.DELETECONFIRMMESSAGE" ) ) ? void this . _super ( e ) : ( e . preventDefault ( ) , ! 1 ) } } ) , e ( ".grid-field .action.gridfield-button-print" ) . entwine ( { UUID : null , onmatch : function C ( ) {
2017-02-28 16:01:13 +13:00
this . _super ( ) , this . setUUID ( ( new Date ) . getTime ( ) ) } , onunmatch : function T ( ) { this . _super ( ) } , onclick : function P ( e ) { var t = this . actionurl ( )
return window . open ( t ) , e . preventDefault ( ) , ! 1 } } ) , e ( ".ss-gridfield-print-iframe" ) . entwine ( { onmatch : function E ( ) { this . _super ( ) , this . hide ( ) . bind ( "load" , function ( ) { this . focus ( )
2016-09-21 17:30:24 +12:00
var e = this . contentWindow || this
2017-02-28 16:01:13 +13:00
e . print ( ) } ) } , onunmatch : function O ( ) { this . _super ( ) } } ) , e ( ".grid-field .action.no-ajax" ) . entwine ( { onclick : function k ( e ) { return window . location . href = this . actionurl ( ) , e . preventDefault ( ) , ! 1 } } ) , e ( ".grid-field .action-detail" ) . entwine ( {
onclick : function S ( ) { return this . getGridField ( ) . showDetailView ( e ( this ) . prop ( "href" ) ) , ! 1 } } ) , e ( ".grid-field[data-selectable]" ) . entwine ( { getSelectedItems : function j ( ) { return this . find ( ".ss-gridfield-item.ui-selected" )
2016-09-21 17:30:24 +12:00
2017-01-10 17:57:54 +13:00
} , getSelectedIDs : function x ( ) { return e . map ( this . getSelectedItems ( ) , function ( t ) { return e ( t ) . data ( "id" ) } ) } } ) , e ( ".grid-field[data-selectable] .ss-gridfield-items" ) . entwine ( { onadd : function R ( ) { this . _super ( ) ,
2017-02-27 19:41:32 +13:00
this . selectable ( ) } , onremove : function I ( ) { this . _super ( ) , this . data ( "selectable" ) && this . selectable ( "destroy" ) } } ) , e ( ".grid-field .filter-header :input" ) . entwine ( { onmatch : function A ( ) { var e = this . closest ( ".extra" ) . find ( ".ss-gridfield-button-filter" ) , t = this . closest ( ".extra" ) . find ( ".ss-gridfield-button-reset" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
this . val ( ) && ( e . addClass ( "filtered" ) , t . addClass ( "filtered" ) ) , this . _super ( ) } , onunmatch : function D ( ) { this . _super ( ) } , onkeydown : function F ( e ) { if ( ! this . closest ( ".ss-gridfield-button-reset" ) . length ) { var t = this . closest ( ".extra" ) . find ( ".ss-gridfield-button-filter" ) , n = this . closest ( ".extra" ) . find ( ".ss-gridfield-button-reset" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( "13" == e . keyCode ) { var r = this . closest ( ".filter-header" ) . find ( ".ss-gridfield-button-filter" ) , i = "show"
return ! this . hasClass ( "ss-gridfield-button-close" ) && this . closest ( ".grid-field" ) . hasClass ( "show-filter" ) || ( i = "hidden" ) , this . getGridField ( ) . reload ( { data : [ { name : r . attr ( "name" ) , value : r . val ( ) , filter : i } ] } ) , ! 1
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} t . addClass ( "hover-alike" ) , n . addClass ( "hover-alike" ) } } } ) , e ( ".grid-field .relation-search" ) . entwine ( { onfocusin : function M ( t ) { this . autocomplete ( { source : function n ( t , r ) { var i = e ( this . element ) , o = e ( this . element ) . closest ( "form" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
e . ajax ( { headers : { "X-Pjax" : "Partial" } , dataType : "json" , type : "GET" , url : e ( i ) . data ( "searchUrl" ) , data : encodeURIComponent ( i . attr ( "name" ) ) + "=" + encodeURIComponent ( i . val ( ) ) , success : r , error : function a ( e ) { alert ( s [ "default" ] . _t ( "GRIDFIELD.ERRORINTRANSACTION" , "An error occured while fetching data from the server\n Please try again later." ) )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } ) } , select : function r ( t , n ) { var r = e ( '<input type="hidden" name="relationID" class="action_gridfield_relationfind" />' )
r . val ( n . item . id ) , e ( this ) . closest ( ".grid-field" ) . find ( ".action_gridfield_relationfind" ) . replaceWith ( r )
var i = e ( this ) . closest ( ".grid-field" ) . find ( ".action_gridfield_relationadd" )
i . removeAttr ( "disabled" ) } } ) } } ) , e ( ".grid-field .pagination-page-number input" ) . entwine ( { onkeydown : function N ( t ) { if ( 13 == t . keyCode ) { var n = parseInt ( e ( this ) . val ( ) , 10 ) , r = e ( this ) . getGridField ( )
return r . setState ( "GridFieldPaginator" , { currentPage : n } ) , r . reload ( ) , ! 1 } } } ) } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { if ( e && e . _ _esModule ) return e
2016-09-21 17:30:24 +12:00
var t = { }
if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] )
2017-02-28 16:01:13 +13:00
return t [ "default" ] = e , t } function i ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function o ( ) { var e = m [ "default" ] . get ( "absoluteBaseUrl" ) , t = ( 0 , I . createNetworkInterface ) ( { uri : e + "graphql/" , opts : { credentials : "same-origin"
2017-02-27 19:41:32 +13:00
} } ) , n = new A [ "default" ] ( { shouldBatch : ! 0 , addTypename : ! 0 , dataIdFromObject : function O ( e ) { return e . id >= 0 && e . _ _typename ? e . _ _typename + ":" + e . id : null } , networkInterface : t } )
2017-02-28 16:01:13 +13:00
t . use ( [ { applyMiddleware : function S ( e , t ) { var n = ( 0 , D . printRequest ) ( e . request )
e . options . headers = a ( { } , e . options . headers , { "Content-Type" : "application/x-www-form-urlencoded;charset=UTF-8" } ) , e . options . body = M [ "default" ] . stringify ( a ( { } , n , { variables : JSON . stringify ( n . variables ) } ) ) , t ( ) } } ] ) ,
y [ "default" ] . add ( "config" , w [ "default" ] ) , y [ "default" ] . add ( "form" , f . reducer ) , y [ "default" ] . add ( "schemas" , T [ "default" ] ) , y [ "default" ] . add ( "records" , E [ "default" ] ) , y [ "default" ] . add ( "campaign" , k [ "default" ] ) , y [ "default" ] . add ( "breadcrumbs" , j [ "default" ] ) ,
y [ "default" ] . add ( "routing" , p . routerReducer ) , y [ "default" ] . add ( "apollo" , n . reducer ( ) ) , R [ "default" ] . start ( )
var r = { } , i = ( 0 , u . combineReducers ) ( y [ "default" ] . getAll ( ) ) , o = [ d [ "default" ] , n . middleware ( ) ] , s = m [ "default" ] . get ( "environment" ) , c = m [ "default" ] . get ( "debugging" ) , h = u . applyMiddleware . apply ( void 0 , o ) , g = window . _ _REDUX _DEVTOOLS _EXTENSION _COMPOSE _ _ , b = window . _ _REDUX _DEVTOOLS _EXTENSION _ _ || window . devToolsExtension
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
"dev" === s && c && ( "function" == typeof g ? h = g ( u . applyMiddleware . apply ( void 0 , o ) ) : "function" == typeof b && ( h = ( 0 , u . compose ) ( u . applyMiddleware . apply ( void 0 , o ) , b ( ) ) ) )
var _ = h ( u . createStore ) , C = _ ( i , r )
C . dispatch ( v . setConfig ( m [ "default" ] . getAll ( ) ) ) , window . ss = window . ss || { } , window . ss . store = C , window . ss = window . ss || { } , window . ss . apolloClient = n
var P = new l [ "default" ] ( C , n )
P . start ( window . location . pathname ) , window . jQuery && window . jQuery ( "body" ) . addClass ( "js-react-boot" ) } var a = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , s = n ( 201 ) , l = i ( s ) , u = n ( 107 ) , c = n ( 223 ) , d = i ( c ) , f = n ( 109 ) , p = n ( 222 ) , h = n ( 149 ) , m = i ( h ) , g = n ( 224 ) , y = i ( g ) , b = n ( 225 ) , v = r ( b ) , _ = n ( 227 ) , w = i ( _ ) , C = n ( 228 ) , T = i ( C ) , P = n ( 229 ) , E = i ( P ) , O = n ( 230 ) , k = i ( O ) , S = n ( 232 ) , j = i ( S ) , x = n ( 233 ) , R = i ( x ) , I = n ( 249 ) , A = i ( I ) , D = n ( 250 ) , F = n ( 13 ) , M = i ( F ) , N = n ( 380 ) , L = i ( N ) , U = n ( 10 ) , B = i ( U )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
B [ "default" ] . polyfill ( ) , window . onload = o } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var o = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , a = n ( 1 ) , s = r ( a ) , l = n ( 5 ) , u = r ( l ) , c = n ( 182 ) , d = r ( c ) , f = n ( 142 ) , p = n ( 202 ) , h = r ( p ) , m = n ( 149 ) , g = r ( m ) , y = n ( 219 ) , b = r ( y ) , v = n ( 220 ) , _ = r ( v ) , w = n ( 221 ) , C = r ( w ) , T = n ( 222 ) , P = n ( 196 ) , E = function ( ) {
function e ( t , n ) { i ( this , e ) , this . store = t , this . client = n
var r = g [ "default" ] . get ( "absoluteBaseUrl" )
b [ "default" ] . setAbsoluteBase ( r ) } return o ( e , [ { key : "start" , value : function t ( e ) { this . matchesLegacyRoute ( e ) ? this . initLegacyRouter ( ) : this . initReactRouter ( ) } } , { key : "matchesLegacyRoute" , value : function n ( e ) { var t = g [ "default" ] . get ( "sections" ) , n = b [ "default" ] . resolveURLToBase ( e ) . replace ( /\/$/ , "" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! ! Object . keys ( t ) . find ( function ( e ) { var r = t [ e ] , i = b [ "default" ] . resolveURLToBase ( r . url ) . replace ( /\/$/ , "" )
return ! r . reactRouter && n . match ( i ) } ) } } , { key : "initReactRouter" , value : function r ( ) { _ [ "default" ] . updateRootRoute ( { component : C [ "default" ] } )
2016-09-21 17:14:43 +12:00
var e = ( 0 , T . syncHistoryWithStore ) ( ( 0 , f . useRouterHistory ) ( h [ "default" ] ) ( { basename : g [ "default" ] . get ( "baseUrl" ) } ) , this . store )
2017-02-28 16:01:13 +13:00
d [ "default" ] . render ( u [ "default" ] . createElement ( P . ApolloProvider , { store : this . store , client : this . client } , u [ "default" ] . createElement ( f . Router , { history : e , routes : _ [ "default" ] . getRootRoute ( ) } ) ) , document . getElementsByClassName ( "cms-content" ) [ 0 ] )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , { key : "initLegacyRouter" , value : function a ( ) { var e = g [ "default" ] . get ( "sections" ) , t = this . store ; ( 0 , b [ "default" ] ) ( "*" , function ( e , n ) { e . store = t , n ( ) } )
2016-09-21 17:30:24 +12:00
var n = null
2017-02-28 16:01:13 +13:00
Object . keys ( e ) . forEach ( function ( t ) { var r = b [ "default" ] . resolveURLToBase ( e [ t ] . url )
r = r . replace ( /\/$/ , "" ) , r += "(/*?)?" , ( 0 , b [ "default" ] ) ( r , function ( e , t ) { if ( "complete" !== document . readyState || e . init ) return void t ( )
2016-09-21 17:30:24 +12:00
n || ( n = window . location . pathname )
2017-02-28 16:01:13 +13:00
var r = e . data && e . data . _ _forceReload ; ( e . path !== n || r ) && ( n = e . path . replace ( /#.*$/ , "" ) , ( 0 , s [ "default" ] ) ( ".cms-container" ) . entwine ( "ss" ) . handleStateChange ( null , e . state ) ) } ) } ) , b [ "default" ] . start ( ) } } ] ) , e } ( )
t [ "default" ] = E } , , , , , , , , , , , , , , , , , , function ( e , t ) { e . exports = Router } , function ( e , t ) { e . exports = ReactRouteRegister } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = u [ "default" ] . Children . only ( this . props . children )
2016-10-06 20:37:38 +13:00
2017-01-26 17:20:08 +13:00
return e } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
t [ "default" ] = f } , function ( e , t ) { e . exports = ReactRouterRedux } , function ( e , t ) { e . exports = ReduxThunk } , function ( e , t ) { e . exports = ReducerRegister } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e ) { return { type : a [ "default" ] . SET _CONFIG , payload : { config : e } } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . setConfig = i
var o = n ( 226 ) , a = r ( o ) } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t [ "default" ] = { SET _CONFIG : "SET_CONFIG" } } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? { } : arguments [ 0 ] , t = arguments [ 1 ]
switch ( t . type ) { case u [ "default" ] . SET _CONFIG : return ( 0 , s [ "default" ] ) ( o ( { } , e , t . payload . config ) )
2016-09-21 17:30:24 +12:00
default : return e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var o = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , a = n ( 108 ) , s = r ( a ) , l = n ( 226 ) , u = r ( l )
t [ "default" ] = i } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function o ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? d : arguments [ 0 ] , t = arguments . length <= 1 || void 0 === arguments [ 1 ] ? null : arguments [ 1 ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
switch ( t . type ) { case c [ "default" ] . SET _SCHEMA : return ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , t . payload . id , a ( { } , e [ t . payload . id ] , t . payload ) ) ) )
case c [ "default" ] . SET _SCHEMA _STATE _OVERRIDES : return ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , t . payload . id , a ( { } , e [ t . payload . id ] , { stateOverride : t . payload . stateOverride } ) ) ) )
case c [ "default" ] . SET _SCHEMA _LOADING : return ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , t . payload . id , a ( { } , e [ t . payload . id ] , { metadata : a ( { } , e [ t . payload . id ] && e [ t . payload . id ] . metadata , { loading : t . payload . loading } ) } ) ) ) )
2016-09-21 17:30:24 +12:00
default : return e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var a = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e }
t [ "default" ] = o
var s = n ( 108 ) , l = r ( s ) , u = n ( 33 ) , c = r ( u ) , d = ( 0 , l [ "default" ] ) ( { } ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t , n ) { return t in e ? Object . defineProperty ( e , t , { value : n , enumerable : ! 0 , configurable : ! 0 , writable : ! 0 } ) : e [ t ] = n , e } function o ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? d : arguments [ 0 ] , t = arguments [ 1 ] , n = null , r = null , o = null
2017-01-11 16:16:32 +13:00
2017-02-28 16:01:13 +13:00
switch ( t . type ) { case c [ "default" ] . CREATE _RECORD : return ( 0 , l [ "default" ] ) ( a ( { } , e , { } ) )
case c [ "default" ] . UPDATE _RECORD : return ( 0 , l [ "default" ] ) ( a ( { } , e , { } ) )
case c [ "default" ] . DELETE _RECORD : return ( 0 , l [ "default" ] ) ( a ( { } , e , { } ) )
2017-01-26 17:20:08 +13:00
case c [ "default" ] . FETCH _RECORDS _REQUEST : return e
case c [ "default" ] . FETCH _RECORDS _FAILURE : return e
2017-02-28 16:01:13 +13:00
case c [ "default" ] . FETCH _RECORDS _SUCCESS : if ( r = t . payload . recordType , ! r ) throw new Error ( "Undefined record type" )
return n = t . payload . data . _embedded [ r ] || { } , n = n . reduce ( function ( e , t ) { return a ( { } , e , i ( { } , t . ID , t ) ) } , { } ) , ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , r , n ) ) )
2017-01-26 17:20:08 +13:00
case c [ "default" ] . FETCH _RECORD _REQUEST : return e
case c [ "default" ] . FETCH _RECORD _FAILURE : return e
2017-02-28 16:01:13 +13:00
case c [ "default" ] . FETCH _RECORD _SUCCESS : if ( r = t . payload . recordType , o = t . payload . data , ! r ) throw new Error ( "Undefined record type" )
return ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , r , a ( { } , e [ r ] , i ( { } , o . ID , o ) ) ) ) )
2017-01-26 17:20:08 +13:00
case c [ "default" ] . DELETE _RECORD _REQUEST : return e
case c [ "default" ] . DELETE _RECORD _FAILURE : return e
2017-02-28 16:01:13 +13:00
case c [ "default" ] . DELETE _RECORD _SUCCESS : return r = t . payload . recordType , n = e [ r ] , n = Object . keys ( n ) . reduce ( function ( e , r ) { return parseInt ( r , 10 ) !== parseInt ( t . payload . id , 10 ) ? a ( { } , e , i ( { } , r , n [ r ] ) ) : e } , { } ) , ( 0 , l [ "default" ] ) ( a ( { } , e , i ( { } , r , n ) ) )
2016-09-21 17:30:24 +12:00
2017-01-11 16:16:32 +13:00
default : return e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var a = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , s = n ( 108 ) , l = r ( s ) , u = n ( 125 ) , c = r ( u ) , d = { }
t [ "default" ] = o } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? c : arguments [ 0 ] , t = arguments [ 1 ]
switch ( t . type ) { case u [ "default" ] . SET _CAMPAIGN _SELECTED _CHANGESETITEM : return ( 0 , s [ "default" ] ) ( o ( { } , e , { changeSetItemId : t . payload . changeSetItemId } ) )
case u [ "default" ] . SET _CAMPAIGN _ACTIVE _CHANGESET : return ( 0 , s [ "default" ] ) ( o ( { } , e , { campaignId : t . payload . campaignId , view : t . payload . view , changeSetItemId : null } ) )
case u [ "default" ] . PUBLISH _CAMPAIGN _REQUEST : return ( 0 , s [ "default" ] ) ( o ( { } , e , { isPublishing : ! 0 } ) )
case u [ "default" ] . PUBLISH _CAMPAIGN _SUCCESS : case u [ "default" ] . PUBLISH _CAMPAIGN _FAILURE : return ( 0 , s [ "default" ] ) ( o ( { } , e , { isPublishing : ! 1 } ) )
default : return e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var o = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , a = n ( 108 ) , s = r ( a ) , l = n ( 231 ) , u = r ( l ) , c = ( 0 , s [ "default" ] ) ( { campaignId : null , changeSetItemId : null , isPublishing : ! 1 , view : null } )
t [ "default" ] = i } , function ( e , t ) { "use strict"
2016-09-21 17:30:24 +12:00
Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t [ "default" ] = { SET _CAMPAIGN _ACTIVE _CHANGESET : "SET_CAMPAIGN_ACTIVE_CHANGESET" , SET _CAMPAIGN _SELECTED _CHANGESETITEM : "SET_CAMPAIGN_SELECTED_CHANGESETITEM" , PUBLISH _CAMPAIGN _REQUEST : "PUBLISH_CAMPAIGN_REQUEST" ,
PUBLISH _CAMPAIGN _SUCCESS : "PUBLISH_CAMPAIGN_SUCCESS" , PUBLISH _CAMPAIGN _FAILURE : "PUBLISH_CAMPAIGN_FAILURE" } } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( ) { var e = arguments . length <= 0 || void 0 === arguments [ 0 ] ? c : arguments [ 0 ] , t = arguments [ 1 ]
switch ( t . type ) { case u [ "default" ] . SET _BREADCRUMBS : return ( 0 , s [ "default" ] ) ( o ( [ ] , t . payload . breadcrumbs ) )
2016-09-21 17:30:24 +12:00
default : return e } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-02-28 16:01:13 +13:00
var o = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , a = n ( 108 ) , s = r ( a ) , l = n ( 145 ) , u = r ( l ) , c = ( 0 , s [ "default" ] ) ( [ ] )
t [ "default" ] = i } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
var o = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , a = n ( 103 ) , s = r ( a ) , l = n ( 134 ) , u = r ( l ) , c = n ( 132 ) , d = r ( c ) , f = n ( 234 ) , p = r ( f ) , h = n ( 236 ) , m = r ( h ) , g = n ( 237 ) , y = r ( g ) , b = n ( 238 ) , v = r ( b ) , _ = n ( 239 ) , w = r ( _ ) , C = n ( 240 ) , T = r ( C ) , P = n ( 241 ) , E = r ( P ) , O = n ( 137 ) , k = r ( O ) , S = n ( 242 ) , j = r ( S ) , x = n ( 243 ) , R = r ( x ) , I = n ( 244 ) , A = r ( I ) , D = n ( 245 ) , F = r ( D ) , M = n ( 246 ) , N = r ( M ) , L = n ( 247 ) , U = r ( L ) , B = n ( 248 ) , H = r ( B ) , $ = function ( ) {
function e ( ) { i ( this , e ) } return o ( e , [ { key : "start" , value : function t ( ) { s [ "default" ] . register ( "TextField" , u [ "default" ] ) , s [ "default" ] . register ( "HiddenField" , d [ "default" ] ) , s [ "default" ] . register ( "CheckboxField" , p [ "default" ] ) ,
s [ "default" ] . register ( "CheckboxSetField" , m [ "default" ] ) , s [ "default" ] . register ( "OptionsetField" , y [ "default" ] ) , s [ "default" ] . register ( "GridField" , v [ "default" ] ) , s [ "default" ] . register ( "FieldGroup" , H [ "default" ] ) ,
s [ "default" ] . register ( "SingleSelectField" , w [ "default" ] ) , s [ "default" ] . register ( "PopoverField" , T [ "default" ] ) , s [ "default" ] . register ( "HeaderField" , E [ "default" ] ) , s [ "default" ] . register ( "LiteralField" , k [ "default" ] ) ,
s [ "default" ] . register ( "HtmlReadonlyField" , j [ "default" ] ) , s [ "default" ] . register ( "LookupField" , R [ "default" ] ) , s [ "default" ] . register ( "CompositeField" , A [ "default" ] ) , s [ "default" ] . register ( "Tabs" , F [ "default" ] ) ,
s [ "default" ] . register ( "TabItem" , N [ "default" ] ) , s [ "default" ] . register ( "FormAction" , U [ "default" ] ) } } ] ) , e } ( )
2016-12-12 15:25:18 +13:00
t [ "default" ] = new $ } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-30 09:10:02 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-30 09:10:02 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 235 ) , f = r ( d ) , p = n ( 135 ) , h = r ( p ) , m = n ( 20 ) , g = r ( m ) , y = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , l ( t , [ { key : "render" , value : function n ( ) { var e = ( 0 , h [ "default" ] ) ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
return c [ "default" ] . createElement ( e , s ( { } , this . props , { type : "checkbox" , hideLabels : ! 0 } ) ) } } ] ) , t } ( g [ "default" ] )
2017-02-28 16:01:13 +13:00
t [ "default" ] = y } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 22 ) , p = r ( f ) , h = n ( 21 ) , m = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleChange = n . handleChange . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "handleChange" , value : function n ( e ) { "function" == typeof this . props . onChange ? this . props . onChange ( e , { id : this . props . id , value : e . target . checked ? 1 : 0
} ) : "function" == typeof this . props . onClick && this . props . onClick ( e , { id : this . props . id , value : e . target . checked ? 1 : 0 } ) } } , { key : "getInputProps" , value : function r ( ) { return { id : this . props . id , name : this . props . name , disabled : this . props . disabled ,
2016-10-11 16:49:24 +13:00
readOnly : this . props . readOnly , className : this . props . className + " " + this . props . extraClass , onChange : this . handleChange , checked : ! ! this . props . value , value : 1 } } } , { key : "render" , value : function l ( ) { var e = null !== this . props . leftTitle ? this . props . leftTitle : this . props . title , t = null
2016-09-30 09:10:02 +13:00
switch ( this . props . type ) { case "checkbox" : t = h . Checkbox
break
case "radio" : t = h . Radio
break
2017-01-26 17:20:08 +13:00
default : throw new Error ( "Invalid OptionField type: " + this . props . type ) } return ( 0 , p [ "default" ] ) ( t , e , this . getInputProps ( ) ) } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
m . propTypes = { type : u [ "default" ] . PropTypes . oneOf ( [ "checkbox" , "radio" ] ) , leftTitle : u [ "default" ] . PropTypes . any , title : u [ "default" ] . PropTypes . any , extraClass : u [ "default" ] . PropTypes . string , id : u [ "default" ] . PropTypes . string ,
name : u [ "default" ] . PropTypes . string . isRequired , onChange : u [ "default" ] . PropTypes . func , value : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number , u [ "default" ] . PropTypes . bool ] ) ,
readOnly : u [ "default" ] . PropTypes . bool , disabled : u [ "default" ] . PropTypes . bool } , m . defaultProps = { extraClass : "" , className : "" , type : "radio" , leftTitle : null } , t [ "default" ] = m } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-30 09:10:02 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-30 09:10:02 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . CheckboxSetField = void 0
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 235 ) , p = r ( f ) , h = n ( 135 ) , m = r ( h ) , g = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . getItemKey = n . getItemKey . bind ( n ) , n . getOptionProps = n . getOptionProps . bind ( n ) , n . handleChange = n . handleChange . bind ( n ) , n . getValues = n . getValues . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "getItemKey" , value : function n ( e , t ) {
return this . props . id + "-" + ( e . value || "empty" + t ) } } , { key : "getValues" , value : function r ( ) { var e = this . props . value
2016-09-30 09:10:02 +13:00
return Array . isArray ( e ) || ! e && "string" != typeof e && "number" != typeof e || ( e = [ e ] ) , e ? e . map ( function ( e ) { return "" + e } ) : [ ] } } , { key : "handleChange" , value : function l ( e , t ) { var n = this
2017-02-28 16:01:13 +13:00
"function" == typeof this . props . onChange && ! function ( ) { var e = n . getValues ( ) , r = n . props . source . filter ( function ( r , i ) { return n . getItemKey ( r , i ) === t . id ? 1 === t . value : e . indexOf ( "" + r . value ) > - 1 } ) . map ( function ( e ) { return "" + e . value
2016-09-30 09:10:02 +13:00
} )
2017-02-28 16:01:13 +13:00
n . props . onChange ( r ) } ( ) } } , { key : "getOptionProps" , value : function c ( e , t ) { var n = this . getValues ( ) , r = this . getItemKey ( e , t )
return { key : r , id : r , name : this . props . name , className : this . props . itemClass , disabled : e . disabled || this . props . disabled , readOnly : this . props . readOnly , onChange : this . handleChange , value : n . indexOf ( "" + e . value ) > - 1 , title : e . title ,
2017-01-26 17:20:08 +13:00
type : "checkbox" } } } , { key : "render" , value : function d ( ) { var e = this
return this . props . source ? u [ "default" ] . createElement ( "div" , null , this . props . source . map ( function ( t , n ) { return u [ "default" ] . createElement ( p [ "default" ] , e . getOptionProps ( t , n ) ) } ) ) : null } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
g . propTypes = { className : u [ "default" ] . PropTypes . string , extraClass : u [ "default" ] . PropTypes . string , itemClass : u [ "default" ] . PropTypes . string , id : u [ "default" ] . PropTypes . string , name : u [ "default" ] . PropTypes . string . isRequired ,
source : u [ "default" ] . PropTypes . arrayOf ( u [ "default" ] . PropTypes . shape ( { value : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number ] ) , title : u [ "default" ] . PropTypes . any ,
disabled : u [ "default" ] . PropTypes . bool } ) ) , onChange : u [ "default" ] . PropTypes . func , value : u [ "default" ] . PropTypes . any , readOnly : u [ "default" ] . PropTypes . bool , disabled : u [ "default" ] . PropTypes . bool } , g . defaultProps = {
extraClass : "" , className : "" , value : [ ] } , t . CheckboxSetField = g , t [ "default" ] = ( 0 , m [ "default" ] ) ( g ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-30 09:10:02 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-30 09:10:02 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . OptionsetField = void 0
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 235 ) , p = r ( f ) , h = n ( 135 ) , m = r ( h ) , g = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . getItemKey = n . getItemKey . bind ( n ) , n . getOptionProps = n . getOptionProps . bind ( n ) , n . handleChange = n . handleChange . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "getItemKey" , value : function n ( e , t ) { return this . props . id + "-" + ( e . value || "empty" + t )
2016-09-30 09:10:02 +13:00
2017-02-28 16:01:13 +13:00
} } , { key : "handleChange" , value : function r ( e , t ) { var n = this
if ( "function" == typeof this . props . onChange && 1 === t . value ) { var r = this . props . source . find ( function ( e , r ) { return n . getItemKey ( e , r ) === t . id } )
this . props . onChange ( r . value ) } } } , { key : "getOptionProps" , value : function l ( e , t ) { var n = this . getItemKey ( e , t )
2016-09-30 09:10:02 +13:00
return { key : n , id : n , name : this . props . name , className : this . props . itemClass , disabled : e . disabled || this . props . disabled , readOnly : this . props . readOnly , onChange : this . handleChange , value : "" + this . props . value == "" + e . value ,
2017-01-26 17:20:08 +13:00
title : e . title , type : "radio" } } } , { key : "render" , value : function c ( ) { var e = this
return this . props . source ? u [ "default" ] . createElement ( "div" , null , this . props . source . map ( function ( t , n ) { return u [ "default" ] . createElement ( p [ "default" ] , e . getOptionProps ( t , n ) ) } ) ) : null } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
g . propTypes = { extraClass : u [ "default" ] . PropTypes . string , itemClass : u [ "default" ] . PropTypes . string , id : u [ "default" ] . PropTypes . string , name : u [ "default" ] . PropTypes . string . isRequired , source : u [ "default" ] . PropTypes . arrayOf ( u [ "default" ] . PropTypes . shape ( {
value : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number ] ) , title : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number ] ) ,
disabled : u [ "default" ] . PropTypes . bool } ) ) , onChange : u [ "default" ] . PropTypes . func , value : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number ] ) , readOnly : u [ "default" ] . PropTypes . bool ,
disabled : u [ "default" ] . PropTypes . bool } , g . defaultProps = { extraClass : "" , className : "" } , t . OptionsetField = g , t [ "default" ] = ( 0 , m [ "default" ] ) ( g ) } , function ( e , t ) { e . exports = GridField } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-30 09:10:02 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-30 09:10:02 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . SingleSelectField = void 0
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = n ( 135 ) , h = r ( p ) , m = n ( 114 ) , g = r ( m ) , y = n ( 21 ) , b = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleChange = n . handleChange . bind ( n ) , n } return a ( t , e ) , l ( t , [ { key : "render" , value : function n ( ) { var e = null
return e = this . props . readOnly ? this . getReadonlyField ( ) : this . getSelectField ( ) } } , { key : "getReadonlyField" , value : function r ( ) { var e = this , t = this . props . source && this . props . source . find ( function ( t ) { return t . value === e . props . value
2016-09-21 17:30:24 +12:00
} )
2017-02-28 16:01:13 +13:00
return t = "string" == typeof t ? t : this . props . value , c [ "default" ] . createElement ( y . FormControl . Static , this . getInputProps ( ) , t ) } } , { key : "getSelectField" , value : function u ( ) { var e = this , t = this . props . source ? this . props . source . slice ( ) : [ ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return this . props . data . hasEmptyDefault && ! t . find ( function ( e ) { return ! e . value } ) && t . unshift ( { value : "" , title : this . props . data . emptyString , disabled : ! 1 } ) , c [ "default" ] . createElement ( y . FormControl , this . getInputProps ( ) , t . map ( function ( t , n ) {
var r = e . props . name + "-" + ( t . value || "empty" + n )
return c [ "default" ] . createElement ( "option" , { key : r , value : t . value , disabled : t . disabled } , t . title ) } ) ) } } , { key : "getInputProps" , value : function d ( ) { var e = { bsClass : this . props . bsClass , className : this . props . className + " " + this . props . extraClass + " no-chosen" ,
2016-09-30 09:10:02 +13:00
id : this . props . id , name : this . props . name , disabled : this . props . disabled }
return this . props . readOnly || s ( e , { onChange : this . handleChange , value : this . props . value , componentClass : "select" } ) , e } } , { key : "handleChange" , value : function f ( e ) { "function" == typeof this . props . onChange && this . props . onChange ( e , {
id : this . props . id , value : e . target . value } ) } } ] ) , t } ( f [ "default" ] )
2017-02-28 16:01:13 +13:00
b . propTypes = { id : c [ "default" ] . PropTypes . string , name : c [ "default" ] . PropTypes . string . isRequired , onChange : c [ "default" ] . PropTypes . func , value : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . string , c [ "default" ] . PropTypes . number ] ) ,
2017-01-26 17:20:08 +13:00
readOnly : c [ "default" ] . PropTypes . bool , disabled : c [ "default" ] . PropTypes . bool , source : c [ "default" ] . PropTypes . arrayOf ( c [ "default" ] . PropTypes . shape ( { value : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . string , c [ "default" ] . PropTypes . number ] ) ,
title : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . string , c [ "default" ] . PropTypes . number ] ) , disabled : c [ "default" ] . PropTypes . bool } ) ) , data : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . array , c [ "default" ] . PropTypes . shape ( {
2017-02-28 16:01:13 +13:00
hasEmptyDefault : c [ "default" ] . PropTypes . bool , emptyString : c [ "default" ] . PropTypes . oneOfType ( [ c [ "default" ] . PropTypes . string , c [ "default" ] . PropTypes . number ] ) } ) ] ) } , b . defaultProps = { source : [ ] , extraClass : "" , className : "" ,
data : { emptyString : g [ "default" ] . _t ( "Boolean.ANY" , "Any" ) } } , t . SingleSelectField = b , t [ "default" ] = ( 0 , h [ "default" ] ) ( b ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 21 ) , d = n ( 20 ) , f = r ( d ) , p = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleShow = n . handleShow . bind ( n ) , n . handleHide = n . handleHide . bind ( n ) , n . state = { showing : ! 1 } , n } return a ( t , e ) , s ( t , [ { key : "handleShow" , value : function n ( ) { this . setState ( { showing : ! 0 } ) } } , { key : "handleHide" ,
value : function r ( ) { this . setState ( { showing : ! 1 } ) } } , { key : "render" , value : function l ( ) { var e = this . getPlacement ( ) , t = u [ "default" ] . createElement ( c . Popover , { id : this . props . id + "_Popover" , className : "fade in popover-" + e ,
2016-09-21 17:30:24 +12:00
title : this . props . data . popoverTitle } , this . props . children ) , n = [ "btn" , "btn-secondary" ]
2016-12-06 17:02:42 +13:00
this . state . showing && n . push ( "btn--no-focus" ) , this . props . title || n . push ( "font-icon-dot-3 btn--no-text btn--icon-xl" )
2017-02-28 16:01:13 +13:00
var r = { id : this . props . id , type : "button" , className : n . join ( " " ) }
return this . props . data . buttonTooltip && ( r . title = this . props . data . buttonTooltip ) , u [ "default" ] . createElement ( c . OverlayTrigger , { rootClose : ! 0 , trigger : "click" , placement : e , overlay : t , onEnter : this . handleShow , onExited : this . handleHide
} , u [ "default" ] . createElement ( "button" , r , this . props . title ) ) } } , { key : "getPlacement" , value : function d ( ) { var e = this . props . data . placement
2016-09-21 17:30:24 +12:00
return e || "bottom" } } ] ) , t } ( f [ "default" ] )
2016-09-30 09:10:02 +13:00
p . propTypes = { id : u [ "default" ] . PropTypes . string , title : u [ "default" ] . PropTypes . any , data : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . array , u [ "default" ] . PropTypes . shape ( { popoverTitle : u [ "default" ] . PropTypes . string ,
2016-12-06 17:02:42 +13:00
buttonTooltip : u [ "default" ] . PropTypes . string , placement : u [ "default" ] . PropTypes . oneOf ( [ "top" , "right" , "bottom" , "left" ] ) } ) ] ) } , t [ "default" ] = p } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = "h" + ( this . props . data . headingLevel || 3 )
return u [ "default" ] . createElement ( "div" , { className : "field" } , u [ "default" ] . createElement ( e , this . getInputProps ( ) , this . props . data . title ) ) } } , { key : "getInputProps" , value : function r ( ) { return { className : this . props . className + " " + this . props . extraClass ,
2017-01-26 17:20:08 +13:00
id : this . props . id } } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
f . propTypes = { extraClass : u [ "default" ] . PropTypes . string , id : u [ "default" ] . PropTypes . string , data : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . array , u [ "default" ] . PropTypes . shape ( { headingLevel : u [ "default" ] . PropTypes . number ,
2016-10-28 16:13:29 +13:00
title : u [ "default" ] . PropTypes . string } ) ] ) . isRequired } , f . defaultProps = { className : "" , extraClass : "" } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
2016-09-30 09:10:02 +13:00
value : ! 0 } ) , t . HtmlReadonlyField = void 0
var s = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , l = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , u = n ( 5 ) , c = r ( u ) , d = n ( 20 ) , f = r ( d ) , p = n ( 135 ) , h = r ( p ) , m = n ( 21 ) , g = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . getContent = n . getContent . bind ( n ) , n } return a ( t , e ) , l ( t , [ { key : "getContent" , value : function n ( ) { return { _ _html : this . props . value } } } , { key : "getInputProps" , value : function r ( ) { return { bsClass : this . props . bsClass ,
2017-01-26 17:20:08 +13:00
componentClass : this . props . componentClass , className : this . props . className + " " + this . props . extraClass , id : this . props . id , name : this . props . name } } } , { key : "render" , value : function u ( ) { return c [ "default" ] . createElement ( m . FormControl . Static , s ( { } , this . getInputProps ( ) , {
2016-09-30 09:10:02 +13:00
dangerouslySetInnerHTML : this . getContent ( ) } ) ) } } ] ) , t } ( f [ "default" ] )
2017-01-26 17:20:08 +13:00
g . propTypes = { id : c [ "default" ] . PropTypes . string , name : c [ "default" ] . PropTypes . string . isRequired , extraClass : c [ "default" ] . PropTypes . string , value : c [ "default" ] . PropTypes . string } , g . defaultProps = { extraClass : "" , className : ""
2016-09-30 09:10:02 +13:00
} , t . HtmlReadonlyField = g , t [ "default" ] = ( 0 , h [ "default" ] ) ( g ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-10-05 14:30:19 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . LookupField = void 0
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 21 ) , p = n ( 135 ) , h = r ( p ) , m = n ( 114 ) , g = r ( m ) , y = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . getValueCSV = n . getValueCSV . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "getValueCSV" , value : function n ( ) { var e = this , t = this . props . value
2016-10-05 14:30:19 +13:00
if ( ! Array . isArray ( t ) && ( t || "string" == typeof t || "number" == typeof t ) ) { var n = this . props . source . find ( function ( e ) { return e . value === t } )
return n ? n . title : "" } return t && t . length ? t . map ( function ( t ) { var n = e . props . source . find ( function ( e ) { return e . value === t } )
2017-02-28 16:01:13 +13:00
return n && n . title } ) . filter ( function ( e ) { return ( "" + e ) . length } ) . join ( ", " ) : "" } } , { key : "getFieldProps" , value : function r ( ) { return { id : this . props . id , name : this . props . name , className : this . props . className + " " + this . props . extraClass
2016-10-05 14:30:19 +13:00
} } } , { key : "render" , value : function l ( ) { if ( ! this . props . source ) return null
var e = "('" + g [ "default" ] . _t ( "FormField.NONE" , "None" ) + "')"
2017-01-26 17:20:08 +13:00
return u [ "default" ] . createElement ( f . FormControl . Static , this . getFieldProps ( ) , this . getValueCSV ( ) || e ) } } ] ) , t } ( d [ "default" ] )
2017-02-28 16:01:13 +13:00
y . propTypes = { extraClass : u [ "default" ] . PropTypes . string , id : u [ "default" ] . PropTypes . string , name : u [ "default" ] . PropTypes . string . isRequired , source : u [ "default" ] . PropTypes . arrayOf ( u [ "default" ] . PropTypes . shape ( {
2016-10-05 14:30:19 +13:00
value : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . string , u [ "default" ] . PropTypes . number ] ) , title : u [ "default" ] . PropTypes . any , disabled : u [ "default" ] . PropTypes . bool } ) ) , value : u [ "default" ] . PropTypes . any
2017-02-28 16:01:13 +13:00
} , y . defaultProps = { extraClass : "" , className : "" , value : [ ] } , t . LookupField = y , t [ "default" ] = ( 0 , h [ "default" ] ) ( y ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-10-05 14:30:19 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 22 ) , p = r ( f ) , h = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "getLegend" , value : function n ( ) { return "fieldset" === this . props . data . tag && this . props . data . legend ? ( 0 ,
p [ "default" ] ) ( "legend" , this . props . data . legend ) : null } } , { key : "getClassName" , value : function r ( ) { return this . props . className + " " + this . props . extraClass } } , { key : "render" , value : function l ( ) { var e = this . getLegend ( ) , t = this . props . data . tag || "div" , n = this . getClassName ( )
2016-12-12 15:25:18 +13:00
2017-01-26 17:20:08 +13:00
return u [ "default" ] . createElement ( t , { className : n } , e , this . props . children ) } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
h . propTypes = { data : u [ "default" ] . PropTypes . oneOfType ( [ u [ "default" ] . PropTypes . array , u [ "default" ] . PropTypes . shape ( { tag : u [ "default" ] . PropTypes . string , legend : u [ "default" ] . PropTypes . string } ) ] ) , extraClass : u [ "default" ] . PropTypes . string
} , h . defaultProps = { className : "" , extraClass : "" } , t [ "default" ] = h } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 21 ) , p = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "getContainerProps" , value : function n ( ) { var e = this . props , t = e . activeKey , n = e . onSelect , r = e . className , i = e . extraClass , o = e . id , a = r + " " + i
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return { activeKey : t , className : a , defaultActiveKey : this . getDefaultActiveKey ( ) , onSelect : n , id : o } } } , { key : "getDefaultActiveKey" , value : function r ( ) { var e = this , t = null
2016-09-21 17:30:24 +12:00
if ( "string" == typeof this . props . defaultActiveKey ) { var n = u [ "default" ] . Children . toArray ( this . props . children ) . find ( function ( t ) { return t . props . name === e . props . defaultActiveKey } )
n && ( t = n . props . name ) } return "string" != typeof t && u [ "default" ] . Children . forEach ( this . props . children , function ( e ) { "string" != typeof t && ( t = e . props . name ) } ) , t } } , { key : "renderTab" , value : function l ( e ) { return null === e . props . title ? null : u [ "default" ] . createElement ( f . NavItem , {
2017-01-26 17:20:08 +13:00
eventKey : e . props . name , disabled : e . props . disabled , className : e . props . tabClassName } , e . props . title ) } } , { key : "renderNav" , value : function c ( ) { var e = u [ "default" ] . Children . map ( this . props . children , this . renderTab )
return e . length <= 1 ? null : u [ "default" ] . createElement ( f . Nav , { bsStyle : this . props . bsStyle , role : "tablist" } , e ) } } , { key : "render" , value : function d ( ) { var e = this . getContainerProps ( ) , t = this . renderNav ( )
2016-09-21 17:30:24 +12:00
return u [ "default" ] . createElement ( f . Tab . Container , e , u [ "default" ] . createElement ( "div" , { className : "wrapper" } , t , u [ "default" ] . createElement ( f . Tab . Content , { animation : this . props . animation } , this . props . children ) ) )
2017-01-26 17:20:08 +13:00
} } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
p . propTypes = { id : u [ "default" ] . PropTypes . string . isRequired , defaultActiveKey : u [ "default" ] . PropTypes . string , extraClass : u [ "default" ] . PropTypes . string } , p . defaultProps = { bsStyle : "tabs" , className : "" , extraClass : ""
} , t [ "default" ] = p } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 21 ) , p = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "getTabProps" , value : function n ( ) { var e = this . props , t = e . name , n = e . className , r = e . extraClass , i = e . disabled , o = e . bsClass , a = e . onEnter , s = e . onEntering , l = e . onEntered , u = e . onExit , c = e . onExiting , d = e . onExited , f = e . animation , p = e . unmountOnExit
2016-09-22 14:21:07 +12:00
2017-02-28 16:01:13 +13:00
return { eventKey : t , className : n + " " + r , disabled : i , bsClass : o , onEnter : a , onEntering : s , onEntered : l , onExit : u , onExiting : c , onExited : d , animation : f , unmountOnExit : p } } } , { key : "render" , value : function r ( ) { var e = this . getTabProps ( )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
return u [ "default" ] . createElement ( f . Tab . Pane , e , this . props . children ) } } ] ) , t } ( d [ "default" ] )
2016-09-30 09:10:02 +13:00
p . propTypes = { name : u [ "default" ] . PropTypes . string . isRequired , extraClass : u [ "default" ] . PropTypes . string , tabClassName : u [ "default" ] . PropTypes . string } , p . defaultProps = { className : "" , extraClass : "" } , t [ "default" ] = p
2016-12-12 15:25:18 +13:00
} , function ( e , t ) { e . exports = FormAction } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-12-12 15:25:18 +13:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-12-12 15:25:18 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . FieldGroup = void 0
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = function h ( e , t , n ) { null === e && ( e = Function . prototype )
2016-12-12 15:25:18 +13:00
2017-02-28 16:01:13 +13:00
var r = Object . getOwnPropertyDescriptor ( e , t )
if ( void 0 === r ) { var i = Object . getPrototypeOf ( e )
return null === i ? void 0 : h ( i , t , n ) } if ( "value" in r ) return r . value
var o = r . get
if ( void 0 !== o ) return o . call ( n ) } , u = n ( 244 ) , c = r ( u ) , d = n ( 135 ) , f = r ( d ) , p = function ( e ) { function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "getClassName" ,
2017-01-26 17:20:08 +13:00
value : function n ( ) { return "field-group-component " + l ( t . prototype . _ _proto _ _ || Object . getPrototypeOf ( t . prototype ) , "getClassName" , this ) . call ( this ) } } ] ) , t } ( c [ "default" ] )
2017-01-13 17:05:55 +13:00
t . FieldGroup = p , t [ "default" ] = ( 0 , f [ "default" ] ) ( p ) } , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } var i = n ( 142 ) , o = n ( 149 ) , a = r ( o ) , s = n ( 220 ) , l = r ( s ) , u = n ( 381 ) , c = r ( u )
document . addEventListener ( "DOMContentLoaded" , function ( ) { var e = a [ "default" ] . getSection ( "SilverStripe\\Admin\\CampaignAdmin" )
l [ "default" ] . add ( { path : e . url , component : ( 0 , i . withRouter ) ( c [ "default" ] ) , childRoutes : [ { path : ":type/:id/:view" , component : c [ "default" ] } , { path : "set/:id/:view" , component : c [ "default" ] } ] } ) } ) } , function ( e , t , n ) { "use strict"
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
function r ( e ) { if ( e && e . _ _esModule ) return e
2016-09-21 17:30:24 +12:00
var t = { }
if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] )
2017-02-28 16:01:13 +13:00
return t [ "default" ] = e , t } function i ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function o ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function a ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function s ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function l ( e ) { return { config : e . config ,
campaignId : e . campaign . campaignId , view : e . campaign . view , breadcrumbs : e . breadcrumbs , sectionConfig : e . config . sections [ "SilverStripe\\Admin\\CampaignAdmin" ] , securityId : e . config . SecurityID } } function u ( e ) { return {
2016-12-12 15:25:18 +13:00
breadcrumbsActions : ( 0 , m . bindActionCreators ) ( _ , e ) } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-01-26 17:20:08 +13:00
var c = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , d = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , f = n ( 5 ) , p = i ( f ) , h = n ( 106 ) , m = n ( 107 ) , g = n ( 142 ) , y = n ( 102 ) , b = i ( y ) , v = n ( 382 ) , _ = r ( v ) , w = n ( 383 ) , C = i ( w ) , T = n ( 20 ) , P = i ( T ) , E = n ( 247 ) , O = i ( E ) , k = n ( 114 ) , S = i ( k ) , j = n ( 384 ) , x = i ( j ) , R = n ( 115 ) , I = i ( R ) , A = n ( 385 ) , D = i ( A ) , F = function ( e ) {
function t ( e ) { o ( this , t )
var n = a ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . publishApi = b [ "default" ] . createEndpointFetcher ( { url : n . props . sectionConfig . publishEndpoint . url , method : n . props . sectionConfig . publishEndpoint . method , defaultData : { SecurityID : n . props . securityId } , payloadSchema : {
2017-01-26 17:20:08 +13:00
id : { urlReplacement : ":id" , remove : ! 0 } } } ) , n . handleBackButtonClick = n . handleBackButtonClick . bind ( n ) , n } return s ( t , e ) , d ( t , [ { key : "componentWillMount" , value : function n ( ) { 0 === this . props . breadcrumbs . length && this . setBreadcrumbs ( this . props . params . view , this . props . params . id )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } , { key : "componentWillReceiveProps" , value : function r ( e ) { var t = this . props . params . id !== e . params . id || this . props . params . view !== e . params . view
t && this . setBreadcrumbs ( e . params . view , e . params . id ) } } , { key : "setBreadcrumbs" , value : function i ( e , t ) { var n = [ { text : S [ "default" ] . _t ( "Campaigns.CAMPAIGN" , "Campaigns" ) , href : this . props . sectionConfig . url } ]
2016-09-21 17:30:24 +12:00
switch ( e ) { case "show" : break
2017-02-28 16:01:13 +13:00
case "edit" : n . push ( { text : S [ "default" ] . _t ( "Campaigns.EDIT_CAMPAIGN" , "Editing Campaign" ) , href : this . getActionRoute ( t , e ) } )
2016-09-21 17:30:24 +12:00
break
2017-02-28 16:01:13 +13:00
case "create" : n . push ( { text : S [ "default" ] . _t ( "Campaigns.ADD_CAMPAIGN" , "Add Campaign" ) , href : this . getActionRoute ( t , e ) } ) } this . props . breadcrumbsActions . setBreadcrumbs ( n ) } } , { key : "handleBackButtonClick" , value : function l ( e ) {
2016-09-21 17:30:24 +12:00
if ( this . props . breadcrumbs . length > 1 ) { var t = this . props . breadcrumbs [ this . props . breadcrumbs . length - 2 ]
2016-10-26 17:12:19 +13:00
t && t . href && ( e . preventDefault ( ) , this . props . router . push ( t . href ) ) } } } , { key : "render" , value : function u ( ) { var e = null
2016-09-21 17:30:24 +12:00
switch ( this . props . params . view ) { case "show" : e = this . renderItemListView ( )
break
case "edit" : e = this . renderDetailEditView ( )
break
case "create" : e = this . renderCreateView ( )
break
2017-02-28 16:01:13 +13:00
default : e = this . renderIndexView ( ) } return e } } , { key : "renderIndexView" , value : function f ( ) { var e = this . props . sectionConfig . form . EditForm . schemaUrl , t = { title : S [ "default" ] . _t ( "Campaigns.ADDCAMPAIGN" ) , icon : "plus" ,
2016-09-21 17:30:24 +12:00
handleClick : this . addCampaign . bind ( this ) } , n = { createFn : this . campaignListCreateFn . bind ( this ) , schemaUrl : e }
2016-12-12 13:52:42 +13:00
return p [ "default" ] . createElement ( "div" , { className : "fill-height" , "aria-expanded" : "true" } , p [ "default" ] . createElement ( x [ "default" ] , null , p [ "default" ] . createElement ( C [ "default" ] , { multiline : ! 0 } ) ) , p [ "default" ] . createElement ( "div" , {
2016-11-22 15:18:26 +13:00
className : "panel panel--padded panel--scrollable flexbox-area-grow" } , p [ "default" ] . createElement ( "div" , { className : "toolbar toolbar--content" } , p [ "default" ] . createElement ( "div" , { className : "btn-toolbar" } , p [ "default" ] . createElement ( O [ "default" ] , t ) ) ) , p [ "default" ] . createElement ( I [ "default" ] , n ) ) )
} } , { key : "renderItemListView" , value : function h ( ) { var e = { sectionConfig : this . props . sectionConfig , campaignId : this . props . params . id , itemListViewEndpoint : this . props . sectionConfig . itemListViewEndpoint , publishApi : this . publishApi ,
handleBackButtonClick : this . handleBackButtonClick . bind ( this ) }
2017-02-28 16:01:13 +13:00
return p [ "default" ] . createElement ( D [ "default" ] , e ) } } , { key : "renderDetailEditView" , value : function m ( ) { var e = this . props . sectionConfig . form . DetailEditForm . schemaUrl , t = e
2016-09-30 14:11:31 +13:00
this . props . params . id > 0 && ( t = e + "/" + this . props . params . id )
var n = { createFn : this . campaignEditCreateFn . bind ( this ) , schemaUrl : t }
2017-01-12 12:31:32 +13:00
return p [ "default" ] . createElement ( "div" , { className : "fill-height" } , p [ "default" ] . createElement ( x [ "default" ] , { showBackButton : ! 0 , handleBackButtonClick : this . handleBackButtonClick } , p [ "default" ] . createElement ( C [ "default" ] , {
multiline : ! 0 } ) ) , p [ "default" ] . createElement ( "div" , { className : "panel panel--padded panel--scrollable flexbox-area-grow form--inline" } , p [ "default" ] . createElement ( I [ "default" ] , n ) ) ) } } , { key : "renderCreateView" ,
value : function g ( ) { var e = this . props . sectionConfig . form . DetailEditForm . schemaUrl , t = e
2016-09-30 14:11:31 +13:00
this . props . params . id > 0 && ( t = e + "/" + this . props . params . id )
var n = { createFn : this . campaignAddCreateFn . bind ( this ) , schemaUrl : t }
2017-01-12 12:31:32 +13:00
return p [ "default" ] . createElement ( "div" , { className : "fill-height" } , p [ "default" ] . createElement ( x [ "default" ] , { showBackButton : ! 0 , handleBackButtonClick : this . handleBackButtonClick } , p [ "default" ] . createElement ( C [ "default" ] , {
multiline : ! 0 } ) ) , p [ "default" ] . createElement ( "div" , { className : "panel panel--padded panel--scrollable flexbox-area-grow form--inline" } , p [ "default" ] . createElement ( I [ "default" ] , n ) ) ) } } , { key : "campaignEditCreateFn" ,
2017-02-28 16:01:13 +13:00
value : function y ( e , t ) { var n = this , r = this . props . sectionConfig . url
if ( "action_cancel" === t . name ) { var i = c ( { } , t , { handleClick : function o ( e ) { e . preventDefault ( ) , n . props . router . push ( r ) } } )
return p [ "default" ] . createElement ( e , c ( { key : t . id } , i ) ) } return p [ "default" ] . createElement ( e , c ( { key : t . id } , t ) ) } } , { key : "campaignAddCreateFn" , value : function v ( e , t ) { var n = this , r = this . props . sectionConfig . url
if ( "action_cancel" === t . name ) { var i = c ( { } , t , { handleClick : function o ( e ) { e . preventDefault ( ) , n . props . router . push ( r ) } } )
return p [ "default" ] . createElement ( e , c ( { key : t . name } , i ) ) } return p [ "default" ] . createElement ( e , c ( { key : t . name } , t ) ) } } , { key : "campaignListCreateFn" , value : function _ ( e , t ) { var n = this , r = this . props . sectionConfig . url , i = "set"
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( "GridField" === t . schemaComponent ) { var o = c ( { } , t , { data : c ( { } , t . data , { handleDrillDown : function a ( e , t ) { n . props . router . push ( r + "/" + i + "/" + t . ID + "/show" ) } , handleEditRecord : function s ( e , t ) { n . props . router . push ( r + "/" + i + "/" + t + "/edit" )
2016-09-21 17:30:24 +12:00
} } ) } )
2017-02-28 16:01:13 +13:00
return p [ "default" ] . createElement ( e , c ( { key : o . name } , o ) ) } return p [ "default" ] . createElement ( e , c ( { key : t . name } , t ) ) } } , { key : "addCampaign" , value : function w ( ) { var e = this . getActionRoute ( 0 , "create" )
this . props . router . push ( e ) } } , { key : "getActionRoute" , value : function T ( e , t ) { return this . props . sectionConfig . url + "/set/" + e + "/" + t } } ] ) , t } ( P [ "default" ] )
F . propTypes = { breadcrumbsActions : p [ "default" ] . PropTypes . object . isRequired , campaignId : p [ "default" ] . PropTypes . string , sectionConfig : p [ "default" ] . PropTypes . object . isRequired , securityId : p [ "default" ] . PropTypes . string . isRequired ,
view : p [ "default" ] . PropTypes . string } , t [ "default" ] = ( 0 , g . withRouter ) ( ( 0 , h . connect ) ( l , u ) ( F ) ) } , function ( e , t ) { e . exports = BreadcrumbsActions } , function ( e , t ) { e . exports = Breadcrumb } , function ( e , t ) { e . exports = Toolbar
2016-09-21 17:30:24 +12:00
} , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { if ( e && e . _ _esModule ) return e
2016-09-21 17:30:24 +12:00
var t = { }
if ( null != e ) for ( var n in e ) Object . prototype . hasOwnProperty . call ( e , n ) && ( t [ n ] = e [ n ] )
2017-02-28 16:01:13 +13:00
return t [ "default" ] = e , t } function i ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function o ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function a ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function s ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2017-02-28 16:01:13 +13:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } function l ( e , t ) { var n = null , r = t . sectionConfig . treeClass
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return e . records && e . records [ r ] && t . campaignId && ( n = e . records [ r ] [ parseInt ( t . campaignId , 10 ) ] ) , { config : e . config , record : n || { } , campaign : e . campaign , treeClass : r } } function u ( e ) { return { breadcrumbsActions : ( 0 , m . bindActionCreators ) ( b , e ) ,
2016-12-12 15:25:18 +13:00
recordActions : ( 0 , m . bindActionCreators ) ( _ , e ) , campaignActions : ( 0 , m . bindActionCreators ) ( C , e ) } } Object . defineProperty ( t , "__esModule" , { value : ! 0 } )
2017-01-26 17:20:08 +13:00
var c = Object . assign || function ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) { var n = arguments [ t ]
2017-02-28 16:01:13 +13:00
for ( var r in n ) Object . prototype . hasOwnProperty . call ( n , r ) && ( e [ r ] = n [ r ] ) } return e } , d = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , f = function V ( e , t , n ) { null === e && ( e = Function . prototype )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
var r = Object . getOwnPropertyDescriptor ( e , t )
if ( void 0 === r ) { var i = Object . getPrototypeOf ( e )
return null === i ? void 0 : V ( i , t , n ) } if ( "value" in r ) return r . value
var o = r . get
if ( void 0 !== o ) return o . call ( n ) } , p = n ( 5 ) , h = i ( p ) , m = n ( 107 ) , g = n ( 106 ) , y = n ( 382 ) , b = r ( y ) , v = n ( 124 ) , _ = r ( v ) , w = n ( 386 ) , C = r ( w ) , T = n ( 20 ) , P = i ( T ) , E = n ( 387 ) , O = i ( E ) , k = n ( 388 ) , S = i ( k ) , j = n ( 390 ) , x = i ( j ) , R = n ( 384 ) , I = i ( R ) , A = n ( 247 ) , D = i ( A ) , F = n ( 391 ) , M = i ( F ) , N = n ( 383 ) , L = i ( N ) , U = n ( 392 ) , B = i ( U ) , H = n ( 114 ) , $ = i ( H ) , q = function ( e ) {
function t ( e ) { o ( this , t )
var n = a ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
2017-01-26 17:20:08 +13:00
return n . handlePublish = n . handlePublish . bind ( n ) , n . handleItemSelected = n . handleItemSelected . bind ( n ) , n . setBreadcrumbs = n . setBreadcrumbs . bind ( n ) , n . handleCloseItem = n . handleCloseItem . bind ( n ) , n } return s ( t , e ) , d ( t , [ {
2016-10-26 17:12:19 +13:00
key : "componentDidMount" , value : function n ( ) { var e = this . props . itemListViewEndpoint . url . replace ( /:id/ , this . props . campaignId )
2016-09-21 17:30:24 +12:00
f ( t . prototype . _ _proto _ _ || Object . getPrototypeOf ( t . prototype ) , "componentDidMount" , this ) . call ( this ) , this . setBreadcrumbs ( ) , Object . keys ( this . props . record ) . length || this . props . recordActions . fetchRecord ( this . props . treeClass , "get" , e ) . then ( this . setBreadcrumbs )
2017-02-28 16:01:13 +13:00
} } , { key : "setBreadcrumbs" , value : function r ( ) { if ( this . props . record ) { var e = [ { text : $ [ "default" ] . _t ( "Campaigns.CAMPAIGN" , "Campaigns" ) , href : this . props . sectionConfig . url } ]
e . push ( { text : this . props . record . Name , href : this . props . sectionConfig . url + "/set/" + this . props . campaignId + "/show" } ) , this . props . breadcrumbsActions . setBreadcrumbs ( e ) } } } , { key : "render" , value : function i ( ) { var e = this , t = this . props . campaign . changeSetItemId , n = null , r = t ? "" : "campaign-admin__campaign--hide-preview" , i = this . props . campaignId , o = this . props . record , a = this . groupItemsForSet ( ) , s = [ ]
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
Object . keys ( a ) . forEach ( function ( r ) { var l = a [ r ] , u = l . items . length , c = [ ] , d = u + " " + ( 1 === u ? l . singular : l . plural ) , f = "Set_" + i + "_Group_" + r
l . items . forEach ( function ( r ) { t || ( t = r . ID )
var i = t === r . ID
i && r . _links && ( n = r . _links )
var a = [ ]
"none" !== r . ChangeType && "published" !== o . State || a . push ( "list-group-item--inactive" ) , i && a . push ( "active" ) , c . push ( h [ "default" ] . createElement ( x [ "default" ] , { key : r . ID , className : a . join ( " " ) , handleClick : e . handleItemSelected ,
handleClickArg : r . ID } , h [ "default" ] . createElement ( M [ "default" ] , { item : r , campaign : e . props . record } ) ) ) } ) , s . push ( h [ "default" ] . createElement ( S [ "default" ] , { key : f , groupid : f , title : d } , c ) ) } )
2016-10-26 17:12:19 +13:00
var l = [ this . props . config . absoluteBaseUrl , this . props . config . sections [ "SilverStripe\\CMS\\Controllers\\CMSPagesController" ] . url ] . join ( "" ) , u = s . length ? h [ "default" ] . createElement ( O [ "default" ] , null , s ) : h [ "default" ] . createElement ( "div" , {
2016-10-28 11:50:49 +13:00
className : "alert alert-warning" , role : "alert" } , h [ "default" ] . createElement ( "strong" , null , "This campaign is empty." ) , " You can add items to a campaign by selecting " , h [ "default" ] . createElement ( "em" , null , "Add to campaign" ) , " from within the " , h [ "default" ] . createElement ( "em" , null , "More Options " ) , "popup on " , h [ "default" ] . createElement ( "a" , {
2017-01-26 17:20:08 +13:00
href : l } , "pages" ) , " and files." ) , c = [ "panel" , "panel--padded" , "panel--scrollable" , "flexbox-area-grow" ]
2017-02-28 16:01:13 +13:00
return h [ "default" ] . createElement ( "div" , { className : "fill-width campaign-admin__campaign " + r } , h [ "default" ] . createElement ( "div" , { className : "fill-height campaign-admin__campaign-items" , "aria-expanded" : "true"
} , h [ "default" ] . createElement ( I [ "default" ] , { showBackButton : ! 0 , handleBackButtonClick : this . props . handleBackButtonClick } , h [ "default" ] . createElement ( L [ "default" ] , { multiline : ! 0 } ) ) , h [ "default" ] . createElement ( "div" , {
2017-01-26 17:20:08 +13:00
className : c . join ( " " ) } , u ) , h [ "default" ] . createElement ( "div" , { className : "toolbar toolbar--south" } , this . renderButtonToolbar ( ) ) ) , h [ "default" ] . createElement ( B [ "default" ] , { itemLinks : n , itemId : t , onBack : this . handleCloseItem
2016-10-26 17:12:19 +13:00
} ) ) } } , { key : "handleItemSelected" , value : function l ( e , t ) { this . props . campaignActions . selectChangeSetItem ( t ) } } , { key : "handleCloseItem" , value : function u ( ) { this . props . campaignActions . selectChangeSetItem ( null ) }
} , { key : "renderButtonToolbar" , value : function p ( ) { var e = this . getItems ( )
2016-09-21 17:30:24 +12:00
if ( ! e || ! e . length ) return h [ "default" ] . createElement ( "div" , { className : "btn-toolbar" } )
var t = { }
2017-01-26 17:20:08 +13:00
return "open" === this . props . record . State ? t = c ( t , { title : $ [ "default" ] . _t ( "Campaigns.PUBLISHCAMPAIGN" ) , buttonStyle : "primary" , loading : this . props . campaign . isPublishing , handleClick : this . handlePublish , icon : "rocket"
} ) : "published" === this . props . record . State && ( t = c ( t , { title : $ [ "default" ] . _t ( "Campaigns.REVERTCAMPAIGN" ) , buttonStyle : "secondary-outline" , icon : "back-in-time" , disabled : ! 0 } ) ) , h [ "default" ] . createElement ( "div" , {
2017-02-28 16:01:13 +13:00
className : "btn-toolbar" } , h [ "default" ] . createElement ( D [ "default" ] , t ) ) } } , { key : "getItems" , value : function m ( ) { return this . props . record && this . props . record . _embedded ? this . props . record . _embedded . items : null } } , {
2016-10-26 17:12:19 +13:00
key : "groupItemsForSet" , value : function g ( ) { var e = { } , t = this . getItems ( )
2016-09-21 17:30:24 +12:00
return t ? ( t . forEach ( function ( t ) { var n = t . BaseClass
2017-02-28 16:01:13 +13:00
e [ n ] || ( e [ n ] = { singular : t . Singular , plural : t . Plural , items : [ ] } ) , e [ n ] . items . push ( t ) } ) , e ) : e } } , { key : "handlePublish" , value : function y ( e ) { e . preventDefault ( ) , this . props . campaignActions . publishCampaign ( this . props . publishApi , this . props . treeClass , this . props . campaignId )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
} } ] ) , t } ( P [ "default" ] )
2017-01-13 17:05:55 +13:00
q . propTypes = { campaign : h [ "default" ] . PropTypes . shape ( { isPublishing : h [ "default" ] . PropTypes . bool . isRequired , changeSetItemId : h [ "default" ] . PropTypes . number } ) , breadcrumbsActions : h [ "default" ] . PropTypes . object . isRequired ,
2016-09-21 17:30:24 +12:00
campaignActions : h [ "default" ] . PropTypes . object . isRequired , publishApi : h [ "default" ] . PropTypes . func . isRequired , record : h [ "default" ] . PropTypes . object . isRequired , recordActions : h [ "default" ] . PropTypes . object . isRequired ,
2017-01-13 17:05:55 +13:00
sectionConfig : h [ "default" ] . PropTypes . object . isRequired , handleBackButtonClick : h [ "default" ] . PropTypes . func } , t [ "default" ] = ( 0 , g . connect ) ( l , u ) ( q ) } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e ) { return { type : l [ "default" ] . SET _CAMPAIGN _SELECTED _CHANGESETITEM , payload : { changeSetItemId : e } } } function o ( e , t ) { return function ( n ) { n ( { type : l [ "default" ] . SET _CAMPAIGN _ACTIVE _CHANGESET ,
payload : { campaignId : e , view : t } } ) } } function a ( e , t , n ) { return function ( r ) { r ( { type : l [ "default" ] . PUBLISH _CAMPAIGN _REQUEST , payload : { campaignId : n } } ) , e ( { id : n } ) . then ( function ( e ) { r ( { type : l [ "default" ] . PUBLISH _CAMPAIGN _SUCCESS ,
payload : { campaignId : n } } ) , r ( { type : c [ "default" ] . FETCH _RECORD _SUCCESS , payload : { recordType : t , data : e } } ) } ) [ "catch" ] ( function ( e ) { r ( { type : l [ "default" ] . PUBLISH _CAMPAIGN _FAILURE , payload : { error : e } } ) } ) } } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } ) , t . selectChangeSetItem = i , t . showCampaignView = o , t . publishCampaign = a
var s = n ( 231 ) , l = r ( s ) , u = n ( 125 ) , c = r ( u ) } , function ( e , t , n ) { "use strict"
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { return u [ "default" ] . createElement ( "div" , { className : "accordion" ,
2017-01-26 17:20:08 +13:00
role : "tablist" , "aria-multiselectable" : "true" } , this . props . children ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
n ( 389 )
var f = function ( e ) { function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = this . props . groupid + "_Header" , t = this . props . groupid + "_Items" , n = t . replace ( /\\/g , "_" ) , r = e . replace ( /\\/g , "_" ) , i = "#" + n , o = {
2016-12-21 12:26:01 +13:00
id : n , "aria-expanded" : ! 0 , className : "list-group list-group-flush collapse in" , role : "tabpanel" , "aria-labelledby" : e }
2017-02-28 16:01:13 +13:00
return u [ "default" ] . createElement ( "div" , { className : "accordion__block" } , u [ "default" ] . createElement ( "a" , { className : "accordion__title" , "data-toggle" : "collapse" , href : i , "aria-expanded" : "true" , "aria-controls" : t ,
id : r , role : "tab" } , this . props . title ) , u [ "default" ] . createElement ( "div" , o , this . props . children ) ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
t [ "default" ] = f } , function ( e , t ) { e . exports = BootstrapCollapse } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleClick = n . handleClick . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = "list-group-item " + this . props . className
return u [ "default" ] . createElement ( "a" , { tabIndex : "0" , className : e , onClick : this . handleClick } , this . props . children ) } } , { key : "handleClick" , value : function r ( e ) { this . props . handleClick && this . props . handleClick ( e , this . props . handleClickArg )
2016-09-21 17:30:24 +12:00
2017-01-26 17:20:08 +13:00
} } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
f . propTypes = { handleClickArg : u [ "default" ] . PropTypes . any , handleClick : u [ "default" ] . PropTypes . func } , t [ "default" ] = f } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 20 ) , d = r ( c ) , f = n ( 114 ) , p = r ( f ) , h = function ( e ) {
function t ( ) { return i ( this , t ) , o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . apply ( this , arguments ) ) } return a ( t , e ) , s ( t , [ { key : "render" , value : function n ( ) { var e = null , t = { } , n = this . props . item , r = this . props . campaign
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
if ( "open" === r . State ) switch ( n . ChangeType ) { case "created" : t . className = "label label-warning list-group-item__status" , t . Title = p [ "default" ] . _t ( "CampaignItem.DRAFT" , "Draft" )
2016-09-21 17:30:24 +12:00
break
case "modified" : t . className = "label label-warning list-group-item__status" , t . Title = p [ "default" ] . _t ( "CampaignItem.MODIFIED" , "Modified" )
break
case "deleted" : t . className = "label label-error list-group-item__status" , t . Title = p [ "default" ] . _t ( "CampaignItem.REMOVED" , "Removed" )
break
2017-02-28 16:01:13 +13:00
case "none" : default : t . className = "label label-success list-group-item__status" , t . Title = p [ "default" ] . _t ( "CampaignItem.NO_CHANGES" , "No changes" ) } var i = u [ "default" ] . createElement ( "span" , { className : "list-group-item__info campaign-admin__item-links--has-links font-icon-link"
2016-09-21 17:30:24 +12:00
} , "3 linked items" )
2017-01-12 12:31:32 +13:00
return n . Thumbnail && ( e = u [ "default" ] . createElement ( "span" , { className : "list-group-item__thumbnail" } , u [ "default" ] . createElement ( "img" , { alt : n . Title , src : n . Thumbnail } ) ) ) , u [ "default" ] . createElement ( "div" , { className : "fill-height"
} , e , u [ "default" ] . createElement ( "h4" , { className : "list-group-item-heading" } , n . Title ) , u [ "default" ] . createElement ( "span" , { className : "list-group-item__info campaign-admin__item-links--is-linked font-icon-link"
2017-02-28 16:01:13 +13:00
} ) , i , t . className && t . Title && u [ "default" ] . createElement ( "span" , { className : t . className } , t . Title ) ) } } ] ) , t } ( d [ "default" ] )
2016-09-21 17:30:24 +12:00
h . propTypes = { campaign : u [ "default" ] . PropTypes . object . isRequired , item : u [ "default" ] . PropTypes . object . isRequired } , t [ "default" ] = h } , function ( e , t , n ) { "use strict"
2017-02-28 16:01:13 +13:00
function r ( e ) { return e && e . _ _esModule ? e : { "default" : e } } function i ( e , t ) { if ( ! ( e instanceof t ) ) throw new TypeError ( "Cannot call a class as a function" ) } function o ( e , t ) { if ( ! e ) throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" )
2016-09-21 17:30:24 +12:00
2017-02-28 16:01:13 +13:00
return ! t || "object" != typeof t && "function" != typeof t ? e : t } function a ( e , t ) { if ( "function" != typeof t && null !== t ) throw new TypeError ( "Super expression must either be null or a function, not " + typeof t )
2016-09-21 17:30:24 +12:00
e . prototype = Object . create ( t && t . prototype , { constructor : { value : e , enumerable : ! 1 , writable : ! 0 , configurable : ! 0 } } ) , t && ( Object . setPrototypeOf ? Object . setPrototypeOf ( e , t ) : e . _ _proto _ _ = t ) } Object . defineProperty ( t , "__esModule" , {
value : ! 0 } )
2017-02-28 16:01:13 +13:00
var s = function ( ) { function e ( e , t ) { for ( var n = 0 ; n < t . length ; n ++ ) { var r = t [ n ]
r . enumerable = r . enumerable || ! 1 , r . configurable = ! 0 , "value" in r && ( r . writable = ! 0 ) , Object . defineProperty ( e , r . key , r ) } } return function ( t , n , r ) { return n && e ( t . prototype , n ) , r && e ( t , r ) , t } } ( ) , l = n ( 5 ) , u = r ( l ) , c = n ( 114 ) , d = r ( c ) , f = n ( 20 ) , p = r ( f ) , h = function ( e ) {
function t ( e ) { i ( this , t )
var n = o ( this , ( t . _ _proto _ _ || Object . getPrototypeOf ( t ) ) . call ( this , e ) )
return n . handleBackClick = n . handleBackClick . bind ( n ) , n } return a ( t , e ) , s ( t , [ { key : "handleBackClick" , value : function n ( e ) { "function" == typeof this . props . onBack && ( e . preventDefault ( ) , this . props . onBack ( e ) ) } } , { key : "render" ,
value : function r ( ) { var e = null , t = null , n = ""
2016-09-21 17:30:24 +12:00
this . props . itemLinks && this . props . itemLinks . preview && ( this . props . itemLinks . preview . Stage ? ( t = this . props . itemLinks . preview . Stage . href , n = this . props . itemLinks . preview . Stage . type ) : this . props . itemLinks . preview . Live && ( t = this . props . itemLinks . preview . Live . href ,
n = this . props . itemLinks . preview . Live . type ) )
2017-02-28 16:01:13 +13:00
var r = null , i = "edit" , o = [ ]
this . props . itemLinks && this . props . itemLinks . edit && ( r = this . props . itemLinks . edit . href , o . push ( u [ "default" ] . createElement ( "a" , { key : i , href : r , className : "btn btn-secondary-outline font-icon-edit" } , u [ "default" ] . createElement ( "span" , {
2017-01-26 17:20:08 +13:00
className : "btn__title" } , d [ "default" ] . _t ( "Preview.EDIT" , "Edit" ) ) ) ) ) , e = this . props . itemId ? t ? n && 0 === n . indexOf ( "image/" ) ? u [ "default" ] . createElement ( "div" , { className : "preview__file-container panel--scrollable"
2016-10-10 21:05:32 +13:00
} , u [ "default" ] . createElement ( "img" , { alt : t , className : "preview__file--fits-space" , src : t } ) ) : u [ "default" ] . createElement ( "iframe" , { className : "flexbox-area-grow preview__iframe" , src : t } ) : u [ "default" ] . createElement ( "div" , {
className : "preview__overlay" } , u [ "default" ] . createElement ( "h3" , { className : "preview__overlay-text" } , "There is no preview available for this item." ) ) : u [ "default" ] . createElement ( "div" , { className : "preview__overlay"
2016-10-28 20:48:24 +13:00
} , u [ "default" ] . createElement ( "h3" , { className : "preview__overlay-text" } , "No preview available." ) )
2017-02-28 16:01:13 +13:00
var a = "function" == typeof this . props . onBack && u [ "default" ] . createElement ( "button" , { className : "btn btn-secondary font-icon-left-open-big toolbar__back-button hidden-lg-up" , type : "button" , onClick : this . handleBackClick
2016-10-28 20:48:24 +13:00
} , "Back" )
2017-02-28 16:01:13 +13:00
return u [ "default" ] . createElement ( "div" , { className : "flexbox-area-grow fill-height preview campaign-admin__campaign-preview" } , e , u [ "default" ] . createElement ( "div" , { className : "toolbar toolbar--south" } , a , u [ "default" ] . createElement ( "div" , {
className : "btn-toolbar" } , o ) ) ) } } ] ) , t } ( p [ "default" ] )
2016-10-26 17:12:19 +13:00
h . propTypes = { itemLinks : u [ "default" ] . PropTypes . object , itemId : u [ "default" ] . PropTypes . number , onBack : u [ "default" ] . PropTypes . func } , t [ "default" ] = h } ] )