widget.qw 1.0.38 → 1.0.39

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.
package/build/style.css CHANGED
@@ -1,36 +1,36 @@
1
- @charset "UTF-8";.widget[data-v-56f52460] {
1
+ @charset "UTF-8";.widget[data-v-56faf75c] {
2
2
  text-align: center;
3
3
  padding: 15px 15px;
4
4
  }
5
- .memo[data-v-56f52460] {
5
+ .memo[data-v-56faf75c] {
6
6
  margin-bottom: 15px;
7
7
  }
8
- .refuse-btn[data-v-56f52460] {
8
+ .refuse-btn[data-v-56faf75c] {
9
9
  width: 120px;
10
10
  margin-right: 15px;
11
11
  }
12
- .pass-btn[data-v-56f52460] {
12
+ .pass-btn[data-v-56faf75c] {
13
13
  width: 120px;
14
14
  }
15
- .apply-btn[data-v-56f52460] {
15
+ .apply-btn[data-v-56faf75c] {
16
16
  width: 60vw;
17
17
  }
18
- .task-list[data-v-56f52460] {
18
+ .task-list[data-v-56faf75c] {
19
19
  margin-top: 15px;
20
20
  }
21
- .task-title[data-v-56f52460] {
21
+ .task-title[data-v-56faf75c] {
22
22
  font-size: 14px;
23
23
  font-weight: bold;
24
24
  color: #333;
25
25
  text-align: left;
26
26
  }
27
- .task-user[data-v-56f52460] {
27
+ .task-user[data-v-56faf75c] {
28
28
  font-size: 13px;
29
29
  color: #666;
30
30
  text-align: left;
31
31
  margin-top: 5px;
32
32
  }
33
- .audit-title[data-v-56f52460] {
33
+ .audit-title[data-v-56faf75c] {
34
34
  padding: 25px 15px 0 15px;
35
35
  font-size: 16px;
36
36
  font-weight: bold;
@@ -15755,7 +15755,7 @@ var lodash$1 = { exports: {} };
15755
15755
  }).call(commonjsGlobal);
15756
15756
  })(lodash$1, lodash$1.exports);
15757
15757
  var lodash = lodash$1.exports;
15758
- var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-56f52460] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-56f52460] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-56f52460] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-56f52460] {\n width: 120px;\n}\n.apply-btn[data-v-56f52460] {\n width: 60vw;\n}\n.task-list[data-v-56f52460] {\n margin-top: 15px;\n}\n.task-title[data-v-56f52460] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-56f52460] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-56f52460] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
15758
+ var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-56faf75c] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-56faf75c] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-56faf75c] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-56faf75c] {\n width: 120px;\n}\n.apply-btn[data-v-56faf75c] {\n width: 60vw;\n}\n.task-list[data-v-56faf75c] {\n margin-top: 15px;\n}\n.task-title[data-v-56faf75c] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-56faf75c] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-56faf75c] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
15759
15759
  var AuditBar_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => "\n:root:root {\r\n --van-popover-action-width: 70vw;\n}\r\n")();
15760
15760
  var _export_sfc = (sfc, props) => {
15761
15761
  const target = sfc.__vccOpts || sfc;
@@ -15992,7 +15992,7 @@ const _sfc_main$u = {
15992
15992
  }), {
15993
15993
  immediate: true
15994
15994
  });
15995
- watch(() => props.form, () => __async(this, null, function* () {
15995
+ watch(() => JSON.stringify(props.form), () => __async(this, null, function* () {
15996
15996
  if (!data2.stepAuth)
15997
15997
  return;
15998
15998
  yield queryDetail();
@@ -16079,7 +16079,7 @@ const _sfc_main$u = {
16079
16079
  };
16080
16080
  }
16081
16081
  };
16082
- var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-56f52460"]]);
16082
+ var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-56faf75c"]]);
16083
16083
  const isClient = typeof window !== "undefined" && typeof document !== "undefined";
16084
16084
  typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
16085
16085
  const isDef = (val) => typeof val !== "undefined";
@@ -15758,7 +15758,7 @@ var __async = (__this, __arguments, generator) => {
15758
15758
  }).call(commonjsGlobal);
15759
15759
  })(lodash$1, lodash$1.exports);
15760
15760
  var lodash = lodash$1.exports;
15761
- var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-56f52460] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-56f52460] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-56f52460] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-56f52460] {\n width: 120px;\n}\n.apply-btn[data-v-56f52460] {\n width: 60vw;\n}\n.task-list[data-v-56f52460] {\n margin-top: 15px;\n}\n.task-title[data-v-56f52460] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-56f52460] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-56f52460] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
15761
+ var AuditBar_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".widget[data-v-56faf75c] {\n text-align: center;\n padding: 15px 15px;\n}\n.memo[data-v-56faf75c] {\n margin-bottom: 15px;\n}\n.refuse-btn[data-v-56faf75c] {\n width: 120px;\n margin-right: 15px;\n}\n.pass-btn[data-v-56faf75c] {\n width: 120px;\n}\n.apply-btn[data-v-56faf75c] {\n width: 60vw;\n}\n.task-list[data-v-56faf75c] {\n margin-top: 15px;\n}\n.task-title[data-v-56faf75c] {\n font-size: 14px;\n font-weight: bold;\n color: #333;\n text-align: left;\n}\n.task-user[data-v-56faf75c] {\n font-size: 13px;\n color: #666;\n text-align: left;\n margin-top: 5px;\n}\n.audit-title[data-v-56faf75c] {\n padding: 25px 15px 0 15px;\n font-size: 16px;\n font-weight: bold;\n color: #666;\n text-align: left;\n}")();
15762
15762
  var AuditBar_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => "\n:root:root {\r\n --van-popover-action-width: 70vw;\n}\r\n")();
15763
15763
  var _export_sfc = (sfc, props) => {
15764
15764
  const target = sfc.__vccOpts || sfc;
@@ -15995,7 +15995,7 @@ var __async = (__this, __arguments, generator) => {
15995
15995
  }), {
15996
15996
  immediate: true
15997
15997
  });
15998
- vue.watch(() => props.form, () => __async(this, null, function* () {
15998
+ vue.watch(() => JSON.stringify(props.form), () => __async(this, null, function* () {
15999
15999
  if (!data2.stepAuth)
16000
16000
  return;
16001
16001
  yield queryDetail();
@@ -16082,7 +16082,7 @@ var __async = (__this, __arguments, generator) => {
16082
16082
  };
16083
16083
  }
16084
16084
  };
16085
- var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-56f52460"]]);
16085
+ var AuditBar = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-56faf75c"]]);
16086
16086
  const isClient = typeof window !== "undefined" && typeof document !== "undefined";
16087
16087
  typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
16088
16088
  const isDef = (val) => typeof val !== "undefined";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "widget.qw",
3
3
  "private": false,
4
- "version": "1.0.38",
4
+ "version": "1.0.39",
5
5
  "description": "marqstree Vue3组件库",
6
6
  "main": "build/widget.qw.es.js",
7
7
  "keywords": [
@@ -274,7 +274,7 @@ watch(() => props.mouldId, async () => {
274
274
  await updateCanApply()
275
275
  }, { immediate: true })
276
276
 
277
- watch(() => props.form, async () => {
277
+ watch(() => JSON.stringify(props.form), async () => {
278
278
  if (!data.stepAuth)
279
279
  return
280
280