@zscreate/form-component 1.1.221-test.4 → 1.1.221-test.5

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.
@@ -13606,7 +13606,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
13606
13606
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
13607
13607
 
13608
13608
  "use strict";
13609
- 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 _c(\n \"a-modal\",\n {\n attrs: {\n title: \"选择数据集\",\n width: 900,\n visible: _vm.visible,\n destroyOnClose: true,\n centered: true,\n cancelText: \"关闭\",\n wrapClassName: \"ant-modal-cust-warp\",\n maskClosable: false,\n },\n on: { ok: _vm.handleOk, cancel: _vm.handleCancel },\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"datasetManagement\",\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"min-height\": \"800px\",\n },\n },\n [\n _c(\n \"a-card\",\n {\n staticStyle: {\n flex: \"4\",\n \"margin-right\": \"10px\",\n height: \"780px\",\n \"overflow-y\": \"auto\",\n \"background-color\": \"#f2f2f2\",\n },\n attrs: { bordered: false },\n },\n [\n _c(\"a-spin\", { attrs: { spinning: _vm.loadingModal } }, [\n _c(\n \"div\",\n [\n _c(\n \"div\",\n {\n staticClass: \"ellipsis\",\n staticStyle: {\n cursor: \"pointer\",\n padding: \"0px 5px\",\n display: \"flex\",\n \"align-items\": \"center\",\n },\n on: {\n click: function ($event) {\n _vm.classificationList.parent.isDown =\n !_vm.classificationList.parent.isDown\n },\n },\n },\n [\n _vm.classificationList.parent.isDown\n ? _c(\"a-icon\", { attrs: { type: \"caret-down\" } })\n : _c(\"a-icon\", { attrs: { type: \"caret-up\" } }),\n _c(\n \"div\",\n {\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"align-items\": \"center\",\n width: \"100%\",\n },\n },\n [\n _c(\n \"span\",\n { staticStyle: { \"margin-left\": \"5px\" } },\n [\n _vm._v(\n _vm._s(_vm.classificationList.parent.title)\n ),\n ]\n ),\n ]\n ),\n ],\n 1\n ),\n _vm._l(_vm.classificationList.children, function (item) {\n return _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.classificationList.parent.isDown,\n expression: \"classificationList.parent.isDown\",\n },\n ],\n key: item.id,\n staticClass: \"ellipsis\",\n class: {\n classificationItem:\n _vm.classificationActived === item.itemValue,\n },\n staticStyle: {\n padding: \"0px 5px 0 10px\",\n \"margin-left\": \"10px\",\n },\n on: {\n click: function ($event) {\n return _vm.clickFn(item)\n },\n },\n },\n [\n _c(\n \"div\",\n {\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"align-items\": \"center\",\n },\n },\n [\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"ellipsis\",\n rawName: \"v-ellipsis\",\n value: 1,\n expression: \"1\",\n },\n ],\n },\n [_vm._v(_vm._s(item.itemText))]\n ),\n ]\n ),\n ]\n )\n }),\n ],\n 2\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"a-card\",\n { staticStyle: { flex: \"12\" }, attrs: { bordered: false } },\n [\n _c(\n \"div\",\n { staticClass: \"table-page-search-wrapper\" },\n [\n _c(\n \"a-form\",\n { attrs: { layout: \"inline\" } },\n [\n _c(\n \"a-row\",\n { attrs: { gutter: 24 } },\n [\n _c(\n \"a-col\",\n { attrs: { span: 8 } },\n [\n _c(\n \"a-form-item\",\n [\n _c(\"a-input\", {\n attrs: {\n placeholder: \"请输入数据集名称\",\n maxLength: 40,\n },\n model: {\n value: _vm.queryParam.sjjName,\n callback: function ($$v) {\n _vm.$set(_vm.queryParam, \"sjjName\", $$v)\n },\n expression: \"queryParam.sjjName\",\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"a-col\", { attrs: { span: 8 } }, [\n _c(\n \"span\",\n {\n staticClass: \"table-page-search-submitButtons\",\n staticStyle: {\n float: \"left\",\n overflow: \"hidden\",\n },\n },\n [\n _c(\n \"a-button\",\n {\n attrs: { type: \"primary\", icon: \"search\" },\n on: { click: _vm.searchQuery },\n },\n [_vm._v(\"查询\")]\n ),\n _c(\n \"a-button\",\n {\n staticStyle: { \"margin-left\": \"8px\" },\n attrs: { type: \"primary\", icon: \"reload\" },\n on: { click: _vm.reset },\n },\n [_vm._v(\"重置\")]\n ),\n ],\n 1\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"content\" },\n [\n _c(\"a-table\", {\n ref: \"table\",\n attrs: {\n size: \"middle\",\n defaultExpandAllRows: true,\n bordered: \"\",\n rowKey: \"id\",\n columns: _vm.columns,\n dataSource: _vm.dataSource,\n pagination: _vm.ipagination,\n loading: _vm.loading,\n rowSelection: {\n selectedRowKeys: _vm.selectedRowKeys,\n onChange: _vm.onSelectChange,\n type: \"radio\",\n },\n },\n on: { change: _vm.handleTableChange },\n }),\n ],\n 1\n ),\n ]\n ),\n ],\n 1\n ),\n ]\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://form-component/./src/form/modules/common/Modals/datasetManagement.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");
13609
+ 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 _c(\n \"a-modal\",\n {\n attrs: {\n title: \"选择数据集\",\n width: 900,\n visible: _vm.visible,\n destroyOnClose: true,\n centered: true,\n cancelText: \"关闭\",\n wrapClassName: \"ant-modal-cust-warp\",\n maskClosable: false,\n },\n on: { ok: _vm.handleOk, cancel: _vm.handleCancel },\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"datasetManagement\",\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"min-height\": \"800px\",\n },\n },\n [\n _c(\n \"a-card\",\n {\n staticStyle: {\n flex: \"4\",\n \"margin-right\": \"10px\",\n height: \"780px\",\n \"overflow-y\": \"auto\",\n \"background-color\": \"#f2f2f2\",\n },\n attrs: { bordered: false },\n },\n [\n _c(\"a-spin\", { attrs: { spinning: _vm.loadingModal } }, [\n _c(\n \"div\",\n [\n _c(\n \"div\",\n {\n staticClass: \"ellipsis\",\n staticStyle: {\n cursor: \"pointer\",\n padding: \"0px 5px\",\n display: \"flex\",\n \"align-items\": \"center\",\n },\n on: {\n click: function ($event) {\n _vm.classificationList.parent.isDown =\n !_vm.classificationList.parent.isDown\n },\n },\n },\n [\n _vm.classificationList.parent.isDown\n ? _c(\"a-icon\", { attrs: { type: \"caret-down\" } })\n : _c(\"a-icon\", { attrs: { type: \"caret-up\" } }),\n _c(\n \"div\",\n {\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"align-items\": \"center\",\n width: \"100%\",\n },\n },\n [\n _c(\n \"span\",\n { staticStyle: { \"margin-left\": \"5px\" } },\n [\n _vm._v(\n _vm._s(_vm.classificationList.parent.title)\n ),\n ]\n ),\n ]\n ),\n ],\n 1\n ),\n _vm._l(_vm.classificationList.children, function (item) {\n return _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.classificationList.parent.isDown,\n expression: \"classificationList.parent.isDown\",\n },\n ],\n key: item.id,\n staticClass: \"ellipsis\",\n class: {\n classificationItem:\n _vm.classificationActived === item.itemValue,\n },\n staticStyle: {\n padding: \"0px 5px 0 10px\",\n \"margin-left\": \"10px\",\n },\n on: {\n click: function ($event) {\n return _vm.clickFn(item)\n },\n },\n },\n [\n _c(\n \"div\",\n {\n staticStyle: {\n display: \"flex\",\n \"justify-content\": \"space-between\",\n \"align-items\": \"center\",\n },\n },\n [\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"ellipsis\",\n rawName: \"v-ellipsis\",\n value: 1,\n expression: \"1\",\n },\n ],\n },\n [_vm._v(_vm._s(item.itemText))]\n ),\n ]\n ),\n ]\n )\n }),\n ],\n 2\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"a-card\",\n { staticStyle: { flex: \"12\" }, attrs: { bordered: false } },\n [\n _c(\n \"div\",\n { staticClass: \"table-page-search-wrapper\" },\n [\n _c(\n \"a-form\",\n { attrs: { layout: \"inline\" } },\n [\n _c(\n \"a-row\",\n { attrs: { gutter: 24 } },\n [\n _c(\n \"a-col\",\n { attrs: { span: 8 } },\n [\n _c(\n \"a-form-item\",\n [\n _c(\"a-input\", {\n attrs: {\n placeholder: \"请输入数据集名称\",\n maxLength: 40,\n },\n model: {\n value: _vm.queryParam.setName,\n callback: function ($$v) {\n _vm.$set(_vm.queryParam, \"setName\", $$v)\n },\n expression: \"queryParam.setName\",\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"a-col\", { attrs: { span: 8 } }, [\n _c(\n \"span\",\n {\n staticClass: \"table-page-search-submitButtons\",\n staticStyle: {\n float: \"left\",\n overflow: \"hidden\",\n },\n },\n [\n _c(\n \"a-button\",\n {\n attrs: { type: \"primary\", icon: \"search\" },\n on: { click: _vm.searchQuery },\n },\n [_vm._v(\"查询\")]\n ),\n _c(\n \"a-button\",\n {\n staticStyle: { \"margin-left\": \"8px\" },\n attrs: { type: \"primary\", icon: \"reload\" },\n on: { click: _vm.reset },\n },\n [_vm._v(\"重置\")]\n ),\n ],\n 1\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"content\" },\n [\n _c(\"a-table\", {\n ref: \"table\",\n attrs: {\n size: \"middle\",\n defaultExpandAllRows: true,\n bordered: \"\",\n rowKey: \"id\",\n columns: _vm.columns,\n dataSource: _vm.dataSource,\n pagination: _vm.ipagination,\n loading: _vm.loading,\n rowSelection: {\n selectedRowKeys: _vm.selectedRowKeys,\n onChange: _vm.onSelectChange,\n type: \"radio\",\n },\n },\n on: { change: _vm.handleTableChange },\n }),\n ],\n 1\n ),\n ]\n ),\n ],\n 1\n ),\n ]\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://form-component/./src/form/modules/common/Modals/datasetManagement.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");
13610
13610
 
13611
13611
  /***/ }),
13612
13612
 
@@ -18086,7 +18086,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
18086
18086
  /***/ ((module) => {
18087
18087
 
18088
18088
  "use strict";
18089
- eval("module.exports = JSON.parse('{\"name\":\"@zscreate/form-component\",\"version\":\"1.1.221-test.4\",\"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\",\"axios\":\"^1.6.2\",\"clipboard\":\"2.0.4\",\"codemirror\":\"^5.46.0\",\"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?");
18089
+ eval("module.exports = JSON.parse('{\"name\":\"@zscreate/form-component\",\"version\":\"1.1.221-test.5\",\"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\",\"axios\":\"^1.6.2\",\"clipboard\":\"2.0.4\",\"codemirror\":\"^5.46.0\",\"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?");
18090
18090
 
18091
18091
  /***/ })
18092
18092
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.221-test.4",
3
+ "version": "1.1.221-test.5",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",