@orbe-agro/client-core 5.6.49 → 5.6.52
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/dist/@ecme/components/index.js +62 -60
- package/dist/@ecme/components/index.js.map +1 -1
- package/dist/@ecme/components/shared/MetricCard.js +39 -0
- package/dist/@ecme/components/shared/MetricCard.js.map +1 -0
- package/dist/@ecme/components/shared/index.js +30 -28
- package/dist/@ecme/components/shared/index.js.map +1 -1
- package/dist/@ecme/index.js +150 -148
- package/dist/@ecme/index.js.map +1 -1
- package/dist/@types/@ecme/components/shared/MetricCard.d.ts +13 -0
- package/dist/@types/@ecme/components/shared/MetricCard.d.ts.map +1 -0
- package/dist/@types/@ecme/components/shared/index.d.ts +1 -0
- package/dist/@types/@ecme/components/shared/index.d.ts.map +1 -1
- package/dist/@types/base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse.d.ts +9 -0
- package/dist/@types/base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse.d.ts.map +1 -0
- package/dist/@types/base/@types/models/adm/user.d.ts +1 -0
- package/dist/@types/base/@types/models/adm/user.d.ts.map +1 -1
- package/dist/@types/base/@types/models/performance/avaliacao.d.ts +67 -0
- package/dist/@types/base/@types/models/performance/avaliacao.d.ts.map +1 -0
- package/dist/@types/base/@types/models/performance/index.d.ts +3 -0
- package/dist/@types/base/@types/models/performance/index.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/bayer/bayer.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/bayer/bayer.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/bayer/config/entregaBayer.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/bayer/config/entregaBayer.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/performance/config/avaliacao.d.ts +9 -0
- package/dist/@types/base/configs/endpoints.config/performance/config/avaliacao.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/performance/performance.d.ts +7 -0
- package/dist/@types/base/configs/endpoints.config/performance/performance.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/performance/cadastros.submenu.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/performance/config/modeloAvaliacao.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/performance/config/modeloAvaliacao.submenu.d.ts.map +1 -0
- package/dist/@types/base/services/modules/bayer/entregaBayerService.d.ts +2 -0
- package/dist/@types/base/services/modules/bayer/entregaBayerService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/performance/PerformanceService.d.ts +6 -0
- package/dist/@types/base/services/modules/performance/PerformanceService.d.ts.map +1 -1
- package/dist/base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse.js +2 -0
- package/dist/base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse.js.map +1 -0
- package/dist/base/@types/models/performance/avaliacao.js +2 -0
- package/dist/base/@types/models/performance/avaliacao.js.map +1 -0
- package/dist/base/@types/models/performance/index.js +3 -0
- package/dist/base/@types/models/performance/index.js.map +1 -1
- package/dist/base/configs/endpoints.config/bayer/config/entregaBayer.js +2 -1
- package/dist/base/configs/endpoints.config/bayer/config/entregaBayer.js.map +1 -1
- package/dist/base/configs/endpoints.config/performance/config/avaliacao.js +11 -0
- package/dist/base/configs/endpoints.config/performance/config/avaliacao.js.map +1 -0
- package/dist/base/configs/endpoints.config/performance/performance.js +3 -1
- package/dist/base/configs/endpoints.config/performance/performance.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/performance/cadastros.submenu.js +3 -1
- package/dist/base/configs/navigation.config/submenu/performance/cadastros.submenu.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/performance/config/modeloAvaliacao.submenu.js +17 -0
- package/dist/base/configs/navigation.config/submenu/performance/config/modeloAvaliacao.submenu.js.map +1 -0
- package/dist/base/index.js +8 -2
- package/dist/base/services/index.js +8 -2
- package/dist/base/services/modules/bayer/entregaBayerService.js +7 -0
- package/dist/base/services/modules/bayer/entregaBayerService.js.map +1 -1
- package/dist/base/services/modules/bayer/index.js +2 -1
- package/dist/base/services/modules/index.js +6 -1
- package/dist/base/services/modules/performance/PerformanceService.js +38 -0
- package/dist/base/services/modules/performance/PerformanceService.js.map +1 -1
- package/dist/base/services/modules/performance/index.js +6 -1
- package/lib/@ecme/components/shared/MetricCard.tsx +44 -0
- package/lib/@ecme/components/shared/index.tsx +1 -0
- package/lib/base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse.ts +8 -0
- package/lib/base/@types/models/adm/user.ts +1 -0
- package/lib/base/@types/models/performance/avaliacao.ts +74 -0
- package/lib/base/@types/models/performance/index.ts +5 -2
- package/lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts +1 -0
- package/lib/base/configs/endpoints.config/performance/config/avaliacao.ts +9 -0
- package/lib/base/configs/endpoints.config/performance/performance.ts +4 -2
- package/lib/base/configs/navigation.config/submenu/performance/cadastros.submenu.ts +3 -1
- package/lib/base/configs/navigation.config/submenu/performance/config/modeloAvaliacao.submenu.ts +17 -0
- package/lib/base/services/modules/bayer/entregaBayerService.ts +8 -0
- package/lib/base/services/modules/performance/PerformanceService.ts +39 -0
- package/package.json +1 -1
|
@@ -58,44 +58,45 @@ import { InputGroup } from "./ui/InputGroup/index.js";
|
|
|
58
58
|
import { Masonry } from "./shared/Masonry/Masonry.js";
|
|
59
59
|
import { Menu } from "./ui/Menu/index.js";
|
|
60
60
|
import { default as default47 } from "./ui/MenuItem/index.js";
|
|
61
|
-
import { default as default48 } from "./shared/
|
|
62
|
-
import { default as default49 } from "./
|
|
63
|
-
import { default as default50 } from "./
|
|
64
|
-
import { default as default51 } from "./shared/
|
|
65
|
-
import { default as default52 } from "./
|
|
66
|
-
import { default as default53 } from "./
|
|
61
|
+
import { default as default48 } from "./shared/MetricCard.js";
|
|
62
|
+
import { default as default49 } from "./shared/NavToggle.js";
|
|
63
|
+
import { default as default50 } from "./ui/Notification/Notification.js";
|
|
64
|
+
import { default as default51 } from "./shared/NumericInput.js";
|
|
65
|
+
import { default as default52 } from "./shared/OtpInput.js";
|
|
66
|
+
import { default as default53 } from "./ui/Pagination/Pagination.js";
|
|
67
|
+
import { default as default54 } from "./shared/PasswordInput.js";
|
|
67
68
|
import { PatternInput } from "./shared/PatternInput.js";
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
69
|
+
import { default as default55 } from "./shared/PresetSegmentItemOption.js";
|
|
70
|
+
import { default as default56 } from "./ui/Progress/Progress.js";
|
|
71
|
+
import { default as default57 } from "./route/ProtectedRoute.js";
|
|
72
|
+
import { default as default58 } from "./route/PublicRoute.js";
|
|
72
73
|
import { Radio } from "./ui/Radio/index.js";
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
74
|
+
import { default as default59 } from "./ui/DatePicker/RangeCalendar.js";
|
|
75
|
+
import { default as default60 } from "./shared/RichTextEditor/RichTextEditor.js";
|
|
76
|
+
import { default as default61 } from "./ui/ScrollBar/ScrollBar.js";
|
|
76
77
|
import { Segment } from "./ui/Segment/index.js";
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
78
|
+
import { default as default62 } from "./ui/Select/Select.js";
|
|
79
|
+
import { default as default63 } from "./ui/Skeleton/Skeleton.js";
|
|
80
|
+
import { default as default64 } from "./ui/Spinner/Spinner.js";
|
|
80
81
|
import { Steps } from "./ui/Steps/index.js";
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
82
|
+
import { default as default65 } from "./shared/StickyFooter.js";
|
|
83
|
+
import { default as default66 } from "./shared/StrictModeDroppable.js";
|
|
84
|
+
import { default as default67 } from "./ui/Switcher/Switcher.js";
|
|
85
|
+
import { default as default68 } from "./shared/SyntaxHighlighter.js";
|
|
85
86
|
import { Table } from "./ui/Table/index.js";
|
|
86
|
-
import { default as
|
|
87
|
+
import { default as default69 } from "./shared/loaders/TableRowSkeleton.js";
|
|
87
88
|
import { Tabs } from "./ui/Tabs/index.js";
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
89
|
+
import { default as default70 } from "./ui/Tag/Tag.js";
|
|
90
|
+
import { default as default71 } from "./view/TaskItem/TaskItem.js";
|
|
91
|
+
import { default as default72 } from "./shared/loaders/TextBlockSkeleton.js";
|
|
91
92
|
import { TimeInput } from "./ui/TimeInput/index.js";
|
|
92
93
|
import { Timeline } from "./ui/Timeline/index.js";
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
94
|
+
import { default as default73 } from "./shared/ToggleDrawer.js";
|
|
95
|
+
import { default as default74 } from "./ui/Tooltip/Tooltip.js";
|
|
96
|
+
import { default as default75 } from "./ui/Upload/Upload.js";
|
|
97
|
+
import { default as default76 } from "./shared/UsersAvatarGroup.js";
|
|
98
|
+
import { default as default77 } from "./ui/hooks/index.js";
|
|
99
|
+
import { default as default78 } from "./ui/toast/toast.js";
|
|
99
100
|
export {
|
|
100
101
|
default5 as AbbreviateNumber,
|
|
101
102
|
default6 as ActionLink,
|
|
@@ -150,45 +151,46 @@ export {
|
|
|
150
151
|
Masonry,
|
|
151
152
|
Menu,
|
|
152
153
|
default47 as MenuItem,
|
|
154
|
+
default48 as MetricCard,
|
|
153
155
|
default3 as MobileNav,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
156
|
+
default49 as NavToggle,
|
|
157
|
+
default50 as Notification,
|
|
158
|
+
default51 as NumericInput,
|
|
159
|
+
default52 as OtpInput,
|
|
160
|
+
default53 as Pagination,
|
|
161
|
+
default54 as PasswordInput,
|
|
160
162
|
PatternInput,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
default55 as PresetSegmentItemOption,
|
|
164
|
+
default56 as Progress,
|
|
165
|
+
default57 as ProtectedRoute,
|
|
166
|
+
default58 as PublicRoute,
|
|
165
167
|
Radio,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
168
|
+
default59 as RangeCalendar,
|
|
169
|
+
default60 as RichTextEditor,
|
|
170
|
+
default61 as ScrollBar,
|
|
169
171
|
Segment,
|
|
170
|
-
|
|
172
|
+
default62 as Select,
|
|
171
173
|
default2 as SideNav,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
default63 as Skeleton,
|
|
175
|
+
default64 as Spinner,
|
|
174
176
|
Steps,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
default65 as StickyFooter,
|
|
178
|
+
default66 as StrictModeDroppable,
|
|
179
|
+
default67 as Switcher,
|
|
180
|
+
default68 as SyntaxHighlighter,
|
|
179
181
|
Table,
|
|
180
|
-
|
|
182
|
+
default69 as TableRowSkeleton,
|
|
181
183
|
Tabs,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
default70 as Tag,
|
|
185
|
+
default71 as TaskItem,
|
|
186
|
+
default72 as TextBlockSkeleton,
|
|
185
187
|
TimeInput,
|
|
186
188
|
Timeline,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
default73 as ToggleDrawer,
|
|
190
|
+
default74 as Tooltip,
|
|
191
|
+
default75 as Upload,
|
|
192
|
+
default76 as UsersAvatarGroup,
|
|
193
|
+
default77 as hooks,
|
|
194
|
+
default78 as toast
|
|
193
195
|
};
|
|
194
196
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const MetricCard = ({
|
|
3
|
+
title,
|
|
4
|
+
value,
|
|
5
|
+
color,
|
|
6
|
+
icon: Icon,
|
|
7
|
+
iconSize = 24,
|
|
8
|
+
iconBgClass = "bg-gray-900 text-white",
|
|
9
|
+
className = ""
|
|
10
|
+
}) => /* @__PURE__ */ jsxs(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
className: `p-4 rounded-2xl flex flex-col justify-center ${color} min-w-[200px] flex-1 text-left overflow-hidden ${className}`,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("div", { className: "mb-4 text-gray-900 font-bold text-left", children: title }),
|
|
16
|
+
/* @__PURE__ */ jsxs("div", { className: "flex justify-between items-center relative gap-2", children: [
|
|
17
|
+
/* @__PURE__ */ jsx("div", { className: "min-w-0 flex-1", children: /* @__PURE__ */ jsx(
|
|
18
|
+
"span",
|
|
19
|
+
{
|
|
20
|
+
className: "text-2xl font-bold text-gray-900 block truncate",
|
|
21
|
+
title: String(value),
|
|
22
|
+
children: value
|
|
23
|
+
}
|
|
24
|
+
) }),
|
|
25
|
+
/* @__PURE__ */ jsx(
|
|
26
|
+
"div",
|
|
27
|
+
{
|
|
28
|
+
className: `flex items-center justify-center min-h-12 min-w-12 max-h-12 max-w-12 rounded-full text-2xl ${iconBgClass}`,
|
|
29
|
+
children: /* @__PURE__ */ jsx(Icon, { size: iconSize })
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
] })
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
export {
|
|
37
|
+
MetricCard as default
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=MetricCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricCard.js","sources":["../../../../lib/@ecme/components/shared/MetricCard.tsx"],"sourcesContent":["import type { IconType } from 'react-icons'\n\nexport interface MetricCardProps {\n title: string\n value: string | number\n color: string\n icon: IconType\n iconSize?: number\n iconBgClass?: string\n className?: string\n}\n\nconst MetricCard = ({\n title,\n value,\n color,\n icon: Icon,\n iconSize = 24,\n iconBgClass = 'bg-gray-900 text-white',\n className = '',\n}: MetricCardProps) => (\n <div\n className={`p-4 rounded-2xl flex flex-col justify-center ${color} min-w-[200px] flex-1 text-left overflow-hidden ${className}`}\n >\n <div className=\"mb-4 text-gray-900 font-bold text-left\">{title}</div>\n <div className=\"flex justify-between items-center relative gap-2\">\n <div className=\"min-w-0 flex-1\">\n <span\n className=\"text-2xl font-bold text-gray-900 block truncate\"\n title={String(value)}\n >\n {value}\n </span>\n </div>\n <div\n className={`flex items-center justify-center min-h-12 min-w-12 max-h-12 max-w-12 rounded-full text-2xl ${iconBgClass}`}\n >\n <Icon size={iconSize} />\n </div>\n </div>\n </div>\n)\n\nexport default MetricCard\n"],"names":[],"mappings":";AAYA,MAAM,aAAa,CAAC;AAAA,EAChB;AAAA,EACA;AAAA,EACA;AAAA,EACA,MAAM;AAAA,EACN,WAAW;AAAA,EACX,cAAc;AAAA,EACd,YAAY;AAChB,MACI;AAAA,EAAC;AAAA,EAAA;AAAA,IACG,WAAW,gDAAgD,KAAK,mDAAmD,SAAS;AAAA,IAE5H,UAAA;AAAA,MAAA,oBAAC,OAAA,EAAI,WAAU,0CAA0C,UAAA,OAAM;AAAA,MAC/D,qBAAC,OAAA,EAAI,WAAU,oDACX,UAAA;AAAA,QAAA,oBAAC,OAAA,EAAI,WAAU,kBACX,UAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACG,WAAU;AAAA,YACV,OAAO,OAAO,KAAK;AAAA,YAElB,UAAA;AAAA,UAAA;AAAA,QAAA,GAET;AAAA,QACA;AAAA,UAAC;AAAA,UAAA;AAAA,YACG,WAAW,8FAA8F,WAAW;AAAA,YAEpH,UAAA,oBAAC,MAAA,EAAK,MAAM,SAAA,CAAU;AAAA,UAAA;AAAA,QAAA;AAAA,MAC1B,EAAA,CACJ;AAAA,IAAA;AAAA,EAAA;AACJ;"}
|
|
@@ -18,23 +18,24 @@ import { default as default16 } from "./GrowShrinkValue.js";
|
|
|
18
18
|
import { default as default17 } from "./IconText.js";
|
|
19
19
|
import { default as default18 } from "./ImageGallery.js";
|
|
20
20
|
import "./Masonry/index.js";
|
|
21
|
-
import { default as default19 } from "./
|
|
22
|
-
import { default as default20 } from "./
|
|
23
|
-
import { default as default21 } from "./
|
|
24
|
-
import { default as default22 } from "./
|
|
21
|
+
import { default as default19 } from "./MetricCard.js";
|
|
22
|
+
import { default as default20 } from "./NavToggle.js";
|
|
23
|
+
import { default as default21 } from "./NumericInput.js";
|
|
24
|
+
import { default as default22 } from "./OtpInput.js";
|
|
25
|
+
import { default as default23 } from "./PasswordInput.js";
|
|
25
26
|
import { PatternInput } from "./PatternInput.js";
|
|
26
|
-
import { default as
|
|
27
|
+
import { default as default24 } from "./PresetSegmentItemOption.js";
|
|
27
28
|
import "./RichTextEditor/index.js";
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
29
|
+
import { default as default25 } from "./StickyFooter.js";
|
|
30
|
+
import { default as default26 } from "./StrictModeDroppable.js";
|
|
31
|
+
import { default as default27 } from "./SyntaxHighlighter.js";
|
|
32
|
+
import { default as default28 } from "./ToggleDrawer.js";
|
|
33
|
+
import { default as default29 } from "./UsersAvatarGroup.js";
|
|
34
|
+
import { default as default30 } from "./loaders/TableRowSkeleton.js";
|
|
35
|
+
import { default as default31 } from "./loaders/TextBlockSkeleton.js";
|
|
36
|
+
import { default as default32 } from "./GanttChart/GanttChart.js";
|
|
36
37
|
import { Masonry } from "./Masonry/Masonry.js";
|
|
37
|
-
import { default as
|
|
38
|
+
import { default as default33 } from "./RichTextEditor/RichTextEditor.js";
|
|
38
39
|
export {
|
|
39
40
|
default2 as AbbreviateNumber,
|
|
40
41
|
default3 as ActionLink,
|
|
@@ -51,24 +52,25 @@ export {
|
|
|
51
52
|
DataTable,
|
|
52
53
|
default14 as DebounceInput,
|
|
53
54
|
default15 as DoubleSidedImage,
|
|
54
|
-
|
|
55
|
+
default32 as GanttChart,
|
|
55
56
|
default16 as GrowShrinkValue,
|
|
56
57
|
default17 as IconText,
|
|
57
58
|
default18 as ImageGallery,
|
|
58
59
|
Masonry,
|
|
59
|
-
default19 as
|
|
60
|
-
default20 as
|
|
61
|
-
default21 as
|
|
62
|
-
default22 as
|
|
60
|
+
default19 as MetricCard,
|
|
61
|
+
default20 as NavToggle,
|
|
62
|
+
default21 as NumericInput,
|
|
63
|
+
default22 as OtpInput,
|
|
64
|
+
default23 as PasswordInput,
|
|
63
65
|
PatternInput,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
66
|
+
default24 as PresetSegmentItemOption,
|
|
67
|
+
default33 as RichTextEditor,
|
|
68
|
+
default25 as StickyFooter,
|
|
69
|
+
default26 as StrictModeDroppable,
|
|
70
|
+
default27 as SyntaxHighlighter,
|
|
71
|
+
default30 as TableRowSkeleton,
|
|
72
|
+
default31 as TextBlockSkeleton,
|
|
73
|
+
default28 as ToggleDrawer,
|
|
74
|
+
default29 as UsersAvatarGroup
|
|
73
75
|
};
|
|
74
76
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|