3h1-ui 2.14.26 → 2.14.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.
package/es/index.js CHANGED
@@ -4291,6 +4291,11 @@ const _sfc_main$1g = defineComponent({
4291
4291
  },
4292
4292
  displayRenderArray: {
4293
4293
  type: Array
4294
+ },
4295
+ params: {
4296
+ type: Object,
4297
+ default: () => {
4298
+ }
4294
4299
  }
4295
4300
  },
4296
4301
  emits: ["change", "defaultChange"],
@@ -4358,6 +4363,7 @@ const _sfc_main$1g = defineComponent({
4358
4363
  return;
4359
4364
  try {
4360
4365
  const res = await api({
4366
+ ...props2.params,
4361
4367
  [props2.asyncFetchParamKey]: Reflect.get(targetOption, "value")
4362
4368
  });
4363
4369
  if (Array.isArray(res)) {
@@ -4503,8 +4509,6 @@ const _sfc_main$1f = defineComponent({
4503
4509
  });
4504
4510
  function handleChange(keys2, direction, moveKeys) {
4505
4511
  _targetKeys.value = keys2;
4506
- console.log(direction);
4507
- console.log(moveKeys);
4508
4512
  emit("change", keys2);
4509
4513
  }
4510
4514
  watchEffect(() => {
@@ -4540,7 +4544,6 @@ const _sfc_main$1f = defineComponent({
4540
4544
  } catch (error2) {
4541
4545
  console.warn(error2);
4542
4546
  } finally {
4543
- console.log("no");
4544
4547
  }
4545
4548
  }
4546
4549
  function emitChange() {
@@ -7445,7 +7448,6 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
7445
7448
  watch(
7446
7449
  () => state.value,
7447
7450
  (v) => {
7448
- console.log(11, v);
7449
7451
  emit("update:value", v);
7450
7452
  }
7451
7453
  // { immediate: true }
@@ -9383,7 +9385,6 @@ const _sfc_main$V = defineComponent({
9383
9385
  }
9384
9386
  emit("height-change", unref(realHeightRef));
9385
9387
  } catch (error2) {
9386
- console.log(error2);
9387
9388
  }
9388
9389
  }
9389
9390
  return { wrapperRef, spinRef, spinStyle, scrollTop, setModalHeight };
@@ -23143,6 +23144,7 @@ export {
23143
23144
  DescriptionsForm,
23144
23145
  _sfc_main$r as Dropdown,
23145
23146
  EditTableHeaderCell as EditTableHeaderIcon,
23147
+ _sfc_main$_ as FormItem,
23146
23148
  Icon2 as Icon,
23147
23149
  _sfc_main$12 as IconPicker,
23148
23150
  LazyContainer,
package/lib/index.js CHANGED
@@ -4293,6 +4293,11 @@ const _sfc_main$1g = vue.defineComponent({
4293
4293
  },
4294
4294
  displayRenderArray: {
4295
4295
  type: Array
4296
+ },
4297
+ params: {
4298
+ type: Object,
4299
+ default: () => {
4300
+ }
4296
4301
  }
4297
4302
  },
4298
4303
  emits: ["change", "defaultChange"],
@@ -4360,6 +4365,7 @@ const _sfc_main$1g = vue.defineComponent({
4360
4365
  return;
4361
4366
  try {
4362
4367
  const res = await api({
4368
+ ...props2.params,
4363
4369
  [props2.asyncFetchParamKey]: Reflect.get(targetOption, "value")
4364
4370
  });
4365
4371
  if (Array.isArray(res)) {
@@ -4505,8 +4511,6 @@ const _sfc_main$1f = vue.defineComponent({
4505
4511
  });
4506
4512
  function handleChange(keys2, direction, moveKeys) {
4507
4513
  _targetKeys.value = keys2;
4508
- console.log(direction);
4509
- console.log(moveKeys);
4510
4514
  emit("change", keys2);
4511
4515
  }
4512
4516
  vue.watchEffect(() => {
@@ -4542,7 +4546,6 @@ const _sfc_main$1f = vue.defineComponent({
4542
4546
  } catch (error2) {
4543
4547
  console.warn(error2);
4544
4548
  } finally {
4545
- console.log("no");
4546
4549
  }
4547
4550
  }
4548
4551
  function emitChange() {
@@ -7447,7 +7450,6 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
7447
7450
  vue.watch(
7448
7451
  () => state.value,
7449
7452
  (v) => {
7450
- console.log(11, v);
7451
7453
  emit("update:value", v);
7452
7454
  }
7453
7455
  // { immediate: true }
@@ -9385,7 +9387,6 @@ const _sfc_main$V = vue.defineComponent({
9385
9387
  }
9386
9388
  emit("height-change", vue.unref(realHeightRef));
9387
9389
  } catch (error2) {
9388
- console.log(error2);
9389
9390
  }
9390
9391
  }
9391
9392
  return { wrapperRef, spinRef, spinStyle, scrollTop, setModalHeight };
@@ -23144,6 +23145,7 @@ exports.Description = Description;
23144
23145
  exports.DescriptionsForm = DescriptionsForm;
23145
23146
  exports.Dropdown = _sfc_main$r;
23146
23147
  exports.EditTableHeaderIcon = EditTableHeaderCell;
23148
+ exports.FormItem = _sfc_main$_;
23147
23149
  exports.Icon = Icon2;
23148
23150
  exports.IconPicker = _sfc_main$12;
23149
23151
  exports.LazyContainer = LazyContainer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.14.26",
3
+ "version": "2.14.28",
4
4
  "description": "",
5
5
  "module": "es/index.js",
6
6
  "main": "lib/index.js",
@@ -29,8 +29,8 @@
29
29
  "vue-json-pretty": "^2.2.3",
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
- "@shy-plugins/utils": "1.1.1",
33
- "@shy-plugins/use": "1.0.5"
32
+ "@shy-plugins/use": "1.0.5",
33
+ "@shy-plugins/utils": "1.1.1"
34
34
  },
35
35
  "types": "es/ui/index.d.ts",
36
36
  "devDependencies": {