@chamn/engine 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
- package/dist/Engine.module.scss.d.ts +0 -5
- package/dist/component/CSSEditor/style.module.scss.d.ts +0 -6
- package/dist/component/CSSPropertiesEditor/style.module.scss.d.ts +0 -17
- package/dist/component/CSSPropertiesVariableBindEditor/style.module.scss.d.ts +0 -16
- package/dist/component/CSSSizeInput/style.module.scss.d.ts +0 -10
- package/dist/component/CSSUIPanel/style.module.scss.d.ts +0 -11
- package/dist/component/CustomSchemaForm/components/Form/Field/style.module.scss.d.ts +0 -8
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/style.module.scss.d.ts +0 -7
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/style.module.scss.d.ts +0 -7
- package/dist/component/CustomSchemaForm/components/Setters/CSSValueSetter/style.module.scss.d.ts +0 -6
- package/dist/component/CustomSchemaForm/style.module.scss.d.ts +0 -11
- package/dist/component/InputNumberPlus/style.module.scss.d.ts +0 -6
- package/dist/component/Workbench/style.module.scss.d.ts +0 -26
- package/dist/plugins/AdvancePanel/style.module.scss.d.ts +0 -7
- package/dist/plugins/ComponentLibrary/components/DragItem/style.module.scss.d.ts +0 -9
- package/dist/plugins/ComponentLibrary/components/ListView/style.module.scss.d.ts +0 -12
- package/dist/plugins/ComponentLibrary/style.module.scss.d.ts +0 -11
- package/dist/plugins/Designer/components/Canvas/style.module.scss.d.ts +0 -5
- package/dist/plugins/Designer/components/DefaultSelectToolBar/style.module.scss.d.ts +0 -11
- package/dist/plugins/GlobalStatePanel/style.module.scss.d.ts +0 -5
- package/dist/plugins/OutlineTree/components/TreeView/style.module.scss.d.ts +0 -16
- package/dist/plugins/PropertyPanel/style.module.scss.d.ts +0 -10
- package/dist/plugins/RightPanel/style.module.scss.d.ts +0 -10
- package/dist/plugins/VisualPanelPlus/style.module.scss.d.ts +0 -10
package/dist/index.js
CHANGED
|
@@ -325,5 +325,5 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
325
325
|
ctx.font = "48px serif";
|
|
326
326
|
ctx.fillText("Hello Canvas", 10, 50);
|
|
327
327
|
}
|
|
328
|
-
`}}}}]},{title:"HTML 标签",componentName:"CNativeTag",props:[{name:"htmlTag",title:"标签名",valueType:"string",setters:[{componentName:"SelectSetter",props:{options:De.HTMl_TAGS.map(e=>({name:e,value:e}))}}]},rr],isContainer:!0,groupName:"原子组件",snippets:[{title:"HTML",snapshotText:"HTML",category:"基础组件",schema:{props:{htmlTag:"div"}}}]}],oie=[...rie,...nie];class S2 extends b.Component{constructor(n){super(n);H(this,"currentSelectNode");H(this,"pluginManager");H(this,"workbenchRef",b.createRef());H(this,"pageSchema");H(this,"pageModel");H(this,"material");H(this,"emitter");H(this,"assetsPackageListManager");H(this,"updatePage",n=>{this.pageModel.updatePage(n)});H(this,"updateMaterials",async(n,r,o)=>{const a=await this.pluginManager.get("Designer"),i=a==null?void 0:a.export;this.pluginManager.assetsPackageListManager.setList(r),this.pageModel.assetPackagesList=this.pluginManager.assetsPackageListManager.getList();const s=i==null?void 0:i.getDesignerWindow();if(!s){console.warn("subWin not exits");return}await new tI(r,s).load();const c=cx(r,s);let u=ux(c);o!=null&&o.formatComponents&&(u=o.formatComponents(u)),i==null||i.updateRenderComponents(u),this.pageModel.materialsModel.addMaterials(n),this.emitter.emit("updateMaterials")});H(this,"refresh",async()=>{this.pageModel.reloadPage(this.pageModel.export("design"))});H(this,"getWorkbench",()=>this.workbenchRef.current);this.pageSchema=n.schema,this.material=n.material,this.currentSelectNode=null,window.__CHAMELEON_ENG__=this,this.assetsPackageListManager=new hP(n.assetPackagesList||[]);try{this.pageModel=new De.CPage(this.pageSchema,{materials:this.material||[],assetPackagesList:n.assetPackagesList||[]})}catch(r){console.error(r),this.pageModel=new De.CPage(De.EmptyPage)}this.emitter=qs()}updateCurrentSelectNode(n){this.currentSelectNode=n,this.emitter.emit("onSelectNodeChange",{node:n})}async componentDidMount(){var a,i,s,l,c,u;window.__C_ENGINE__=this;const n=this.props.plugins,r=new nL({engine:this,getWorkbench:()=>this.workbenchRef.current,emitter:this.emitter,pageModel:this.pageModel,i18n:Ox,assetsPackageListManager:this.assetsPackageListManager});this.pluginManager=r,r.customPlugin("Designer",f=>(f.ctx.config.beforeInitRender=vx,f.ctx.config.customRender=mx(this.props.components||{}),f.ctx.config.components=this.props.components,f)),(i=(a=this.props).beforePluginRun)==null||i.call(a,{pluginManager:this.pluginManager});const o=n.map(f=>this.pluginManager.add(f));(l=(s=this.props).onMount)==null||l.call(s,{pluginManager:this.pluginManager,engine:this}),await Promise.all(o),this.pageModel.emitter.on("onReloadPage",()=>{var d;if(!this.currentSelectNode)return;const f=this.pageModel.getNode((d=this.currentSelectNode)==null?void 0:d.id);f&&this.updateCurrentSelectNode(f)}),(u=(c=this.props).onReady)==null||u.call(c,{pluginManager:this.pluginManager,engine:this})}getActiveNode(){var r;if(!((r=this.currentSelectNode)!=null&&r.id))return null;const n=this.pageModel.getNode(this.currentSelectNode.id)??null;return this.currentSelectNode=n,n}render(){return p("div",{className:Ge([iI.engineContainer,this.props.className]),style:this.props.style,children:p(oI,{ref:this.workbenchRef,emitter:this.emitter})})}}H(S2,"version","0.0.
|
|
328
|
+
`}}}}]},{title:"HTML 标签",componentName:"CNativeTag",props:[{name:"htmlTag",title:"标签名",valueType:"string",setters:[{componentName:"SelectSetter",props:{options:De.HTMl_TAGS.map(e=>({name:e,value:e}))}}]},rr],isContainer:!0,groupName:"原子组件",snippets:[{title:"HTML",snapshotText:"HTML",category:"基础组件",schema:{props:{htmlTag:"div"}}}]}],oie=[...rie,...nie];class S2 extends b.Component{constructor(n){super(n);H(this,"currentSelectNode");H(this,"pluginManager");H(this,"workbenchRef",b.createRef());H(this,"pageSchema");H(this,"pageModel");H(this,"material");H(this,"emitter");H(this,"assetsPackageListManager");H(this,"updatePage",n=>{this.pageModel.updatePage(n)});H(this,"updateMaterials",async(n,r,o)=>{const a=await this.pluginManager.get("Designer"),i=a==null?void 0:a.export;this.pluginManager.assetsPackageListManager.setList(r),this.pageModel.assetPackagesList=this.pluginManager.assetsPackageListManager.getList();const s=i==null?void 0:i.getDesignerWindow();if(!s){console.warn("subWin not exits");return}await new tI(r,s).load();const c=cx(r,s);let u=ux(c);o!=null&&o.formatComponents&&(u=o.formatComponents(u)),i==null||i.updateRenderComponents(u),this.pageModel.materialsModel.addMaterials(n),this.emitter.emit("updateMaterials")});H(this,"refresh",async()=>{this.pageModel.reloadPage(this.pageModel.export("design"))});H(this,"getWorkbench",()=>this.workbenchRef.current);this.pageSchema=n.schema,this.material=n.material,this.currentSelectNode=null,window.__CHAMELEON_ENG__=this,this.assetsPackageListManager=new hP(n.assetPackagesList||[]);try{this.pageModel=new De.CPage(this.pageSchema,{materials:this.material||[],assetPackagesList:n.assetPackagesList||[]})}catch(r){console.error(r),this.pageModel=new De.CPage(De.EmptyPage)}this.emitter=qs()}updateCurrentSelectNode(n){this.currentSelectNode=n,this.emitter.emit("onSelectNodeChange",{node:n})}async componentDidMount(){var a,i,s,l,c,u;window.__C_ENGINE__=this;const n=this.props.plugins,r=new nL({engine:this,getWorkbench:()=>this.workbenchRef.current,emitter:this.emitter,pageModel:this.pageModel,i18n:Ox,assetsPackageListManager:this.assetsPackageListManager});this.pluginManager=r,r.customPlugin("Designer",f=>(f.ctx.config.beforeInitRender=vx,f.ctx.config.customRender=mx(this.props.components||{}),f.ctx.config.components=this.props.components,f)),(i=(a=this.props).beforePluginRun)==null||i.call(a,{pluginManager:this.pluginManager});const o=n.map(f=>this.pluginManager.add(f));(l=(s=this.props).onMount)==null||l.call(s,{pluginManager:this.pluginManager,engine:this}),await Promise.all(o),this.pageModel.emitter.on("onReloadPage",()=>{var d;if(!this.currentSelectNode)return;const f=this.pageModel.getNode((d=this.currentSelectNode)==null?void 0:d.id);f&&this.updateCurrentSelectNode(f)}),(u=(c=this.props).onReady)==null||u.call(c,{pluginManager:this.pluginManager,engine:this})}getActiveNode(){var r;if(!((r=this.currentSelectNode)!=null&&r.id))return null;const n=this.pageModel.getNode(this.currentSelectNode.id)??null;return this.currentSelectNode=n,n}render(){return p("div",{className:Ge([iI.engineContainer,this.props.className]),style:this.props.style,children:p(oI,{ref:this.workbenchRef,emitter:this.emitter})})}}H(S2,"version","0.0.43");exports.Engine=S2;exports.InnerComponentMeta=oie;exports.LOGGER=dn;exports.beforeInitRender=vx;exports.formatCSSTextProperty=pd;exports.formatCssToNodeVal=Gy;exports.formatNodeValToEditor=Ky;exports.formatStyleProperty=Bu;exports.getColorFromStr=Fu;exports.getDefaultRender=mx;exports.parseBoxShadowString=Ls;exports.plugins=tie;exports.registerCustomSetter=nB;exports.styleArr2Obj=Vy;exports.styleList2Text=Wy;exports.styleObjToArr=Uy;exports.waitReactUpdate=Bn;Object.keys(br).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>br[e]})});
|
|
329
329
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -34596,7 +34596,7 @@ class ese extends ie.Component {
|
|
|
34596
34596
|
});
|
|
34597
34597
|
}
|
|
34598
34598
|
}
|
|
34599
|
-
F(ese, "version", "0.0.
|
|
34599
|
+
F(ese, "version", "0.0.43");
|
|
34600
34600
|
export {
|
|
34601
34601
|
ese as Engine,
|
|
34602
34602
|
use as InnerComponentMeta,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chamn/engine",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@ant-design/icons": "^4.8.0",
|
|
41
|
-
"@chamn/layout": "0.0.
|
|
42
|
-
"@chamn/model": "0.0.
|
|
43
|
-
"@chamn/render": "0.0.
|
|
41
|
+
"@chamn/layout": "0.0.43",
|
|
42
|
+
"@chamn/model": "0.0.43",
|
|
43
|
+
"@chamn/render": "0.0.43",
|
|
44
44
|
"@dnd-kit/core": "^6.0.7",
|
|
45
45
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
46
46
|
"@dnd-kit/sortable": "^7.0.2",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/core": "^7.21.0",
|
|
63
|
-
"@chamn/build-script": "0.0.
|
|
64
|
-
"@chamn/demo-page": "0.0.
|
|
63
|
+
"@chamn/build-script": "0.0.43",
|
|
64
|
+
"@chamn/demo-page": "0.0.43",
|
|
65
65
|
"@storybook/addon-docs": "^7.4.0",
|
|
66
66
|
"@storybook/addon-essentials": "^7.4.0",
|
|
67
67
|
"@storybook/addon-interactions": "^7.4.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"storybook": "^7.4.0"
|
|
95
95
|
},
|
|
96
96
|
"config": {},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "5a6197e162a6faf1e8953a6077c77ee49db03d63"
|
|
98
98
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly cssFieldBox: 'cssFieldBox';
|
|
4
|
-
readonly 'ant-select-selector': 'ant-select-selector';
|
|
5
|
-
readonly 'ant-select-single': 'ant-select-single';
|
|
6
|
-
readonly 'ant-select-selection-search': 'ant-select-selection-search';
|
|
7
|
-
readonly inputAuto: 'inputAuto';
|
|
8
|
-
readonly error: 'error';
|
|
9
|
-
readonly keyField: 'keyField';
|
|
10
|
-
readonly notEdit: 'notEdit';
|
|
11
|
-
readonly active: 'active';
|
|
12
|
-
readonly cssBox: 'cssBox';
|
|
13
|
-
readonly 'ant-collapse-borderless': 'ant-collapse-borderless';
|
|
14
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
15
|
-
readonly 'ant-collapse-content-box': 'ant-collapse-content-box';
|
|
16
|
-
};
|
|
17
|
-
export = classNames;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly cssFieldBox: 'cssFieldBox';
|
|
4
|
-
readonly 'ant-select-selector': 'ant-select-selector';
|
|
5
|
-
readonly row: 'row';
|
|
6
|
-
readonly fieldLabel: 'fieldLabel';
|
|
7
|
-
readonly leftBox: 'leftBox';
|
|
8
|
-
readonly rightBox: 'rightBox';
|
|
9
|
-
readonly inputBox: 'inputBox';
|
|
10
|
-
readonly cssBox: 'cssBox';
|
|
11
|
-
readonly 'ant-collapse-borderless': 'ant-collapse-borderless';
|
|
12
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
13
|
-
readonly 'ant-collapse-content-box': 'ant-collapse-content-box';
|
|
14
|
-
readonly switchBtn: 'switchBtn';
|
|
15
|
-
};
|
|
16
|
-
export = classNames;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly cssSizeInput: 'cssSizeInput';
|
|
4
|
-
readonly unitSelect: 'unitSelect';
|
|
5
|
-
readonly 'ant-select-focused': 'ant-select-focused';
|
|
6
|
-
readonly 'ant-select-selector': 'ant-select-selector';
|
|
7
|
-
readonly 'ant-select-selection-item': 'ant-select-selection-item';
|
|
8
|
-
readonly 'ant-select-arrow': 'ant-select-arrow';
|
|
9
|
-
};
|
|
10
|
-
export = classNames;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly label: 'label';
|
|
4
|
-
readonly font: 'font';
|
|
5
|
-
readonly 'm-p': 'm-p';
|
|
6
|
-
readonly fontOption: 'fontOption';
|
|
7
|
-
readonly row: 'row';
|
|
8
|
-
readonly CSSUIPanel: 'CSSUIPanel';
|
|
9
|
-
readonly 'ant-radio-button-wrapper': 'ant-radio-button-wrapper';
|
|
10
|
-
};
|
|
11
|
-
export = classNames;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly CFromRenderBox: 'CFromRenderBox';
|
|
4
|
-
readonly 'ant-collapse': 'ant-collapse';
|
|
5
|
-
readonly 'ant-collapse-content': 'ant-collapse-content';
|
|
6
|
-
readonly 'ant-collapse-content-box': 'ant-collapse-content-box';
|
|
7
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
8
|
-
readonly 'ant-collapse-header': 'ant-collapse-header';
|
|
9
|
-
readonly 'ant-collapse-expand-icon': 'ant-collapse-expand-icon';
|
|
10
|
-
};
|
|
11
|
-
export = classNames;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly workbenchContainer: 'workbenchContainer';
|
|
4
|
-
readonly topToolBarBox: 'topToolBarBox';
|
|
5
|
-
readonly topToolBarView: 'topToolBarView';
|
|
6
|
-
readonly bodyContent: 'bodyContent';
|
|
7
|
-
readonly leftBox: 'leftBox';
|
|
8
|
-
readonly pluginIconBar: 'pluginIconBar';
|
|
9
|
-
readonly pluginIconItem: 'pluginIconItem';
|
|
10
|
-
readonly active: 'active';
|
|
11
|
-
readonly pluginPanelBoxResizeBox: 'pluginPanelBoxResizeBox';
|
|
12
|
-
readonly pluginHeader: 'pluginHeader';
|
|
13
|
-
readonly pluginNameText: 'pluginNameText';
|
|
14
|
-
readonly closeBtn: 'closeBtn';
|
|
15
|
-
readonly fixedBtn: 'fixedBtn';
|
|
16
|
-
readonly pluginPanelBox: 'pluginPanelBox';
|
|
17
|
-
readonly rightResizeBox: 'rightResizeBox';
|
|
18
|
-
readonly arrowCursor: 'arrowCursor';
|
|
19
|
-
readonly rightBox: 'rightBox';
|
|
20
|
-
readonly centerBox: 'centerBox';
|
|
21
|
-
readonly subTopToolbarBox: 'subTopToolbarBox';
|
|
22
|
-
readonly canvasBox: 'canvasBox';
|
|
23
|
-
readonly scrollBox: 'scrollBox';
|
|
24
|
-
readonly customViewBox: 'customViewBox';
|
|
25
|
-
};
|
|
26
|
-
export = classNames;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly advanceBox: 'advanceBox';
|
|
4
|
-
readonly 'ant-input-affix-wrapper': 'ant-input-affix-wrapper';
|
|
5
|
-
readonly 'ant-input-prefix': 'ant-input-prefix';
|
|
6
|
-
};
|
|
7
|
-
export = classNames;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly square: 'square';
|
|
4
|
-
readonly componentItem: 'componentItem';
|
|
5
|
-
readonly iconImg: 'iconImg';
|
|
6
|
-
readonly iconBox: 'iconBox';
|
|
7
|
-
readonly iconText: 'iconText';
|
|
8
|
-
};
|
|
9
|
-
export = classNames;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly ListBox: 'ListBox';
|
|
4
|
-
readonly 'ant-collapse': 'ant-collapse';
|
|
5
|
-
readonly 'ant-collapse-content': 'ant-collapse-content';
|
|
6
|
-
readonly 'ant-collapse-content-box': 'ant-collapse-content-box';
|
|
7
|
-
readonly 'ant-collapse-header': 'ant-collapse-header';
|
|
8
|
-
readonly 'ant-collapse-expand-icon': 'ant-collapse-expand-icon';
|
|
9
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
10
|
-
readonly collapsePanel: 'collapsePanel';
|
|
11
|
-
};
|
|
12
|
-
export = classNames;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly container: 'container';
|
|
4
|
-
readonly 'ant-tabs': 'ant-tabs';
|
|
5
|
-
readonly 'ant-tabs-tab': 'ant-tabs-tab';
|
|
6
|
-
readonly 'ant-tabs-content': 'ant-tabs-content';
|
|
7
|
-
readonly 'ant-tabs-content-top': 'ant-tabs-content-top';
|
|
8
|
-
readonly 'ant-tabs-nav': 'ant-tabs-nav';
|
|
9
|
-
readonly tabTitle: 'tabTitle';
|
|
10
|
-
};
|
|
11
|
-
export = classNames;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly toolBarBox: 'toolBarBox';
|
|
4
|
-
readonly item: 'item';
|
|
5
|
-
readonly layoutSelectBox: 'layoutSelectBox';
|
|
6
|
-
readonly hoverBox: 'hoverBox';
|
|
7
|
-
readonly hoverBoxActive: 'hoverBoxActive';
|
|
8
|
-
readonly hoverItem: 'hoverItem';
|
|
9
|
-
readonly placeholder: 'placeholder';
|
|
10
|
-
};
|
|
11
|
-
export = classNames;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly contentBox: 'contentBox';
|
|
4
|
-
readonly nodeBox: 'nodeBox';
|
|
5
|
-
readonly toolbarBox: 'toolbarBox';
|
|
6
|
-
readonly iconItem: 'iconItem';
|
|
7
|
-
readonly nodeContent: 'nodeContent';
|
|
8
|
-
readonly selected: 'selected';
|
|
9
|
-
readonly nodeArrow: 'nodeArrow';
|
|
10
|
-
readonly expanded: 'expanded';
|
|
11
|
-
readonly nodeRenderView: 'nodeRenderView';
|
|
12
|
-
readonly nodeChildren: 'nodeChildren';
|
|
13
|
-
readonly dropAnchorLine: 'dropAnchorLine';
|
|
14
|
-
readonly arrowSpan: 'arrowSpan';
|
|
15
|
-
};
|
|
16
|
-
export = classNames;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly CFromRenderBox: 'CFromRenderBox';
|
|
4
|
-
readonly 'ant-collapse': 'ant-collapse';
|
|
5
|
-
readonly 'ant-collapse-content': 'ant-collapse-content';
|
|
6
|
-
readonly 'ant-collapse-content-box': 'ant-collapse-content-box';
|
|
7
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
8
|
-
readonly 'ant-collapse-header': 'ant-collapse-header';
|
|
9
|
-
};
|
|
10
|
-
export = classNames;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly rightPanelContainer: 'rightPanelContainer';
|
|
4
|
-
readonly 'ant-tabs': 'ant-tabs';
|
|
5
|
-
readonly 'ant-tabs-tab': 'ant-tabs-tab';
|
|
6
|
-
readonly 'ant-tabs-content': 'ant-tabs-content';
|
|
7
|
-
readonly 'ant-tabs-content-top': 'ant-tabs-content-top';
|
|
8
|
-
readonly 'ant-tabs-tabpane': 'ant-tabs-tabpane';
|
|
9
|
-
};
|
|
10
|
-
export = classNames;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import globalClassNames from '../../style.d';
|
|
2
|
-
declare const classNames: typeof globalClassNames & {
|
|
3
|
-
readonly visualPanelBox: 'visualPanelBox';
|
|
4
|
-
readonly header: 'header';
|
|
5
|
-
readonly 'ant-collapse': 'ant-collapse';
|
|
6
|
-
readonly 'ant-collapse-item': 'ant-collapse-item';
|
|
7
|
-
readonly 'ant-collapse-header': 'ant-collapse-header';
|
|
8
|
-
readonly 'ant-collapse-expand-icon': 'ant-collapse-expand-icon';
|
|
9
|
-
};
|
|
10
|
-
export = classNames;
|