@next-bricks/basic-bricks 1.254.1 → 1.254.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.
@@ -1,2 +1,2 @@
1
- !function(e){var t={};function o(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},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 n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)o.d(n,a,function(t){return e[t]}.bind(null,a));return n},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 n;o.p="".concat(null!==(n=window.PUBLIC_ROOT)&&void 0!==n?n:"","bricks/basic-bricks/dist/property-editors/")},function(e,t){e.exports=dll},function(e,t,o){"use strict";o.r(t);o(1);var n=o(0),a={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(n.getRuntime)().customEditors.define("basic-bricks.general-button",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:r,scope:l}=t;return e.createElement(o,{schema:n(a,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(n.getRuntime)().customEditors.define("basic-bricks.general-drawer",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:l,form:i}=t;return e.useEffect(()=>{i.setInitialValues({mask:!0})},[i]),e.createElement(o,{schema:n(r,a),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:{props:{placeholder:"black"}}},{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(n.getRuntime)().customEditors.define("basic-bricks.general-text",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:r}=t;return e.createElement(o,{schema:n(l,a),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(n.getRuntime)().customEditors.define("basic-bricks.popover-container",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:r}=t;return e.createElement(o,{schema:n(i,a),scope:r})}}))}]);
2
- //# sourceMappingURL=property-editors.f2a419b3.js.map
1
+ !function(e){var t={};function o(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},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 n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)o.d(n,a,function(t){return e[t]}.bind(null,a));return n},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 n;o.p="".concat(null!==(n=window.PUBLIC_ROOT)&&void 0!==n?n:"","bricks/basic-bricks/dist/property-editors/")},function(e,t){e.exports=dll},function(e,t,o){"use strict";o.r(t);o(1);var n=o(0),a={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(n.getRuntime)().customEditors.define("basic-bricks.general-button",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:r,scope:l}=t;return e.createElement(o,{schema:n(a,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(n.getRuntime)().customEditors.define("basic-bricks.general-drawer",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:l,form:i}=t;return e.useEffect(()=>{i.setInitialValues({mask:!0})},[i]),e.createElement(o,{schema:n(r,a),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(n.getRuntime)().customEditors.define("basic-bricks.general-text",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:r}=t;return e.createElement(o,{schema:n(l,a),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(n.getRuntime)().customEditors.define("basic-bricks.popover-container",(function(e){return function(t){var{SchemaFieldComponent:o,formilySchemaFormatter:n,advancedMode:a,scope:r}=t;return e.createElement(o,{schema:n(i,a),scope:r})}}))}]);
2
+ //# sourceMappingURL=property-editors.c90cec5a.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:///./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"],"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"],"mappings":"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","file":"property-editors.c90cec5a.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"],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.254.1",
3
+ "version": "1.254.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",
@@ -53,5 +53,5 @@
53
53
  "immutability-helper": "^3.1.1"
54
54
  },
55
55
  "sideEffects": true,
56
- "gitHead": "8d848f2ad0d394f5b168f15811c975c60e51d630"
56
+ "gitHead": "7ce3cf051a5537b22629e0da091dec091983462f"
57
57
  }
@@ -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"],"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"],"mappings":"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","file":"property-editors.f2a419b3.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: {\n props: {\n placeholder: \"black\",\n },\n },\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"],"sourceRoot":""}