@next-bricks/basic-bricks 1.256.0 → 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.
- package/deploy/contract.yaml +72 -72
- package/dist/bricks.json +20 -16
- package/dist/editors/editors.62532dff.js.map +1 -1
- package/dist/{index.06532ea8.js → index.083b7037.js} +3 -3
- package/dist/index.083b7037.js.map +1 -0
- package/dist/property-editors/property-editors.df4d1b73.js +2 -0
- package/dist/property-editors/property-editors.df4d1b73.js.map +1 -0
- package/package.json +4 -3
- package/dist/index.06532ea8.js.map +0 -1
- package/dist/property-editors/property-editors.f86b045a.js +0 -2
- package/dist/property-editors/property-editors.f86b045a.js.map +0 -1
|
@@ -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":"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","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":""}
|