3h1-ui 1.0.123 → 1.0.124

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
@@ -5327,34 +5327,37 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5327
5327
  column.dataIndex !== "index" ? (openBlock(), createBlock(unref(Form), { key: 0 }, {
5328
5328
  default: withCtx(() => [
5329
5329
  createVNode(unref(FormItem), null, {
5330
- default: withCtx(() => [
5331
- column.type === "select" ? (openBlock(), createBlock(unref(Select), {
5332
- key: 0,
5333
- value: record[column.dataIndex],
5334
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5335
- options: column.dicData,
5336
- mode: column.mode,
5337
- "max-tag-count": column.maxTagCount,
5338
- "max-tag-text-length": column.maxTagTextLength
5339
- }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
5340
- key: 1,
5341
- value: record[column.dataIndex],
5342
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5343
- valueFormat: "YYYY-MM-DD HH:mm:ss",
5344
- showTime: true
5345
- }, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
5346
- key: 2,
5347
- value: record[column.dataIndex],
5348
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5349
- min: column.min,
5350
- max: column.max,
5351
- precision: column.precision || 2
5352
- }, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (openBlock(), createBlock(unref(Input), {
5353
- key: 3,
5354
- value: record[column.dataIndex],
5355
- "onUpdate:value": ($event) => record[column.dataIndex] = $event
5356
- }, null, 8, ["value", "onUpdate:value"]))
5357
- ]),
5330
+ default: withCtx(() => {
5331
+ var _a2;
5332
+ return [
5333
+ column.type === "select" ? (openBlock(), createBlock(unref(Select), {
5334
+ key: 0,
5335
+ value: record[column.dataIndex],
5336
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5337
+ options: column.dicData,
5338
+ mode: column.mode,
5339
+ "max-tag-count": column.maxTagCount,
5340
+ "max-tag-text-length": column.maxTagTextLength
5341
+ }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
5342
+ key: 1,
5343
+ value: record[column.dataIndex],
5344
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5345
+ valueFormat: "YYYY-MM-DD HH:mm:ss",
5346
+ showTime: true
5347
+ }, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
5348
+ key: 2,
5349
+ value: record[column.dataIndex],
5350
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5351
+ min: column.min,
5352
+ max: column.max,
5353
+ precision: (_a2 = column.precision) != null ? _a2 : 2
5354
+ }, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (openBlock(), createBlock(unref(Input), {
5355
+ key: 3,
5356
+ value: record[column.dataIndex],
5357
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event
5358
+ }, null, 8, ["value", "onUpdate:value"]))
5359
+ ];
5360
+ }),
5358
5361
  _: 2
5359
5362
  }, 1024)
5360
5363
  ]),
@@ -5377,8 +5380,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5377
5380
  };
5378
5381
  }
5379
5382
  });
5380
- const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
5381
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
5383
+ const Table_vue_vue_type_style_index_0_scoped_21e4cb4e_lang = "";
5384
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-21e4cb4e"]]);
5382
5385
  const componentMap$1 = /* @__PURE__ */ new Map();
5383
5386
  componentMap$1.set("Input", Input);
5384
5387
  componentMap$1.set("InputGroup", Input.Group);
@@ -7553,6 +7556,7 @@ const _sfc_main$z = defineComponent({
7553
7556
  });
7554
7557
  const getBindValue = computed(() => {
7555
7558
  const attr = {
7559
+ maskClosable: false,
7556
7560
  ...attrs,
7557
7561
  ...unref(getMergeProps),
7558
7562
  visible: unref(visibleRef),
@@ -9500,11 +9504,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
9500
9504
  }
9501
9505
  },
9502
9506
  emits: ["select"],
9503
- setup(__props, { emit }) {
9507
+ setup(__props, { expose, emit }) {
9504
9508
  const props2 = __props;
9505
9509
  const treeData = ref([]);
9506
9510
  const searchToolbar = ref(false);
9507
- console.log("props", props2);
9508
9511
  async function fetch() {
9509
9512
  const res = await props2.api();
9510
9513
  treeData.value = res;
@@ -9512,9 +9515,13 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
9512
9515
  function handleSelect(keys) {
9513
9516
  emit("select", keys[0]);
9514
9517
  }
9518
+ const reload = async () => {
9519
+ await fetch();
9520
+ };
9515
9521
  onMounted(() => {
9516
9522
  fetch();
9517
9523
  });
9524
+ expose({ reload });
9518
9525
  return (_ctx, _cache) => {
9519
9526
  return openBlock(), createBlock(unref(_sfc_main$v), {
9520
9527
  title: "",
@@ -13436,13 +13443,19 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
13436
13443
  emits: ["confirm", "register"],
13437
13444
  setup(__props, { emit }) {
13438
13445
  const props2 = __props;
13439
- const [register, { closeModal }] = useModalInner((data) => {
13446
+ const [register, { closeModal }] = useModalInner(async () => {
13447
+ await tableRef.value.clearSelectedRowKeys();
13448
+ tableRef.value.reload();
13449
+ treeRef.value.reload();
13440
13450
  });
13441
13451
  const getTreeProps = inject("getTreeProps");
13442
13452
  const getTableProps = inject("getTableProps");
13443
13453
  const tableRef = ref();
13454
+ const treeRef = ref();
13444
13455
  const handleSelect = (key2) => {
13445
- tableRef.value.setProps({ searchInfo: { deptId: key2 } });
13456
+ tableRef.value.setProps({
13457
+ searchInfo: { [unref(getTableProps).searchKey]: key2 }
13458
+ });
13446
13459
  tableRef.value.reload();
13447
13460
  };
13448
13461
  const handleComfirm = () => {
@@ -13461,6 +13474,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
13461
13474
  createElementVNode("div", _hoisted_1$5, [
13462
13475
  createVNode(_sfc_main$u, mergeProps(unref(getTreeProps), {
13463
13476
  class: "tree",
13477
+ ref_key: "treeRef",
13478
+ ref: treeRef,
13464
13479
  onSelect: handleSelect
13465
13480
  }), null, 16),
13466
13481
  createElementVNode("div", _hoisted_2, [
@@ -13476,8 +13491,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
13476
13491
  };
13477
13492
  }
13478
13493
  });
13479
- const Modal_vue_vue_type_style_index_0_scoped_c8b3688d_lang = "";
13480
- const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c8b3688d"]]);
13494
+ const Modal_vue_vue_type_style_index_0_scoped_a0c6e482_lang = "";
13495
+ const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a0c6e482"]]);
13481
13496
  const _hoisted_1$4 = { class: "api-modal-select" };
13482
13497
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
13483
13498
  __name: "ApiModalSelect",
@@ -13510,7 +13525,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
13510
13525
  { title: "b", dataIndex: "b" },
13511
13526
  { title: "c", dataIndex: "c" },
13512
13527
  { title: "d", dataIndex: "d" }
13513
- ]
13528
+ ],
13529
+ searchKey: "deptId"
13514
13530
  })
13515
13531
  },
13516
13532
  tree: {
@@ -13623,8 +13639,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
13623
13639
  };
13624
13640
  }
13625
13641
  });
13626
- const ApiModalSelect_vue_vue_type_style_index_0_scoped_ae47630a_lang = "";
13627
- const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-ae47630a"]]);
13642
+ const ApiModalSelect_vue_vue_type_style_index_0_scoped_5427533c_lang = "";
13643
+ const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-5427533c"]]);
13628
13644
  function _isSlot(s) {
13629
13645
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
13630
13646
  }
package/es/style.css CHANGED
@@ -286,7 +286,7 @@ span.iconify {
286
286
  /* stylelint-disable no-duplicate-selectors */
287
287
  /* stylelint-disable */
288
288
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
289
- .table-plus[data-v-22afe612] {
289
+ .table-plus[data-v-21e4cb4e] {
290
290
  width: 30px;
291
291
  height: 30px;
292
292
  font-size: 24px;
@@ -297,21 +297,21 @@ span.iconify {
297
297
  line-height: 30px;
298
298
  cursor: pointer;
299
299
  }
300
- .table-children[data-v-22afe612] .ant-form-item {
300
+ .table-children[data-v-21e4cb4e] .ant-form-item {
301
301
  margin-bottom: 0 !important;
302
302
  }
303
- .delete-wrapper[data-v-22afe612] {
303
+ .delete-wrapper[data-v-21e4cb4e] {
304
304
  height: 100%;
305
305
  }
306
- .delete-wrapper:hover .delete-item[data-v-22afe612] {
306
+ .delete-wrapper:hover .delete-item[data-v-21e4cb4e] {
307
307
  display: flex;
308
308
  justify-content: center;
309
309
  align-items: center;
310
310
  }
311
- .delete-wrapper:hover .delete-index[data-v-22afe612] {
311
+ .delete-wrapper:hover .delete-index[data-v-21e4cb4e] {
312
312
  display: none;
313
313
  }
314
- .delete-wrapper .delete-item[data-v-22afe612] {
314
+ .delete-wrapper .delete-item[data-v-21e4cb4e] {
315
315
  background-color: red;
316
316
  border-radius: 50%;
317
317
  width: 30px;
@@ -320,7 +320,7 @@ span.iconify {
320
320
  display: none;
321
321
  cursor: pointer;
322
322
  }
323
- .delete-wrapper .delete-index[data-v-22afe612] {
323
+ .delete-wrapper .delete-index[data-v-21e4cb4e] {
324
324
  display: inline-block;
325
325
  }
326
326
  /* stylelint-disable no-duplicate-selectors */
@@ -1047,23 +1047,23 @@ span.iconify {
1047
1047
  /* stylelint-disable no-duplicate-selectors */
1048
1048
  /* stylelint-disable */
1049
1049
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1050
- .wrapper[data-v-c8b3688d] {
1050
+ .wrapper[data-v-a0c6e482] {
1051
1051
  display: flex;
1052
1052
  }
1053
- .tree[data-v-c8b3688d] {
1053
+ .tree[data-v-a0c6e482] {
1054
1054
  flex: none;
1055
1055
  }
1056
- .table-wrapper[data-v-c8b3688d] {
1056
+ .table-wrapper[data-v-a0c6e482] {
1057
1057
  flex: 1 1 0%;
1058
1058
  overflow: hidden;
1059
1059
  }
1060
1060
  /* stylelint-disable no-duplicate-selectors */
1061
1061
  /* stylelint-disable */
1062
1062
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1063
- [data-v-ae47630a] .ant-input-group-addon {
1063
+ [data-v-5427533c] .ant-input-group-addon {
1064
1064
  padding: 0;
1065
1065
  }
1066
- .btn-wrapper[data-v-ae47630a] {
1066
+ .btn-wrapper[data-v-5427533c] {
1067
1067
  padding: 0 5px;
1068
1068
  display: flex;
1069
1069
  align-items: center;
package/lib/index.js CHANGED
@@ -5332,34 +5332,37 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5332
5332
  column.dataIndex !== "index" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Form), { key: 0 }, {
5333
5333
  default: vue.withCtx(() => [
5334
5334
  vue.createVNode(vue.unref(antDesignVue.FormItem), null, {
5335
- default: vue.withCtx(() => [
5336
- column.type === "select" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Select), {
5337
- key: 0,
5338
- value: record[column.dataIndex],
5339
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5340
- options: column.dicData,
5341
- mode: column.mode,
5342
- "max-tag-count": column.maxTagCount,
5343
- "max-tag-text-length": column.maxTagTextLength
5344
- }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
5345
- key: 1,
5346
- value: record[column.dataIndex],
5347
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5348
- valueFormat: "YYYY-MM-DD HH:mm:ss",
5349
- showTime: true
5350
- }, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
5351
- key: 2,
5352
- value: record[column.dataIndex],
5353
- "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5354
- min: column.min,
5355
- max: column.max,
5356
- precision: column.precision || 2
5357
- }, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
5358
- key: 3,
5359
- value: record[column.dataIndex],
5360
- "onUpdate:value": ($event) => record[column.dataIndex] = $event
5361
- }, null, 8, ["value", "onUpdate:value"]))
5362
- ]),
5335
+ default: vue.withCtx(() => {
5336
+ var _a2;
5337
+ return [
5338
+ column.type === "select" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Select), {
5339
+ key: 0,
5340
+ value: record[column.dataIndex],
5341
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5342
+ options: column.dicData,
5343
+ mode: column.mode,
5344
+ "max-tag-count": column.maxTagCount,
5345
+ "max-tag-text-length": column.maxTagTextLength
5346
+ }, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
5347
+ key: 1,
5348
+ value: record[column.dataIndex],
5349
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5350
+ valueFormat: "YYYY-MM-DD HH:mm:ss",
5351
+ showTime: true
5352
+ }, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
5353
+ key: 2,
5354
+ value: record[column.dataIndex],
5355
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event,
5356
+ min: column.min,
5357
+ max: column.max,
5358
+ precision: (_a2 = column.precision) != null ? _a2 : 2
5359
+ }, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
5360
+ key: 3,
5361
+ value: record[column.dataIndex],
5362
+ "onUpdate:value": ($event) => record[column.dataIndex] = $event
5363
+ }, null, 8, ["value", "onUpdate:value"]))
5364
+ ];
5365
+ }),
5363
5366
  _: 2
5364
5367
  }, 1024)
5365
5368
  ]),
@@ -5382,8 +5385,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
5382
5385
  };
5383
5386
  }
5384
5387
  });
5385
- const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
5386
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
5388
+ const Table_vue_vue_type_style_index_0_scoped_21e4cb4e_lang = "";
5389
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-21e4cb4e"]]);
5387
5390
  const componentMap$1 = /* @__PURE__ */ new Map();
5388
5391
  componentMap$1.set("Input", antDesignVue.Input);
5389
5392
  componentMap$1.set("InputGroup", antDesignVue.Input.Group);
@@ -7558,6 +7561,7 @@ const _sfc_main$z = vue.defineComponent({
7558
7561
  });
7559
7562
  const getBindValue = vue.computed(() => {
7560
7563
  const attr = {
7564
+ maskClosable: false,
7561
7565
  ...attrs,
7562
7566
  ...vue.unref(getMergeProps),
7563
7567
  visible: vue.unref(visibleRef),
@@ -9505,11 +9509,10 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
9505
9509
  }
9506
9510
  },
9507
9511
  emits: ["select"],
9508
- setup(__props, { emit }) {
9512
+ setup(__props, { expose, emit }) {
9509
9513
  const props2 = __props;
9510
9514
  const treeData = vue.ref([]);
9511
9515
  const searchToolbar = vue.ref(false);
9512
- console.log("props", props2);
9513
9516
  async function fetch() {
9514
9517
  const res = await props2.api();
9515
9518
  treeData.value = res;
@@ -9517,9 +9520,13 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
9517
9520
  function handleSelect(keys) {
9518
9521
  emit("select", keys[0]);
9519
9522
  }
9523
+ const reload = async () => {
9524
+ await fetch();
9525
+ };
9520
9526
  vue.onMounted(() => {
9521
9527
  fetch();
9522
9528
  });
9529
+ expose({ reload });
9523
9530
  return (_ctx, _cache) => {
9524
9531
  return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
9525
9532
  title: "",
@@ -13441,13 +13448,19 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
13441
13448
  emits: ["confirm", "register"],
13442
13449
  setup(__props, { emit }) {
13443
13450
  const props2 = __props;
13444
- const [register, { closeModal }] = useModalInner((data) => {
13451
+ const [register, { closeModal }] = useModalInner(async () => {
13452
+ await tableRef.value.clearSelectedRowKeys();
13453
+ tableRef.value.reload();
13454
+ treeRef.value.reload();
13445
13455
  });
13446
13456
  const getTreeProps = vue.inject("getTreeProps");
13447
13457
  const getTableProps = vue.inject("getTableProps");
13448
13458
  const tableRef = vue.ref();
13459
+ const treeRef = vue.ref();
13449
13460
  const handleSelect = (key2) => {
13450
- tableRef.value.setProps({ searchInfo: { deptId: key2 } });
13461
+ tableRef.value.setProps({
13462
+ searchInfo: { [vue.unref(getTableProps).searchKey]: key2 }
13463
+ });
13451
13464
  tableRef.value.reload();
13452
13465
  };
13453
13466
  const handleComfirm = () => {
@@ -13466,6 +13479,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
13466
13479
  vue.createElementVNode("div", _hoisted_1$5, [
13467
13480
  vue.createVNode(_sfc_main$u, vue.mergeProps(vue.unref(getTreeProps), {
13468
13481
  class: "tree",
13482
+ ref_key: "treeRef",
13483
+ ref: treeRef,
13469
13484
  onSelect: handleSelect
13470
13485
  }), null, 16),
13471
13486
  vue.createElementVNode("div", _hoisted_2, [
@@ -13481,8 +13496,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
13481
13496
  };
13482
13497
  }
13483
13498
  });
13484
- const Modal_vue_vue_type_style_index_0_scoped_c8b3688d_lang = "";
13485
- const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c8b3688d"]]);
13499
+ const Modal_vue_vue_type_style_index_0_scoped_a0c6e482_lang = "";
13500
+ const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a0c6e482"]]);
13486
13501
  const _hoisted_1$4 = { class: "api-modal-select" };
13487
13502
  const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
13488
13503
  __name: "ApiModalSelect",
@@ -13515,7 +13530,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
13515
13530
  { title: "b", dataIndex: "b" },
13516
13531
  { title: "c", dataIndex: "c" },
13517
13532
  { title: "d", dataIndex: "d" }
13518
- ]
13533
+ ],
13534
+ searchKey: "deptId"
13519
13535
  })
13520
13536
  },
13521
13537
  tree: {
@@ -13628,8 +13644,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
13628
13644
  };
13629
13645
  }
13630
13646
  });
13631
- const ApiModalSelect_vue_vue_type_style_index_0_scoped_ae47630a_lang = "";
13632
- const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-ae47630a"]]);
13647
+ const ApiModalSelect_vue_vue_type_style_index_0_scoped_5427533c_lang = "";
13648
+ const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-5427533c"]]);
13633
13649
  function _isSlot(s) {
13634
13650
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
13635
13651
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "1.0.123",
3
+ "version": "1.0.124",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",