2016-04-01 13:17:09 +00:00
/ *
*
2019-01-17 13:05:03 +00:00
* ( c ) Copyright Ascensio System SIA 2010 - 2019
2016-04-01 13:17:09 +00:00
*
* This program is a free software product . You can redistribute it and / or
* modify it under the terms of the GNU Affero General Public License ( AGPL )
* version 3 as published by the Free Software Foundation . In accordance with
* Section 7 ( a ) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non - infringement
* of any third - party rights .
*
* This program is distributed WITHOUT ANY WARRANTY ; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . For
* details , see the GNU AGPL at : http : //www.gnu.org/licenses/agpl-3.0.html
*
2019-01-17 13:00:34 +00:00
* You can contact Ascensio System SIA at 20 A - 12 Ernesta Birznieka - Upisha
* street , Riga , Latvia , EU , LV - 1050.
2016-04-01 13:17:09 +00:00
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices , as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7 ( b ) of the License you must retain the original Product
* logo when distributing the program . Pursuant to Section 7 ( e ) we decline to
* grant you any rights under trademark law for use of our trademarks .
*
* All the Product ' s GUI elements , including illustrations and icon sets , as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution - ShareAlike 4.0 International . See the License
* terms at http : //creativecommons.org/licenses/by-sa/4.0/legalcode
*
* /
2020-08-31 17:23:23 +00:00
if ( window . Common === undefined ) {
window . Common = { } ;
2016-03-11 00:48:53 +00:00
}
if ( Common . Utils === undefined ) {
Common . Utils = { } ;
}
2020-07-31 17:34:55 +00:00
function _extend _object ( dest , source ) {
if ( typeof _ != "undefined" ) {
return _ . extend ( { } , dest , source ) ;
} else
if ( ! ! Object ) {
return Object . assign ( { } , dest , source ) ;
}
return source ;
}
var utils = new ( function ( ) {
2016-03-11 00:48:53 +00:00
var userAgent = navigator . userAgent . toLowerCase ( ) ,
check = function ( regex ) {
return regex . test ( userAgent ) ;
} ,
isStrict = document . compatMode == "CSS1Compat" ,
version = function ( is , regex ) {
var m ;
return ( is && ( m = regex . exec ( userAgent ) ) ) ? parseFloat ( m [ 1 ] ) : 0 ;
} ,
docMode = document . documentMode ,
2017-07-04 11:28:21 +00:00
isEdge = check ( /edge/ ) ,
2016-03-11 00:48:53 +00:00
isOpera = check ( /opera/ ) ,
isOpera10 _5 = isOpera && check ( /version\/10\.5/ ) ,
2017-07-04 11:28:21 +00:00
isIE = ! isOpera && ( check ( /msie/ ) || check ( /trident/ ) || check ( /edge/ ) ) ,
2016-03-11 00:48:53 +00:00
isIE7 = isIE && ( ( check ( /msie 7/ ) && docMode != 8 && docMode != 9 && docMode != 10 ) || docMode == 7 ) ,
isIE8 = isIE && ( ( check ( /msie 8/ ) && docMode != 7 && docMode != 9 && docMode != 10 ) || docMode == 8 ) ,
isIE9 = isIE && ( ( check ( /msie 9/ ) && docMode != 7 && docMode != 8 && docMode != 10 ) || docMode == 9 ) ,
isIE10 = isIE && ( ( check ( /msie 10/ ) && docMode != 7 && docMode != 8 && docMode != 9 ) || docMode == 10 ) ,
isIE11 = isIE && ( ( check ( /trident\/7\.0/ ) && docMode != 7 && docMode != 8 && docMode != 9 && docMode != 10 ) || docMode == 11 ) ,
isIE6 = isIE && check ( /msie 6/ ) ,
2017-07-04 11:28:21 +00:00
isChrome = ! isIE && check ( /\bchrome\b/ ) ,
isWebKit = ! isIE && check ( /webkit/ ) ,
isSafari = ! isIE && ! isChrome && check ( /safari/ ) ,
isSafari2 = isSafari && check ( /applewebkit\/4/ ) , // unique to Safari 2
isSafari3 = isSafari && check ( /version\/3/ ) ,
isSafari4 = isSafari && check ( /version\/4/ ) ,
isSafari5 _0 = isSafari && check ( /version\/5\.0/ ) ,
isSafari5 = isSafari && check ( /version\/5/ ) ,
2016-03-11 00:48:53 +00:00
isGecko = ! isWebKit && ! isIE && check ( /gecko/ ) , // IE11 adds "like gecko" into the user agent string
isGecko3 = isGecko && check ( /rv:1\.9/ ) ,
isGecko4 = isGecko && check ( /rv:2\.0/ ) ,
isGecko5 = isGecko && check ( /rv:5\./ ) ,
isGecko10 = isGecko && check ( /rv:10\./ ) ,
isFF3 _0 = isGecko3 && check ( /rv:1\.9\.0/ ) ,
isFF3 _5 = isGecko3 && check ( /rv:1\.9\.1/ ) ,
isFF3 _6 = isGecko3 && check ( /rv:1\.9\.2/ ) ,
isWindows = check ( /windows|win32/ ) ,
isMac = check ( /macintosh|mac os x/ ) ,
isLinux = check ( /linux/ ) ,
chromeVersion = version ( true , /\bchrome\/(\d+\.\d+)/ ) ,
firefoxVersion = version ( true , /\bfirefox\/(\d+\.\d+)/ ) ,
ieVersion = version ( isIE , /msie (\d+\.\d+)/ ) ,
operaVersion = version ( isOpera , /version\/(\d+\.\d+)/ ) ,
safariVersion = version ( isSafari , /version\/(\d+\.\d+)/ ) ,
webKitVersion = version ( isWebKit , /webkit\/(\d+\.\d+)/ ) ,
isSecure = /^https/i . test ( window . location . protocol ) ,
emailRe = /^(mailto:)?([a-z0-9'\._-]+@[a-z0-9\.-]+\.[a-z0-9]{2,4})([a-яё0-9\._%+-=\? :&]*)/i ,
ipRe = /^(((https?)|(ftps?)):\/\/)?([\-\wа -яё]*:?[\-\wа -яё]*@)?(((1[0-9]{2}|2[0-4][0-9]|25[0-5]|[1-9][0-9]|[0-9])\.){3}(1[0-9]{2}|2[0-4][0-9]|25[0-5]|[1-9][0-9]|[0-9]))(:\d+)?(\/[%\-\wа -яё]*(\.[\wа -яё]{2,})?(([\wа -яё\-\.\?\\\/+@&#;:`~=%!,\(\)]*)(\.[\wа -яё]{2,})?)*)*\/?/i ,
2019-09-29 10:22:16 +00:00
hostnameRe = /^(((https?)|(ftps?)):\/\/)?([\-\wа -яё]*:?[\-\wа -яё]*@)?(([\-\wа -яё]+\.)+[\wа -яё\-]{2,}(:\d+)?(\/[%\-\wа -яё]*(\.[\wа -яё]{2,})?(([\wа -яё\-\.\?\\\/\+@&#;:`'~=%!,\(\)]*)(\.[\wа -яё]{2,})?)*)*\/?)/i ,
localRe = /^(((https?)|(ftps?)):\/\/)([\-\wа -яё]*:?[\-\wа -яё]*@)?(([\-\wа -яё]+)(:\d+)?(\/[%\-\wа -яё]*(\.[\wа -яё]{2,})?(([\wа -яё\-\.\?\\\/\+@&#;:`'~=%!,\(\)]*)(\.[\wа -яё]{2,})?)*)*\/?)/i ,
2016-07-25 13:10:16 +00:00
emailStrongRe = /(mailto:)?([a-z0-9'\._-]+@[a-z0-9\.-]+\.[a-z0-9]{2,4})([a-яё0-9\._%+-=\?:&]*)/ig ,
2019-09-29 10:22:16 +00:00
emailAddStrongRe = /(mailto:|\s[@]|\s[+])?([a-z0-9'\._-]+@[a-z0-9\.-]+\.[a-z0-9]{2,4})([a-яё0-9\._%\+-=\?:&]*)/ig ,
ipStrongRe = /(((https?)|(ftps?)):\/\/([\-\wа -яё]*:?[\-\wа -яё]*@)?)(((1[0-9]{2}|2[0-4][0-9]|25[0-5]|[1-9][0-9]|[0-9])\.){3}(1[0-9]{2}|2[0-4][0-9]|25[0-5]|[1-9][0-9]|[0-9]))(:\d+)?(\/[%\-\wа -яё]*(\.[\wа -яё]{2,})?(([\wа -яё\-\.\?\\\/\+@&#;:`~=%!,\(\)]*)(\.[\wа -яё]{2,})?)*)*\/?/ig ,
hostnameStrongRe = /((((https?)|(ftps?)):\/\/([\-\wа -яё]*:?[\-\wа -яё]*@)?)|(([\-\wа -яё]*:?[\-\wа -яё]*@)?www\.))((([\-\wа -яё]+\.)+[\wа -яё\-]{2,}|([\-\wа -яё]+))(:\d+)?(\/[%\-\wа -яё]*(\.[\wа -яё]{2,})?(([\wа -яё\-\.\?\\\/\+@&#;:`~=%!,\(\)]*)(\.[\wа -яё]{2,})?)*)*\/?)/ig ,
2016-03-11 00:48:53 +00:00
documentSettingsType = {
Paragraph : 0 ,
Table : 1 ,
2018-02-16 07:12:35 +00:00
Header : 2 ,
TextArt : 3 ,
Shape : 4 ,
Image : 5 ,
2016-09-29 13:26:05 +00:00
Slide : 6 ,
Chart : 7 ,
2017-07-11 11:02:16 +00:00
MailMerge : 8 ,
2017-09-29 08:26:45 +00:00
Signature : 9 ,
2018-06-09 11:11:56 +00:00
Pivot : 10 ,
2020-05-27 13:33:34 +00:00
Cell : 11 ,
2020-09-28 16:06:12 +00:00
Slicer : 12 ,
Form : 13
2016-08-19 13:41:48 +00:00
} ,
2019-04-17 09:01:20 +00:00
importTextType = {
DRM : 0 ,
CSV : 1 ,
TXT : 2 ,
Paste : 3 ,
2021-03-19 14:00:05 +00:00
Columns : 4 ,
Data : 5
2019-04-17 09:01:20 +00:00
} ,
2016-12-07 10:54:26 +00:00
isMobile = /android|avantgo|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od|ad)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i . test ( navigator . userAgent || navigator . vendor || window . opera ) ,
2016-08-19 13:41:48 +00:00
me = this ,
checkSize = function ( ) {
2021-02-12 09:08:33 +00:00
var scale = { } ;
2021-05-14 19:20:56 +00:00
if ( ! ! window . AscCommon && ! ! window . AscCommon . checkDeviceScale ) {
2021-02-12 09:08:33 +00:00
scale = window . AscCommon . checkDeviceScale ( ) ;
2021-05-14 19:20:56 +00:00
AscCommon . correctApplicationScale ( scale ) ;
} else {
2021-06-28 18:01:08 +00:00
var str _mq _125 = "screen and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49), " +
"screen and (min-resolution: 1.25dppx) and (max-resolution: 1.49dppx)" ;
var str _mq _150 = "screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74), " +
"screen and (min-resolution: 1.5dppx) and (max-resolution: 1.74dppx)" ;
var str _mq _175 = "screen and (-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 1.99), " +
"screen and (min-resolution: 1.75dppx) and (max-resolution: 1.99dppx)" ;
2021-02-12 09:08:33 +00:00
var str _mq _200 = "screen and (-webkit-min-device-pixel-ratio: 2), " +
"screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi)" ;
2021-06-28 18:01:08 +00:00
if ( window . matchMedia ( str _mq _125 ) . matches ) {
scale . devicePixelRatio = 1.5 ;
} else
2021-02-12 09:08:33 +00:00
if ( window . matchMedia ( str _mq _150 ) . matches ) {
scale . devicePixelRatio = 1.5 ;
} else
2021-06-28 18:01:08 +00:00
if ( window . matchMedia ( str _mq _175 ) . matches ) {
scale . devicePixelRatio = 1.75 ;
} else
2021-02-12 09:08:33 +00:00
if ( window . matchMedia ( str _mq _200 ) . matches )
scale . devicePixelRatio = 2 ;
else scale . devicePixelRatio = 1 ;
}
2021-02-10 20:43:49 +00:00
var $root = $ ( document . body ) ;
2021-06-28 18:01:08 +00:00
var classes = document . body . className ;
var clear _list = classes . replace ( /pixel-ratio__[\w-]+/gi , '' ) . trim ( ) ;
if ( scale . devicePixelRatio < 1.25 ) {
if ( /pixel-ratio__/ . test ( classes ) ) {
document . body . className = clear _list ;
}
} else
2021-02-17 21:26:32 +00:00
if ( scale . devicePixelRatio < 1.5 ) {
2021-06-28 18:01:08 +00:00
if ( ! /pixel-ratio__1_25/ . test ( classes ) ) {
document . body . className = clear _list + ' pixel-ratio__1_25' ;
}
} else
if ( scale . devicePixelRatio < 1.75 ) {
if ( ! /pixel-ratio__1_5/ . test ( classes ) ) {
document . body . className = clear _list + ' pixel-ratio__1_5' ;
}
2021-02-17 21:26:32 +00:00
} else
2021-06-28 18:01:08 +00:00
if ( ! ( scale . devicePixelRatio < 1.75 ) && scale . devicePixelRatio < 2 ) {
if ( ! /pixel-ratio__1_75/ . test ( classes ) ) {
document . body . className = clear _list + ' pixel-ratio__1_75' ;
}
2021-02-17 21:26:32 +00:00
} else {
2021-02-10 20:43:49 +00:00
$root . addClass ( 'pixel-ratio__2' ) ;
2021-06-28 18:01:08 +00:00
if ( ! /pixel-ratio__2/ . test ( classes ) ) {
document . body . className = clear _list + ' pixel-ratio__2' ;
}
2018-02-01 14:14:11 +00:00
}
2021-02-18 14:33:58 +00:00
me . zoom = scale . correct ? scale . zoom : 1 ;
2016-08-19 13:41:48 +00:00
me . innerWidth = window . innerWidth * me . zoom ;
me . innerHeight = window . innerHeight * me . zoom ;
2021-03-29 19:33:40 +00:00
me . applicationPixelRatio = scale . applicationPixelRatio || scale . devicePixelRatio ;
2016-03-11 00:48:53 +00:00
} ;
2016-08-19 13:41:48 +00:00
me . zoom = 1 ;
2021-03-29 19:33:40 +00:00
me . applicationPixelRatio = 1 ;
2016-08-19 13:41:48 +00:00
me . innerWidth = window . innerWidth ;
me . innerHeight = window . innerHeight ;
2021-02-17 21:27:20 +00:00
if ( isIE )
$ ( document . body ) . addClass ( 'ie' ) ;
else {
checkSize ( ) ;
$ ( window ) . on ( 'resize' , checkSize ) ;
}
2016-03-11 00:48:53 +00:00
return {
2018-02-01 14:14:11 +00:00
checkSize : checkSize ,
2016-03-11 00:48:53 +00:00
userAgent : userAgent ,
isStrict : isStrict ,
isIEQuirks : isIE && ( ! isStrict && ( isIE6 || isIE7 || isIE8 || isIE9 ) ) ,
isOpera : isOpera ,
isOpera10 _5 : isOpera10 _5 ,
isWebKit : isWebKit ,
isChrome : isChrome ,
isSafari : isSafari ,
isSafari3 : isSafari3 ,
isSafari4 : isSafari4 ,
isSafari5 : isSafari5 ,
isSafari5 _0 : isSafari5 _0 ,
isSafari2 : isSafari2 ,
isIE : isIE ,
isIE6 : isIE6 ,
isIE7 : isIE7 ,
isIE7m : isIE6 || isIE7 ,
isIE7p : isIE && ! isIE6 ,
isIE8 : isIE8 ,
isIE8m : isIE6 || isIE7 || isIE8 ,
isIE8p : isIE && ! ( isIE6 || isIE7 ) ,
isIE9 : isIE9 ,
isIE9m : isIE6 || isIE7 || isIE8 || isIE9 ,
isIE9p : isIE && ! ( isIE6 || isIE7 || isIE8 ) ,
isIE10 : isIE10 ,
isIE10m : isIE6 || isIE7 || isIE8 || isIE9 || isIE10 ,
isIE10p : isIE && ! ( isIE6 || isIE7 || isIE8 || isIE9 ) ,
isIE11 : isIE11 ,
isIE11m : isIE6 || isIE7 || isIE8 || isIE9 || isIE10 || isIE11 ,
isIE11p : isIE && ! ( isIE6 || isIE7 || isIE8 || isIE9 || isIE10 ) ,
isGecko : isGecko ,
isGecko3 : isGecko3 ,
isGecko4 : isGecko4 ,
isGecko5 : isGecko5 ,
isGecko10 : isGecko10 ,
isFF3 _0 : isFF3 _0 ,
isFF3 _5 : isFF3 _5 ,
isFF3 _6 : isFF3 _6 ,
isFF4 : 4 <= firefoxVersion && firefoxVersion < 5 ,
isFF5 : 5 <= firefoxVersion && firefoxVersion < 6 ,
isFF10 : 10 <= firefoxVersion && firefoxVersion < 11 ,
isLinux : isLinux ,
isWindows : isWindows ,
isMac : isMac ,
chromeVersion : chromeVersion ,
firefoxVersion : firefoxVersion ,
ieVersion : ieVersion ,
operaVersion : operaVersion ,
safariVersion : safariVersion ,
webKitVersion : webKitVersion ,
isSecure : isSecure ,
emailRe : emailRe ,
ipRe : ipRe ,
hostnameRe : hostnameRe ,
localRe : localRe ,
emailStrongRe : emailStrongRe ,
2018-10-11 07:32:39 +00:00
emailAddStrongRe : emailAddStrongRe ,
2016-03-11 00:48:53 +00:00
ipStrongRe : ipStrongRe ,
hostnameStrongRe : hostnameStrongRe ,
2016-08-19 13:41:48 +00:00
documentSettingsType : documentSettingsType ,
2019-04-17 09:01:20 +00:00
importTextType : importTextType ,
2016-08-19 13:41:48 +00:00
zoom : function ( ) { return me . zoom ; } ,
2021-03-29 19:33:40 +00:00
applicationPixelRatio : function ( ) { return me . applicationPixelRatio ; } ,
2020-03-15 15:13:29 +00:00
topOffset : 0 ,
2016-08-19 13:41:48 +00:00
innerWidth : function ( ) { return me . innerWidth ; } ,
2020-05-14 11:17:34 +00:00
innerHeight : function ( ) { return me . innerHeight ; } ,
croppedGeometry : function ( ) { return { left : 0 , top : Common . Utils . InternalSettings . get ( 'window-inactive-area-top' ) ,
width : me . innerWidth , height : me . innerHeight - Common . Utils . InternalSettings . get ( 'window-inactive-area-top' ) } }
2016-03-11 00:48:53 +00:00
}
2020-07-31 17:34:55 +00:00
} ) ( ) ;
Common . Utils = _extend _object ( Common . Utils , utils ) ;
2016-03-11 00:48:53 +00:00
Common . Utils . ThemeColor = new ( function ( ) {
return {
ThemeValues : [ 6 , 15 , 7 , 16 , 0 , 1 , 2 , 3 , 4 , 5 ] ,
setColors : function ( colors , standart _colors ) {
var i , j , item ;
if ( standart _colors && standart _colors . length > 0 ) {
var standartcolors = [ ] ;
for ( i = 0 ; i < standart _colors . length ; i ++ ) {
item = this . getHexColor ( standart _colors [ i ] . get _r ( ) , standart _colors [ i ] . get _g ( ) , standart _colors [ i ] . get _b ( ) ) ;
standartcolors . push ( item ) ;
}
this . standartcolors = standartcolors ;
}
var effectС olors = [ ] ;
for ( i = 0 ; i < 6 ; i ++ ) {
for ( j = 0 ; j < 10 ; j ++ ) {
var idx = i + j * 6 ;
item = {
color : this . getHexColor ( colors [ idx ] . get _r ( ) , colors [ idx ] . get _g ( ) , colors [ idx ] . get _b ( ) ) ,
effectId : idx ,
effectValue : this . ThemeValues [ j ]
} ;
effectС olors . push ( item ) ;
}
}
this . effectcolors = effectС olors ;
} ,
getEffectColors : function ( ) {
return this . effectcolors ;
} ,
getStandartColors : function ( ) {
return this . standartcolors ;
} ,
getHexColor : function ( r , g , b ) {
r = r . toString ( 16 ) ;
g = g . toString ( 16 ) ;
b = b . toString ( 16 ) ;
if ( r . length == 1 ) r = '0' + r ;
if ( g . length == 1 ) g = '0' + g ;
if ( b . length == 1 ) b = '0' + b ;
return r + g + b ;
} ,
getRgbColor : function ( clr ) {
var color = ( typeof ( clr ) == 'object' ) ? clr . color : clr ;
color = color . replace ( /#/ , '' ) ;
if ( color . length == 3 ) color = color . replace ( /(.)/g , '$1$1' ) ;
color = parseInt ( color , 16 ) ;
2016-04-18 12:21:15 +00:00
var c = new Asc . asc _CColor ( ) ;
2016-04-05 11:52:34 +00:00
c . put _type ( ( typeof ( clr ) == 'object' && clr . effectId !== undefined ) ? Asc . c _oAscColor . COLOR _TYPE _SCHEME : Asc . c _oAscColor . COLOR _TYPE _SRGB ) ;
2016-03-11 00:48:53 +00:00
c . put _r ( color >> 16 ) ;
c . put _g ( ( color & 0xff00 ) >> 8 ) ;
c . put _b ( color & 0xff ) ;
c . put _a ( 0xff ) ;
if ( clr . effectId !== undefined )
c . put _value ( clr . effectId ) ;
return c ;
} ,
colorValue2EffectId : function ( clr ) {
2020-04-30 13:58:45 +00:00
if ( typeof ( clr ) == 'object' && clr && clr . effectValue !== undefined && this . effectcolors ) {
2016-03-11 00:48:53 +00:00
for ( var i = 0 ; i < this . effectcolors . length ; i ++ ) {
if ( this . effectcolors [ i ] . effectValue === clr . effectValue && clr . color . toUpperCase ( ) === this . effectcolors [ i ] . color . toUpperCase ( ) ) {
clr . effectId = this . effectcolors [ i ] . effectId ;
break ;
}
}
}
return clr ;
}
}
} ) ( ) ;
2020-07-31 17:34:55 +00:00
var metrics = new ( function ( ) {
2016-03-11 00:48:53 +00:00
var me = this ;
me . c _MetricUnits = {
cm : 0 ,
2016-04-06 15:17:40 +00:00
pt : 1 ,
inch : 2
2016-03-11 00:48:53 +00:00
} ;
2016-04-06 13:38:54 +00:00
2016-03-11 00:48:53 +00:00
me . currentMetric = me . c _MetricUnits . pt ;
2016-04-07 12:13:16 +00:00
me . metricName = [ 'Cm' , 'Pt' , 'Inch' ] ;
2016-04-08 08:55:15 +00:00
me . defaultMetric = me . c _MetricUnits . cm ;
2016-03-11 00:48:53 +00:00
return {
c _MetricUnits : me . c _MetricUnits ,
2016-04-06 13:38:54 +00:00
txtCm : 'cm' ,
txtPt : 'pt' ,
2016-04-07 12:13:16 +00:00
txtInch : '\"' ,
2016-03-11 00:48:53 +00:00
setCurrentMetric : function ( value ) {
me . currentMetric = value ;
} ,
getCurrentMetric : function ( ) {
return me . currentMetric ;
} ,
2016-04-06 13:38:54 +00:00
getCurrentMetricName : function ( ) {
return this [ 'txt' + me . metricName [ me . currentMetric ] ] ;
} ,
getMetricName : function ( unit ) {
return this [ 'txt' + me . metricName [ ( unit !== undefined ) ? unit : 0 ] ] ;
} ,
2016-04-19 14:26:17 +00:00
2016-04-08 08:55:15 +00:00
setDefaultMetric : function ( value ) {
me . defaultMetric = value ;
} ,
getDefaultMetric : function ( ) {
return me . defaultMetric ;
} ,
2016-04-06 13:38:54 +00:00
2016-03-11 00:48:53 +00:00
fnRecalcToMM : function ( value ) {
2016-04-06 15:17:40 +00:00
// value in pt/cm/inch. need to convert to mm
2016-03-11 00:48:53 +00:00
if ( value !== null && value !== undefined ) {
switch ( me . currentMetric ) {
case me . c _MetricUnits . cm :
return value * 10 ;
case me . c _MetricUnits . pt :
return value * 25.4 / 72.0 ;
2016-04-06 15:17:40 +00:00
case me . c _MetricUnits . inch :
return value * 25.4 ;
2016-03-11 00:48:53 +00:00
}
}
return value ;
} ,
fnRecalcFromMM : function ( value ) {
2016-04-06 15:17:40 +00:00
// value in mm. need to convert to pt/cm/inch
2016-03-11 00:48:53 +00:00
switch ( me . currentMetric ) {
case me . c _MetricUnits . cm :
return parseFloat ( ( value / 10. ) . toFixed ( 4 ) ) ;
case me . c _MetricUnits . pt :
return parseFloat ( ( value * 72.0 / 25.4 ) . toFixed ( 3 ) ) ;
2016-04-06 15:17:40 +00:00
case me . c _MetricUnits . inch :
return parseFloat ( ( value / 25.4 ) . toFixed ( 3 ) ) ;
2016-03-11 00:48:53 +00:00
}
return value ;
}
}
2020-07-31 17:34:55 +00:00
} ) ( ) ;
Common . Utils . Metric = _extend _object ( Common . Utils . Metric , metrics ) ;
2016-03-11 00:48:53 +00:00
Common . Utils . RGBColor = function ( colorString ) {
var r , g , b ;
if ( colorString . charAt ( 0 ) == '#' ) {
colorString = colorString . substr ( 1 , 6 ) ;
}
colorString = colorString . replace ( / /g , '' ) ;
colorString = colorString . toLowerCase ( ) ;
var colorDefinitions = [
{
re : /^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/ ,
// example: ['rgb(123, 234, 45)', 'rgb(255,234,245)'],
process : function ( bits ) {
return [
parseInt ( bits [ 1 ] ) ,
parseInt ( bits [ 2 ] ) ,
parseInt ( bits [ 3 ] )
] ;
}
} ,
{
re : /^hsb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/ ,
// example: ['hsb(123, 34, 100)'],
process : function ( bits ) {
var rgb = { } ;
var h = Math . round ( bits [ 1 ] ) ;
var s = Math . round ( bits [ 2 ] * 255 / 100 ) ;
var v = Math . round ( bits [ 3 ] * 255 / 100 ) ;
if ( s == 0 ) {
rgb . r = rgb . g = rgb . b = v ;
} else {
var t1 = v ;
var t2 = ( 255 - s ) * v / 255 ;
var t3 = ( t1 - t2 ) * ( h % 60 ) / 60 ;
if ( h == 360 ) h = 0 ;
if ( h < 60 ) { rgb . r = t1 ; rgb . b = t2 ; rgb . g = t2 + t3 }
else if ( h < 120 ) { rgb . g = t1 ; rgb . b = t2 ; rgb . r = t1 - t3 }
else if ( h < 180 ) { rgb . g = t1 ; rgb . r = t2 ; rgb . b = t2 + t3 }
else if ( h < 240 ) { rgb . b = t1 ; rgb . r = t2 ; rgb . g = t1 - t3 }
else if ( h < 300 ) { rgb . b = t1 ; rgb . g = t2 ; rgb . r = t2 + t3 }
else if ( h < 360 ) { rgb . r = t1 ; rgb . g = t2 ; rgb . b = t1 - t3 }
else { rgb . r = 0 ; rgb . g = 0 ; rgb . b = 0 }
}
return [
Math . round ( rgb . r ) ,
Math . round ( rgb . g ) ,
Math . round ( rgb . b )
] ;
}
} ,
{
re : /^(\w{2})(\w{2})(\w{2})$/ ,
// example: ['#00ff00', '336699'],
process : function ( bits ) {
return [
parseInt ( bits [ 1 ] , 16 ) ,
parseInt ( bits [ 2 ] , 16 ) ,
parseInt ( bits [ 3 ] , 16 )
] ;
}
} ,
{
re : /^(\w{1})(\w{1})(\w{1})$/ ,
// example: ['#fb0', 'f0f'],
process : function ( bits ) {
return [
parseInt ( bits [ 1 ] + bits [ 1 ] , 16 ) ,
parseInt ( bits [ 2 ] + bits [ 2 ] , 16 ) ,
parseInt ( bits [ 3 ] + bits [ 3 ] , 16 )
] ;
}
}
] ;
for ( var i = 0 ; i < colorDefinitions . length ; i ++ ) {
var re = colorDefinitions [ i ] . re ;
var processor = colorDefinitions [ i ] . process ;
var bits = re . exec ( colorString ) ;
if ( bits ) {
var channels = processor ( bits ) ;
r = channels [ 0 ] ;
g = channels [ 1 ] ;
b = channels [ 2 ] ;
}
}
r = ( r < 0 || isNaN ( r ) ) ? 0 : ( ( r > 255 ) ? 255 : r ) ;
g = ( g < 0 || isNaN ( g ) ) ? 0 : ( ( g > 255 ) ? 255 : g ) ;
b = ( b < 0 || isNaN ( b ) ) ? 0 : ( ( b > 255 ) ? 255 : b ) ;
var isEqual = function ( color ) {
return ( ( r == color . r ) && ( g == color . g ) && ( b == color . b ) ) ;
} ;
var toRGB = function ( ) {
return 'rgb(' + r + ', ' + g + ', ' + b + ')' ;
} ;
var toRGBA = function ( alfa ) {
if ( alfa === undefined ) alfa = 1 ;
return 'rgba(' + r + ', ' + g + ', ' + b + ', ' + alfa + ')' ;
} ;
var toHex = function ( ) {
var _r = r . toString ( 16 ) ;
var _g = g . toString ( 16 ) ;
var _b = b . toString ( 16 ) ;
if ( _r . length == 1 ) _r = '0' + _r ;
if ( _g . length == 1 ) _g = '0' + _g ;
if ( _b . length == 1 ) _b = '0' + _b ;
return '#' + _r + _g + _b ;
} ;
var toHSB = function ( ) {
var hsb = {
h : 0 ,
s : 0 ,
b : 0
} ;
var min = Math . min ( r , g , b ) ;
var max = Math . max ( r , g , b ) ;
var delta = max - min ;
hsb . b = max ;
hsb . s = max != 0 ? 255 * delta / max : 0 ;
if ( hsb . s != 0 ) {
if ( r == max ) {
hsb . h = 0 + ( g - b ) / delta ;
} else if ( g == max ) {
hsb . h = 2 + ( b - r ) / delta ;
} else {
hsb . h = 4 + ( r - g ) / delta ;
}
} else {
hsb . h = 0 ;
}
hsb . h *= 60 ;
if ( hsb . h < 0 ) {
hsb . h += 360 ;
}
hsb . s *= 100 / 255 ;
hsb . b *= 100 / 255 ;
hsb . h = parseInt ( hsb . h ) ;
hsb . s = parseInt ( hsb . s ) ;
hsb . b = parseInt ( hsb . b ) ;
return hsb ;
} ;
return {
r : r ,
g : g ,
b : b ,
isEqual : isEqual ,
toRGB : toRGB ,
toRGBA : toRGBA ,
toHex : toHex ,
toHSB : toHSB
}
} ;
Common . Utils . String = new ( function ( ) {
return {
format : function ( format ) {
var args = _ . toArray ( arguments ) . slice ( 1 ) ;
2019-06-06 12:03:38 +00:00
if ( args . length && typeof args [ 0 ] == 'object' )
args = args [ 0 ] ;
2016-03-11 00:48:53 +00:00
return format . replace ( /\{(\d+)\}/g , function ( s , i ) {
return args [ i ] ;
} ) ;
} ,
htmlEncode : function ( string ) {
2021-05-12 15:59:34 +00:00
return ( typeof _ !== 'undefined' ) ? _ . escape ( string ) :
2021-05-06 13:29:27 +00:00
string . replace ( /[.*+?^${}()|[\]\\]/g , '\\$&' ) ; // $& means the whole matched string
2016-03-11 00:48:53 +00:00
} ,
htmlDecode : function ( string ) {
return _ . unescape ( string ) ;
} ,
ellipsis : function ( value , len , word ) {
if ( value && value . length > len ) {
if ( word ) {
var vs = value . substr ( 0 , len - 2 ) ,
index = Math . max ( vs . lastIndexOf ( ' ' ) , vs . lastIndexOf ( '.' ) , vs . lastIndexOf ( '!' ) , vs . lastIndexOf ( '?' ) ) ;
if ( index !== - 1 && index >= ( len - 15 ) ) {
return vs . substr ( 0 , index ) + "..." ;
}
}
return value . substr ( 0 , len - 3 ) + "..." ;
}
return value ;
} ,
platformKey : function ( string , template , hookFn ) {
if ( _ . isEmpty ( template ) )
template = ' ({0})' ;
if ( Common . Utils . isMac ) {
if ( _ . isFunction ( hookFn ) ) {
string = hookFn . call ( this , string ) ;
}
return Common . Utils . String . format ( template , string . replace ( /\+(?=\S)/g , '' ) . replace ( /Ctrl|ctrl/g , '⌘' ) . replace ( /Alt|alt/g , '⌥' ) . replace ( /Shift|shift/g , '⇧' ) ) ;
}
return Common . Utils . String . format ( template , string ) ;
2020-03-31 13:49:33 +00:00
} ,
parseFloat : function ( string ) {
( typeof string === 'string' ) && ( string = string . replace ( ',' , '.' ) ) ;
return parseFloat ( string )
2020-07-03 11:59:48 +00:00
} ,
encodeSurrogateChar : function ( nUnicode ) {
if ( nUnicode < 0x10000 )
{
return String . fromCharCode ( nUnicode ) ;
}
else
{
nUnicode = nUnicode - 0x10000 ;
var nLeadingChar = 0xD800 | ( nUnicode >> 10 ) ;
var nTrailingChar = 0xDC00 | ( nUnicode & 0x3FF ) ;
return String . fromCharCode ( nLeadingChar ) + String . fromCharCode ( nTrailingChar ) ;
}
2021-06-18 13:53:50 +00:00
} ,
fixedDigits : function ( num , digits , fill ) {
( fill === undefined ) && ( fill = '0' ) ;
var strfill = "" ,
str = num . toString ( ) ;
for ( var i = str . length ; i < digits ; i ++ ) strfill += fill ;
return strfill + str ;
2016-03-11 00:48:53 +00:00
}
}
} ) ( ) ;
Common . Utils . isBrowserSupported = function ( ) {
2018-02-20 10:45:35 +00:00
return ! ( ( Common . Utils . ieVersion != 0 && Common . Utils . ieVersion < 10.0 ) ||
2016-03-11 00:48:53 +00:00
( Common . Utils . safariVersion != 0 && Common . Utils . safariVersion < 5.0 ) ||
( Common . Utils . firefoxVersion != 0 && Common . Utils . firefoxVersion < 4.0 ) ||
( Common . Utils . chromeVersion != 0 && Common . Utils . chromeVersion < 7.0 ) ||
( Common . Utils . operaVersion != 0 && Common . Utils . operaVersion < 10.5 ) ) ;
} ;
Common . Utils . showBrowserRestriction = function ( ) {
2018-07-30 14:21:34 +00:00
if ( document . getElementsByClassName && document . getElementsByClassName ( 'app-error-panel' ) . length > 0 ) return ;
2016-03-11 00:48:53 +00:00
var editor = ( window . DE ? 'Document' : window . SSE ? 'Spreadsheet' : window . PE ? 'Presentation' : 'that' ) ;
var newDiv = document . createElement ( "div" ) ;
newDiv . innerHTML = '<div class="app-error-panel">' +
'<div class="message-block">' +
'<div class="message-inner">' +
'<div class="title">Your browser is not supported.</div>' +
'<div class="text">Sorry, ' + editor + ' Editor is currently only supported in the latest versions of the Chrome, Firefox, Safari or Internet Explorer web browsers.</div>' +
'</div>' +
'</div>' +
'<div class="message-auxiliary"></div>' +
'</div>' ;
document . body . appendChild ( newDiv ) ;
$ ( '#loading-mask' ) . hide ( ) . remove ( ) ;
$ ( '#viewport' ) . hide ( ) . remove ( ) ;
} ;
Common . Utils . applyCustomization = function ( config , elmap ) {
for ( var name in config ) {
var $el ;
if ( ! ! elmap [ name ] ) {
$el = $ ( elmap [ name ] ) ;
if ( $el . length ) {
var item = config [ name ] ;
if ( item === false || item . visible === false ) {
$el . hide ( )
} else {
if ( ! ! item . text ) {
$el . text ( item . text ) ;
}
if ( item . visible === false ) {
$el . hide ( ) ;
}
}
}
}
}
} ;
2016-11-16 09:38:16 +00:00
Common . Utils . applyCustomizationPlugins = function ( plugins ) {
if ( ! plugins || plugins . length < 1 ) return ;
var _createXMLHTTPObject = function ( ) {
var xmlhttp ;
2019-03-12 14:02:38 +00:00
if ( typeof XMLHttpRequest != 'undefined' ) {
xmlhttp = new XMLHttpRequest ( ) ;
} else {
2016-11-16 09:38:16 +00:00
try {
2019-03-12 14:02:38 +00:00
xmlhttp = new ActiveXObject ( "Msxml2.XMLHTTP" ) ;
2016-11-16 09:38:16 +00:00
}
2019-03-12 14:02:38 +00:00
catch ( e ) {
try {
xmlhttp = new ActiveXObject ( "Microsoft.XMLHTTP" ) ;
}
catch ( E ) {
xmlhttp = false ;
}
2016-11-16 09:38:16 +00:00
}
}
2019-03-12 14:02:38 +00:00
2016-11-16 09:38:16 +00:00
return xmlhttp ;
} ;
var _getPluginCode = function ( url ) {
if ( ! url ) return '' ;
try {
var xhrObj = _createXMLHTTPObject ( ) ;
if ( xhrObj && url ) {
xhrObj . open ( 'GET' , url , false ) ;
xhrObj . send ( '' ) ;
if ( xhrObj . status == 200 )
eval ( xhrObj . responseText ) ;
}
}
catch ( e ) { }
return null ;
} ;
plugins . forEach ( function ( url ) {
if ( url ) _getPluginCode ( url ) ;
} ) ;
} ;
2021-05-25 13:39:12 +00:00
Common . Utils . fillUserInfo = function ( info , lang , defname , defid ) {
2016-03-11 00:48:53 +00:00
var _user = info || { } ;
2021-05-25 13:39:12 +00:00
_user . anonymous = ! _user . id ;
! _user . id && ( _user . id = defid ) ;
2020-08-31 17:23:23 +00:00
_user . fullname = ! _user . name ? defname : _user . name ;
2021-03-26 11:29:16 +00:00
_user . group && ( _user . fullname = ( _user . group ) . toString ( ) + AscCommon . UserInfoParser . getSeparator ( ) + _user . fullname ) ;
2021-04-30 16:29:10 +00:00
_user . guest = ! _user . name ;
2016-03-11 00:48:53 +00:00
return _user ;
} ;
2017-03-06 09:30:18 +00:00
Common . Utils . createXhr = function ( ) {
var xmlhttp ;
2019-03-12 14:02:38 +00:00
if ( typeof XMLHttpRequest != 'undefined' ) {
xmlhttp = new XMLHttpRequest ( ) ;
} else {
2017-03-06 09:30:18 +00:00
try {
2019-03-12 14:02:38 +00:00
xmlhttp = new ActiveXObject ( "Msxml2.XMLHTTP" ) ;
} catch ( e ) {
try {
xmlhttp = new ActiveXObject ( "Microsoft.XMLHTTP" ) ;
} catch ( E ) {
xmlhttp = false ;
}
2017-03-06 09:30:18 +00:00
}
}
return xmlhttp ;
2017-10-03 11:22:33 +00:00
} ;
2017-03-06 09:30:18 +00:00
2017-09-04 14:20:46 +00:00
Common . Utils . getConfigJson = function ( url ) {
if ( url ) {
try {
var xhrObj = Common . Utils . createXhr ( ) ;
if ( xhrObj ) {
xhrObj . open ( 'GET' , url , false ) ;
xhrObj . send ( '' ) ;
return JSON . parse ( xhrObj . responseText ) ;
}
} catch ( e ) { }
}
return null ;
2017-10-03 11:22:33 +00:00
} ;
2017-09-04 14:20:46 +00:00
2019-02-04 12:48:51 +00:00
Common . Utils . loadConfig = function ( url , callback ) {
2021-06-25 08:29:11 +00:00
fetch ( url , {
method : 'get' ,
headers : {
'Accept' : 'application/json' ,
} ,
} ) . then ( function ( response ) {
2019-02-04 12:48:51 +00:00
if ( response . ok )
return response . json ( ) ;
else return 'error' ;
} ) . then ( function ( json ) {
callback ( json ) ;
2020-09-11 07:47:09 +00:00
} ) . catch ( function ( e ) {
callback ( 'error' ) ;
2019-02-04 12:48:51 +00:00
} ) ;
} ;
2017-09-04 14:20:46 +00:00
2017-04-22 13:11:04 +00:00
Common . Utils . asyncCall = function ( callback , scope , args ) {
( new Promise ( function ( resolve , reject ) {
resolve ( ) ;
} ) ) . then ( function ( ) {
2017-05-04 12:26:32 +00:00
callback . call ( scope , args ) ;
2017-04-22 13:11:04 +00:00
} ) ;
2017-10-03 11:22:33 +00:00
} ;
2017-04-22 13:11:04 +00:00
2016-03-11 00:48:53 +00:00
// Extend javascript String type
String . prototype . strongMatch = function ( regExp ) {
if ( regExp && regExp instanceof RegExp ) {
var arr = this . toString ( ) . match ( regExp ) ;
return ! ! ( arr && arr . length > 0 && arr [ 0 ] . length == this . length ) ;
}
return false ;
2017-10-03 11:22:33 +00:00
} ;
Common . Utils . InternalSettings = new ( function ( ) {
var settings = { } ;
var _get = function ( name ) {
2018-01-23 17:33:59 +00:00
return settings [ name ] ;
} ,
_set = function ( name , value ) {
settings [ name ] = value ;
} ;
2017-10-03 11:22:33 +00:00
return {
get : _get ,
set : _set
}
2018-01-23 17:33:59 +00:00
} ) ;
2019-05-29 13:49:52 +00:00
Common . Utils . lockControls = function ( causes , lock , opts , defControls ) {
! opts && ( opts = { } ) ;
var controls = opts . array || defControls ;
opts . merge && ( controls = _ . union ( defControls , controls ) ) ;
function doLock ( cmp , cause ) {
2021-12-28 13:39:43 +00:00
if ( cmp && cmp . options && _ . contains ( cmp . options . lock , cause ) ) {
2019-05-29 13:49:52 +00:00
var index = cmp . keepState . indexOf ( cause ) ;
if ( lock ) {
if ( index < 0 ) {
cmp . keepState . push ( cause ) ;
}
} else {
if ( ! ( index < 0 ) ) {
cmp . keepState . splice ( index , 1 ) ;
}
}
}
}
_ . each ( controls , function ( item ) {
if ( item && _ . isFunction ( item . setDisabled ) ) {
! item . keepState && ( item . keepState = [ ] ) ;
if ( opts . clear && opts . clear . length > 0 && item . keepState . length > 0 ) {
item . keepState = _ . difference ( item . keepState , opts . clear ) ;
}
_ . isArray ( causes ) ? _ . each ( causes , function ( c ) { doLock ( item , c ) } ) : doLock ( item , causes ) ;
if ( ! ( item . keepState . length > 0 ) ) {
item . isDisabled ( ) && item . setDisabled ( false ) ;
} else {
! item . isDisabled ( ) && item . setDisabled ( true ) ;
}
}
} ) ;
} ;
2021-07-02 11:58:27 +00:00
Common . Utils . injectButtons = function ( $slots , id , iconCls , caption , lock , split , menu , toggle , dataHint , dataHintDirection , dataHintOffset , dataHintTitle ) {
2019-06-11 07:52:13 +00:00
var btnsArr = createButtonSet ( ) ;
2019-06-14 12:54:38 +00:00
btnsArr . setDisabled ( true ) ;
2019-06-11 07:52:13 +00:00
id = id || ( "id-toolbar-" + iconCls ) ;
$slots . each ( function ( index , el ) {
var _cls = 'btn-toolbar' ;
/x-huge/ . test ( el . className ) && ( _cls += ' x-huge icon-top' ) ;
var button = new Common . UI . Button ( {
2020-04-29 07:36:53 +00:00
parentEl : $slots . eq ( index ) ,
2019-06-11 07:52:13 +00:00
id : id + index ,
cls : _cls ,
iconCls : iconCls ,
caption : caption ,
split : split || false ,
menu : menu || false ,
enableToggle : toggle || false ,
lock : lock ,
2021-05-26 15:30:18 +00:00
disabled : true ,
dataHint : dataHint ,
2021-06-01 17:07:24 +00:00
dataHintDirection : dataHintDirection ,
2021-07-02 11:58:27 +00:00
dataHintOffset : dataHintOffset ,
dataHintTitle : dataHintTitle
2020-04-29 07:36:53 +00:00
} ) ;
2019-06-11 07:52:13 +00:00
btnsArr . add ( button ) ;
} ) ;
return btnsArr ;
} ;
2019-06-10 10:45:38 +00:00
Common . Utils . injectComponent = function ( $slot , cmp ) {
if ( cmp && $slot . length ) {
cmp . rendered ? $slot . append ( cmp . $el ) : cmp . render ( $slot ) ;
}
} ;
2020-04-29 17:54:48 +00:00
Common . Utils . warningDocumentIsLocked = function ( opts ) {
if ( opts . disablefunc )
opts . disablefunc ( true ) ;
var app = window . DE || window . PE || window . SSE ;
2020-11-27 08:39:38 +00:00
Common . UI . warning ( {
msg : Common . Locale . get ( "warnFileLocked" , { name : "Common.Translation" , default : "You can't edit this file. Document is in use by another application." } ) ,
buttons : [ {
value : 'view' ,
caption : Common . Locale . get ( "warnFileLockedBtnView" , { name : "Common.Translation" , default : "Open for viewing" } )
} , {
value : 'edit' ,
caption : Common . Locale . get ( "warnFileLockedBtnEdit" , { name : "Common.Translation" , default : "Create a copy" } )
} ] ,
primary : 'view' ,
callback : function ( btn ) {
if ( btn == 'edit' ) {
if ( opts . disablefunc ) opts . disablefunc ( false ) ;
app . getController ( 'Main' ) . api . asc _setIsReadOnly ( false ) ;
}
2020-04-29 17:54:48 +00:00
}
} ) ;
} ;
2019-07-29 15:30:57 +00:00
jQuery . fn . extend ( {
elementById : function ( id , parent ) {
/ * *
* usage : $obj . findById ( '#id' )
* $ ( ) . findById ( '#id' , $obj | node )
* $ . fn . findById ( '#id' , $obj | node )
*
* return : dom element
* * /
var _el = document . getElementById ( id . substring ( 1 ) ) ;
if ( ! _el ) {
parent = parent || this ;
if ( parent instanceof jQuery ) {
parent . each ( function ( i , node ) {
_el = node . querySelectorAll ( id ) ;
if ( _el . length == 0 ) {
if ( ( '#' + node . id ) == id ) {
_el = node ;
return false ;
}
} else
if ( _el . length ) {
_el = _el [ 0 ] ;
return false ;
}
} )
} else {
_el = parent . querySelectorAll ( id ) ;
if ( _el && _el . length ) return _el [ 0 ] ;
}
}
return _el ;
} ,
findById : function ( id , parent ) {
var _el = $ . fn . elementById . apply ( this , arguments ) ;
return ! ! _el ? $ ( _el ) : $ ( ) ;
}
} ) ;
2018-02-06 22:37:23 +00:00
Common . Utils . InternalSettings . set ( 'toolbar-height-tabs' , 32 ) ;
Common . Utils . InternalSettings . set ( 'toolbar-height-tabs-top-title' , 28 ) ;
Common . Utils . InternalSettings . set ( 'toolbar-height-controls' , 67 ) ;
Common . Utils . InternalSettings . set ( 'document-title-height' , 28 ) ;
2020-03-15 15:13:29 +00:00
Common . Utils . InternalSettings . set ( 'window-inactive-area-top' , 0 ) ;
2018-02-06 22:37:23 +00:00
Common . Utils . InternalSettings . set ( 'toolbar-height-compact' , Common . Utils . InternalSettings . get ( 'toolbar-height-tabs' ) ) ;
Common . Utils . InternalSettings . set ( 'toolbar-height-normal' , Common . Utils . InternalSettings . get ( 'toolbar-height-tabs' ) + Common . Utils . InternalSettings . get ( 'toolbar-height-controls' ) ) ;
2020-04-22 09:35:55 +00:00
Common . Utils . ModalWindow = new ( function ( ) {
var count = 0 ;
return {
show : function ( ) {
count ++ ;
} ,
close : function ( ) {
count -- ;
} ,
isVisible : function ( ) {
return count > 0 ;
}
}
2020-08-04 19:20:20 +00:00
} ) ( ) ;
2020-11-23 14:04:38 +00:00
Common . Utils . UserInfoParser = new ( function ( ) {
var parse = false ;
var separator = String . fromCharCode ( 160 ) ;
return {
setParser : function ( value ) {
parse = ! ! value ;
} ,
getSeparator : function ( ) {
return separator ;
} ,
getParsedName : function ( username ) {
if ( parse && username ) {
return username . substring ( username . indexOf ( separator ) + 1 ) ;
} else
return username ;
} ,
getParsedGroups : function ( username ) {
if ( parse && username ) {
var idx = username . indexOf ( separator ) ,
groups = ( idx > - 1 ) ? username . substring ( 0 , idx ) . split ( ',' ) : [ ] ;
for ( var i = 0 ; i < groups . length ; i ++ )
groups [ i ] = groups [ i ] . trim ( ) ;
return groups ;
} else
return undefined ;
}
}
2021-04-30 16:29:10 +00:00
} ) ( ) ;
2021-07-29 22:01:33 +00:00
Common . Utils . getKeyByValue = function ( obj , value ) {
for ( var prop in obj ) {
if ( obj . hasOwnProperty ( prop ) ) {
if ( obj [ prop ] === value )
return prop ;
}
}
} ;