TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
var t;(function(o){o.treenode="application/x-typo3-treenode",o.newTreenode="application/x-typo3-new-treenode+json",o.pages="application/x-typo3-record-pages+json",o.falResources="application/x-typo3-fal-resources+json",o.dragTooltip="application/x-typo3-drag-tooltip+json",o.content="application/x-typo3-content+json"})(t||(t={}));export{t as DataTransferTypes};
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
var l;(function(a){a.default="default",a.small="small",a.medium="medium",a.large="large",a.mega="mega",a.overlay="overlay"})(l||(l={}));var e;(function(a){a.default="default",a.disabled="disabled"})(e||(e={}));var d;(function(a){a.default="default",a.inline="inline"})(d||(d={}));export{d as MarkupIdentifiers,l as Sizes,e as States};
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
var o;(function(r){r.TAB="Tab",r.ENTER="Enter",r.ESCAPE="Escape",r.SPACE=" ",r.END="End",r.HOME="Home",r.LEFT="ArrowLeft",r.UP="ArrowUp",r.RIGHT="ArrowRight",r.DOWN="ArrowDown",r.PAGE_UP="PageUp",r.PAGE_DOWN="PageDown"})(o||(o={}));export{o as KeyTypesEnum};
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
var a;(function(o){o[o.notice=-2]="notice",o[o.info=-1]="info",o[o.ok=0]="ok",o[o.warning=1]="warning",o[o.error=2]="error"})(a||(a={}));export{a as SeverityEnum};
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
*
|
||||
* It is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU General Public License, either version 2
|
||||
* of the License, or any later version.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
import{ContentNavigationSlotEnum as n}from"@typo3/backend/viewport/content-navigation.js";var e;(function(t){t.scaffold=".t3js-scaffold",t.header=".t3js-scaffold-header",t.sidebar=".t3js-scaffold-sidebar",t.content=".t3js-scaffold-content",t.contentModuleRouter="typo3-backend-module-router",t.contentModuleIframe=".t3js-scaffold-content-module-iframe"})(e||(e={}));class a{static{this.selector='typo3-backend-content-navigation[identifier="backend"]'}static getContentNavigation(){return document.querySelector(this.selector)}static getNavigationContainer(){return this.getContentNavigation()?.querySelector(`[slot="${n.navigation}"]`)??null}static getContentContainer(){return this.getContentNavigation()?.querySelector(`[slot="${n.content}"]`)??null}}export{a as ScaffoldContentArea,e as ScaffoldIdentifierEnum};
|
||||
Reference in New Issue
Block a user