Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/fae3d1046c29899c4b6bc8b4352706d3.json

1 line
15 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\system\\build\\generator\\config.js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\system\\build\\generator\\config.js","mtime":1732871026719},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\babel.config.js","mtime":1732871025888},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\eslint-loader\\index.js","mtime":1732872823677}],"contextDependencies":[],"result":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.selectComponents = exports.layoutComponents = exports.inputComponents = exports.formConf = void 0;\n// 表单属性【右面板】\nvar formConf = exports.formConf = {\n formRef: 'elForm',\n formModel: 'formData',\n size: 'medium',\n labelPosition: 'right',\n labelWidth: 100,\n formRules: 'rules',\n gutter: 15,\n disabled: false,\n span: 24,\n formBtns: true\n};\n\n// 输入型组件 【左面板】\nvar inputComponents = exports.inputComponents = [{\n // 组件的自定义配置\n __config__: {\n label: '单行文本',\n labelWidth: null,\n showLabel: true,\n changeTag: true,\n tag: 'el-input',\n tagIcon: 'input',\n defaultValue: undefined,\n required: true,\n layout: 'colFormItem',\n span: 24,\n document: 'https://element.eleme.cn/#/zh-CN/component/input',\n // 正则校验规则\n regList: []\n },\n // 组件的插槽属性\n __slot__: {\n prepend: '',\n append: ''\n },\n // 其余的为可直接写在组件标签上的属性\n placeholder: '请输入',\n style: {\n width: '100%'\n },\n clearable: true,\n 'prefix-icon': '',\n 'suffix-icon': '',\n maxlength: null,\n 'show-word-limit': false,\n readonly: false,\n disabled: false\n}, {\n __config__: {\n label: '多行文本',\n labelWidth: null,\n showLabel: true,\n tag: 'el-input',\n tagIcon: 'textarea',\n defaultValue: undefined,\n required: true,\n layout: 'colFormItem',\n span: 24,\n regList: [],\n changeTag: true,\n document: 'https://element.eleme.cn/#/zh-CN/component/input'\n },\n type: 'textarea',\n placeholder: '请输入',\n autosize: {\n minRows: 4,\n maxRows: 4\n },\n style: {\n width: '100%'\n },\n maxlength: null,\n 'show-word-limit': false,\n readonly: false,\n disabled: false\n}, {\n __config__: {\n label: '密码',\n showLabel: true,\n labelWidth: null,\n changeTag: true,\n tag: 'el-input',\n tagIcon: 'password',\n defaultValue: undefined,\n layout: 'colFormItem',\n span: 24,\n required: true,\n regList: [],\n document: 'https://element.eleme.cn/#/zh-CN/component/input'\n },\n __slot__: {\n prepend: '',\n append: ''\n },\n placeholder: '请输入',\n 'show-password': true,\n style: {\n width: '100%'\n },\n clearable: true,\n 'prefix-icon': '',\n 'suffix-icon': '',\n maxlength: null,\n 'show-word-limit': false,\n readonly: false,\n disabled: false\n}, {\n __config__: {\n label: '计数器',\n showLabel: true,\n changeTag: true,\n labelWidth: null,\n tag: 'el-input-number',\n tagIcon: 'number',\n defaultValue: undefined,\n span: 24,\n layout: 'colFormItem',\n required: true,\n regList: [],\n document: 'https://element.eleme.cn/#/zh-CN/component/input-number'\n },\n placeholder: '',\n min: undefined,\n max: undefined,\n step: 1,\n 'step-strictly': false,\n precision: undefined,\n 'controls-position': '',\n disabled: false\n}, {\n __config__: {\n label: '编辑器',\n showLabel: true,\n changeTag: true,\n labelWidth: null,\n