cnhis-design-vue 3.1.5-beta.8 → 3.1.5-beta.9

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.
@@ -263,6 +263,9 @@ var script = /* @__PURE__ */ defineComponent({
263
263
  }
264
264
  });
265
265
  };
266
+ const cancel = () => {
267
+ emit("onCloseSetting");
268
+ };
266
269
  return (_ctx, _cache) => {
267
270
  return openBlock(), createElementBlock("div", _hoisted_1, [
268
271
  createCommentVNode(' <template v-if="state.spinning">\r\n <n-spin :show="state.spinning" description="\u52A0\u8F7D\u4E2D"></n-spin>\r\n </template> '),
@@ -340,7 +343,7 @@ var script = /* @__PURE__ */ defineComponent({
340
343
  }, 8, ["model", "rules"])
341
344
  ], 6),
342
345
  unref(showSaveBtn) ? (openBlock(), createElementBlock("div", _hoisted_7, [
343
- createVNode(unref(NButton), null, {
346
+ createVNode(unref(NButton), { onClick: cancel }, {
344
347
  default: withCtx(() => [
345
348
  _hoisted_8
346
349
  ]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
3
  "private": false,
4
- "version": "3.1.5-beta.8",
4
+ "version": "3.1.5-beta.9",
5
5
  "module": "es/packages/index.mjs",
6
6
  "main": "es/packages/index.mjs",
7
7
  "types": "es/packages/index.d.ts",
@@ -54,6 +54,7 @@
54
54
  "video.js": "^7.19.2",
55
55
  "videojs-contrib-hls": "^5.15.0",
56
56
  "viewerjs": "^1.10.5",
57
+ "vite-plugin-style-import": "^2.0.0",
57
58
  "vue": "^3.2.36",
58
59
  "vue-simple-uploader": "^1.0.0-beta.5",
59
60
  "vuedraggable": "4.1.0",