@dazhicheng/ui 1.5.210 → 1.5.212

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as fe, useTemplateRef as K, computed as a, reactive as pe, markRaw as ve, toRaw as he, watch as G, nextTick as be, onUnmounted as ye, createBlock as h, createCommentVNode as c, unref as l, openBlock as u, mergeProps as N, withCtx as b, withDirectives as Ce, createVNode as w, createElementVNode as $, createElementBlock as H, normalizeClass as O, normalizeStyle as J, renderSlot as ge, normalizeProps as we, guardReactiveProps as Fe, resolveDynamicComponent as Re, createSlots as Se, renderList as ke, Transition as Ne, vShow as Oe } from "vue";
1
+ import { defineComponent as fe, useTemplateRef as K, computed as i, reactive as pe, markRaw as ve, toRaw as he, watch as G, nextTick as be, onUnmounted as ye, createBlock as h, createCommentVNode as c, unref as l, openBlock as u, mergeProps as N, withCtx as b, withDirectives as Ce, createVNode as F, createElementVNode as $, createElementBlock as H, normalizeClass as O, normalizeStyle as J, renderSlot as ge, normalizeProps as we, guardReactiveProps as Fe, resolveDynamicComponent as Re, createSlots as Se, renderList as ke, Transition as Ne, vShow as Oe } from "vue";
2
2
  import Ee from "../form/FormControl.vue.js";
3
3
  import Be from "../form/FormDescription.vue.js";
4
4
  import Pe from "../form/FormItem.vue.js";
@@ -66,7 +66,7 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
66
66
  commonComponentProps: {}
67
67
  },
68
68
  setup(n) {
69
- const B = K("wrapperRef"), { componentBindEventMap: X, componentMap: Y, isVertical: C } = We(), M = ze(), k = qe(), Z = je(n.fieldName), f = K("fieldComponentRef"), F = M.form, R = a(() => M.compact), S = a(() => {
69
+ const B = K("wrapperRef"), { componentBindEventMap: X, componentMap: Y, isVertical: C } = We(), M = ze(), k = qe(), Z = je(n.fieldName), f = K("fieldComponentRef"), R = M.form, S = i(() => M.compact), g = i(() => {
70
70
  var e;
71
71
  return ((e = Z.value) == null ? void 0 : e.length) > 0;
72
72
  }), P = pe(
@@ -86,21 +86,21 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
86
86
  * @returns 是否设置成功
87
87
  */
88
88
  set(e, t, o) {
89
- return Ve(k.value, t, o), F == null || F.validateField(t), !0;
89
+ return Ve(k.value, t, o), R == null || R.validateField(t), !0;
90
90
  }
91
91
  })
92
- ), _ = a(() => {
92
+ ), _ = i(() => {
93
93
  const e = y(n.component) ? Y.value[n.component] : n.component;
94
94
  return ve(he(e));
95
95
  }), { dynamicComponentProps: ee, dynamicRules: ne, isDisabled: te, isIf: U, isRequired: T, isShow: D } = xe(
96
96
  () => n.dependencies
97
- ), oe = a(() => {
97
+ ), oe = i(() => {
98
98
  var e;
99
99
  return (e = n.labelClass) != null && e.includes("w-") || C.value ? {} : {
100
100
  width: `${n.labelWidth}px`
101
101
  };
102
- }), s = a(() => ne.value || n.rules), W = a(() => !n.hide && U.value && D.value), V = a(() => {
103
- var o, i, d;
102
+ }), s = i(() => ne.value || n.rules), W = i(() => !n.hide && U.value && D.value), V = i(() => {
103
+ var o, a, d;
104
104
  if (!W.value)
105
105
  return !1;
106
106
  if (!s.value)
@@ -109,14 +109,14 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
109
109
  return !0;
110
110
  if (y(s.value))
111
111
  return ["required", "selectRequired"].includes(s.value);
112
- let e = (i = (o = s == null ? void 0 : s.value) == null ? void 0 : o.isOptional) == null ? void 0 : i.call(o);
112
+ let e = (a = (o = s == null ? void 0 : s.value) == null ? void 0 : o.isOptional) == null ? void 0 : a.call(o);
113
113
  const t = s.value.def;
114
114
  if ((t == null ? void 0 : t.type) === "default" && "innerType" in t) {
115
115
  const v = t.innerType;
116
116
  v && (e = (d = v.isOptional) == null ? void 0 : d.call(v));
117
117
  }
118
118
  return !e;
119
- }), le = a(() => {
119
+ }), le = i(() => {
120
120
  var o;
121
121
  if (!W.value)
122
122
  return null;
@@ -126,19 +126,19 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
126
126
  if (y(e))
127
127
  return e;
128
128
  if (!!V.value) {
129
- const i = (o = e == null ? void 0 : e.unwrap) == null ? void 0 : o.call(e);
130
- i && (e = i);
129
+ const a = (o = e == null ? void 0 : e.unwrap) == null ? void 0 : o.call(e);
130
+ a && (e = a);
131
131
  }
132
132
  return Ue(e);
133
- }), r = a(() => {
134
- const e = q(n.componentProps) ? n.componentProps(k.value, F) : n.componentProps;
133
+ }), r = i(() => {
134
+ const e = q(n.componentProps) ? n.componentProps(k.value, R) : n.componentProps;
135
135
  return {
136
136
  ...n.commonComponentProps,
137
137
  ...e,
138
138
  ...ee.value
139
139
  };
140
- }), { selectComponentProps: ie } = Ke(
141
- a(() => ({
140
+ }), { selectComponentProps: ae } = Ke(
141
+ i(() => ({
142
142
  componentProps: r,
143
143
  component: n.component,
144
144
  selectWrapRef: B,
@@ -157,10 +157,10 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
157
157
  },
158
158
  { immediate: !0 }
159
159
  );
160
- const I = a(() => {
160
+ const I = i(() => {
161
161
  var e;
162
162
  return te.value || n.disabled || ((e = r.value) == null ? void 0 : e.disabled);
163
- }), z = a(() => q(n.renderComponentContent) ? n.renderComponentContent(k.value, F) : {}), ae = a(() => Object.keys(z.value)), re = a(() => {
163
+ }), z = i(() => q(n.renderComponentContent) ? n.renderComponentContent(k.value, R) : {}), ie = i(() => Object.keys(z.value)), re = i(() => {
164
164
  const e = le.value;
165
165
  return {
166
166
  keepValue: !0,
@@ -171,22 +171,22 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
171
171
  });
172
172
  function ue(e) {
173
173
  var v;
174
- const t = e.componentField.modelValue, o = e.componentField["onUpdate:modelValue"], i = n.modelPropName || (y(n.component) ? (v = X.value) == null ? void 0 : v[n.component] : null);
174
+ const t = e.componentField.modelValue, o = e.componentField["onUpdate:modelValue"], a = n.modelPropName || (y(n.component) ? (v = X.value) == null ? void 0 : v[n.component] : null);
175
175
  let d = t;
176
- if (t && Te(t) && i) {
176
+ if (t && Te(t) && a) {
177
177
  const m = t.target;
178
- d = Q(t) ? m == null ? void 0 : m[i] : (t == null ? void 0 : t[i]) ?? t;
178
+ d = Q(t) ? m == null ? void 0 : m[a] : (t == null ? void 0 : t[a]) ?? t;
179
179
  }
180
- return i ? {
181
- [`onUpdate:${i}`]: o,
182
- [i]: d === void 0 ? n.emptyStateValue : d,
180
+ return a ? {
181
+ [`onUpdate:${a}`]: o,
182
+ [a]: d === void 0 ? n.emptyStateValue : d,
183
183
  onChange: n.disabledOnChangeListener ? void 0 : (m) => {
184
184
  var A;
185
- const ce = Q(m), g = (A = e == null ? void 0 : e.componentField) == null ? void 0 : A.onChange;
185
+ const ce = Q(m), w = (A = e == null ? void 0 : e.componentField) == null ? void 0 : A.onChange;
186
186
  if (!ce)
187
- return g == null ? void 0 : g(m);
187
+ return w == null ? void 0 : w(m);
188
188
  const L = m.target;
189
- return g == null ? void 0 : g((L == null ? void 0 : L[i]) ?? m);
189
+ return w == null ? void 0 : w((L == null ? void 0 : L[a]) ?? m);
190
190
  },
191
191
  ...n.disabledOnInputListener ? { onInput: void 0 } : {}
192
192
  } : {
@@ -199,7 +199,7 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
199
199
  const t = ue(e), o = {
200
200
  ...e.componentField,
201
201
  ...r.value,
202
- ...ie.value,
202
+ ...ae.value,
203
203
  ...t,
204
204
  ...Reflect.has(r.value, "onChange") ? { onChange: r.value.onChange } : {},
205
205
  ...Reflect.has(r.value, "onInput") ? { onInput: r.value.onInput } : {}
@@ -218,12 +218,12 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
218
218
  p != null && p.has(n.fieldName) && p.delete(n.fieldName);
219
219
  }), (e, t) => !e.hide && l(U) ? (u(), h(l(Me), N({ key: 0 }, re.value, { name: e.fieldName }), {
220
220
  default: b((o) => [
221
- Ce(w(l(Pe), N({
221
+ Ce(F(l(Pe), N({
222
222
  class: [{
223
- "form-valid-error": S.value,
223
+ "form-valid-error": g.value,
224
224
  "form-is-required": V.value,
225
- "pb-(--form-valid-error-nocompact-padding-bottom)": !R.value,
226
- "pb-2": R.value
225
+ "pb-(--form-valid-error-nocompact-padding-bottom)": !S.value,
226
+ "pb-2": S.value
227
227
  }, "relative"]
228
228
  }, e.$attrs), {
229
229
  default: b(() => [
@@ -266,7 +266,7 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
266
266
  ref: B,
267
267
  class: O(l(j)("relative flex w-full items-center", e.wrapperClass))
268
268
  }, [
269
- w(l(Ee), {
269
+ F(l(Ee), {
270
270
  class: O(l(j)(e.controlClass))
271
271
  }, {
272
272
  default: b(() => [
@@ -274,7 +274,7 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
274
274
  ...o,
275
275
  ...x(o),
276
276
  disabled: I.value,
277
- isInValid: S.value,
277
+ isInValid: g.value,
278
278
  form: P,
279
279
  fieldName: e.fieldName
280
280
  })), () => [
@@ -282,20 +282,20 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
282
282
  ref_key: "fieldComponentRef",
283
283
  ref: f,
284
284
  class: {
285
- "border-destructive hover:border-destructive/80 focus:border-destructive focus:shadow-[0_0_0_2px_rgba(255,38,5,0.06)]": S.value
285
+ "border-destructive hover:border-destructive/80 focus:border-destructive focus:shadow-[0_0_0_2px_rgba(255,38,5,0.06)]": g.value
286
286
  }
287
287
  }, {
288
288
  ...x(o),
289
289
  disabled: I.value,
290
- isInValid: S.value,
290
+ isInValid: g.value,
291
291
  form: P,
292
292
  fieldName: e.fieldName
293
293
  }, { disabled: I.value }), Se({ _: 2 }, [
294
- ke(ae.value, (i) => ({
295
- name: i,
294
+ ke(ie.value, (a) => ({
295
+ name: a,
296
296
  fn: b((d) => [
297
- w(l(E), N({
298
- content: z.value[i]
297
+ F(l(E), N({
298
+ content: z.value[a]
299
299
  }, { ...d, formContext: o }), null, 16, ["content"])
300
300
  ])
301
301
  }))
@@ -305,16 +305,16 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
305
305
  _: 2
306
306
  }, 1032, ["class"]),
307
307
  e.suffix ? (u(), H("div", He, [
308
- w(l(E), { content: e.suffix }, null, 8, ["content"])
308
+ F(l(E), { content: e.suffix }, null, 8, ["content"])
309
309
  ])) : c("", !0),
310
- R.value && S.value ? (u(), h(l(Le), {
310
+ S.value && g.value ? (u(), h(l(Le), {
311
311
  key: 1,
312
312
  "ref-dom": B.value
313
313
  }, null, 8, ["ref-dom"])) : c("", !0)
314
314
  ], 2)
315
315
  ])
316
316
  ], 2),
317
- e.description || !R.value ? (u(), H("div", {
317
+ e.description || !S.value ? (u(), H("div", {
318
318
  key: 0,
319
319
  style: J(!l(C) && !e.hideLabel ? { paddingLeft: `${(e.labelWidth || 0) + 8}px` } : {})
320
320
  }, [
@@ -323,19 +323,19 @@ const Ge = { class: "flex-auto overflow-hidden" }, He = {
323
323
  class: "text-[12px]"
324
324
  }, {
325
325
  default: b(() => [
326
- w(l(E), { content: e.description }, null, 8, ["content"])
326
+ F(l(E), { content: e.description }, null, 8, ["content"])
327
327
  ]),
328
328
  _: 1
329
329
  })) : c("", !0),
330
- R.value ? c("", !0) : (u(), h(Ne, {
331
- key: 1,
332
- name: "slide-up"
333
- }, {
330
+ F(Ne, { name: "slide-up" }, {
334
331
  default: b(() => [
335
- w(l($e), { class: "absolute" })
332
+ !S.value && g.value ? (u(), h(l($e), {
333
+ key: 0,
334
+ class: "absolute"
335
+ })) : c("", !0)
336
336
  ]),
337
337
  _: 1
338
- }))
338
+ })
339
339
  ], 4)) : c("", !0)
340
340
  ]),
341
341
  _: 2
@@ -71,7 +71,7 @@ const p = 4, Fl = /* @__PURE__ */ Te({
71
71
  isFirstLoaded: te,
72
72
  buildOptionGroups: ae
73
73
  } = tl(t), a = We(F, "modelValue"), B = u(() => t.disabled);
74
- function k(e) {
74
+ function g(e) {
75
75
  if (e === t.showAllField) return { label: "全部", value: t.showAllField };
76
76
  const l = f.value.find((o) => o.value === e);
77
77
  return l ? { label: l.label, value: l.value } : { label: String(e), value: e };
@@ -83,12 +83,12 @@ const p = 4, Fl = /* @__PURE__ */ Te({
83
83
  const P = u({
84
84
  get() {
85
85
  if (t.multiple)
86
- return (Array.isArray(a.value) ? a.value : a.value === void 0 ? [] : [a.value]).map((l) => k(l));
86
+ return (Array.isArray(a.value) ? a.value : a.value === void 0 ? [] : [a.value]).map((l) => g(l));
87
87
  if (Array.isArray(a.value)) {
88
88
  const e = a.value.at(-1);
89
- return e === void 0 ? void 0 : k(e);
89
+ return e === void 0 ? void 0 : g(e);
90
90
  }
91
- return a.value === void 0 ? void 0 : k(a.value);
91
+ return a.value === void 0 ? void 0 : g(a.value);
92
92
  },
93
93
  set(e) {
94
94
  if (t.multiple) {
@@ -99,7 +99,7 @@ const p = 4, Fl = /* @__PURE__ */ Te({
99
99
  const l = E(e);
100
100
  a.value = l;
101
101
  }
102
- }), g = u({
102
+ }), k = u({
103
103
  get() {
104
104
  return Array.isArray(a.value) ? t.multiple ? a.value : a.value.slice(-1) : a.value === void 0 ? [] : [a.value];
105
105
  },
@@ -187,20 +187,20 @@ const p = 4, Fl = /* @__PURE__ */ Te({
187
187
  handleOptionCheck: ye,
188
188
  handleOptionsCheck: we,
189
189
  handleCheckAll: T,
190
- removeSelected: ke
190
+ removeSelected: ge
191
191
  } = al({
192
192
  multiple: u(() => t.multiple),
193
193
  modelValue: a,
194
- selectedValues: g,
194
+ selectedValues: k,
195
195
  leafNodes: f,
196
196
  allValue: u(() => t.showAllField)
197
- }), ge = u(() => y.value.reduce(
197
+ }), ke = u(() => y.value.reduce(
198
198
  (e, l) => (e[String(l.value)] = me(l), e),
199
199
  {}
200
200
  )), Ce = u(() => y.value.reduce(
201
201
  (e, l) => (e[String(l.value)] = fe(l), e),
202
202
  {}
203
- )), Ae = u(() => g.value.includes(t.showAllField)), W = u(() => [...t.showAll ? [{ label: "全部", value: t.showAllField }] : [], ...f.value.map((l) => ({ ...l }))]);
203
+ )), Ae = u(() => k.value.includes(t.showAllField)), W = u(() => [...t.showAll ? [{ label: "全部", value: t.showAllField }] : [], ...f.value.map((l) => ({ ...l }))]);
204
204
  function xe(e) {
205
205
  const l = n(W);
206
206
  if (Array.isArray(e))
@@ -278,7 +278,7 @@ const p = 4, Fl = /* @__PURE__ */ Te({
278
278
  }
279
279
  function Le(e) {
280
280
  d(() => {
281
- ke(e);
281
+ ge(e);
282
282
  });
283
283
  }
284
284
  function _e() {
@@ -323,7 +323,7 @@ const p = 4, Fl = /* @__PURE__ */ Te({
323
323
  filterable: !1,
324
324
  placeholder: e.placeholder,
325
325
  disabled: e.disabled,
326
- "popper-class": `${n(c)}__popper`,
326
+ "popper-class": `${n(c)}__popper vxe-table--ignore-clear`,
327
327
  onVisibleChange: Fe
328
328
  }), {
329
329
  empty: Ke(() => [
@@ -357,12 +357,12 @@ const p = 4, Fl = /* @__PURE__ */ Te({
357
357
  "show-all": t.showAll,
358
358
  "option-per-row": p,
359
359
  "row-height": 40,
360
- "selected-values": g.value,
360
+ "selected-values": k.value,
361
361
  "is-all-checked": n(ce),
362
362
  "is-indeterminate": n(pe),
363
363
  "all-checked": Ae.value,
364
364
  "scroll-to-group-value": b.value,
365
- "group-checked-map": ge.value,
365
+ "group-checked-map": ke.value,
366
366
  "group-indeterminate-map": Ce.value,
367
367
  "paste-search": e.pasteSearch,
368
368
  separator: e.separator,
@@ -1,8 +1,8 @@
1
- import { defineComponent as y, mergeModels as p, useModel as k, useAttrs as B, computed as P, ref as m, watch as w, createBlock as x, openBlock as L, unref as c, mergeProps as M, createSlots as R, renderList as S, withCtx as $, renderSlot as z, normalizeProps as A, guardReactiveProps as D } from "vue";
1
+ import { defineComponent as B, mergeModels as m, useModel as k, useAttrs as P, computed as w, ref as d, watch as x, createBlock as L, openBlock as M, unref as c, mergeProps as R, createSlots as S, renderList as $, withCtx as z, renderSlot as A, normalizeProps as D, guardReactiveProps as F } from "vue";
2
2
  import "../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
3
- import { useDesign as F } from "../../packages/hooks/src/useDesign.js";
3
+ import { useDesign as G } from "../../packages/hooks/src/useDesign.js";
4
4
  import "axios";
5
- import { useFormItem as G, ElRadioGroup as U } from "element-plus";
5
+ import { useFormItem as U, ElRadioGroup as E } from "element-plus";
6
6
  import "dayjs";
7
7
  import "xe-utils";
8
8
  import "dayjs/plugin/utc";
@@ -12,12 +12,12 @@ import "../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/aes.js";
12
12
  import "../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-utf8.js";
13
13
  import "../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ecb.js";
14
14
  import "../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-pkcs7.js";
15
- import { omit as d } from "lodash-es";
16
- const _ = /* @__PURE__ */ y({
15
+ import { omit as f } from "lodash-es";
16
+ const ee = /* @__PURE__ */ B({
17
17
  name: "TtRadioGroup",
18
18
  inheritAttrs: !1,
19
19
  __name: "index",
20
- props: /* @__PURE__ */ p({
20
+ props: /* @__PURE__ */ m({
21
21
  id: {},
22
22
  size: {},
23
23
  disabled: { type: Boolean },
@@ -35,46 +35,46 @@ const _ = /* @__PURE__ */ y({
35
35
  modelValue: { type: [String, Number, Boolean] },
36
36
  modelModifiers: {}
37
37
  }),
38
- emits: /* @__PURE__ */ p(["change"], ["update:modelValue"]),
39
- setup(i, { emit: f }) {
40
- const l = i, a = k(i, "modelValue"), s = f, g = B(), { prefixCls: v } = F("radio-group"), h = P(() => ({
41
- ...d(l, ["clearable", "beforeChange", "modelValue"]),
42
- ...d(g, ["onUpdate:modelValue", "onChange", "class"])
43
- })), r = m(a.value), { formItem: n } = G(), u = m(!1);
44
- async function C(e) {
38
+ emits: /* @__PURE__ */ m(["change"], ["update:modelValue"]),
39
+ setup(i, { emit: g }) {
40
+ const l = i, a = k(i, "modelValue"), s = g, v = P(), { prefixCls: h } = G("radio-group"), C = w(() => ({
41
+ ...f(l, ["clearable", "beforeChange", "modelValue"]),
42
+ ...f(v, ["onUpdate:modelValue", "onChange", "class"])
43
+ })), r = d(a.value), { formItem: n } = U(), u = d(!1);
44
+ async function b(e) {
45
45
  const o = a.value;
46
46
  let t = !0;
47
47
  l.beforeChange && (t = await l.beforeChange(e, o)), t ? (a.value = e, s("change", e)) : r.value = o;
48
48
  }
49
- function b(e) {
49
+ function V(e) {
50
50
  if (!l.clearable) return;
51
51
  const t = e.target.closest(".el-radio, .el-radio-button");
52
52
  t != null && t.classList.contains("is-checked") && (e.stopPropagation(), e.preventDefault(), a.value = void 0, r.value = void 0, s("change", void 0));
53
53
  }
54
- return w(
54
+ return x(
55
55
  a,
56
56
  (e) => {
57
57
  r.value = e, u.value && (n == null || n.validate("change").catch((o) => {
58
58
  })), u.value = !0;
59
59
  },
60
60
  { immediate: !0 }
61
- ), (e, o) => (L(), x(c(U), M(h.value, {
61
+ ), (e, o) => (M(), L(c(E), R(C.value, {
62
62
  modelValue: r.value,
63
63
  "onUpdate:modelValue": o[0] || (o[0] = (t) => r.value = t),
64
- class: [c(v), e.$attrs.class],
64
+ class: [c(h), e.$attrs.class],
65
65
  "validate-event": !1,
66
- onClickCapture: b,
67
- onChange: C
68
- }), R({ _: 2 }, [
69
- S(Object.keys(e.$slots), (t) => ({
70
- name: t,
71
- fn: $((V) => [
72
- z(e.$slots, t, A(D(V)))
66
+ onClickCapture: V,
67
+ onChange: b
68
+ }), S({ _: 2 }, [
69
+ $(e.$slots, (t, p) => ({
70
+ name: p,
71
+ fn: z((y) => [
72
+ A(e.$slots, p, D(F(y)))
73
73
  ])
74
74
  }))
75
75
  ]), 1040, ["modelValue", "class"]));
76
76
  }
77
77
  });
78
78
  export {
79
- _ as default
79
+ ee as default
80
80
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.210",
3
+ "version": "1.5.212",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",