lw-cdp-ui 1.2.26 → 1.2.28

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.
@@ -311,7 +311,6 @@ export default {
311
311
  if (typeof item.hideHandle === 'string') {
312
312
  const func = new Function('form', `return ${item?.hideHandle.replace(/\$/g, "form")}`);
313
313
  return func(this.form);
314
- return exp
315
314
  } else if (typeof item.hideHandle === 'boolean') {
316
315
  return item.hideHandle
317
316
  }
@@ -81,5 +81,6 @@ export default {
81
81
  align-items: center;
82
82
  gap: 5px;
83
83
  height: 100%;
84
+ white-space: nowrap;
84
85
  }
85
86
  </style>
@@ -324,10 +324,9 @@ export default {
324
324
  username: this.ruleForm.user,
325
325
  password: this.ruleForm.password,
326
326
  };
327
- console.log(data)
327
+
328
328
  if (this.isEncryption) {
329
329
  const publicKey = await this.$api.auth.key()
330
- console.log(publicKey)
331
330
  if (publicKey) {
332
331
  data = {
333
332
  username: this.encrypt(publicKey, this.ruleForm.user),
@@ -755,7 +755,7 @@ function ug(e, t, n, a, r, o) {
755
755
  }, 8, ["onCommand"])
756
756
  ]);
757
757
  }
758
- const dg = /* @__PURE__ */ me(ig, [["render", ug], ["__scopeId", "data-v-e0d2e0bb"]]), cg = {
758
+ const dg = /* @__PURE__ */ me(ig, [["render", ug], ["__scopeId", "data-v-3e340349"]]), cg = {
759
759
  props: {
760
760
  isShowBu: {
761
761
  type: Boolean,
@@ -3477,9 +3477,9 @@ const gv = /* @__PURE__ */ Yh(mv), vv = "/static/images/logo1.svg", bv = "/stati
3477
3477
  username: this.ruleForm.user,
3478
3478
  password: this.ruleForm.password
3479
3479
  };
3480
- if (console.log(t), this.isEncryption) {
3480
+ if (this.isEncryption) {
3481
3481
  const i = await this.$api.auth.key();
3482
- console.log(i), i && (t = {
3482
+ i && (t = {
3483
3483
  username: this.encrypt(i, this.ruleForm.user),
3484
3484
  password: this.encrypt(i, this.ruleForm.password)
3485
3485
  });
@@ -3794,7 +3794,7 @@ function Rv(e, t, n, a, r, o) {
3794
3794
  ])
3795
3795
  ]);
3796
3796
  }
3797
- const Av = /* @__PURE__ */ me(_v, [["render", Rv], ["__scopeId", "data-v-afbf4984"]]), Fv = {
3797
+ const Av = /* @__PURE__ */ me(_v, [["render", Rv], ["__scopeId", "data-v-69973ac3"]]), Fv = {
3798
3798
  emits: ["update:modelValue", "change"],
3799
3799
  name: "Input",
3800
3800
  props: {
@@ -10720,7 +10720,7 @@ function z_(e, t, n, a, r, o) {
10720
10720
  _: 3
10721
10721
  }));
10722
10722
  }
10723
- const K_ = /* @__PURE__ */ me(L_, [["render", z_], ["__scopeId", "data-v-a142ffc2"]]), G_ = {
10723
+ const K_ = /* @__PURE__ */ me(L_, [["render", z_], ["__scopeId", "data-v-c78efd0c"]]), G_ = {
10724
10724
  name: "lwCronSelect",
10725
10725
  props: {
10726
10726
  disabled: {