@next-bricks/basic-bricks 1.256.1 → 1.256.2

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.
@@ -0,0 +1,2 @@
1
+ !function(e){var t={};function o(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=t,o.d=function(e,t,a){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(a,n,function(t){return e[t]}.bind(null,n));return a},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=5)}([function(e,t,o){e.exports=o(3)("tYg3")},function(e,t,o){e.exports=o(3)("3tO9")},function(e,t,o){e.exports=o(3)("LvDl")},function(e,t){e.exports=dll},function(e,t,o){var a;o.p="".concat(null!==(a=window.PUBLIC_ROOT)&&void 0!==a?a:"","bricks/basic-bricks/dist/property-editors/")},function(e,t,o){"use strict";o.r(t);o(4);var a=o(0),n={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"buttonName",title:"文本",type:"string"},{name:"disabled",title:"禁用",type:"boolean"},{name:"buttonUrl",title:"内链地址",type:"string"},{name:"buttonHref",title:"外链地址",type:"string"},{name:"target",title:"链接类型",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"当前页面加载",value:"_self"},{label:"新标签打开",value:"_blank"}]}}},{name:"tooltip",title:"按钮提示",type:"string"},{name:"categoryTitle_style",decorator:{name:"CategoryTitle",props:{text:"外观"}}},{type:"string",name:"buttonType",title:"按钮类型",component:{name:"Select",props:{placeholder:"请选择按钮类型",allowClear:!0,options:["primary","default","dashed","ghost","link","text","icon"].map(e=>({label:e,value:e}))}}},{name:"buttonSize",title:"大小",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"大",value:"large"},{label:"标准",value:"medium"},{label:"小",value:"small"},{label:"超小",value:"xs"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"buttonDanger",title:"危险模式",type:"boolean"},{name:"buttonIcon",title:"图标",type:"string",component:"IconSelect"},{name:"buttonShape",title:"形状",type:"string",component:{name:"Select",props:{placeholder:"请选择按钮形状",allowClear:!0,options:[{label:"圆形",value:"circle"},{label:"圆弧形",value:"round"},{label:"默认",value:"default"}]}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-button",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:r,scope:l}=t;return e.createElement(o,{schema:a(n,r),scope:l})}}));var r={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"customTitle",title:"标题",type:"string"},{name:"hasFooter",title:"支持footer插槽",type:"boolean"},{name:"width",title:"宽度",type:"number",component:"NumberPicker",decorator:"FormItem"},{name:"mask",title:"显示蒙层",type:"boolean",component:{props:{size:"small",defaultValue:!0}},"x-reactions":[{target:"maskClosable",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"maskClosable",title:"点击蒙层允许关闭",type:"boolean"},{name:"closable",title:"显示右上角关闭按钮",type:"boolean"},{name:"loading",title:"显示加载中效果",type:"boolean"},{name:"isFloat",title:"浮层样式",type:"boolean"},{name:"scrollToTopWhenOpen",title:"打开抽屉时内容区自动滚动到顶部",type:"boolean"},{name:"bodyStyle",title:"抽屉内容样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"drawerStyle",title:"抽屉弹出层样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"headerStyle",title:"抽屉头部样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"configProps",title:"其他设置",type:"string",component:"CodeEditor",decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"直接透传给antd的Drawer属性"}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-drawer",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:l,form:i}=t;return e.useEffect(()=>{i.setInitialValues({mask:!0})},[i]),e.createElement(o,{schema:a(r,n),scope:l})}}));var l={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"textContent",title:"文本",type:"string"},{name:"fontSize",title:"字体大小",type:"string",component:{props:{placeholder:"14px"}}},{name:"fontWeight",title:"字体粗细",type:"string",component:{props:{placeholder:"normal"}}},{name:"color",title:"字体颜色",type:"string",component:"ColorPicker"},{name:"lineHeight",title:"字体行高",type:"string",component:{props:{placeholder:"14px"}}},{name:"textAlign",title:"字体对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"left"}}},{name:"display",title:"显示类型",type:"string",component:{props:{placeholder:"inline"}}},{name:"customStyle",title:"自定义样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-text",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r}=t;return e.createElement(o,{schema:a(l,n),scope:r})}}));var i={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"displayBrick",title:"展示构件",type:"string",required:!0,component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverBrick",title:"弹框构件",type:"string",required:!0,component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverTitleBrick",title:"弹框标题构件",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"data",title:"整体数据",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"categoryTitle_style",type:"void",decorator:{name:"CategoryTitle",props:{text:"弹框"}}},{name:"visible",title:"显示弹框",type:"boolean"},{name:"transferVisible",title:"透传visiable给弹框构件",type:"boolean"},{name:"triggerByIcon",title:"由图标触发",type:"boolean",component:{props:{size:"small",defaultValue:!0}},"x-reactions":[{target:"popoverIcon",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"showIcon",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"trigger",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"popoverIcon",title:"触发弹框图标",type:"string",component:"IconSelect"},{name:"showIcon",title:"图标显示时机",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"总是显示",value:"always"},{label:"悬浮显示",value:"hover"},{label:"不显示",value:"never"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"hover"}}},{name:"trigger",title:"触发弹框方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"点击",value:"click"},{label:"悬浮",value:"hover"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"click"}}},{name:"placement",title:"弹框位置",type:"string",descorator:"FormItem",component:{name:"Select",props:{allowClear:!0,placeholder:"bottom",options:["top","topLeft","topRight","bottom","bottomLeft","bottomRight","right","rightTop","rightBottom","left","leftTop","leftBottom"].map(e=>({label:e,value:e}))}}},{name:"showPopoverBg",title:"显示弹框背景",type:"boolean",component:{props:{defaultValue:!0,size:"small"}}},{name:"zIndex",title:"弹框Z轴顺序",decorator:"FormItem",type:"number",component:{name:"NumberPicker",props:{placeholder:"1030"}}},{name:"getPopupContainer",title:"弹框挂载父节点",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverContentStyle",title:"弹框内容样式",type:"string",component:{name:"CodeEditor",props:{placeholder:"{width: 200px}"}},decorator:"FormItemWithoutAdvanced"},{name:"categoryTitle_topo",type:"void",decorator:{name:"CategoryTitle",props:{text:"拓扑"}}},{name:"highlighted",title:"是否高亮",type:"boolean"},{name:"related",title:"是否被关联",type:"boolean"},{name:"faded",title:"是否弱化",type:"boolean"},{name:"transferGraphAttrs",title:"透传拓扑属性给子展示构件",type:"boolean"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.popover-container",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r}=t;return e.createElement(o,{schema:a(i,n),scope:r})}}));var p={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"modalTitle",title:"标题",type:"string"},{name:"titleIcon",title:"标题图标",type:"string",component:"IconSelect"},{name:"titleAlign",title:"标题对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"width",title:"模态框宽度",type:"number",component:"NumberPicker",decorator:"FormItem"},{name:"enableFooterSlot",title:"启用底部插槽",type:"boolean"},{name:"maskClosable",title:"点击蒙层可关闭弹框",type:"boolean",component:{props:{size:"small",defaultValue:!0}}},{name:"categoryTitle_style",type:"void",decorator:{name:"CategoryTitle",props:{text:"样式"}}},{name:"isHiddenBodyPadding",title:"隐藏内容区内边距",type:"boolean"},{name:"isHiddenHeaderBorder",title:"隐藏头部分割线",type:"boolean"},{name:"isHiddenFooterColor",title:"隐藏底部背景颜色",type:"boolean"},{name:"fullscreen",title:"启用全屏模式",type:"boolean"},{name:"footerPosition",title:"底部对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"categoryTitle_confirm",type:"void",decorator:{name:"CategoryTitle",props:{text:"确认按钮"}}},{name:"okText",title:"确认按钮文字",type:"string",component:{props:{placeholder:"确认"}}},{name:"okType",title:"确认按钮类型",type:"string",component:{name:"Select",props:{placeholder:"Primary",allowClear:!0,options:[{label:"Link",value:"link"},{label:"Default",value:"default"},{label:"Primary",value:"primary"},{label:"Ghost",value:"ghost"},{label:"Dashed",value:"dashed"},{label:"Danger",value:"danger"}]}}},{name:"okDisabled",title:"禁用确认按钮",type:"boolean"},{name:"confirmLoading",title:"确认按钮显示加载中",type:"boolean"},{name:"closeWhenOk",title:"确认时自动关闭弹框",type:"boolean",decorator:{props:{tooltip:"值为false时,点击确认后需要自行关闭弹框"}},component:{props:{defaultValue:!0}}},{name:"categoryTitle_cancel",type:"void",decorator:{name:"CategoryTitle",props:{text:"取消按钮"}}},{name:"cancelText",title:"取消按钮文字",type:"string",component:{props:{placeholder:"取消"}}},{name:"hideCancelButton",title:"隐藏取消按钮",type:"boolean"},{name:"closeWhenCancel",title:"取消时自动关闭弹框",type:"boolean",component:{props:{defaultValue:!0}}},{name:"categoryTitle_advaneced",type:"void",decorator:{name:"CategoryTitle",props:{text:"高级"}}},{name:"dataSource",title:"数据源",type:"string",decorator:{props:{tooltip:"将作为确认和取消事件中detail的值"}},component:{name:"Select",props:{placeholder:"请选择数据源",allowClear:!0}}},{name:"configProps",title:"其他设置",type:"string",component:"CodeEditor",decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"直接透传给antd的Modal属性"}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-modal",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r,form:l}=t;return e.useEffect(()=>{var{dataList:e=[]}=r;l.query("dataSource").take(t=>{t.setComponentProps({options:null==e?void 0:e.map(e=>({label:null==e?void 0:e.name,value:null==e?void 0:e.value}))})})},[l]),e.createElement(o,{schema:a(p,n),scope:r})}}));var m={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"cardTitle",title:"卡片标题",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}}},{type:"string",title:"头部图标",name:"headerIcon",component:"IconSelect"},{name:"fillVertical",title:"撑满父容器",type:"boolean"},{name:"hideSplit",title:"是否隐藏分割线",type:"boolean"},{name:"hasFooter",title:"是否开启footer插槽",type:"boolean","x-reactions":[{target:"isFixedFooter",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"isFixedFooter",title:"footer是否绝对定位",type:"boolean"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-card",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,form:n,scope:r}=t;return e.useEffect(()=>{n.setInitialValues({hasFooter:!1})},[n]),e.createElement(o,{schema:a(m),scope:r})}}));var c={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"actions",title:"按钮配置",type:"string",component:{name:"CustomOptions",props:{displayLabel:"text",schema:[{name:"text",type:"string",title:"文本",component:"Input"},{name:"eventName",type:"string",title:"事件",component:"Input"},{name:"icon",type:"string",title:"图标",component:"IconSelect"},{name:"tooltip",type:"string",title:"提示",component:"Input"},{name:"isDropdown",type:"boolean",title:"是否为下拉项"},{name:"hidden",type:"boolean",title:"隐藏"},{name:"disabled",type:"boolean",title:"禁用"},{name:"divider",type:"boolean",title:"分割线"}]}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-custom-buttons",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,scope:n}=t;return e.createElement(o,{schema:a(c),scope:n})}}));var s=o(1),d=o.n(s),u={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"flexDirection",title:"主轴方向",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"row",value:"row"},{label:"column",value:"column"},{label:"row-reverse",value:"row-reverse"},{label:"column-reverse",value:"column-reverse"}]}}},{name:"justifyContent",title:"主轴排列方式",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"center",value:"center"},{label:"flex-start",value:"flex-start"},{label:"flex-end",value:"flex-end"},{label:"space-between",value:"space-between"},{label:"space-around",value:"space-around"},{label:"space-evenly",value:"space-evenly"},{label:"stretch",value:"stretch"}]}}},{name:"alignItems",title:"单行交叉轴排列方式",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"center",value:"center"},{label:"flex-start",value:"flex-start"},{label:"flex-end",value:"flex-end"}]}}},{name:"alignContent",title:"多行交叉轴排列方式",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"center",value:"center"},{label:"flex-start",value:"flex-start"},{label:"flex-end",value:"flex-end"},{label:"space-between",value:"space-between"},{label:"space-around",value:"space-around"},{label:"space-evenly",value:"space-evenly"},{label:"stretch",value:"stretch"}]}}},{name:"flexWrap",title:"支持换行",type:"boolean"},{name:"gap",title:"子元素间隙",type:"string"}]},y=o(2),b=e=>d()(d()({},Object(y.omit)(e,["flexWrap"])),null!=e&&e.flexWrap&&"nowrap"!==(null==e?void 0:e.flexWrap)?{flexWrap:"wrap"}:{flexWrap:"nowrap"});Object(a.getRuntime)().customEditors.define("basic-bricks.flex-layout",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r,form:l,effects:i}=t;return e.useEffect(()=>{var{onAdvancedChange:e,onSubmit:t}=i;l.setInitialValues({flexWrap:!1}),l.addEffects("onAdvancedChange",()=>{e((e,t,o)=>{return e?b(o):(a=o,n=!Object(y.get)(a,"flexWrap")||"nowrap"===Object(y.get)(a,"flexWrap"),d()(d()({},Object(y.omit)(a,["flexWrap"])),n?{flexWrap:!1}:{flexWrap:!0}));var a,n})}),l.addEffects("onSubmit",()=>{t(e=>b(e))})},[l,r]),e.createElement(o,{schema:a(u,n),scope:r})}}));var v={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"columns",title:"列数",type:"number",component:"NumberPicker",decorator:{name:"FormItem",props:{tooltip:"各列等宽"}}},{name:"rows",title:"行数",type:"number",component:{name:"NumberPicker",props:{placeholder:"1"}},decorator:{name:"FormItem",props:{tooltip:"通常不需设置,各行高度由内容决定。设置为>1时,各行高度相同"}}},{name:"columnSpan",title:"在父级网格中占列数",type:"number",component:"NumberPicker",decorator:"FormItem"},{name:"rowSpan",title:"在父级网格中占行数",type:"number",component:{name:"NumberPicker",props:{placeholder:"1"}},decorator:"FormItem"},{name:"templateColumns",title:"模板列",type:"string",decorator:{props:{tooltip:"对应css的grid-template-columns属性,优先于columns"}}},{name:"responsive",title:"响应式布局设置",type:"string",component:{name:"CodeEditor",props:{placeholder:"写法如下:\nmedium:\n columns: 1"}},decorator:"FormItemWithoutAdvanced"},{name:"gap",title:"子元素间距",type:"string",component:{props:{placeholder:"var(--page-card-gap)"}}},{name:"showGridBorder",title:"显示边框",type:"boolean","x-reactions":[{target:"gridBorderColor",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"gridBorderColor",title:"边框颜色",type:"string",component:"ColorPicker"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.grid-layout",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r,form:l}=t;return e.useEffect(()=>{l.setInitialValues({showGridBorder:!1})},[l]),e.createElement(o,{schema:a(v,n),scope:r})}}));var f={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"gridAreas",title:"grid-areas",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"gridTemplateAreas",title:"grid-template-areas",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"gridTemplateColumns",title:"grid-template-columns",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"gridTemplateRows",title:"grid-template-rows",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"containerStyle",title:"网格容器样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"styleByAreas",title:"网格内各区域样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.easy-view",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r}=t;return e.createElement(o,{schema:a(f,n),scope:r})}}));var g={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"data",title:"选择数据",type:"string",required:!0,component:{name:"Select",props:{placeholder:"请选择数据",allowClear:!0}}},{name:"itemKey",title:"数据项Key",type:"string",decorator:{props:{tooltip:"不设置则默认使用index"}},component:{props:{placeholder:"index"}}},{name:"useBrick",title:"子构件配置",type:"string",component:{name:"CodeEditor",props:{placeholder:"brick: presentational-bricks.agent-status\nproperties:\n value: <% DATA %>"}},decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"具体查阅文档UseBrickConf"}}},{name:"isGridLayout",title:"容器使用grid布局",type:"boolean",decorator:{props:{tooltip:"容器本身默认是grid布局",layout:"horizontal"}},"x-reactions":[{target:"extraContainerStyle",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"gap",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"containerStyle",fulfill:{state:{visible:"{{!$self.value}}"}}}]},{name:"extraContainerStyle",title:"容器额外样式",type:"string",decorator:"FormItemWithoutAdvanced",component:{name:"CodeEditor"}},{name:"gap",title:"间距",type:"string",component:{props:{placeholder:"var(--card-content-gap)"}}},{name:"containerStyle",title:"自定义容器的样式",type:"string",component:{name:"CodeEditor"},decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"会覆盖容器默认的样式配置"}}}]},h=e=>d()({},Object(y.omit)(e,["isGridLayout"]));Object(a.getRuntime)().customEditors.define("basic-bricks.list-container",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r,form:l,effects:i}=t,p=e.useRef(!1),m=e.useRef();return e.useEffect(()=>{var{onAdvancedChange:e,onSubmit:t,onFormInitialValuesChange:o,onFieldValueChange:a}=i;l.setInitialValues({isGridLayout:!0}),l.addEffects("dataChange",()=>{o(()=>{p.current=!0,setTimeout(()=>{p.current=!1})}),a("data",()=>{p.current||l.deleteValuesIn("itemKey")})}),l.addEffects("onAdvancedChange",()=>{e((e,t,o)=>{return e?h(o):(a=o,n=Object(y.get)(a,"containerStyle"),d()(d()({},a),n?{isGridLayout:!1}:{isGridLayout:!0}));var a,n})}),l.addEffects("onSubmit",()=>{t(e=>h(e))})},[l,r]),e.useEffect(()=>{var{dataList:e=[]}=r;m.current=null==e?void 0:e.map(e=>d()(d()({},e),{},{label:null==e?void 0:e.name,value:null==e?void 0:e.value})),l.query("data").take(e=>{e.setComponentProps({options:m.current})})},[r]),e.createElement(o,{schema:a(g,n),scope:r})}}))}]);
2
+ //# sourceMappingURL=property-editors.df4d1b73.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///delegated ./node_modules/@next-core/brick-kit/dist/index.esm.js from dll-reference dll","webpack:///delegated ./node_modules/@babel/runtime/helpers/objectSpread2.js from dll-reference dll","webpack:///delegated ./node_modules/lodash/lodash.js from dll-reference dll","webpack:///external \"dll\"","webpack:///./bricks/basic-bricks/src/property-editors/_/public-path.js","webpack:///./bricks/basic-bricks/src/property-editors/general-button/general-button.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-button/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-drawer/generalDrawer.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-drawer/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-text/generalText.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-text/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/popover-container/popoverContainer.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/popover-container/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-modal/generalModal.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-modal/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-card/general-card.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-card/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-custom-buttons/general-custom-buttons.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-custom-buttons/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/flex-layout/flexLayout.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/flex-layout/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/grid-layout/gridLayout.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/grid-layout/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/easy-view/easyView.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/easy-view/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/list-container/listContainer.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/list-container/index.tsx"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","dll","__webpack_public_path__","window","PUBLIC_ROOT","generalButtonSchema","type","component","props","layout","children","decorator","text","title","descorator","options","label","placeholder","allowClear","map","item","enum","size","optionType","getRuntime","customEditors","define","React","SchemaFieldComponent","formilySchemaFormatter","advancedMode","scope","createElement","schema","generalDrawerSchema","defaultValue","target","fulfill","state","visible","tooltip","form","useEffect","setInitialValues","mask","generalTextSchema","popoverContainerSchema","required","generalModalSchema","dataList","query","take","field","setComponentProps","generalCardSchema","hasFooter","generalCustomButtonsSchema","displayLabel","flexLayoutSchema","transformNormal2Advanced","rawValue","omit","flexWrap","effects","onAdvancedChange","onSubmit","addEffects","_","values","isNoWrap","gridLayoutSchema","showGridBorder","easyViewSchema","listContainerSchema","isInitRef","useRef","dataListRef","onFormInitialValuesChange","onFieldValueChange","isGridLayout","current","setTimeout","deleteValuesIn","isCustomContainerStyle"],"mappings":"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","file":"property-editors.df4d1b73.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 5);\n","module.exports = (__webpack_require__(3))(\"tYg3\");","module.exports = (__webpack_require__(3))(\"3tO9\");","module.exports = (__webpack_require__(3))(\"LvDl\");","module.exports = dll;","__webpack_public_path__ = `${window.PUBLIC_ROOT ?? \"\"}bricks/basic-bricks/dist/property-editors/`;","const generalButtonSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"buttonName\",\n title: \"文本\",\n type: \"string\",\n },\n {\n name: \"disabled\",\n title: \"禁用\",\n type: \"boolean\",\n },\n {\n name: \"buttonUrl\",\n title: \"内链地址\",\n type: \"string\",\n },\n {\n name: \"buttonHref\",\n title: \"外链地址\",\n type: \"string\",\n },\n {\n name: \"target\",\n title: \"链接类型\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"当前页面加载\",\n value: \"_self\",\n },\n {\n label: \"新标签打开\",\n value: \"_blank\",\n },\n ],\n },\n },\n },\n {\n name: \"tooltip\",\n title: \"按钮提示\",\n type: \"string\",\n },\n {\n name: \"categoryTitle_style\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"外观\",\n },\n },\n },\n {\n type: \"string\",\n name: \"buttonType\",\n title: \"按钮类型\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择按钮类型\",\n allowClear: true,\n options: [\n \"primary\",\n \"default\",\n \"dashed\",\n \"ghost\",\n \"link\",\n \"text\",\n \"icon\",\n ].map((item) => ({\n label: item,\n value: item,\n })),\n },\n },\n },\n {\n name: \"buttonSize\",\n title: \"大小\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"大\",\n value: \"large\",\n },\n {\n label: \"标准\",\n value: \"medium\",\n },\n {\n label: \"小\",\n value: \"small\",\n },\n {\n label: \"超小\",\n value: \"xs\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"buttonDanger\",\n title: \"危险模式\",\n type: \"boolean\",\n },\n {\n name: \"buttonIcon\",\n title: \"图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"buttonShape\",\n title: \"形状\",\n type: \"string\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择按钮形状\",\n allowClear: true,\n options: [\n { label: \"圆形\", value: \"circle\" },\n { label: \"圆弧形\", value: \"round\" },\n { label: \"默认\", value: \"default\" },\n ],\n },\n },\n },\n ],\n};\n\nexport { generalButtonSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalButtonSchema } from \"./general-button.schema\";\n\nfunction GeneralButtonComponentFactory(React: typeof _React) {\n return function GeneralButtonComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalButtonSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-button\",\n GeneralButtonComponentFactory\n);\n","export const generalDrawerSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"customTitle\",\n title: \"标题\",\n type: \"string\",\n },\n {\n name: \"hasFooter\",\n title: \"支持footer插槽\",\n type: \"boolean\",\n },\n {\n name: \"width\",\n title: \"宽度\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: \"FormItem\",\n },\n {\n name: \"mask\",\n title: \"显示蒙层\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n \"x-reactions\": [\n {\n target: \"maskClosable\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"maskClosable\",\n title: \"点击蒙层允许关闭\",\n type: \"boolean\",\n },\n {\n name: \"closable\",\n title: \"显示右上角关闭按钮\",\n type: \"boolean\",\n },\n {\n name: \"loading\",\n title: \"显示加载中效果\",\n type: \"boolean\",\n },\n {\n name: \"isFloat\",\n title: \"浮层样式\",\n type: \"boolean\",\n },\n {\n name: \"scrollToTopWhenOpen\",\n title: \"打开抽屉时内容区自动滚动到顶部\",\n type: \"boolean\",\n },\n {\n name: \"bodyStyle\",\n title: \"抽屉内容样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"drawerStyle\",\n title: \"抽屉弹出层样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"headerStyle\",\n title: \"抽屉头部样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"configProps\",\n title: \"其他设置\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"直接透传给antd的Drawer属性\",\n },\n },\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalDrawerSchema } from \"./generalDrawer.schema\";\n\nfunction GeneralDrawerComponentFactory(React: typeof _React) {\n return function GeneralDrawerComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n } = props;\n\n React.useEffect(() => {\n form.setInitialValues({\n mask: true,\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalDrawerSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-drawer\",\n GeneralDrawerComponentFactory\n);\n","export const generalTextSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"textContent\",\n title: \"文本\",\n type: \"string\",\n },\n {\n name: \"fontSize\",\n title: \"字体大小\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"14px\",\n },\n },\n },\n {\n name: \"fontWeight\",\n title: \"字体粗细\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"normal\",\n },\n },\n },\n {\n name: \"color\",\n title: \"字体颜色\",\n type: \"string\",\n component: \"ColorPicker\",\n },\n {\n name: \"lineHeight\",\n title: \"字体行高\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"14px\",\n },\n },\n },\n {\n name: \"textAlign\",\n title: \"字体对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"left\",\n },\n },\n },\n {\n name: \"display\",\n title: \"显示类型\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"inline\",\n },\n },\n },\n {\n name: \"customStyle\",\n title: \"自定义样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalTextSchema } from \"./generalText.schema\";\n\nfunction GeneralTextComponentFactory(React: typeof _React) {\n return function GeneralTextComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalTextSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-text\",\n GeneralTextComponentFactory\n);\n","export const popoverContainerSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"displayBrick\",\n title: \"展示构件\",\n type: \"string\",\n required: true,\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverBrick\",\n title: \"弹框构件\",\n type: \"string\",\n required: true,\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverTitleBrick\",\n title: \"弹框标题构件\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"data\",\n title: \"整体数据\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"categoryTitle_style\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"弹框\",\n },\n },\n },\n {\n name: \"visible\",\n title: \"显示弹框\",\n type: \"boolean\",\n },\n {\n name: \"transferVisible\",\n title: \"透传visiable给弹框构件\",\n type: \"boolean\",\n },\n {\n name: \"triggerByIcon\",\n title: \"由图标触发\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n \"x-reactions\": [\n {\n target: \"popoverIcon\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"showIcon\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"trigger\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"popoverIcon\",\n title: \"触发弹框图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"showIcon\",\n title: \"图标显示时机\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"总是显示\",\n value: \"always\",\n },\n {\n label: \"悬浮显示\",\n value: \"hover\",\n },\n {\n label: \"不显示\",\n value: \"never\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"hover\",\n },\n },\n },\n {\n name: \"trigger\",\n title: \"触发弹框方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"点击\",\n value: \"click\",\n },\n {\n label: \"悬浮\",\n value: \"hover\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"click\",\n },\n },\n },\n {\n name: \"placement\",\n title: \"弹框位置\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n allowClear: true,\n placeholder: \"bottom\",\n options: [\n \"top\",\n \"topLeft\",\n \"topRight\",\n \"bottom\",\n \"bottomLeft\",\n \"bottomRight\",\n \"right\",\n \"rightTop\",\n \"rightBottom\",\n \"left\",\n \"leftTop\",\n \"leftBottom\",\n ].map((item) => ({\n label: item,\n value: item,\n })),\n },\n },\n },\n {\n name: \"showPopoverBg\",\n title: \"显示弹框背景\",\n type: \"boolean\",\n component: {\n props: {\n defaultValue: true,\n size: \"small\",\n },\n },\n },\n {\n name: \"zIndex\",\n title: \"弹框Z轴顺序\",\n decorator: \"FormItem\",\n type: \"number\",\n component: {\n name: \"NumberPicker\",\n props: {\n placeholder: \"1030\",\n },\n },\n },\n {\n name: \"getPopupContainer\",\n title: \"弹框挂载父节点\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverContentStyle\",\n title: \"弹框内容样式\",\n type: \"string\",\n component: {\n name: \"CodeEditor\",\n props: {\n placeholder: \"{width: 200px}\",\n },\n },\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"categoryTitle_topo\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"拓扑\",\n },\n },\n },\n {\n name: \"highlighted\",\n title: \"是否高亮\",\n type: \"boolean\",\n },\n {\n name: \"related\",\n title: \"是否被关联\",\n type: \"boolean\",\n },\n {\n name: \"faded\",\n title: \"是否弱化\",\n type: \"boolean\",\n },\n {\n name: \"transferGraphAttrs\",\n title: \"透传拓扑属性给子展示构件\",\n type: \"boolean\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { popoverContainerSchema } from \"./popoverContainer.schema\";\n\nfunction PopoverContainerComponentFactory(React: typeof _React) {\n return function PopoverContainerComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(\n popoverContainerSchema as any,\n advancedMode!\n ),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.popover-container\",\n PopoverContainerComponentFactory\n);\n","export const generalModalSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"modalTitle\",\n title: \"标题\",\n type: \"string\",\n },\n {\n name: \"titleIcon\",\n title: \"标题图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"titleAlign\",\n title: \"标题对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"width\",\n title: \"模态框宽度\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: \"FormItem\",\n },\n {\n name: \"enableFooterSlot\",\n title: \"启用底部插槽\",\n type: \"boolean\",\n },\n {\n name: \"maskClosable\",\n title: \"点击蒙层可关闭弹框\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_style\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"样式\",\n },\n },\n },\n {\n name: \"isHiddenBodyPadding\",\n title: \"隐藏内容区内边距\",\n type: \"boolean\",\n },\n {\n name: \"isHiddenHeaderBorder\",\n title: \"隐藏头部分割线\",\n type: \"boolean\",\n },\n {\n name: \"isHiddenFooterColor\",\n title: \"隐藏底部背景颜色\",\n type: \"boolean\",\n },\n {\n name: \"fullscreen\",\n title: \"启用全屏模式\",\n type: \"boolean\",\n },\n {\n name: \"footerPosition\",\n title: \"底部对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"categoryTitle_confirm\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"确认按钮\",\n },\n },\n },\n {\n name: \"okText\",\n title: \"确认按钮文字\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"确认\",\n },\n },\n },\n {\n name: \"okType\",\n title: \"确认按钮类型\",\n type: \"string\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"Primary\",\n allowClear: true,\n options: [\n { label: \"Link\", value: \"link\" },\n { label: \"Default\", value: \"default\" },\n { label: \"Primary\", value: \"primary\" },\n { label: \"Ghost\", value: \"ghost\" },\n { label: \"Dashed\", value: \"dashed\" },\n { label: \"Danger\", value: \"danger\" },\n ],\n },\n },\n },\n {\n name: \"okDisabled\",\n title: \"禁用确认按钮\",\n type: \"boolean\",\n },\n {\n name: \"confirmLoading\",\n title: \"确认按钮显示加载中\",\n type: \"boolean\",\n },\n {\n name: \"closeWhenOk\",\n title: \"确认时自动关闭弹框\",\n type: \"boolean\",\n decorator: {\n props: {\n tooltip: \"值为false时,点击确认后需要自行关闭弹框\",\n },\n },\n component: {\n props: {\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_cancel\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"取消按钮\",\n },\n },\n },\n {\n name: \"cancelText\",\n title: \"取消按钮文字\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"取消\",\n },\n },\n },\n {\n name: \"hideCancelButton\",\n title: \"隐藏取消按钮\",\n type: \"boolean\",\n },\n {\n name: \"closeWhenCancel\",\n title: \"取消时自动关闭弹框\",\n type: \"boolean\",\n component: {\n props: {\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_advaneced\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"高级\",\n },\n },\n },\n {\n name: \"dataSource\",\n title: \"数据源\",\n type: \"string\",\n decorator: {\n props: {\n tooltip: \"将作为确认和取消事件中detail的值\",\n },\n },\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择数据源\",\n allowClear: true,\n },\n },\n },\n {\n name: \"configProps\",\n title: \"其他设置\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"直接透传给antd的Modal属性\",\n },\n },\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalModalSchema } from \"./generalModal.schema\";\n\nfunction GeneralModalComponentFactory(React: typeof _React) {\n return function GeneralModalComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n } = props;\n\n React.useEffect(() => {\n const { dataList = [] } = scope;\n\n // 初始化data\n form.query(\"dataSource\").take((field: any) => {\n field.setComponentProps({\n options: dataList?.map((item: any) => ({\n label: item?.name,\n value: item?.value,\n })),\n });\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalModalSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-modal\",\n GeneralModalComponentFactory\n);\n","const generalCardSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"cardTitle\",\n title: \"卡片标题\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n },\n {\n type: \"string\",\n title: \"头部图标\",\n name: \"headerIcon\",\n component: \"IconSelect\",\n },\n {\n name: \"fillVertical\",\n title: \"撑满父容器\",\n type: \"boolean\",\n },\n {\n name: \"hideSplit\",\n title: \"是否隐藏分割线\",\n type: \"boolean\",\n },\n {\n name: \"hasFooter\",\n title: \"是否开启footer插槽\",\n type: \"boolean\",\n \"x-reactions\": [\n {\n target: \"isFixedFooter\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"isFixedFooter\",\n title: \"footer是否绝对定位\",\n type: \"boolean\",\n },\n ],\n};\n\nexport { generalCardSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalCardSchema } from \"./general-card.schema\";\n\nfunction GeneralCardComponentFactory(React: typeof _React) {\n return function GeneralCardComponent(props: any): React.ReactElement {\n const { SchemaFieldComponent, formilySchemaFormatter, form, scope } = props;\n\n React.useEffect(() => {\n form.setInitialValues({\n hasFooter: false,\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalCardSchema as any),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-card\",\n GeneralCardComponentFactory\n);\n","const generalCustomButtonsSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"actions\",\n title: \"按钮配置\",\n type: \"string\",\n component: {\n name: \"CustomOptions\",\n props: {\n displayLabel: \"text\",\n schema: [\n {\n name: \"text\",\n type: \"string\",\n title: \"文本\",\n component: \"Input\",\n },\n {\n name: \"eventName\",\n type: \"string\",\n title: \"事件\",\n component: \"Input\",\n },\n {\n name: \"icon\",\n type: \"string\",\n title: \"图标\",\n component: \"IconSelect\",\n },\n {\n name: \"tooltip\",\n type: \"string\",\n title: \"提示\",\n component: \"Input\",\n },\n {\n name: \"isDropdown\",\n type: \"boolean\",\n title: \"是否为下拉项\",\n },\n {\n name: \"hidden\",\n type: \"boolean\",\n title: \"隐藏\",\n },\n {\n name: \"disabled\",\n type: \"boolean\",\n title: \"禁用\",\n },\n {\n name: \"divider\",\n type: \"boolean\",\n title: \"分割线\",\n },\n ],\n },\n },\n },\n ],\n};\n\nexport { generalCustomButtonsSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalCustomButtonsSchema } from \"./general-custom-buttons.schema\";\n\nfunction GeneralCustomButtonsComponentFactory(React: typeof _React) {\n return function GeneralCustomButtonsComponent(\n props: any\n ): React.ReactElement {\n const { SchemaFieldComponent, formilySchemaFormatter, scope } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalCustomButtonsSchema as any),\n scope,\n });\n };\n}\n\ngetRuntime().customEditors.define(\n \"basic-bricks.general-custom-buttons\",\n GeneralCustomButtonsComponentFactory\n);\n","export const flexLayoutSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"flexDirection\",\n title: \"主轴方向\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"row\",\n value: \"row\",\n },\n {\n label: \"column\",\n value: \"column\",\n },\n {\n label: \"row-reverse\",\n value: \"row-reverse\",\n },\n {\n label: \"column-reverse\",\n value: \"column-reverse\",\n },\n ],\n },\n },\n },\n {\n name: \"justifyContent\",\n title: \"主轴排列方式\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"center\",\n value: \"center\",\n },\n {\n label: \"flex-start\",\n value: \"flex-start\",\n },\n {\n label: \"flex-end\",\n value: \"flex-end\",\n },\n {\n label: \"space-between\",\n value: \"space-between\",\n },\n {\n label: \"space-around\",\n value: \"space-around\",\n },\n {\n label: \"space-evenly\",\n value: \"space-evenly\",\n },\n {\n label: \"stretch\",\n value: \"stretch\",\n },\n ],\n },\n },\n },\n {\n name: \"alignItems\",\n title: \"单行交叉轴排列方式\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"center\",\n value: \"center\",\n },\n {\n label: \"flex-start\",\n value: \"flex-start\",\n },\n {\n label: \"flex-end\",\n value: \"flex-end\",\n },\n ],\n },\n },\n },\n {\n name: \"alignContent\",\n title: \"多行交叉轴排列方式\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"center\",\n value: \"center\",\n },\n {\n label: \"flex-start\",\n value: \"flex-start\",\n },\n {\n label: \"flex-end\",\n value: \"flex-end\",\n },\n {\n label: \"space-between\",\n value: \"space-between\",\n },\n {\n label: \"space-around\",\n value: \"space-around\",\n },\n {\n label: \"space-evenly\",\n value: \"space-evenly\",\n },\n {\n label: \"stretch\",\n value: \"stretch\",\n },\n ],\n },\n },\n },\n {\n name: \"flexWrap\",\n title: \"支持换行\",\n type: \"boolean\",\n },\n {\n name: \"gap\",\n title: \"子元素间隙\",\n type: \"string\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { flexLayoutSchema } from \"./flexLayout.schema\";\nimport { get, omit } from \"lodash\";\n\nconst transformNormal2Advanced = (rawValue: any) => {\n const res = {\n ...omit(rawValue, [\"flexWrap\"]),\n ...(rawValue?.flexWrap && rawValue?.flexWrap !== \"nowrap\"\n ? {\n flexWrap: \"wrap\",\n }\n : {\n flexWrap: \"nowrap\",\n }),\n };\n return res;\n};\n\nconst transformAdvanced2Normal = (rawValue: any) => {\n const isNoWrap =\n !get(rawValue, \"flexWrap\") || get(rawValue, \"flexWrap\") === \"nowrap\";\n const res = {\n ...omit(rawValue, [\"flexWrap\"]),\n ...(isNoWrap\n ? {\n flexWrap: false,\n }\n : {\n flexWrap: true,\n }),\n };\n return res;\n};\n\nfunction FlexLayoutComponentFactory(React: typeof _React) {\n return function FlexLayoutComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n effects,\n } = props;\n\n React.useEffect(() => {\n const { onAdvancedChange, onSubmit } = effects;\n\n // 表单初始化\n form.setInitialValues({\n flexWrap: false,\n });\n\n // 监听模式切换\n form.addEffects(\"onAdvancedChange\", () => {\n onAdvancedChange((advancedMode: boolean, _: any, values: any) => {\n return advancedMode\n ? transformNormal2Advanced(values)\n : transformAdvanced2Normal(values);\n });\n });\n\n // 监听表单提交\n form.addEffects(\"onSubmit\", () => {\n onSubmit((value: any) => {\n return transformNormal2Advanced(value);\n });\n });\n }, [form, scope]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(flexLayoutSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.flex-layout\",\n FlexLayoutComponentFactory\n);\n","export const gridLayoutSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"columns\",\n title: \"列数\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: {\n name: \"FormItem\",\n props: {\n tooltip: \"各列等宽\",\n },\n },\n },\n {\n name: \"rows\",\n title: \"行数\",\n type: \"number\",\n component: {\n name: \"NumberPicker\",\n props: {\n placeholder: \"1\",\n },\n },\n decorator: {\n name: \"FormItem\",\n props: {\n tooltip: \"通常不需设置,各行高度由内容决定。设置为>1时,各行高度相同\",\n },\n },\n },\n {\n name: \"columnSpan\",\n title: \"在父级网格中占列数\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: \"FormItem\",\n },\n {\n name: \"rowSpan\",\n title: \"在父级网格中占行数\",\n type: \"number\",\n component: {\n name: \"NumberPicker\",\n props: {\n placeholder: \"1\",\n },\n },\n decorator: \"FormItem\",\n },\n {\n name: \"templateColumns\",\n title: \"模板列\",\n type: \"string\",\n decorator: {\n props: {\n tooltip: \"对应css的grid-template-columns属性,优先于columns\",\n },\n },\n },\n {\n name: \"responsive\",\n title: \"响应式布局设置\",\n type: \"string\",\n component: {\n name: \"CodeEditor\",\n props: {\n placeholder: \"写法如下:\\nmedium:\\n columns: 1\",\n },\n },\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"gap\",\n title: \"子元素间距\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"var(--page-card-gap)\",\n },\n },\n },\n {\n name: \"showGridBorder\",\n title: \"显示边框\",\n type: \"boolean\",\n \"x-reactions\": [\n {\n target: \"gridBorderColor\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"gridBorderColor\",\n title: \"边框颜色\",\n type: \"string\",\n component: \"ColorPicker\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { gridLayoutSchema } from \"./gridLayout.schema\";\n\nfunction GridLayoutComponentFactory(React: typeof _React) {\n return function GridLayoutComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n } = props;\n\n React.useEffect(() => {\n form.setInitialValues({\n showGridBorder: false,\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(gridLayoutSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.grid-layout\",\n GridLayoutComponentFactory\n);\n","export const easyViewSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"gridAreas\",\n title: \"grid-areas\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"gridTemplateAreas\",\n title: \"grid-template-areas\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"gridTemplateColumns\",\n title: \"grid-template-columns\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"gridTemplateRows\",\n title: \"grid-template-rows\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"containerStyle\",\n title: \"网格容器样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"styleByAreas\",\n title: \"网格内各区域样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { easyViewSchema } from \"./easyView.schema\";\n\nfunction EasyViewComponentFactory(React: typeof _React) {\n return function EasyViewComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(easyViewSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.easy-view\",\n EasyViewComponentFactory\n);\n","export const listContainerSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"data\",\n title: \"选择数据\",\n type: \"string\",\n required: true,\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择数据\",\n allowClear: true,\n },\n },\n },\n {\n name: \"itemKey\",\n title: \"数据项Key\",\n type: \"string\",\n decorator: {\n props: {\n tooltip: \"不设置则默认使用index\",\n },\n },\n component: {\n props: {\n placeholder: \"index\",\n },\n },\n },\n {\n name: \"useBrick\",\n title: \"子构件配置\",\n type: \"string\",\n component: {\n name: \"CodeEditor\",\n props: {\n placeholder:\n \"brick: presentational-bricks.agent-status\\nproperties:\\n value: <% DATA %>\",\n },\n },\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"具体查阅文档UseBrickConf\",\n },\n },\n },\n {\n name: \"isGridLayout\",\n title: \"容器使用grid布局\",\n type: \"boolean\",\n decorator: {\n props: {\n tooltip: \"容器本身默认是grid布局\",\n layout: \"horizontal\",\n },\n },\n \"x-reactions\": [\n {\n target: \"extraContainerStyle\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"gap\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"containerStyle\",\n fulfill: {\n state: {\n visible: \"{{!$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"extraContainerStyle\",\n title: \"容器额外样式\",\n type: \"string\",\n decorator: \"FormItemWithoutAdvanced\",\n component: {\n name: \"CodeEditor\",\n },\n },\n {\n name: \"gap\",\n title: \"间距\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"var(--card-content-gap)\",\n },\n },\n },\n {\n name: \"containerStyle\",\n title: \"自定义容器的样式\",\n type: \"string\",\n component: {\n name: \"CodeEditor\",\n },\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"会覆盖容器默认的样式配置\",\n },\n },\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { listContainerSchema } from \"./listContainer.schema\";\nimport { get, omit } from \"lodash\";\n\nconst transformNormal2Advanced = (rawValue: any) => {\n const res = {\n ...omit(rawValue, [\"isGridLayout\"]),\n };\n return res;\n};\n\nconst transformAdvanced2Normal = (rawValue: any) => {\n const isCustomContainerStyle = get(rawValue, \"containerStyle\");\n const res = {\n ...rawValue,\n ...(isCustomContainerStyle\n ? {\n isGridLayout: false,\n }\n : {\n isGridLayout: true,\n }),\n };\n return res;\n};\n\nfunction ListContainerComponentFactory(React: typeof _React) {\n return function ListContainerComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n effects,\n } = props;\n const isInitRef = React.useRef<boolean>(false);\n const dataListRef = React.useRef<any>();\n\n React.useEffect(() => {\n const {\n onAdvancedChange,\n onSubmit,\n onFormInitialValuesChange,\n onFieldValueChange,\n } = effects;\n\n // 表单初始化\n form.setInitialValues({\n isGridLayout: true,\n });\n\n // 当data变化时\n form.addEffects(\"dataChange\", () => {\n onFormInitialValuesChange(() => {\n isInitRef.current = true;\n\n setTimeout(() => {\n isInitRef.current = false;\n });\n }),\n onFieldValueChange(\"data\", () => {\n if (!isInitRef.current) {\n // 清除关联值\n form.deleteValuesIn(\"itemKey\");\n }\n });\n });\n\n // 监听模式切换\n form.addEffects(\"onAdvancedChange\", () => {\n onAdvancedChange((advancedMode: boolean, _: any, values: any) => {\n return advancedMode\n ? transformNormal2Advanced(values)\n : transformAdvanced2Normal(values);\n });\n });\n\n // 监听表单提交\n form.addEffects(\"onSubmit\", () => {\n onSubmit((value: any) => {\n return transformNormal2Advanced(value);\n });\n });\n }, [form, scope]);\n\n React.useEffect(() => {\n // 初始化data\n const { dataList = [] } = scope;\n dataListRef.current = dataList?.map((item: any) => ({\n ...item,\n label: item?.name,\n value: item?.value,\n }));\n form.query(\"data\").take((field: any) => {\n field.setComponentProps({\n options: dataListRef.current,\n });\n });\n }, [scope]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(listContainerSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.list-container\",\n ListContainerComponentFactory\n);\n"],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.256.1",
3
+ "version": "1.256.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -28,6 +28,7 @@
28
28
  "prestart": "node scripts/pre-build.js",
29
29
  "start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
30
30
  "start:editors": "cross-env NODE_ENV='development' webpack --config webpack.editors.js --watch",
31
+ "start:property-editors": "cross-env NODE_ENV='development' webpack --config webpack.property-editors.js --watch",
31
32
  "start:snippets": "cross-env NODE_ENV='development' rollup --config rollup.snippets.js --watch",
32
33
  "start:all": "concurrently -k -n main,editors,snippets \"npm run start\" \"npm run start:editors\" \"npm run start:snippets\"",
33
34
  "prebuild": "node scripts/pre-build.js",
@@ -53,5 +54,5 @@
53
54
  "immutability-helper": "^3.1.1"
54
55
  },
55
56
  "sideEffects": true,
56
- "gitHead": "856d403f0c40ee61e5e7e8d93af19c2909943c1b"
57
+ "gitHead": "8f6a899db6ec87817e7888c06417518614dcf4d2"
57
58
  }
@@ -1,2 +0,0 @@
1
- !function(e){var t={};function o(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=t,o.d=function(e,t,a){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(a,n,function(t){return e[t]}.bind(null,n));return a},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=3)}([function(e,t,o){e.exports=o(2)("tYg3")},function(e,t,o){var a;o.p="".concat(null!==(a=window.PUBLIC_ROOT)&&void 0!==a?a:"","bricks/basic-bricks/dist/property-editors/")},function(e,t){e.exports=dll},function(e,t,o){"use strict";o.r(t);o(1);var a=o(0),n={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"buttonName",title:"文本",type:"string"},{name:"disabled",title:"禁用",type:"boolean"},{name:"buttonUrl",title:"内链地址",type:"string"},{name:"buttonHref",title:"外链地址",type:"string"},{name:"target",title:"链接类型",type:"string",descorator:"FormItem",component:{name:"Select",props:{options:[{label:"当前页面加载",value:"_self"},{label:"新标签打开",value:"_blank"}]}}},{name:"tooltip",title:"按钮提示",type:"string"},{name:"categoryTitle_style",decorator:{name:"CategoryTitle",props:{text:"外观"}}},{type:"string",name:"buttonType",title:"按钮类型",component:{name:"Select",props:{placeholder:"请选择按钮类型",allowClear:!0,options:["primary","default","dashed","ghost","link","text","icon"].map(e=>({label:e,value:e}))}}},{name:"buttonSize",title:"大小",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"大",value:"large"},{label:"标准",value:"medium"},{label:"小",value:"small"},{label:"超小",value:"xs"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"buttonDanger",title:"危险模式",type:"boolean"},{name:"buttonIcon",title:"图标",type:"string",component:"IconSelect"},{name:"buttonShape",title:"形状",type:"string",component:{name:"Select",props:{placeholder:"请选择按钮形状",allowClear:!0,options:[{label:"圆形",value:"circle"},{label:"圆弧形",value:"round"},{label:"默认",value:"default"}]}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-button",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:r,scope:l}=t;return e.createElement(o,{schema:a(n,r),scope:l})}}));var r={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"customTitle",title:"标题",type:"string"},{name:"hasFooter",title:"支持footer插槽",type:"boolean"},{name:"width",title:"宽度",type:"number",component:"NumberPicker",decorator:"FormItem"},{name:"mask",title:"显示蒙层",type:"boolean",component:{props:{size:"small",defaultValue:!0}},"x-reactions":[{target:"maskClosable",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"maskClosable",title:"点击蒙层允许关闭",type:"boolean"},{name:"closable",title:"显示右上角关闭按钮",type:"boolean"},{name:"loading",title:"显示加载中效果",type:"boolean"},{name:"isFloat",title:"浮层样式",type:"boolean"},{name:"scrollToTopWhenOpen",title:"打开抽屉时内容区自动滚动到顶部",type:"boolean"},{name:"bodyStyle",title:"抽屉内容样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"drawerStyle",title:"抽屉弹出层样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"headerStyle",title:"抽屉头部样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"configProps",title:"其他设置",type:"string",component:"CodeEditor",decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"直接透传给antd的Drawer属性"}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-drawer",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:l,form:i}=t;return e.useEffect(()=>{i.setInitialValues({mask:!0})},[i]),e.createElement(o,{schema:a(r,n),scope:l})}}));var l={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"textContent",title:"文本",type:"string"},{name:"fontSize",title:"字体大小",type:"string",component:{props:{placeholder:"14px"}}},{name:"fontWeight",title:"字体粗细",type:"string",component:{props:{placeholder:"normal"}}},{name:"color",title:"字体颜色",type:"string",component:"ColorPicker"},{name:"lineHeight",title:"字体行高",type:"string",component:{props:{placeholder:"14px"}}},{name:"textAlign",title:"字体对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"left"}}},{name:"display",title:"显示类型",type:"string",component:{props:{placeholder:"inline"}}},{name:"customStyle",title:"自定义样式",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-text",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r}=t;return e.createElement(o,{schema:a(l,n),scope:r})}}));var i={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"displayBrick",title:"展示构件",type:"string",required:!0,component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverBrick",title:"弹框构件",type:"string",required:!0,component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverTitleBrick",title:"弹框标题构件",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"data",title:"整体数据",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"categoryTitle_style",type:"void",decorator:{name:"CategoryTitle",props:{text:"弹框"}}},{name:"visible",title:"显示弹框",type:"boolean"},{name:"transferVisible",title:"透传visiable给弹框构件",type:"boolean"},{name:"triggerByIcon",title:"由图标触发",type:"boolean",component:{props:{size:"small",defaultValue:!0}},"x-reactions":[{target:"popoverIcon",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"showIcon",fulfill:{state:{visible:"{{$self.value}}"}}},{target:"trigger",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"popoverIcon",title:"触发弹框图标",type:"string",component:"IconSelect"},{name:"showIcon",title:"图标显示时机",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"总是显示",value:"always"},{label:"悬浮显示",value:"hover"},{label:"不显示",value:"never"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"hover"}}},{name:"trigger",title:"触发弹框方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"点击",value:"click"},{label:"悬浮",value:"hover"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button",defaultValue:"click"}}},{name:"placement",title:"弹框位置",type:"string",descorator:"FormItem",component:{name:"Select",props:{allowClear:!0,placeholder:"bottom",options:["top","topLeft","topRight","bottom","bottomLeft","bottomRight","right","rightTop","rightBottom","left","leftTop","leftBottom"].map(e=>({label:e,value:e}))}}},{name:"showPopoverBg",title:"显示弹框背景",type:"boolean",component:{props:{defaultValue:!0,size:"small"}}},{name:"zIndex",title:"弹框Z轴顺序",decorator:"FormItem",type:"number",component:{name:"NumberPicker",props:{placeholder:"1030"}}},{name:"getPopupContainer",title:"弹框挂载父节点",type:"string",component:"CodeEditor",decorator:"FormItemWithoutAdvanced"},{name:"popoverContentStyle",title:"弹框内容样式",type:"string",component:{name:"CodeEditor",props:{placeholder:"{width: 200px}"}},decorator:"FormItemWithoutAdvanced"},{name:"categoryTitle_topo",type:"void",decorator:{name:"CategoryTitle",props:{text:"拓扑"}}},{name:"highlighted",title:"是否高亮",type:"boolean"},{name:"related",title:"是否被关联",type:"boolean"},{name:"faded",title:"是否弱化",type:"boolean"},{name:"transferGraphAttrs",title:"透传拓扑属性给子展示构件",type:"boolean"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.popover-container",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r}=t;return e.createElement(o,{schema:a(i,n),scope:r})}}));var p={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"modalTitle",title:"标题",type:"string"},{name:"titleIcon",title:"标题图标",type:"string",component:"IconSelect"},{name:"titleAlign",title:"标题对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"width",title:"模态框宽度",type:"number",component:"NumberPicker",decorator:"FormItem"},{name:"enableFooterSlot",title:"启用底部插槽",type:"boolean"},{name:"maskClosable",title:"点击蒙层可关闭弹框",type:"boolean",component:{props:{size:"small",defaultValue:!0}}},{name:"categoryTitle_style",type:"void",decorator:{name:"CategoryTitle",props:{text:"样式"}}},{name:"isHiddenBodyPadding",title:"隐藏内容区内边距",type:"boolean"},{name:"isHiddenHeaderBorder",title:"隐藏头部分割线",type:"boolean"},{name:"isHiddenFooterColor",title:"隐藏底部背景颜色",type:"boolean"},{name:"fullscreen",title:"启用全屏模式",type:"boolean"},{name:"footerPosition",title:"底部对齐方式",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}},enum:[{label:"左",value:"left"},{label:"中",value:"center"},{label:"右",value:"right"}],component:{name:"Radio.Group",props:{size:"small",optionType:"button"}}},{name:"categoryTitle_confirm",type:"void",decorator:{name:"CategoryTitle",props:{text:"确认按钮"}}},{name:"okText",title:"确认按钮文字",type:"string",component:{props:{placeholder:"确认"}}},{name:"okType",title:"确认按钮类型",type:"string",component:{name:"Select",props:{placeholder:"Primary",allowClear:!0,options:[{label:"Link",value:"link"},{label:"Default",value:"default"},{label:"Primary",value:"primary"},{label:"Ghost",value:"ghost"},{label:"Dashed",value:"dashed"},{label:"Danger",value:"danger"}]}}},{name:"okDisabled",title:"禁用确认按钮",type:"boolean"},{name:"confirmLoading",title:"确认按钮显示加载中",type:"boolean"},{name:"closeWhenOk",title:"确认时自动关闭弹框",type:"boolean",decorator:{props:{tooltip:"值为false时,点击确认后需要自行关闭弹框"}},component:{props:{defaultValue:!0}}},{name:"categoryTitle_cancel",type:"void",decorator:{name:"CategoryTitle",props:{text:"取消按钮"}}},{name:"cancelText",title:"取消按钮文字",type:"string",component:{props:{placeholder:"取消"}}},{name:"hideCancelButton",title:"隐藏取消按钮",type:"boolean"},{name:"closeWhenCancel",title:"取消时自动关闭弹框",type:"boolean",component:{props:{defaultValue:!0}}},{name:"categoryTitle_advaneced",type:"void",decorator:{name:"CategoryTitle",props:{text:"高级"}}},{name:"dataSource",title:"数据源",type:"string",decorator:{props:{tooltip:"将作为确认和取消事件中detail的值"}},component:{name:"Select",props:{placeholder:"请选择数据源",allowClear:!0}}},{name:"configProps",title:"其他设置",type:"string",component:"CodeEditor",decorator:{name:"FormItemWithoutAdvanced",props:{tooltip:"直接透传给antd的Modal属性"}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-modal",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,advancedMode:n,scope:r,form:l}=t;return e.useEffect(()=>{var{dataList:e=[]}=r;l.query("dataSource").take(t=>{t.setComponentProps({options:null==e?void 0:e.map(e=>({label:null==e?void 0:e.name,value:null==e?void 0:e.value}))})})},[l]),e.createElement(o,{schema:a(p,n),scope:r})}}));var m={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"cardTitle",title:"卡片标题",type:"string",decorator:{name:"FormItem",props:{layout:"horizontal"}}},{type:"string",title:"头部图标",name:"headerIcon",component:"IconSelect"},{name:"fillVertical",title:"撑满父容器",type:"boolean"},{name:"hideSplit",title:"是否隐藏分割线",type:"boolean"},{name:"hasFooter",title:"是否开启footer插槽",type:"boolean","x-reactions":[{target:"isFixedFooter",fulfill:{state:{visible:"{{$self.value}}"}}}]},{name:"isFixedFooter",title:"footer是否绝对定位",type:"boolean"}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-card",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,form:n,scope:r}=t;return e.useEffect(()=>{n.setInitialValues({hasFooter:!1})},[n]),e.createElement(o,{schema:a(m),scope:r})}}));var c={name:"layout",type:"void",component:{name:"FormLayout",props:{layout:"vertical"}},children:[{name:"categoryTitle_basic",type:"void",decorator:{name:"CategoryTitle",props:{text:"基础"}}},{name:"actions",title:"按钮配置",type:"string",component:{name:"CustomOptions",props:{displayLabel:"text",schema:[{name:"text",type:"string",title:"文本",component:"Input"},{name:"eventName",type:"string",title:"事件",component:"Input"},{name:"icon",type:"string",title:"图标",component:"IconSelect"},{name:"tooltip",type:"string",title:"提示",component:"Input"},{name:"isDropdown",type:"boolean",title:"是否为下拉项"},{name:"hidden",type:"boolean",title:"隐藏"},{name:"disabled",type:"boolean",title:"禁用"},{name:"divider",type:"boolean",title:"分割线"}]}}}]};Object(a.getRuntime)().customEditors.define("basic-bricks.general-custom-buttons",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:a,scope:n}=t;return e.createElement(o,{schema:a(c),scope:n})}}))}]);
2
- //# sourceMappingURL=property-editors.f86b045a.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///delegated ./node_modules/@next-core/brick-kit/dist/index.esm.js from dll-reference dll","webpack:///./bricks/basic-bricks/src/property-editors/_/public-path.js","webpack:///external \"dll\"","webpack:///./bricks/basic-bricks/src/property-editors/general-button/general-button.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-button/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-drawer/generalDrawer.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-drawer/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-text/generalText.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-text/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/popover-container/popoverContainer.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/popover-container/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-modal/generalModal.schema.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-modal/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-card/general-card.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-card/index.tsx","webpack:///./bricks/basic-bricks/src/property-editors/general-custom-buttons/general-custom-buttons.schema.ts","webpack:///./bricks/basic-bricks/src/property-editors/general-custom-buttons/index.tsx"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","__webpack_public_path__","window","PUBLIC_ROOT","dll","generalButtonSchema","type","component","props","layout","children","decorator","text","title","descorator","options","label","placeholder","allowClear","map","item","enum","size","optionType","getRuntime","customEditors","define","React","SchemaFieldComponent","formilySchemaFormatter","advancedMode","scope","createElement","schema","generalDrawerSchema","defaultValue","target","fulfill","state","visible","tooltip","form","useEffect","setInitialValues","mask","generalTextSchema","popoverContainerSchema","required","generalModalSchema","dataList","query","take","field","setComponentProps","generalCardSchema","hasFooter","generalCustomButtonsSchema","displayLabel"],"mappings":"aACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QAKfF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,kBClFrDhC,EAAOD,QAAWF,EAAoB,EAArB,CAAyB,S,sBCA1CoC,IAA0B,GAAH,OAAwB,QAAxB,EAAMC,OAAOC,mBAAW,QAAI,GAAE,+C,cCArDnC,EAAOD,QAAUqC,K,oDCAXC,EAAsB,CAC1B7B,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,aACNqC,MAAO,KACPP,KAAM,UAER,CACE9B,KAAM,WACNqC,MAAO,KACPP,KAAM,WAER,CACE9B,KAAM,YACNqC,MAAO,OACPP,KAAM,UAER,CACE9B,KAAM,aACNqC,MAAO,OACPP,KAAM,UAER,CACE9B,KAAM,SACNqC,MAAO,OACPP,KAAM,SACNQ,WAAY,WACZP,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLO,QAAS,CACP,CACEC,MAAO,SACP9B,MAAO,SAET,CACE8B,MAAO,QACP9B,MAAO,cAMjB,CACEV,KAAM,UACNqC,MAAO,OACPP,KAAM,UAER,CACE9B,KAAM,sBACNmC,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEN,KAAM,SACN9B,KAAM,aACNqC,MAAO,OACPN,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLS,YAAa,UACbC,YAAY,EACZH,QAAS,CACP,UACA,UACA,SACA,QACA,OACA,OACA,QACAI,IAAKC,IAAI,CACTJ,MAAOI,EACPlC,MAAOkC,QAKf,CACE5C,KAAM,aACNqC,MAAO,KACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,IACP9B,MAAO,SAET,CACE8B,MAAO,KACP9B,MAAO,UAET,CACE8B,MAAO,IACP9B,MAAO,SAET,CACE8B,MAAO,KACP9B,MAAO,OAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,YAIlB,CACE/C,KAAM,eACNqC,MAAO,OACPP,KAAM,WAER,CACE9B,KAAM,aACNqC,MAAO,KACPP,KAAM,SACNC,UAAW,cAEb,CACE/B,KAAM,cACNqC,MAAO,KACPP,KAAM,SACNC,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLS,YAAa,UACbC,YAAY,EACZH,QAAS,CACP,CAAEC,MAAO,KAAM9B,MAAO,UACtB,CAAE8B,MAAO,MAAO9B,MAAO,SACvB,CAAE8B,MAAO,KAAM9B,MAAO,iBC1IjCsC,uBAAqBC,cAAcC,OAClC,+BAjBF,SAAuCC,GACrC,OAAO,SAAgCnB,GACrC,IAAM,qBACJoB,EAAoB,uBACpBC,EAAsB,aACtBC,EAAY,MACZC,GACEvB,EAEJ,OAAOmB,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuBxB,EAA4ByB,GAC3DC,cCfC,IAAMG,EAAsB,CACjC1D,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,cACNqC,MAAO,KACPP,KAAM,UAER,CACE9B,KAAM,YACNqC,MAAO,aACPP,KAAM,WAER,CACE9B,KAAM,QACNqC,MAAO,KACPP,KAAM,SACNC,UAAW,eACXI,UAAW,YAEb,CACEnC,KAAM,OACNqC,MAAO,OACPP,KAAM,UACNC,UAAW,CACTC,MAAO,CACLc,KAAM,QACNa,cAAc,IAGlB,cAAe,CACb,CACEC,OAAQ,eACRC,QAAS,CACPC,MAAO,CACLC,QAAS,uBAMnB,CACE/D,KAAM,eACNqC,MAAO,WACPP,KAAM,WAER,CACE9B,KAAM,WACNqC,MAAO,YACPP,KAAM,WAER,CACE9B,KAAM,UACNqC,MAAO,UACPP,KAAM,WAER,CACE9B,KAAM,UACNqC,MAAO,OACPP,KAAM,WAER,CACE9B,KAAM,sBACNqC,MAAO,kBACPP,KAAM,WAER,CACE9B,KAAM,YACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,cACNqC,MAAO,UACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,cACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,cACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,aACXI,UAAW,CACTnC,KAAM,0BACNgC,MAAO,CACLgC,QAAS,0BCrFlBhB,uBAAqBC,cAAcC,OAClC,+BAxBF,SAAuCC,GACrC,OAAO,SAAgCnB,GACrC,IAAM,qBACJoB,EAAoB,uBACpBC,EAAsB,aACtBC,EAAY,MACZC,EAAK,KACLU,GACEjC,EAQJ,OANAmB,EAAMe,UAAU,KACdD,EAAKE,iBAAiB,CACpBC,MAAM,KAEP,CAACH,IAEGd,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuBK,EAA4BJ,GAC3DC,cCtBC,IAAMc,EAAoB,CAC/BrE,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,cACNqC,MAAO,KACPP,KAAM,UAER,CACE9B,KAAM,WACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,UAInB,CACEzC,KAAM,aACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,YAInB,CACEzC,KAAM,QACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,eAEb,CACE/B,KAAM,aACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,UAInB,CACEzC,KAAM,YACNqC,MAAO,SACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,IACP9B,MAAO,QAET,CACE8B,MAAO,IACP9B,MAAO,UAET,CACE8B,MAAO,IACP9B,MAAO,UAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,SACZY,aAAc,UAIpB,CACE3D,KAAM,UACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,YAInB,CACEzC,KAAM,cACNqC,MAAO,QACPP,KAAM,SACNC,UAAW,aACXI,UAAW,6BCzFhBa,uBAAqBC,cAAcC,OAClC,6BAjBF,SAAqCC,GACnC,OAAO,SAA8BnB,GACnC,IAAM,qBACJoB,EAAoB,uBACpBC,EAAsB,aACtBC,EAAY,MACZC,GACEvB,EAEJ,OAAOmB,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuBgB,EAA0Bf,GACzDC,cCfC,IAAMe,EAAyB,CACpCtE,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,eACNqC,MAAO,OACPP,KAAM,SACNyC,UAAU,EACVxC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,eACNqC,MAAO,OACPP,KAAM,SACNyC,UAAU,EACVxC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,oBACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,OACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,UACNqC,MAAO,OACPP,KAAM,WAER,CACE9B,KAAM,kBACNqC,MAAO,kBACPP,KAAM,WAER,CACE9B,KAAM,gBACNqC,MAAO,QACPP,KAAM,UACNC,UAAW,CACTC,MAAO,CACLc,KAAM,QACNa,cAAc,IAGlB,cAAe,CACb,CACEC,OAAQ,cACRC,QAAS,CACPC,MAAO,CACLC,QAAS,qBAIf,CACEH,OAAQ,WACRC,QAAS,CACPC,MAAO,CACLC,QAAS,qBAIf,CACEH,OAAQ,UACRC,QAAS,CACPC,MAAO,CACLC,QAAS,uBAMnB,CACE/D,KAAM,cACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,cAEb,CACE/B,KAAM,WACNqC,MAAO,SACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,OACP9B,MAAO,UAET,CACE8B,MAAO,OACP9B,MAAO,SAET,CACE8B,MAAO,MACP9B,MAAO,UAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,SACZY,aAAc,WAIpB,CACE3D,KAAM,UACNqC,MAAO,SACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,KACP9B,MAAO,SAET,CACE8B,MAAO,KACP9B,MAAO,UAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,SACZY,aAAc,WAIpB,CACE3D,KAAM,YACNqC,MAAO,OACPP,KAAM,SACNQ,WAAY,WACZP,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLU,YAAY,EACZD,YAAa,SACbF,QAAS,CACP,MACA,UACA,WACA,SACA,aACA,cACA,QACA,WACA,cACA,OACA,UACA,cACAI,IAAKC,IAAI,CACTJ,MAAOI,EACPlC,MAAOkC,QAKf,CACE5C,KAAM,gBACNqC,MAAO,SACPP,KAAM,UACNC,UAAW,CACTC,MAAO,CACL2B,cAAc,EACdb,KAAM,WAIZ,CACE9C,KAAM,SACNqC,MAAO,SACPF,UAAW,WACXL,KAAM,SACNC,UAAW,CACT/B,KAAM,eACNgC,MAAO,CACLS,YAAa,UAInB,CACEzC,KAAM,oBACNqC,MAAO,UACPP,KAAM,SACNC,UAAW,aACXI,UAAW,2BAEb,CACEnC,KAAM,sBACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLS,YAAa,mBAGjBN,UAAW,2BAEb,CACEnC,KAAM,qBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,cACNqC,MAAO,OACPP,KAAM,WAER,CACE9B,KAAM,UACNqC,MAAO,QACPP,KAAM,WAER,CACE9B,KAAM,QACNqC,MAAO,OACPP,KAAM,WAER,CACE9B,KAAM,qBACNqC,MAAO,eACPP,KAAM,aC5PXkB,uBAAqBC,cAAcC,OAClC,kCApBF,SAA0CC,GACxC,OAAO,SAAmCnB,GACxC,IAAM,qBACJoB,EAAoB,uBACpBC,EAAsB,aACtBC,EAAY,MACZC,GACEvB,EAEJ,OAAOmB,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EACNiB,EACAhB,GAEFC,cClBC,IAAMiB,EAAqB,CAChCxE,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,aACNqC,MAAO,KACPP,KAAM,UAER,CACE9B,KAAM,YACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,cAEb,CACE/B,KAAM,aACNqC,MAAO,SACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,IACP9B,MAAO,QAET,CACE8B,MAAO,IACP9B,MAAO,UAET,CACE8B,MAAO,IACP9B,MAAO,UAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,YAIlB,CACE/C,KAAM,QACNqC,MAAO,QACPP,KAAM,SACNC,UAAW,eACXI,UAAW,YAEb,CACEnC,KAAM,mBACNqC,MAAO,SACPP,KAAM,WAER,CACE9B,KAAM,eACNqC,MAAO,YACPP,KAAM,UACNC,UAAW,CACTC,MAAO,CACLc,KAAM,QACNa,cAAc,KAIpB,CACE3D,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,sBACNqC,MAAO,WACPP,KAAM,WAER,CACE9B,KAAM,uBACNqC,MAAO,UACPP,KAAM,WAER,CACE9B,KAAM,sBACNqC,MAAO,WACPP,KAAM,WAER,CACE9B,KAAM,aACNqC,MAAO,SACPP,KAAM,WAER,CACE9B,KAAM,iBACNqC,MAAO,SACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,eAGZY,KAAM,CACJ,CACEL,MAAO,IACP9B,MAAO,QAET,CACE8B,MAAO,IACP9B,MAAO,UAET,CACE8B,MAAO,IACP9B,MAAO,UAGXqB,UAAW,CACT/B,KAAM,cACNgC,MAAO,CACLc,KAAM,QACNC,WAAY,YAIlB,CACE/C,KAAM,wBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,UAIZ,CACEpC,KAAM,SACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,QAInB,CACEzC,KAAM,SACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLS,YAAa,UACbC,YAAY,EACZH,QAAS,CACP,CAAEC,MAAO,OAAQ9B,MAAO,QACxB,CAAE8B,MAAO,UAAW9B,MAAO,WAC3B,CAAE8B,MAAO,UAAW9B,MAAO,WAC3B,CAAE8B,MAAO,QAAS9B,MAAO,SACzB,CAAE8B,MAAO,SAAU9B,MAAO,UAC1B,CAAE8B,MAAO,SAAU9B,MAAO,cAKlC,CACEV,KAAM,aACNqC,MAAO,SACPP,KAAM,WAER,CACE9B,KAAM,iBACNqC,MAAO,YACPP,KAAM,WAER,CACE9B,KAAM,cACNqC,MAAO,YACPP,KAAM,UACNK,UAAW,CACTH,MAAO,CACLgC,QAAS,2BAGbjC,UAAW,CACTC,MAAO,CACL2B,cAAc,KAIpB,CACE3D,KAAM,uBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,UAIZ,CACEpC,KAAM,aACNqC,MAAO,SACPP,KAAM,SACNC,UAAW,CACTC,MAAO,CACLS,YAAa,QAInB,CACEzC,KAAM,mBACNqC,MAAO,SACPP,KAAM,WAER,CACE9B,KAAM,kBACNqC,MAAO,YACPP,KAAM,UACNC,UAAW,CACTC,MAAO,CACL2B,cAAc,KAIpB,CACE3D,KAAM,0BACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,aACNqC,MAAO,MACPP,KAAM,SACNK,UAAW,CACTH,MAAO,CACLgC,QAAS,wBAGbjC,UAAW,CACT/B,KAAM,SACNgC,MAAO,CACLS,YAAa,SACbC,YAAY,KAIlB,CACE1C,KAAM,cACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,aACXI,UAAW,CACTnC,KAAM,0BACNgC,MAAO,CACLgC,QAAS,yBCxPlBhB,uBAAqBC,cAAcC,OAClC,8BAhCF,SAAsCC,GACpC,OAAO,SAA+BnB,GACpC,IAAM,qBACJoB,EAAoB,uBACpBC,EAAsB,aACtBC,EAAY,MACZC,EAAK,KACLU,GACEjC,EAgBJ,OAdAmB,EAAMe,UAAU,KACd,IAAM,SAAEO,EAAW,IAAOlB,EAG1BU,EAAKS,MAAM,cAAcC,KAAMC,IAC7BA,EAAMC,kBAAkB,CACtBtC,QAASkC,aAAQ,EAARA,EAAU9B,IAAKC,IAAS,CAC/BJ,MAAOI,aAAI,EAAJA,EAAM5C,KACbU,MAAOkC,aAAI,EAAJA,EAAMlC,cAIlB,CAACuD,IAEGd,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuBmB,EAA2BlB,GAC1DC,cC9BN,IAAMuB,EAAoB,CACxB9E,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,YACNqC,MAAO,OACPP,KAAM,SACNK,UAAW,CACTnC,KAAM,WACNgC,MAAO,CACLC,OAAQ,gBAId,CACEH,KAAM,SACNO,MAAO,OACPrC,KAAM,aACN+B,UAAW,cAEb,CACE/B,KAAM,eACNqC,MAAO,QACPP,KAAM,WAER,CACE9B,KAAM,YACNqC,MAAO,UACPP,KAAM,WAER,CACE9B,KAAM,YACNqC,MAAO,eACPP,KAAM,UACN,cAAe,CACb,CACE8B,OAAQ,gBACRC,QAAS,CACPC,MAAO,CACLC,QAAS,uBAMnB,CACE/D,KAAM,gBACNqC,MAAO,eACPP,KAAM,aC5CXkB,uBAAqBC,cAAcC,OAClC,6BAlBF,SAAqCC,GACnC,OAAO,SAA8BnB,GACnC,IAAM,qBAAEoB,EAAoB,uBAAEC,EAAsB,KAAEY,EAAI,MAAEV,GAAUvB,EAQtE,OANAmB,EAAMe,UAAU,KACdD,EAAKE,iBAAiB,CACpBY,WAAW,KAEZ,CAACd,IAEGd,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuByB,GAC/BvB,cChBN,IAAMyB,EAA6B,CACjChF,KAAM,SACN8B,KAAM,OACNC,UAAW,CACT/B,KAAM,aACNgC,MAAO,CACLC,OAAQ,aAGZC,SAAU,CACR,CACElC,KAAM,sBACN8B,KAAM,OACNK,UAAW,CACTnC,KAAM,gBACNgC,MAAO,CACLI,KAAM,QAIZ,CACEpC,KAAM,UACNqC,MAAO,OACPP,KAAM,SACNC,UAAW,CACT/B,KAAM,gBACNgC,MAAO,CACLiD,aAAc,OACdxB,OAAQ,CACN,CACEzD,KAAM,OACN8B,KAAM,SACNO,MAAO,KACPN,UAAW,SAEb,CACE/B,KAAM,YACN8B,KAAM,SACNO,MAAO,KACPN,UAAW,SAEb,CACE/B,KAAM,OACN8B,KAAM,SACNO,MAAO,KACPN,UAAW,cAEb,CACE/B,KAAM,UACN8B,KAAM,SACNO,MAAO,KACPN,UAAW,SAEb,CACE/B,KAAM,aACN8B,KAAM,UACNO,MAAO,UAET,CACErC,KAAM,SACN8B,KAAM,UACNO,MAAO,MAET,CACErC,KAAM,WACN8B,KAAM,UACNO,MAAO,MAET,CACErC,KAAM,UACN8B,KAAM,UACNO,MAAO,aCtDrBW,uBAAaC,cAAcC,OACzB,uCAdF,SAA8CC,GAC5C,OAAO,SACLnB,GAEA,IAAM,qBAAEoB,EAAoB,uBAAEC,EAAsB,MAAEE,GAAUvB,EAEhE,OAAOmB,EAAMK,cAAcJ,EAAsB,CAC/CK,OAAQJ,EAAuB2B,GAC/BzB","file":"property-editors.f86b045a.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 3);\n","module.exports = (__webpack_require__(2))(\"tYg3\");","__webpack_public_path__ = `${window.PUBLIC_ROOT ?? \"\"}bricks/basic-bricks/dist/property-editors/`;","module.exports = dll;","const generalButtonSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"buttonName\",\n title: \"文本\",\n type: \"string\",\n },\n {\n name: \"disabled\",\n title: \"禁用\",\n type: \"boolean\",\n },\n {\n name: \"buttonUrl\",\n title: \"内链地址\",\n type: \"string\",\n },\n {\n name: \"buttonHref\",\n title: \"外链地址\",\n type: \"string\",\n },\n {\n name: \"target\",\n title: \"链接类型\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n options: [\n {\n label: \"当前页面加载\",\n value: \"_self\",\n },\n {\n label: \"新标签打开\",\n value: \"_blank\",\n },\n ],\n },\n },\n },\n {\n name: \"tooltip\",\n title: \"按钮提示\",\n type: \"string\",\n },\n {\n name: \"categoryTitle_style\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"外观\",\n },\n },\n },\n {\n type: \"string\",\n name: \"buttonType\",\n title: \"按钮类型\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择按钮类型\",\n allowClear: true,\n options: [\n \"primary\",\n \"default\",\n \"dashed\",\n \"ghost\",\n \"link\",\n \"text\",\n \"icon\",\n ].map((item) => ({\n label: item,\n value: item,\n })),\n },\n },\n },\n {\n name: \"buttonSize\",\n title: \"大小\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"大\",\n value: \"large\",\n },\n {\n label: \"标准\",\n value: \"medium\",\n },\n {\n label: \"小\",\n value: \"small\",\n },\n {\n label: \"超小\",\n value: \"xs\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"buttonDanger\",\n title: \"危险模式\",\n type: \"boolean\",\n },\n {\n name: \"buttonIcon\",\n title: \"图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"buttonShape\",\n title: \"形状\",\n type: \"string\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择按钮形状\",\n allowClear: true,\n options: [\n { label: \"圆形\", value: \"circle\" },\n { label: \"圆弧形\", value: \"round\" },\n { label: \"默认\", value: \"default\" },\n ],\n },\n },\n },\n ],\n};\n\nexport { generalButtonSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalButtonSchema } from \"./general-button.schema\";\n\nfunction GeneralButtonComponentFactory(React: typeof _React) {\n return function GeneralButtonComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalButtonSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-button\",\n GeneralButtonComponentFactory\n);\n","export const generalDrawerSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"customTitle\",\n title: \"标题\",\n type: \"string\",\n },\n {\n name: \"hasFooter\",\n title: \"支持footer插槽\",\n type: \"boolean\",\n },\n {\n name: \"width\",\n title: \"宽度\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: \"FormItem\",\n },\n {\n name: \"mask\",\n title: \"显示蒙层\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n \"x-reactions\": [\n {\n target: \"maskClosable\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"maskClosable\",\n title: \"点击蒙层允许关闭\",\n type: \"boolean\",\n },\n {\n name: \"closable\",\n title: \"显示右上角关闭按钮\",\n type: \"boolean\",\n },\n {\n name: \"loading\",\n title: \"显示加载中效果\",\n type: \"boolean\",\n },\n {\n name: \"isFloat\",\n title: \"浮层样式\",\n type: \"boolean\",\n },\n {\n name: \"scrollToTopWhenOpen\",\n title: \"打开抽屉时内容区自动滚动到顶部\",\n type: \"boolean\",\n },\n {\n name: \"bodyStyle\",\n title: \"抽屉内容样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"drawerStyle\",\n title: \"抽屉弹出层样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"headerStyle\",\n title: \"抽屉头部样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"configProps\",\n title: \"其他设置\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"直接透传给antd的Drawer属性\",\n },\n },\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalDrawerSchema } from \"./generalDrawer.schema\";\n\nfunction GeneralDrawerComponentFactory(React: typeof _React) {\n return function GeneralDrawerComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n } = props;\n\n React.useEffect(() => {\n form.setInitialValues({\n mask: true,\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalDrawerSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-drawer\",\n GeneralDrawerComponentFactory\n);\n","export const generalTextSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"textContent\",\n title: \"文本\",\n type: \"string\",\n },\n {\n name: \"fontSize\",\n title: \"字体大小\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"14px\",\n },\n },\n },\n {\n name: \"fontWeight\",\n title: \"字体粗细\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"normal\",\n },\n },\n },\n {\n name: \"color\",\n title: \"字体颜色\",\n type: \"string\",\n component: \"ColorPicker\",\n },\n {\n name: \"lineHeight\",\n title: \"字体行高\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"14px\",\n },\n },\n },\n {\n name: \"textAlign\",\n title: \"字体对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"left\",\n },\n },\n },\n {\n name: \"display\",\n title: \"显示类型\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"inline\",\n },\n },\n },\n {\n name: \"customStyle\",\n title: \"自定义样式\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalTextSchema } from \"./generalText.schema\";\n\nfunction GeneralTextComponentFactory(React: typeof _React) {\n return function GeneralTextComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalTextSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-text\",\n GeneralTextComponentFactory\n);\n","export const popoverContainerSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"displayBrick\",\n title: \"展示构件\",\n type: \"string\",\n required: true,\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverBrick\",\n title: \"弹框构件\",\n type: \"string\",\n required: true,\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverTitleBrick\",\n title: \"弹框标题构件\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"data\",\n title: \"整体数据\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"categoryTitle_style\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"弹框\",\n },\n },\n },\n {\n name: \"visible\",\n title: \"显示弹框\",\n type: \"boolean\",\n },\n {\n name: \"transferVisible\",\n title: \"透传visiable给弹框构件\",\n type: \"boolean\",\n },\n {\n name: \"triggerByIcon\",\n title: \"由图标触发\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n \"x-reactions\": [\n {\n target: \"popoverIcon\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"showIcon\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n {\n target: \"trigger\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"popoverIcon\",\n title: \"触发弹框图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"showIcon\",\n title: \"图标显示时机\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"总是显示\",\n value: \"always\",\n },\n {\n label: \"悬浮显示\",\n value: \"hover\",\n },\n {\n label: \"不显示\",\n value: \"never\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"hover\",\n },\n },\n },\n {\n name: \"trigger\",\n title: \"触发弹框方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"点击\",\n value: \"click\",\n },\n {\n label: \"悬浮\",\n value: \"hover\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n defaultValue: \"click\",\n },\n },\n },\n {\n name: \"placement\",\n title: \"弹框位置\",\n type: \"string\",\n descorator: \"FormItem\",\n component: {\n name: \"Select\",\n props: {\n allowClear: true,\n placeholder: \"bottom\",\n options: [\n \"top\",\n \"topLeft\",\n \"topRight\",\n \"bottom\",\n \"bottomLeft\",\n \"bottomRight\",\n \"right\",\n \"rightTop\",\n \"rightBottom\",\n \"left\",\n \"leftTop\",\n \"leftBottom\",\n ].map((item) => ({\n label: item,\n value: item,\n })),\n },\n },\n },\n {\n name: \"showPopoverBg\",\n title: \"显示弹框背景\",\n type: \"boolean\",\n component: {\n props: {\n defaultValue: true,\n size: \"small\",\n },\n },\n },\n {\n name: \"zIndex\",\n title: \"弹框Z轴顺序\",\n decorator: \"FormItem\",\n type: \"number\",\n component: {\n name: \"NumberPicker\",\n props: {\n placeholder: \"1030\",\n },\n },\n },\n {\n name: \"getPopupContainer\",\n title: \"弹框挂载父节点\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"popoverContentStyle\",\n title: \"弹框内容样式\",\n type: \"string\",\n component: {\n name: \"CodeEditor\",\n props: {\n placeholder: \"{width: 200px}\",\n },\n },\n decorator: \"FormItemWithoutAdvanced\",\n },\n {\n name: \"categoryTitle_topo\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"拓扑\",\n },\n },\n },\n {\n name: \"highlighted\",\n title: \"是否高亮\",\n type: \"boolean\",\n },\n {\n name: \"related\",\n title: \"是否被关联\",\n type: \"boolean\",\n },\n {\n name: \"faded\",\n title: \"是否弱化\",\n type: \"boolean\",\n },\n {\n name: \"transferGraphAttrs\",\n title: \"透传拓扑属性给子展示构件\",\n type: \"boolean\",\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { popoverContainerSchema } from \"./popoverContainer.schema\";\n\nfunction PopoverContainerComponentFactory(React: typeof _React) {\n return function PopoverContainerComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(\n popoverContainerSchema as any,\n advancedMode!\n ),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.popover-container\",\n PopoverContainerComponentFactory\n);\n","export const generalModalSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"modalTitle\",\n title: \"标题\",\n type: \"string\",\n },\n {\n name: \"titleIcon\",\n title: \"标题图标\",\n type: \"string\",\n component: \"IconSelect\",\n },\n {\n name: \"titleAlign\",\n title: \"标题对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"width\",\n title: \"模态框宽度\",\n type: \"number\",\n component: \"NumberPicker\",\n decorator: \"FormItem\",\n },\n {\n name: \"enableFooterSlot\",\n title: \"启用底部插槽\",\n type: \"boolean\",\n },\n {\n name: \"maskClosable\",\n title: \"点击蒙层可关闭弹框\",\n type: \"boolean\",\n component: {\n props: {\n size: \"small\",\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_style\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"样式\",\n },\n },\n },\n {\n name: \"isHiddenBodyPadding\",\n title: \"隐藏内容区内边距\",\n type: \"boolean\",\n },\n {\n name: \"isHiddenHeaderBorder\",\n title: \"隐藏头部分割线\",\n type: \"boolean\",\n },\n {\n name: \"isHiddenFooterColor\",\n title: \"隐藏底部背景颜色\",\n type: \"boolean\",\n },\n {\n name: \"fullscreen\",\n title: \"启用全屏模式\",\n type: \"boolean\",\n },\n {\n name: \"footerPosition\",\n title: \"底部对齐方式\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n enum: [\n {\n label: \"左\",\n value: \"left\",\n },\n {\n label: \"中\",\n value: \"center\",\n },\n {\n label: \"右\",\n value: \"right\",\n },\n ],\n component: {\n name: \"Radio.Group\",\n props: {\n size: \"small\",\n optionType: \"button\",\n },\n },\n },\n {\n name: \"categoryTitle_confirm\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"确认按钮\",\n },\n },\n },\n {\n name: \"okText\",\n title: \"确认按钮文字\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"确认\",\n },\n },\n },\n {\n name: \"okType\",\n title: \"确认按钮类型\",\n type: \"string\",\n component: {\n name: \"Select\",\n props: {\n placeholder: \"Primary\",\n allowClear: true,\n options: [\n { label: \"Link\", value: \"link\" },\n { label: \"Default\", value: \"default\" },\n { label: \"Primary\", value: \"primary\" },\n { label: \"Ghost\", value: \"ghost\" },\n { label: \"Dashed\", value: \"dashed\" },\n { label: \"Danger\", value: \"danger\" },\n ],\n },\n },\n },\n {\n name: \"okDisabled\",\n title: \"禁用确认按钮\",\n type: \"boolean\",\n },\n {\n name: \"confirmLoading\",\n title: \"确认按钮显示加载中\",\n type: \"boolean\",\n },\n {\n name: \"closeWhenOk\",\n title: \"确认时自动关闭弹框\",\n type: \"boolean\",\n decorator: {\n props: {\n tooltip: \"值为false时,点击确认后需要自行关闭弹框\",\n },\n },\n component: {\n props: {\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_cancel\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"取消按钮\",\n },\n },\n },\n {\n name: \"cancelText\",\n title: \"取消按钮文字\",\n type: \"string\",\n component: {\n props: {\n placeholder: \"取消\",\n },\n },\n },\n {\n name: \"hideCancelButton\",\n title: \"隐藏取消按钮\",\n type: \"boolean\",\n },\n {\n name: \"closeWhenCancel\",\n title: \"取消时自动关闭弹框\",\n type: \"boolean\",\n component: {\n props: {\n defaultValue: true,\n },\n },\n },\n {\n name: \"categoryTitle_advaneced\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"高级\",\n },\n },\n },\n {\n name: \"dataSource\",\n title: \"数据源\",\n type: \"string\",\n decorator: {\n props: {\n tooltip: \"将作为确认和取消事件中detail的值\",\n },\n },\n component: {\n name: \"Select\",\n props: {\n placeholder: \"请选择数据源\",\n allowClear: true,\n },\n },\n },\n {\n name: \"configProps\",\n title: \"其他设置\",\n type: \"string\",\n component: \"CodeEditor\",\n decorator: {\n name: \"FormItemWithoutAdvanced\",\n props: {\n tooltip: \"直接透传给antd的Modal属性\",\n },\n },\n },\n ],\n};\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalModalSchema } from \"./generalModal.schema\";\n\nfunction GeneralModalComponentFactory(React: typeof _React) {\n return function GeneralModalComponent(props: any): React.ReactElement {\n const {\n SchemaFieldComponent,\n formilySchemaFormatter,\n advancedMode,\n scope,\n form,\n } = props;\n\n React.useEffect(() => {\n const { dataList = [] } = scope;\n\n // 初始化data\n form.query(\"dataSource\").take((field: any) => {\n field.setComponentProps({\n options: dataList?.map((item: any) => ({\n label: item?.name,\n value: item?.value,\n })),\n });\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalModalSchema as any, advancedMode!),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-modal\",\n GeneralModalComponentFactory\n);\n","const generalCardSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"cardTitle\",\n title: \"卡片标题\",\n type: \"string\",\n decorator: {\n name: \"FormItem\",\n props: {\n layout: \"horizontal\",\n },\n },\n },\n {\n type: \"string\",\n title: \"头部图标\",\n name: \"headerIcon\",\n component: \"IconSelect\",\n },\n {\n name: \"fillVertical\",\n title: \"撑满父容器\",\n type: \"boolean\",\n },\n {\n name: \"hideSplit\",\n title: \"是否隐藏分割线\",\n type: \"boolean\",\n },\n {\n name: \"hasFooter\",\n title: \"是否开启footer插槽\",\n type: \"boolean\",\n \"x-reactions\": [\n {\n target: \"isFixedFooter\",\n fulfill: {\n state: {\n visible: \"{{$self.value}}\",\n },\n },\n },\n ],\n },\n {\n name: \"isFixedFooter\",\n title: \"footer是否绝对定位\",\n type: \"boolean\",\n },\n ],\n};\n\nexport { generalCardSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalCardSchema } from \"./general-card.schema\";\n\nfunction GeneralCardComponentFactory(React: typeof _React) {\n return function GeneralCardComponent(props: any): React.ReactElement {\n const { SchemaFieldComponent, formilySchemaFormatter, form, scope } = props;\n\n React.useEffect(() => {\n form.setInitialValues({\n hasFooter: false,\n });\n }, [form]);\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalCardSchema as any),\n scope,\n });\n };\n}\n\n(getRuntime() as any).customEditors.define(\n \"basic-bricks.general-card\",\n GeneralCardComponentFactory\n);\n","const generalCustomButtonsSchema = {\n name: \"layout\",\n type: \"void\",\n component: {\n name: \"FormLayout\",\n props: {\n layout: \"vertical\",\n },\n },\n children: [\n {\n name: \"categoryTitle_basic\",\n type: \"void\",\n decorator: {\n name: \"CategoryTitle\",\n props: {\n text: \"基础\",\n },\n },\n },\n {\n name: \"actions\",\n title: \"按钮配置\",\n type: \"string\",\n component: {\n name: \"CustomOptions\",\n props: {\n displayLabel: \"text\",\n schema: [\n {\n name: \"text\",\n type: \"string\",\n title: \"文本\",\n component: \"Input\",\n },\n {\n name: \"eventName\",\n type: \"string\",\n title: \"事件\",\n component: \"Input\",\n },\n {\n name: \"icon\",\n type: \"string\",\n title: \"图标\",\n component: \"IconSelect\",\n },\n {\n name: \"tooltip\",\n type: \"string\",\n title: \"提示\",\n component: \"Input\",\n },\n {\n name: \"isDropdown\",\n type: \"boolean\",\n title: \"是否为下拉项\",\n },\n {\n name: \"hidden\",\n type: \"boolean\",\n title: \"隐藏\",\n },\n {\n name: \"disabled\",\n type: \"boolean\",\n title: \"禁用\",\n },\n {\n name: \"divider\",\n type: \"boolean\",\n title: \"分割线\",\n },\n ],\n },\n },\n },\n ],\n};\n\nexport { generalCustomButtonsSchema };\n","import type _React from \"react\";\nimport { getRuntime } from \"@next-core/brick-kit\";\nimport { generalCustomButtonsSchema } from \"./general-custom-buttons.schema\";\n\nfunction GeneralCustomButtonsComponentFactory(React: typeof _React) {\n return function GeneralCustomButtonsComponent(\n props: any\n ): React.ReactElement {\n const { SchemaFieldComponent, formilySchemaFormatter, scope } = props;\n\n return React.createElement(SchemaFieldComponent, {\n schema: formilySchemaFormatter(generalCustomButtonsSchema as any),\n scope,\n });\n };\n}\n\ngetRuntime().customEditors.define(\n \"basic-bricks.general-custom-buttons\",\n GeneralCustomButtonsComponentFactory\n);\n"],"sourceRoot":""}