Current Path : /var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/crm/entity-editor/js/ |
Current File : /var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/crm/entity-editor/js/drag-drop.js |
BX.namespace("BX.Crm"); //region D&D if(typeof BX.Crm.EditorDragScope === "undefined") { BX.Crm.EditorDragScope = BX.UI.EditorDragScope; } if(typeof BX.Crm.EditorDragObjectType === "undefined") { BX.Crm.EditorDragObjectType = BX.UI.EditorDragObjectType; } if(typeof(BX.Crm.EditorDragItem) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragItem = BX.UI.EditorDragItem; } if(typeof(BX.Crm.EditorFieldDragItem) === "undefined") { BX.Crm.EditorFieldDragItem = BX.UI.EditorFieldDragItem; } if(typeof(BX.Crm.EditorSectionDragItem) === "undefined") { /** * @deprecated */ BX.Crm.EditorSectionDragItem = BX.UI.EditorSectionDragItem; } if(typeof(BX.Crm.EditorDragItemController) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragItemController = BX.UI.EditorDragItemController; } if(typeof(BX.Crm.EditorDragContainer) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragContainer = BX.UI.EditorDragContainer; } if(typeof(BX.Crm.EditorFieldDragContainer) === "undefined") { /** * @deprecated */ BX.Crm.EditorFieldDragContainer = BX.UI.EditorFieldDragContainer; } if(typeof(BX.Crm.EditorSectionDragContainer) === "undefined") { /** * @deprecated */ BX.Crm.EditorSectionDragContainer = BX.UI.EditorSectionDragContainer; } if(typeof(BX.Crm.EditorDragContainerController) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragContainerController = BX.UI.EditorDragContainerController; } if(typeof(BX.Crm.EditorDragPlaceholder) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragPlaceholder = BX.UI.EditorDragPlaceholder; } if(typeof(BX.Crm.EditorDragFieldPlaceholder) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragFieldPlaceholder = BX.UI.EditorDragFieldPlaceholder; } if(typeof(BX.Crm.EditorDragSectionPlaceholder) === "undefined") { /** * @deprecated */ BX.Crm.EditorDragSectionPlaceholder = BX.UI.EditorDragSectionPlaceholder; } //endregion