123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: rs
- // (C) Copyright IBM Corp. 2003, 2022.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- define(["text!reportstyles/palettes.json"],function(_myc){var _5ia=JSON.parse(_myc)['ColorPalette'].map(function(_ial){var _dwm=_ial.label&&_ial.label!='unused'?_frh._c6j(_ial.label):null;return {id: _ial.id,systemPalette: true,content: {fills: _ial.fills,fillType: _ial.fillType,label: _dwm||_ial.id}};});function _mcb(){this._kjj=null;};_mcb._03g=function(_2xa){this._l2f=_2xa.paletteType;var _0um=Q.defer();_2xa.glassContext.getSvc('.Palette').then(function(service){return service.getPalettes(_2xa.paletteType).then(function(response){response.system=_5ia.filter(function(_ial){return _2xa.paletteType==null||_ial.content.fillType==_2xa.paletteType;});var _hyb=_2xa.paletteIds.filter(function(_d0j){var _stj=function(_ial){ return _ial.id==_d0j; };var _xpj=_5ia.filter(_stj).length>0;var _jpj=response['my'].filter(_stj).length>0;var _opj=response['public'].filter(_stj).length>0;return !_xpj&&!_jpj&&!_opj; });if(_hyb.length==0){_0um.resolve(response);}else{_hyb=_hyb.filter(function(_ial,_5qm){ return _hyb.indexOf(_ial)==_5qm; });response.local=[];Q.allSettled(_hyb.map(function(_d0j){ return service.getPalette(_d0j);})).then(function(_jvk){for(var i=0;i<_jvk.length;i++){if(_jvk[i].state==="fulfilled"&&(_2xa.paletteType==null||_jvk[i].value.content.fillType==_2xa.paletteType)){response.local.push(_jvk[i].value);}}_0um.resolve(response);});}});});return _0um.promise;};_mcb._jg8=function(_2xa){return _mcb._03g(_2xa).then(function(response){var _y5m={};["system", "my", "public", "local"].forEach(function(_pen){if(response[_pen]){for(var i=0;i<response[_pen].length;i++){var _ial=response[_pen][i];_y5m[ _ial.id ]=_ial.content;}}});return _y5m;});};_mcb._kje=function(_b6f,_n8e,_wbh,_yii){ var _aa8=null;var _b26=null;switch(_wbh.paletteType){case 'cat':case 'single':_aa8='standard';_b26='simple';break;case 'cont':_aa8='continuous';_b26='continuous';break;default:_aa8='standard';_b26='simple';break;}var _8qd=_mcb._03g.bind(_mcb, {paletteType: _b26, glassContext: Application.GlassContext, paletteIds: _gth._mtc(_b6f)});_mcb._kjj=Application.GlassContext.showSlideOut({ position: "right",width:(_yii+6)+"px", content: { module: 'js/authoring/utils/CustomPalettesFlyout',paletteType: _aa8,selectedPalette: _b6f.length==1?_gth._6ge(_b6f[0], _wbh):null,fn_applyPalette: _gth._td8.bind(_gth, _b6f, _n8e), fn_applyCreatedPalette: _gth._uo1.bind(_gth, _b6f, _n8e),fn_getPalettes: _8qd,fn_hide: _mcb._qge.bind(_mcb)}});_8l8._q0g(_mcb);};_mcb._qge=function(){if(_mcb._kjj){_mcb._kjj.hide();_mcb._kjj=null;}_8l8._hab(_mcb);};_mcb._m9=function(){_mcb._qge(); }; return _mcb;});
|