Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/ui/entity-editor/js/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/ui/entity-editor/js/editor-enum.min.js |
BX.namespace("BX.UI");if(typeof BX.UI.EntityEditorMode==="undefined"){BX.UI.EntityEditorMode={intermediate:0,edit:1,view:2,names:{view:"view",edit:"edit"},getName:function(i){if(i===this.edit){return this.names.edit}else if(i===this.view){return this.names.view}return""},parse:function(i){i=i.toLowerCase();if(i===this.names.edit){return this.edit}else if(i===this.names.view){return this.view}return this.intermediate}}}if(typeof BX.UI.EntityEditorVisibilityPolicy==="undefined"){BX.UI.EntityEditorVisibilityPolicy={always:0,view:1,edit:2,parse:function(i){i=i.toLowerCase();if(i==="view"){return this.view}else if(i==="edit"){return this.edit}return this.always},checkVisibility:function(i){var t=i.getMode();var e=i.getVisibilityPolicy();if(e===this.view){return t===BX.UI.EntityEditorMode.view}else if(e===this.edit){return t===BX.UI.EntityEditorMode.edit}return true}}}if(typeof BX.UI.EntityEditorModeOptions==="undefined"){BX.UI.EntityEditorModeOptions={none:0,exclusive:1,individual:2,saveOnExit:64,check:function(i,t){return(i&t)===t}}}if(typeof BX.UI.EntityEditorControlOptions==="undefined"){BX.UI.EntityEditorControlOptions={none:0,showAlways:1,check:function(i,t){return(i&t)===t}}}if(typeof BX.UI.EntityEditorPriority==="undefined"){BX.UI.EntityEditorPriority={undefined:0,normal:1,high:2}}if(typeof BX.UI.EntityEditorModeSwitchType==="undefined"){BX.UI.EntityEditorModeSwitchType={none:0,common:1,button:2,content:4,check:function(i,t){return(i&t)===t}}}if(typeof BX.UI.EntityEditorActionIds==="undefined"){BX.UI.EntityEditorActionIds={defaultActionId:"DEFAULT",cancelActionId:"CANCEL"}}if(typeof BX.UI.EntityEditorActionTypes==="undefined"){BX.UI.EntityEditorActionTypes={save:"save",direct:"direct"}}if(typeof BX.UI.EditorFileStorageType==="undefined"){BX.UI.EditorFileStorageType={undefined:0,file:1,webdav:2,diskfile:3}}if(typeof BX.UI.EntityFieldAttributeType==="undefined"){BX.UI.EntityFieldAttributeType={undefined:0,hidden:1,readonly:2,required:3}}if(typeof BX.UI.EntityFieldAttributePhaseGroupType==="undefined"){BX.UI.EntityFieldAttributePhaseGroupType={undefined:0,general:1,pipeline:2,junk:3}} //# sourceMappingURL=editor-enum.map.js