@zscreate/form-component 1.1.221-test.46 → 1.1.221-test.47

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.
@@ -2299,42 +2299,42 @@ span.CodeMirror-selectedtext { background: none; }
2299
2299
  align-items: center;
2300
2300
  }
2301
2301
 
2302
- .title[data-v-38461f54] {
2302
+ .title[data-v-a4842dbe] {
2303
2303
  text-overflow: ellipsis;
2304
2304
  white-space: nowrap;
2305
2305
  overflow: hidden;
2306
2306
  max-width: 620px;
2307
2307
  margin-right: 10px;
2308
2308
  }
2309
- .dataTableSet[data-v-38461f54] .ant-table-placeholder {
2309
+ .dataTableSet[data-v-a4842dbe] .ant-table-placeholder {
2310
2310
  border-left: none !important;
2311
2311
  border-right: none !important;
2312
2312
  border-bottom: none !important;
2313
2313
  padding: 0 !important;
2314
2314
  padding-top: var(--paddingTop) !important;
2315
2315
  }
2316
- .dataSetFormItem[data-v-38461f54] .ant-form-item-control {
2316
+ .dataSetFormItem[data-v-a4842dbe] .ant-form-item-control {
2317
2317
  margin: 0 !important;
2318
2318
  width: 100% !important;
2319
2319
  }
2320
- .dataSetFormItem[data-v-38461f54] .ant-form-item-control-wrapper {
2320
+ .dataSetFormItem[data-v-a4842dbe] .ant-form-item-control-wrapper {
2321
2321
  display: initial !important;
2322
2322
  }
2323
- .dataTableSet[data-v-38461f54] table {
2323
+ .dataTableSet[data-v-a4842dbe] table {
2324
2324
  border-left: none !important;
2325
2325
  border-right: none !important;
2326
2326
  }
2327
- .dataSetFormItem[data-v-38461f54] .ant-form-explain {
2327
+ .dataSetFormItem[data-v-a4842dbe] .ant-form-explain {
2328
2328
  top: 49px !important;
2329
2329
  left: 50% !important;
2330
2330
  }
2331
- .dataSetFormItem[data-v-38461f54] .ant-form-item-control-wrapper {
2331
+ .dataSetFormItem[data-v-a4842dbe] .ant-form-item-control-wrapper {
2332
2332
  width: 100% !important;
2333
2333
  }
2334
- .dataTableSet[data-v-38461f54] .ant-table-tbody tr td:last-child {
2334
+ .dataTableSet[data-v-a4842dbe] .ant-table-tbody tr td:last-child {
2335
2335
  border-right: none !important;
2336
2336
  }
2337
- .dataTableSet[data-v-38461f54] .ant-table-thead tr th:last-child {
2337
+ .dataTableSet[data-v-a4842dbe] .ant-table-thead tr th:last-child {
2338
2338
  border-right: none !important;
2339
2339
  }
2340
2340
 
@@ -15722,7 +15722,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
15722
15722
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
15723
15723
 
15724
15724
  "use strict";
15725
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => (/* binding */ render),\n/* harmony export */ \"staticRenderFns\": () => (/* binding */ staticRenderFns)\n/* harmony export */ });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _vm.widget\n ? _c(\n \"div\",\n {\n staticClass: \"custom_form_item\",\n style: {\n height: _vm.widget.options.height + \"px\",\n overflow: \"hidden\",\n \"--paddingTop\": _vm.paddingTop,\n \"border-bottom\": _vm.isScroll\n ? \"1px solid rgb(209, 210, 214)\"\n : \"none\",\n },\n },\n [\n _c(\n \"a-form-model-item\",\n {\n ref: _vm.widget.model,\n staticClass: \"dataSetFormItem\",\n attrs: {\n colon: false,\n wrapperCol: _vm.wrapperCol,\n prop: _vm.tableKey\n ? _vm.tableKey + \".\" + _vm.tableIndex + \".\" + _vm.widget.model\n : _vm.widget.model,\n rules: _vm.tableKey\n ? _vm.rules[_vm.tableKey][_vm.widget.model]\n : _vm.rules[_vm.widget.model],\n },\n },\n [\n _c(\n \"div\",\n {\n style: {\n lineHeight: \"50px\",\n \"text-align\": \"center\",\n color: _vm.config.color,\n position: \"relative\",\n display: \"flex\",\n \"justify-content\": \"center\",\n \"align-items\": \"center\",\n },\n },\n [\n _vm.widget.options.required\n ? _c(\n \"span\",\n {\n staticStyle: {\n color: \"#f56c6c\",\n \"margin-right\": \"4px\",\n },\n },\n [_vm._v(\"*\")]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"ellipsis\",\n rawName: \"v-ellipsis\",\n value: 1,\n expression: \"1\",\n },\n ],\n staticClass: \"title\",\n },\n [_vm._v(_vm._s(_vm.widget.name))]\n ),\n !_vm.widget.options.disabled\n ? _c(\n \"a-button\",\n {\n attrs: {\n type: \"primary\",\n icon: \"plus\",\n size: \"small\",\n },\n on: { click: _vm.addTableData },\n },\n [_vm._v(\"请选择数据\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"a-table\", {\n staticClass: \"dataTableSet\",\n attrs: {\n columns: _vm.getColumn(_vm.columns),\n dataSource: _vm.dataSource,\n bordered: !_vm.widget.options.noBorder,\n pagination: false,\n rowKey: _vm.widget.options.defaultTableKey,\n scroll: _vm.isScroll\n ? { y: _vm.widget.options.height - 100 + \"px\" }\n : { x: true },\n },\n }),\n ],\n 1\n ),\n _c(\"addDataSetTable\", {\n ref: \"addDataSetTable\",\n attrs: {\n defaultId:\n _vm.widget.options.defaultSQL &&\n _vm.widget.options.defaultSQL.querySql\n ? _vm.widget.options.defaultSQL.querySql\n : \"\",\n rowKey: _vm.widget.options.defaultTableKey,\n },\n on: { ok: _vm.addTable },\n }),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://form-component/./src/form/modules/components/DataTable/component.vue?./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options");
15725
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => (/* binding */ render),\n/* harmony export */ \"staticRenderFns\": () => (/* binding */ staticRenderFns)\n/* harmony export */ });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _vm.widget\n ? _c(\n \"div\",\n {\n staticClass: \"custom_form_item\",\n style: {\n height: _vm.widget.options.height + \"px\",\n overflow: \"hidden\",\n \"--paddingTop\": _vm.paddingTop,\n \"border-bottom\": _vm.isScroll\n ? \"1px solid rgb(209, 210, 214)\"\n : \"none\",\n },\n },\n [\n _c(\n \"a-form-model-item\",\n {\n ref: _vm.widget.model,\n staticClass: \"dataSetFormItem\",\n attrs: {\n colon: false,\n wrapperCol: _vm.wrapperCol,\n prop: _vm.tableKey\n ? _vm.tableKey + \".\" + _vm.tableIndex + \".\" + _vm.widget.model\n : _vm.widget.model,\n rules: _vm.tableKey\n ? _vm.rules[_vm.tableKey][_vm.widget.model]\n : _vm.rules[_vm.widget.model],\n },\n },\n [\n _c(\n \"div\",\n {\n style: {\n lineHeight: \"50px\",\n \"text-align\": \"center\",\n color: _vm.config.color,\n position: \"relative\",\n display: \"flex\",\n \"justify-content\": \"center\",\n \"align-items\": \"center\",\n },\n },\n [\n _vm.widget.options.required\n ? _c(\n \"span\",\n {\n staticStyle: {\n color: \"#f56c6c\",\n \"margin-right\": \"4px\",\n },\n },\n [_vm._v(\"*\")]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"ellipsis\",\n rawName: \"v-ellipsis\",\n value: 1,\n expression: \"1\",\n },\n ],\n staticClass: \"title\",\n },\n [_vm._v(_vm._s(_vm.widget.name))]\n ),\n !_vm.widget.options.disabled\n ? _c(\n \"a-button\",\n {\n attrs: {\n type: \"primary\",\n icon: \"plus\",\n size: \"small\",\n },\n on: { click: _vm.addTableData },\n },\n [_vm._v(\"请选择数据\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"a-table\", {\n staticClass: \"dataTableSet\",\n attrs: {\n columns: _vm.getColumn(_vm.columns),\n dataSource: _vm.dataSource,\n bordered: !_vm.widget.options.noBorder,\n pagination: false,\n rowKey: _vm.widget.options.defaultTableKey,\n scroll: _vm.isScroll\n ? { y: _vm.widget.options.height - 100 + \"px\", x: true }\n : { x: true },\n },\n }),\n ],\n 1\n ),\n _c(\"addDataSetTable\", {\n ref: \"addDataSetTable\",\n attrs: {\n defaultId:\n _vm.widget.options.defaultSQL &&\n _vm.widget.options.defaultSQL.querySql\n ? _vm.widget.options.defaultSQL.querySql\n : \"\",\n rowKey: _vm.widget.options.defaultTableKey,\n },\n on: { ok: _vm.addTable },\n }),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://form-component/./src/form/modules/components/DataTable/component.vue?./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options");
15726
15726
 
15727
15727
  /***/ }),
15728
15728
 
@@ -19864,7 +19864,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
19864
19864
  /***/ ((module) => {
19865
19865
 
19866
19866
  "use strict";
19867
- eval("module.exports = JSON.parse('{\"name\":\"@zscreate/form-component\",\"version\":\"1.1.221-test.46\",\"private\":false,\"description\":\"\",\"main\":\"dist/form-component.umd.js\",\"unpkg\":\"dist/form-component.umd.js\",\"scripts\":{\"version\":\"npm run build\",\"postversion\":\"git push && git push --tags\",\"build\":\"vue-cli-service build --target lib --name form-component src/main.js --formats umd \",\"build:common\":\"vue-cli-service build --target lib --name form-component src/main.js --formats commonjs \",\"build:watch\":\"vue-cli-service build --target lib --name form-component src/main.js --formats umd --watch\"},\"publishConfig\":{\"access\":\"public\",\"registry\":\"https://registry.npmjs.org/\"},\"files\":[\"/dist/**\",\"/dist/*\"],\"exclude\":[\"node_modules\"],\"keywords\":[],\"author\":\"\",\"license\":\"ISC\",\"dependencies\":{\"@uppy/core\":\"^3.1.2\",\"@uppy/dashboard\":\"^3.3.2\",\"@uppy/drag-drop\":\"^3.0.1\",\"@uppy/progress-bar\":\"^3.0.1\",\"@uppy/tus\":\"^3.0.6\",\"@uppy/vue\":\"^1.0.1\",\"@wangeditor/editor\":\"5.1.10\",\"@wangeditor/editor-for-vue\":\"1.0.2\",\"core-js\":\"^3.8.3\",\"moment\":\"^2.29.1\",\"pubsub-js\":\"^1.9.3\",\"vue\":\"2.6.14\",\"vue-draggable-resizable\":\"2.2.0\",\"vue-draggable-resizable-gorkys\":\"2.0.0\",\"vue-grid-layout\":\"^2.3.12\",\"vue-signature-pad\":\"^2.0.2\",\"vue2-editor\":\"^2.10.3\",\"vuedraggable\":\"^2.24.3\",\"wangeditor\":\"^4.7.15\"},\"devDependencies\":{\"@vue/cli-plugin-babel\":\"~5.0.0\",\"@vue/cli-service\":\"~5.0.0\",\"@zscreate/formula\":\"^1.0.1\",\"ant-design-vue\":\"^1.7.8\",\"axios\":\"^1.6.2\",\"clipboard\":\"2.0.4\",\"codemirror\":\"^5.65.16\",\"less\":\"^3.0.4\",\"less-loader\":\"^5.0.0\",\"node-sass\":\"^4.11.0\",\"sass-loader\":\"^7.0.1\",\"vue-codemirror\":\"^4.0.6\",\"vue-template-compiler\":\"2.6.14\",\"vue-virtual-scroll-list\":\"^2.3.5\"}}');\n\n//# sourceURL=webpack://form-component/./package.json?");
19867
+ eval("module.exports = JSON.parse('{\"name\":\"@zscreate/form-component\",\"version\":\"1.1.221-test.47\",\"private\":false,\"description\":\"\",\"main\":\"dist/form-component.umd.js\",\"unpkg\":\"dist/form-component.umd.js\",\"scripts\":{\"version\":\"npm run build\",\"postversion\":\"git push && git push --tags\",\"build\":\"vue-cli-service build --target lib --name form-component src/main.js --formats umd \",\"build:common\":\"vue-cli-service build --target lib --name form-component src/main.js --formats commonjs \",\"build:watch\":\"vue-cli-service build --target lib --name form-component src/main.js --formats umd --watch\"},\"publishConfig\":{\"access\":\"public\",\"registry\":\"https://registry.npmjs.org/\"},\"files\":[\"/dist/**\",\"/dist/*\"],\"exclude\":[\"node_modules\"],\"keywords\":[],\"author\":\"\",\"license\":\"ISC\",\"dependencies\":{\"@uppy/core\":\"^3.1.2\",\"@uppy/dashboard\":\"^3.3.2\",\"@uppy/drag-drop\":\"^3.0.1\",\"@uppy/progress-bar\":\"^3.0.1\",\"@uppy/tus\":\"^3.0.6\",\"@uppy/vue\":\"^1.0.1\",\"@wangeditor/editor\":\"5.1.10\",\"@wangeditor/editor-for-vue\":\"1.0.2\",\"core-js\":\"^3.8.3\",\"moment\":\"^2.29.1\",\"pubsub-js\":\"^1.9.3\",\"vue\":\"2.6.14\",\"vue-draggable-resizable\":\"2.2.0\",\"vue-draggable-resizable-gorkys\":\"2.0.0\",\"vue-grid-layout\":\"^2.3.12\",\"vue-signature-pad\":\"^2.0.2\",\"vue2-editor\":\"^2.10.3\",\"vuedraggable\":\"^2.24.3\",\"wangeditor\":\"^4.7.15\"},\"devDependencies\":{\"@vue/cli-plugin-babel\":\"~5.0.0\",\"@vue/cli-service\":\"~5.0.0\",\"@zscreate/formula\":\"^1.0.1\",\"ant-design-vue\":\"^1.7.8\",\"axios\":\"^1.6.2\",\"clipboard\":\"2.0.4\",\"codemirror\":\"^5.65.16\",\"less\":\"^3.0.4\",\"less-loader\":\"^5.0.0\",\"node-sass\":\"^4.11.0\",\"sass-loader\":\"^7.0.1\",\"vue-codemirror\":\"^4.0.6\",\"vue-template-compiler\":\"2.6.14\",\"vue-virtual-scroll-list\":\"^2.3.5\"}}');\n\n//# sourceURL=webpack://form-component/./package.json?");
19868
19868
 
19869
19869
  /***/ })
19870
19870
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.221-test.46",
3
+ "version": "1.1.221-test.47",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",